File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cabal-version: >= 1.10
1717
1818source-repository head
1919 type : git
20- location : git:// github.com/ jacobstanley/unix-compat.git
20+ location : git@ github.com : jacobstanley/unix-compat.git
2121
2222flag 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
You can’t perform that action at this time.
0 commit comments