HaRe-0.8.3.0: test/testdata/cabal/foo/foo.cabal
-- Initial foo.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: foo
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
-- license-file: LICENSE
author: Alan Zimmerman
maintainer: alan.zimm@gmail.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
Library
Build-Depends: base >= 4.0 && < 5
Hs-Source-Dirs: src
Exposed-modules:
Foo.Bar
Foo.Baz
default-language: Haskell2010
executable foo
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && < 5
hs-source-dirs: src
default-language: Haskell2010