name: path version: 0.6.1 x-revision: 2 synopsis: Support for well-typed paths description: Support for well-typed paths. license: BSD3 license-file: LICENSE author: Chris Done maintainer: Chris Done copyright: 2015–2017 FP Complete category: System, Filesystem build-type: Simple cabal-version: >=1.10 tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 extra-source-files: README.md, CHANGELOG library hs-source-dirs: src ghc-options: -Wall -O2 exposed-modules: Path, Path.Internal build-depends: aeson , base >= 4.7 && < 5 , deepseq , exceptions >= 0.4 && < 0.11 , filepath < 1.2.0.1 || >= 1.3 , hashable >= 1.2 && < 1.4 , template-haskell default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Posix , Windows hs-source-dirs: test build-depends: aeson , base >= 4.7 && < 5 , bytestring , filepath < 1.2.0.1 || >= 1.3 , hspec >= 2.0 && < 3 , mtl >= 2.0 && < 3 , path default-language: Haskell2010 test-suite validity-test type: exitcode-stdio-1.0 main-is: ValidityTest.hs other-modules: Path.Gen hs-source-dirs: test build-depends: QuickCheck , aeson , base >= 4.7 && < 5 , bytestring , filepath < 1.2.0.1 || >= 1.3 , genvalidity >= 0.3 && < 0.4 , genvalidity-property >= 0.0 && < 0.1 , hspec >= 2.0 && < 3 , mtl >= 2.0 && < 3 , path , validity >= 0.3.1.1 && < 0.4 default-language: Haskell2010 ghc-options: -threaded -rtsopts -with-rtsopts=-N source-repository head type: git location: https://github.com/commercialhaskell/path.git