Skip to content
Snippets Groups Projects
Commit df184609 authored by ian@well-typed.com's avatar ian@well-typed.com
Browse files

Bump base lower version to 4.5 (the version GHC 7.4.1 came with)

parent 10a16946
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ build-type: Simple ...@@ -18,7 +18,7 @@ build-type: Simple
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
Library Library
build-depends: base >= 3 && < 5, build-depends: base >= 4.5 && < 5,
directory >= 1.1 && < 1.3, directory >= 1.1 && < 1.3,
old-time >= 1.0 && < 1.2, old-time >= 1.0 && < 1.2,
old-locale >= 1.0 && < 1.1, old-locale >= 1.0 && < 1.1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment