about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-16 00:58:28 +0100
committerPeter Simons <simons@cryp.to>2014-11-16 13:31:23 +0100
commit7923803ebb92a753a5fc5111ffb53c10af2d6eea (patch)
treeb28a04da4d752052806c93aa4953756a900fd26f /pkgs
parent656255719a5fc058a1bbb22504a90a92ddf69de3 (diff)
downloadnixlib-7923803ebb92a753a5fc5111ffb53c10af2d6eea.tar
nixlib-7923803ebb92a753a5fc5111ffb53c10af2d6eea.tar.gz
nixlib-7923803ebb92a753a5fc5111ffb53c10af2d6eea.tar.bz2
nixlib-7923803ebb92a753a5fc5111ffb53c10af2d6eea.tar.lz
nixlib-7923803ebb92a753a5fc5111ffb53c10af2d6eea.tar.xz
nixlib-7923803ebb92a753a5fc5111ffb53c10af2d6eea.tar.zst
nixlib-7923803ebb92a753a5fc5111ffb53c10af2d6eea.zip
haskell-liblastfm: update to version 0.5.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/liblastfm/default.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/pkgs/development/libraries/haskell/liblastfm/default.nix b/pkgs/development/libraries/haskell/liblastfm/default.nix
index 2558d18d748c..abfa8a0496b2 100644
--- a/pkgs/development/libraries/haskell/liblastfm/default.nix
+++ b/pkgs/development/libraries/haskell/liblastfm/default.nix
@@ -1,23 +1,23 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, aeson, cereal, contravariant, cryptoApi, hspec
-, hspecExpectationsLens, httpClient, httpClientTls, HUnit, lens
-, lensAeson, networkUri, profunctors, pureMD5, semigroups, text
-, void, xmlConduit, xmlHtmlConduitLens
+{ cabal, aeson, cereal, cryptoApi, hspec, hspecExpectationsLens
+, httpClient, httpClientTls, HUnit, lens, lensAeson, networkUri
+, profunctors, pureMD5, semigroups, text, xmlConduit
+, xmlHtmlConduitLens
 }:
 
 cabal.mkDerivation (self: {
   pname = "liblastfm";
-  version = "0.4.1.0";
-  sha256 = "06w8rj2f2r0v15w6498px07krsqh1amcr6q22y3jlvaibm9mrvcw";
+  version = "0.5.1";
+  sha256 = "1bf508a1rqjb486wcwn0n36bm8lwnj3b4bg0826lp92zmaxiyxpy";
   buildDepends = [
-    aeson cereal contravariant cryptoApi httpClient httpClientTls
-    networkUri profunctors pureMD5 semigroups text void xmlConduit
+    aeson cereal cryptoApi httpClient httpClientTls networkUri
+    profunctors pureMD5 semigroups text xmlConduit
   ];
   testDepends = [
-    aeson cereal contravariant cryptoApi hspec hspecExpectationsLens
-    httpClient httpClientTls HUnit lens lensAeson networkUri
-    profunctors pureMD5 text void xmlConduit xmlHtmlConduitLens
+    aeson cereal cryptoApi hspec hspecExpectationsLens httpClient
+    httpClientTls HUnit lens lensAeson networkUri profunctors pureMD5
+    text xmlConduit xmlHtmlConduitLens
   ];
   meta = {
     description = "Lastfm API interface";