packages feed

hpp 0.6.3 → 0.6.4

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

CHANGELOG.md view
@@ -1,3 +1,6 @@+# 0.6.4+GHC-9.0 compatibility+ # 0.6.1 - Added the `--only-macros` command line flag. Does not splice lines, remove comments, or do trigraph replacement. It does macro processing and #line marker output (which can be disabled with the `-P` option) 
hpp.cabal view
@@ -1,5 +1,5 @@ name:                hpp-version:             0.6.3+version:             0.6.4 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.3 || == 8.10.1+tested-with:         GHC == 8.4.4 || == 8.6.5 || == 8.8.3 || == 8.10.4 || == 9.0.1  source-repository head   type:     git@@ -35,7 +35,7 @@                        Hpp.StringSig,                        Hpp.Tokens,                        Hpp.Types-  build-depends:       base >=4.8 && < 4.15, directory, time >=1.5, filepath,+  build-depends:       base >=4.8 && < 4.16, directory, time >=1.5, filepath,                        transformers >=0.4, bytestring, unordered-containers,                        ghc-prim