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.
 
 
 
 

51 lines
1.6 KiB

  1. name: hpath-io
  2. version: 0.13.0
  3. synopsis: High-level IO operations on files/directories
  4. description: High-level IO operations on files/directories, utilizing type-safe Paths
  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: HPath.IO
  27. build-depends: base >= 4.8 && <5
  28. , IfElse
  29. , bytestring >= 0.10.0.0
  30. , exceptions
  31. , hpath >= 0.11 && < 0.12
  32. , hpath-directory >= 0.13 && < 0.14
  33. , hpath-filepath >= 0.10.2 && < 0.11
  34. , safe-exceptions >= 0.1
  35. , streamly >= 0.7
  36. , streamly-bytestring >= 0.1
  37. , time >= 1.8
  38. , unix >= 2.5
  39. , unix-bytestring
  40. , utf8-string
  41. if !impl(ghc>=7.11)
  42. build-depends: transformers
  43. hs-source-dirs: src
  44. default-language: Haskell2010
  45. source-repository head
  46. type: git
  47. location: https://github.com/hasufell/hpath