-
Notifications
You must be signed in to change notification settings - Fork 0
/
chpath.cabal
36 lines (34 loc) · 1.27 KB
/
chpath.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
Name: chpath
Version: 0.0.2
Cabal-Version: >=1.8
Build-type: Simple
License: GPL-3
License-File: LICENSE.txt
Copyright:
Synopsis: Path Manipulation Utility
Author: Rob David <rob.j.david@googlemail.com>
Maintainer: Rob David <rob.j.david@googlemail.com>
Stability:
Homepage:
Package-url:
bug-reports:
description: .
Category:
Test-Suite chpath-tests
Type: exitcode-stdio-1.0
Main-is: TestMain.hs
Build-depends: HUnit >= 1.2 && < 1.4 , QuickCheck >=2.5.0.0 && < 2.9, base >=4.5 && < 4.9,
containers >= 0.4 , directory -any, filepath -any, parsec >=3.0.0.0, split -any,
shell-escape >= 0.2.0, bytestring -any
buildable: True
Hs-source-dirs: src test
Other-modules: CHPath.Grammar CHPath.Paths CHPath.AST
CHPath.Test.Tests
Executable chpath-bin
Main-is: Main.hs
Build-depends: base >=4.5 && < 4.9,
containers >= 0.4 , directory -any, filepath -any, parsec >=3.0.0.0, split -any,
shell-escape >= 0.2.0, bytestring -any
Buildable: True
Hs-source-dirs: src
Other-modules: CHPath.Grammar CHPath.Paths CHPath.AST