cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: reflex-potatoes version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/pdlla/reflex-potatoes#readme bug-reports: https://github.com/pdlla/reflex-potatoes/issues author: pdlla maintainer: chippermonky@gmail.com copyright: 2020 Peter Lu license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/pdlla/reflex-potatoes library exposed-modules: Reflex.Potato.Helpers hs-source-dirs: src default-extensions: ApplicativeDo BangPatterns DataKinds ConstraintKinds DeriveFoldable DeriveFunctor DeriveTraversable DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms RankNTypes ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators NoImplicitPrelude ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , dependent-map , dependent-sum , ref-tf , reflex >= 0.7 && <1 , reflex-test-host >=0.1.2 , relude , semialign , some , text , these default-language: Haskell2010 test-suite reflex-potatoes-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Reflex.Potato.HelpersSpec Reflex.Potato.TestingSpec hs-source-dirs: test default-extensions: ApplicativeDo BangPatterns DataKinds ConstraintKinds DeriveFoldable DeriveFunctor DeriveTraversable DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms RankNTypes ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators NoImplicitPrelude ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , base >=4.7 && <5 , dependent-map , dependent-sum , hspec , hspec-contrib , ref-tf , reflex >=0.7 && <1 , reflex-potatoes , reflex-test-host >=0.1.2 , relude , semialign , some , text , these default-language: Haskell2010