ghc-tcplugins-extra 0.2.1 → 0.2.2
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~ghcPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- LICENSE +1/−1
- ghc-tcplugins-extra.cabal +4/−3
CHANGELOG.md view
@@ -1,3 +1,6 @@+## 0.2.2 *January 4th 2018*+* Support for GHC-8.4.1-alpha1+ ## 0.2.1 *August 15th 2017* * Support for GHC-8.2.1
LICENSE view
@@ -1,5 +1,5 @@ Copyright (c) 2015-2016, University of Twente,- 2017 , QBayLogic+ 2017-2018, QBayLogic All rights reserved. Redistribution and use in source and binary forms, with or without
ghc-tcplugins-extra.cabal view
@@ -1,5 +1,5 @@ name: ghc-tcplugins-extra-version: 0.2.1+version: 0.2.2 synopsis: Utilities for writing GHC type-checker plugins description: Utilities for writing GHC type-checker plugins, such as creating constraints, with a stable API covering multiple@@ -11,12 +11,13 @@ author: Christiaan Baaij maintainer: christiaan.baaij@gmail.com copyright: Copyright © 2015-2016, University of Twente,- 2017, QBayLogic+ 2017-2018, QBayLogic category: Type System build-type: Simple extra-source-files: README.md CHANGELOG.md cabal-version: >=1.10+tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 source-repository head type: git@@ -31,7 +32,7 @@ library exposed-modules: GHC.TcPluginM.Extra build-depends: base >=4.8 && <5,- ghc >=7.10 && <8.4+ ghc >=7.10 && <8.6 hs-source-dirs: src default-language: Haskell2010 other-extensions: CPP