Extract some convenience parsing functions
This commit is contained in:
@@ -65,3 +65,15 @@ executable fountainhead
|
||||
time
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
|
||||
test-suite fountainhead-test
|
||||
import: dependencies
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
hs-source-dirs: test
|
||||
other-modules:
|
||||
Graphics.Fountainhead.MetricsSpec
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
fountainhead,
|
||||
hspec >= 2.9 && < 3
|
||||
|
Reference in New Issue
Block a user