Skip to content

Commit b110125

Browse files
authored
Merge pull request #57 from ysangkok/remove-testpack
Remove unnecessary test dependency
2 parents e936601 + 5b4bda5 commit b110125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HDBC-postgresql.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Library
5959
Executable runtests
6060
if flag(buildtests)
6161
Buildable: True
62-
Build-Depends: HUnit, QuickCheck, testpack, containers,
62+
Build-Depends: HUnit, QuickCheck, containers,
6363
convertible, parsec, utf8-string,
6464
bytestring, old-time, base >= 4.6 && < 5.0, HDBC>=2.2.6
6565
if flag(minTime15)

0 commit comments

Comments
 (0)