-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathartemis.cabal
More file actions
39 lines (36 loc) · 1.57 KB
/
artemis.cabal
File metadata and controls
39 lines (36 loc) · 1.57 KB
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
name: artemis
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: https://github.com/as-capabl/artemis#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: example@example.com
copyright: 2016 Hidenori Azuma
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Control.Arrow.Artemis, Control.Arrow.Artemis.CompatPrelude
other-modules: Control.Arrow.Artemis.Type, Control.Arrow.Artemis.Parse,
Control.Arrow.Artemis.Build, Control.Arrow.Artemis.Modification
build-depends: base >= 4.7 && < 5, haskell-src-meta >= 0.6 && < 0.7,
template-haskell >= 2.10, parsec >= 3.1 && < 4,
syb >= 0.6 && < 0.7, containers >= 0.5 && < 0.6,
hashable >= 1.2 && < 2.0, hashmap >= 1.0 && < 2.0,
mtl >= 2.0 && < 3, witherable >= 0.1.3 && < 2.0
default-language: Haskell2010
Test-suite spec
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: spec
main-is: spec.hs
-- other-modules: RandomProc, LoopUtil
Build-depends: base >= 4.7 && < 5, hspec >=0.2.0, constrained-categories >= 0.2 && < 0.3,
artemis -any
source-repository head
type: git
location: https://github.com/as-capabl/artemis