-
-
Save tonymorris/5810968 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
name: package | |
version: 0.0.1 | |
license: BSD3 | |
license-File: LICENCE | |
category: Development | |
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