haskellari / some

Existential type.
BSD 3-Clause "New" or "Revised" License
36 stars 13 forks source link

Make it compile with ghc-9.8 #59

Closed erikd closed 1 year ago

erikd commented 1 year ago

Only dependency bounds need to be changed:

diff --git a/some.cabal b/some.cabal
index ff723ed..2d047a3 100644
--- a/some.cabal
+++ b/some.cabal
@@ -61,8 +61,8 @@ library

   other-modules:    Data.GADT.Internal
   build-depends:
-      base     >=4.12    && <4.19
-    , deepseq  >=1.4.4.0 && <1.5
+      base     >=4.12    && <4.21
+    , deepseq  >=1.4.4.0 && <1.6

   if impl(ghc >=9.0)
     -- these flags may abort compilation with GHC-8.10