Skip to content

Instantly share code, notes, and snippets.

Created June 19, 2013 01:13
Show Gist options
  • Save anonymous/5810966 to your computer and use it in GitHub Desktop.
Save anonymous/5810966 to your computer and use it in GitHub Desktop.
name: package
version: 0.0.1
license: BSD3
license-File: LICENCE
category: Development
package/issues
cabal-version: >= 1.10
build-type: Custom
flag small_base
description: Choose the new, split-up base package.
library
default-language:
Haskell2010
build-depends:
base < 5 && >= 3,
QuickCheck >= 2.0
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
M
test-suite doctests
type:
exitcode-stdio-1.0
main-is:
doctests.hs
default-language:
Haskell2010
build-depends:
base < 5 && >= 3,
doctest >= 0.9.7,
filepath >= 1.3,
directory >= 1.1
ghc-options:
-Wall -threaded
hs-source-dirs:
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment