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 121 additions and 557 deletions
{ mkDerivation
, QuickCheck
, array
, base
, bytestring
, containers
, ghc-prim
, lib
, test-framework
, test-framework-quickcheck2
{ mkDerivation, QuickCheck, base, bytestring, lib, pretty
, test-framework, test-framework-quickcheck2, text, text-latin1
}:
mkDerivation {
pname = "cereal";
version = "0.5.8.3";
sha256 = "99905220661b26e5bd91130bd9772554938608a5b1d717240a6eb331121e0f6a";
pname = "text-printer";
version = "0.5.0.2";
sha256 = "b40929b1f0a1f4d0b43966f723ce3f6c64acba72763f222019bfae90197ef5e3";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
ghc-prim
base bytestring pretty text text-latin1
];
testHaskellDepends = [
base
bytestring
QuickCheck
test-framework
test-framework-quickcheck2
base QuickCheck test-framework test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/GaloisInc/cereal";
description = "A binary serialization library";
homepage = "https://github.com/mvv/text-printer";
description = "Abstract interface for text builders/printers";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, deepseq
, lib
, random
, tasty
, tasty-bench
, tasty-quickcheck
, text
, vector
{ mkDerivation, base, deepseq, lib, random, tasty, tasty-bench
, tasty-quickcheck, text, vector
}:
mkDerivation {
pname = "text-rope";
......@@ -21,7 +13,7 @@ mkDerivation {
benchmarkHaskellDepends = [ base random tasty-bench text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -30,4 +22,4 @@ mkDerivation {
description = "Text lines and ropes";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, deepseq
, hspec
, lib
, text
, vector
}:
mkDerivation {
pname = "text-zipper";
version = "0.12";
sha256 = "86aba7244c9ed0d8e24e9d1fa64ee317a062e7bd777018053517daefb0696702";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base deepseq text vector ];
testHaskellDepends = [ base hspec QuickCheck text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/jtdaugherty/text-zipper/";
description = "A text editor zipper library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib, primitive, random, time }:
mkDerivation {
pname = "tf-random";
version = "0.5";
sha256 = "2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base primitive random time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "High-quality splittable pseudorandom number generator";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, HUnit
, base
, containers
, ghc-prim
, hspec
, lib
, mtl
, ordered-containers
, syb
, template-haskell
, th-abstraction
, th-lift
, th-orphans
, transformers-compat
{ mkDerivation, HUnit, base, containers, ghc-prim, hspec, lib, mtl
, ordered-containers, syb, template-haskell, th-abstraction
, th-orphans, transformers-compat
}:
mkDerivation {
pname = "th-desugar";
version = "1.14";
sha256 = "dfb2d3c5f3ffec189452b1db7edb743b9b7b006cc16c19a9ece083de4bd8a7ac";
version = "1.17";
sha256 = "9f879fca6e952c75d53d4c923cf0162aaacca466cde71f1718147a7c72a20028";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
ghc-prim
mtl
ordered-containers
syb
template-haskell
th-abstraction
th-lift
th-orphans
transformers-compat
base containers ghc-prim mtl ordered-containers syb
template-haskell th-abstraction th-orphans transformers-compat
];
testHaskellDepends = [
base
containers
hspec
HUnit
mtl
syb
template-haskell
th-abstraction
th-lift
th-orphans
base containers ghc-prim hspec HUnit mtl syb template-haskell
th-abstraction th-orphans
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -57,4 +28,4 @@ mkDerivation {
description = "Functions to desugar Template Haskell";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, lib
, markdown-unlit
, template-haskell
, th-compat
}:
mkDerivation {
pname = "th-env";
version = "0.1.1";
sha256 = "fc01b166df6ba45f6ce157165eb786da208dbab41252fd81134f8ba02cf3f505";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base template-haskell th-compat ];
testHaskellDepends = [ base markdown-unlit ];
testToolDepends = [ markdown-unlit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/dzhus/th-env#readme";
description = "Template Haskell splices that expand to an environment variable";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, containers
, lib
, syb
, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "th-expand-syns";
version = "0.4.10.0";
sha256 = "f5455844e27578cf937c2eb670f15f6c10a45c29b2599e32bf308245360c9010";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
syb
template-haskell
th-abstraction
];
testHaskellDepends = [ base template-haskell th-abstraction ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/DanielSchuessler/th-expand-syns";
description = "Expands type synonyms in Template Haskell ASTs";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, ghc-prim
, lib
, template-haskell
, th-abstraction
}:
mkDerivation {
pname = "th-lift";
version = "0.8.2";
sha256 = "3a5927037a10ae63e605c02228c4027c32b7bab1985ae7b5379e6363b3cd5ce4";
revision = "2";
editedCabalFile = "1s95i774zy3q8yzk18ygdzhzky6wfcr7g55hd2g8h8lc05xzcdgi";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
ghc-prim
template-haskell
th-abstraction
];
testHaskellDepends = [ base ghc-prim template-haskell ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/RyanGlScott/th-lift";
description = "Derive Template Haskell's Lift class for datatypes";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, containers
, lib
, mtl
, safe
, template-haskell
, th-expand-syns
}:
mkDerivation {
pname = "th-reify-many";
version = "0.1.10";
sha256 = "9d250e61242f2fb887dedc9d28c0141832ff256e63bebc2bf5abff81037be4a5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
mtl
safe
template-haskell
th-expand-syns
];
testHaskellDepends = [ base template-haskell ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/mgsloan/th-reify-many";
description = "Recurseively reify template haskell datatype info";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, containers
, directory
, filepath
, hspec
, lib
, primitive
, syb
, template-haskell
, text
, th-abstraction
, th-orphans
, vector
}:
mkDerivation {
pname = "th-utilities";
version = "0.2.5.0";
sha256 = "4a0742a525e0ef22c993f1b6b693312bddcefe3afed9b6c519372d82931b97e1";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
directory
filepath
primitive
syb
template-haskell
text
th-abstraction
th-orphans
];
testHaskellDepends = [
base
bytestring
containers
directory
filepath
hspec
primitive
syb
template-haskell
text
th-abstraction
th-orphans
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/th-utilities#readme";
description = "Collection of useful functions for use with Template Haskell";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, deepseq, ghc-prim, lib }:
mkDerivation {
pname = "these-skinny";
version = "0.7.5";
sha256 = "726933193bb33d9731a2ed794c07c3ff8952fb0baef5ebbd7dc3b2a3e5746cd9";
revision = "1";
editedCabalFile = "1paqqcdbqr91gvvs0anq30pkdd37g70ql4v11lszl6dzjl6yy3d5";
version = "0.7.6";
sha256 = "d75354f221965bea97c3f97b019aadd406422416d8c300a34084fe39687ef41e";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ghc-prim ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -20,4 +18,4 @@ mkDerivation {
description = "A fork of the 'these' package without the dependency bloat";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, assoc, base, binary, deepseq, hashable, lib }:
mkDerivation {
pname = "these";
version = "1.1.1.1";
sha256 = "d798c9f56e17def441e8f51e54cc11afdb3e76c6a9d1e9ee154e9a78da0bf508";
revision = "6";
editedCabalFile = "12ll5l8m482qkb8zn79vx51bqlwc89fgixf8jv33a32b4qzc3499";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ assoc base binary deepseq hashable ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskellari/these";
description = "An either-or-both data type";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, Cabal
, HUnit
, base
, concurrent-extra
, lib
, stm
, test-framework
, test-framework-hunit
}:
mkDerivation {
pname = "threads";
version = "0.5.1.7";
sha256 = "e0f6fea09b99a2f84c98089c27c011077bf43f1e1977a5c43997e226d23142d0";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ base stm ];
testHaskellDepends = [
base
concurrent-extra
HUnit
stm
test-framework
test-framework-hunit
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/basvandijk/threads";
description = "Fork threads and wait for their result";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, HUnit
, base
, bifunctors
, blaze-builder
, bytestring
, containers
, criterion
, deepseq
, hashable
, hspec
, lib
, mmorph
, mtl
, parsec
, text
, transformers
{ mkDerivation, QuickCheck, aeson, attoparsec, base, bytestring
, containers, cpphs, criterion, deepseq, hashable, lib, mtl
, old-locale, profunctors, random, template-haskell, text, time
, vector, vector-space, vector-th-unbox
}:
mkDerivation {
pname = "lucid";
version = "2.11.1";
sha256 = "dcf57142ca1ad5e6dcecfaf4dba703031886c286f8b07ba8cd4470b077e6798e";
pname = "thyme";
version = "0.4";
sha256 = "81f4a70c8f987df9908b757ed7138291eead9b206cc7aedd7594b29f63c51325";
revision = "1";
editedCabalFile = "0wipmh3xcs00x8lbq5j780rdc2klfj67nzni21qc1pdbhr2whn9d";
editedCabalFile = "0y7xc8q2n8lbfi0q4isj29w5qdy3bjlb8yywdyajjp9k1kp23vnr";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
blaze-builder
bytestring
containers
hashable
mmorph
mtl
text
transformers
aeson attoparsec base bytestring containers deepseq hashable mtl
old-locale profunctors QuickCheck random template-haskell text time
vector vector-space vector-th-unbox
];
libraryToolDepends = [ cpphs ];
testHaskellDepends = [
base
bifunctors
hspec
HUnit
mtl
parsec
text
attoparsec base bytestring containers mtl old-locale profunctors
QuickCheck random text time vector-space
];
benchmarkHaskellDepends = [
base
blaze-builder
bytestring
criterion
deepseq
text
transformers
base criterion mtl old-locale profunctors QuickCheck random time
vector vector-space
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/chrisdone/lucid";
description = "Clear to write, read and edit DSL for HTML";
homepage = "https://github.com/fumieval/thyme";
description = "A faster time library";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, containers, lib }:
{ mkDerivation, base, lib, system-cxx-std-lib }:
mkDerivation {
pname = "dotgen";
version = "0.4.3";
sha256 = "da1c78f7daf0470465ce095fd0f3b3e8a4e4744d5b582a0f6e590a32522d96c9";
pname = "tidal-link";
version = "1.0.3";
sha256 = "e735e4d03b45eca259679583e8c704741235c5638455d3870cc0222fb4e41dfb";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers ];
libraryHaskellDepends = [ base system-cxx-std-lib ];
executableHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ku-fpg/dotgen";
description = "A simple interface for building .dot graph files.";
license = lib.licenses.bsd3;
homepage = "http://tidalcycles.org/";
description = "Ableton Link integration for Tidal";
license = lib.licenses.gpl3Only;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, bifunctors
, bytestring
, clock
, colour
, containers
, criterion
, deepseq
, exceptions
, hosc
, lib
, microspec
, mtl
, network
, parsec
, primitive
, random
, text
, transformers
, weigh
{ mkDerivation, base, bytestring, clock, colour, containers
, criterion, deepseq, exceptions, hosc, lib, microspec, mtl
, network, parsec, primitive, random, text, tidal-link
, transformers, weigh
}:
mkDerivation {
pname = "tidal";
version = "1.8.1";
sha256 = "093611c3d977bc5972a4446573de5358e80ef015185ed84ad27af82415040000";
version = "1.9.5";
sha256 = "7c28d38bb292c74f9b62f26f3750bc957813bb4441819c43040c18f8524775ea";
revision = "1";
editedCabalFile = "0mnxl1ynxf2cgqlrbkshw8qngiw7b6lf0lsjkd6hjhkh2xbxgxzx";
editedCabalFile = "1hp0r7mav7m6ga6lxjvw7lkhnw240a7pzc65s97k4kcax2ibvq96";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base
bifunctors
bytestring
clock
colour
containers
deepseq
exceptions
hosc
mtl
network
parsec
primitive
random
text
transformers
base bytestring clock colour containers deepseq exceptions hosc mtl
network parsec primitive random text tidal-link transformers
];
testHaskellDepends = [
base
containers
deepseq
hosc
microspec
parsec
base containers deepseq hosc microspec parsec
];
benchmarkHaskellDepends = [ base criterion weigh ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -67,4 +31,4 @@ mkDerivation {
description = "Pattern language for improvised music";
license = lib.licenses.gpl3Only;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, QuickCheck
, base
, base-compat
, base-orphans
, deepseq
, hashable
, lib
, tagged
, tasty
, tasty-hunit
, tasty-quickcheck
, time
}:
mkDerivation {
pname = "time-compat";
version = "1.9.6.1";
sha256 = "ad07bb00eb9678c2136d3680752b00acc4cbc522654bb3199bf31c61ef1e6b80";
revision = "4";
editedCabalFile = "1n39yfk21xz8y1xvkh01651yysk2zp5qac22l5pq2hi7scczmxaw";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
base-orphans
deepseq
hashable
time
];
testHaskellDepends = [
base
base-compat
deepseq
hashable
HUnit
QuickCheck
tagged
tasty
tasty-hunit
tasty-quickcheck
time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskellari/time-compat";
description = "Compatibility package for time";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, effectful-core
, fetchgit
, lib
, tasty
, tasty-hunit
, time
}:
mkDerivation {
pname = "time-effectful";
version = "0.0.1.0";
src = fetchgit {
url = "https://github.com/haskell-effectful/time-effectful";
sha256 = "12sir7ln4nfx9w5xz77g23jlfvhnwvv4gzw20czj6vbpak8zz3i1";
rev = "e212239b685e1ecf7ee95dd1e944cc563351907f";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base effectful-core time ];
testHaskellDepends = [
base
effectful-core
tasty
tasty-hunit
time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-effectful/time-effectful#readme";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, lib, old-locale, time }:
mkDerivation {
pname = "time-locale-compat";
version = "0.1.1.5";
sha256 = "07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base old-locale time ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/khibino/haskell-time-locale-compat";
description = "Compatibile module for time-format locale";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, auto-update, base, lib }:
mkDerivation {
pname = "time-manager";
version = "0.0.0";
sha256 = "90a616ed20b2119bb64f78f84230b6798cde22a35e87bc8d9ee08cdf1d90fcdb";
revision = "1";
editedCabalFile = "1hwcns6rnh27nngq616cl9x2pl6lm4zzrsbbv5vq6hl0a60qhqjv";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ auto-update base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/yesodweb/wai";
description = "Scalable timer";
license = lib.licenses.mit;
broken = false;
}