Tighten base bound to prevent building before GHC 7.6

This commit is contained in:
George Wilson 2018-04-12 10:15:08 +10:00
부모 9dfb803ba8
커밋 df298f187e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -35,7 +35,7 @@ library
System.Posix.FD,
System.Posix.FilePath
other-modules: HPath.Internal
build-depends: base >= 4.2 && <5
build-depends: base >= 4.6 && <5
, IfElse
, bytestring >= 0.10.0.0
, deepseq