hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.17.0 from Hackage revision
1385c34be7.
This commit is contained in:
Peter Simons 2021-03-18 10:48:51 +01:00
parent dc4bb0df0a
commit 26d16fa285
1 changed files with 15 additions and 0 deletions

View File

@ -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