Peter Simons
2015-12-05 15:15:33 +01:00
parent 97ccbb9498
commit 71aff7006c
63 changed files with 699 additions and 41 deletions
@@ -1158,6 +1158,7 @@ self: {
homepage = "http://bnfc.digitalgrammars.com/";
description = "A compiler front-end generator";
license = stdenv.lib.licenses.gpl2;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"BNFC-meta" = callPackage
@@ -6357,7 +6358,7 @@ self: {
libraryToolDepends = [ cpphs ];
description = "Miscellaneous OpenGL utilities";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"GPX" = callPackage
@@ -10072,6 +10073,7 @@ self: {
array base containers directory filepath FPretty libgraph mtl
process RBTree regex-posix template-haskell threepenny-gui
];
jailbreak = true;
homepage = "http://maartenfaddegon.nl";
description = "Lightweight algorithmic debugging";
license = stdenv.lib.licenses.bsd3;
@@ -10738,8 +10740,8 @@ self: {
({ mkDerivation, base, Cabal, containers, deepseq, QuickCheck }:
mkDerivation {
pname = "IntervalMap";
version = "0.4.1.0";
sha256 = "cbe486ae239e97deeccd6194be2e9933291778f6dd3a0bed7af60caa361ef44f";
version = "0.4.1.1";
sha256 = "eda9176e35ae9988770af216ba69d7a714f1baec7344789c03f3eaec0a4af423";
libraryHaskellDepends = [ base containers deepseq ];
testHaskellDepends = [ base Cabal containers deepseq QuickCheck ];
homepage = "http://www.chr-breitkopf.de/comp/IntervalMap";
@@ -12597,7 +12599,7 @@ self: {
doHaddock = false;
description = "OpenGL for dummies";
license = stdenv.lib.licenses.mit;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"MicrosoftTranslator" = callPackage
@@ -18956,7 +18958,7 @@ self: {
];
description = "Parsers and utilities for the OBJ WaveFront 3D model format";
license = stdenv.lib.licenses.mit;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"Weather" = callPackage
@@ -19311,6 +19313,7 @@ self: {
homepage = "https://github.com/choener/WordAlignment";
description = "Bigram word pair alignments";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"WordNet" = callPackage
@@ -22698,7 +22701,7 @@ self: {
homepage = "http://github.com/phaazon/al";
description = "OpenAL 1.1 raw API.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) openal;};
"alarmclock_0_2_0_5" = callPackage
@@ -35241,6 +35244,7 @@ self: {
];
description = "A collection of bioinformatics tools";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"biophd" = callPackage
@@ -36018,7 +36022,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"blank-canvas" = callPackage
"blank-canvas_0_5" = callPackage
({ mkDerivation, aeson, base, base64-bytestring, bytestring, colour
, containers, data-default-class, http-types, kansas-comet, scotty
, stm, text, transformers, vector, wai, wai-extra, warp
@@ -36041,6 +36045,31 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"blank-canvas" = callPackage
({ mkDerivation, aeson, base, base-compat, base64-bytestring
, bytestring, colour, containers, data-default-class, directory
, http-types, kansas-comet, mime-types, process, scotty, shake, stm
, text, text-show, time, transformers, unix, vector, wai, wai-extra
, warp
}:
mkDerivation {
pname = "blank-canvas";
version = "0.6";
sha256 = "2a0e5c4fc50b1ce43e56b1a11056186c21d565e225da36f90c58f8c0a70f48b3";
libraryHaskellDepends = [
aeson base base-compat base64-bytestring bytestring colour
containers data-default-class http-types kansas-comet mime-types
scotty stm text text-show transformers vector wai wai-extra warp
];
testHaskellDepends = [
base containers directory process shake stm text time unix vector
];
homepage = "https://github.com/ku-fpg/blank-canvas/wiki";
description = "HTML5 Canvas Graphics Library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"blas" = callPackage
({ mkDerivation, base, ieee, QuickCheck, storable-complex }:
mkDerivation {
@@ -52904,6 +52933,7 @@ self: {
homepage = "https://github.com/simhu/cubical";
description = "Implementation of Univalence in Cubical Sets";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"cubicbezier" = callPackage
@@ -55233,6 +55263,21 @@ self: {
license = "GPL";
}) {};
"dawdle" = callPackage
({ mkDerivation, base, filepath, parsec, pretty, text, time }:
mkDerivation {
pname = "dawdle";
version = "0.1.0.1";
sha256 = "d6738e621934621cd2a84c108cfa8d940b4c8f6c1e66b15aceb61a711cf9d5e7";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base parsec pretty text time ];
executableHaskellDepends = [ base filepath parsec pretty text ];
homepage = "https://github.com/arnons1/dawdle";
description = "Generates DDL suggestions based on a CSV file";
license = stdenv.lib.licenses.mit;
}) {};
"dawg" = callPackage
({ mkDerivation, base, binary, containers, mtl, transformers
, vector, vector-binary
@@ -62059,6 +62104,7 @@ self: {
testHaskellDepends = [
base drifter either postgresql-simple tasty tasty-hunit text
];
jailbreak = true;
description = "PostgreSQL support for the drifter schema migration tool";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
@@ -62641,7 +62687,7 @@ self: {
homepage = "https://github.com/adamwalker/dynamic-graph";
description = "Draw and update graphs in real time with OpenGL";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"dynamic-linker-template" = callPackage
@@ -64305,6 +64351,7 @@ self: {
jailbreak = true;
description = "Set up basic structure for an elm project";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"elm-make" = callPackage
@@ -71242,8 +71289,8 @@ self: {
}:
mkDerivation {
pname = "fn";
version = "0.2.0.0";
sha256 = "56ce8492016a576e3cb15283984756a00c1a4c3784ee9861fd75f3ddfe290841";
version = "0.2.0.1";
sha256 = "8f39132f14a82c280f74b799f39367d9fc7566c9827bb1d4cc10e837ce37e95c";
libraryHaskellDepends = [
base blaze-builder bytestring directory filepath http-types text
unordered-containers wai wai-extra
@@ -71252,7 +71299,7 @@ self: {
base directory filepath hspec http-types text unordered-containers
wai wai-extra
];
homepage = "http://github.cxom/dbp/fn#readme";
homepage = "http://github.com/dbp/fn#readme";
description = "A functional web framework";
license = stdenv.lib.licenses.isc;
}) {};
@@ -72109,6 +72156,28 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"formura" = callPackage
({ mkDerivation, ansi-wl-pprint, base, containers, either, lattices
, lens, mmorph, mtl, parsers, QuickCheck, text, trifecta, vector
}:
mkDerivation {
pname = "formura";
version = "1.0";
sha256 = "85f87237328c583f9178a37223def73ac394be919cbb91896c54340a69cadc8c";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
ansi-wl-pprint base containers either lattices lens mmorph mtl
parsers QuickCheck text trifecta vector
];
executableHaskellDepends = [
ansi-wl-pprint base containers lens text trifecta
];
homepage = "http://nushio3.github.io";
description = "Formura is a simple language to describe stencil computation";
license = stdenv.lib.licenses.mit;
}) {};
"forth-hll" = callPackage
({ mkDerivation, array-forth, base, free, mtl }:
mkDerivation {
@@ -72187,6 +72256,7 @@ self: {
homepage = "https://github.com/tonymorris/foscam-sort";
description = "Foscam File format";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"fountain" = callPackage
@@ -72579,6 +72649,7 @@ self: {
homepage = "https://github.com/sjoerdvisscher/free-functors";
description = "Provides free functors that are adjoint to functors that forget class constraints";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"free-game" = callPackage
@@ -85400,6 +85471,7 @@ self: {
homepage = "https://github.com/utdemir/handsy";
description = "A DSL to describe common shell operations and interpeters for running them locally and remotely";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hangman" = callPackage
@@ -86476,6 +86548,7 @@ self: {
];
description = "A web service specification compiler that generates implementation and tests";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"haroonga" = callPackage
@@ -86920,6 +86993,7 @@ self: {
homepage = "http://hashids.org/";
description = "Hashids generates short, unique, non-sequential ids from numbers";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hashmap" = callPackage
@@ -87547,15 +87621,15 @@ self: {
}) {};
"haskell-gi" = callPackage
({ mkDerivation, base, bytestring, c2hs, containers, directory
({ mkDerivation, base, bytestring, containers, directory
, file-embed, filepath, free, glib, gobjectIntrospection
, haskell-gi-base, mtl, pretty-show, process, safe, text
, transformers, xdg-basedir, xml-conduit
}:
mkDerivation {
pname = "haskell-gi";
version = "0.10.1";
sha256 = "dc62929c8018eed13acb99be501298b172345bd4f7d93024cbc59c4fc84fa86a";
version = "0.10.2";
sha256 = "d6e6808615a03b69b0653f10f6634315ccc8e3e57b108175a043b708e3608163";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
@@ -87564,7 +87638,6 @@ self: {
xdg-basedir xml-conduit
];
executablePkgconfigDepends = [ glib gobjectIntrospection ];
executableToolDepends = [ c2hs ];
homepage = "https://github.com/haskell-gi/haskell-gi";
description = "Generate Haskell bindings for GObject Introspection capable libraries";
license = stdenv.lib.licenses.lgpl21;
@@ -87577,8 +87650,8 @@ self: {
}:
mkDerivation {
pname = "haskell-gi-base";
version = "0.10";
sha256 = "54631b2ae430ded0eee1542fc73f3468b228058e35fbc3432db54a9f9a4c88ad";
version = "0.10.1";
sha256 = "04457204453324cb8cea89d86159153bc9c141d8371212c49fa379aa06f7cde0";
libraryHaskellDepends = [
base bytestring containers text transformers
];
@@ -88106,23 +88179,22 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"haskell-src-exts_1_17_0" = callPackage
"haskell-src-exts_1_17_1" = callPackage
({ mkDerivation, array, base, containers, cpphs, directory
, filepath, ghc-prim, happy, mtl, pretty, pretty-show, smallcheck
, syb, tasty, tasty-golden, tasty-smallcheck
}:
mkDerivation {
pname = "haskell-src-exts";
version = "1.17.0";
sha256 = "398f668f690a7a766c7338b82d241581ff6dfbd9aa166712911535ebd3f03122";
revision = "1";
editedCabalFile = "ca48ccd93dd2abf02c84a35eefb88402442c45eaa45524dce1f7396ec334e31c";
version = "1.17.1";
sha256 = "ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd";
libraryHaskellDepends = [ array base cpphs ghc-prim pretty ];
libraryToolDepends = [ happy ];
testHaskellDepends = [
base containers directory filepath mtl pretty-show smallcheck syb
tasty tasty-golden tasty-smallcheck
];
jailbreak = true;
homepage = "https://github.com/haskell-suite/haskell-src-exts";
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
license = stdenv.lib.licenses.bsd3;
@@ -109339,7 +109411,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"incremental-parser" = callPackage
"incremental-parser_0_2_4" = callPackage
({ mkDerivation, base, checkers, monoid-subclasses, QuickCheck
, tasty, tasty-quickcheck
}:
@@ -109354,9 +109426,10 @@ self: {
homepage = "http://patch-tag.com/r/blamario/incremental-parser/wiki/";
description = "Generic parser library capable of providing partial results from partial input";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"incremental-parser_0_2_4_1" = callPackage
"incremental-parser" = callPackage
({ mkDerivation, base, checkers, monoid-subclasses, QuickCheck
, tasty, tasty-quickcheck
}:
@@ -109371,7 +109444,6 @@ self: {
homepage = "https://github.com/blamario/incremental-parser";
description = "Generic parser library capable of providing partial results from partial input";
license = "GPL";
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"incremental-sat-solver" = callPackage
@@ -109725,6 +109797,7 @@ self: {
homepage = "https://github.com/maoe/influxdb-haskell";
description = "Haskell client library for InfluxDB";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"informative" = callPackage
@@ -110688,7 +110761,6 @@ self: {
test-framework test-framework-hunit test-framework-quickcheck2 text
time transformers vector zlib zlib-bindings
];
doCheck = false;
description = "Simple, composable, and easy-to-use stream I/O";
license = stdenv.lib.licenses.bsd3;
}) {};
@@ -114112,7 +114184,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"kansas-comet" = callPackage
"kansas-comet_0_3_1" = callPackage
({ mkDerivation, aeson, base, containers, data-default, scotty, stm
, text, time, transformers, unordered-containers
}:
@@ -114131,6 +114203,24 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"kansas-comet" = callPackage
({ mkDerivation, aeson, base, containers, data-default-class
, scotty, stm, text, time, transformers, unordered-containers
}:
mkDerivation {
pname = "kansas-comet";
version = "0.4";
sha256 = "1f1a4565f2e955b8947bafcb9611789b0ccdf9efdfed8aaa2a2aa162a07339e1";
libraryHaskellDepends = [
aeson base containers data-default-class scotty stm text time
transformers unordered-containers
];
homepage = "https://github.com/ku-fpg/kansas-comet/";
description = "A JavaScript push mechanism based on the comet idiom";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"kansas-lava" = callPackage
({ mkDerivation, base, bytestring, cmdargs, containers
, data-default, data-reify, directory, dotgen, filepath, netlist
@@ -114582,7 +114672,7 @@ self: {
homepage = "http://www.keera.es/blog/community/";
description = "Haskell on Rails - Reactive Fields for WX widgets";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"keera-hails-reactive-yampa" = callPackage
@@ -119401,8 +119491,8 @@ self: {
}:
mkDerivation {
pname = "libgraph";
version = "1.7";
sha256 = "5dfcfcba1005a4ac411192f2a8138100534ec7c2e576f46e4acb6367e89dbc33";
version = "1.8";
sha256 = "34377397255a7fd2b1e77ee25d9e865e1bb7e8ce394519458f2d819727d59878";
libraryHaskellDepends = [
array base containers monads-tf process union-find
];
@@ -120772,6 +120862,7 @@ self: {
homepage = "http://github.com/Helkafen/haskell-linode#readme";
description = "Bindings to the Linode API";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"linux-blkid" = callPackage
@@ -137356,6 +137447,7 @@ self: {
base bytestring lens mtl opaleye postgresql-simple
product-profunctors transformers
];
jailbreak = true;
homepage = "https://github.com/benkolera/opaleye-classy/tree/master";
description = "Opaleye wrapped up in classy MTL attire";
license = stdenv.lib.licenses.mit;
@@ -137404,6 +137496,7 @@ self: {
executableHaskellDepends = [
base opaleye postgresql-simple product-profunctors
];
jailbreak = true;
homepage = "https://github.com/tomjaguarpaw/haskell-opaleye";
description = "A monad transformer for Opaleye";
license = stdenv.lib.licenses.bsd3;
@@ -137529,6 +137622,7 @@ self: {
homepage = "github.com/opencog/atomspace/tree/master/opencog/haskell";
description = "Haskell Bindings for the AtomSpace";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
}) {atomspace-cwrapper = null;};
"opencv-raw" = callPackage
@@ -138958,6 +139052,7 @@ self: {
];
description = "Serialization library for GHC";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"packunused" = callPackage
@@ -143057,6 +143152,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143079,6 +143175,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143101,6 +143198,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143123,6 +143221,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143145,6 +143244,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143167,6 +143267,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143189,6 +143290,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143211,6 +143313,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143233,6 +143336,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143255,6 +143359,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143277,6 +143382,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -143299,6 +143405,7 @@ self: {
monad-control monad-logger persistent postgresql-libpq
postgresql-simple resourcet text time transformers
];
jailbreak = true;
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";
license = stdenv.lib.licenses.mit;
@@ -147625,7 +147732,7 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"postgresql-simple" = callPackage
"postgresql-simple_0_4_10_0" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, blaze-builder, blaze-textual, bytestring, case-insensitive
, containers, cryptohash, hashable, HUnit, postgresql-libpq
@@ -147648,9 +147755,10 @@ self: {
doCheck = false;
description = "Mid-Level PostgreSQL client library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"postgresql-simple_0_5_1_1" = callPackage
"postgresql-simple" = callPackage
({ mkDerivation, aeson, attoparsec, base, base16-bytestring
, bytestring, bytestring-builder, case-insensitive, containers
, cryptohash, hashable, HUnit, postgresql-libpq, scientific
@@ -147669,9 +147777,9 @@ self: {
aeson base base16-bytestring bytestring containers cryptohash HUnit
text time vector
];
doCheck = false;
description = "Mid-Level PostgreSQL client library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"postgresql-simple-migration" = callPackage
@@ -148313,8 +148421,8 @@ self: {
({ mkDerivation, base }:
mkDerivation {
pname = "prelude-edsl";
version = "0.1.2";
sha256 = "97e884220ca2c37e913b8b73f148f0cb3e822a3b6cf89d88e25b7d4d9e1cd934";
version = "0.3";
sha256 = "8250585549ad9c64c2b0407157cacb8a4a2dd0dcf77c8de4b005adddf2b98008";
libraryHaskellDepends = [ base ];
homepage = "https://github.com/emilaxelsson/prelude-edsl";
description = "An EDSL-motivated subset of the Prelude";
@@ -154151,6 +154259,7 @@ self: {
homepage = "http://github.com/NicolasT/reedsolomon";
description = "Reed-Solomon Erasure Coding in Haskell";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {reedsolomon = null;};
"reenact" = callPackage
@@ -164585,6 +164694,20 @@ self: {
license = stdenv.lib.licenses.mit;
}) {};
"setgame" = callPackage
({ mkDerivation, base, random, vty }:
mkDerivation {
pname = "setgame";
version = "1.1";
sha256 = "34b0c18e84023bc1785a18386663be136ac3d02f901cf8106942d4d3c89a22c3";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base random vty ];
executableHaskellDepends = [ base ];
description = "A console interface to the game of Set";
license = stdenv.lib.licenses.bsd3;
}) {};
"setlocale" = callPackage
({ mkDerivation, base }:
mkDerivation {
@@ -167776,6 +167899,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"skemmtun" = callPackage
({ mkDerivation, base, bytestring, data-default, http-client
, http-types, lens, text, time, wreq, xml-conduit
}:
mkDerivation {
pname = "skemmtun";
version = "0.1.0.0";
sha256 = "9602063e569741878f18dc1820a7281a3387ff6fdfdc394e32511f2abaab6c11";
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [
base bytestring data-default http-client http-types lens text time
wreq xml-conduit
];
homepage = "https://github.com/nyorem/skemmtun";
description = "A MyAnimeList.net client.";
license = stdenv.lib.licenses.mit;
}) {};
"skype4hs" = callPackage
({ mkDerivation, attoparsec, base, bytestring, lifted-base
, monad-control, mtl, stm, text, time, transformers-base, word8
@@ -169632,6 +169774,7 @@ self: {
homepage = "https://github.com/ixmatus/snaplet-influxdb";
description = "Snap framework snaplet for the InfluxDB library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"snaplet-lss" = callPackage
@@ -172583,7 +172726,7 @@ self: {
maintainers = with stdenv.lib.maintainers; [ simons ];
}) {};
"stack" = callPackage
"stack_0_1_8_0" = callPackage
({ mkDerivation, aeson, ansi-terminal, async, attoparsec, base
, base16-bytestring, base64-bytestring, bifunctors, binary
, binary-tagged, blaze-builder, byteable, bytestring, Cabal
@@ -172648,6 +172791,74 @@ self: {
homepage = "https://github.com/commercialhaskell/stack";
description = "The Haskell Tool Stack";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ simons ];
}) {};
"stack" = callPackage
({ mkDerivation, aeson, ansi-terminal, async, attoparsec, base
, base16-bytestring, base64-bytestring, bifunctors, binary
, binary-tagged, blaze-builder, byteable, bytestring, Cabal
, conduit, conduit-combinators, conduit-extra, containers
, cryptohash, cryptohash-conduit, deepseq, directory, edit-distance
, either, email-validate, enclosed-exceptions, exceptions, extra
, fast-logger, file-embed, filelock, filepath, fsnotify, gitrev
, hashable, hastache, hpc, hspec, http-client, http-client-tls
, http-conduit, http-types, lifted-base, monad-control
, monad-logger, monad-loops, mtl, old-locale, optparse-applicative
, optparse-simple, path, persistent, persistent-sqlite
, persistent-template, pretty, process, project-template
, QuickCheck, resourcet, retry, safe, semigroups, split, stm
, streaming-commons, tar, template-haskell, temporary, text, time
, transformers, transformers-base, unix, unix-compat
, unordered-containers, uuid, vector, vector-binary-instances, void
, word8, yaml, zlib
}:
mkDerivation {
pname = "stack";
version = "0.1.10.0";
sha256 = "9b730c2b4b7bb87fc70ccbf0bab0e2fe6f0775644b36972b4dea9088cbcab979";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal async attoparsec base base16-bytestring
base64-bytestring bifunctors binary binary-tagged blaze-builder
byteable bytestring Cabal conduit conduit-combinators conduit-extra
containers cryptohash cryptohash-conduit deepseq directory
edit-distance either email-validate enclosed-exceptions exceptions
extra fast-logger file-embed filelock filepath fsnotify hashable
hastache hpc http-client http-client-tls http-conduit http-types
lifted-base monad-control monad-logger monad-loops mtl old-locale
optparse-applicative path persistent persistent-sqlite
persistent-template pretty process project-template resourcet retry
safe semigroups split stm streaming-commons tar template-haskell
temporary text time transformers transformers-base unix unix-compat
unordered-containers uuid vector vector-binary-instances void word8
yaml zlib
];
executableHaskellDepends = [
base bytestring Cabal conduit containers directory either
exceptions filelock filepath gitrev hashable http-client
http-conduit lifted-base monad-control monad-logger mtl old-locale
optparse-applicative optparse-simple path process resourcet split
text transformers unordered-containers
];
testHaskellDepends = [
async base bytestring Cabal conduit conduit-extra containers
cryptohash directory exceptions filepath hspec http-conduit
monad-logger optparse-applicative path process QuickCheck resourcet
retry temporary text transformers unix-compat
];
doCheck = false;
enableSharedExecutables = false;
postInstall = ''
exe=$out/bin/stack
mkdir -p $out/share/bash-completion/completions
$exe --bash-completion-script $exe >$out/share/bash-completion/completions/stack
'';
homepage = "http://haskellstack.org";
description = "The Haskell Tool Stack";
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ simons ];
}) {};
@@ -182752,6 +182963,7 @@ self: {
];
description = "Simple, IO-based library for Erlang-style thread supervision";
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"threadscope" = callPackage
@@ -187388,8 +187600,8 @@ self: {
}:
mkDerivation {
pname = "typography-geometry";
version = "1.0.0";
sha256 = "0ec6c98ddd23dec27f6511b917b896f4b7ef3102629d1ceb92d5f376076478ef";
version = "1.0.0.1";
sha256 = "edaeafb60126be19f0e4fdda54be89b92317dd03b59e9d8b6f119064c1642ad7";
libraryHaskellDepends = [
base containers parallel polynomials-bernstein vector
];
@@ -191901,7 +192113,7 @@ self: {
];
description = "Utilities for working with OpenGL's GLSL shading language and vinyl records";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = [ "i686-linux" "x86_64-linux" ];
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"vinyl-json" = callPackage
@@ -191934,6 +192146,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"vinyl-vectors" = callPackage
({ mkDerivation, base, constraints, primitive, text, vector, vinyl
}:
mkDerivation {
pname = "vinyl-vectors";
version = "0.1.0.3";
sha256 = "e439e9b8045d71c898a7aad388322594cc52399b60588bfcec1116b2cb179afe";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
base constraints primitive text vector vinyl
];
homepage = "http://github.com/andrewthad/vinyl-vectors";
description = "Vectors for vinyl vectors";
license = stdenv.lib.licenses.bsd3;
}) {};
"virthualenv" = callPackage
({ mkDerivation, base, bytestring, Cabal, directory, file-embed
, filepath, mtl, process, safe, split
@@ -194153,6 +194382,8 @@ self: {
pname = "wai-middleware-static";
version = "0.8.0";
sha256 = "a37aaf452e3816928934d39b4eef3c1f7186c9db618d0b303e5136fc858e5e58";
revision = "1";
editedCabalFile = "b365b6463ecd16b5e9782776e365b1441109a2909ff42873b7fd5862b1397eb7";
libraryHaskellDepends = [
base base16-bytestring bytestring containers cryptohash directory
expiring-cache-map filepath http-types mime-types mtl old-locale
@@ -203088,6 +203319,27 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"yesod-auth-oauth2_0_1_5" = callPackage
({ mkDerivation, 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
}:
mkDerivation {
pname = "yesod-auth-oauth2";
version = "0.1.5";
sha256 = "7678dcd4ed18ffb502601cdc069674260ae10019f9619c69a1a7f90aadc88768";
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
];
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
@@ -204955,8 +205207,8 @@ self: {
}:
mkDerivation {
pname = "yesod-core";
version = "1.4.16";
sha256 = "26bab99551e7f6318f367947606129a9360f3a00e04c3ed5d783de9878ebd268";
version = "1.4.17";
sha256 = "954f0851ec388ef9b9009e087d7b8c214481f7e5bd4c3dff2828030780d0eadf";
libraryHaskellDepends = [
aeson auto-update base blaze-builder blaze-html blaze-markup
byteable bytestring case-insensitive cereal clientsession conduit