Add remaining haskell book exercises
This commit is contained in:
34
Haskell-book/16/func/package.yaml
Normal file
34
Haskell-book/16/func/package.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
name: func
|
||||
version: 0.1.0.0
|
||||
author: "Eugen Wissner"
|
||||
maintainer: "belka@caraus.de"
|
||||
copyright: "2018 Eugen Wissner"
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- QuickCheck
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
||||
# executables:
|
||||
# func-exe:
|
||||
# main: Main.hs
|
||||
# source-dirs: app
|
||||
# ghc-options:
|
||||
# - -threaded
|
||||
# - -rtsopts
|
||||
# - -with-rtsopts=-N
|
||||
# dependencies:
|
||||
# - func
|
||||
|
||||
tests:
|
||||
func-test:
|
||||
main: Spec.hs
|
||||
source-dirs: test
|
||||
ghc-options:
|
||||
- -threaded
|
||||
- -rtsopts
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- func
|
||||
Reference in New Issue
Block a user