Tighten base bound to prevent building before GHC 7.6

这个提交包含在:
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