Skip to content
Snippets Groups Projects
Unverified Commit b362edee authored by Lei Zhu's avatar Lei Zhu Committed by GitHub
Browse files

Merge pull request #14 from wz1000/ghc-9.12

Bump base bound to 4.21 for GHC 9.12
parents ac6b17b8 e7ffb82f
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ library ...@@ -36,7 +36,7 @@ library
Trustworthy, Trustworthy,
UnboxedTuples, UnboxedTuples,
UnliftedFFITypes UnliftedFFITypes
build-depends: base >= 4.9 && < 4.21 build-depends: base >= 4.9 && < 4.22
ghc-options: -Wall ghc-options: -Wall
exposed-modules: exposed-modules:
Data.Array Data.Array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment