summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-18 10:48:51 +0100
committerPeter Simons <simons@cryp.to>2021-03-18 10:48:51 +0100
commit26d16fa28550852363584e5570636f4ec5b93f0a (patch)
tree115b4cfdec63bf612d80bf548877284199e6bc9d /pkgs/development/haskell-modules
parentdc4bb0df0a895a01d08c27e1e4ab6b1d914ecdfe (diff)
downloadnixpkgs-26d16fa28550852363584e5570636f4ec5b93f0a.tar
nixpkgs-26d16fa28550852363584e5570636f4ec5b93f0a.tar.gz
nixpkgs-26d16fa28550852363584e5570636f4ec5b93f0a.tar.bz2
nixpkgs-26d16fa28550852363584e5570636f4ec5b93f0a.tar.lz
nixpkgs-26d16fa28550852363584e5570636f4ec5b93f0a.tar.xz
nixpkgs-26d16fa28550852363584e5570636f4ec5b93f0a.tar.zst
nixpkgs-26d16fa28550852363584e5570636f4ec5b93f0a.zip
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/1385c34be7c95d18840b3094d89cb9030a958796.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index d54efd3d2bf..136c7a9c28a 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -38094,6 +38094,21 @@ self: {
        license = lib.licenses.bsd3;
      }) {};
 
+  "base16-bytestring_0_1_1_7" = callPackage
+    ({ mkDerivation, base, bytestring, ghc-prim }:
+     mkDerivation {
+       pname = "base16-bytestring";
+       version = "0.1.1.7";
+       sha256 = "1fk9zvkx005sy4adbyil86svnqhgrvmczmf16ajhzj2wkmkqjmjj";
+       revision = "3";
+       editedCabalFile = "1lrxqhbjsml0q1ahpcx7p0xjy6bj1m6qzjwmv841r5r8jrm2a880";
+       libraryHaskellDepends = [ base bytestring ghc-prim ];
+       testHaskellDepends = [ base bytestring ];
+       description = "Fast base16 (hex) encoding and decoding for ByteStrings";
+       license = lib.licenses.bsd3;
+       hydraPlatforms = lib.platforms.none;
+     }) {};
+
   "base16-bytestring" = callPackage
     ({ mkDerivation, base, bytestring, criterion, deepseq, HUnit
      , QuickCheck, test-framework, test-framework-hunit