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
Showing with 41 additions and 777 deletions
{ mkDerivation
, QuickCheck
, base
, deepseq
, hashable
, lib
, quickcheck-instances
, rerebase
, semigroupoids
, tasty
, tasty-hunit
, tasty-quickcheck
{ mkDerivation, base, deepseq, hashable, lib, rerebase
, semigroupoids, tasty, tasty-quickcheck
}:
mkDerivation {
pname = "strict-list";
version = "0.1.7";
sha256 = "70cd8accb5e1f68273b07c6cfe64e27f08815df59e2606bc5ed6f2fdcbb20e36";
version = "0.1.7.5";
sha256 = "c3e3ff3e3f7bee7eff26511c92c26c14b8ac7cbdefba7fb9e24c4aa4ff01236b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base deepseq hashable semigroupoids ];
testHaskellDepends = [
QuickCheck
quickcheck-instances
rerebase
tasty
tasty-hunit
tasty-quickcheck
];
testHaskellDepends = [ rerebase tasty tasty-quickcheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -38,4 +21,4 @@ mkDerivation {
description = "Strict linked list";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, assoc
, base
, binary
, bytestring
, deepseq
, ghc-prim
, hashable
, lib
, text
, these
, transformers
}:
mkDerivation {
pname = "strict";
version = "0.4.0.1";
sha256 = "dff6abc08ad637e51891bb8b475778c40926c51219eda60fd64f0d9680226241";
revision = "4";
editedCabalFile = "0pdzqhy7z70m8gxcr54jf04qhncl1jbvwybigb8lrnxqirs5l86n";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
assoc
base
binary
bytestring
deepseq
ghc-prim
hashable
text
these
transformers
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/haskell-strict/strict";
description = "Strict data types and String IO";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, lib
, quickcheck-instances
, tasty
, tasty-quickcheck
, text
{ mkDerivation, base, bytestring, lib, quickcheck-instances, tasty
, tasty-quickcheck, text
}:
mkDerivation {
pname = "string-conv";
......@@ -16,16 +10,11 @@ mkDerivation {
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text ];
testHaskellDepends = [
base
bytestring
quickcheck-instances
tasty
tasty-quickcheck
text
base bytestring quickcheck-instances tasty tasty-quickcheck text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -34,4 +23,4 @@ mkDerivation {
description = "Standardized conversion between string types";
license = lib.licenses.bsd3;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, QuickCheck
, base
, bytestring
, deepseq
, hspec
, lib
, quickcheck-instances
, text
, utf8-string
}:
mkDerivation {
pname = "string-conversions";
version = "0.4.0.1";
sha256 = "46bcce6d9ce62c558b7658a75d9c6a62f7259d6b0473d011d8078234ad6a1994";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring text utf8-string ];
testHaskellDepends = [
base
bytestring
deepseq
hspec
QuickCheck
quickcheck-instances
text
utf8-string
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/soenkehahn/string-conversions#readme";
description = "Simplifies dealing with different types for strings";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, bytestring
, criterion
, deepseq
, formatting
, haskell-src-exts
, haskell-src-meta
, hspec
, hspec-core
, interpolate
, lib
, neat-interpolation
, quickcheck-instances
, quickcheck-text
, quickcheck-unicode
, split
, template-haskell
, text
, text-conversions
, unordered-containers
, utf8-string
}:
mkDerivation {
pname = "string-interpolate";
version = "0.3.1.2";
sha256 = "17c214e2a644c433d79e3d6b9e5dab9077d79be9de4b9e208308e3196b82b73e";
revision = "1";
editedCabalFile = "1nrpng7r59a25z4qns8vy26rvp1wgn5f4bs8ism40q66ags8f2ad";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
haskell-src-exts
haskell-src-meta
split
template-haskell
text
text-conversions
utf8-string
];
testHaskellDepends = [
base
bytestring
hspec
hspec-core
QuickCheck
quickcheck-instances
quickcheck-text
quickcheck-unicode
template-haskell
text
unordered-containers
];
benchmarkHaskellDepends = [
base
bytestring
criterion
deepseq
formatting
interpolate
neat-interpolation
QuickCheck
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://gitlab.com/williamyaoh/string-interpolate/blob/master/README.md";
description = "Haskell string/text/bytestring interpolation that just works";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, HUnit, base, lib, template-haskell, text }:
mkDerivation {
pname = "string-qq";
version = "0.0.4";
sha256 = "c85b9c1e27596ea8e765e4b630b7be53c331c51b680ad46cc2d248d3099fdd71";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base template-haskell ];
testHaskellDepends = [ base HUnit text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "QuasiQuoter for non-interpolated strings, texts and bytestrings";
license = lib.licenses.publicDomain;
broken = false;
}
{ mkDerivation, QuickCheck, base, hspec, lib }:
mkDerivation {
pname = "stringbuilder";
version = "0.5.1";
sha256 = "d878bdc4da806dbce5ab684ef13d2634c17c15b991d0ed3bb25a331eba6603ba";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base hspec QuickCheck ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "A writer monad for multi-line string literals";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, array, base, bytestring, containers, lib }:
mkDerivation {
pname = "stringsearch";
version = "0.3.6.6";
sha256 = "295f1971920bc52263d8275d7054ad223a7e1aefe75533f9887735c9644ffe4a";
revision = "1";
editedCabalFile = "0z5pz5dccapz9k39r2zmf056m0x2m2lj3jahhnw3mfxlmps07378";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ array base bytestring containers ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://bitbucket.org/dafis/stringsearch";
description = "Fast searching, splitting and replacing of ByteStrings";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, bytestring
, directory
, filepath
, hspec
, lib
, temporary
, text
, unix-compat
{ mkDerivation, aeson, base, bytestring, ghc-prim, http-client
, http-conduit, http-types, lib, mtl, scientific, text, time
, transformers, unordered-containers, vector
}:
mkDerivation {
pname = "atomic-write";
version = "0.2.0.7";
sha256 = "b5f5c77884bc0332306fab89acf1c8a8582d76eabaa303c91b1c4072621c960d";
pname = "stripeapi";
version = "3.0.0.0";
sha256 = "3b6061fc1e6330cb238ab3a8a48191b7f7f6744c8f746a36aab410c8aeef625b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
directory
filepath
temporary
text
unix-compat
];
testHaskellDepends = [
base
bytestring
filepath
hspec
temporary
text
unix-compat
aeson base bytestring ghc-prim http-client http-conduit http-types
mtl scientific text time transformers unordered-containers vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/stackbuilders/atomic-write";
description = "Atomically write to a file";
homepage = "https://github.com/Haskell-OpenAPI-Code-Generator/Stripe-Haskell-Library#readme";
description = "Stripe-Library";
license = lib.licenses.mit;
broken = false;
}
}
\ No newline at end of file
......@@ -9,7 +9,7 @@ mkDerivation {
libraryHaskellDepends = [ base bytestring text ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......@@ -18,4 +18,4 @@ mkDerivation {
description = "Bindings to the sundown markdown library";
license = lib.licenses.publicDomain;
broken = false;
}
}
\ No newline at end of file
{ mkDerivation
, Cabal
, Glob
, HUnit
, QuickCheck
, aeson
, aeson-pretty
, base
, base-compat-batteries
, bytestring
, cabal-doctest
, containers
, cookie
, doctest
, generics-sop
, hashable
, hspec
, hspec-discover
, http-media
, insert-ordered-containers
, lens
, lib
, mtl
, network
, optics-core
, optics-th
, quickcheck-instances
, scientific
, template-haskell
, text
, time
, transformers
, unordered-containers
, utf8-string
, uuid-types
, vector
}:
mkDerivation {
pname = "swagger2";
version = "2.8.5";
sha256 = "660787d11c0aebd6668dcace2414d54e42fbb63dd703cd2491fb9bab4f31299b";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
aeson
aeson-pretty
base
base-compat-batteries
bytestring
containers
cookie
generics-sop
hashable
http-media
insert-ordered-containers
lens
mtl
network
optics-core
optics-th
QuickCheck
scientific
template-haskell
text
time
transformers
unordered-containers
uuid-types
vector
];
testHaskellDepends = [
aeson
base
base-compat-batteries
bytestring
containers
doctest
Glob
hashable
hspec
HUnit
insert-ordered-containers
lens
mtl
QuickCheck
quickcheck-instances
template-haskell
text
time
unordered-containers
utf8-string
vector
];
testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/GetShopTV/swagger2";
description = "Swagger 2.0 data model";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, containers, lib, mtl, tasty, tasty-hunit }:
mkDerivation {
pname = "syb";
version = "0.7.2.1";
sha256 = "1807c66f77e66786739387f0ae9f16d150d1cfa9d626afcb729f0e9b442a8d96";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [ base containers mtl tasty tasty-hunit ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "http://www.cs.uu.nl/wiki/GenericProgramming/SYB";
description = "Scrap Your Boilerplate";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, base
, filepath
, lib
, optparse-applicative
, path
, path-io
}:
mkDerivation {
pname = "sydtest-discover";
version = "0.0.0.2";
sha256 = "fbc0b1a7bae9a40e9aec7bda706c11f6bb6cbefc840ad2ee350380cb925459d9";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
filepath
optparse-applicative
path
path-io
];
executableHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/sydtest#readme";
description = "Automatic test suite discovery for sydtest";
license = "unknown";
broken = false;
}
{ mkDerivation
, Diff
, MonadRandom
, QuickCheck
, async
, autodocodec
, autodocodec-yaml
, base
, bytestring
, containers
, dlist
, envparse
, filepath
, lib
, mtl
, optparse-applicative
, path
, path-io
, pretty-show
, quickcheck-io
, random
, random-shuffle
, safe
, safe-coloured-text
, safe-coloured-text-terminfo
, split
, stm
, sydtest-discover
, text
}:
mkDerivation {
pname = "sydtest";
version = "0.13.0.0";
sha256 = "856583d832d8b9e52a4d0ba6290b70e984ad1663cb300464961800ea8c2f4a57";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
async
autodocodec
autodocodec-yaml
base
bytestring
containers
Diff
dlist
envparse
filepath
MonadRandom
mtl
optparse-applicative
path
path-io
pretty-show
QuickCheck
quickcheck-io
random
random-shuffle
safe
safe-coloured-text
safe-coloured-text-terminfo
split
stm
text
];
testHaskellDepends = [
base
bytestring
path
path-io
QuickCheck
random
safe-coloured-text
stm
text
];
testToolDepends = [ sydtest-discover ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/NorfairKing/sydtest#readme";
description = "A modern testing framework for Haskell with good defaults and advanced testing features";
license = "unknown";
broken = false;
}
{ mkDerivation
, base
, bytestring
, chell
, lib
, system-filepath
, temporary
, text
, time
, transformers
, unix
}:
mkDerivation {
pname = "system-fileio";
version = "0.3.16.4";
sha256 = "34e58b88a19a69ff1a559e211af6edb596e33ee1b1d5f44490febf325c78c6c7";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base
bytestring
system-filepath
text
time
unix
];
testHaskellDepends = [
base
bytestring
chell
system-filepath
temporary
text
time
transformers
unix
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/haskell-filesystem";
description = "Consistent filesystem interaction across GHC versions (deprecated)";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation
, Cabal
, QuickCheck
, base
, bytestring
, chell
, chell-quickcheck
, deepseq
, lib
, text
}:
mkDerivation {
pname = "system-filepath";
version = "0.4.14";
sha256 = "1656ce3c0d585650784ceb3f794748286e19fb635f557e7b29b0897f8956d993";
revision = "1";
editedCabalFile = "18llfvisghrn9w9yfgacqn51gs50a0lngah3bmg852h0swj7vkp8";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
setupHaskellDepends = [ base Cabal ];
libraryHaskellDepends = [ base bytestring deepseq text ];
testHaskellDepends = [
base
bytestring
chell
chell-quickcheck
QuickCheck
text
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/fpco/haskell-filesystem";
description = "High-level, byte-based file and directory path manipulations (deprecated)";
license = lib.licenses.mit;
broken = false;
}
{ mkDerivation, base, csv, html, lib, mtl }:
mkDerivation {
pname = "tabular";
version = "0.2.2.8";
sha256 = "cb7d06eaec7945cd77db2380ed4a9b7a048c5f6abcfba766c328228be033237d";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base csv html mtl ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/bgamari/tabular";
description = "Two-dimensional data tables with rendering functions";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, base
, bytestring
, containers
, deepseq
, directory
, lib
, process
, text
, time
}:
mkDerivation {
pname = "tagsoup";
version = "0.14.8";
sha256 = "ba7e5500d853d29f0675b90655b7fdd032a4a7eee82a56e7ee3ef9949fe93ad5";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base bytestring containers text ];
testHaskellDepends = [
base
bytestring
deepseq
directory
process
QuickCheck
time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/ndmitchell/tagsoup#readme";
description = "Parsing and extracting information from (possibly malformed) HTML/XML documents";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation
, QuickCheck
, array
, base
, bytestring
, containers
, deepseq
, directory
, fetchgit
, filepath
, lib
, tasty
, tasty-bench
, tasty-quickcheck
, time
}:
mkDerivation {
pname = "tar";
version = "0.6.0.0";
src = fetchgit {
url = "https://github.com/locallycompact/tar";
sha256 = "1602fyzgsf5i6lrl6jv8x00qdbm37025ms87ncl7b30dcj2dvqh7";
rev = "107c0b78524acfd0e77e767b83073492008bea0c";
fetchSubmodules = true;
};
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
array
base
bytestring
containers
deepseq
directory
filepath
time
];
testHaskellDepends = [
array
base
bytestring
containers
deepseq
directory
filepath
QuickCheck
tasty
tasty-quickcheck
time
];
benchmarkHaskellDepends = [
array
base
bytestring
containers
deepseq
directory
filepath
tasty-bench
time
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "Reading, writing and manipulating \".tar\" archive files.";
license = lib.licenses.bsd3;
broken = false;
}
{ mkDerivation, base, containers, deepseq, lib, tasty }:
mkDerivation {
pname = "tasty-bench";
version = "0.3.2";
sha256 = "c83a3d3c37bb652274d062857616a9d1871031e624f5f7139e1cbbf1f47b2249";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base containers deepseq tasty ];
benchmarkHaskellDepends = [ base ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/Bodigrim/tasty-bench";
description = "Featherlight benchmark framework";
license = lib.licenses.mit;
broken = false;
}