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.
 
 
 
 

46 lines
1.4 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. , bytestring >= 0.10.0.0
  29. , exceptions
  30. , hpath >= 0.11 && < 0.12
  31. , hpath-directory >= 0.13 && < 0.14
  32. , safe-exceptions >= 0.1
  33. , streamly >= 0.7
  34. , time >= 1.8
  35. , unix >= 2.5
  36. if !impl(ghc>=7.11)
  37. build-depends: transformers
  38. hs-source-dirs: src
  39. default-language: Haskell2010
  40. source-repository head
  41. type: git
  42. location: https://github.com/hasufell/hpath