Skip to content
Snippets Groups Projects
Commit 3d222a88 authored by Daniel Firth's avatar Daniel Firth
Browse files

tar: 0.5.1.1 -> github.com:locallycompact/tar/107c0b78524acfd0e77e767b83073492008bea0c

parent 62b19989
No related merge requests found
...@@ -794,7 +794,11 @@ in [ callHackage "Cabal" "3.8.1.0" ...@@ -794,7 +794,11 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "tabular" "0.2.2.8" , callHackage "tabular" "0.2.2.8"
, callHackage "tagged" "0.8.6.1" , callHackage "tagged" "0.8.6.1"
, callHackage "tagsoup" "0.14.8" , callHackage "tagsoup" "0.14.8"
, callHackage "tar" "0.5.1.1" , callCabal2nix
"tar"
"https://github.com/locallycompact/tar"
(Some "107c0b78524acfd0e77e767b83073492008bea0c")
(None Text)
, callCabal2nix , callCabal2nix
"tasty" "tasty"
"https://github.com/UnkindPartition/tasty" "https://github.com/UnkindPartition/tasty"
......
...@@ -2,24 +2,27 @@ ...@@ -2,24 +2,27 @@
, array , array
, base , base
, bytestring , bytestring
, bytestring-handle
, containers , containers
, criterion
, deepseq , deepseq
, directory , directory
, fetchgit
, filepath , filepath
, lib , lib
, QuickCheck , QuickCheck
, tasty , tasty
, tasty-bench
, tasty-quickcheck , tasty-quickcheck
, time , time
}: }:
mkDerivation { mkDerivation {
pname = "tar"; pname = "tar";
version = "0.5.1.1"; version = "0.6.0.0";
sha256 = "b384449f62b2b0aa3e6d2cb1004b8060b01f21ec93e7b63e7af6d8fad8a9f1de"; src = fetchgit {
revision = "5"; url = "https://github.com/locallycompact/tar";
editedCabalFile = "15dqywn1lsyqb0nq1amj70mh1i079b7xwr02wbpcdzmdljg9c55w"; sha256 = "1602fyzgsf5i6lrl6jv8x00qdbm37025ms87ncl7b30dcj2dvqh7";
rev = "107c0b78524acfd0e77e767b83073492008bea0c";
fetchSubmodules = true;
};
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
...@@ -37,7 +40,6 @@ mkDerivation { ...@@ -37,7 +40,6 @@ mkDerivation {
array array
base base
bytestring bytestring
bytestring-handle
containers containers
deepseq deepseq
directory directory
...@@ -52,10 +54,10 @@ mkDerivation { ...@@ -52,10 +54,10 @@ mkDerivation {
base base
bytestring bytestring
containers containers
criterion
deepseq deepseq
directory directory
filepath filepath
tasty-bench
time time
]; ];
enableLibraryProfiling = false; enableLibraryProfiling = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment