Tighten base bound to prevent building before GHC 7.6

Este commit está contenido en:
George Wilson 2018-04-12 10:15:08 +10:00
padre 9dfb803ba8
commit df298f187e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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