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: c8330b005ad3694b1afc1a8c8db7913c2eff641ff20d06850e0714812c0eb804 name: reflex-test-host version: 0.1.2.1 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 Reflex.Test.SimpleHost Reflex.Test.Monad.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 , lens , mtl , primitive , ref-tf , reflex , these , transformers default-language: Haskell2010 test-suite reflex-test-host-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Reflex.Test.Monad.HostSpec Reflex.Test.SimpleHostSpec 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 , lens , mtl , primitive , ref-tf , reflex , reflex-test-host , these , transformers default-language: Haskell2010