packages feed

indentation-core 0.0.0.1 → 0.0.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.0.2++* Bump `base` for GHC 8.6.1 (and 8.4.3)+ # 0.0.0.1  * Bump `base` bounds to support GHC 8.2.1
indentation-core.cabal view
@@ -1,5 +1,5 @@ name:                indentation-core-version:             0.0.0.1+version:             0.0.0.2 synopsis:            Indentation sensitive parsing combinators core library description:         Indentation sensitive parsing combinators core library                      .                     @@ -21,7 +21,7 @@  homepage:            https://bitbucket.org/adamsmd/indentation bug-reports:         https://bitbucket.org/adamsmd/indentation/issues-tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3, GHC == 8.6.1  source-repository head   type:                git@@ -30,7 +30,7 @@ library   hs-source-dirs:      src   exposed-modules:     Text.Parser.Indentation.Implementation-  build-depends:       base >=4.6 && <4.12,+  build-depends:       base >=4.6 && <4.13,                        mtl >=2.1    default-language:    Haskell2010