cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 5ed3f299235faa921234096cca2fe127b6f0a9a8b4b49c9ce1178d3205a927b7 name: reflex-test-host version: 0.1.0.0 synopsis: reflex host methods for testing without external events description: Please see the README on GitHub at category: FRP, Reflex homepage: https://github.com/pdlla/reflex-test-host#readme bug-reports: https://github.com/pdlla/reflex-test-host/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-test-host library exposed-modules: Reflex.Test.Host other-modules: Paths_reflex_test_host 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-sum , ref-tf , reflex , these default-language: Haskell2010 test-suite reflex-test-host-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Reflex.Test.HostSpec Paths_reflex_test_host 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-sum , hspec , hspec-contrib , ref-tf , reflex , reflex-test-host , these default-language: Haskell2010