summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-16 17:16:33 +0200
committerPeter Simons <simons@cryp.to>2013-10-18 12:52:27 +0200
commit75ac9e057685f260018e9082a5e3810c383093fd (patch)
tree214c08208c6da4e6306a2414930afdb05907a31f /pkgs/development
parent82cf1828a4cf84b968d4e348d6d7d1fc520aebfb (diff)
downloadnixlib-75ac9e057685f260018e9082a5e3810c383093fd.tar
nixlib-75ac9e057685f260018e9082a5e3810c383093fd.tar.gz
nixlib-75ac9e057685f260018e9082a5e3810c383093fd.tar.bz2
nixlib-75ac9e057685f260018e9082a5e3810c383093fd.tar.lz
nixlib-75ac9e057685f260018e9082a5e3810c383093fd.tar.xz
nixlib-75ac9e057685f260018e9082a5e3810c383093fd.tar.zst
nixlib-75ac9e057685f260018e9082a5e3810c383093fd.zip
haskell-persistent-template: update to version 1.2.0.4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/persistent-template/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/persistent-template/default.nix b/pkgs/development/libraries/haskell/persistent-template/default.nix
index b9e0e72928fb..c3bb228933d3 100644
--- a/pkgs/development/libraries/haskell/persistent-template/default.nix
+++ b/pkgs/development/libraries/haskell/persistent-template/default.nix
@@ -1,14 +1,13 @@
 { cabal, aeson, hspec, monadControl, monadLogger, persistent
-, QuickCheck, text, thOrphans, transformers
+, QuickCheck, text, transformers
 }:
 
 cabal.mkDerivation (self: {
   pname = "persistent-template";
-  version = "1.2.0.3";
-  sha256 = "10scyrfa8g79v8ra79bp0bg7q6iwqjw6jpm06g11pngv4x9zx880";
+  version = "1.2.0.4";
+  sha256 = "0lhqv4mcai9r5mzj5h6fsd1hd8mv1458id0rb6q157192gywxhzf";
   buildDepends = [
-    aeson monadControl monadLogger persistent text thOrphans
-    transformers
+    aeson monadControl monadLogger persistent text transformers
   ];
   testDepends = [ aeson hspec persistent QuickCheck text ];
   meta = {