You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

47 lines
1.4 KiB

  1. name: hpath
  2. version: 0.11.0
  3. synopsis: Support for well-typed paths
  4. description: Support for well-typed paths, utilizing ByteString under the hood.
  5. license: BSD3
  6. license-file: LICENSE
  7. author: Julian Ospald <hasufell@posteo.de>
  8. maintainer: Julian Ospald <hasufell@posteo.de>
  9. copyright: Julian Ospald 2016
  10. category: Filesystem
  11. build-type: Simple
  12. cabal-version: 1.14
  13. tested-with: GHC==7.10.3
  14. , GHC==8.0.2
  15. , GHC==8.2.2
  16. , GHC==8.4.4
  17. , GHC==8.6.5
  18. , GHC==8.8.1
  19. extra-source-files: README.md
  20. CHANGELOG
  21. library
  22. if os(windows)
  23. build-depends: unbuildable<0
  24. buildable: False
  25. hs-source-dirs: src/
  26. default-language: Haskell2010
  27. if impl(ghc >= 8.0)
  28. ghc-options: -Wall -Wno-redundant-constraints
  29. else
  30. ghc-options: -Wall
  31. exposed-modules: HPath
  32. other-modules: HPath.Internal
  33. build-depends: base >= 4.8 && <5
  34. , bytestring >= 0.10.0.0
  35. , deepseq
  36. , exceptions
  37. , hpath-filepath >= 0.10 && < 0.11
  38. , template-haskell
  39. , utf8-string
  40. , word8
  41. source-repository head
  42. type: git
  43. location: https://github.com/hasufell/hpath