Skip to content

Commit a6a7205

Browse files
committed
Some package tests depend on 'old-time'.
1 parent 4b816d0 commit a6a7205

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cabal/Cabal.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,10 @@ test-suite package-tests
319319
filepath,
320320
extensible-exceptions,
321321
bytestring,
322-
regex-posix
322+
regex-posix,
323+
old-time
323324
if !os(windows)
324325
build-depends: unix
325326
ghc-options: -Wall
326327
default-extensions: CPP
327-
default-language: Haskell98
328+
default-language: Haskell98

0 commit comments

Comments
 (0)