dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit aaf421eafedd53670ed9fded435c890e39d86981
parent d7ac47af688c4aec49c3df34ca7b66a450b0fe63
Author: Dan Callaghan <djc@djc.id.au>
Date:   Wed,  4 Jan 2012 18:40:33 +1000

dev-haskell/dbus-core: bump to 0.9.2.1

Diffstat:
Dpackages/dev-haskell/dbus-core/dbus-core-0.8.5.4.exheres-0 | 27---------------------------
Apackages/dev-haskell/dbus-core/dbus-core-0.9.2.1.exheres-0 | 28++++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 27 deletions(-)
diff --git a/packages/dev-haskell/dbus-core/dbus-core-0.8.5.4.exheres-0 b/packages/dev-haskell/dbus-core/dbus-core-0.8.5.4.exheres-0
@@ -1,27 +0,0 @@
-# Copyright 2011 Dan Callaghan <djc@djc.id.au>
-# Distributed under the terms of the GNU General Public License v2
-
-require hackage
-
-SUMMARY="Low-level D-Bus protocol implementation for Haskell"
-
-LICENCES="GPL-3"
-PLATFORMS="~x86 ~amd64"
-
-DEPENDENCIES="
-    $(haskell_lib_dependencies "
-        dev-haskell/parsec[>=2.0]
-        dev-haskell/text[>=0.8]
-        dev-haskell/network[>=2.2]
-        dev-haskell/binary[>=0.4]
-        dev-haskell/data-binary-ieee754[>=0.3]
-        dev-haskell/bytestring[=0.9*]
-        dev-haskell/containers
-        dev-haskell/unix[>=2.2]
-        dev-haskell/xml-types[>=0.1]
-        dev-haskell/libxml-sax[=0.6*]
-    ")
-"
-
-BUGS_TO="djc@djc.id.au"
-
diff --git a/packages/dev-haskell/dbus-core/dbus-core-0.9.2.1.exheres-0 b/packages/dev-haskell/dbus-core/dbus-core-0.9.2.1.exheres-0
@@ -0,0 +1,28 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require hackage
+
+SUMMARY="Low-level D-Bus protocol implementation for Haskell"
+
+LICENCES="GPL-3"
+PLATFORMS="~x86 ~amd64"
+
+DEPENDENCIES="
+    $(haskell_lib_dependencies "
+        dev-haskell/binary[>=0.4&<0.6]
+        dev-haskell/bytestring[>=0.9&<0.10]
+        dev-haskell/containers[>=0.1&<0.5]
+        dev-haskell/data-binary-ieee754[>=0.3&<0.5]
+        dev-haskell/libxml-sax[>=0.7&<0.8]
+        dev-haskell/network[>=2.2&<2.4]
+        dev-haskell/parsec[>=2.0&<3.2]
+        dev-haskell/text[>=0.11.1.5&<0.12]
+        dev-haskell/unix[>=2.2&<2.6]
+        dev-haskell/vector[>=0.7&<0.10]
+        dev-haskell/xml-types[>=0.3&<0.4]
+    ")
+"
+
+BUGS_TO="djc@djc.id.au"
+