packages feed

reflex-ghci-0.1.4.1: tests/lib-pkg/test-pkg2.cabal

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

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

library
  exposed-modules:     MyLib
                       MyLib.One
                       MyLib.Two
                       MyLib.Three
  -- other-modules:
  -- other-extensions:
  build-depends:       base
  hs-source-dirs: src
  default-language:    Haskell2010