diff options
Diffstat (limited to 'libraries/ghc-heap/ghc-heap.cabal.in')
-rw-r--r-- | libraries/ghc-heap/ghc-heap.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-heap/ghc-heap.cabal.in b/libraries/ghc-heap/ghc-heap.cabal.in index 8937b4aa46..2c6e6794c1 100644 --- a/libraries/ghc-heap/ghc-heap.cabal.in +++ b/libraries/ghc-heap/ghc-heap.cabal.in @@ -23,7 +23,7 @@ library default-language: Haskell2010 build-depends: base >= 4.9.0 && < 5.0 - , ghc-prim > 0.2 && < 0.9 + , ghc-prim > 0.2 && < 0.10 , rts == 1.0.* , containers >= 0.6.2.1 && < 0.7 |