Files
hpath/path.cabal

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-05-08 14:34:32 +02:00
name: path
2016-03-04 15:07:00 +01:00
version: 0.5.6
2016-01-28 17:47:15 +06:00
synopsis: Support for well-typed paths
description: Support for will-typed paths.
2015-05-07 20:14:23 +02:00
license: BSD3
license-file: LICENSE
2016-01-28 17:47:15 +06:00
author: Chris Done <chrisdone@fpcomplete.com>
maintainer: Chris Done <chrisdone@fpcomplete.com>
2016-01-28 18:10:09 +06:00
copyright: 20152016 FP Complete
2015-05-07 20:14:23 +02:00
category: Filesystem
build-type: Simple
cabal-version: >=1.8
2015-05-27 17:08:03 +02:00
extra-source-files: README.md, CHANGELOG
2015-05-07 20:14:23 +02:00
library
hs-source-dirs: src/
ghc-options: -Wall -O2
exposed-modules: Path, Path.Internal
2015-05-07 20:14:23 +02:00
build-depends: base >= 4 && <5
, exceptions
, filepath
, template-haskell
2016-01-15 12:07:27 +11:00
, deepseq
2015-05-07 20:14:23 +02: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 14:34:32 +02:00
, path
2015-05-14 15:47:04 +00:00
source-repository head
type: git
location: https://github.com/chrisdone/path.git