packages feed

reflex-ghci-0.1.4.1: tests/exe-pkg/tests.cabal

cabal-version:       >=1.10
-- Initial package description 'tests.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/

name:                tests
version:             0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file:        LICENSE
author:              Ali Abrar
maintainer:          aliabrar@gmail.com
-- copyright:
-- category:
build-type:          Simple
extra-source-files:  CHANGELOG.md

executable tests
  main-is:             Main.hs
  -- other-modules:
  -- other-extensions:
  build-depends:       base
                     , reflex-ghci
  -- hs-source-dirs:
  default-language:    Haskell2010