cabal-version:       2.0

name:                reflex-test
version:             0
synopsis:            Useful functions for testing reflex code.
-- description:
homepage:            https://oss.xkcd.com
license:             BSD3
license-file:        LICENSE
author:              davean
maintainer:          oss@xkcd.com
-- copyright:
category:            FRP, Testing
build-type:          Simple
extra-source-files:  ChangeLog.md

library
  -- other-modules:
  -- other-extensions:
  hs-source-dirs:      src
  default-language:    Haskell2010
  exposed-modules: Reflex.Test
  build-depends:
       base ^>=4.12
     , dependent-map
     , mtl
     , ref-tf
     , reflex
     , tasty
     , tasty-hunit