-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhvt.cabal
29 lines (26 loc) · 1.13 KB
/
hvt.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-- Initial hvt.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: hvt
version: 0.1.0.0
synopsis: Haskell Velocity Toolkit
-- description:
license: GPL-3
license-file: LICENSE
author: Martin Sarajaervi
maintainer: [email protected]
-- copyright:
category: Science
build-type: Simple
cabal-version: >=1.8
executable hvt
main-is: Hvt.hs
-- other-modules:
build-depends: base==4.6.*,hmatrix,hmatrix-gsl-stats,plot>=0.2.2,cairo,pretty-show,bytestring,foldl,unix,split,data-binary-ieee754,binary>=0.7.1,iconv,monad-par,parallel,parsec
ghc-options: -Wall -O2 -rtsopts -threaded
executable hvtPipes
main-is: HvtPipes.hs
-- other-modules:
build-depends: base==4.6.*,pipes
build-depends:
base==4.6.*,hmatrix,hmatrix-gsl-stats,plot>=0.2.2,cairo,pretty-show,bytestring,foldl,unix,split,data-binary-ieee754,binary>=0.7.1,iconv,monad-par,parallel,parsec,pipes
ghc-options: -Wall -O2 -rtsopts -threaded