Skip to content
Snippets Groups Projects
Commit 6c22525c authored by Adam Gundry's avatar Adam Gundry
Browse files

stub: relax bounds on ghc-prim (fixes #18)

This is needed for building the stub with GHC 9.4.
parent ed397571
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ library ...@@ -26,7 +26,7 @@ library
build-depends: base >=4.16 && < 5 build-depends: base >=4.16 && < 5
, directory ^>= 1.3 , directory ^>= 1.3
, filepath ^>= 1.4 , filepath ^>= 1.4
, ghc-prim ^>= 0.8 , ghc-prim >= 0.8 && < 0.10
, ghc-debug-convention == 0.4.0.0 , ghc-debug-convention == 0.4.0.0
default-language: Haskell2010 default-language: Haskell2010
cxx-sources: cbits/stub.cpp, cbits/socket.cpp, cbits/trace.cpp cxx-sources: cbits/stub.cpp, cbits/socket.cpp, cbits/trace.cpp
......
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