summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2014-09-21 13:28:38 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2014-09-21 13:28:38 +0200
commitec32ea31c31c384354ce2218046a112f1fb3bb3e (patch)
treed4ad6c97cb9662b33b759a6c643c6f286d1d3748 /pkgs/development
parentc3a2a05899425c1d26beedef8ac22947be027330 (diff)
downloadnixlib-ec32ea31c31c384354ce2218046a112f1fb3bb3e.tar
nixlib-ec32ea31c31c384354ce2218046a112f1fb3bb3e.tar.gz
nixlib-ec32ea31c31c384354ce2218046a112f1fb3bb3e.tar.bz2
nixlib-ec32ea31c31c384354ce2218046a112f1fb3bb3e.tar.lz
nixlib-ec32ea31c31c384354ce2218046a112f1fb3bb3e.tar.xz
nixlib-ec32ea31c31c384354ce2218046a112f1fb3bb3e.tar.zst
nixlib-ec32ea31c31c384354ce2218046a112f1fb3bb3e.zip
Add haskell-libmpd-0.8.0.5
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/libmpd/0.8.0.5.nix25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/libmpd/0.8.0.5.nix b/pkgs/development/libraries/haskell/libmpd/0.8.0.5.nix
new file mode 100644
index 000000000000..b54068d924c6
--- /dev/null
+++ b/pkgs/development/libraries/haskell/libmpd/0.8.0.5.nix
@@ -0,0 +1,25 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, attoparsec, dataDefault, filepath, hspec, HUnit, mtl
+, network, QuickCheck, text, time, utf8String
+}:
+
+cabal.mkDerivation (self: {
+  pname = "libmpd";
+  version = "0.8.0.5";
+  sha256 = "0jxd2xl9imfvb3dz7zqwzx392aw2cb2pl3drx5wkygbywbi5ijhh";
+  buildDepends = [
+    attoparsec dataDefault filepath mtl network text time utf8String
+  ];
+  testDepends = [
+    dataDefault hspec HUnit mtl network QuickCheck text time utf8String
+  ];
+  jailbreak = true;
+  doCheck = false;
+  meta = {
+    homepage = "http://github.com/joachifm/libmpd-haskell#readme";
+    description = "An MPD client library";
+    license = "LGPL";
+    platforms = self.ghc.meta.platforms;
+  };
+})