hie-compat 0.2.1.0 → 0.2.1.1
raw patch · 1 files changed
+2/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- hie-compat.cabal +2/−4
hie-compat.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.22 name: hie-compat-version: 0.2.1.0+version: 0.2.1.1 synopsis: HIE files for GHC 8.6 and other HIE file backports license: Apache-2.0 description:@@ -23,7 +23,7 @@ library default-language: Haskell2010 build-depends:- base < 4.16, array, bytestring, containers, directory, filepath, transformers+ base < 4.17, array, bytestring, containers, directory, filepath, transformers if flag(ghc-lib) build-depends: ghc-lib else@@ -50,5 +50,3 @@ hs-source-dirs: src-reexport-ghc9 if (impl(ghc >= 9.2) && impl(ghc < 9.3)) hs-source-dirs: src-reexport-ghc9--