hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20160613-12-g1145e86 using the following inputs: - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/8b1e5923b5f2d5a438f8936ecfc8ef4d39782004 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/1c63caa7b8636d6096141d19ed5fb9becd89ce8d - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/39da79acedd8aaa9d22fb962825f7ebc27a25585
This commit is contained in:
@@ -3628,7 +3628,7 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ChasingBottoms" = callPackage
|
||||
"ChasingBottoms_1_3_0_14" = callPackage
|
||||
({ mkDerivation, array, base, containers, mtl, QuickCheck, random
|
||||
, syb
|
||||
}:
|
||||
@@ -3644,9 +3644,10 @@ self: {
|
||||
];
|
||||
description = "For testing partial and infinite values";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ChasingBottoms_1_3_1" = callPackage
|
||||
"ChasingBottoms" = callPackage
|
||||
({ mkDerivation, array, base, containers, mtl, QuickCheck, random
|
||||
, syb
|
||||
}:
|
||||
@@ -3662,7 +3663,6 @@ self: {
|
||||
];
|
||||
description = "For testing partial and infinite values";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"CheatSheet" = callPackage
|
||||
@@ -7843,19 +7843,20 @@ self: {
|
||||
"Glob" = callPackage
|
||||
({ mkDerivation, base, containers, directory, dlist, filepath
|
||||
, HUnit, QuickCheck, test-framework, test-framework-hunit
|
||||
, test-framework-quickcheck2, transformers
|
||||
, test-framework-quickcheck2, transformers, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Glob";
|
||||
version = "0.7.7";
|
||||
sha256 = "c1219b83da6f20a254d3cb6505d62026503080c1853ed9c59541af14f0f74b83";
|
||||
version = "0.7.8";
|
||||
sha256 = "15993a4b46d05d01d1d5541828e36ebdfa300ff7ef71205b152977b2192710e0";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory dlist filepath transformers
|
||||
transformers-compat
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base containers directory dlist filepath HUnit QuickCheck
|
||||
test-framework test-framework-hunit test-framework-quickcheck2
|
||||
transformers
|
||||
transformers transformers-compat
|
||||
];
|
||||
doCheck = false;
|
||||
homepage = "http://iki.fi/matti.niemenmaa/glob/";
|
||||
@@ -7863,15 +7864,15 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"Glob_0_7_8" = callPackage
|
||||
"Glob_0_7_9" = callPackage
|
||||
({ mkDerivation, base, containers, directory, dlist, filepath
|
||||
, HUnit, QuickCheck, test-framework, test-framework-hunit
|
||||
, test-framework-quickcheck2, transformers, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Glob";
|
||||
version = "0.7.8";
|
||||
sha256 = "15993a4b46d05d01d1d5541828e36ebdfa300ff7ef71205b152977b2192710e0";
|
||||
version = "0.7.9";
|
||||
sha256 = "a6c48b6a94971c00f8d1360c417275b1e0c089017db523df3f54729622567dbd";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory dlist filepath transformers
|
||||
transformers-compat
|
||||
@@ -23860,7 +23861,7 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"active" = callPackage
|
||||
"active_0_2_0_9" = callPackage
|
||||
({ mkDerivation, base, lens, linear, QuickCheck, semigroupoids
|
||||
, semigroups, vector
|
||||
}:
|
||||
@@ -23877,6 +23878,25 @@ self: {
|
||||
jailbreak = true;
|
||||
description = "Abstractions for animation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"active" = callPackage
|
||||
({ mkDerivation, base, lens, linear, QuickCheck, semigroupoids
|
||||
, semigroups, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "active";
|
||||
version = "0.2.0.10";
|
||||
sha256 = "0819b0ae7a690bba42f974ba3d1efb1b356919e0f9e278cb30653d022bce78b1";
|
||||
libraryHaskellDepends = [
|
||||
base lens linear semigroupoids semigroups vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base lens linear QuickCheck semigroupoids semigroups vector
|
||||
];
|
||||
description = "Abstractions for animation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"activehs" = callPackage
|
||||
@@ -25143,18 +25163,19 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"aeson-pretty_0_8_0" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, cmdargs
|
||||
, scientific, text, unordered-containers, vector
|
||||
"aeson-pretty_0_8_1" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, base-compat, bytestring
|
||||
, cmdargs, scientific, text, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-pretty";
|
||||
version = "0.8.0";
|
||||
sha256 = "18ca1dfc53f67105920e948e44cc28d464c7bf3aafb8457dd15027afb63c2490";
|
||||
version = "0.8.1";
|
||||
sha256 = "922a7c4413394b28c83e70d41f105e5bb2b991e1e47e2d802876a33589b6e6a1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base bytestring scientific text unordered-containers vector
|
||||
aeson base base-compat bytestring scientific text
|
||||
unordered-containers vector
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
aeson attoparsec base bytestring cmdargs
|
||||
@@ -52693,7 +52714,7 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cartel" = callPackage
|
||||
"cartel_0_16_0_0" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, multiarg, QuickCheck
|
||||
, random, tasty, tasty-quickcheck, tasty-th, time, transformers
|
||||
}:
|
||||
@@ -52711,9 +52732,10 @@ self: {
|
||||
homepage = "http://www.github.com/massysett/cartel";
|
||||
description = "Specify Cabal files in Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cartel_0_18_0_2" = callPackage
|
||||
"cartel" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, multiarg
|
||||
, optparse-applicative, pretty-show, process, QuickCheck, random
|
||||
, split, tasty, tasty-quickcheck, tasty-th, time, transformers
|
||||
@@ -52740,7 +52762,6 @@ self: {
|
||||
homepage = "http://www.github.com/massysett/cartel";
|
||||
description = "Specify Cabal files in Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"casa-abbreviations-and-acronyms" = callPackage
|
||||
@@ -58797,8 +58818,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cloben";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "99cfae53ed2ad5db9d1d1860b1654b28ab5189437fd5abb298a432f8a98d4728";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "c2b7d36c7ad47ed45c1b7328da1f0d6d22727134eab7a2bd3447815b2ed0f3db";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@@ -59844,8 +59865,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "coin";
|
||||
version = "1.1";
|
||||
sha256 = "6b5a1add01a2a4cc546ac5292cf82f20aa3baf145f3332439bf3a5abfb717237";
|
||||
version = "1.1.1";
|
||||
sha256 = "e020b0b4f31586832db5e56e0d757d60546071d2ca7bfef1f451d154f02486a2";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
@@ -90040,6 +90061,17 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"fizzbuzz" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "fizzbuzz";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "9df26295f66eadacad9c44ca3195651b15f2da8789124b91704eedaef9192a46";
|
||||
libraryHaskellDepends = [ base ];
|
||||
description = "test";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"flaccuraterip" = callPackage
|
||||
({ mkDerivation, base, binary, deepseq, HTTP, optparse-applicative
|
||||
, process
|
||||
@@ -112624,6 +112656,116 @@ self: {
|
||||
hydraPlatforms = [ "x86_64-darwin" ];
|
||||
}) {};
|
||||
|
||||
"haskell-tools-ast" = callPackage
|
||||
({ mkDerivation, base, ghc, references, structural-traversal
|
||||
, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-tools-ast";
|
||||
version = "0.1.2.1";
|
||||
sha256 = "cc2f8ef82cffd9746223bab33cd70ffdb64d1a6759f4ab656a7c11f7316213eb";
|
||||
libraryHaskellDepends = [
|
||||
base ghc references structural-traversal uniplate
|
||||
];
|
||||
homepage = "https://github.com/nboldi/haskell-tools";
|
||||
description = "Haskell AST for efficient tooling";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haskell-tools-ast-fromghc" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, ghc
|
||||
, haskell-tools-ast, mtl, references, safe, split
|
||||
, structural-traversal, template-haskell, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-tools-ast-fromghc";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "1d7a09adb0daed1acffacf909ba5d0447cda1401bcf5a9664b33c0297249a8fb";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers ghc haskell-tools-ast mtl references
|
||||
safe split structural-traversal template-haskell uniplate
|
||||
];
|
||||
homepage = "https://github.com/nboldi/haskell-tools";
|
||||
description = "Creating the Haskell-Tools AST from GHC's representations";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haskell-tools-ast-gen" = callPackage
|
||||
({ mkDerivation, base, containers, ghc, haskell-tools-ast
|
||||
, haskell-tools-ast-trf, mtl, references, structural-traversal
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-tools-ast-gen";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "c4de8717be3a8365ac870421c9bb327c4ab2255b0c6d4e0ba220450aeee4d431";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc haskell-tools-ast haskell-tools-ast-trf mtl
|
||||
references structural-traversal
|
||||
];
|
||||
homepage = "https://github.com/haskell-tools/haskell-tools";
|
||||
description = "Facilities for generating new parts of the Haskell-Tools AST";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haskell-tools-ast-trf" = callPackage
|
||||
({ mkDerivation, base, containers, ghc, haskell-tools-ast, MissingH
|
||||
, mtl, references, structural-traversal, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-tools-ast-trf";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "16df4de302b9304009d345bba2110f0a9ea6becc01cfc09f29c9329a3d859a72";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc haskell-tools-ast MissingH mtl references
|
||||
structural-traversal uniplate
|
||||
];
|
||||
homepage = "https://github.com/nboldi/haskell-tools";
|
||||
description = "Conversions on Haskell-Tools AST to prepare for refactorings";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haskell-tools-prettyprint" = callPackage
|
||||
({ mkDerivation, base, containers, ghc, haskell-tools-ast
|
||||
, haskell-tools-ast-trf, mtl, references, split
|
||||
, structural-traversal
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-tools-prettyprint";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "0e4a34d210ad5d45c146ba071d5dcf3b11e7090db79778268eba4405544b1431";
|
||||
libraryHaskellDepends = [
|
||||
base containers ghc haskell-tools-ast haskell-tools-ast-trf mtl
|
||||
references split structural-traversal
|
||||
];
|
||||
homepage = "https://github.com/haskell-tools/haskell-tools";
|
||||
description = "Pretty printing of Haskell-Tools AST";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haskell-tools-refactor" = callPackage
|
||||
({ mkDerivation, base, containers, directory, either, filepath, ghc
|
||||
, ghc-paths, haskell-tools-ast, haskell-tools-ast-fromghc
|
||||
, haskell-tools-ast-gen, haskell-tools-ast-trf
|
||||
, haskell-tools-prettyprint, mtl, references, split
|
||||
, structural-traversal, template-haskell, time, transformers
|
||||
, uniplate
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-tools-refactor";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "e038d377d2ae4837793e0b9ae5fd9406a5918da8ba3c88e7d6f8244ef28ccc39";
|
||||
libraryHaskellDepends = [
|
||||
base containers directory either filepath ghc ghc-paths
|
||||
haskell-tools-ast haskell-tools-ast-fromghc haskell-tools-ast-gen
|
||||
haskell-tools-ast-trf haskell-tools-prettyprint mtl references
|
||||
split structural-traversal template-haskell time transformers
|
||||
uniplate
|
||||
];
|
||||
homepage = "https://github.com/haskell-tools/haskell-tools";
|
||||
description = "Refactoring Tool for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"haskell-tor" = callPackage
|
||||
({ mkDerivation, array, asn1-encoding, asn1-types, async
|
||||
, attoparsec, base, base64-bytestring, binary, bytestring, cereal
|
||||
@@ -115178,8 +115320,8 @@ self: {
|
||||
pname = "haxl";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "fba961b0f3a9a9b6f7cf6ac24689d48fb8404d79ec86a36c2784f3f45d06669a";
|
||||
revision = "1";
|
||||
editedCabalFile = "223c00b89badaca423837b8a831c90e59f2826d359dccf22500e1fbbb96d7f07";
|
||||
revision = "2";
|
||||
editedCabalFile = "f3a1523824d97b8e261e17491fb91230fc77c903444211f8303d89eacb2065d1";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@@ -119221,6 +119363,29 @@ self: {
|
||||
license = "GPL";
|
||||
}) {};
|
||||
|
||||
"highlighting-kate_0_6_2_1" = callPackage
|
||||
({ mkDerivation, base, blaze-html, bytestring, containers, Diff
|
||||
, directory, filepath, mtl, parsec, pcre-light, process
|
||||
, utf8-string
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "highlighting-kate";
|
||||
version = "0.6.2.1";
|
||||
sha256 = "62af544964cb9d019baf1c81e28f8a747800c581787812a3b374e2f0a4209135";
|
||||
configureFlags = [ "-fpcre-light" ];
|
||||
libraryHaskellDepends = [
|
||||
base blaze-html bytestring containers mtl parsec pcre-light
|
||||
utf8-string
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base blaze-html containers Diff directory filepath process
|
||||
];
|
||||
homepage = "http://github.com/jgm/highlighting-kate";
|
||||
description = "Syntax highlighting";
|
||||
license = "GPL";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hills" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, directory, filepath
|
||||
, optparse-applicative, text, transformers
|
||||
@@ -132103,7 +132268,7 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-client" = callPackage
|
||||
"http-client_0_4_29" = callPackage
|
||||
({ mkDerivation, array, async, base, base64-bytestring
|
||||
, blaze-builder, bytestring, case-insensitive, containers, cookie
|
||||
, data-default-class, deepseq, directory, exceptions, filepath
|
||||
@@ -132131,9 +132296,10 @@ self: {
|
||||
homepage = "https://github.com/snoyberg/http-client";
|
||||
description = "An HTTP client engine, intended as a base layer for more user-friendly packages";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-client_0_4_30" = callPackage
|
||||
"http-client" = callPackage
|
||||
({ mkDerivation, array, async, base, base64-bytestring
|
||||
, blaze-builder, bytestring, case-insensitive, containers, cookie
|
||||
, data-default-class, deepseq, directory, exceptions, filepath
|
||||
@@ -132161,7 +132327,6 @@ self: {
|
||||
homepage = "https://github.com/snoyberg/http-client";
|
||||
description = "An HTTP client engine, intended as a base layer for more user-friendly packages";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-client-auth" = callPackage
|
||||
@@ -132581,7 +132746,7 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-conduit" = callPackage
|
||||
"http-conduit_2_1_10_1" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-builder, bytestring
|
||||
, case-insensitive, conduit, conduit-extra, connection, cookie
|
||||
, data-default-class, exceptions, hspec, http-client
|
||||
@@ -132609,9 +132774,10 @@ self: {
|
||||
homepage = "http://www.yesodweb.com/book/http-conduit";
|
||||
description = "HTTP client package with conduit interface and HTTPS support";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-conduit_2_1_11" = callPackage
|
||||
"http-conduit" = callPackage
|
||||
({ mkDerivation, aeson, base, blaze-builder, bytestring
|
||||
, case-insensitive, conduit, conduit-extra, connection, cookie
|
||||
, data-default-class, exceptions, hspec, http-client
|
||||
@@ -132635,12 +132801,10 @@ self: {
|
||||
temporary text time transformers utf8-string wai wai-conduit warp
|
||||
warp-tls
|
||||
];
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
homepage = "http://www.yesodweb.com/book/http-conduit";
|
||||
description = "HTTP client package with conduit interface and HTTPS support";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"http-conduit-browser" = callPackage
|
||||
@@ -149710,6 +149874,29 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"legion" = callPackage
|
||||
({ mkDerivation, attoparsec, base, binary, binary-conduit
|
||||
, bytestring, conduit, conduit-extra, containers
|
||||
, data-default-class, data-dword, directory, exceptions
|
||||
, monad-logger, network, Ranged-sets, scotty, scotty-resource, stm
|
||||
, text, time, transformers, unix, uuid, warp
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "legion";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "6fd7529a009775aab6a266503482e35b83d5dd8198d30811468b69b09377a5e7";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base binary binary-conduit bytestring conduit
|
||||
conduit-extra containers data-default-class data-dword directory
|
||||
exceptions monad-logger network Ranged-sets scotty scotty-resource
|
||||
stm text time transformers unix uuid warp
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/taphu/legion";
|
||||
description = "Distributed, stateful, homogeneous microservice framework";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
}) {};
|
||||
|
||||
"leksah" = callPackage
|
||||
({ mkDerivation, array, base, base-compat, binary, binary-shared
|
||||
, blaze-html, bytestring, Cabal, conduit, containers, cpphs
|
||||
@@ -160181,6 +160368,19 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens_0_4_5_0" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "microlens";
|
||||
version = "0.4.5.0";
|
||||
sha256 = "93cbdb35aa3a653aaee6ec39f895a5c12a663adc120ecb4978b31b034fd69e19";
|
||||
libraryHaskellDepends = [ base ];
|
||||
homepage = "http://github.com/aelve/microlens";
|
||||
description = "A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this.";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"microlens-aeson_2_1_0" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, directory
|
||||
, doctest, filepath, generic-deriving, microlens, scientific
|
||||
@@ -160368,6 +160568,24 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens-ghc_0_4_5_0" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, containers, microlens
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "microlens-ghc";
|
||||
version = "0.4.5.0";
|
||||
sha256 = "331c1851cfb398faf67e6956a64cf7dc06c85d95ccd4638e3d2ae5c59199212a";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring containers microlens transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/aelve/microlens";
|
||||
description = "microlens + array, bytestring, containers, transformers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"microlens-mtl_0_1_3_1" = callPackage
|
||||
({ mkDerivation, base, microlens, mtl, transformers
|
||||
, transformers-compat
|
||||
@@ -160455,6 +160673,23 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens-mtl_0_1_8_0" = callPackage
|
||||
({ mkDerivation, base, microlens, mtl, transformers
|
||||
, transformers-compat
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "microlens-mtl";
|
||||
version = "0.1.8.0";
|
||||
sha256 = "c7513217d63db7add00dab8e86e949be85541702101278b28bf5ee4a98d8670e";
|
||||
libraryHaskellDepends = [
|
||||
base microlens mtl transformers transformers-compat
|
||||
];
|
||||
homepage = "http://github.com/aelve/microlens";
|
||||
description = "microlens support for Reader/Writer/State from mtl";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"microlens-platform_0_1_7_0" = callPackage
|
||||
({ mkDerivation, base, hashable, microlens, microlens-ghc
|
||||
, microlens-mtl, microlens-th, text, unordered-containers, vector
|
||||
@@ -160566,6 +160801,25 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"microlens-platform_0_3_2_0" = callPackage
|
||||
({ mkDerivation, base, hashable, microlens, microlens-ghc
|
||||
, microlens-mtl, microlens-th, text, unordered-containers, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "microlens-platform";
|
||||
version = "0.3.2.0";
|
||||
sha256 = "7b4c81c7f0125a3ca7feb2cac6ff0182afd728c5510c0f55647a3207072cf9c1";
|
||||
libraryHaskellDepends = [
|
||||
base hashable microlens microlens-ghc microlens-mtl microlens-th
|
||||
text unordered-containers vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/aelve/microlens";
|
||||
description = "Feature-complete microlens";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"microlens-th_0_2_1_0" = callPackage
|
||||
({ mkDerivation, base, containers, microlens, template-haskell }:
|
||||
mkDerivation {
|
||||
@@ -163008,18 +163262,16 @@ self: {
|
||||
|
||||
"monad-logger-prefix" = callPackage
|
||||
({ mkDerivation, base, doctest, exceptions, Glob, hspec
|
||||
, monad-control, monad-logger, mtl, QuickCheck, text, transformers
|
||||
, transformers-base
|
||||
, monad-control, monad-logger, mtl, QuickCheck, resourcet, text
|
||||
, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "monad-logger-prefix";
|
||||
version = "0.1.0";
|
||||
sha256 = "c1048a1767d32cbbf0ce61b32eeefe742ca383ea6d507a664a9e2b0937e1779f";
|
||||
revision = "1";
|
||||
editedCabalFile = "2595df28e5f090b46bbca1c88392c1ad4159ad2008728bd0eb27db71bb5caa98";
|
||||
version = "0.1.1";
|
||||
sha256 = "80974cef0fb2393a085653014c3448d804f5083694bc8aa901f74541e2afb754";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions monad-control monad-logger mtl text transformers
|
||||
transformers-base
|
||||
base exceptions monad-control monad-logger mtl resourcet text
|
||||
transformers transformers-base
|
||||
];
|
||||
testHaskellDepends = [ base doctest Glob hspec QuickCheck ];
|
||||
jailbreak = true;
|
||||
@@ -165463,17 +165715,16 @@ self: {
|
||||
}) {};
|
||||
|
||||
"mqtt-hs" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, monad-loops, mtl
|
||||
, network, singletons, text
|
||||
({ mkDerivation, async, attoparsec, base, bytestring, monad-loops
|
||||
, mtl, network, singletons, stm, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "mqtt-hs";
|
||||
version = "0.2.0";
|
||||
sha256 = "4f56d06f2ff3ba9fd416f0894a4b1ad5b5879f56cb72876408b4b7bab0c97f4b";
|
||||
revision = "1";
|
||||
editedCabalFile = "aa0a2e9ea99cfbed4646ac02625b66361f8175ae2d70efc041dc517119706439";
|
||||
version = "1.0.0";
|
||||
sha256 = "14e4b668f27d1e1380e4a881f38441dcf02329d4708f1cd951401ebc82a771b1";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring monad-loops mtl network singletons text
|
||||
async attoparsec base bytestring monad-loops mtl network singletons
|
||||
stm text transformers
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://github.com/k00mi/mqtt-hs";
|
||||
@@ -189589,6 +189840,24 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"protolude_0_1_6" = callPackage
|
||||
({ mkDerivation, async, base, bytestring, containers, deepseq
|
||||
, ghc-prim, mtl, safe, stm, text, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "protolude";
|
||||
version = "0.1.6";
|
||||
sha256 = "daddf3511ec1a971f53aecc4b198c008e89ab035736dbb453440d1d2b0733cbd";
|
||||
libraryHaskellDepends = [
|
||||
async base bytestring containers deepseq ghc-prim mtl safe stm text
|
||||
transformers
|
||||
];
|
||||
homepage = "https://github.com/sdiehl/protolude";
|
||||
description = "A sensible set of defaults for writing custom Preludes";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"proton-haskell" = callPackage
|
||||
({ mkDerivation, base, containers, directory, filepath, HUnit
|
||||
, test-framework, test-framework-hunit
|
||||
@@ -189926,6 +190195,20 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"publicsuffix_0_20160701" = callPackage
|
||||
({ mkDerivation, base, filepath, hspec, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "publicsuffix";
|
||||
version = "0.20160701";
|
||||
sha256 = "18d7de6712ead0b01d8c3267e277267ac1817ef5788c0a012d9f4ddff96aeb7a";
|
||||
libraryHaskellDepends = [ base filepath template-haskell ];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
homepage = "https://github.com/wereHamster/publicsuffix-haskell/";
|
||||
description = "The publicsuffix list exposed as proper Haskell types";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"publicsuffixlist" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, data-default
|
||||
, HUnit, idna, text, utf8-string
|
||||
@@ -203437,6 +203720,30 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"scientific_0_3_4_8" = callPackage
|
||||
({ mkDerivation, base, binary, bytestring, containers, deepseq
|
||||
, ghc-prim, hashable, integer-gmp, QuickCheck, smallcheck, tasty
|
||||
, tasty-ant-xml, tasty-hunit, tasty-quickcheck, tasty-smallcheck
|
||||
, text, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "scientific";
|
||||
version = "0.3.4.8";
|
||||
sha256 = "4addf1bebe66ff681967372a3d68ba131400108043a4d5bc91e58558d23b2d85";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring containers deepseq ghc-prim hashable
|
||||
integer-gmp text vector
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base binary bytestring QuickCheck smallcheck tasty tasty-ant-xml
|
||||
tasty-hunit tasty-quickcheck tasty-smallcheck text
|
||||
];
|
||||
homepage = "https://github.com/basvandijk/scientific";
|
||||
description = "Numbers represented using scientific notation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"scion" = callPackage
|
||||
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
||||
, filepath, ghc, ghc-paths, ghc-syb, hslogger, json, multiset
|
||||
@@ -208954,7 +209261,7 @@ self: {
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"shake-language-c" = callPackage
|
||||
"shake-language-c_0_9_1" = callPackage
|
||||
({ mkDerivation, base, data-default-class, directory, doctest
|
||||
, fclabels, hspec, process, shake, split, unordered-containers
|
||||
}:
|
||||
@@ -208971,9 +209278,10 @@ self: {
|
||||
homepage = "https://github.com/samplecount/shake-language-c";
|
||||
description = "Utilities for cross-compiling with Shake";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"shake-language-c_0_10_0" = callPackage
|
||||
"shake-language-c" = callPackage
|
||||
({ mkDerivation, base, data-default-class, directory, doctest
|
||||
, fclabels, hspec, process, shake, split, unordered-containers
|
||||
}:
|
||||
@@ -208990,7 +209298,6 @@ self: {
|
||||
homepage = "https://github.com/samplecount/shake-language-c";
|
||||
description = "Utilities for cross-compiling with Shake";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"shake-minify" = callPackage
|
||||
@@ -211284,6 +211591,21 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"simple-tar" = callPackage
|
||||
({ mkDerivation, base, bytestring, cereal, containers, filepath
|
||||
, time
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "simple-tar";
|
||||
version = "0.5";
|
||||
sha256 = "06b1ce56dc971aad0f52c5e7d27fb4d64aca83e018c6fc2e227a65dc5bc1a247";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring cereal containers filepath time
|
||||
];
|
||||
description = "Simple, pure, file-system-free reading of tar files";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"simple-templates" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, hspec, HUnit, scientific
|
||||
, text, unordered-containers, vector
|
||||
@@ -215320,6 +215642,8 @@ self: {
|
||||
pname = "socks";
|
||||
version = "0.5.5";
|
||||
sha256 = "2647ea93e21ad1dfd77e942c022c8707e468d25e1ff672a88be82508034fc868";
|
||||
revision = "1";
|
||||
editedCabalFile = "7cd766c60366c9b1e6100af4f710fd38bc851ac28387b60471c6a3b63bc0e85b";
|
||||
libraryHaskellDepends = [ base bytestring cereal network ];
|
||||
homepage = "http://github.com/vincenthz/hs-socks";
|
||||
description = "Socks proxy (version 5) implementation";
|
||||
@@ -222341,8 +222665,8 @@ self: {
|
||||
({ mkDerivation, base, HUnit, mtl, template-haskell }:
|
||||
mkDerivation {
|
||||
pname = "structural-traversal";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "d547ff9d4a3b73d4028fa37aa08a648ee8315f246fbd72770f3402b486818907";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "8f650164a83eaabd1c23ec31f23c3b1d07825e31e2ad7a411eab8f432ee261e9";
|
||||
libraryHaskellDepends = [ base mtl template-haskell ];
|
||||
testHaskellDepends = [ base HUnit mtl ];
|
||||
homepage = "http://github.com/nboldi/structural-traversal#readme";
|
||||
@@ -230164,15 +230488,14 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "th-alpha";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "f3690f2fe6ee2a47f165f761eea10c617455e84fa833690c139273120a12d7eb";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "02b1c1f8508c30b92d90bd3852a4f9a4b53738976e3e56f8382fc20206afa5ec";
|
||||
libraryHaskellDepends = [
|
||||
base containers mmorph mtl template-haskell th-desugar transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base derive tasty tasty-hunit tasty-quickcheck template-haskell
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/jkarni/th-alpha";
|
||||
description = "Alpha equivalence for TH Exp";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@@ -240004,12 +240327,11 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "usb";
|
||||
version = "1.3.0.3";
|
||||
sha256 = "ce9bc0ab71dd0cc645a52b72c19a4055c21b667347ad476ccf93d91b4c3fc172";
|
||||
version = "1.3.0.4";
|
||||
sha256 = "ae7138bf09c72eb3144056c65aacc11c844cae49864735937e0426ddb9ccfdc7";
|
||||
libraryHaskellDepends = [
|
||||
base bindings-libusb bytestring containers ghc-prim text vector
|
||||
];
|
||||
jailbreak = true;
|
||||
homepage = "http://basvandijk.github.com/usb";
|
||||
description = "Communicate with USB devices";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@@ -257527,6 +257849,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-oauth2_0_2_0" = callPackage
|
||||
({ mkDerivation, aeson, authenticate, base, bytestring, hoauth2
|
||||
, hspec, http-client, http-conduit, http-types, lifted-base
|
||||
, network-uri, random, text, transformers, vector, yesod-auth
|
||||
, yesod-core, yesod-form
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yesod-auth-oauth2";
|
||||
version = "0.2.0";
|
||||
sha256 = "2a7efeb3df72d5a4870b8e2eb308a0548db2f9562beb26904e7782000ca0b3ed";
|
||||
libraryHaskellDepends = [
|
||||
aeson authenticate base bytestring hoauth2 http-client http-conduit
|
||||
http-types lifted-base network-uri random text transformers vector
|
||||
yesod-auth yesod-core yesod-form
|
||||
];
|
||||
testHaskellDepends = [ base hspec ];
|
||||
homepage = "http://github.com/thoughtbot/yesod-auth-oauth2";
|
||||
description = "OAuth 2.0 authentication plugins";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-pam" = callPackage
|
||||
({ mkDerivation, base, hamlet, pam, text, yesod-auth, yesod-core
|
||||
, yesod-form
|
||||
@@ -262387,6 +262731,33 @@ self: {
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
}) {};
|
||||
|
||||
"yi-language_0_2_1" = callPackage
|
||||
({ mkDerivation, alex, array, base, binary, containers
|
||||
, data-default, filepath, hashable, hspec, microlens-platform
|
||||
, oo-prototypes, pointedlist, QuickCheck, regex-base, regex-tdfa
|
||||
, template-haskell, transformers-base, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "yi-language";
|
||||
version = "0.2.1";
|
||||
sha256 = "58153110fa9fad0c873a8376e73bb21b9ebdbb32357d23b29e1bd6d901cffacd";
|
||||
libraryHaskellDepends = [
|
||||
array base binary containers data-default hashable
|
||||
microlens-platform oo-prototypes pointedlist regex-base regex-tdfa
|
||||
template-haskell transformers-base unordered-containers
|
||||
];
|
||||
libraryToolDepends = [ alex ];
|
||||
testHaskellDepends = [
|
||||
array base binary containers data-default filepath hashable hspec
|
||||
microlens-platform pointedlist QuickCheck regex-base regex-tdfa
|
||||
template-haskell transformers-base unordered-containers
|
||||
];
|
||||
homepage = "https://github.com/yi-editor/yi-language";
|
||||
description = "Collection of language-related Yi libraries";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yi-monokai" = callPackage
|
||||
({ mkDerivation, base, yi }:
|
||||
mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user