Edit

IABSD.fr/ports/databases/hs-HDBC-postgresql/patches

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2014-04-24 14:55:50
    Hash : ca109bdc
    Message : unbreak runtime after libcom_err went away

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