Skip to content

Commit 7a5f775

Browse files
authored
Fix # 49: Update unix lower bound to >= 2.6 (#53)
Also fix URL for `cabal get -s`.
1 parent 0cef494 commit 7a5f775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unix-compat.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cabal-version: >= 1.10
1717

1818
source-repository head
1919
type: git
20-
location: git://github.com/jacobstanley/unix-compat.git
20+
location: git@github.com:jacobstanley/unix-compat.git
2121

2222
flag old-time
2323
description: build against old-time package
@@ -64,7 +64,7 @@ Library
6464
System.PosixCompat.Internal.Time
6565

6666
else
67-
build-depends: unix >= 2.4 && < 2.9
67+
build-depends: unix >= 2.6 && < 2.9
6868
include-dirs: include
6969
includes: HsUnixCompat.h
7070
install-includes: HsUnixCompat.h
@@ -78,7 +78,7 @@ Test-Suite unix-compat-testsuite
7878
hs-source-dirs: tests
7979
ghc-options: -Wall
8080
main-is: main.hs
81-
81+
8282
other-modules:
8383
MkstempSpec
8484
LinksSpec
@@ -106,7 +106,7 @@ Test-Suite unix-compat-testsuite
106106
, HUnit
107107
, directory
108108
, extra
109-
109+
110110
if os(windows)
111111
-- c-sources:
112112
-- cbits/HsUname.c

0 commit comments

Comments
 (0)