hackage-packages.nix: update to c5e3b29678
with hackage2nix v20150903-29-gdd74ac4
This commit is contained in:
parent
900138840d
commit
eb5657e5a2
@ -21000,8 +21000,8 @@ self: {
|
||||
({ mkDerivation, base, unix }:
|
||||
mkDerivation {
|
||||
pname = "ansi-terminal";
|
||||
version = "0.6.2.2";
|
||||
sha256 = "da082cfcbd7f65b808adea6c9915ad58643b8a22c7bcd21d3dbaf091828dd4bf";
|
||||
version = "0.6.2.3";
|
||||
sha256 = "4dc02cb53e9ca7c8800bbdfc0337b961e5a945382cd09a6a40c6170126e0ee42";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base unix ];
|
||||
@ -21366,6 +21366,8 @@ self: {
|
||||
pname = "apiary";
|
||||
version = "1.4.5";
|
||||
sha256 = "6c6f898924b6209f33ef81bc0e2c7ceb166fc04825a8ffb4d6c5732f41429313";
|
||||
revision = "1";
|
||||
editedCabalFile = "cb16e7fbe6f23c07b72eced0abbba8f2b771f5322f2ebf6250322c344e420fdc";
|
||||
libraryHaskellDepends = [
|
||||
base blaze-builder blaze-html blaze-markup bytestring
|
||||
bytestring-read case-insensitive data-default-class exceptions
|
||||
@ -21378,7 +21380,6 @@ self: {
|
||||
base bytestring http-types HUnit mtl tasty tasty-hunit
|
||||
tasty-quickcheck wai wai-extra
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/philopon/apiary";
|
||||
description = "Simple and type safe web framework that generate web API documentation";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -53620,8 +53621,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "foldl-transduce";
|
||||
version = "0.4.0.0";
|
||||
sha256 = "6fb85b94e356030f0be4fedb7b99c11b2f532d6b92b81b32ce0e27632f9cbb32";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "f83db1c4e00ba8ca5bc68165d13ed2ca8a01a4ca55d2859780551d29991d9592";
|
||||
libraryHaskellDepends = [
|
||||
base bifunctors bytestring comonad containers foldl free
|
||||
monoid-subclasses semigroupoids text transformers
|
||||
@ -90360,18 +90361,18 @@ self: {
|
||||
|
||||
"logging" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, fast-logger, hspec
|
||||
, lifted-base, monad-control, monad-logger, old-locale, pcre-light
|
||||
, text, time, transformers, unix
|
||||
, lifted-base, monad-control, old-locale, pcre-light, text, time
|
||||
, transformers, unix
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "logging";
|
||||
version = "2.2.0";
|
||||
sha256 = "1793bc62c8e6a0e86d965ad87bdd2816ec9a2ba7c62b55e5bd8b948390548c2b";
|
||||
version = "3.0.1";
|
||||
sha256 = "6fb73c6091edc242246d86ce4d65aa831f68157a1cd21ef6f50f65dee88c7b92";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring fast-logger lifted-base monad-control
|
||||
monad-logger old-locale pcre-light text time transformers
|
||||
old-locale pcre-light text time transformers
|
||||
];
|
||||
testHaskellDepends = [ base hspec monad-logger unix ];
|
||||
testHaskellDepends = [ base hspec unix ];
|
||||
description = "Simplified logging in IO for application writers";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
Loading…
Reference in New Issue
Block a user