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 69 additions and 359 deletions
{ mkDerivation, aeson, base, bytestring, containers, dlist
, fetchgit, free, ghc-prim, hashable, lib, microlens, mtl
, network-uri, scientific, tagged, tasty, tasty-hunit, text, time
, vector, vector-sized
{ mkDerivation, aeson, base, bytestring, containers, dlist, free
, ghc-prim, hashable, lib, microlens, mtl, network-uri, scientific
, tagged, tasty, tasty-hunit, text, time, vector, vector-sized
}:
mkDerivation {
pname = "beam-core";
version = "0.10.1.0";
src = fetchgit {
url = "https://github.com/haskell-beam/beam";
sha256 = "0mzik3yy8hsj7qkw43j7nsn1gxd2lpdn5s5826zi9vhpvs7gdyn4";
rev = "96e35be86dfffe4aa0b8190f7b8656e30cb36301";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/beam-core/; echo source root reset to $sourceRoot";
sha256 = "303477810d9fa366610a1063fc3316d5441b1a5291c8eb6fa900343e8ac93340";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -26,7 +19,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, aeson, base, beam-core, bytestring, containers
, deepseq, dependent-map, dependent-sum, fetchgit, free, ghc-prim
, hashable, haskell-src-exts, lib, microlens, mtl, parallel, pqueue
, pretty, scientific, text, time, unordered-containers, uuid-types
, vector
, deepseq, dependent-map, dependent-sum, free, ghc-prim, hashable
, haskell-src-exts, lib, microlens, mtl, parallel, pqueue, pretty
, scientific, text, time, unordered-containers, uuid-types, vector
}:
mkDerivation {
pname = "beam-migrate";
version = "0.5.2.0";
src = fetchgit {
url = "https://github.com/haskell-beam/beam";
sha256 = "0mzik3yy8hsj7qkw43j7nsn1gxd2lpdn5s5826zi9vhpvs7gdyn4";
rev = "96e35be86dfffe4aa0b8190f7b8656e30cb36301";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/beam-migrate/; echo source root reset to $sourceRoot";
version = "0.5.2.1";
sha256 = "ccbb4685eee3e0067ae0de3b8a2204641a6b8041010612055afb1d79591af499";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -25,7 +18,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, aeson, attoparsec, base, beam-core, beam-migrate
, bytestring, case-insensitive, conduit, fetchgit, free, hashable
, bytestring, case-insensitive, conduit, free, hashable
, haskell-src-exts, hedgehog, lib, lifted-base, monad-control, mtl
, network-uri, postgresql-libpq, postgresql-simple, scientific
, tagged, tasty, tasty-hunit, text, time, tmp-postgres
......@@ -7,14 +7,8 @@
}:
mkDerivation {
pname = "beam-postgres";
version = "0.5.3.0";
src = fetchgit {
url = "https://github.com/haskell-beam/beam";
sha256 = "0mzik3yy8hsj7qkw43j7nsn1gxd2lpdn5s5826zi9vhpvs7gdyn4";
rev = "96e35be86dfffe4aa0b8190f7b8656e30cb36301";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/beam-postgres/; echo source root reset to $sourceRoot";
version = "0.5.3.1";
sha256 = "36905a02af208dc7755b496ee4afd409d1a769b46c52c5501ade7191137feaa5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -31,7 +25,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, aeson, attoparsec, base, beam-core, beam-migrate
, bytestring, dlist, fetchgit, free, hashable, lib, monad-control
, mtl, network-uri, scientific, sqlite-simple, tasty
, bytestring, dlist, free, hashable, lib, monad-control, mtl
, network-uri, scientific, sqlite-simple, tasty
, tasty-expected-failure, tasty-hunit, text, time
, transformers-base, unix
}:
mkDerivation {
pname = "beam-sqlite";
version = "0.5.2.0";
src = fetchgit {
url = "https://github.com/haskell-beam/beam";
sha256 = "0mzik3yy8hsj7qkw43j7nsn1gxd2lpdn5s5826zi9vhpvs7gdyn4";
rev = "96e35be86dfffe4aa0b8190f7b8656e30cb36301";
fetchSubmodules = true;
};
postUnpack = "sourceRoot+=/beam-sqlite/; echo source root reset to $sourceRoot";
version = "0.5.3.0";
sha256 = "a49a443524b202576da6a81297e05ae3dd69d5d4bfc494084bd28464bac41614";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -28,7 +22,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
......@@ -3,8 +3,8 @@
}:
mkDerivation {
pname = "bech32-th";
version = "1.1.1";
sha256 = "3346a2539bfafd2e4cb8ca775a0c4aeb5636f52af4a9b0a8c22478b393558814";
version = "1.1.7";
sha256 = "36447a7184fa9032bafa4fe782b2b6ac2c4f7abef1de251a11563bfb3693e128";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -13,7 +13,7 @@ mkDerivation {
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, QuickCheck, array, base, base58-bytestring
, bytestring, containers, deepseq, extra, hspec, hspec-discover
, lib, memory, optparse-applicative, process, text, vector
, lib, memory, optparse-applicative, prettyprinter
, prettyprinter-ansi-terminal, process, text, vector
}:
mkDerivation {
pname = "bech32";
version = "1.1.2";
sha256 = "489e1922dce97ce59f72d87b17480eb0087b6661d4bcb7be124e027abcb7d2c7";
version = "1.1.7";
sha256 = "ef6e4885319ccff679282820b9312da6f415b46f1f72ff23a53577b9984e87e2";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -14,7 +15,7 @@ mkDerivation {
];
executableHaskellDepends = [
base base58-bytestring bytestring extra memory optparse-applicative
text
prettyprinter prettyprinter-ansi-terminal text
];
testHaskellDepends = [
base base58-bytestring bytestring containers deepseq extra hspec
......@@ -23,7 +24,7 @@ mkDerivation {
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, QuickCheck, assoc, base, comonad, containers
, foldable1-classes-compat, hspec, hspec-discover, lib, tagged
, template-haskell, th-abstraction, transformers
, transformers-compat
}:
mkDerivation {
pname = "bifunctors";
version = "5.6.1";
sha256 = "06381471b5be16516a1b2c4b21a5101a3d991038bface8e0cad144c0044d57fc";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
assoc base comonad containers foldable1-classes-compat tagged
template-haskell th-abstraction transformers
];
testHaskellDepends = [
base hspec QuickCheck template-haskell transformers
transformers-compat
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/bifunctors/";
description = "Bifunctors";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, containers, deepseq, exceptions
, lib, template-haskell
}:
mkDerivation {
pname = "bimap";
version = "0.5.0";
sha256 = "b0b44b0f2eaceb83f46dfa3d1747e080c45204c64d18bb9e63747299266f0c95";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers deepseq exceptions ];
testHaskellDepends = [
base containers deepseq exceptions QuickCheck template-haskell
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/joelwilliamson/bimap";
description = "Bidirectional mapping between two key types";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, QuickCheck, base, boring, dec, deepseq, fin
, hashable, lib, some
}:
mkDerivation {
pname = "bin";
version = "0.1.3";
sha256 = "fb9cf773bd6e36802748c538696187fe66efbc817c52bfe2f6cfdeff75126d92";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base boring dec deepseq fin hashable QuickCheck some
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/vec";
description = "Bin: binary natural numbers";
license = lib.licenses.gpl2Plus;
broken = false;
}
\ No newline at end of file
{ mkDerivation, OneTuple, QuickCheck, base, binary, lib
, quickcheck-instances, tagged, tasty, tasty-quickcheck
, transformers
}:
mkDerivation {
pname = "binary-orphans";
version = "1.0.4.1";
sha256 = "5f5b789bc86d25bbd054b86b2d9a6a03f4ac0dd480f283564b6d6465cfa2f0d2";
revision = "2";
editedCabalFile = "1q9fbn41fi4wfk8mrm9izy5jna86gmy7gxhz94crqfhp5f89v58l";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base binary transformers ];
testHaskellDepends = [
base binary OneTuple QuickCheck quickcheck-instances tagged tasty
tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Compatibility package for binary; provides instances";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, base-compat, bytestring, directory, filepath
, hspec, lib, logging-facade, temporary
{ mkDerivation, base, base-prelude, bytestring, lib, mtl, tasty
, tasty-hunit, tasty-quickcheck, text, transformers
}:
mkDerivation {
pname = "mockery";
version = "0.3.5";
sha256 = "b7a1edacd3d32dc7f0e28c67877209d3ca3551d1da186f6445f825f3477dd727";
pname = "binary-parser";
version = "0.5.7.6";
sha256 = "6a2dc0572f45ae360248e547a386f15fab6a2d4d9102c0749137dd18c518ed68";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base base-compat bytestring directory filepath logging-facade
temporary
];
libraryHaskellDepends = [ base bytestring mtl text transformers ];
testHaskellDepends = [
base base-compat bytestring directory filepath hspec logging-facade
temporary
base-prelude bytestring tasty tasty-hunit tasty-quickcheck
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Support functions for automated testing";
homepage = "https://github.com/nikita-volkov/binary-parser";
description = "An efficient but limited parser API specialised to bytestrings";
license = lib.licenses.mit;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, bytestring, containers, deepseq, ghc-bignum
, lib, primitive, quickcheck-classes, quickcheck-classes-base
, random, tasty, tasty-bench, tasty-quickcheck, vector
}:
mkDerivation {
pname = "bitvec";
version = "1.1.4.0";
sha256 = "68f0b1e01604ca8bdeaef47b3621faec456d6f76d6820a321eccd4d3749454a8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bytestring deepseq ghc-bignum primitive vector
];
testHaskellDepends = [
base ghc-bignum primitive quickcheck-classes
quickcheck-classes-base tasty tasty-quickcheck vector
];
benchmarkHaskellDepends = [
base containers ghc-bignum random tasty tasty-bench vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Bodigrim/bitvec";
description = "Space-efficient bit vectors";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, base, bytestring, deepseq
, ghc-prim, lib, test-framework, test-framework-hunit
, test-framework-quickcheck2, text, utf8-string
}:
mkDerivation {
pname = "blaze-builder";
version = "0.4.2.2";
sha256 = "2cdc998c021d3a5f2a66a95138b93386271c26a117e7676d78264a90e536af67";
revision = "1";
editedCabalFile = "026vxh94h2hwncy1mn51xzfpnhj8ijp5xc8fpq7dwc63fkrps0gh";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring deepseq ghc-prim text ];
testHaskellDepends = [
base bytestring HUnit QuickCheck test-framework
test-framework-hunit test-framework-quickcheck2 text utf8-string
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/blaze-builder/blaze-builder";
description = "Efficient buffered output";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, base, blaze-builder
, blaze-markup, bytestring, containers, lib, test-framework
, test-framework-hunit, test-framework-quickcheck2, text
}:
mkDerivation {
pname = "blaze-html";
version = "0.9.1.2";
sha256 = "60503f42546c6c1b954014d188ea137e43d74dcffd2bf6157c113fd91a0c394c";
revision = "2";
editedCabalFile = "1hjxvz62wlg0x7svc51zascgc96f5ly9xkkiyllgb4aqcvx9zf3l";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base blaze-builder blaze-markup bytestring text
];
testHaskellDepends = [
base blaze-builder blaze-markup bytestring containers HUnit
QuickCheck test-framework test-framework-hunit
test-framework-quickcheck2 text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://jaspervdj.be/blaze";
description = "A blazingly fast HTML combinator library for Haskell";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, HUnit, QuickCheck, base, blaze-builder, bytestring
, containers, lib, tasty, tasty-hunit, tasty-quickcheck, text
}:
mkDerivation {
pname = "blaze-markup";
version = "0.8.2.8";
sha256 = "43fc3f6872dc8d1be8d0fe091bd4775139b42179987f33d6490a7c5f1e07a349";
revision = "4";
editedCabalFile = "1vlyk6nw2i9bbrvzdq42cd2583lfc8i9rcgmqcvdz5rkp47hbzm8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base blaze-builder bytestring text ];
testHaskellDepends = [
base blaze-builder bytestring containers HUnit QuickCheck tasty
tasty-hunit tasty-quickcheck text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://jaspervdj.be/blaze";
description = "A blazingly fast markup combinator library for Haskell";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, base, blaze-markup, lib, mtl }:
mkDerivation {
pname = "blaze-svg";
version = "0.3.6.1";
sha256 = "f6a4f1bba1e973b336e94de73369f4562778fde43b6ac7c0b32d6a501527aa60";
version = "0.3.7";
sha256 = "4c7c61e67381eeefa30b563004ae639679651aaac499a37ca457d49d7fe8165f";
revision = "1";
editedCabalFile = "1vb78d0nvk0909963pm0mnzklcm57w563lhgx1wv7qzdfznpi8f9";
editedCabalFile = "0szq7fnck2fchhck7984zar92da2lc63gjy4p7zx0975jxx0xrg9";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base blaze-markup mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/deepakjois/blaze-svg";
homepage = "https://github.com/diagrams/blaze-svg";
description = "SVG combinator library";
license = lib.licenses.bsd3;
broken = false;
......
......@@ -19,7 +19,7 @@ mkDerivation {
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, base, lib, tagged, transformers }:
mkDerivation {
pname = "boring";
version = "0.2.1";
sha256 = "b1ffddf0f9d50ac8742aa01b270856d57937cc8f7aae783e3b5f3abee7aa3154";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base tagged transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/phadej/boring";
description = "Boring and Absurd types";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file
{ mkDerivation, ansi-terminal, base, containers, ghc, haskeline
, lib, mtl, pretty-simple, tasty, tasty-hunit, template-haskell
, text, transformers
{ mkDerivation, ansi-terminal, base, containers, deepseq, ghc
, haskeline, lib, mtl, pretty-simple, tasty, tasty-hunit
, template-haskell, text, transformers
}:
mkDerivation {
pname = "breakpoint";
version = "0.1.2.1";
sha256 = "059ac45a5d9e650d61db8167062636f0029ac6ff3c27b1fa3faccc5c195b43ae";
version = "0.1.4.0";
sha256 = "c6e16075aa198796bfce24608682913e1546b2d941217961c9a8b6c6fb8ecf11";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal base containers ghc haskeline mtl pretty-simple
template-haskell text transformers
ansi-terminal base containers deepseq ghc haskeline mtl
pretty-simple template-haskell text transformers
];
testHaskellDepends = [ base containers tasty tasty-hunit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
{ mkDerivation, QuickCheck, base, bimap, bytestring, config-ini
, containers, data-clist, deepseq, directory, exceptions, filepath
, lib, microlens, microlens-mtl, microlens-th, mtl, stm
, template-haskell, text, text-zipper, unix, vector, vty, word-wrap
}:
mkDerivation {
pname = "brick";
version = "1.9";
sha256 = "e34b6dbe715d97fe92fa3d54e6e5ac715e19be8e4a97acaf2c60bf85f0ab6e08";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bimap bytestring config-ini containers data-clist deepseq
directory exceptions filepath microlens microlens-mtl microlens-th
mtl stm template-haskell text text-zipper unix vector vty word-wrap
];
testHaskellDepends = [
base containers microlens QuickCheck vector vty
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jtdaugherty/brick/";
description = "A declarative terminal user interface library";
license = lib.licenses.bsd3;
broken = false;
}
\ No newline at end of file