ghc-api-compat 8.10.6 → 8.10.7
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~ghc
Dependency ranges changed: ghc
Files
- ghc-api-compat.cabal +2/−2
ghc-api-compat.cabal view
@@ -1,5 +1,5 @@ name: ghc-api-compat-version: 8.10.6+version: 8.10.7 synopsis: GHC-API compatibility helpers description: GHC codebase is a moving target. This package provides@@ -18,7 +18,7 @@ library build-depends:- ghc == 8.10.5 || == 8.10.6+ ghc == 8.10.5 || == 8.10.6 || == 8.10.7 , base < 5.0 default-language: Haskell2010