hackage-packages.nix: re-generate from Hackage 2015-03-14T13:08:30+0100

This commit is contained in:
Peter Simons 2015-03-14 13:08:30 +01:00
parent d848e34616
commit 1207bc606e

View File

@ -3986,8 +3986,8 @@ self: {
({ mkDerivation, base, mtl }:
mkDerivation {
pname = "EstProgress";
version = "0.1.0.0";
sha256 = "16krghh2x6m0bzwrzgalry5rl9gp7x19w5n00dhbg0q28mk668sv";
version = "0.2.0.0";
sha256 = "0xq2r7mbgs00hf1c8c2ffgsk7jjzd932br59rgkg06qym14dp3b3";
buildDepends = [ base mtl ];
homepage = "http://alkalisoftware.net";
description = "Methods for estimating the progress of functions";
@ -4746,6 +4746,7 @@ self: {
isLibrary = false;
isExecutable = true;
buildDepends = [ base bimap ];
jailbreak = true;
homepage = "https://github.com/xnil/GGg";
description = "GGg cipher";
license = stdenv.lib.licenses.mit;
@ -8828,6 +8829,18 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"Kalman" = callPackage
({ mkDerivation, base, hmatrix }:
mkDerivation {
pname = "Kalman";
version = "0.1.0.0";
sha256 = "0l4z7l90s14z24rlzdpl1rh7vjgpk7adbavza6k3144p1an5rfqp";
buildDepends = [ base hmatrix ];
homepage = "https://github.com/idontgetoutmuch/Kalman";
description = "A slightly extended Kalman filter";
license = stdenv.lib.licenses.bsd3;
}) {};
"KdTree" = callPackage
({ mkDerivation, base, QuickCheck }:
mkDerivation {
@ -10186,6 +10199,7 @@ self: {
version = "0.1.0.1";
sha256 = "0k5v37qrhb8i5hfx9jvkggjmry2jrzw967s17l2x561qmm59c2rb";
buildDepends = [ array base bimap containers Munkres ];
jailbreak = true;
description = "Simple and typesafe layer over the Munkres package";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -12315,8 +12329,8 @@ self: {
}:
mkDerivation {
pname = "Redmine";
version = "0.0.2";
sha256 = "06w5q8xb4n5428ja1834z18rn6zl5cqdizcvj7519a2xy9m5qda5";
version = "0.0.3";
sha256 = "09bgg4q8140vxb4qv6i9mwj79dbwp8m4zcri6kxwkabb8z4l84hl";
buildDepends = [
aeson base bytestring connection containers HTTP http-client-tls
http-conduit MissingH network old-locale old-time resourcet text
@ -22866,10 +22880,10 @@ self: {
({ mkDerivation, base, containers }:
mkDerivation {
pname = "bimap";
version = "0.2.4";
sha256 = "1ib54plfsxzmf9wbbdayfdsrcx4s5ffna3ca5ps928fy78wsx4fr";
version = "0.3.0";
sha256 = "1j9rrxzzggvajz8laf58nda9hgf5lqsqxxc556690yyliln0gii1";
buildDepends = [ base containers ];
homepage = "http://code.haskell.org/bimap";
homepage = "https://github.com/joelwilliamson/bimap";
description = "Bidirectional mapping between two key types";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -25463,12 +25477,12 @@ self: {
}) {};
"broccoli" = callPackage
({ mkDerivation, base, stm, unamb }:
({ mkDerivation, base, stm, time }:
mkDerivation {
pname = "broccoli";
version = "0.2.0.1";
sha256 = "0kish92mch22jlpg86iq6y73jmmsjg1yl7s2f15y6vwfdvbhv8zz";
buildDepends = [ base stm unamb ];
version = "0.3.0.0";
sha256 = "0jdrly4xm2fdxr7vbqk4zhf3aya50m0gryrpnn0alc3kbrpbh8l6";
buildDepends = [ base stm time ];
description = "Small library for interactive functional programs";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -26417,8 +26431,8 @@ self: {
}:
mkDerivation {
pname = "c2hs";
version = "0.23.1";
sha256 = "1vzng536z711hvv0ln40d863hwi103iywkhdsziy62nmxdq1afy5";
version = "0.24.1";
sha256 = "0625lpilklch3sifp2vmllq5z0vbksln9kvs86dqsx4x4hnc66yk";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -26700,8 +26714,8 @@ self: {
}:
mkDerivation {
pname = "cabal-helper";
version = "0.1.0.1";
sha256 = "1a7yavkja9ghrr7pf9j8hkg4fg1xl6g4fn82hwc56snmvlpc0ms5";
version = "0.2.0.0";
sha256 = "0p0p5f786y50gc54w8x25hkdi5dz7y63rrkq17h36p0jxjggmipm";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -29058,8 +29072,8 @@ self: {
({ mkDerivation, array, attoparsec, base, bytestring, containers }:
mkDerivation {
pname = "chesshs";
version = "0.2.0";
sha256 = "1v9qhnknqn8bsxzdcwskhssmmhbrr0d1rrxqm6ssf6j2jvv3diay";
version = "0.2.1";
sha256 = "0dydib3rf735wljyqij2g03xi0yxfviga5ws708nhg64f4kv8cfv";
buildDepends = [ array attoparsec base bytestring containers ];
homepage = "http://arnovanlumig.com/chesshs.html";
description = "Simple library for validating chess moves and parsing PGN files";
@ -29538,6 +29552,7 @@ self: {
base containers optparse-applicative plailude pretty-tree safe
split
];
jailbreak = true;
description = "Simple CLI RPN calculator";
license = stdenv.lib.licenses.gpl3;
}) {};
@ -29655,62 +29670,64 @@ self: {
"clash-ghc" = callPackage
({ mkDerivation, array, base, bifunctors, bytestring, clash-lib
, clash-prelude, containers, directory, filepath, ghc, ghc-paths
, hashable, haskeline, lens, mtl, process, text, transformers
, unbound, unix, unordered-containers
, clash-prelude, clash-systemverilog, clash-vhdl, containers
, directory, filepath, ghc, hashable, haskeline, lens, mtl, process
, text, transformers, unbound-generics, unix, unordered-containers
}:
mkDerivation {
pname = "clash-ghc";
version = "0.4.1";
sha256 = "0s6q7xld7v673r7bsr2sj64gdlfrzkf46ginqrcr2dmvbiwkkjrk";
version = "0.5";
sha256 = "0nkk1k96yg4lpwn7axdm8xnsc3b389839c0gxgavvqlhdz7hkkcj";
isLibrary = false;
isExecutable = true;
buildDepends = [
array base bifunctors bytestring clash-lib clash-prelude containers
directory filepath ghc ghc-paths hashable haskeline lens mtl
process text transformers unbound unix unordered-containers
array base bifunctors bytestring clash-lib clash-prelude
clash-systemverilog clash-vhdl containers directory filepath ghc
hashable haskeline lens mtl process text transformers
unbound-generics unix unordered-containers
];
homepage = "http://christiaanb.github.io/clash2";
homepage = "http://www.clash-lang.org/";
description = "CAES Language for Synchronous Hardware";
license = "unknown";
license = stdenv.lib.licenses.bsd2;
}) {};
"clash-lib" = callPackage
({ mkDerivation, aeson, attoparsec, base, bytestring
, concurrent-supply, containers, contravariant, deepseq, directory
, errors, fgl, filepath, hashable, lens, ListLike, mtl, pretty
, process, template-haskell, text, time, transformers, unbound
, unordered-containers, uu-parsinglib, wl-pprint-text
, concurrent-supply, containers, deepseq, directory, errors, fgl
, filepath, hashable, lens, mtl, pretty, process, template-haskell
, text, time, transformers, unbound-generics, unordered-containers
, uu-parsinglib, wl-pprint-text
}:
mkDerivation {
pname = "clash-lib";
version = "0.4.1";
sha256 = "001jldfwbfl3cvsqkd2q9qhpdv0najagzvzz94rx6jf4wal9dsx1";
version = "0.5";
sha256 = "17wpqs99w7mrwxky1jrq3gm012w4y40zb2i8d4qsk25dkhkkw1ng";
buildDepends = [
aeson attoparsec base bytestring concurrent-supply containers
contravariant deepseq directory errors fgl filepath hashable lens
ListLike mtl pretty process template-haskell text time transformers
unbound unordered-containers uu-parsinglib wl-pprint-text
deepseq directory errors fgl filepath hashable lens mtl pretty
process template-haskell text time transformers unbound-generics
unordered-containers uu-parsinglib wl-pprint-text
];
homepage = "http://christiaanb.github.io/clash2";
homepage = "http://www.clash-lang.org/";
description = "CAES Language for Synchronous Hardware - As a Library";
license = "unknown";
license = stdenv.lib.licenses.bsd2;
}) {};
"clash-prelude" = callPackage
({ mkDerivation, base, data-default, ghc-prim, integer-gmp
, template-haskell, th-lift
, singletons, template-haskell, th-lift
}:
mkDerivation {
pname = "clash-prelude";
version = "0.6.0.1";
sha256 = "0d929g7js15aagd1pa2lfbhd1yiykd0ngp6fv522yhy1yyijn1l7";
version = "0.7";
sha256 = "0mp8wly3h0kjkn3c6wq7v6sl79s9fmdmil70dj2xgmf82i02a9fr";
buildDepends = [
base data-default ghc-prim integer-gmp template-haskell th-lift
base data-default ghc-prim integer-gmp singletons template-haskell
th-lift
];
homepage = "http://christiaanb.github.io/clash2/";
description = "CAES Language for Synchronous Hardware - Prelude library";
license = stdenv.lib.licenses.bsd3;
license = stdenv.lib.licenses.bsd2;
}) {};
"clash-prelude-quickcheck" = callPackage
@ -29721,10 +29738,45 @@ self: {
version = "0.1.0.0";
sha256 = "0rn02hf5vj4yirh13y9h2jh2818lhchpabg5v6yqhngdj8rxys34";
buildDepends = [ base clash-prelude containers mtl QuickCheck ];
jailbreak = true;
description = "QuickCheck instances for various types in the CλaSH Prelude";
license = "unknown";
}) {};
"clash-systemverilog" = callPackage
({ mkDerivation, base, clash-lib, clash-prelude, fgl, lens, mtl
, text, unordered-containers, wl-pprint-text
}:
mkDerivation {
pname = "clash-systemverilog";
version = "0.5";
sha256 = "1vmwrazyipq0ab3dvnbdzv9y7apr7fw8m4zdb4ligair8x3g2fbr";
buildDepends = [
base clash-lib clash-prelude fgl lens mtl text unordered-containers
wl-pprint-text
];
homepage = "http://www.clash-lang.org/";
description = "CAES Language for Synchronous Hardware - As a Library";
license = stdenv.lib.licenses.bsd2;
}) {};
"clash-vhdl" = callPackage
({ mkDerivation, base, clash-lib, clash-prelude, fgl, lens, mtl
, text, unordered-containers, wl-pprint-text
}:
mkDerivation {
pname = "clash-vhdl";
version = "0.5";
sha256 = "1wh2fwyaxl33a38yxqz7vd23inakmad7zxg18y56ln5fb50hz4r5";
buildDepends = [
base clash-lib clash-prelude fgl lens mtl text unordered-containers
wl-pprint-text
];
homepage = "http://www.clash-lang.org/";
description = "CAES Language for Synchronous Hardware - As a Library";
license = stdenv.lib.licenses.bsd2;
}) {};
"classify" = callPackage
({ mkDerivation, base, containers, mtl }:
mkDerivation {
@ -32698,15 +32750,15 @@ self: {
}:
mkDerivation {
pname = "control-monad-exception";
version = "0.11.1";
sha256 = "1lzv5xggc7nyw62jq9plc3lzg06yx3sbd9jzji0pc6xcbqn2m4qn";
version = "0.11.2";
sha256 = "0vdms5if6c04459ksix5q38l9cflgc5bwnchd422fp2qfji5j14p";
buildDepends = [
base failure lifted-base monad-control monadloc transformers
transformers-base
];
homepage = "http://pepeiborra.github.com/control-monad-exception";
description = "Explicitly typed, checked exceptions with stack traces";
license = stdenv.lib.licenses.publicDomain;
license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
@ -34939,12 +34991,12 @@ self: {
}) {};
"current-locale" = callPackage
({ mkDerivation, base, old-locale, process }:
({ mkDerivation, base, old-locale, process, split }:
mkDerivation {
pname = "current-locale";
version = "0.1.0.1";
sha256 = "185fgzh8nvf2gl5hzg3xmab4xlp2wm2nw485g5nikzx99y3zr1b6";
buildDepends = [ base old-locale process ];
version = "0.2.0.1";
sha256 = "18lg46fzpz207bd60hbcas6ippw0wnsc8n93pnz775ks5y7apyr5";
buildDepends = [ base old-locale process split ];
homepage = "https://github.com/koterpillar/current-locale";
description = "Get the current system locale in System.Locale format";
license = stdenv.lib.licenses.mit;
@ -41169,31 +41221,33 @@ self: {
}) {};
"dynobud" = callPackage
({ mkDerivation, base, bytestring, cairo, casadi-bindings
, casadi-bindings-core, cereal, Chart, Chart-cairo, Chart-gtk
, cmdargs, colour, containers, data-default, data-default-class
, distributive, glib, gtk, hmatrix, HUnit, jacobi-roots, lens
, linear, mtl, not-gloss, process, QuickCheck, reflection
({ mkDerivation, base, binary, bytestring, casadi-bindings
, casadi-bindings-core, Chart, Chart-gtk, cmdargs, colour
, containers, data-default-class, distributive, generic-accessors
, hmatrix, hmatrix-gsl, HUnit, jacobi-roots, lens, linear, mtl
, not-gloss, Plot-ho-matic, process, QuickCheck, reflection
, semigroups, spatial-math, stm, test-framework
, test-framework-hunit, test-framework-quickcheck2, text, time
, unordered-containers, vector, zeromq4-haskell
, test-framework-hunit, test-framework-quickcheck2
, unordered-containers, vector, vector-binary-instances
, zeromq4-haskell
}:
mkDerivation {
pname = "dynobud";
version = "1.1.0.0";
sha256 = "1bgzas5ywvvym0xgi1bajkx2z65wpzrc6p2r77dk0wlmdrpgb1rf";
version = "1.3.0.0";
sha256 = "1zxwx777n08flmwcd7c9w8rkkcpvkzagwhy0axaxl9n0anyf8q1i";
isLibrary = true;
isExecutable = true;
buildDepends = [
base bytestring cairo casadi-bindings casadi-bindings-core cereal
Chart Chart-cairo Chart-gtk cmdargs colour containers data-default
data-default-class distributive glib gtk hmatrix jacobi-roots lens
linear mtl not-gloss process reflection semigroups spatial-math stm
text time unordered-containers vector zeromq4-haskell
base binary bytestring casadi-bindings casadi-bindings-core Chart
Chart-gtk cmdargs colour containers data-default-class distributive
generic-accessors hmatrix jacobi-roots lens linear mtl not-gloss
Plot-ho-matic process reflection semigroups spatial-math stm
unordered-containers vector vector-binary-instances zeromq4-haskell
];
testDepends = [
base casadi-bindings hmatrix HUnit linear QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2 vector
base binary casadi-bindings hmatrix hmatrix-gsl HUnit linear
QuickCheck test-framework test-framework-hunit
test-framework-quickcheck2 vector
];
jailbreak = true;
description = "your dynamic optimization buddy";
@ -43327,18 +43381,18 @@ self: {
}) {};
"eternal" = callPackage
({ mkDerivation, base, bytestring, conduit, conduit-extra
, directory, filepath, http-conduit, http-types, network, process
, regex-compat, transformers, utf8-string
({ mkDerivation, base, base-unicode-symbols, bytestring, conduit
, conduit-extra, directory, filepath, http-conduit, http-types
, network, process, regex-compat, transformers, utf8-string
}:
mkDerivation {
pname = "eternal";
version = "0.0.9";
sha256 = "0kp25p26fsyqn4877wqjhbwfy7m0fnh7lfw0p5njmlx6kqbwi79n";
version = "0.1.0";
sha256 = "1ixxv6m9vj5ygry28c9zi3swhivl48r9cf4kj0r8yraqwv1givda";
buildDepends = [
base bytestring conduit conduit-extra directory filepath
http-conduit http-types network process regex-compat transformers
utf8-string
base base-unicode-symbols bytestring conduit conduit-extra
directory filepath http-conduit http-types network process
regex-compat transformers utf8-string
];
description = "everything breaking the Fairbairn threshold";
license = stdenv.lib.licenses.bsd3;
@ -43436,15 +43490,17 @@ self: {
}) {};
"euler" = callPackage
({ mkDerivation, base, happy, hlint, hspec, process, regex-posix
, xml
({ mkDerivation, base, directory, happy, hlint, hspec, process
, regex-posix, xml
}:
mkDerivation {
pname = "euler";
version = "0.6.0";
sha256 = "0dqm4cq9hb7l6xa84y53v6l226f8qfw5avpbsc0zikx50jlz0q2g";
version = "0.7.0";
sha256 = "0n3sngaa8zz7wlaqhk2lk7s0klcnq7p1vws9aic5mchrh24nm0sz";
buildDepends = [ base ];
testDepends = [ base happy hlint hspec process regex-posix xml ];
testDepends = [
base directory happy hlint hspec process regex-posix xml
];
homepage = "https://github.com/decomputed/euler";
description = "Mathematics utilities for Haskell";
license = stdenv.lib.licenses.mit;
@ -44514,8 +44570,8 @@ self: {
}:
mkDerivation {
pname = "fay";
version = "0.23.1.0";
sha256 = "1xrsa9hj70792fv8lbd820n7k44q2xhjzplzc4j7np4l8nd9n6l5";
version = "0.23.1.1";
sha256 = "1g16j84yp348n12mgyry6qz3m5b1iz7hiv3ri3kp95577w9baxqp";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -46536,8 +46592,8 @@ self: {
}:
mkDerivation {
pname = "force-layout";
version = "0.3.0.9";
sha256 = "109n0rlwpbrpsa0j4vcab61zmc1j01ln141v19zjv4dm5al14bd5";
version = "0.3.0.10";
sha256 = "0s3q1az0fvx1kn79nsz3d7d4gampcz4yyp9nmqj9baip1lws6k36";
buildDepends = [
base containers data-default-class lens vector-space
vector-space-points
@ -54583,18 +54639,24 @@ self: {
}) { pfq = null;};
"hapistrano" = callPackage
({ mkDerivation, base, either, filepath, lens, old-locale, process
, time, transformers
({ mkDerivation, base, base-compat, directory, either, filepath
, hspec, mtl, old-locale, process, temporary, time, transformers
}:
mkDerivation {
pname = "hapistrano";
version = "0.1.0.2";
sha256 = "172hdvs8rnxwv3dy56024f4yc9f9hbs03wz3hfpdcqfj0a9lix65";
version = "0.2.0.1";
sha256 = "0k8715gaay1fjwgdsjk3h7vffj0bx217l1yn8wr6sfh4v7azg1f6";
isLibrary = true;
isExecutable = true;
buildDepends = [
base either filepath lens old-locale process time transformers
base base-compat either filepath mtl old-locale process time
transformers
];
testDepends = [
base base-compat directory either filepath hspec mtl old-locale
process temporary time transformers
];
homepage = "https://github.com/stackbuilders/hapistrano";
description = "A deployment library for Haskell applications";
license = stdenv.lib.licenses.mit;
}) {};
@ -60475,8 +60537,8 @@ self: {
}:
mkDerivation {
pname = "hindent";
version = "4.4.0";
sha256 = "0kdy3rdjh4kjlxqfdqxnnaa9cw4avpykqv6ryvw95nxqqraqpm65";
version = "4.4.1";
sha256 = "1hc71zzc8apl619449g9sp50wc6qprzd91c69rr3zf1pi77208qg";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -60487,6 +60549,7 @@ self: {
base data-default directory haskell-src-exts hspec monad-loops mtl
text
];
homepage = "http://www.github.com/chrisdone/hindent";
description = "Extensible Haskell pretty printer";
license = stdenv.lib.licenses.bsd3;
}) {};
@ -72386,8 +72449,8 @@ self: {
}:
mkDerivation {
pname = "json";
version = "0.9";
sha256 = "1r37hhhhc97sxqrcijss80c0380f36bh6f2y4navwih7r3a2ci8j";
version = "0.9.1";
sha256 = "18l5027vc68hnnxrxlnyl59vkkg95a92m1zzms0dqiby2r6pxdcn";
buildDepends = [
array base bytestring containers mtl parsec pretty syb text
];
@ -75531,8 +75594,8 @@ self: {
}:
mkDerivation {
pname = "learning-hmm";
version = "0.3.1.2";
sha256 = "0inj841fdh6d8d2i5r2mnsw14fxzdcg92n91gfbaginds4mhjf7d";
version = "0.3.1.3";
sha256 = "16v7740xi825n3wmzb9p9svvs88mi5j7m94xqhbb2vhrvsn96phn";
buildDepends = [
base containers deepseq hmatrix random-fu random-source vector
];
@ -77816,8 +77879,8 @@ self: {
}:
mkDerivation {
pname = "llvm-general";
version = "3.4.4.3";
sha256 = "0mxi58dihbwj4534swhy5zlga5w1q2h4jrfvi33kw0pf12hvxqjv";
version = "3.4.4.4";
sha256 = "1rx07pk6g46k4652mznga7v51pp6bi32h3wk0dnmihn8n4536m4x";
buildDepends = [
array base bytestring containers llvm-general-pure mtl parsec
setenv template-haskell transformers transformers-compat
@ -86872,8 +86935,8 @@ self: {
}:
mkDerivation {
pname = "not-gloss";
version = "0.7.1.1";
sha256 = "0mkjzw3n4a5zi9ygpys1w2xdvdycvgylflz8fj6sxdc3r9m1icy9";
version = "0.7.2.1";
sha256 = "0jkdfkkacb4qsf9f229z79ihrzm9xsgc7pnw96ainmnhjgvfmihj";
buildDepends = [
base binary bmp bytestring cereal GLUT OpenGLRaw spatial-math time
];
@ -87424,17 +87487,17 @@ self: {
}) {};
"objective" = callPackage
({ mkDerivation, base, containers, either, free, hashable
, profunctors, stm, transformers, unordered-containers, void
, witherable
({ mkDerivation, base, containers, either, exceptions, free
, hashable, monad-stm, profunctors, stm, transformers
, unordered-containers, void, witherable
}:
mkDerivation {
pname = "objective";
version = "1.0.1";
sha256 = "1jycikj070mkrw43h44ynvh2f73n1p2ajxyxy7r0a57hl9l6rwba";
version = "1.0.2";
sha256 = "01i1wsyxn0kgdgyc91wcqzmz80w6d1h6m1hpn3dnlrl35jjcwxdl";
buildDepends = [
base containers either free hashable profunctors stm transformers
unordered-containers void witherable
base containers either exceptions free hashable monad-stm
profunctors stm transformers unordered-containers void witherable
];
homepage = "https://github.com/fumieval/objective";
description = "Extensible objects";
@ -92004,8 +92067,8 @@ self: {
({ mkDerivation, base, bytestring, mtl, time, unix }:
mkDerivation {
pname = "plailude";
version = "0.5.1";
sha256 = "0c9q2pb7v1qv9v7xl8vcj3jncqsphz13accppxd7k6chmirrdnkh";
version = "0.6.0";
sha256 = "13hqkz0p3c81d7v3qnbcf90cxyb15na9icfjch4hw0222i6kn21i";
buildDepends = [ base bytestring mtl time unix ];
jailbreak = true;
homepage = "https://secure.plaimi.net/works/plailude";
@ -93652,6 +93715,25 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"preprocess-haskell" = callPackage
({ mkDerivation, base, base-unicode-symbols, basic-prelude
, bytestring, Cabal, containers, cpphs, deepseq, directory
, file-embed, foldl, haskell-src-exts, here, system-filepath
, temporary, text, turtle, unix
}:
mkDerivation {
pname = "preprocess-haskell";
version = "0.0.1.1";
sha256 = "1jglriabjw44f9phx7ah87wwmri64a61v236dzs58snagzdiq84r";
buildDepends = [
base base-unicode-symbols basic-prelude bytestring Cabal containers
cpphs deepseq directory file-embed foldl haskell-src-exts here
system-filepath temporary text turtle unix
];
description = "Preprocess Haskell Repositories";
license = stdenv.lib.licenses.bsd3;
}) {};
"preprocessor-tools" = callPackage
({ mkDerivation, base, mtl, parsec, syb }:
mkDerivation {
@ -94598,8 +94680,8 @@ self: {
}:
mkDerivation {
pname = "propellor";
version = "2.2.0";
sha256 = "15y4affp5bipjg33ybkm8wwms54cx8a0dh8c9c328dz9x7cf9bgp";
version = "2.2.1";
sha256 = "0dc1km96k58m98ww7z2n8d167ihr5b7vws4y2va4nl30ghpfga56";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -97593,6 +97675,23 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"reflex" = callPackage
({ mkDerivation, base, containers, dependent-map, dependent-sum
, lens, mtl, primitive, semigroups, template-haskell, these
}:
mkDerivation {
pname = "reflex";
version = "0.0.1";
sha256 = "0b9ilwmip5rwibb5vai7cr2jv42yv7pc2w0klydhvv7p7yj077lk";
buildDepends = [
base containers dependent-map dependent-sum lens mtl primitive
semigroups template-haskell these
];
jailbreak = true;
description = "Higher-order Functional Reactive Programming";
license = stdenv.lib.licenses.bsd3;
}) {};
"reform" = callPackage
({ mkDerivation, base, containers, mtl, text }:
mkDerivation {
@ -101309,11 +101408,12 @@ self: {
}:
mkDerivation {
pname = "satchmo";
version = "2.9.3";
sha256 = "1vb8j6qm6n4v3621y3gz1hf8h1lygp624c4i3s5kzx6vxmm9d368";
version = "2.9.6";
sha256 = "0k2h3q71y7bkhkfwj53wabf7ga1z27001y5cxahpgphaa8q5fgvp";
buildDepends = [
array base bytestring containers directory minisat mtl process
];
testDepends = [ array base ];
homepage = "https://github.com/jwaldmann/satchmo";
description = "SAT encoding monad";
license = "GPL";
@ -102131,6 +102231,26 @@ self: {
license = stdenv.lib.licenses.bsd3;
}) {};
"scroll" = callPackage
({ mkDerivation, base, bytestring, case-insensitive, containers
, data-default, IfElse, monad-loops, mtl, ncurses
, optparse-applicative, random, text, vector
}:
mkDerivation {
pname = "scroll";
version = "1.20150313";
sha256 = "1q9zmdhqbz6w20fcf2gvv92ln7461b0ksr98a3kghqz3d7p5w0m3";
isLibrary = false;
isExecutable = true;
buildDepends = [
base bytestring case-insensitive containers data-default IfElse
monad-loops mtl ncurses optparse-applicative random text vector
];
homepage = "https://joeyh.name/code/scroll/";
description = "scroll(6), a roguelike game";
license = stdenv.lib.licenses.gpl2;
}) {};
"scrypt" = callPackage
({ mkDerivation, base, base64-bytestring, bytestring, entropy
, HUnit, QuickCheck, test-framework, test-framework-hunit
@ -110875,6 +110995,33 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"syncthing-hs" = callPackage
({ mkDerivation, aeson, base, bytestring, connection, containers
, derive, either, http-client, http-client-tls, lens, old-locale
, quickcheck-instances, regex-posix, tasty, tasty-hunit
, tasty-quickcheck, text, time, transformers, unordered-containers
, wreq
}:
mkDerivation {
pname = "syncthing-hs";
version = "0.1.0.0";
sha256 = "1yz37c01s2740idh5w8mvidjzd5fwy9sh2x2qdqivasg3c3kscic";
buildDepends = [
aeson base bytestring connection containers either http-client
http-client-tls lens old-locale regex-posix text time transformers
unordered-containers wreq
];
testDepends = [
aeson base bytestring connection containers derive either
http-client http-client-tls lens old-locale quickcheck-instances
regex-posix tasty tasty-hunit tasty-quickcheck text time
transformers unordered-containers wreq
];
homepage = "https://github.com/jetho/syncthing-hs";
description = "Haskell bindings for the Syncthing REST API";
license = stdenv.lib.licenses.bsd3;
}) {};
"synt" = callPackage
({ mkDerivation, argparser, base, haskell-src-exts, hpc, hspec
, regexpr, split, Synt
@ -114018,8 +114165,8 @@ self: {
({ mkDerivation, base, containers, syb, template-haskell }:
mkDerivation {
pname = "th-expand-syns";
version = "0.3.0.5";
sha256 = "1xirbzcnsb8lvadsz8m6jg8yxc3wrf40dnvs66kdmhwjbg6kv4rh";
version = "0.3.0.6";
sha256 = "03qv93pyqk8all39knsf0mzmbfdck5x61kqnyn8rbisw5c1ymx6j";
buildDepends = [ base containers syb template-haskell ];
testDepends = [ base template-haskell ];
description = "Expands type synonyms in Template Haskell ASTs";
@ -115291,6 +115438,23 @@ self: {
license = "unknown";
}) {};
"titlecase" = callPackage
({ mkDerivation, base, blaze-markup, semigroups, tasty, tasty-hunit
, tasty-quickcheck, text
}:
mkDerivation {
pname = "titlecase";
version = "0.1.0.0";
sha256 = "09zq7z3icziad12ssn663l32k6c5z31azzlhg789q635ab3dckn0";
buildDepends = [ base blaze-markup semigroups text ];
testDepends = [
base semigroups tasty tasty-hunit tasty-quickcheck text
];
homepage = "https://github.com/nkaretnikov/titlecase";
description = "Convert English words to title case";
license = stdenv.lib.licenses.bsd3;
}) {};
"tkhs" = callPackage
({ mkDerivation, base, HUnit, mtl, parsec, pretty, test-framework
, test-framework-hunit, utf8-string, vty
@ -127850,20 +128014,20 @@ self: {
"yst" = callPackage
({ mkDerivation, aeson, base, containers, csv, directory, filepath
, HDBC, HDBC-sqlite3, HStringTemplate, old-locale, old-time, pandoc
, parsec, scientific, split, text, time, unordered-containers
, xhtml, yaml
, HDBC, HDBC-sqlite3, HStringTemplate, lucid, old-locale, old-time
, pandoc, parsec, scientific, split, text, time
, unordered-containers, yaml
}:
mkDerivation {
pname = "yst";
version = "0.4.1.1";
sha256 = "0i69pjzrxc330kfy3nvhzf59640h4p9w5lxpjlr31xbl7w1qqx12";
version = "0.5.0.1";
sha256 = "10fj095za1ga7hv76g9gjcc9narp3bnpfb71vs3j3ldfihxk6syv";
isLibrary = false;
isExecutable = true;
buildDepends = [
aeson base containers csv directory filepath HDBC HDBC-sqlite3
HStringTemplate old-locale old-time pandoc parsec scientific split
text time unordered-containers xhtml yaml
HStringTemplate lucid old-locale old-time pandoc parsec scientific
split text time unordered-containers yaml
];
homepage = "http://github.com/jgm/yst";
description = "Builds a static website from templates and data in YAML or CSV files";