summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-06 11:05:42 +0000
committerPeter Simons <simons@cryp.to>2012-03-06 11:05:42 +0000
commit4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2 (patch)
tree256caddb6e17895944a786cee72738c117baa3f9 /pkgs/development/libraries
parent20c29256cfd3af4bf42e528fd1d7580e750985f2 (diff)
downloadnixlib-4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2.tar
nixlib-4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2.tar.gz
nixlib-4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2.tar.bz2
nixlib-4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2.tar.lz
nixlib-4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2.tar.xz
nixlib-4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2.tar.zst
nixlib-4adb9195bc2dba2ba277c3cf08f6459f7ef0c3c2.zip
haskell-base64-bytestring: updated to version 0.1.1.1
svn path=/nixpkgs/trunk/; revision=32815
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/base64-bytestring/0.1.1.0.nix17
-rw-r--r--pkgs/development/libraries/haskell/base64-bytestring/default.nix (renamed from pkgs/development/libraries/haskell/base64-bytestring/0.1.0.3.nix)4
2 files changed, 2 insertions, 19 deletions
diff --git a/pkgs/development/libraries/haskell/base64-bytestring/0.1.1.0.nix b/pkgs/development/libraries/haskell/base64-bytestring/0.1.1.0.nix
deleted file mode 100644
index 304889991f05..000000000000
--- a/pkgs/development/libraries/haskell/base64-bytestring/0.1.1.0.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ cabal }:
-
-cabal.mkDerivation (self: {
-  pname = "base64-bytestring";
-  version = "0.1.1.0";
-  sha256 = "0vdmwajxg6w924pcsls45bz4bn29xgl3sgvdp2g1jb8f7qb58r7i";
-  meta = {
-    homepage = "https://github.com/bos/base64-bytestring";
-    description = "Fast base64 encoding and deconding for ByteStrings";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
-  };
-})
diff --git a/pkgs/development/libraries/haskell/base64-bytestring/0.1.0.3.nix b/pkgs/development/libraries/haskell/base64-bytestring/default.nix
index f974a72347fd..3690c8cff76b 100644
--- a/pkgs/development/libraries/haskell/base64-bytestring/0.1.0.3.nix
+++ b/pkgs/development/libraries/haskell/base64-bytestring/default.nix
@@ -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";