packages feed

reflex-test-host-0.1.2.0: reflex-test-host.cabal

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: 17e1fcd46f7b753b5168f295d2feefbd6f430a25c8ba76ed9af2335ee1bfaff3

name:           reflex-test-host
version:        0.1.2.0
synopsis:       reflex host methods for testing without external events
description:    Please see the README on GitHub at <https://github.com/pdlla/reflex-test-host#readme>
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