Bump upper bound on process

This is for GHC 7.7
This commit is contained in:
Ben Gamari 2013-03-19 15:06:12 -04:00
parent 59486682ae
commit f8101b5a95

View File

@ -103,7 +103,7 @@ library
ghc-options: -Wall
build-depends: base == 4.*,
transformers >= 0.2 && < 0.4,
process == 1.1.*
process >= 1.1 && < 1.3
test-suite tests
type: exitcode-stdio-1.0
hs-source-dirs: tests