Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cabal: relax base, containers constraints
  • Loading branch information
kfish committed May 25, 2012
1 parent a758fe6 commit d5068c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hsimage.cabal
Expand Up @@ -68,11 +68,11 @@ Library
ghc-options: -fllvm

-- Packages needed in order to build this package.
Build-depends: base >= 4.5.0,
Build-depends: base == 4.*,
repa >= 3.0,
--repa-devil >= 0.1.2,
transformers >= 0.2.2,
containers >= 0.4.2.1,
containers >= 0.2,
deepseq >= 1.3,
v4l2 >= 0.1,
mtl >= 2.0.1.0,
Expand All @@ -89,5 +89,5 @@ Executable example
ghc-options: -fllvm -threaded
build-depends: gloss >= 1.7.2.1,
hsimage >= 0.1,
base >= 4.5.0,
repa >= 3.1.0.1
base == 4.*,
repa >= 3.1.0.1

0 comments on commit d5068c4

Please sign in to comment.