dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 22cfc50ac5b90091829367663f9115506e2c7b4a
parent d301952f05a235d831f1fa1be3542b1641ab3586
Author: Dan Callaghan <djc@djc.id.au>
Date:   Mon, 13 Jun 2011 10:29:47 +1000

dbus-client and monads-tf

Diffstat:
Apackages/dev-haskell/dbus-client/dbus-client-0.4.0.4.exheres-0 | 22++++++++++++++++++++++
Apackages/dev-haskell/monads-tf/monads-tf-0.1.0.0.exheres-0 | 18++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/packages/dev-haskell/dbus-client/dbus-client-0.4.0.4.exheres-0 b/packages/dev-haskell/dbus-client/dbus-client-0.4.0.4.exheres-0
@@ -0,0 +1,22 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require hackage
+
+SUMMARY="Monadic and object-oriented Haskell interfaces to DBus"
+
+LICENCES="GPL-3"
+PLATFORMS="~x86 ~amd64"
+
+DEPENDENCIES="
+    $(haskell_lib_dependencies "
+        dev-haskell/containers[>=0.1]
+        dev-haskell/transformers[=0.2*]
+        dev-haskell/monads-tf[=0.1*]
+        dev-haskell/text[>=0.7]
+        dev-haskell/dbus-core[=0.8*]
+    ")
+"
+
+BUGS_TO="djc@djc.id.au"
+
diff --git a/packages/dev-haskell/monads-tf/monads-tf-0.1.0.0.exheres-0 b/packages/dev-haskell/monads-tf/monads-tf-0.1.0.0.exheres-0
@@ -0,0 +1,18 @@
+# Copyright 2011 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require hackage
+
+SUMMARY="Haskell monad classes using type families"
+
+LICENCES="BSD3"
+PLATFORMS="~x86 ~amd64"
+
+DEPENDENCIES="
+    $(haskell_lib_dependencies "
+        dev-haskell/transformers[>=0.2]
+    ")
+"
+
+BUGS_TO="djc@djc.id.au"
+