Skip to content

Commit

Permalink
Updates 2015-05-21
Browse files Browse the repository at this point in the history
    adjunctions
    bifunctors
    comonad
    easy-file
    either
    extra
    free
    hoogle
    hslogger
    kan-extensions
    keys
    pandoc-citeproc
    persistent
    persistent-template
    pointed
    profunctors
    resourcet
    semigroupoids
    simple-sendfile
    streaming-commons
    text
    th-orphans
    warp

Addition

    base-orphans

Signed-off-by: Magnus Therning <magnus@therning.org>
  • Loading branch information
magthe committed May 21, 2015
1 parent e55449c commit d96501a
Show file tree
Hide file tree
Showing 7 changed files with 152 additions and 151 deletions.
267 changes: 134 additions & 133 deletions cblrepo.db

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion patches/Unixutils.pkgbuild
Expand Up @@ -5,7 +5,7 @@ Index: habs/haskell-unixutils/PKGBUILD
@@ -14,8 +14,7 @@ makedepends=()
depends=("ghc=7.10.1-1"
"haskell-puremd5=2.1.2.1_0-77"
"haskell-regex-tdfa=1.2.0_0-77"
"haskell-regex-tdfa=1.2.0_0-78"
- "haskell-zlib=0.5.4.2_0-76"
- "crypt")
+ "haskell-zlib=0.5.4.2_0-76")
Expand Down
2 changes: 1 addition & 1 deletion patches/cairo.pkgbuild
Expand Up @@ -10,7 +10,7 @@ Index: habs/haskell-cairo/PKGBUILD
+makedepends=("gtk2hs-buildtools")
depends=("ghc=7.10.1-1"
"haskell-mtl=2.2.1_0-76"
"haskell-text=1.2.0.5_0-1"
"haskell-text=1.2.0.6_0-1"
- "haskell-utf8-string=1_0-76")
+ "haskell-utf8-string=1_0-76"
+ "cairo")
Expand Down
12 changes: 6 additions & 6 deletions patches/gtk.pkgbuild
Expand Up @@ -9,13 +9,13 @@ Index: habs/haskell-gtk/PKGBUILD
-makedepends=()
+makedepends=("gtk2hs-buildtools")
depends=("ghc=7.10.1-1"
"haskell-cairo=0.13.1.0_0-77"
"haskell-gio=0.13.1.0_0-2"
"haskell-glib=0.13.1.0_0-77"
"haskell-cairo=0.13.1.0_0-78"
"haskell-gio=0.13.1.0_0-3"
"haskell-glib=0.13.1.0_0-78"
"haskell-mtl=2.2.1_0-76"
"haskell-pango=0.13.1.0_0-2"
- "haskell-text=1.2.0.5_0-1")
+ "haskell-text=1.2.0.5_0-1"
"haskell-pango=0.13.1.0_0-3"
- "haskell-text=1.2.0.6_0-1")
+ "haskell-text=1.2.0.6_0-1"
+ "gtk2")
options=('strip' 'staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
Expand Down
2 changes: 1 addition & 1 deletion patches/gtk2hs-buildtools.pkgbuild
Expand Up @@ -10,6 +10,6 @@ Index: habs/gtk2hs-buildtools/PKGBUILD
+makedepends=("alex"
+ "happy"
+ "ghc=7.10.1-1"
"haskell-hashtables=1.2.0.2_0-77"
"haskell-hashtables=1.2.0.2_0-78"
"haskell-random=1.1_0-76")
depends=()
8 changes: 4 additions & 4 deletions patches/pango.pkgbuild
Expand Up @@ -9,11 +9,11 @@ Index: habs/haskell-pango/PKGBUILD
-makedepends=()
+makedepends=("gtk2hs-buildtools")
depends=("ghc=7.10.1-1"
"haskell-cairo=0.13.1.0_0-77"
"haskell-glib=0.13.1.0_0-77"
"haskell-cairo=0.13.1.0_0-78"
"haskell-glib=0.13.1.0_0-78"
"haskell-mtl=2.2.1_0-76"
- "haskell-text=1.2.0.5_0-1")
+ "haskell-text=1.2.0.5_0-1"
- "haskell-text=1.2.0.6_0-1")
+ "haskell-text=1.2.0.6_0-1"
+ "pango")
options=('strip' 'staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
Expand Down
10 changes: 5 additions & 5 deletions patches/persistent-sqlite.pkgbuild
Expand Up @@ -3,12 +3,12 @@ Index: habs/haskell-persistent-sqlite/PKGBUILD
--- habs.orig/haskell-persistent-sqlite/PKGBUILD
+++ habs/haskell-persistent-sqlite/PKGBUILD
@@ -18,8 +18,7 @@ depends=("ghc=7.10.1-1"
"haskell-monad-logger=0.3.13.1_0-84"
"haskell-persistent=2.1.4_0-1"
"haskell-resourcet=1.1.4.1_1-1"
- "haskell-text=1.2.0.5_0-1"
"haskell-monad-logger=0.3.13.1_0-85"
"haskell-persistent=2.1.5_0-1"
"haskell-resourcet=1.1.5_0-1"
- "haskell-text=1.2.0.6_0-1"
- "pthread")
+ "haskell-text=1.2.0.5_0-1")
+ "haskell-text=1.2.0.6_0-1")
options=('strip' 'staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"

0 comments on commit d96501a

Please sign in to comment.