cosmetic: re-generate expressions with cabal2nix
This commit is contained in:
parent
7863956686
commit
070f071469
@ -12,7 +12,6 @@ cabal.mkDerivation (self: {
|
|||||||
HUnit ieee754 QuickCheck testFramework testFrameworkHunit
|
HUnit ieee754 QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 vector
|
testFrameworkQuickcheck2 vector
|
||||||
];
|
];
|
||||||
# fails on i686 at version 0.1.5.2
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bos/math-functions";
|
homepage = "https://github.com/bos/math-functions";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ cabal, base64Bytestring, blazeBuilder, filepath, hspec, random
|
{ cabal, base64Bytestring, blazeBuilder, filepath, hspec, random
|
||||||
, text, sendmail ? "sendmail"
|
, sendmail ? "sendmail", text
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -10,7 +10,7 @@ cabal.mkDerivation (self: {
|
|||||||
base64Bytestring blazeBuilder filepath random text
|
base64Bytestring blazeBuilder filepath random text
|
||||||
];
|
];
|
||||||
testDepends = [ blazeBuilder hspec text ];
|
testDepends = [ blazeBuilder hspec text ];
|
||||||
configureFlags = [ "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"${sendmail}\"" ];
|
configureFlags = "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"${sendmail}\"";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/mime-mail";
|
homepage = "http://github.com/snoyberg/mime-mail";
|
||||||
description = "Compose MIME email messages";
|
description = "Compose MIME email messages";
|
||||||
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
aeson attoparsec httpTypes HUnit shakespeareText testFramework
|
aeson attoparsec httpTypes HUnit shakespeareText testFramework
|
||||||
testFrameworkHunit testFrameworkThPrime text unorderedContainers
|
testFrameworkHunit testFrameworkThPrime text unorderedContainers
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/himura/twitter-types";
|
homepage = "https://github.com/himura/twitter-types";
|
||||||
description = "Twitter JSON parser and types";
|
description = "Twitter JSON parser and types";
|
||||||
@ -19,5 +20,4 @@ cabal.mkDerivation (self: {
|
|||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user