-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCrew.cabal
More file actions
31 lines (29 loc) · 1.03 KB
/
Crew.cabal
File metadata and controls
31 lines (29 loc) · 1.03 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
-- Initial CSW.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: Crew
version: 0.1.0.2
synopsis: Command rewriter
-- description:
license: BSD3
license-file: LICENSE
author: Maxime Bourget
maintainer: bmx007@gmail.com
-- copyright:
-- category:
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable crew
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && < 4.9
, directory >= 1.2 && < 1.3
, filepath >= 1.3 && < 1.5
, process >= 1.2 && < 1.3
, yaml >= 0.8 && < 0.9
, aeson >= 0.11 && < 0.12
, unordered-containers >= 0.2 && < 0.3
, text >= 1.2 && < 1.3
-- hs-source-dirs:
default-language: Haskell2010