Author: simons
Date: Tue Mar 6 11:05:42 2012
New Revision: 32815
URL: https://nixos.org/websvn/nix/?rev=32815&sc=1
Log:
haskell-base64-bytestring: updated to version 0.1.1.1
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/default.nix
- copied, changed from r32813,
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/0.1.0.3.nix
Deleted:
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/0.1.0.3.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/0.1.1.0.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Copied and modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/default.nix
(from r32813,
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/0.1.0.3.nix)
==============================================================================
---
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/0.1.0.3.nix
Tue Mar 6 10:18:28 2012 (r32813, copy source)
+++
nixpkgs/trunk/pkgs/development/libraries/haskell/base64-bytestring/default.nix
Tue Mar 6 11:05:42 2012 (r32815)
@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "base64-bytestring";
- version = "0.1.0.3";
- sha256 = "0d4j8b1d8z9qr1y446bfkj764xgilk8gw2frj0wn0717y8knvmx3";
+ version = "0.1.1.1";
+ sha256 = "0j0jns0yf7dv2bx91hayc8hx0pdab7rhkjllmkl8019kf8rx3gwd";
meta = {
homepage = "https://github.com/bos/base64-bytestring";
description = "Fast base64 encoding and deconding for ByteStrings";
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Mar 6 10:57:52
2012 (r32814)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Tue Mar 6 11:05:42
2012 (r32815)
@@ -456,9 +456,7 @@
base64String = callPackage ../development/libraries/haskell/base64-string {};
- base64Bytestring_0_1_0_3 = callPackage
../development/libraries/haskell/base64-bytestring/0.1.0.3.nix {};
- base64Bytestring_0_1_1_0 = callPackage
../development/libraries/haskell/base64-bytestring/0.1.1.0.nix {};
- base64Bytestring = self.base64Bytestring_0_1_0_3; # Version 0.1.1.0 has
serious performance issues.
+ base64Bytestring = callPackage
../development/libraries/haskell/base64-bytestring {};
baseUnicodeSymbols = callPackage
../development/libraries/haskell/base-unicode-symbols {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits