hackage-packages.nix: update to d7dddc66da
with hackage2nix v20150824-72-g87526c2
This commit is contained in:
parent
66429fa043
commit
6c885b38ee
@ -2221,6 +2221,7 @@ self: {
|
|||||||
homepage = "http://www.haskell.org/cabal/";
|
homepage = "http://www.haskell.org/cabal/";
|
||||||
description = "A framework for packaging Haskell software";
|
description = "A framework for packaging Haskell software";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"Cabal_1_20_0_3" = callPackage
|
"Cabal_1_20_0_3" = callPackage
|
||||||
@ -2246,6 +2247,7 @@ self: {
|
|||||||
homepage = "http://www.haskell.org/cabal/";
|
homepage = "http://www.haskell.org/cabal/";
|
||||||
description = "A framework for packaging Haskell software";
|
description = "A framework for packaging Haskell software";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"Cabal_1_22_4_0" = callPackage
|
"Cabal_1_22_4_0" = callPackage
|
||||||
@ -2272,6 +2274,7 @@ self: {
|
|||||||
homepage = "http://www.haskell.org/cabal/";
|
homepage = "http://www.haskell.org/cabal/";
|
||||||
description = "A framework for packaging Haskell software";
|
description = "A framework for packaging Haskell software";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"Cabal-ide-backend" = callPackage
|
"Cabal-ide-backend" = callPackage
|
||||||
@ -4551,20 +4554,16 @@ self: {
|
|||||||
|
|
||||||
"Euterpea" = callPackage
|
"Euterpea" = callPackage
|
||||||
({ mkDerivation, ansi-terminal, array, arrows, base, bytestring
|
({ mkDerivation, ansi-terminal, array, arrows, base, bytestring
|
||||||
, Cabal, CCA, containers, deepseq, ghc-prim, HCodecs, heap
|
, Cabal, containers, deepseq, ghc-prim, HCodecs, heap, markov-chain
|
||||||
, markov-chain, monadIO, mtl, PortMidi, pure-fft, QuickCheck
|
, PortMidi, pure-fft, QuickCheck, random, stm, UISF
|
||||||
, random, stm, syb, template-haskell, UISF
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Euterpea";
|
pname = "Euterpea";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
sha256 = "ba6d412a87431694aa50b7e1fb398b1f8671d3bbf1c6da3ef961e9436ad6cc31";
|
sha256 = "b9f311ce03c58e3a8da502713d5ac5cd2463e76a9bc4c7b2b3556de2e42d58b4";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "61d418cc49621a3373fd25f547d2dd6b76b700dcc4b7e38b2f055b5c6f781afd";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array arrows base bytestring CCA containers deepseq ghc-prim
|
array arrows base bytestring containers deepseq ghc-prim HCodecs
|
||||||
HCodecs heap markov-chain monadIO mtl PortMidi pure-fft random stm
|
heap markov-chain PortMidi pure-fft random stm UISF
|
||||||
syb template-haskell UISF
|
|
||||||
];
|
];
|
||||||
testHaskellDepends = [ ansi-terminal base Cabal QuickCheck ];
|
testHaskellDepends = [ ansi-terminal base Cabal QuickCheck ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
@ -5026,8 +5025,8 @@ self: {
|
|||||||
({ mkDerivation, base, containers, HUnit, parsec }:
|
({ mkDerivation, base, containers, HUnit, parsec }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Folly";
|
pname = "Folly";
|
||||||
version = "0.1.5.2";
|
version = "0.2.0.0";
|
||||||
sha256 = "d91356d28619c50115160d078277104bac9567f099a5b9fd13b0079b7f164e0d";
|
sha256 = "47ceb0db6bbfe935e0d931a5d6d4425e46fd059657398ae0be67f2f0e714ee05";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [ base containers parsec ];
|
libraryHaskellDepends = [ base containers parsec ];
|
||||||
@ -7733,6 +7732,7 @@ self: {
|
|||||||
homepage = "http://hunit.sourceforge.net/";
|
homepage = "http://hunit.sourceforge.net/";
|
||||||
description = "A unit testing framework for Haskell";
|
description = "A unit testing framework for Haskell";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"HUnit-Diff" = callPackage
|
"HUnit-Diff" = callPackage
|
||||||
@ -8565,8 +8565,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Hoed";
|
pname = "Hoed";
|
||||||
version = "0.2.2";
|
version = "0.3.0";
|
||||||
sha256 = "9d2e9e4886e816c5e97e91c27cf007d18f0dafeb2acdf1e1d7023764b9a4d22c";
|
sha256 = "24f324d8cab517d23d14fd6350bd854b97226802b9ae3eb0e5f05cc344e95e3c";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -8574,7 +8574,7 @@ self: {
|
|||||||
RBTree regex-posix template-haskell threepenny-gui
|
RBTree regex-posix template-haskell threepenny-gui
|
||||||
];
|
];
|
||||||
homepage = "http://maartenfaddegon.nl";
|
homepage = "http://maartenfaddegon.nl";
|
||||||
description = "Lighweight algorithmic debugging based on observing intermediate values and the cost centre stack";
|
description = "Lighweight algorithmic debugging";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -12955,6 +12955,7 @@ self: {
|
|||||||
homepage = "http://www.math.chalmers.se/~rjmh/QuickCheck/";
|
homepage = "http://www.math.chalmers.se/~rjmh/QuickCheck/";
|
||||||
description = "Automatic testing of Haskell programs";
|
description = "Automatic testing of Haskell programs";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"QuickCheck" = callPackage
|
"QuickCheck" = callPackage
|
||||||
@ -15623,15 +15624,15 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"UISF" = callPackage
|
"UISF" = callPackage
|
||||||
({ mkDerivation, arrows, base, containers, deepseq, GLFW, OpenGL
|
({ mkDerivation, array, arrows, base, containers, deepseq, GLUT
|
||||||
, stm, transformers
|
, OpenGL, stm, transformers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "UISF";
|
pname = "UISF";
|
||||||
version = "0.3.0.2";
|
version = "0.4.0.0";
|
||||||
sha256 = "86a89d4e23d00916138d686e206240f0df282d971faf5e049c844c0f0ae1b344";
|
sha256 = "1d2084f1c81364b830fab4937901b83bee08addf6ea4e8123573b084cd80f3e7";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
arrows base containers deepseq GLFW OpenGL stm transformers
|
array arrows base containers deepseq GLUT OpenGL stm transformers
|
||||||
];
|
];
|
||||||
homepage = "http://haskell.cs.yale.edu/";
|
homepage = "http://haskell.cs.yale.edu/";
|
||||||
description = "Library for Arrowized Graphical User Interfaces";
|
description = "Library for Arrowized Graphical User Interfaces";
|
||||||
@ -18295,6 +18296,7 @@ self: {
|
|||||||
homepage = "https://github.com/bos/aeson";
|
homepage = "https://github.com/bos/aeson";
|
||||||
description = "Fast JSON parsing and encoding";
|
description = "Fast JSON parsing and encoding";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"aeson" = callPackage
|
"aeson" = callPackage
|
||||||
@ -21623,12 +21625,9 @@ self: {
|
|||||||
({ mkDerivation, base, containers, lens, mtl }:
|
({ mkDerivation, base, containers, lens, mtl }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "app-lens";
|
pname = "app-lens";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "280cfa13e1f52d40fa10f70f5f98e13e7de9633fa8919a9dcfef857e98953f3e";
|
sha256 = "717cb2d1abc9add860d6e058b2da8ba45a124f8a637b4ab5984a89a42d485627";
|
||||||
revision = "2";
|
|
||||||
editedCabalFile = "29d9e8cabf54f27b1ccf007530fe698c0895c0bb6a2a6da50b71fafd4c27bd6d";
|
|
||||||
libraryHaskellDepends = [ base containers lens mtl ];
|
libraryHaskellDepends = [ base containers lens mtl ];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://bitbucket.org/kztk/app-lens";
|
homepage = "https://bitbucket.org/kztk/app-lens";
|
||||||
description = "applicative (functional) bidirectional programming beyond composition chains";
|
description = "applicative (functional) bidirectional programming beyond composition chains";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -22257,6 +22256,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ base ];
|
libraryHaskellDepends = [ base ];
|
||||||
description = "Mutable and immutable arrays";
|
description = "Mutable and immutable arrays";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"array-forth" = callPackage
|
"array-forth" = callPackage
|
||||||
@ -24868,6 +24868,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ ghc-prim rts ];
|
libraryHaskellDepends = [ ghc-prim rts ];
|
||||||
description = "Basic libraries";
|
description = "Basic libraries";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"base-compat" = callPackage
|
"base-compat" = callPackage
|
||||||
@ -25972,6 +25973,7 @@ self: {
|
|||||||
homepage = "https://github.com/kolmodin/binary";
|
homepage = "https://github.com/kolmodin/binary";
|
||||||
description = "Binary serialisation for Haskell values using lazy ByteStrings";
|
description = "Binary serialisation for Haskell values using lazy ByteStrings";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"binary-bits" = callPackage
|
"binary-bits" = callPackage
|
||||||
@ -29595,6 +29597,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell/bytestring";
|
homepage = "https://github.com/haskell/bytestring";
|
||||||
description = "Fast, compact, strict and lazy byte strings with a list interface";
|
description = "Fast, compact, strict and lazy byte strings with a list interface";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"bytestring-arbitrary" = callPackage
|
"bytestring-arbitrary" = callPackage
|
||||||
@ -30384,6 +30387,7 @@ self: {
|
|||||||
homepage = "http://www.haskell.org/cabal/";
|
homepage = "http://www.haskell.org/cabal/";
|
||||||
description = "The command-line interface for Cabal and Hackage";
|
description = "The command-line interface for Cabal and Hackage";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"cabal-install" = callPackage
|
"cabal-install" = callPackage
|
||||||
@ -32433,10 +32437,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cf";
|
pname = "cf";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
sha256 = "1d3bd0bab9a927e0efd386e8786ad7e0936921553edf275e7d2b676b40c310fd";
|
sha256 = "f2852d1f13c434f5e49ed319afc8f1a79cbb5e06d4235e5b342dc44cba6c2519";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "9fd574edfce6ea014201ccc3591638de0574f251290bcf0f44a8a00338131692";
|
|
||||||
libraryHaskellDepends = [ base ];
|
libraryHaskellDepends = [ base ];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base QuickCheck test-framework test-framework-quickcheck2
|
base QuickCheck test-framework test-framework-quickcheck2
|
||||||
@ -36455,6 +36457,7 @@ self: {
|
|||||||
homepage = "http://github.com/snoyberg/conduit";
|
homepage = "http://github.com/snoyberg/conduit";
|
||||||
description = "Streaming data processing library";
|
description = "Streaming data processing library";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"conduit" = callPackage
|
"conduit" = callPackage
|
||||||
@ -37134,6 +37137,7 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Assorted concrete container types";
|
description = "Assorted concrete container types";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"containers_0_5_6_3" = callPackage
|
"containers_0_5_6_3" = callPackage
|
||||||
@ -37152,6 +37156,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Assorted concrete container types";
|
description = "Assorted concrete container types";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"containers-benchmark" = callPackage
|
"containers-benchmark" = callPackage
|
||||||
@ -37461,6 +37466,7 @@ self: {
|
|||||||
homepage = "http://github.com/pepeiborra/control-monad-free";
|
homepage = "http://github.com/pepeiborra/control-monad-free";
|
||||||
description = "Free monads and monad transformers";
|
description = "Free monads and monad transformers";
|
||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"control-monad-free" = callPackage
|
"control-monad-free" = callPackage
|
||||||
@ -40116,8 +40122,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "d-bus";
|
pname = "d-bus";
|
||||||
version = "0.1.3";
|
version = "0.1.3.1";
|
||||||
sha256 = "0e1eb50a1a1185bc898e87f93040f47b80d8a0beb132fb2c14a77b6720011f32";
|
sha256 = "3c22a5ddb373178203093f1bea6ea8921810e352df1cf1cc50b94c758cea96f9";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
async attoparsec base binary blaze-builder bytestring conduit
|
async attoparsec base binary blaze-builder bytestring conduit
|
||||||
conduit-extra containers data-binary-ieee754 data-default
|
conduit-extra containers data-binary-ieee754 data-default
|
||||||
@ -42735,6 +42741,7 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Deep evaluation of data structures";
|
description = "Deep evaluation of data structures";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"deepseq_1_4_1_2" = callPackage
|
"deepseq_1_4_1_2" = callPackage
|
||||||
@ -42751,6 +42758,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Deep evaluation of data structures";
|
description = "Deep evaluation of data structures";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"deepseq-bounded" = callPackage
|
"deepseq-bounded" = callPackage
|
||||||
@ -43258,15 +43266,15 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"dequeue" = callPackage
|
"dequeue" = callPackage
|
||||||
({ mkDerivation, base, QuickCheck, safe }:
|
({ mkDerivation, base, Cabal, cabal-test-quickcheck, QuickCheck
|
||||||
|
, safe
|
||||||
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "dequeue";
|
pname = "dequeue";
|
||||||
version = "0.1.7";
|
version = "0.1.12";
|
||||||
sha256 = "ceecc24ce84cabf5df5291eda19400f452d3dc1b102f6ebef2c6c689ec7c5eea";
|
sha256 = "c70aedbb1965affe07b7151f12e9a8e42f2cb54652bb0a0bbc5d0ba8e21721ab";
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
libraryHaskellDepends = [ base QuickCheck safe ];
|
libraryHaskellDepends = [ base QuickCheck safe ];
|
||||||
executableHaskellDepends = [ base QuickCheck ];
|
testHaskellDepends = [ base Cabal cabal-test-quickcheck ];
|
||||||
description = "A typeclass and an implementation for double-ended queues";
|
description = "A typeclass and an implementation for double-ended queues";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
@ -43468,6 +43476,7 @@ self: {
|
|||||||
homepage = "https://github.com/chrisdone/descriptive";
|
homepage = "https://github.com/chrisdone/descriptive";
|
||||||
description = "Self-describing consumers/parsers; forms, cmd-line args, JSON, etc";
|
description = "Self-describing consumers/parsers; forms, cmd-line args, JSON, etc";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"descriptive" = callPackage
|
"descriptive" = callPackage
|
||||||
@ -44809,6 +44818,7 @@ self: {
|
|||||||
testHaskellDepends = [ base filepath time unix ];
|
testHaskellDepends = [ base filepath time unix ];
|
||||||
description = "Platform-agnostic library for filesystem operations";
|
description = "Platform-agnostic library for filesystem operations";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"directory-layout" = callPackage
|
"directory-layout" = callPackage
|
||||||
@ -52184,6 +52194,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell/filepath#readme";
|
homepage = "https://github.com/haskell/filepath#readme";
|
||||||
description = "Library for manipulating FilePaths in a cross platform way";
|
description = "Library for manipulating FilePaths in a cross platform way";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"filepath-io-access" = callPackage
|
"filepath-io-access" = callPackage
|
||||||
@ -56611,6 +56622,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ rts ];
|
libraryHaskellDepends = [ rts ];
|
||||||
description = "GHC primitives";
|
description = "GHC primitives";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ghc-prof-flamegraph" = callPackage
|
"ghc-prof-flamegraph" = callPackage
|
||||||
@ -58082,7 +58094,7 @@ self: {
|
|||||||
homepage = "http://gloss.ouroborus.net";
|
homepage = "http://gloss.ouroborus.net";
|
||||||
description = "Painless 2D vector graphics, animations and simulations";
|
description = "Painless 2D vector graphics, animations and simulations";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"gloss" = callPackage
|
"gloss" = callPackage
|
||||||
@ -61863,6 +61875,7 @@ self: {
|
|||||||
homepage = "http://www.haskell.org/haddock/";
|
homepage = "http://www.haskell.org/haddock/";
|
||||||
description = "A documentation-generation tool for Haskell libraries";
|
description = "A documentation-generation tool for Haskell libraries";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"haddock-api" = callPackage
|
"haddock-api" = callPackage
|
||||||
@ -64354,6 +64367,7 @@ self: {
|
|||||||
homepage = "http://trac.haskell.org/haskeline";
|
homepage = "http://trac.haskell.org/haskeline";
|
||||||
description = "A command-line interface for user input, written in Haskell";
|
description = "A command-line interface for user input, written in Haskell";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"haskeline-class" = callPackage
|
"haskeline-class" = callPackage
|
||||||
@ -64938,6 +64952,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell-suite/haskell-src-exts";
|
homepage = "https://github.com/haskell-suite/haskell-src-exts";
|
||||||
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
|
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"haskell-src-exts" = callPackage
|
"haskell-src-exts" = callPackage
|
||||||
@ -66268,6 +66283,8 @@ self: {
|
|||||||
pname = "haste-compiler";
|
pname = "haste-compiler";
|
||||||
version = "0.5.1.2";
|
version = "0.5.1.2";
|
||||||
sha256 = "106f844a4ffef0a8b0af954b369bf052c434e1713aa8bdde3d3c3ebc53046b4c";
|
sha256 = "106f844a4ffef0a8b0af954b369bf052c434e1713aa8bdde3d3c3ebc53046b4c";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "b7ef9b6e6475a75c96dc5c97460143429abfb60a6453da57dad4d15f2b8e4d9a";
|
||||||
configureFlags = [ "-fportable" ];
|
configureFlags = [ "-fportable" ];
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
@ -68461,15 +68478,15 @@ self: {
|
|||||||
"heyefi" = callPackage
|
"heyefi" = callPackage
|
||||||
({ mkDerivation, base, bytestring, case-insensitive, configurator
|
({ mkDerivation, base, bytestring, case-insensitive, configurator
|
||||||
, containers, directory, exceptions, filepath, HandsomeSoup, hspec
|
, containers, directory, exceptions, filepath, HandsomeSoup, hspec
|
||||||
, http-types, hxt, iso8601-time, MissingH, mtl, multipart
|
, hspec-wai, http-types, hxt, iso8601-time, MissingH, mtl
|
||||||
, optparse-applicative, random, silently, stm, tar, temporary, text
|
, multipart, optparse-applicative, random, silently, stm, tar
|
||||||
, time, transformers, unix, unordered-containers, utf8-string, wai
|
, temporary, text, time, transformers, unix, unordered-containers
|
||||||
, warp
|
, utf8-string, wai, wai-extra, warp
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "heyefi";
|
pname = "heyefi";
|
||||||
version = "0.1.1.1";
|
version = "1.0.0.0";
|
||||||
sha256 = "0efccccc2f8b0cfce5496a39df575d50f007611ebfcc7bc260f74911ac6fa936";
|
sha256 = "76faae3d15478468c5c77021e8de886143da550e11e540fbd0e4abf8e1f24886";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
@ -68480,10 +68497,10 @@ self: {
|
|||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
base bytestring case-insensitive configurator containers directory
|
base bytestring case-insensitive configurator containers directory
|
||||||
exceptions filepath HandsomeSoup hspec http-types hxt iso8601-time
|
exceptions filepath HandsomeSoup hspec hspec-wai http-types hxt
|
||||||
MissingH mtl multipart optparse-applicative random silently stm tar
|
iso8601-time MissingH mtl multipart optparse-applicative random
|
||||||
temporary text time transformers unix unordered-containers
|
silently stm tar temporary text time transformers unix
|
||||||
utf8-string wai warp
|
unordered-containers utf8-string wai wai-extra warp
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/ryantm/heyefi";
|
homepage = "https://github.com/ryantm/heyefi";
|
||||||
description = "A server for Eye-Fi SD cards";
|
description = "A server for Eye-Fi SD cards";
|
||||||
@ -71774,6 +71791,7 @@ self: {
|
|||||||
homepage = "http://ghc.cs.tufts.edu/hoopl/";
|
homepage = "http://ghc.cs.tufts.edu/hoopl/";
|
||||||
description = "A library to support dataflow analysis and optimization";
|
description = "A library to support dataflow analysis and optimization";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hoovie" = callPackage
|
"hoovie" = callPackage
|
||||||
@ -72437,6 +72455,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Code Coverage Library for Haskell";
|
description = "Code Coverage Library for Haskell";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hpc-coveralls" = callPackage
|
"hpc-coveralls" = callPackage
|
||||||
@ -79107,6 +79126,18 @@ self: {
|
|||||||
license = "GPL";
|
license = "GPL";
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"ifcxt" = callPackage
|
||||||
|
({ mkDerivation, base, template-haskell }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "ifcxt";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "7c09ff72dc72b288bb2020970adabc87ef1e5913175a745dd1573faf3422169d";
|
||||||
|
libraryHaskellDepends = [ base template-haskell ];
|
||||||
|
homepage = "http://github.com/mikeizbicki/ifcxt";
|
||||||
|
description = "put if statements within type constraints";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"iff" = callPackage
|
"iff" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring }:
|
({ mkDerivation, base, binary, bytestring }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -79144,8 +79175,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ig";
|
pname = "ig";
|
||||||
version = "0.5";
|
version = "0.5.1";
|
||||||
sha256 = "07d955a37fb619f14941801e2afda7795910137b14856b3b4fb07a9fba661958";
|
sha256 = "1e97b3de79b9d78b32b74dbb1ab70451f7be544979fee90fb61d099b992b60e8";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base base16-bytestring bytestring conduit conduit-extra
|
aeson base base16-bytestring bytestring conduit conduit-extra
|
||||||
crypto-api cryptohash cryptohash-cryptoapi data-default
|
crypto-api cryptohash cryptohash-cryptoapi data-default
|
||||||
@ -80567,6 +80598,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ ghc-prim ];
|
libraryHaskellDepends = [ ghc-prim ];
|
||||||
description = "Integer library based on GMP";
|
description = "Integer library based on GMP";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"integer-pure" = callPackage
|
"integer-pure" = callPackage
|
||||||
@ -86223,14 +86255,15 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "language-qux";
|
pname = "language-qux";
|
||||||
version = "0.1.1.0";
|
version = "0.1.1.2";
|
||||||
sha256 = "c5259a61229368bc90a64b755bb91d21fd6be3392d907db536ae8e752fce1018";
|
sha256 = "5d9d794cb899005f0c917d3c8e9b856fd8dc9c1162e1f6d94ef1b8d8d3300d25";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers either indents mtl parsec pretty transformers
|
base containers either indents mtl parsec pretty transformers
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/qux-lang/language-qux";
|
homepage = "https://github.com/qux-lang/language-qux";
|
||||||
description = "Utilities for working with the Qux language";
|
description = "Utilities for working with the Qux language";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"language-sh" = callPackage
|
"language-sh" = callPackage
|
||||||
@ -89876,8 +89909,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "log";
|
pname = "log";
|
||||||
version = "0.2.4";
|
version = "0.3.0";
|
||||||
sha256 = "56f3e654199a547551faa93fe8a97e2f3d7412bd3c20c5dd2b3c1eac9947d5b5";
|
sha256 = "dca1bb49f899d7db636db183bb5404b464d120ed793181f3257adf44e5130862";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson aeson-pretty base base64-bytestring bytestring deepseq
|
aeson aeson-pretty base base64-bytestring bytestring deepseq
|
||||||
exceptions hpqtypes lifted-base monad-control monad-time mtl
|
exceptions hpqtypes lifted-base monad-control monad-time mtl
|
||||||
@ -90254,6 +90287,8 @@ self: {
|
|||||||
pname = "loops";
|
pname = "loops";
|
||||||
version = "0.2.0.2";
|
version = "0.2.0.2";
|
||||||
sha256 = "47cfc98476c1a3267b27531825849978d3c0ccb5a2d6cd61132a7f719f10ddeb";
|
sha256 = "47cfc98476c1a3267b27531825849978d3c0ccb5a2d6cd61132a7f719f10ddeb";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "ef9ed99ec28140d39775a0b9c44333496d3ee754995219460d76cb137a9534ce";
|
||||||
libraryHaskellDepends = [ base primitive transformers vector ];
|
libraryHaskellDepends = [ base primitive transformers vector ];
|
||||||
testHaskellDepends = [ base tasty tasty-quickcheck ];
|
testHaskellDepends = [ base tasty tasty-quickcheck ];
|
||||||
description = "Fast imperative-style loops";
|
description = "Fast imperative-style loops";
|
||||||
@ -94534,8 +94569,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "moesocks";
|
pname = "moesocks";
|
||||||
version = "0.1.2.0";
|
version = "0.1.2.10";
|
||||||
sha256 = "70a4c0f996d4e6787f3dd736f2885c6e2bd5bb0109f333a696b75093971cc31d";
|
sha256 = "b0e316ea784810049c5674903150697b818e873fd8ab531f9e62d807a4016f69";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
@ -96362,6 +96397,7 @@ self: {
|
|||||||
homepage = "http://github.com/ekmett/mtl";
|
homepage = "http://github.com/ekmett/mtl";
|
||||||
description = "Monad classes, using functional dependencies";
|
description = "Monad classes, using functional dependencies";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"mtl" = callPackage
|
"mtl" = callPackage
|
||||||
@ -96428,6 +96464,7 @@ self: {
|
|||||||
homepage = "https://github.com/nikita-volkov/mtl-prelude";
|
homepage = "https://github.com/nikita-volkov/mtl-prelude";
|
||||||
description = "Reexports of most definitions from \"mtl\" and \"transformers\"";
|
description = "Reexports of most definitions from \"mtl\" and \"transformers\"";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"mtl-prelude" = callPackage
|
"mtl-prelude" = callPackage
|
||||||
@ -98004,8 +98041,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nats-queue";
|
pname = "nats-queue";
|
||||||
version = "0.1.2.0";
|
version = "0.1.2.1";
|
||||||
sha256 = "eee9a423a1ae8eb5fb4af05a98958e32a8b86f5bf8abeba0074afe7690c30f3f";
|
sha256 = "278abe19802ac26b2a720ad9bab84c9ce74f348eabff55ee96e67286f5453ca3";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson async base bytestring containers dequeue network network-uri
|
aeson async base bytestring containers dequeue network network-uri
|
||||||
random text
|
random text
|
||||||
@ -103310,6 +103347,7 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Parallel programming library";
|
description = "Parallel programming library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"parallel" = callPackage
|
"parallel" = callPackage
|
||||||
@ -104311,15 +104349,16 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pcre-heavy" = callPackage
|
"pcre-heavy" = callPackage
|
||||||
({ mkDerivation, base, bytestring, doctest, Glob, pcre-light
|
({ mkDerivation, base, base-compat, bytestring, doctest, Glob
|
||||||
, stringable, template-haskell
|
, pcre-light, semigroups, string-conversions, template-haskell
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "pcre-heavy";
|
pname = "pcre-heavy";
|
||||||
version = "0.2.5";
|
version = "1.0.0.1";
|
||||||
sha256 = "01b599e8a3629795b4afb2bbb9e65bb114ddbccd867ca8806d75aa56e3bacde7";
|
sha256 = "a83e86a72c2bd8073dc71fc115c3b432c00c6294918250bed87f34a8c31ab0ec";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring pcre-light stringable template-haskell
|
base base-compat bytestring pcre-light semigroups
|
||||||
|
string-conversions template-haskell
|
||||||
];
|
];
|
||||||
testHaskellDepends = [ base doctest Glob ];
|
testHaskellDepends = [ base doctest Glob ];
|
||||||
homepage = "https://github.com/myfreeweb/pcre-heavy";
|
homepage = "https://github.com/myfreeweb/pcre-heavy";
|
||||||
@ -105855,6 +105894,7 @@ self: {
|
|||||||
homepage = "https://github.com/jonschoning/pinboard";
|
homepage = "https://github.com/jonschoning/pinboard";
|
||||||
description = "Access to the Pinboard API";
|
description = "Access to the Pinboard API";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pipe-enumerator" = callPackage
|
"pipe-enumerator" = callPackage
|
||||||
@ -108036,10 +108076,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "postgresql-schema";
|
pname = "postgresql-schema";
|
||||||
version = "0.1.3";
|
version = "0.1.4";
|
||||||
sha256 = "a08c0cc84ec664cb35acb399c7e57c390db658a8e7a672479dc7b143d5ed249e";
|
sha256 = "274dac6dcd5d263b4e2023d35901f9b02914b804aa71cd39f10ee813e2cd4ffd";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "48c36bad1c6796bd2c7211e0002d2aafc5bb0c8dedde4ec9f8ece597335096ce";
|
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -108048,7 +108086,6 @@ self: {
|
|||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
base base-prelude old-locale optparse-applicative shelly text time
|
base base-prelude old-locale optparse-applicative shelly text time
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/mfine/postgresql-schema";
|
homepage = "https://github.com/mfine/postgresql-schema";
|
||||||
description = "PostgreSQL Schema Management";
|
description = "PostgreSQL Schema Management";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -108182,15 +108219,14 @@ self: {
|
|||||||
, hspec-wai, hspec-wai-json, HTTP, http-media, http-types, jwt
|
, hspec-wai, hspec-wai-json, HTTP, http-media, http-types, jwt
|
||||||
, MissingH, mtl, network, network-uri, optparse-applicative
|
, MissingH, mtl, network, network-uri, optparse-applicative
|
||||||
, packdeps, process, QuickCheck, Ranged-sets, regex-base
|
, packdeps, process, QuickCheck, Ranged-sets, regex-base
|
||||||
, regex-tdfa, regex-tdfa-text, resource-pool, scientific, split
|
, regex-tdfa, resource-pool, scientific, split, string-conversions
|
||||||
, string-conversions, stringsearch, text, time, transformers
|
, stringsearch, text, time, transformers, unordered-containers
|
||||||
, unordered-containers, vector, wai, wai-cors, wai-extra
|
, vector, wai, wai-cors, wai-extra, wai-middleware-static, warp
|
||||||
, wai-middleware-static, warp
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "postgrest";
|
pname = "postgrest";
|
||||||
version = "0.2.10.0";
|
version = "0.2.11.1";
|
||||||
sha256 = "fe2e67f849ac37427f1ef4a9d98c44ce4b77078232a655a959987ad96eab3668";
|
sha256 = "5cc8f06c2db31640709245a7eceb0894e5c66fd65a6a03228f8ab263c355792b";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -108198,18 +108234,18 @@ self: {
|
|||||||
case-insensitive cassava containers convertible hasql hasql-backend
|
case-insensitive cassava containers convertible hasql hasql-backend
|
||||||
hasql-postgres HTTP http-types jwt MissingH mtl network network-uri
|
hasql-postgres HTTP http-types jwt MissingH mtl network network-uri
|
||||||
optparse-applicative Ranged-sets regex-base regex-tdfa
|
optparse-applicative Ranged-sets regex-base regex-tdfa
|
||||||
regex-tdfa-text resource-pool scientific split string-conversions
|
resource-pool scientific split string-conversions stringsearch text
|
||||||
stringsearch text time transformers unordered-containers vector wai
|
time transformers unordered-containers vector wai wai-cors
|
||||||
wai-cors wai-extra wai-middleware-static warp
|
wai-extra wai-middleware-static warp
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
aeson base base64-string bcrypt blaze-builder bytestring
|
aeson base base64-string bcrypt blaze-builder bytestring
|
||||||
case-insensitive cassava containers convertible hasql hasql-backend
|
case-insensitive cassava containers convertible hasql hasql-backend
|
||||||
hasql-postgres HTTP http-types jwt MissingH mtl network network-uri
|
hasql-postgres HTTP http-types jwt MissingH mtl network network-uri
|
||||||
optparse-applicative Ranged-sets regex-base regex-tdfa
|
optparse-applicative Ranged-sets regex-base regex-tdfa
|
||||||
regex-tdfa-text resource-pool scientific split string-conversions
|
resource-pool scientific split string-conversions stringsearch text
|
||||||
stringsearch text time transformers unordered-containers vector wai
|
time transformers unordered-containers vector wai wai-cors
|
||||||
wai-cors wai-extra wai-middleware-static warp
|
wai-extra wai-middleware-static warp
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson base base64-string bcrypt blaze-builder bytestring
|
aeson base base64-string bcrypt blaze-builder bytestring
|
||||||
@ -108217,8 +108253,8 @@ self: {
|
|||||||
hasql-postgres heredoc hlint hspec hspec-wai hspec-wai-json HTTP
|
hasql-postgres heredoc hlint hspec hspec-wai hspec-wai-json HTTP
|
||||||
http-media http-types jwt MissingH mtl network network-uri
|
http-media http-types jwt MissingH mtl network network-uri
|
||||||
optparse-applicative packdeps process QuickCheck Ranged-sets
|
optparse-applicative packdeps process QuickCheck Ranged-sets
|
||||||
regex-base regex-tdfa regex-tdfa-text resource-pool scientific
|
regex-base regex-tdfa resource-pool scientific split
|
||||||
split string-conversions stringsearch text time transformers
|
string-conversions stringsearch text time transformers
|
||||||
unordered-containers vector wai wai-cors wai-extra
|
unordered-containers vector wai wai-cors wai-extra
|
||||||
wai-middleware-static warp
|
wai-middleware-static warp
|
||||||
];
|
];
|
||||||
@ -108779,6 +108815,7 @@ self: {
|
|||||||
homepage = "http://github.com/haskell/pretty";
|
homepage = "http://github.com/haskell/pretty";
|
||||||
description = "Pretty-printing library";
|
description = "Pretty-printing library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"pretty-class" = callPackage
|
"pretty-class" = callPackage
|
||||||
@ -108929,6 +108966,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell/primitive";
|
homepage = "https://github.com/haskell/primitive";
|
||||||
description = "Primitive memory-related operations";
|
description = "Primitive memory-related operations";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"primitive" = callPackage
|
"primitive" = callPackage
|
||||||
@ -109139,6 +109177,7 @@ self: {
|
|||||||
testHaskellDepends = [ base ];
|
testHaskellDepends = [ base ];
|
||||||
description = "Process libraries";
|
description = "Process libraries";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"process-conduit" = callPackage
|
"process-conduit" = callPackage
|
||||||
@ -111594,6 +111633,7 @@ self: {
|
|||||||
homepage = "https://github.com/qux-lang/qux";
|
homepage = "https://github.com/qux-lang/qux";
|
||||||
description = "Command line binary for working with the Qux language";
|
description = "Command line binary for working with the Qux language";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"rabocsv2qif" = callPackage
|
"rabocsv2qif" = callPackage
|
||||||
@ -113441,6 +113481,8 @@ self: {
|
|||||||
pname = "reflex-dom";
|
pname = "reflex-dom";
|
||||||
version = "0.2";
|
version = "0.2";
|
||||||
sha256 = "fd350b5e6d4613802bf37ebf15362b083af7bfec9ec22a56d1245bc3d2af86dd";
|
sha256 = "fd350b5e6d4613802bf37ebf15362b083af7bfec9ec22a56d1245bc3d2af86dd";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "772321874e1c03eb514ba47c9866f0a856da71b708bffc27701f0a051bca1b24";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base bifunctors bytestring containers data-default
|
aeson base bifunctors bytestring containers data-default
|
||||||
dependent-map dependent-sum dependent-sum-template directory
|
dependent-map dependent-sum dependent-sum-template directory
|
||||||
@ -119518,6 +119560,7 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Sequence ID production and consumption";
|
description = "Sequence ID production and consumption";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"seqid" = callPackage
|
"seqid" = callPackage
|
||||||
@ -119541,6 +119584,7 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Sequence ID IO-Streams";
|
description = "Sequence ID IO-Streams";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"seqid-streams" = callPackage
|
"seqid-streams" = callPackage
|
||||||
@ -123974,20 +124018,19 @@ self: {
|
|||||||
|
|
||||||
"snaplet-postgresql-simple" = callPackage
|
"snaplet-postgresql-simple" = callPackage
|
||||||
({ mkDerivation, base, bytestring, clientsession, configurator
|
({ mkDerivation, base, bytestring, clientsession, configurator
|
||||||
, errors, lens, MonadCatchIO-transformers, mtl, postgresql-simple
|
, lens, MonadCatchIO-transformers, mtl, postgresql-simple
|
||||||
, resource-pool-catchio, snap, text, transformers
|
, resource-pool-catchio, snap, text, transformers
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "snaplet-postgresql-simple";
|
pname = "snaplet-postgresql-simple";
|
||||||
version = "0.6.0.3";
|
version = "0.6.0.4";
|
||||||
sha256 = "0f4c86c9d94560a1e12af151a7ab9bb7e21f10c70ddb5403ae8503dd1a0cf866";
|
sha256 = "44cca67347a81257533edc9570bf9303081a11d40e8000390a75f3f48e071687";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring clientsession configurator errors lens
|
base bytestring clientsession configurator lens
|
||||||
MonadCatchIO-transformers mtl postgresql-simple
|
MonadCatchIO-transformers mtl postgresql-simple
|
||||||
resource-pool-catchio snap text transformers unordered-containers
|
resource-pool-catchio snap text transformers unordered-containers
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/mightybyte/snaplet-postgresql-simple";
|
homepage = "https://github.com/mightybyte/snaplet-postgresql-simple";
|
||||||
description = "postgresql-simple snaplet for the Snap Framework";
|
description = "postgresql-simple snaplet for the Snap Framework";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -125548,6 +125591,7 @@ self: {
|
|||||||
homepage = "http://code.haskell.org/~byorgey/code/split";
|
homepage = "http://code.haskell.org/~byorgey/code/split";
|
||||||
description = "Combinator library for splitting lists";
|
description = "Combinator library for splitting lists";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"split" = callPackage
|
"split" = callPackage
|
||||||
@ -128409,6 +128453,24 @@ self: {
|
|||||||
license = "GPL";
|
license = "GPL";
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"sub-state" = callPackage
|
||||||
|
({ mkDerivation, base, mtl, QuickCheck, quickcheck-instances, sets
|
||||||
|
, tasty, tasty-hunit, tasty-quickcheck
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "sub-state";
|
||||||
|
version = "0.0.0.1";
|
||||||
|
sha256 = "970080595b22141e63563f4718515554bf3a59a0c7cfabe694285597468b6dde";
|
||||||
|
libraryHaskellDepends = [ base mtl sets ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base QuickCheck quickcheck-instances tasty tasty-hunit
|
||||||
|
tasty-quickcheck
|
||||||
|
];
|
||||||
|
description = "Get the total, put a single element";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"subhask" = callPackage
|
"subhask" = callPackage
|
||||||
({ mkDerivation, approximate, array, base, bloomfilter, bytes
|
({ mkDerivation, approximate, array, base, bloomfilter, bytes
|
||||||
, bytestring, cassava, containers, deepseq, erf, gamma, ghc-prim
|
, bytestring, cassava, containers, deepseq, erf, gamma, ghc-prim
|
||||||
@ -130553,6 +130615,7 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Reading, writing and manipulating \".tar\" archive files.";
|
description = "Reading, writing and manipulating \".tar\" archive files.";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"tar" = callPackage
|
"tar" = callPackage
|
||||||
@ -131181,6 +131244,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ base pretty ];
|
libraryHaskellDepends = [ base pretty ];
|
||||||
description = "Support library for Template Haskell";
|
description = "Support library for Template Haskell";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"template-haskell-util" = callPackage
|
"template-haskell-util" = callPackage
|
||||||
@ -131542,6 +131606,7 @@ self: {
|
|||||||
homepage = "https://github.com/judah/terminfo";
|
homepage = "https://github.com/judah/terminfo";
|
||||||
description = "Haskell bindings to the terminfo library";
|
description = "Haskell bindings to the terminfo library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {inherit (pkgs) ncurses;};
|
}) {inherit (pkgs) ncurses;};
|
||||||
|
|
||||||
"terminfo-hs" = callPackage
|
"terminfo-hs" = callPackage
|
||||||
@ -133729,6 +133794,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell/time";
|
homepage = "https://github.com/haskell/time";
|
||||||
description = "A time library";
|
description = "A time library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"time-compat" = callPackage
|
"time-compat" = callPackage
|
||||||
@ -135059,6 +135125,7 @@ self: {
|
|||||||
libraryHaskellDepends = [ base ];
|
libraryHaskellDepends = [ base ];
|
||||||
description = "Concrete functor and monad transformers";
|
description = "Concrete functor and monad transformers";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"transformers-abort" = callPackage
|
"transformers-abort" = callPackage
|
||||||
@ -138173,6 +138240,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell/unix";
|
homepage = "https://github.com/haskell/unix";
|
||||||
description = "POSIX functionality";
|
description = "POSIX functionality";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"unix-bytestring" = callPackage
|
"unix-bytestring" = callPackage
|
||||||
@ -139686,6 +139754,7 @@ self: {
|
|||||||
homepage = "https://github.com/agrafix/validate-input";
|
homepage = "https://github.com/agrafix/validate-input";
|
||||||
description = "Input validation combinator library";
|
description = "Input validation combinator library";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"validation" = callPackage
|
"validation" = callPackage
|
||||||
@ -139913,8 +139982,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "vcache-trie";
|
pname = "vcache-trie";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
sha256 = "6238b76a198e9608e80569f95e0039e67f57a7af439ec18caf69aa3406a2a634";
|
sha256 = "bf4572fae3cfb58f859b3b6071b71778ce77750e70ad9c6c37b027f50e8504da";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base bytestring bytestring-builder vcache
|
array base bytestring bytestring-builder vcache
|
||||||
];
|
];
|
||||||
@ -140083,6 +140152,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell/vector";
|
homepage = "https://github.com/haskell/vector";
|
||||||
description = "Efficient Arrays";
|
description = "Efficient Arrays";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"vector" = callPackage
|
"vector" = callPackage
|
||||||
@ -143031,6 +143101,17 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"webrtc-vad" = callPackage
|
||||||
|
({ mkDerivation, base, primitive, vector }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "webrtc-vad";
|
||||||
|
version = "0.1.0.2";
|
||||||
|
sha256 = "d3ad3ba58ca2389102be09bda8bca69a525c766ada824898cf833d1993368293";
|
||||||
|
libraryHaskellDepends = [ base primitive vector ];
|
||||||
|
description = "Easy voice activity detection";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"webserver" = callPackage
|
"webserver" = callPackage
|
||||||
({ mkDerivation, base, bytestring, c10k, containers, directory
|
({ mkDerivation, base, bytestring, c10k, containers, directory
|
||||||
, filepath, network, old-locale, parsec, process, stm, time, unix
|
, filepath, network, old-locale, parsec, process, stm, time, unix
|
||||||
@ -144769,6 +144850,7 @@ self: {
|
|||||||
homepage = "https://github.com/haskell/xhtml";
|
homepage = "https://github.com/haskell/xhtml";
|
||||||
description = "An XHTML combinator library";
|
description = "An XHTML combinator library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"xhtml-combinators" = callPackage
|
"xhtml-combinators" = callPackage
|
||||||
@ -148317,8 +148399,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "yi-fuzzy-open";
|
pname = "yi-fuzzy-open";
|
||||||
version = "0.1.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "ec851e33888b6fdf74b1c41e3fa5a796c091c375aa51d2b5026870a4556bc70f";
|
sha256 = "92eda3ac60f57509716f8473c840d6a46b1be52f3713b27c1a5d0aa70978b02a";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base binary containers data-default directory filepath mtl text
|
base binary containers data-default directory filepath mtl text
|
||||||
transformers-base vector yi yi-language yi-rope
|
transformers-base vector yi yi-language yi-rope
|
||||||
@ -149123,6 +149205,7 @@ self: {
|
|||||||
librarySystemDepends = [ zlib ];
|
librarySystemDepends = [ zlib ];
|
||||||
description = "Compression and decompression in the gzip and zlib formats";
|
description = "Compression and decompression in the gzip and zlib formats";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {inherit (pkgs) zlib;};
|
}) {inherit (pkgs) zlib;};
|
||||||
|
|
||||||
"zlib" = callPackage
|
"zlib" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user