Skip to content
Snippets Groups Projects
Commit 0223d863 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Relax base dep

parent cbea29ea
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ Library ...@@ -47,7 +47,7 @@ Library
System.Posix.Signals.Exts System.Posix.Signals.Exts
System.Posix.Semaphore System.Posix.Semaphore
System.Posix.SharedMem System.Posix.SharedMem
build-depends: base >= 4.2 && < 4.4 build-depends: base >= 4.2 && < 4.5
extensions: CPP, ForeignFunctionInterface, EmptyDataDecls extensions: CPP, ForeignFunctionInterface, EmptyDataDecls
if impl(ghc >= 7.1) if impl(ghc >= 7.1)
extensions: NondecreasingIndentation extensions: NondecreasingIndentation
......
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