hpp 0.6.2 → 0.6.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- hpp.cabal +3/−3
hpp.cabal view
@@ -1,5 +1,5 @@ name: hpp-version: 0.6.2+version: 0.6.3 synopsis: A Haskell pre-processor description: See the README for usage examples license: BSD3@@ -12,7 +12,7 @@ extra-source-files: tests/mcpp-validation.sh, CHANGELOG.md, README.md cabal-version: >=1.10 homepage: https://github.com/acowley/hpp-tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.2+tested-with: GHC == 8.4.4 || == 8.6.5 || == 8.8.3 || == 8.10.1 source-repository head type: git@@ -35,7 +35,7 @@ Hpp.StringSig, Hpp.Tokens, Hpp.Types- build-depends: base >=4.8 && < 4.14, directory, time >=1.5, filepath,+ build-depends: base >=4.8 && < 4.15, directory, time >=1.5, filepath, transformers >=0.4, bytestring, unordered-containers, ghc-prim