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
  • jonge/horizon-platform
  • raoulhc/horizon-platform
  • package-sets/horizon-platform
Show changes
{ mkDerivation, base, ghc-prim, hashable, lib, template-haskell }:
mkDerivation {
pname = "OneTuple";
version = "0.3.1";
sha256 = "98853682d52fb4cc37a45cd186fbd77cf2565d3df5171acc4cf026427e103eef";
revision = "3";
editedCabalFile = "0g4siv8s6dlrdsivap2qy6ig08y5bjbs93jk192zmgkp8iscncpw";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ghc-prim template-haskell ];
testHaskellDepends = [ base hashable template-haskell ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Singleton Tuple";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, containers
, fixed
, half
, lib
, libGL
, text
, transformers
{ mkDerivation, base, bytestring, containers, fixed, half, lib
, libGL, text, transformers
}:
mkDerivation {
pname = "OpenGLRaw";
version = "3.3.4.1";
sha256 = "121abdea149ac74514efb2c1c1c319466757242d1b72a8bdf99d49535f06d31e";
revision = "2";
editedCabalFile = "1wrkv4ll7iag0a1liw6jqffhqg2nbfpdg1sa9dy88n9jli1jmikd";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
containers
fixed
half
text
transformers
base bytestring containers fixed half text transformers
];
librarySystemDepends = [ libGL ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -37,4 +25,4 @@ mkDerivation {
description = "A raw binding for the OpenGL graphics system";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, base
, bytestring
, deepseq
, filepath
, ghc
, ghc-boot
, hspec
, lib
, mtl
, parsec
, process
, template-haskell
, temporary
, text
, time
{ mkDerivation, HUnit, base, bytestring, deepseq, filepath, ghc
, hspec, lib, mtl, parsec, process, template-haskell, temporary
, text, time
}:
mkDerivation {
pname = "PyF";
version = "0.11.1.0";
sha256 = "8fd451ac23e5e63813c464e1a8ac98ba5c2fb11599441c80fe9ebc0186e61c1f";
version = "0.11.3.0";
sha256 = "9e595d33ad95f5ae73cfccd4c914220ac6eddeca68d6ecb24420563edc1d96db";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
ghc
ghc-boot
mtl
parsec
template-haskell
text
time
base bytestring ghc mtl parsec template-haskell text time
];
testHaskellDepends = [
base
bytestring
deepseq
filepath
hspec
HUnit
process
template-haskell
temporary
text
time
base bytestring deepseq filepath hspec HUnit process
template-haskell temporary text time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -57,4 +26,4 @@ mkDerivation {
description = "Quasiquotations for a python like interpolated string formatter";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, array
, base
, binary
, bytestring
, lib
, test-framework
, test-framework-quickcheck2
}:
mkDerivation {
pname = "SHA";
version = "1.6.4.4";
sha256 = "6bd950df6b11a3998bb1452d875d2da043ee43385459afc5f16d471d25178b44";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base binary bytestring ];
testHaskellDepends = [
array
base
binary
bytestring
QuickCheck
test-framework
test-framework-quickcheck2
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Implementations of the SHA suite of message digest functions";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, lib, stm, transformers }:
mkDerivation {
pname = "StateVar";
version = "1.2.2";
sha256 = "5e4b39da395656a59827b0280508aafdc70335798b50e5d6fd52596026251825";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base stm transformers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-opengl/StateVar";
description = "State variables";
license = lib.licenses.bsd3;
broken = false;
}
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base lazysmallcheck QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -17,4 +17,4 @@ mkDerivation {
description = "A library for manipulating infinite lists";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, bytestring
, containers
, criterion
, extra
, hashable
, hspec
, lib
, quickcheck-instances
{ mkDerivation, QuickCheck, base, bytestring, containers, criterion
, extra, hashable, hspec, lib, quickcheck-instances
, unordered-containers
}:
mkDerivation {
......@@ -21,24 +12,15 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
containers
extra
hashable
unordered-containers
base containers extra hashable unordered-containers
];
testHaskellDepends = [ base containers hspec QuickCheck ];
benchmarkHaskellDepends = [
base
bytestring
criterion
hashable
QuickCheck
quickcheck-instances
base bytestring criterion hashable QuickCheck quickcheck-instances
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -46,4 +28,4 @@ mkDerivation {
description = "It provides the functionality like unix \"uniq\" utility";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -10,7 +10,7 @@ mkDerivation {
libraryPkgconfigDepends = [ libXft ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Bindings to the Xft and some Xrender parts";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, base
, data-default-class
, lib
, libX11
, libXScrnSaver
, libXext
, libXinerama
, libXrandr
, libXrender
{ mkDerivation, base, data-default-class, lib, libX11
, libXScrnSaver, libXext, libXinerama, libXrandr, libXrender
}:
mkDerivation {
pname = "X11";
......@@ -18,16 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base data-default-class ];
librarySystemDepends = [
libX11
libXext
libXinerama
libXrandr
libXrender
libXScrnSaver
libX11 libXext libXinerama libXrandr libXrender libXScrnSaver
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -36,4 +23,4 @@ mkDerivation {
description = "A binding to the X11 graphics library";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, HUnit
, abstract-deque
, array
, base
, containers
, lib
, random
, test-framework
, test-framework-hunit
, time
{ mkDerivation, HUnit, abstract-deque, array, base, containers, lib
, random, test-framework, test-framework-hunit, time
}:
mkDerivation {
pname = "abstract-deque-tests";
......@@ -18,30 +9,16 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
abstract-deque
array
base
containers
HUnit
random
test-framework
test-framework-hunit
time
abstract-deque array base containers HUnit random test-framework
test-framework-hunit time
];
testHaskellDepends = [
abstract-deque
array
base
containers
HUnit
random
test-framework
test-framework-hunit
time
abstract-deque array base containers HUnit random test-framework
test-framework-hunit time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -50,4 +27,4 @@ mkDerivation {
description = "A test-suite for any queue or double-ended queue satisfying an interface";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, deepseq, lib }:
mkDerivation {
pname = "abstract-par";
version = "0.3.3";
sha256 = "248a8739bd902462cb16755b690b55660e196e58cc7e6ef8157a72c2a3d5d860";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/simonmar/monad-par";
description = "Type classes generalizing the functionality of the 'monad-par' library";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, lib
, mtl
, primitive
, random
, transformers
, transformers-compat
{ mkDerivation, QuickCheck, base, lens, lib, linear, semigroupoids
, semigroups, vector
}:
mkDerivation {
pname = "MonadRandom";
version = "0.5.3";
sha256 = "27184dadda0a49abac0208a1e6576b14217a60dc45b6839cd9e90af25ee00a9f";
pname = "active";
version = "0.2.1";
sha256 = "615758872a6d65546e27ddc0164822b56fd030ad00459c82c0492a3372e41394";
revision = "2";
editedCabalFile = "1diy29if7w1c9ckc465mrrb52fm0zmd8zzym1h5ryh5a58qafwhr";
editedCabalFile = "16gc6vksf5gn5v6m9zbiphb2bd2chbypk8iykn1y7ak3f8g30asn";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
mtl
primitive
random
transformers
transformers-compat
base lens linear semigroupoids semigroups vector
];
testHaskellDepends = [ base linear QuickCheck semigroups ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Random-number generation monad";
description = "Abstractions for animation";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, array
, base
, comonad
, containers
, contravariant
, distributive
, free
, generic-deriving
, hspec
, hspec-discover
, lib
, mtl
, profunctors
, semigroupoids
, semigroups
, tagged
, transformers
, transformers-compat
, void
}:
mkDerivation {
pname = "adjunctions";
version = "4.4.2";
sha256 = "147b5f8db810bca0ea8952ef974982ffc447cecd21f01e1ea1121df77e276518";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
comonad
containers
contravariant
distributive
free
mtl
profunctors
semigroupoids
semigroups
tagged
transformers
transformers-compat
void
];
testHaskellDepends = [ base distributive generic-deriving hspec ];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://github.com/ekmett/adjunctions/";
description = "Adjunctions and representable functors";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, aeson
, attoparsec
, base
, base-compat
, ghc-prim
, haskell-src-meta
, hspec
, hspec-discover
, lib
, parsec
, scientific
, template-haskell
, text
, vector
{ mkDerivation, aeson, attoparsec, base, base-compat, ghc-prim
, haskell-src-meta, hspec, hspec-discover, lib, parsec, scientific
, template-haskell, text, vector
}:
mkDerivation {
pname = "aeson-qq";
......@@ -22,35 +10,17 @@ mkDerivation {
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
attoparsec
base
base-compat
haskell-src-meta
parsec
scientific
template-haskell
text
vector
aeson attoparsec base base-compat haskell-src-meta parsec
scientific template-haskell text vector
];
testHaskellDepends = [
aeson
attoparsec
base
base-compat
ghc-prim
haskell-src-meta
hspec
parsec
scientific
template-haskell
text
vector
aeson attoparsec base base-compat ghc-prim haskell-src-meta hspec
parsec scientific template-haskell text vector
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -59,4 +29,4 @@ mkDerivation {
description = "JSON quasiquoter for Haskell";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, aeson
, base
, bytestring
, lib
, string-qq
, tasty
, tasty-discover
, tasty-hunit
, text
, unordered-containers
, vector
{ mkDerivation, aeson, base, bytestring, lib, string-qq, tasty
, tasty-discover, tasty-hunit, text, unordered-containers, vector
, yaml
}:
mkDerivation {
pname = "aeson-yaml";
version = "1.1.0.1";
sha256 = "44b44e2ea2d3c7def8e9e90b48fb0054b7a72f2edee2da8545eeef0614a0a11b";
revision = "3";
editedCabalFile = "11srm7kkslnicqvbk728kzpy58am8rz680f7l6axn2nfh5ykx8n6";
revision = "4";
editedCabalFile = "0yz6nml8lnd94iks9m0ma7x3sjs17djqh9h6krr52ikg69c4j2cy";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
aeson
base
bytestring
text
unordered-containers
vector
aeson base bytestring text unordered-containers vector
];
testHaskellDepends = [
aeson
base
bytestring
string-qq
tasty
tasty-hunit
unordered-containers
yaml
aeson base bytestring string-qq tasty tasty-hunit
unordered-containers yaml
];
testToolDepends = [ tasty-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -51,4 +30,4 @@ mkDerivation {
description = "Output any Aeson value as YAML (pure Haskell library)";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Diff
, OneTuple
, QuickCheck
, attoparsec
, base
, base-compat
, base-compat-batteries
, base-orphans
, base16-bytestring
, bytestring
, containers
, data-fix
, deepseq
, directory
, dlist
, filepath
, generic-deriving
, generically
, ghc-prim
, hashable
, indexed-traversable
, integer-logarithms
, lib
, primitive
, quickcheck-instances
, scientific
, semialign
, strict
, tagged
, tasty
, tasty-golden
, tasty-hunit
, tasty-quickcheck
, template-haskell
, text
, text-short
, th-abstraction
, these
, time
, time-compat
, unordered-containers
, uuid-types
, vector
, witherable
}:
mkDerivation {
pname = "aeson";
version = "2.1.0.0";
sha256 = "0a763ef5fa16da678e5a1ee8c394825b6723182a9a755709170edc08b8f73c94";
revision = "2";
editedCabalFile = "0yp12cmkj5sz25kxzn6g1fz2d6acbq5rvff5dg2wg5zkjwfkhzqj";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
attoparsec
base
base-compat-batteries
bytestring
containers
data-fix
deepseq
dlist
generically
ghc-prim
hashable
indexed-traversable
OneTuple
primitive
QuickCheck
scientific
semialign
strict
tagged
template-haskell
text
text-short
th-abstraction
these
time
time-compat
unordered-containers
uuid-types
vector
witherable
];
testHaskellDepends = [
attoparsec
base
base-compat
base-orphans
base16-bytestring
bytestring
containers
data-fix
Diff
directory
dlist
filepath
generic-deriving
generically
ghc-prim
hashable
indexed-traversable
integer-logarithms
OneTuple
primitive
QuickCheck
quickcheck-instances
scientific
strict
tagged
tasty
tasty-golden
tasty-hunit
tasty-quickcheck
template-haskell
text
text-short
these
time
time-compat
unordered-containers
uuid-types
vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell/aeson";
description = "Fast JSON parsing and encoding";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, array
, base
, containers
, directory
, happy
, lib
{ mkDerivation, array, base, containers, directory, happy, lib
, process
}:
mkDerivation {
pname = "alex";
version = "3.2.7.1";
sha256 = "9bd2f1a27e8f1b2ffdb5b2fbd3ed82b6f0e85191459a1b24ffcbef4e68a81bec";
version = "3.5.1.0";
sha256 = "c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07";
isLibrary = false;
isExecutable = true;
enableSeparateDataOutput = true;
......@@ -19,7 +13,7 @@ mkDerivation {
testHaskellDepends = [ base process ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -28,4 +22,4 @@ mkDerivation {
description = "Alex is a tool for generating lexical analysers in Haskell";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
......@@ -10,7 +10,7 @@ mkDerivation {
libraryPkgconfigDepends = [ alsa-lib ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -19,4 +19,4 @@ mkDerivation {
description = "Binding to the ALSA Library API (Exceptions)";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, alsa-core, alsa-lib, base, c2hs, lib, unix }:
mkDerivation {
pname = "alsa-mixer";
version = "0.3.0";
sha256 = "cb6a197de99c6b4339a7f552e1c6b71eaefa11bb96102d5ba4519a23c615de02";
version = "0.3.0.1";
sha256 = "a75c2807f33ee9076d4fa15d236af910774e35d5fcd714d61ba63301adaebd2f";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
......@@ -11,7 +11,7 @@ mkDerivation {
libraryToolDepends = [ c2hs ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -20,4 +20,4 @@ mkDerivation {
description = "Bindings to the ALSA simple mixer API";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation, base, colour, lib }:
mkDerivation {
pname = "ansi-terminal";
version = "0.11.3";
sha256 = "f4d563ecf71fb1d304bcdcad478d97efd9f61f6d9d4797a5d56e7722a92a9e6b";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base colour ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/UnkindPartition/ansi-terminal";
description = "Simple ANSI terminal support, with Windows compatibility";
license = lib.licenses.bsd3;
broken = false;
}