purebred-email: 0.4.3 -> 0.5.1
This commit is contained in:
parent
20c89ae474
commit
f311b9807c
@ -1,31 +1,27 @@
|
|||||||
{ mkDerivation, attoparsec, base, base64-bytestring, bytestring
|
{ mkDerivation, attoparsec, base, base64-bytestring, bytestring
|
||||||
, case-insensitive, concise, deepseq, fetchgit, hedgehog, lens, lib
|
, case-insensitive, concise, deepseq, fetchgit, hedgehog, lens, lib
|
||||||
, QuickCheck, quickcheck-instances, semigroupoids, semigroups
|
, QuickCheck, quickcheck-instances, random, semigroupoids
|
||||||
, stringsearch, tasty, tasty-golden, tasty-hedgehog, tasty-hunit
|
, stringsearch, tasty, tasty-golden, tasty-hedgehog, tasty-hunit
|
||||||
, tasty-quickcheck, text, time
|
, tasty-quickcheck, text, time
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "purebred-email";
|
pname = "purebred-email";
|
||||||
version = "0.4.3";
|
version = "0.5.1";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/purebred-mua/purebred-email";
|
url = "https://github.com/purebred-mua/purebred-email";
|
||||||
sha256 = "06xhccavrdzfsvg65mzdnp0a7b1ilk2rqpnyvkr171ir6mqdpb19";
|
sha256 = "0iilyy5dkbzbiazyyfjdz585c3x8b7c2piynmycm7krkc48993vw";
|
||||||
rev = "769b360643f699c0a8cd6f1c3a3de36cf0479834";
|
rev = "7ba346e10ad1521a923bc04a4ffeca479d8dd071";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
patches = [
|
|
||||||
./untweak-mime-version-header.patch
|
|
||||||
];
|
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base base64-bytestring bytestring case-insensitive
|
attoparsec base base64-bytestring bytestring case-insensitive
|
||||||
concise deepseq lens semigroupoids semigroups stringsearch text
|
concise deepseq lens random semigroupoids stringsearch text time
|
||||||
time
|
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
attoparsec base bytestring case-insensitive hedgehog lens
|
attoparsec base bytestring case-insensitive hedgehog lens
|
||||||
QuickCheck quickcheck-instances semigroups tasty tasty-golden
|
QuickCheck quickcheck-instances random tasty tasty-golden
|
||||||
tasty-hedgehog tasty-hunit tasty-quickcheck text time
|
tasty-hedgehog tasty-hunit tasty-quickcheck text time
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/purebred-mua/purebred-email";
|
homepage = "https://github.com/purebred-mua/purebred-email";
|
||||||
|
Loading…
Reference in New Issue
Block a user