summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorShaun Sharples <shaun.sharples@gmail.com>2015-02-02 15:29:58 +0200
committerShaun Sharples <shaun.sharples@gmail.com>2015-02-02 15:29:58 +0200
commit85b61347ae708cabf1cc185cf3259be7777963c4 (patch)
treec57a7a9154ac2ecbfa4c4e0bc1f5557605681052 /pkgs
parent8f95561b5f2540b5d33732e6ade04e89742229c8 (diff)
downloadnixpkgs-85b61347ae708cabf1cc185cf3259be7777963c4.tar
nixpkgs-85b61347ae708cabf1cc185cf3259be7777963c4.tar.gz
nixpkgs-85b61347ae708cabf1cc185cf3259be7777963c4.tar.bz2
nixpkgs-85b61347ae708cabf1cc185cf3259be7777963c4.tar.lz
nixpkgs-85b61347ae708cabf1cc185cf3259be7777963c4.tar.xz
nixpkgs-85b61347ae708cabf1cc185cf3259be7777963c4.tar.zst
nixpkgs-85b61347ae708cabf1cc185cf3259be7777963c4.zip
bump monad-journal to 0.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/monad-journal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/monad-journal/default.nix b/pkgs/development/libraries/haskell/monad-journal/default.nix
index ebf02e5e46d..c95adce3fcc 100644
--- a/pkgs/development/libraries/haskell/monad-journal/default.nix
+++ b/pkgs/development/libraries/haskell/monad-journal/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "monad-journal";
-  version = "0.5.0.1";
-  sha256 = "1rxmz6hx8kh8sw497h4kpxkvhgaa7jbzif7qssjqijyfmghsxh80";
+  version = "0.7";
+  sha256 = "1bfm5p027vf8dz92m6s47z06h05j2jv4pbwkl31svrz5pi5a9lz2";
   buildDepends = [
     either monadControl mtl transformers transformersBase
   ];