about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-06 11:36:36 +0200
committerPeter Simons <simons@cryp.to>2014-06-09 10:26:59 +0200
commit948669f683d127abe1e3481890fc73ab4d077acf (patch)
tree22f9dfa1d6f467cac6a87d0e48fa0840391e39d7 /pkgs/development
parent1538d3ff108ecc15b3e9ef5814124f274c53c4b4 (diff)
downloadnixlib-948669f683d127abe1e3481890fc73ab4d077acf.tar
nixlib-948669f683d127abe1e3481890fc73ab4d077acf.tar.gz
nixlib-948669f683d127abe1e3481890fc73ab4d077acf.tar.bz2
nixlib-948669f683d127abe1e3481890fc73ab4d077acf.tar.lz
nixlib-948669f683d127abe1e3481890fc73ab4d077acf.tar.xz
nixlib-948669f683d127abe1e3481890fc73ab4d077acf.tar.zst
nixlib-948669f683d127abe1e3481890fc73ab4d077acf.zip
haskell-linear: update to version 1.10.1.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/linear/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/linear/default.nix b/pkgs/development/libraries/haskell/linear/default.nix
index a1837b4baab9..ce9fe66a1262 100644
--- a/pkgs/development/libraries/haskell/linear/default.nix
+++ b/pkgs/development/libraries/haskell/linear/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "linear";
-  version = "1.10.1.1";
-  sha256 = "0falp5mpd9lifzz11dy3lvfph8n0i8n4mh5kk5kg974qvdvjilgq";
+  version = "1.10.1.2";
+  sha256 = "05zbqdcdjq7anng2nymy05wsnk9qpk8mgivqcndbfjpk4l1r9k94";
   buildDepends = [
     adjunctions binary distributive hashable lens reflection
     semigroupoids semigroups tagged transformers unorderedContainers