mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
hackage-packages.nix: update from Hackage 2015-01-17T11:39:27+0100
This commit is contained in:
parent
20560e667a
commit
7c1eae89f0
@ -18132,18 +18132,17 @@ self: {
|
|||||||
|
|
||||||
"apiary-purescript" = callPackage
|
"apiary-purescript" = callPackage
|
||||||
({ mkDerivation, apiary, base, bytestring, data-default-class
|
({ mkDerivation, apiary, base, bytestring, data-default-class
|
||||||
, filepath, Glob, parsec, purescript, template-haskell, text
|
, filepath, Glob, parsec, purescript, text, unordered-containers
|
||||||
, unordered-containers, utf8-string
|
, utf8-string
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "apiary-purescript";
|
pname = "apiary-purescript";
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
sha256 = "1qz51ncl68lvwx91xcqvcvj4nakpg309c85zhxk0z0d2rv8j45bf";
|
sha256 = "1i7a9abw8ni0qr24j7kpkp83ml4p5gbz602x4pb8f7z91rqqk8y8";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
apiary base bytestring data-default-class filepath Glob parsec
|
apiary base bytestring data-default-class filepath Glob parsec
|
||||||
purescript template-haskell text unordered-containers utf8-string
|
purescript text unordered-containers utf8-string
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/philopon/apiary";
|
homepage = "https://github.com/philopon/apiary";
|
||||||
description = "purescript compiler for apiary web framework";
|
description = "purescript compiler for apiary web framework";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -18697,19 +18696,19 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"array-forth" = callPackage
|
"array-forth" = callPackage
|
||||||
({ mkDerivation, base, Chart, HUnit, mcmc-synthesis, MonadRandom
|
({ mkDerivation, array, base, HUnit, mcmc-synthesis
|
||||||
, OddWord, optparse-applicative, QuickCheck, split
|
, modular-arithmetic, MonadRandom, OddWord, QuickCheck, split
|
||||||
, test-framework-hunit, test-framework-quickcheck2
|
, test-framework-hunit, test-framework-quickcheck2
|
||||||
, test-framework-th, vector
|
, test-framework-th, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "array-forth";
|
pname = "array-forth";
|
||||||
version = "0.2.0.6";
|
version = "0.2.1.4";
|
||||||
sha256 = "1234szy0ibbyyzglpz0rv5w4wk44rkq8wdl5s3kmnvlvjyxn95nf";
|
sha256 = "03kjkpygi9jc8vrvnw9i8zwbfaihsl50bi39j0liclja442j9h5m";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base Chart mcmc-synthesis MonadRandom OddWord optparse-applicative
|
array base mcmc-synthesis modular-arithmetic MonadRandom OddWord
|
||||||
split vector
|
split vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
@ -18761,8 +18760,8 @@ self: {
|
|||||||
({ mkDerivation, base, containers, mtl }:
|
({ mkDerivation, base, containers, mtl }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "arrow-list";
|
pname = "arrow-list";
|
||||||
version = "0.6.1.5";
|
version = "0.7";
|
||||||
sha256 = "0i0rwjrrvbi9fmwdzmz6vzkkr63pl2df653anjwcw3xr7ccb16xm";
|
sha256 = "1n6m77hdkpjd12r0b8fwxiz3jz0j86cplgsk27m2raj86vr3dy1k";
|
||||||
buildDepends = [ base containers mtl ];
|
buildDepends = [ base containers mtl ];
|
||||||
homepage = "https://github.com/silkapp/arrow-list";
|
homepage = "https://github.com/silkapp/arrow-list";
|
||||||
description = "List arrows for Haskell";
|
description = "List arrows for Haskell";
|
||||||
@ -19375,8 +19374,9 @@ self: {
|
|||||||
({ mkDerivation, base, ghc-prim, primitive }:
|
({ mkDerivation, base, ghc-prim, primitive }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "atomic-primops";
|
pname = "atomic-primops";
|
||||||
version = "0.6.1.1";
|
version = "0.7";
|
||||||
sha256 = "1flnh7x0596hw834irfznd3vprl844bgml2phskg8sjwcmi1j74c";
|
sha256 = "1gd2m7qnyww3dv5vcajh9j5chcwlkfsqgpi299q2x4n9xrp0d50g";
|
||||||
|
editedCabalFile = "99594a0f7b2fd268f7f68e460218c22bda9da07c559fb5ead6d3c508f01d9cff";
|
||||||
buildDepends = [ base ghc-prim primitive ];
|
buildDepends = [ base ghc-prim primitive ];
|
||||||
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
|
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
|
||||||
description = "A safe approach to CAS and other atomic ops in Haskell";
|
description = "A safe approach to CAS and other atomic ops in Haskell";
|
||||||
@ -19802,8 +19802,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "autonix-deps";
|
pname = "autonix-deps";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "0kmyl117wjyrgxzng3avxq3rjqq6ifxd0b14x8nazpl4566qccfw";
|
sha256 = "1639yhq3v506h67374mw63pkz15p52qqapc6bwi3dylyp4ilgimi";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring conduit containers errors filepath lens
|
base bytestring conduit containers errors filepath lens
|
||||||
libarchive-conduit mtl optparse-applicative process regex-tdfa
|
libarchive-conduit mtl optparse-applicative process regex-tdfa
|
||||||
@ -20837,8 +20837,8 @@ self: {
|
|||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "base-prelude";
|
pname = "base-prelude";
|
||||||
version = "0.1.11";
|
version = "0.1.14";
|
||||||
sha256 = "0g6p1d3r6jbqcd8flxfbasb40ga7k90bc0q07drwhlaiadjnx1an";
|
sha256 = "09zjgsnk9c3nw92iymv0ai42wqis6yqb3z3pvslpvdv0a2g7jhgj";
|
||||||
buildDepends = [ base ];
|
buildDepends = [ base ];
|
||||||
homepage = "https://github.com/nikita-volkov/base-prelude";
|
homepage = "https://github.com/nikita-volkov/base-prelude";
|
||||||
description = "The most complete prelude formed from only the \"base\" package";
|
description = "The most complete prelude formed from only the \"base\" package";
|
||||||
@ -26955,9 +26955,10 @@ self: {
|
|||||||
pname = "cf";
|
pname = "cf";
|
||||||
version = "0.1";
|
version = "0.1";
|
||||||
sha256 = "0wwq78b6d6hxaivyxw8rc9dsb0kq4aw0mkp8w0xmnfmz8biymlmg";
|
sha256 = "0wwq78b6d6hxaivyxw8rc9dsb0kq4aw0mkp8w0xmnfmz8biymlmg";
|
||||||
|
editedCabalFile = "6bd39af35810e6a40142d87fdd9fc91754fe85098a63a8087626bf9916bd3362";
|
||||||
buildDepends = [ base ];
|
buildDepends = [ base ];
|
||||||
homepage = "http://github.com/mvr/cf";
|
homepage = "http://github.com/mvr/cf";
|
||||||
description = "Infinite precision arithmetic using continued fractions";
|
description = "Exact real arithmetic using continued fractions";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -30553,17 +30554,18 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"connection" = callPackage
|
"connection" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, cprng-aes
|
({ mkDerivation, base, byteable, bytestring, containers
|
||||||
, data-default-class, network, socks, tls, x509, x509-store
|
, crypto-random, data-default-class, network, securemem, socks, tls
|
||||||
, x509-system, x509-validation
|
, x509, x509-store, x509-system, x509-validation
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "connection";
|
pname = "connection";
|
||||||
version = "0.2.3";
|
version = "0.2.4";
|
||||||
sha256 = "02mqn19pssdak82jw38p3cbwjyfvmjc6fawgx5981hzbdgb64vsb";
|
sha256 = "0sl0vxn02bbyk7lcclr7ml93wpap2f042da3c9v9ppvbvs8jmf7j";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring containers cprng-aes data-default-class network
|
base byteable bytestring containers crypto-random
|
||||||
socks tls x509 x509-store x509-system x509-validation
|
data-default-class network securemem socks tls x509 x509-store
|
||||||
|
x509-system x509-validation
|
||||||
];
|
];
|
||||||
homepage = "http://github.com/vincenthz/hs-connection";
|
homepage = "http://github.com/vincenthz/hs-connection";
|
||||||
description = "Simple and easy network connections API";
|
description = "Simple and easy network connections API";
|
||||||
@ -32387,21 +32389,21 @@ self: {
|
|||||||
|
|
||||||
"crypto-pubkey" = callPackage
|
"crypto-pubkey" = callPackage
|
||||||
({ mkDerivation, base, byteable, bytestring, crypto-numbers
|
({ mkDerivation, base, byteable, bytestring, crypto-numbers
|
||||||
, crypto-pubkey-types, crypto-random, cryptohash, HUnit, QuickCheck
|
, crypto-pubkey-types, crypto-random, cryptohash, tasty
|
||||||
, test-framework, test-framework-hunit, test-framework-quickcheck2
|
, tasty-hunit, tasty-kat, tasty-quickcheck
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "crypto-pubkey";
|
pname = "crypto-pubkey";
|
||||||
version = "0.2.7";
|
version = "0.2.8";
|
||||||
sha256 = "0y15nym98sfbfa34f28jalmbbz4fnmhl1ywv4apwyzyyh4x7djp0";
|
sha256 = "0vmmx2fqq2xc3xfavy22i2nyynpk88jhmjr62qgxw5w5qgsz5k60";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base byteable bytestring crypto-numbers crypto-pubkey-types
|
base byteable bytestring crypto-numbers crypto-pubkey-types
|
||||||
crypto-random cryptohash
|
crypto-random cryptohash
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base byteable bytestring crypto-numbers crypto-pubkey-types
|
base byteable bytestring crypto-numbers crypto-pubkey-types
|
||||||
crypto-random cryptohash HUnit QuickCheck test-framework
|
crypto-random cryptohash tasty tasty-hunit tasty-kat
|
||||||
test-framework-hunit test-framework-quickcheck2
|
tasty-quickcheck
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/vincenthz/hs-crypto-pubkey";
|
homepage = "https://github.com/vincenthz/hs-crypto-pubkey";
|
||||||
description = "Public Key cryptography";
|
description = "Public Key cryptography";
|
||||||
@ -38798,18 +38800,18 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "dynamic-cabal";
|
pname = "dynamic-cabal";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
sha256 = "0fq6q0j2fx7ygarzgsvb7scssjnrxjrq188d0habfar6bdm0vqdg";
|
sha256 = "080hynvyrc5jbfm4v5l04iby70rf6fqa3ynbpj1njdh6xjc4wnlv";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base containers data-default directory filepath ghc ghc-paths
|
base containers data-default directory filepath ghc ghc-paths
|
||||||
haskell-generate haskell-src-exts time void
|
haskell-generate haskell-src-exts time void
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base containers directory doctest filepath HUnit tasty tasty-hunit
|
base containers directory doctest filepath ghc HUnit tasty
|
||||||
tasty-th
|
tasty-hunit tasty-th
|
||||||
];
|
];
|
||||||
homepage = "http://github.com/bennofs/dynamic-cabal/";
|
homepage = "http://github.com/bennofs/dynamic-cabal/";
|
||||||
description = "dynamic-cabal";
|
description = "Access the functions from the Cabal library without depending on it";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -46285,6 +46287,19 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"ghc-generic-instances" = callPackage
|
||||||
|
({ mkDerivation, base, ghc }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "ghc-generic-instances";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "0264ma0w85fwypnagd0l4zfs1wi1yk16rygn6fhpzgsxycwmg47h";
|
||||||
|
buildDepends = [ base ghc ];
|
||||||
|
jailbreak = true;
|
||||||
|
homepage = "https://github.com/alanz/ghc-generic-instances";
|
||||||
|
description = "Derived instances of GHC.Generic of the GHC AST";
|
||||||
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"ghc-heap-view" = callPackage
|
"ghc-heap-view" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, containers, deepseq, ghc
|
({ mkDerivation, base, binary, bytestring, containers, deepseq, ghc
|
||||||
, template-haskell, transformers
|
, template-haskell, transformers
|
||||||
@ -47477,8 +47492,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "gl";
|
pname = "gl";
|
||||||
version = "0.6.3";
|
version = "0.7";
|
||||||
sha256 = "0ys5808rzr04fcw7hlliqpx2sncyqpr4x89p4sa2vf5ywsgzmz04";
|
sha256 = "0s9xvsainfl1g40ifzzz4rl9mp5z3apw79sz80n7lidch30i2ccs";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base containers directory filepath fixed half hxt split
|
base containers directory filepath fixed half hxt split
|
||||||
transformers
|
transformers
|
||||||
@ -50555,6 +50570,7 @@ self: {
|
|||||||
pname = "hackage-db";
|
pname = "hackage-db";
|
||||||
version = "1.22";
|
version = "1.22";
|
||||||
sha256 = "0rhh7w4929zkwzv10ika952yiw4dkffqd8f79f1bl76lz1la6cjd";
|
sha256 = "0rhh7w4929zkwzv10ika952yiw4dkffqd8f79f1bl76lz1la6cjd";
|
||||||
|
editedCabalFile = "b5277a8cbbfcfba81f29db4910003c2fa7e34c06bceb4f3e7318510e1ce74376";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base bytestring Cabal containers directory filepath tar utf8-string
|
base bytestring Cabal containers directory filepath tar utf8-string
|
||||||
];
|
];
|
||||||
@ -53161,14 +53177,14 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haskell-generate";
|
pname = "haskell-generate";
|
||||||
version = "0.2.2";
|
version = "0.2.3";
|
||||||
sha256 = "1wdfs28p195szg6jxq0qbyj4jdbqnsp9frgjnp25mzf14y9i1yid";
|
sha256 = "07j0z9jxxgbxfxz9bpy5w8nphrqsl5wyq1jysfhypfi7v87nv9an";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base containers haskell-src-exts template-haskell transformers
|
base containers haskell-src-exts template-haskell transformers
|
||||||
];
|
];
|
||||||
testDepends = [ base directory doctest filepath ];
|
testDepends = [ base directory doctest filepath ];
|
||||||
homepage = "http://github.com/bennofs/haskell-generate/";
|
homepage = "http://github.com/bennofs/haskell-generate/";
|
||||||
description = "haskell-generate";
|
description = "Typesafe generation of haskell source code";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
@ -53416,6 +53432,17 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"haskell-rules" = callPackage
|
||||||
|
({ mkDerivation, base, syb }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "haskell-rules";
|
||||||
|
version = "0.1.0.1";
|
||||||
|
sha256 = "03d8c1gnxd923f3fqqw06w3ibnd20llfgd7s5jgkscc872i5ghz6";
|
||||||
|
buildDepends = [ base syb ];
|
||||||
|
description = "A DSL for expressing natural deduction rules in Haskell";
|
||||||
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"haskell-spacegoo" = callPackage
|
"haskell-spacegoo" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, conduit, mtl
|
({ mkDerivation, aeson, base, bytestring, conduit, mtl
|
||||||
, network-conduit, pretty, pretty-show, text, vector, vector-space
|
, network-conduit, pretty, pretty-show, text, vector, vector-space
|
||||||
@ -54568,7 +54595,7 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hasql-postgres" = callPackage
|
"hasql-postgres" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, base-prelude, bytestring
|
({ mkDerivation, aeson, attoparsec, base, base-prelude, bytestring
|
||||||
, directory, doctest, either, filepath, free, hashable, hashtables
|
, directory, doctest, either, filepath, free, hashable, hashtables
|
||||||
, hasql, hasql-backend, hspec, list-t, loch-th, mmorph, mtl-prelude
|
, hasql, hasql-backend, hspec, list-t, loch-th, mmorph, mtl-prelude
|
||||||
, old-locale, placeholders, postgresql-binary, postgresql-libpq
|
, old-locale, placeholders, postgresql-binary, postgresql-libpq
|
||||||
@ -54577,19 +54604,19 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hasql-postgres";
|
pname = "hasql-postgres";
|
||||||
version = "0.10.1";
|
version = "0.10.2";
|
||||||
sha256 = "1n3gcdv0d1pw3jnwldhkj8p23mx18slp8fyjlygpgivgmb8921ah";
|
sha256 = "0nw1xq9wfdhcm40qfx8d883nvgk7bfhwbwwb1r9jx7zlspx15vq5";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base base-prelude bytestring either free hashable
|
aeson attoparsec base base-prelude bytestring either free hashable
|
||||||
hashtables hasql-backend list-t loch-th mmorph placeholders
|
hashtables hasql-backend list-t loch-th mmorph placeholders
|
||||||
postgresql-binary postgresql-libpq scientific template-haskell text
|
postgresql-binary postgresql-libpq scientific template-haskell text
|
||||||
time transformers uuid vector
|
time transformers uuid vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
base base-prelude bytestring directory doctest either filepath
|
aeson base base-prelude bytestring directory doctest either
|
||||||
hashable hasql hasql-backend hspec list-t mtl-prelude old-locale
|
filepath hashable hasql hasql-backend hspec list-t mtl-prelude
|
||||||
postgresql-binary QuickCheck quickcheck-instances scientific text
|
old-locale postgresql-binary QuickCheck quickcheck-instances
|
||||||
time vector
|
scientific text time vector
|
||||||
];
|
];
|
||||||
homepage = "https://github.com/nikita-volkov/hasql-postgres";
|
homepage = "https://github.com/nikita-volkov/hasql-postgres";
|
||||||
description = "A \"PostgreSQL\" backend for the \"hasql\" library";
|
description = "A \"PostgreSQL\" backend for the \"hasql\" library";
|
||||||
@ -61292,8 +61319,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hsdev";
|
pname = "hsdev";
|
||||||
version = "0.1.3.1";
|
version = "0.1.3.2";
|
||||||
sha256 = "1hlv7r3c6x4483618q9ahrl0v1dirxl4l20dbxp0ir948x8w7dyi";
|
sha256 = "1gr24789vg05phps4141dfygdzlhy58v5r90bv35gp6gwnj2b0za";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -65335,8 +65362,8 @@ self: {
|
|||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "ieee754";
|
pname = "ieee754";
|
||||||
version = "0.7.4";
|
version = "0.7.5";
|
||||||
sha256 = "1pxbkfa21mvc869n18nn7r29hcinxdbsnk68nlldzld8f6m13g1h";
|
sha256 = "0109mhyk76xnbsbpnnz3skpvxjckcldlpq93dvfgy5zahmswl4r3";
|
||||||
buildDepends = [ base ];
|
buildDepends = [ base ];
|
||||||
homepage = "http://github.com/patperry/hs-ieee754";
|
homepage = "http://github.com/patperry/hs-ieee754";
|
||||||
description = "Utilities for dealing with IEEE floating point numbers";
|
description = "Utilities for dealing with IEEE floating point numbers";
|
||||||
@ -68940,8 +68967,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "jwt";
|
pname = "jwt";
|
||||||
version = "0.5.1";
|
version = "0.5.2";
|
||||||
sha256 = "010w57x16vwvmg6npwyylpbwg24bjdkjz8cjcn0573j56vn5j7vn";
|
sha256 = "1ks2dsi26cqz9q78lj6man14a86zdlkqv00lq1ffn00q3l7zxgmn";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base base64-bytestring bytestring containers cryptohash
|
aeson base base64-bytestring bytestring containers cryptohash
|
||||||
data-default http-types network network-uri scientific semigroups
|
data-default http-types network network-uri scientific semigroups
|
||||||
@ -72653,6 +72680,24 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"linearscan" = callPackage
|
||||||
|
({ mkDerivation, base, containers, free, hoopl, hspec
|
||||||
|
, hspec-expectations, HUnit, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "linearscan";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "1wkq5hyc85qxzlam5kb2zfvmrd7r6ypykv4b19hnsp3qgn4pmakx";
|
||||||
|
buildDepends = [ base transformers ];
|
||||||
|
testDepends = [
|
||||||
|
base containers free hoopl hspec hspec-expectations HUnit
|
||||||
|
transformers
|
||||||
|
];
|
||||||
|
homepage = "http://github.com/jwiegley/linearscan";
|
||||||
|
description = "Linear scan register allocator, formally verified in Coq";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"linebreak" = callPackage
|
"linebreak" = callPackage
|
||||||
({ mkDerivation, base, hyphenation }:
|
({ mkDerivation, base, hyphenation }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -73818,6 +73863,24 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"logger" = callPackage
|
||||||
|
({ mkDerivation, ansi-wl-pprint, base, containers, lens, mtl
|
||||||
|
, template-haskell, time, transformers, unagi-chan
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "logger";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "1v264iv34k13lz63ajci03iikc7ajqcl3dvcaxcv7m3h538km8vm";
|
||||||
|
buildDepends = [
|
||||||
|
ansi-wl-pprint base containers lens mtl template-haskell time
|
||||||
|
transformers unagi-chan
|
||||||
|
];
|
||||||
|
jailbreak = true;
|
||||||
|
homepage = "https://github.com/wdanilo/haskell-logger";
|
||||||
|
description = "Fast & extensible logging framework";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"logging" = callPackage
|
"logging" = callPackage
|
||||||
({ mkDerivation, base, binary, bytestring, fast-logger, hspec
|
({ mkDerivation, base, binary, bytestring, fast-logger, hspec
|
||||||
, lifted-base, monad-control, monad-logger, old-locale, pcre-light
|
, lifted-base, monad-control, monad-logger, old-locale, pcre-light
|
||||||
@ -74362,6 +74425,18 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"lucid-svg" = callPackage
|
||||||
|
({ mkDerivation, base, lucid, text, transformers }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "lucid-svg";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "1drl7br0f0n53g54d6ry619g7ac0vg5d0qf9h2caybwv269jrsvv";
|
||||||
|
buildDepends = [ base lucid text transformers ];
|
||||||
|
homepage = "http://github.com/jeffreyrosenbluth/lucid-svg.git";
|
||||||
|
description = "DSL for SVG using lucid for HTML";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"lucienne" = callPackage
|
"lucienne" = callPackage
|
||||||
({ mkDerivation, base, base64-bytestring, blaze-html, bson
|
({ mkDerivation, base, base64-bytestring, blaze-html, bson
|
||||||
, bytestring, compact-string-fix, feed, happstack, happstack-server
|
, bytestring, compact-string-fix, feed, happstack, happstack-server
|
||||||
@ -83753,7 +83828,9 @@ self: {
|
|||||||
pname = "packedstring";
|
pname = "packedstring";
|
||||||
version = "0.1.0.1";
|
version = "0.1.0.1";
|
||||||
sha256 = "1x78pzzdlnpcmh9p37rlf8m5cxf3yqm2alf3whl4zpr9w25r0qj8";
|
sha256 = "1x78pzzdlnpcmh9p37rlf8m5cxf3yqm2alf3whl4zpr9w25r0qj8";
|
||||||
|
editedCabalFile = "cbc334ff8e721fb18b6799b28dc3e77addc7234aa553725b0af68375f75e0bcf";
|
||||||
buildDepends = [ array base ];
|
buildDepends = [ array base ];
|
||||||
|
jailbreak = true;
|
||||||
description = "(Deprecated) Packed Strings";
|
description = "(Deprecated) Packed Strings";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
@ -93855,8 +93932,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "reverse-geocoding";
|
pname = "reverse-geocoding";
|
||||||
version = "0.1.0.1";
|
version = "0.1.0.2";
|
||||||
sha256 = "12sp3ilyw4cqqqvlfn90fq1y573vccms0sgwsnnnsmljrj66jppp";
|
sha256 = "1zbix3fx5w57zks5d4ba10r9193x4m7hbq92b06ysw73im13rnhn";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base iso3166-country-codes lens lens-aeson text wreq
|
aeson base iso3166-country-codes lens lens-aeson text wreq
|
||||||
];
|
];
|
||||||
@ -95656,8 +95733,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sbv";
|
pname = "sbv";
|
||||||
version = "3.4";
|
version = "3.5";
|
||||||
sha256 = "1c4sh9l4kggw2mvv47raz36j2s9nn81l68y6w6dbq3m990j1zazm";
|
sha256 = "00r80h8p6w1ir2sk3m2xgims22fzxyvij9mz6b0kn9n0qsjmkpaz";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -95715,6 +95792,26 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"scalpel" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, download-curl, HUnit, regex-base
|
||||||
|
, regex-tdfa, tagsoup, text
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "scalpel";
|
||||||
|
version = "0.1.1";
|
||||||
|
sha256 = "0ypr6i4in1vvxjxi03r29q7mvig390bnpn2bcmjm9q1w51ypjdnr";
|
||||||
|
buildDepends = [
|
||||||
|
base bytestring download-curl regex-base regex-tdfa tagsoup text
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
base bytestring download-curl HUnit regex-base regex-tdfa tagsoup
|
||||||
|
text
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/fimad/scalpel";
|
||||||
|
description = "A high level web scraping library for Haskell";
|
||||||
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"scan" = callPackage
|
"scan" = callPackage
|
||||||
({ mkDerivation, base, parsec }:
|
({ mkDerivation, base, parsec }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -96642,8 +96739,8 @@ self: {
|
|||||||
({ mkDerivation, base, byteable, bytestring, ghc-prim }:
|
({ mkDerivation, base, byteable, bytestring, ghc-prim }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "securemem";
|
pname = "securemem";
|
||||||
version = "0.1.4";
|
version = "0.1.5";
|
||||||
sha256 = "1wdbcnyaarrixfvz79mcyqmfnn9h5zsmrrsa64xj8650ppyaxi48";
|
sha256 = "1g3y6bb1879qdlrsh11c31fiai66slvcd732zpkrf9lg2zpv68af";
|
||||||
buildDepends = [ base byteable bytestring ghc-prim ];
|
buildDepends = [ base byteable bytestring ghc-prim ];
|
||||||
homepage = "http://github.com/vincenthz/hs-securemem";
|
homepage = "http://github.com/vincenthz/hs-securemem";
|
||||||
description = "abstraction to an auto scrubbing and const time eq, memory chunk";
|
description = "abstraction to an auto scrubbing and const time eq, memory chunk";
|
||||||
@ -97037,8 +97134,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "seqloc";
|
pname = "seqloc";
|
||||||
version = "0.6.1";
|
version = "0.6.1.1";
|
||||||
sha256 = "0ymc0p9n5jmqw3ffs9s86sxz9bkh3nz36lmfs0l14psqcd41ghwa";
|
sha256 = "1hsm9y6q0g7ixnqj562a33lmyka4k7f778fndcmn25v4m1myfda4";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec base biocore bytestring hashable unordered-containers
|
attoparsec base biocore bytestring hashable unordered-containers
|
||||||
vector
|
vector
|
||||||
@ -99460,18 +99557,18 @@ self: {
|
|||||||
"sloane" = callPackage
|
"sloane" = callPackage
|
||||||
({ mkDerivation, ansi-terminal, base, bytestring, cereal
|
({ mkDerivation, ansi-terminal, base, bytestring, cereal
|
||||||
, containers, directory, download-curl, filepath, HTTP, network
|
, containers, directory, download-curl, filepath, HTTP, network
|
||||||
, optparse-applicative, terminal-size, text, zlib
|
, optparse-applicative, stringsearch, terminal-size, text, zlib
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sloane";
|
pname = "sloane";
|
||||||
version = "2.0.3";
|
version = "2.0.5";
|
||||||
sha256 = "1fglx4nl8cpjs1h1cpiyg54rdrcrj8si4fayhj2c6ijksq26pfn3";
|
sha256 = "1jmnyw5n2k9c0bsdgna7hxc6yxjrycss02wjwsavbq13i7amq8i9";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansi-terminal base bytestring cereal containers directory
|
ansi-terminal base bytestring cereal containers directory
|
||||||
download-curl filepath HTTP network optparse-applicative
|
download-curl filepath HTTP network optparse-applicative
|
||||||
terminal-size text zlib
|
stringsearch terminal-size text zlib
|
||||||
];
|
];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/man/man1
|
mkdir -p $out/share/man/man1
|
||||||
@ -105827,8 +105924,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "target";
|
pname = "target";
|
||||||
version = "0.1.0.0";
|
version = "0.1.1.0";
|
||||||
sha256 = "08n2r457yjywfyb4pgjsrp96gb3h79zhmw2h042bvh89k36n44y1";
|
sha256 = "1b6kbiqpx57ghi98ki4gbqclyl91rs113ayd51bx8wmwwbaag21v";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base containers directory exceptions filepath ghc ghc-paths
|
base containers directory exceptions filepath ghc ghc-paths
|
||||||
liquid-fixpoint liquidhaskell mtl pretty process syb tagged
|
liquid-fixpoint liquidhaskell mtl pretty process syb tagged
|
||||||
@ -108149,22 +108246,22 @@ self: {
|
|||||||
"tianbar" = callPackage
|
"tianbar" = callPackage
|
||||||
({ mkDerivation, aeson, base, blaze-html, blaze-markup, containers
|
({ mkDerivation, aeson, base, blaze-html, blaze-markup, containers
|
||||||
, dbus, directory, gtk, gtk-traymanager, happstack-server, network
|
, dbus, directory, gtk, gtk-traymanager, happstack-server, network
|
||||||
, process, random, split, text, transformers, utf8-string, webkit
|
, network-uri, process, random, split, text, transformers
|
||||||
, xdg-basedir, xmonad, xmonad-contrib
|
, utf8-string, webkit, xdg-basedir, xmonad, xmonad-contrib
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "tianbar";
|
pname = "tianbar";
|
||||||
version = "0.4.6.0";
|
version = "0.4.6.3";
|
||||||
sha256 = "1gnx57yk65m5mh8j652y2r3c26zbv157lhmlf11dlxchpgi6qh3y";
|
sha256 = "1ns1gsjqq1xcdxqw7xplcax88ydfx8pn6id42n5idmcbgxkjzm9p";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson base blaze-html blaze-markup containers dbus directory gtk
|
aeson base blaze-html blaze-markup containers dbus directory gtk
|
||||||
gtk-traymanager happstack-server network process random split text
|
gtk-traymanager happstack-server network network-uri process random
|
||||||
transformers utf8-string webkit xdg-basedir xmonad xmonad-contrib
|
split text transformers utf8-string webkit xdg-basedir xmonad
|
||||||
|
xmonad-contrib
|
||||||
];
|
];
|
||||||
pkgconfigDepends = [ gtk ];
|
pkgconfigDepends = [ gtk ];
|
||||||
jailbreak = true;
|
|
||||||
homepage = "https://github.com/koterpillar/tianbar";
|
homepage = "https://github.com/koterpillar/tianbar";
|
||||||
description = "A desktop bar based on WebKit";
|
description = "A desktop bar based on WebKit";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -108831,8 +108928,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "tls";
|
pname = "tls";
|
||||||
version = "1.2.13";
|
version = "1.2.15";
|
||||||
sha256 = "1djjscmyn3wcnlzz1r0clz2nxa2y23rlyjk30xjsdp0m1sq0vdc3";
|
sha256 = "025l7zl50v813i3z184gi33fcffi9y5k9c6fccxsp6hzjjggy9m1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
asn1-encoding asn1-types async base byteable bytestring cereal
|
asn1-encoding asn1-types async base byteable bytestring cereal
|
||||||
cipher-aes cipher-des cipher-rc4 crypto-cipher-types crypto-numbers
|
cipher-aes cipher-des cipher-rc4 crypto-cipher-types crypto-numbers
|
||||||
@ -111373,15 +111470,14 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "unagi-chan";
|
pname = "unagi-chan";
|
||||||
version = "0.3.0.1";
|
version = "0.3.0.2";
|
||||||
sha256 = "1s1bqrzxryp44xihd1xy465jmqiiphxkjkkcclj69m7l9rcpcv51";
|
sha256 = "1a6jpr6gynpfh3kqfq42arzxfij5ms18rqhl0xlf49iscj0c15lg";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ atomic-primops base ghc-prim primitive ];
|
buildDepends = [ atomic-primops base ghc-prim primitive ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
atomic-primops base containers ghc-prim primitive
|
atomic-primops base containers ghc-prim primitive
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
description = "Fast concurrent queues with a Chan-like API, and more";
|
description = "Fast concurrent queues with a Chan-like API, and more";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
@ -115944,6 +116040,25 @@ self: {
|
|||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"wedged" = callPackage
|
||||||
|
({ mkDerivation, array, base, colour, containers, diagrams-cairo
|
||||||
|
, diagrams-lib, MonadRandom, strict
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "wedged";
|
||||||
|
version = "0";
|
||||||
|
sha256 = "1sdnqc40qg5pv0kj4qw33vk5cy3yym60csh3iwmpm7pzpray7511";
|
||||||
|
isLibrary = false;
|
||||||
|
isExecutable = true;
|
||||||
|
buildDepends = [
|
||||||
|
array base colour containers diagrams-cairo diagrams-lib
|
||||||
|
MonadRandom strict
|
||||||
|
];
|
||||||
|
jailbreak = true;
|
||||||
|
description = "Wedged postcard generator";
|
||||||
|
license = "unknown";
|
||||||
|
}) {};
|
||||||
|
|
||||||
"weighted-regexp" = callPackage
|
"weighted-regexp" = callPackage
|
||||||
({ mkDerivation, array, base, happy }:
|
({ mkDerivation, array, base, happy }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -118028,6 +118143,23 @@ self: {
|
|||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"xmonad-entryhelper" = callPackage
|
||||||
|
({ mkDerivation, base, directory, extensible-exceptions, filepath
|
||||||
|
, mtl, process, unix, X11, xmonad, xmonad-contrib
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "xmonad-entryhelper";
|
||||||
|
version = "0.1.0.0";
|
||||||
|
sha256 = "1xwjdy7swc4bqqx0y7bny7rci4wpq2318m9nbz365x2r7i379v9h";
|
||||||
|
buildDepends = [
|
||||||
|
base directory extensible-exceptions filepath mtl process unix X11
|
||||||
|
xmonad xmonad-contrib
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/Javran/xmonad-entryhelper";
|
||||||
|
description = "XMonad config entry point wrapper";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"xmonad-eval" = callPackage
|
"xmonad-eval" = callPackage
|
||||||
({ mkDerivation, base, containers, directory, hint, mtl, old-locale
|
({ mkDerivation, base, containers, directory, hint, mtl, old-locale
|
||||||
, old-time, process, random, unix, X11, xmonad, xmonad-contrib
|
, old-time, process, random, unix, X11, xmonad, xmonad-contrib
|
||||||
|
Loading…
Reference in New Issue
Block a user