Skip to content

Commit d76fd8f

Browse files
Fix ghc-prim constraint
1 parent 53d0986 commit d76fd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ekg-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
build-depends:
4949
base >=4.6 && <4.22
5050
, containers >=0.5 && <0.9
51-
, ghc-prim >= 0.11 && < 0.14
51+
, ghc-prim >= 0.4 && < 0.14
5252
, text <2.2
5353
, unordered-containers <0.3
5454

0 commit comments

Comments
 (0)