Skip to content

Commit

Permalink
Update from Hackage at 2017-01-30T10:13:29Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 30, 2017
1 parent 0aeb2cc commit beea499
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
69 changes: 69 additions & 0 deletions path/0.5.12/path.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: path
version: 0.5.12
synopsis: Support for well-typed paths
description: Support for well-typed paths.
license: BSD3
license-file: LICENSE
author: Chris Done <chrisdone@fpcomplete.com>
maintainer: Chris Done <chrisdone@fpcomplete.com>
copyright: 2015–2016 FP Complete
category: Filesystem
build-type: Simple
cabal-version: >=1.8
extra-source-files: README.md, CHANGELOG

flag validity
manual: True
default: False
description: Enable validity tests.

library
hs-source-dirs: src/
ghc-options: -Wall -O2
exposed-modules: Path, Path.Internal
build-depends: base >= 4 && <5
, exceptions
, filepath < 1.2.0.1 || >= 1.3
, template-haskell
, deepseq
, aeson
, hashable >= 1.2 && < 1.3

test-suite test
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test
build-depends: HUnit
, QuickCheck
, aeson
, base
, bytestring
, filepath
, hspec
, mtl
, path

test-suite validity-test
if !flag(validity)
buildable: False
type: exitcode-stdio-1.0
main-is: ValidityTest.hs
other-modules: Path.Gen
hs-source-dirs: test
if flag(validity)
build-depends: HUnit
, QuickCheck
, aeson
, base >= 4.9 && < 5
, bytestring
, filepath
, genvalidity >= 0.3 && < 0.4
, genvalidity-hspec >= 0.3 && < 0.4
, hspec
, mtl
, path
, validity >= 0.3.1.1 && < 0.4

source-repository head
type: git
location: https://github.com/chrisdone/path.git
1 change: 1 addition & 0 deletions path/0.5.12/path.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"71768b23c7026a594046ca6827a0ba6e","Skein512_512":"9d491c6760bdbe0e4f4f85828cfd40e4813844f5bdf1bdebc654f867c3d445b11f0f608860c9ae615600a0730c2f81b59ff6f41415e7c9a2b2faef9828d78038","SHA1":"6157033a21dfe05535be4f4c1315585f9e44ca78","SHA512":"5199ffe19f091d16d09eb446b9f2563c05b9fb7a486c329e2bbc0c3cbb11a64b448df5f3944d3434eba29979e9a51060776266ca2fde310d8125cd86bcf89e12","SHA256":"52f0dae7e3d72d26fa62ff55de65b6697744dd0c5b96f48625cb00df1cf1055d"},"package-locations":["https://hackage.haskell.org/package/path-0.5.12/path-0.5.12.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/path-0.5.12.tar.gz"],"package-size":14602}

0 comments on commit beea499

Please sign in to comment.