forked from space-weather-KU/sunspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsunspot.cabal
54 lines (48 loc) · 1.52 KB
/
sunspot.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
-- Initial sunspot.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: sunspot
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/space-weather-KU/sunspot
license: AllRightsReserved
license-file: LICENSE
author: TakayukiMuranushi
maintainer: [email protected]
-- copyright:
category: Physics
build-type: Simple
cabal-version: >=1.8
library
-- exposed-modules:
-- other-modules:
build-depends: base ==4.6.*
executable main
main-is: main.hs
hs-source-dirs: exe-src/
Ghc-Options: -O2 -Wall -threaded -rtsopts
build-depends: base ==4.6.*
, cmdargs
, deepseq
, directory
, imagemagick
, lens
, MissingH
, process
, random
, repa
, strict
, system-filepath
, text
, transformers
, vector
executable shrink
main-is: shrink.hs
hs-source-dirs: exe-src/
Ghc-Options: -O2 -Wall -threaded -rtsopts
build-depends: base ==4.6.*
, imagemagick
, MissingH
, process
, system-filepath
, transformers