ghc-lib-parser 8.10.6.20210814 → 8.10.7.20210828
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
ghc-lib-parser.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-parser-version: 8.10.6.20210814+version: 8.10.7.20210828 license: BSD3 license-file: LICENSE category: Development@@ -69,7 +69,7 @@ build-depends: Win32 build-depends: ghc-prim > 0.2 && < 0.8,- base >= 4.12 && < 4.16,+ base >= 4.12 && < 4.17, containers >= 0.5 && < 0.7, bytestring >= 0.9 && < 0.11, binary == 0.8.*,
ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs view
@@ -3,19 +3,19 @@ import Prelude -- See Note [Why do we import Prelude here?] cProjectGitCommitId :: String-cProjectGitCommitId = "f7b3359be12030d762b299681e1aeef0292417ce"+cProjectGitCommitId = "1f02b7430b2fbab403d7ffdde9cfd006e884678e" cProjectVersion :: String-cProjectVersion = "8.10.6"+cProjectVersion = "8.10.7" cProjectVersionInt :: String cProjectVersionInt = "810" cProjectPatchLevel :: String-cProjectPatchLevel = "6"+cProjectPatchLevel = "7" cProjectPatchLevel1 :: String-cProjectPatchLevel1 = "6"+cProjectPatchLevel1 = "7" cProjectPatchLevel2 :: String cProjectPatchLevel2 = ""