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.
 
 
 
 

40 lines
1.2 KiB

  1. name: hpath-filepath
  2. version: 0.10.4
  3. synopsis: ByteString based filepath manipulation
  4. description: ByteString based filepath manipulation, similar to 'filepath' package. This is POSIX only.
  5. -- bug-reports:
  6. license: BSD3
  7. license-file: LICENSE
  8. author: Julian Ospald <hasufell@posteo.de>
  9. maintainer: Julian Ospald <hasufell@posteo.de>
  10. copyright: Julian Ospald 2016
  11. category: Filesystem
  12. build-type: Simple
  13. cabal-version: 1.14
  14. tested-with: GHC==7.10.3
  15. , GHC==8.0.2
  16. , GHC==8.2.2
  17. , GHC==8.4.4
  18. , GHC==8.6.5
  19. , GHC==8.8.1
  20. extra-source-files: README.md
  21. CHANGELOG.md
  22. library
  23. if os(windows)
  24. build-depends: unbuildable<0
  25. buildable: False
  26. exposed-modules: System.Posix.FilePath
  27. -- other-modules:
  28. -- other-extensions:
  29. build-depends: base >=4.8 && <5
  30. , bytestring >= 0.10.0.0
  31. , unix >= 2.5
  32. , word8
  33. hs-source-dirs: src
  34. default-language: Haskell2010
  35. source-repository head
  36. type: git
  37. location: https://github.com/hasufell/hpath