Cabal revisions of system-filepath-0.4.14
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: system-filepath version: 0.4.14+x-revision: 1 synopsis: High-level, byte-based file and directory path manipulations (deprecated) description: Please see: https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx license: MIT source-repository head type: git location: https://github.com/fpco/haskell-filesystem.git++custom-setup+ setup-depends: Cabal >= 1.8, base >=4.0 && <5 library ghc-options: -Wall -O2
revision 2
name: system-filepath version: 0.4.14-x-revision: 1+x-revision: 2 synopsis: High-level, byte-based file and directory path manipulations (deprecated) description: Please see: https://plus.google.com/+MichaelSnoyman/posts/Ft5hnPqpgEx license: MIT hs-source-dirs: lib build-depends:- base >= 4.0 && < 5.0+ base >= 4.0 && < 5 , bytestring >= 0.9- , deepseq >= 1.1 && < 1.5+ , deepseq >= 1.1 && < 1.6 , text >= 0.11.0.6 if !impl(ghc >= 8.0) build-depends: hs-source-dirs: tests build-depends:- base > 4.0 && < 5.0+ base > 4.0 && < 5 , bytestring , chell >= 0.4 && < 0.5 , chell-quickcheck >= 0.2 && < 0.3