patch-HDBC-postgresql_cabal 783 B

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-HDBC-postgresql_cabal,v 1.2 2014/04/24 14:55:50 jasper Exp $
  2. Unbreak when used within GHCi
  3. --- HDBC-postgresql.cabal.orig Thu Jan 3 11:54:59 2013
  4. +++ HDBC-postgresql.cabal Thu Jan 3 11:55:16 2013
  5. @@ -39,7 +39,7 @@ Library
  6. bytestring, old-time, old-locale, time, convertible
  7. if impl(ghc >= 6.9)
  8. Build-Depends: base >= 4
  9. - Extra-Libraries: pq
  10. + Extra-Libraries: pq crypto ssl
  11. C-Sources: hdbc-postgresql-helper.c
  12. Include-Dirs: .
  13. GHC-Options: -O2 -Wall
  14. @@ -70,7 +70,7 @@ Executable runtests
  15. Tests
  16. C-Sources: hdbc-postgresql-helper.c
  17. include-dirs: .
  18. - Extra-Libraries: pq
  19. + Extra-Libraries: pq crypto ssl
  20. Hs-Source-Dirs: ., testsrc
  21. GHC-Options: -O2
  22. Extensions: ExistentialQuantification,