Skip to content
Snippets Groups Projects

bump ghc-prim dependency to support ghc 9.4

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -26,7 +26,7 @@ library
build-depends: base >=4.16 && < 5
, directory ^>= 1.3
, filepath ^>= 1.4
, ghc-prim ^>= 0.8
, ghc-prim ^>= 0.8 || ^>= 0.9.0
, ghc-debug-convention == 0.4.0.0
default-language: Haskell2010
cxx-sources: cbits/stub.cpp, cbits/socket.cpp, cbits/trace.cpp
Loading