Created
June 17, 2013 23:15
-
-
Save zenloner/5801357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Initial cabalTest.cabal generated by cabal init. For further | |
-- documentation, see http://haskell.org/cabal/users-guide/ | |
name: cabalTest | |
version: 0.1 | |
author: zenloner | |
maintainer: [email protected] | |
build-type: Simple | |
cabal-version: >=1.8 | |
library | |
-- exposed-modules: | |
-- other-modules: | |
build-depends: base ==4.5.* | |
exposed-modules: TestModule | |
hs-source-dirs: src | |
test-suite test | |
build-depends: base ==4.5.* | |
hs-source-dirs: tests, src | |
main-is: test.hs | |
type: exitcode-stdio-1.0 | |
build-depends: test-framework, test-framework-hunit, | |
HUnit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment