Skip to content

Commit

Permalink
bump base and process upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed Oct 20, 2017
1 parent 9417203 commit 9579a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repline.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ library
hs-source-dirs: src
exposed-modules: System.Console.Repline
build-depends:
base >= 4.6 && <4.10,
base >= 4.6 && <5.0,
containers >= 0.5 && <0.6,
mtl >= 2.2 && <2.3,
process >= 1.2 && <1.5,
process >= 1.2 && <2.0,
haskeline >= 0.7 && <0.8
default-language: Haskell2010

Expand Down

0 comments on commit 9579a5f

Please sign in to comment.