Skip to content

Instantly share code, notes, and snippets.

@zenloner
Created June 17, 2013 23:15
Show Gist options
  • Save zenloner/5801357 to your computer and use it in GitHub Desktop.
Save zenloner/5801357 to your computer and use it in GitHub Desktop.
-- 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