Browse Source

Tighten base bound to prevent building before GHC 7.6

tags/0.9.2
George Wilson 6 years ago
parent
commit
df298f187e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hpath.cabal

+ 1
- 1
hpath.cabal View File

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


Loading…
Cancel
Save