2015-05-08 12:34:32 +00:00
|
|
|
name: path
|
2015-05-22 09:33:34 +00:00
|
|
|
version: 0.4.0
|
2015-05-08 12:34:32 +00:00
|
|
|
synopsis: Path
|
|
|
|
description: Path
|
2015-05-07 18:14:23 +00:00
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Chris Done
|
2015-05-08 12:34:32 +00:00
|
|
|
maintainer: chrisdone@fpcomplete.com
|
|
|
|
copyright: 2015 FP Complete
|
2015-05-07 18:14:23 +00:00
|
|
|
category: Filesystem
|
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >=1.8
|
|
|
|
|
|
|
|
library
|
|
|
|
hs-source-dirs: src/
|
|
|
|
ghc-options: -Wall -O2
|
2015-05-08 10:21:12 +00:00
|
|
|
exposed-modules: Path, Path.Internal
|
2015-05-07 18:14:23 +00:00
|
|
|
build-depends: base >= 4 && <5
|
2015-05-08 10:21:12 +00:00
|
|
|
, exceptions
|
|
|
|
, filepath
|
|
|
|
, template-haskell
|
2015-05-07 18:14:23 +00:00
|
|
|
|
2015-05-08 10:21:12 +00:00
|
|
|
test-suite test
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
main-is: Main.hs
|
|
|
|
hs-source-dirs: test
|
|
|
|
build-depends: HUnit
|
|
|
|
, base
|
|
|
|
, hspec
|
|
|
|
, mtl
|
2015-05-08 12:34:32 +00:00
|
|
|
, path
|
2015-05-14 15:47:04 +00:00
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: git
|
|
|
|
location: https://github.com/chrisdone/path.git
|