You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
476 B
18 lines
476 B
-- addition.cabal |
|
name: addition |
|
version: 0.1.0.0 |
|
license-file: LICENSE |
|
author: Gaël Depreeuw |
|
maintainer: sky@isfalling.org |
|
category: Text |
|
build-type: Simple |
|
cabal-version: >=1.10 |
|
|
|
library |
|
exposed-modules: Addition |
|
ghc-options: -Wall -fwarn-tabs |
|
build-depends: base >=4.7 && <5, |
|
hspec, |
|
QuickCheck |
|
hs-source-dirs: . |
|
default-language: Haskell2010 |