Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • tchoutri/horizon-platform
  • raoulhc/horizon-platform
  • jonge/horizon-platform
  • package-sets/horizon-platform
Show changes
Showing
with 42 additions and 525 deletions
{ mkDerivation, SDL2, SDL2_image, base, bytestring, lib, sdl2
, template-haskell, text
}:
mkDerivation {
pname = "sdl2-image";
version = "2.1.0.0";
sha256 = "d22403d966e0f18ecc33fadda8e611e2e90bc718e8d6647177f5118264a5920d";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring sdl2 template-haskell text
];
librarySystemDepends = [ SDL2_image ];
libraryPkgconfigDepends = [ SDL2 SDL2_image ];
executableHaskellDepends = [ base sdl2 text ];
executableSystemDepends = [ SDL2_image ];
executablePkgconfigDepends = [ SDL2 SDL2_image ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Haskell bindings to SDL2_image";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, SDL2_mixer, base, bytestring, data-default-class
, lib, lifted-base, monad-control, sdl2, template-haskell, vector
}:
mkDerivation {
pname = "sdl2-mixer";
version = "1.2.0.0";
sha256 = "58141826af5d491794a74484fda770859e2271b0ede44cc75f2e562b70b7cf99";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring data-default-class lifted-base monad-control sdl2
template-haskell vector
];
librarySystemDepends = [ SDL2_mixer ];
libraryPkgconfigDepends = [ SDL2_mixer ];
executableHaskellDepends = [ base data-default-class sdl2 vector ];
executableSystemDepends = [ SDL2_mixer ];
executablePkgconfigDepends = [ SDL2_mixer ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Haskell bindings to SDL2_mixer";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, SDL2, SDL2_ttf, base, bytestring, lib, sdl2
, template-haskell, text, th-abstraction, transformers
}:
mkDerivation {
pname = "sdl2-ttf";
version = "2.1.3";
sha256 = "b60219fe8144c5d61b140b4607432b24fb93e947c504a8e2f89517175ba6a56a";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring sdl2 template-haskell text th-abstraction
transformers
];
libraryPkgconfigDepends = [ SDL2 SDL2_ttf ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Bindings to SDL2_ttf";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, SDL2, StateVar, base, bytestring, deepseq
, exceptions, lib, linear, text, transformers, vector, weigh
}:
mkDerivation {
pname = "sdl2";
version = "2.5.5.0";
sha256 = "23fdaa896e528620f31afeb763422d0c27d758e587215ff0c1387d6e6b3551cd";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base bytestring exceptions linear StateVar text transformers vector
];
librarySystemDepends = [ SDL2 ];
libraryPkgconfigDepends = [ SDL2 ];
testHaskellDepends = [ base deepseq linear vector weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Both high- and low-level bindings to the SDL library (version 2.0.6+).";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, containers, effectful, effectful-core
, fetchgit, hedgehog, kvstore-effectful, kvstore-effectful-spec
, lib, tasty, tasty-hedgehog, transformers
{ mkDerivation, base, base16, bytestring, fetchgit, hedgehog, lib
, libsodium-bindings, tasty, tasty-hunit, text, text-display
}:
mkDerivation {
pname = "kvstore-effectful-statemap";
pname = "sel";
version = "0.0.1.0";
src = fetchgit {
url = "https://github.com/haskell-effectful/kvstore-effectful";
sha256 = "1s78x8yqig17dhfwf2qbd01k8symzrjvg8w0i16mckyxpm28aqcq";
rev = "3502825423aea3a1af9384e9d751feea4599c60b";
url = "https://github.com/haskell-cryptography/libsodium-bindings";
sha256 = "0r7mn8800gpqc2p96lxsxm7xjbrkq5sdiybj8fqil9inw2w3n445";
rev = "1cc2049b7eceb02c28cc4e9390bdf86b8914941a";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/kvstore-effectful-statemap/; echo source root reset to $sourceRoot";
postUnpack = "sourceRoot+=/sel/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers effectful kvstore-effectful
base base16 bytestring libsodium-bindings text text-display
];
testHaskellDepends = [
base containers effectful effectful-core hedgehog kvstore-effectful
kvstore-effectful-spec tasty tasty-hedgehog transformers
base base16 bytestring hedgehog libsodium-bindings tasty
tasty-hunit text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-cryptography/libsodium-bindings";
description = "Cryptography for the casual user";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, containers, lib, transformers }:
mkDerivation {
pname = "selective";
version = "0.7";
sha256 = "cf1952b03aaa98db4706dbf57ed76b9fa46921fb71c2020d7ad59d721d741c36";
revision = "1";
editedCabalFile = "0ibky7kzs4rc0dz1m2116fb6q4ziwrb49vjbhfy6ns1qb205ag8f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers transformers ];
testHaskellDepends = [ base containers QuickCheck transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/snowleopard/selective";
description = "Selective applicative functors";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, containers, hashable, indexed-traversable
, indexed-traversable-instances, lib, semigroupoids, tagged, these
, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "semialign";
version = "1.3";
sha256 = "628e43319f584a8dd46c124ee0685cac586e0f6f877c5ceff37c3dbb2e3cc56c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base containers hashable indexed-traversable
indexed-traversable-instances semigroupoids tagged these
transformers unordered-containers vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskellari/these";
description = "Align and Zip type-classes from the common Semialign ancestor";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, lib }:
mkDerivation {
pname = "semigroups";
version = "0.20";
sha256 = "902d2e33c96b40a89de5957f2a9e097197afcc35e257e45b32ebe770993673e1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/semigroups/";
description = "Anything that associates";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, base-compat-batteries, containers, hashable
, lib, unordered-containers
}:
mkDerivation {
pname = "semirings";
version = "0.6";
sha256 = "99356619b137c7c4cf6597909be3c9df118f08a7dff4897549e350b95719059b";
revision = "1";
editedCabalFile = "1c06yhfa053sv3rfz0d72a33l5qb0xmj1b3hy2z7pzxrcay6g1yc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base-compat-batteries containers hashable unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/chessai/semirings";
description = "two monoids as one, in holy haskimony";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -15,7 +15,7 @@ mkDerivation {
benchmarkHaskellDepends = [ base criterion text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, QuickCheck, aeson, array, base, binary, bytestring
, cborg, cereal, cereal-vector, containers, criterion, deepseq
, directory, fail, filepath, ghc-prim, half, hashable, lib, pretty
, primitive, quickcheck-instances, semigroups, store, strict, tar
, tasty, tasty-hunit, tasty-quickcheck, text, these, time
, unordered-containers, vector, zlib
}:
mkDerivation {
pname = "serialise";
version = "0.2.6.0";
sha256 = "93ff1888e1972999f14663072b38efcfd0c1481b4ec8e30ddc9c5ce97681a516";
revision = "2";
editedCabalFile = "0ng4gjxwv2arm1ybqkfl66p1lmcwacym8ygi6nnkygysgchwqa3b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array base bytestring cborg containers ghc-prim half hashable
primitive strict text these time unordered-containers vector
];
testHaskellDepends = [
base bytestring cborg containers directory filepath primitive
QuickCheck quickcheck-instances tasty tasty-hunit tasty-quickcheck
text time unordered-containers vector
];
benchmarkHaskellDepends = [
aeson array base binary bytestring cborg cereal cereal-vector
containers criterion deepseq directory fail filepath ghc-prim half
pretty semigroups store tar text time vector zlib
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/well-typed/cborg";
description = "A binary serialisation library for Haskell values";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, aeson, base, bytestring, containers
, hspec, hspec-discover, http-client, http-types, jose, lib
, servant, servant-auth, servant-auth-server, servant-client
, servant-client-core, servant-server, time, transformers, wai
, warp
}:
mkDerivation {
pname = "servant-auth-client";
version = "0.4.1.0";
sha256 = "03c1c9e1413c05ae30c269a2fef07e68bf41ff675edd180452d863d073e3359b";
revision = "6";
editedCabalFile = "0d6mi3w3gx9h21awf1gy2wx7dwh5l9ichww21a3p5rfd8a8swypf";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring containers servant servant-auth servant-client-core
];
testHaskellDepends = [
aeson base bytestring hspec http-client http-types jose QuickCheck
servant servant-auth servant-auth-server servant-client
servant-server time transformers wai warp
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/haskell-servant/servant-auth#readme";
description = "servant-client/servant-auth compatibility";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, aeson, base, base64-bytestring
, blaze-builder, bytestring, case-insensitive, cookie
, data-default-class, entropy, fetchgit, hspec, hspec-discover
, http-client, http-types, jose, lens, lens-aeson, lib
, markdown-unlit, memory, monad-time, mtl, servant, servant-auth
, servant-server, tagged, text, time, transformers
, unordered-containers, wai, warp, wreq
}:
mkDerivation {
pname = "servant-auth-server";
version = "0.4.7.0";
src = fetchgit {
url = "https://github.com/haskell-servant/servant";
sha256 = "0ck3l8nj42nan8abdzvkl4ynb2l9nhnsq2zjl24d7sgca860fi57";
rev = "7ae787371333556a7b84778631ed91d1d73e8370";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/servant-auth/servant-auth-server/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base base64-bytestring blaze-builder bytestring
case-insensitive cookie data-default-class entropy http-types jose
lens memory monad-time mtl servant servant-auth servant-server
tagged text time unordered-containers wai
];
testHaskellDepends = [
aeson base bytestring case-insensitive hspec http-client http-types
jose lens lens-aeson mtl QuickCheck servant servant-auth
servant-server text time transformers wai warp wreq
];
testToolDepends = [ hspec-discover markdown-unlit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-servant/servant/tree/master/servant-auth#readme";
description = "servant-server/servant-auth compatibility";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, base, containers, jose, lens, lib, servant
, text, unordered-containers
}:
mkDerivation {
pname = "servant-auth";
version = "0.4.1.0";
sha256 = "add973fe8bcc1b68eaaf90a1ec8fd6933d11eabf3854f91371b77d6827b5ef21";
revision = "5";
editedCabalFile = "0azlfs9dvzcf2r3kbm76wmalyhg1w0vi9gc4xlwp8m2n509qhbda";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base containers jose lens servant text unordered-containers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-servant/servant/tree/master/servant-auth#readme";
description = "Authentication combinators for servant";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -5,8 +5,8 @@ mkDerivation {
pname = "servant-blaze";
version = "0.9.1";
sha256 = "264aa17b95400a13cf23f7421f54b3a3160119c15380a31a96bdfc4a40f2db21";
revision = "1";
editedCabalFile = "1y38lzmh5jr3bix0cqrcx9zkjdr1598hz7rvpnm827qw0ln3cmra";
revision = "3";
editedCabalFile = "1f8rhp5g029m2ymrrn96ahbd1kn9nw3nk0c5wjbmfmby1avmppix";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -14,7 +14,7 @@ mkDerivation {
testHaskellDepends = [ base blaze-html servant-server wai warp ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, QuickCheck, aeson, base, base-compat
, base64-bytestring, bytestring, constraints, containers, deepseq
, exceptions, fetchgit, free, hspec, hspec-discover, http-media
, http-types, lib, network-uri, safe, servant, sop-core
, template-haskell, text, transformers
}:
mkDerivation {
pname = "servant-client-core";
version = "0.19";
src = fetchgit {
url = "https://github.com/haskell-servant/servant";
sha256 = "0ck3l8nj42nan8abdzvkl4ynb2l9nhnsq2zjl24d7sgca860fi57";
rev = "7ae787371333556a7b84778631ed91d1d73e8370";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/servant-client-core/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson base base-compat base64-bytestring bytestring constraints
containers deepseq exceptions free http-media http-types
network-uri safe servant sop-core template-haskell text
transformers
];
testHaskellDepends = [ base base-compat deepseq hspec QuickCheck ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://docs.servant.dev/";
description = "Core functionality and class for client function generation for servant APIs";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, aeson, base, base-compat
, bytestring, containers, deepseq, entropy, exceptions, fetchgit
, hspec, hspec-discover, http-api-data, http-client, http-media
, http-types, kan-extensions, lib, markdown-unlit, monad-control
, mtl, network, semigroupoids, servant, servant-client-core
, servant-server, sop-core, stm, text, time, transformers
, transformers-base, transformers-compat, wai, warp
}:
mkDerivation {
pname = "servant-client";
version = "0.19";
src = fetchgit {
url = "https://github.com/haskell-servant/servant";
sha256 = "0ck3l8nj42nan8abdzvkl4ynb2l9nhnsq2zjl24d7sgca860fi57";
rev = "7ae787371333556a7b84778631ed91d1d73e8370";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/servant-client/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base-compat bytestring containers deepseq exceptions
http-client http-media http-types kan-extensions monad-control mtl
semigroupoids servant servant-client-core stm text time
transformers transformers-base transformers-compat
];
testHaskellDepends = [
aeson base base-compat bytestring entropy hspec http-api-data
http-client http-types HUnit kan-extensions markdown-unlit mtl
network QuickCheck servant servant-client-core servant-server
sop-core stm text transformers transformers-compat wai warp
];
testToolDepends = [ hspec-discover markdown-unlit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://docs.servant.dev/";
description = "Automatic derivation of querying functions for servant";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, aeson, aeson-pretty, base, base-compat, bytestring
, case-insensitive, hashable, http-media, http-types, lens, lib
, servant, string-conversions, tasty, tasty-golden, tasty-hunit
, text, transformers, universe-base, unordered-containers
}:
mkDerivation {
pname = "servant-docs";
version = "0.12";
sha256 = "632475d906e823325b01230453c2a357afa916b2410365290e5497811b956114";
revision = "5";
editedCabalFile = "191kb72gzyxr6w2a56775hhlckyg6ll9sasay7qqqg7mg7yvlfpn";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson aeson-pretty base base-compat bytestring case-insensitive
hashable http-media http-types lens servant string-conversions text
universe-base unordered-containers
];
executableHaskellDepends = [
aeson base lens servant string-conversions text
];
testHaskellDepends = [
aeson base base-compat lens servant string-conversions tasty
tasty-golden tasty-hunit transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://docs.servant.dev/";
description = "generate API docs for your servant webservice";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
......@@ -6,8 +6,8 @@ mkDerivation {
version = "0.0.1.0";
src = fetchgit {
url = "https://github.com/kleidukos/servant-effectful";
sha256 = "1vrp4883jsnq4rgdh89qhka6zs2q96bfxi3m1iaqvc7984g1pl64";
rev = "65e3041c6cfbc315b20ad22ca18f61dda104eec8";
sha256 = "0klxkjhyy8bcm7azdvhq75zfwga08s7fjxpqx5i7ljl04ac74hsi";
rev = "21b5a1d7cb209f3b4594167bb0b5a8d632c8a8e1";
fetchSubmodules = true;
};
isLibrary = true;
......@@ -22,7 +22,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, base-compat, fetchgit, hspec, hspec-discover
, http-types, lens, lib, servant, text
}:
mkDerivation {
pname = "servant-foreign";
version = "0.15.4";
src = fetchgit {
url = "https://github.com/haskell-servant/servant";
sha256 = "0ck3l8nj42nan8abdzvkl4ynb2l9nhnsq2zjl24d7sgca860fi57";
rev = "7ae787371333556a7b84778631ed91d1d73e8370";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/servant-foreign/; echo source root reset to $sourceRoot";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base-compat http-types lens servant text
];
testHaskellDepends = [ base hspec servant ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://docs.servant.dev/";
description = "Helpers for generating clients for servant APIs in any programming language";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file