hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1 from Hackage revision
8d69413ed8
.
This commit is contained in:
parent
b70f4ff218
commit
e797f37d02
401
pkgs/development/haskell-modules/hackage-packages.nix
generated
401
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -5017,10 +5017,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "Euterpea";
|
pname = "Euterpea";
|
||||||
version = "2.0.5";
|
version = "2.0.6";
|
||||||
sha256 = "186r8a2829sqx4l6n80vifc7g8b5ap66jl3hnqdwzg7s2c0r9saq";
|
sha256 = "0smaa34s0yz90q4qx104glyx8s93k6vn6r60m6aq9infm7rkffxw";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "1fy3f610i8nwfipfm1dxgb8807k1vix9d65rgn59k579390xfvw8";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array arrows base bytestring containers deepseq ghc-prim HCodecs
|
array arrows base bytestring containers deepseq ghc-prim HCodecs
|
||||||
heap PortMidi random stm
|
heap PortMidi random stm
|
||||||
@ -5451,6 +5449,22 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"Fin_0_2_6_0" = callPackage
|
||||||
|
({ mkDerivation, alg, base, foldable1, natural-induction, peano
|
||||||
|
, universe-base
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "Fin";
|
||||||
|
version = "0.2.6.0";
|
||||||
|
sha256 = "18qc3ih3l9zd13knxxsh657iq3c742pfaz4i45bq1ir60qwjqmhw";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
alg base foldable1 natural-induction peano universe-base
|
||||||
|
];
|
||||||
|
description = "Finite totally-ordered sets";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"Finance-Quote-Yahoo" = callPackage
|
"Finance-Quote-Yahoo" = callPackage
|
||||||
({ mkDerivation, base, bytestring, http-conduit, network
|
({ mkDerivation, base, bytestring, http-conduit, network
|
||||||
, old-locale, time
|
, old-locale, time
|
||||||
@ -13157,8 +13171,8 @@ self: {
|
|||||||
({ mkDerivation, base }:
|
({ mkDerivation, base }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "NoTrace";
|
pname = "NoTrace";
|
||||||
version = "0.3.0.2";
|
version = "0.3.0.3";
|
||||||
sha256 = "0nqjjhfycvalva0l660cxgqj793kcsyb75rd3dlp58d2i947isir";
|
sha256 = "0cdva0d5xp0fw4jfwmhaz8m4pm1d00wazg32hcqjli4blc9s1hvf";
|
||||||
libraryHaskellDepends = [ base ];
|
libraryHaskellDepends = [ base ];
|
||||||
testHaskellDepends = [ base ];
|
testHaskellDepends = [ base ];
|
||||||
description = "Remove all the functions come from Debug.Trace after debugging";
|
description = "Remove all the functions come from Debug.Trace after debugging";
|
||||||
@ -28203,6 +28217,22 @@ self: {
|
|||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
}) {arbb_dev = null;};
|
}) {arbb_dev = null;};
|
||||||
|
|
||||||
|
"arbor-lru-cache" = callPackage
|
||||||
|
({ mkDerivation, base, containers, generic-lens, hedgehog, hspec
|
||||||
|
, hw-hspec-hedgehog, lens, stm
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "arbor-lru-cache";
|
||||||
|
version = "0.1.1.0";
|
||||||
|
sha256 = "0npyc9knih4qpxayz6wpsgw83rlv4bdw6d2jksrsh7rdxhidyiwg";
|
||||||
|
libraryHaskellDepends = [ base containers generic-lens lens stm ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base containers generic-lens hedgehog hspec hw-hspec-hedgehog lens
|
||||||
|
stm
|
||||||
|
];
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"arbor-postgres" = callPackage
|
"arbor-postgres" = callPackage
|
||||||
({ mkDerivation, base, bytestring, generic-lens, lens, network-uri
|
({ mkDerivation, base, bytestring, generic-lens, lens, network-uri
|
||||||
, optparse-applicative, postgresql-simple, text
|
, optparse-applicative, postgresql-simple, text
|
||||||
@ -39059,7 +39089,7 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"brick_0_41_1" = callPackage
|
"brick_0_41_2" = callPackage
|
||||||
({ mkDerivation, base, config-ini, containers, contravariant
|
({ mkDerivation, base, config-ini, containers, contravariant
|
||||||
, data-clist, deepseq, dlist, microlens, microlens-mtl
|
, data-clist, deepseq, dlist, microlens, microlens-mtl
|
||||||
, microlens-th, QuickCheck, stm, template-haskell, text
|
, microlens-th, QuickCheck, stm, template-haskell, text
|
||||||
@ -39067,8 +39097,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "brick";
|
pname = "brick";
|
||||||
version = "0.41.1";
|
version = "0.41.2";
|
||||||
sha256 = "1sgxw18n3261gz0yfpig3p9vi84b2rlrsdkmvn5az26qrwrycqfd";
|
sha256 = "04b4gyzb0c66idl19k0v3g9z48bcii728ivbpvm8zjkzq2m2hqix";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -41056,6 +41086,31 @@ self: {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"c2hs_0_28_6" = callPackage
|
||||||
|
({ mkDerivation, array, base, bytestring, containers, directory
|
||||||
|
, dlist, filepath, HUnit, language-c, pretty, process, shelly
|
||||||
|
, test-framework, test-framework-hunit, text, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "c2hs";
|
||||||
|
version = "0.28.6";
|
||||||
|
sha256 = "1nplgxfin139x12sb656f5870rpdclrhzi8mq8pry035qld15pci";
|
||||||
|
isLibrary = false;
|
||||||
|
isExecutable = true;
|
||||||
|
enableSeparateDataOutput = true;
|
||||||
|
executableHaskellDepends = [
|
||||||
|
array base bytestring containers directory dlist filepath
|
||||||
|
language-c pretty process
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base filepath HUnit shelly test-framework test-framework-hunit text
|
||||||
|
transformers
|
||||||
|
];
|
||||||
|
description = "C->Haskell FFI tool that gives some cross-language type safety";
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"c2hs-extra" = callPackage
|
"c2hs-extra" = callPackage
|
||||||
({ mkDerivation, base, c2hs }:
|
({ mkDerivation, base, c2hs }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -44288,8 +44343,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "cdeps";
|
pname = "cdeps";
|
||||||
version = "0.1.1.8";
|
version = "0.1.2.2";
|
||||||
sha256 = "15a3sk4xsr9qz30chf4bzpkhp1s24vw30nhi0vibgshlminfbxv4";
|
sha256 = "1p2razfnqzg9ya421al80db3ag62gwx5l55l2hyw7ka617jpagyd";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -46761,6 +46816,36 @@ self: {
|
|||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"classify-frog" = callPackage
|
||||||
|
({ mkDerivation, array, audacity, base, bifunctors, Cabal, carray
|
||||||
|
, concurrent-split, containers, deepseq, explicit-exception, fft
|
||||||
|
, filemanip, gnuplot, hmatrix, hmm-hmatrix, lazy-csv, llvm-extra
|
||||||
|
, llvm-tf, non-empty, numeric-prelude, optparse-applicative
|
||||||
|
, parallel, pathtype, pooled-io, semigroups, soxlib
|
||||||
|
, storable-record, storablevector, storablevector-carray
|
||||||
|
, synthesizer-core, synthesizer-llvm, tagchup, text, time
|
||||||
|
, transformers, utility-ht, xml-basic
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "classify-frog";
|
||||||
|
version = "0.2.3";
|
||||||
|
sha256 = "1fhiia335snb14nkvn3sglv0z7mkc7y5vj6jsaa8v9l72fwacz9a";
|
||||||
|
isLibrary = false;
|
||||||
|
isExecutable = true;
|
||||||
|
enableSeparateDataOutput = true;
|
||||||
|
executableHaskellDepends = [
|
||||||
|
array audacity base bifunctors Cabal carray concurrent-split
|
||||||
|
containers deepseq explicit-exception fft filemanip gnuplot hmatrix
|
||||||
|
hmm-hmatrix lazy-csv llvm-extra llvm-tf non-empty numeric-prelude
|
||||||
|
optparse-applicative parallel pathtype pooled-io semigroups soxlib
|
||||||
|
storable-record storablevector storablevector-carray
|
||||||
|
synthesizer-core synthesizer-llvm tagchup text time transformers
|
||||||
|
utility-ht xml-basic
|
||||||
|
];
|
||||||
|
description = "Classify sounds produced by Xenopus laevis";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"classy-influxdb-simple" = callPackage
|
"classy-influxdb-simple" = callPackage
|
||||||
({ mkDerivation, aeson, async-io-either, base, bytestring, lens
|
({ mkDerivation, aeson, async-io-either, base, bytestring, lens
|
||||||
, mtl, scientific, text, time, vector, wreq
|
, mtl, scientific, text, time, vector, wreq
|
||||||
@ -63170,8 +63255,8 @@ self: {
|
|||||||
pname = "digit";
|
pname = "digit";
|
||||||
version = "0.7";
|
version = "0.7";
|
||||||
sha256 = "0451nlmf2ggg1dy82qkdxqlg4lgnsvkrxl3qrcjr5dzmi2ghk3ql";
|
sha256 = "0451nlmf2ggg1dy82qkdxqlg4lgnsvkrxl3qrcjr5dzmi2ghk3ql";
|
||||||
revision = "1";
|
revision = "2";
|
||||||
editedCabalFile = "1zdy8jmsn3a065vapl8lf4kzxafbqdwhp99b9s3ff8dj8q5nx4qj";
|
editedCabalFile = "0335fzcbrf4hciz9gdkk41y9jkd5vm5vbz99v9ick76q48h2bs6p";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base lens parsers scientific semigroupoids semigroups
|
base lens parsers scientific semigroupoids semigroups
|
||||||
template-haskell
|
template-haskell
|
||||||
@ -75258,6 +75343,8 @@ self: {
|
|||||||
pname = "fin";
|
pname = "fin";
|
||||||
version = "0.0.1";
|
version = "0.0.1";
|
||||||
sha256 = "0mqs6qayj2n54siz3bpab9z6sk9030wdaxgvgg9g36983yaqmlil";
|
sha256 = "0mqs6qayj2n54siz3bpab9z6sk9030wdaxgvgg9g36983yaqmlil";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "056d22f1j1xv5ka2qr7a3z5ad5w1im76qdf77v6dqdi4vaz52vd1";
|
||||||
libraryHaskellDepends = [ base deepseq hashable ];
|
libraryHaskellDepends = [ base deepseq hashable ];
|
||||||
testHaskellDepends = [ base inspection-testing tagged ];
|
testHaskellDepends = [ base inspection-testing tagged ];
|
||||||
description = "Nat and Fin: peano naturals and finite numbers";
|
description = "Nat and Fin: peano naturals and finite numbers";
|
||||||
@ -82130,19 +82217,19 @@ self: {
|
|||||||
"geojson" = callPackage
|
"geojson" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, containers, deepseq
|
({ mkDerivation, aeson, base, bytestring, containers, deepseq
|
||||||
, hlint, lens, scientific, semigroups, tasty, tasty-hspec
|
, hlint, lens, scientific, semigroups, tasty, tasty-hspec
|
||||||
, tasty-quickcheck, text, transformers, validation, vector
|
, tasty-quickcheck, text, transformers, validation
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "geojson";
|
pname = "geojson";
|
||||||
version = "3.0.0";
|
version = "3.0.3";
|
||||||
sha256 = "0mhvb72cm2xnq2lfdwnabfh3vjkrdlpywh4k846m73birdn1vmx4";
|
sha256 = "05kifzlw077ggxish1hmpqlk180w46qpj4b2c8pjqngk5j0jd5vv";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson base containers deepseq lens scientific semigroups text
|
aeson base containers deepseq lens scientific semigroups text
|
||||||
transformers validation vector
|
transformers validation
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson base bytestring containers hlint tasty tasty-hspec
|
aeson base bytestring containers hlint tasty tasty-hspec
|
||||||
tasty-quickcheck text validation vector
|
tasty-quickcheck text validation
|
||||||
];
|
];
|
||||||
description = "A thin GeoJSON Layer above the aeson library";
|
description = "A thin GeoJSON Layer above the aeson library";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -83038,6 +83125,28 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"ghc-prof_1_4_1_4" = callPackage
|
||||||
|
({ mkDerivation, attoparsec, base, containers, directory, filepath
|
||||||
|
, process, scientific, tasty, tasty-hunit, temporary, text, time
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "ghc-prof";
|
||||||
|
version = "1.4.1.4";
|
||||||
|
sha256 = "1wrlz2x9zsrip92m254vh0s07j9afjli6n1kcass8z0lw17m26mh";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
attoparsec base containers scientific text time
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
attoparsec base containers directory filepath process tasty
|
||||||
|
tasty-hunit temporary text
|
||||||
|
];
|
||||||
|
description = "Library for parsing GHC time and allocation profiling reports";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"ghc-prof-aeson" = callPackage
|
"ghc-prof-aeson" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, hspec, text, vector }:
|
({ mkDerivation, aeson, base, bytestring, hspec, text, vector }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -84908,8 +85017,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "git-annex";
|
pname = "git-annex";
|
||||||
version = "6.20180913";
|
version = "6.20180926";
|
||||||
sha256 = "0rsmzbfd4i275c6baa1l9rnyd9a510yyb7g9g8dk8d89f5v6dddb";
|
sha256 = "1251rj8h63y30sfqk0zh670yhz14p256y59n3590pg015pf3575d";
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"-fassistant" "-fcryptonite" "-fdbus" "-fdesktopnotify" "-fdns"
|
"-fassistant" "-fcryptonite" "-fdbus" "-fdesktopnotify" "-fdns"
|
||||||
"-ffeed" "-finotify" "-fpairing" "-fproduction" "-fquvi" "-f-s3"
|
"-ffeed" "-finotify" "-fpairing" "-fproduction" "-fquvi" "-f-s3"
|
||||||
@ -85357,6 +85466,37 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"github_0_20" = callPackage
|
||||||
|
({ mkDerivation, aeson, base, base-compat, base16-bytestring
|
||||||
|
, binary, binary-orphans, byteable, bytestring, containers
|
||||||
|
, cryptohash, deepseq, deepseq-generics, exceptions, file-embed
|
||||||
|
, hashable, hspec, hspec-discover, http-client, http-client-tls
|
||||||
|
, http-link-header, http-types, iso8601-time, mtl, network-uri
|
||||||
|
, semigroups, text, time, tls, transformers, transformers-compat
|
||||||
|
, unordered-containers, vector, vector-instances
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "github";
|
||||||
|
version = "0.20";
|
||||||
|
sha256 = "0gyinmrdwbqd6h5bvlv5jkv2rfp48p11088w5ayms8h361ck3kdp";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
aeson base base-compat base16-bytestring binary binary-orphans
|
||||||
|
byteable bytestring containers cryptohash deepseq deepseq-generics
|
||||||
|
exceptions hashable http-client http-client-tls http-link-header
|
||||||
|
http-types iso8601-time mtl network-uri semigroups text time tls
|
||||||
|
transformers transformers-compat unordered-containers vector
|
||||||
|
vector-instances
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
aeson base base-compat bytestring file-embed hspec
|
||||||
|
unordered-containers vector
|
||||||
|
];
|
||||||
|
testToolDepends = [ hspec-discover ];
|
||||||
|
description = "Access to the GitHub API, v3";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"github-backup" = callPackage
|
"github-backup" = callPackage
|
||||||
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
({ mkDerivation, base, bytestring, Cabal, containers, directory
|
||||||
, exceptions, filepath, git, github, hslogger, IfElse, mtl, network
|
, exceptions, filepath, git, github, hslogger, IfElse, mtl, network
|
||||||
@ -96199,10 +96339,8 @@ self: {
|
|||||||
({ mkDerivation, base, hashable, time }:
|
({ mkDerivation, base, hashable, time }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "hashable-time";
|
pname = "hashable-time";
|
||||||
version = "0.2.0.1";
|
version = "0.2.0.2";
|
||||||
sha256 = "0k932nyd08l3xxbh2g3n76py2f4kd9yw4s5a065vjz0xp6wjnxdm";
|
sha256 = "1q7y4plqqwy5286hhx2fygn12h8lqk0y047b597sbdckskxzfqgs";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "0rv40xkg3gj8jnqsry1gq3f5s5la6d5arg8fzkirnwdpcgha1as6";
|
|
||||||
libraryHaskellDepends = [ base hashable time ];
|
libraryHaskellDepends = [ base hashable time ];
|
||||||
description = "Hashable instances for Data.Time";
|
description = "Hashable instances for Data.Time";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -97107,12 +97245,12 @@ self: {
|
|||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
}) {inherit (pkgs) glib;};
|
}) {inherit (pkgs) glib;};
|
||||||
|
|
||||||
"haskell-gi-base_0_21_2" = callPackage
|
"haskell-gi-base_0_21_3" = callPackage
|
||||||
({ mkDerivation, base, bytestring, containers, glib, text }:
|
({ mkDerivation, base, bytestring, containers, glib, text }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "haskell-gi-base";
|
pname = "haskell-gi-base";
|
||||||
version = "0.21.2";
|
version = "0.21.3";
|
||||||
sha256 = "075x1jxm1r038ajy0raxrm2m3d1j7lc91cq9ik26fvp1vd6p13xg";
|
sha256 = "1nh2cb8l0yvn6hp5bw273yyj0y15f1sd8115wi7sxyvas5h5q7m4";
|
||||||
libraryHaskellDepends = [ base bytestring containers text ];
|
libraryHaskellDepends = [ base bytestring containers text ];
|
||||||
libraryPkgconfigDepends = [ glib ];
|
libraryPkgconfigDepends = [ glib ];
|
||||||
description = "Foundation for libraries generated by haskell-gi";
|
description = "Foundation for libraries generated by haskell-gi";
|
||||||
@ -101909,6 +102047,8 @@ self: {
|
|||||||
pname = "hedgehog";
|
pname = "hedgehog";
|
||||||
version = "0.6.1";
|
version = "0.6.1";
|
||||||
sha256 = "0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj";
|
sha256 = "0xz10ycdm5vk9nrcym1fi83k19frfwqz18bz8bnpzwvaj0j41yfj";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "1fj3m5p5nm3dip93a1z7yrrq3fmqk30qgljdspia13y3lyqlcrf1";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
ansi-terminal async base bytestring concurrent-output containers
|
ansi-terminal async base bytestring concurrent-output containers
|
||||||
directory exceptions lifted-async mmorph monad-control mtl
|
directory exceptions lifted-async mmorph monad-control mtl
|
||||||
@ -102009,8 +102149,8 @@ self: {
|
|||||||
pname = "hedgehog-quickcheck";
|
pname = "hedgehog-quickcheck";
|
||||||
version = "0.1";
|
version = "0.1";
|
||||||
sha256 = "04l4dyk662wf6a0p6bnv9n2x2qi5sqm65ni5bdznakfvzk6mq2k1";
|
sha256 = "04l4dyk662wf6a0p6bnv9n2x2qi5sqm65ni5bdznakfvzk6mq2k1";
|
||||||
revision = "2";
|
revision = "3";
|
||||||
editedCabalFile = "0fxd4ain7sfxw7q0h3hj2rlp9385zcf9n7lh98i0gqpjqs55dwnd";
|
editedCabalFile = "08pglka9hc7q3fql7fsmqn17wm1xmixkpqfslv86l79hn4y3rfq3";
|
||||||
libraryHaskellDepends = [ base hedgehog QuickCheck transformers ];
|
libraryHaskellDepends = [ base hedgehog QuickCheck transformers ];
|
||||||
description = "Use QuickCheck generators in Hedgehog and vice versa";
|
description = "Use QuickCheck generators in Hedgehog and vice versa";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
@ -107145,6 +107285,8 @@ self: {
|
|||||||
pname = "hoist-error";
|
pname = "hoist-error";
|
||||||
version = "0.2.1.0";
|
version = "0.2.1.0";
|
||||||
sha256 = "028lczd80nhj3yj5dq9qixzdzkyisl34qpi6bb28r8b9nj2i2nss";
|
sha256 = "028lczd80nhj3yj5dq9qixzdzkyisl34qpi6bb28r8b9nj2i2nss";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0abzpyxr46kk9vh5yxy8wawmyn1x1zrhl9mdxwfz0s938z4s7nr5";
|
||||||
libraryHaskellDepends = [ base either mtl ];
|
libraryHaskellDepends = [ base either mtl ];
|
||||||
description = "Some convenience facilities for hoisting errors into a monad";
|
description = "Some convenience facilities for hoisting errors into a monad";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
@ -114207,6 +114349,33 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"http-api-data_0_3_9" = callPackage
|
||||||
|
({ mkDerivation, attoparsec, attoparsec-iso8601, base, bytestring
|
||||||
|
, Cabal, cabal-doctest, containers, cookie, directory, doctest
|
||||||
|
, filepath, hashable, hspec, hspec-discover, http-types, HUnit
|
||||||
|
, QuickCheck, quickcheck-instances, text, time, time-locale-compat
|
||||||
|
, unordered-containers, uuid-types
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "http-api-data";
|
||||||
|
version = "0.3.9";
|
||||||
|
sha256 = "013m662vn02vw37gpffnvffwjirhg8lprknav5rinxffq7ra4cr8";
|
||||||
|
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
attoparsec attoparsec-iso8601 base bytestring containers cookie
|
||||||
|
hashable http-types text time time-locale-compat
|
||||||
|
unordered-containers uuid-types
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring directory doctest filepath hspec HUnit QuickCheck
|
||||||
|
quickcheck-instances text time unordered-containers uuid-types
|
||||||
|
];
|
||||||
|
testToolDepends = [ hspec-discover ];
|
||||||
|
description = "Converting to/from HTTP API data like URL pieces, headers and query parameters";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"http-attoparsec" = callPackage
|
"http-attoparsec" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, bytestring, http-types }:
|
({ mkDerivation, attoparsec, base, bytestring, http-types }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -115065,6 +115234,25 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"http-types_0_12_2" = callPackage
|
||||||
|
({ mkDerivation, array, base, bytestring, case-insensitive, doctest
|
||||||
|
, hspec, QuickCheck, quickcheck-instances, text
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "http-types";
|
||||||
|
version = "0.12.2";
|
||||||
|
sha256 = "01ck5wmzvl5cqd3w2kwkrmp18n78474a3lngk6ry28w9pbbh4caj";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
array base bytestring case-insensitive text
|
||||||
|
];
|
||||||
|
testHaskellDepends = [
|
||||||
|
base bytestring doctest hspec QuickCheck quickcheck-instances text
|
||||||
|
];
|
||||||
|
description = "Generic HTTP types for Haskell (for both client and server code)";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"http-wget" = callPackage
|
"http-wget" = callPackage
|
||||||
({ mkDerivation, base, failure, process, transformers }:
|
({ mkDerivation, base, failure, process, transformers }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -120237,6 +120425,8 @@ self: {
|
|||||||
pname = "inline-c";
|
pname = "inline-c";
|
||||||
version = "0.5.6.1";
|
version = "0.5.6.1";
|
||||||
sha256 = "0kpbwrri9idllwd7gfamghrdrz16zqjphmb3cp5nq160dxz73brd";
|
sha256 = "0kpbwrri9idllwd7gfamghrdrz16zqjphmb3cp5nq160dxz73brd";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "0q8wxvsi2gycyv98hw910p87633l9azchnn9783vsknbycsi1c64";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
@ -120488,6 +120678,8 @@ self: {
|
|||||||
pname = "inspection-testing";
|
pname = "inspection-testing";
|
||||||
version = "0.3";
|
version = "0.3";
|
||||||
sha256 = "0drrfl1k9y7vm270iwr1l451vifffn3qmxjm92rmdq9sk3kij3al";
|
sha256 = "0drrfl1k9y7vm270iwr1l451vifffn3qmxjm92rmdq9sk3kij3al";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "06lb7gkgv5hns2kpslabl1zhd4i45wnnhcd4kmcz0n7d3hdx35cg";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers ghc mtl template-haskell transformers
|
base containers ghc mtl template-haskell transformers
|
||||||
];
|
];
|
||||||
@ -138121,8 +138313,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "manifolds";
|
pname = "manifolds";
|
||||||
version = "0.5.0.0";
|
version = "0.5.0.1";
|
||||||
sha256 = "1261vap8raffngdxmzv042carjdlcssqbpa9vs3qi0x3jbbwiywc";
|
sha256 = "1l2rbf0axlbyvxdd62dhik4pk8n9jf2c6pxl86yi48hhvc3wyx07";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
array base call-stack comonad constrained-categories containers
|
array base call-stack comonad constrained-categories containers
|
||||||
deepseq free free-vector-spaces ieee754 lens linear
|
deepseq free free-vector-spaces ieee754 lens linear
|
||||||
@ -138144,8 +138336,8 @@ self: {
|
|||||||
({ mkDerivation, base, call-stack, tagged, vector-space }:
|
({ mkDerivation, base, call-stack, tagged, vector-space }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "manifolds-core";
|
pname = "manifolds-core";
|
||||||
version = "0.5.0.0";
|
version = "0.5.0.1";
|
||||||
sha256 = "0b8ac9l2asqlhazl0wlgb0qiyj1adk89m5fvhqqx1nw829dly6gw";
|
sha256 = "0bq102vfxq47if5nf0az92inzxgbla9by09nggi2nww4gqrd37v3";
|
||||||
libraryHaskellDepends = [ base call-stack tagged vector-space ];
|
libraryHaskellDepends = [ base call-stack tagged vector-space ];
|
||||||
description = "The basic classes for the manifolds hierarchy";
|
description = "The basic classes for the manifolds hierarchy";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
@ -144593,6 +144785,17 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"monopati" = callPackage
|
||||||
|
({ mkDerivation, base, comonad, directory, free, split }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "monopati";
|
||||||
|
version = "0.1.0";
|
||||||
|
sha256 = "18bx5xy3d3mk47499anrl1xlmxb8g3l35ibyllkcqhsx822zk9ij";
|
||||||
|
libraryHaskellDepends = [ base comonad directory free split ];
|
||||||
|
description = "Well-typed paths";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"montage" = callPackage
|
"montage" = callPackage
|
||||||
({ mkDerivation, aeson, base, bytestring, containers, ListLike
|
({ mkDerivation, aeson, base, bytestring, containers, ListLike
|
||||||
, old-locale, pool-conduit, protocol-buffers
|
, old-locale, pool-conduit, protocol-buffers
|
||||||
@ -149699,6 +149902,22 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"network-simple_0_4_3" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, network, safe-exceptions, socks
|
||||||
|
, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "network-simple";
|
||||||
|
version = "0.4.3";
|
||||||
|
sha256 = "0a4hag26ry6lg90q4ppchvrm5xaij50jd4633mhfkfq8scgczm8d";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring network safe-exceptions socks transformers
|
||||||
|
];
|
||||||
|
description = "Simple network sockets usage patterns";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"network-simple-sockaddr" = callPackage
|
"network-simple-sockaddr" = callPackage
|
||||||
({ mkDerivation, base, bytestring, directory, exceptions, network
|
({ mkDerivation, base, bytestring, directory, exceptions, network
|
||||||
, transformers
|
, transformers
|
||||||
@ -149732,6 +149951,24 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"network-simple-tls_0_3_1" = callPackage
|
||||||
|
({ mkDerivation, base, bytestring, data-default, network
|
||||||
|
, network-simple, safe-exceptions, tls, transformers, x509
|
||||||
|
, x509-store, x509-system, x509-validation
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "network-simple-tls";
|
||||||
|
version = "0.3.1";
|
||||||
|
sha256 = "12kwi2jc8g310wrw7ynq2hfhkxhh95qn0fy205g7a48xrw75npyj";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base bytestring data-default network network-simple safe-exceptions
|
||||||
|
tls transformers x509 x509-store x509-system x509-validation
|
||||||
|
];
|
||||||
|
description = "Simple interface to TLS secured network sockets";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"network-socket-options" = callPackage
|
"network-socket-options" = callPackage
|
||||||
({ mkDerivation, base, network }:
|
({ mkDerivation, base, network }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -165252,6 +165489,19 @@ self: {
|
|||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"pqueue_1_4_1_2" = callPackage
|
||||||
|
({ mkDerivation, base, deepseq, QuickCheck }:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "pqueue";
|
||||||
|
version = "1.4.1.2";
|
||||||
|
sha256 = "1v4zhv2sc1zsw91hvnarkjhayx2dnf7ccxz6rrhsqpcs0szaranj";
|
||||||
|
libraryHaskellDepends = [ base deepseq ];
|
||||||
|
testHaskellDepends = [ base deepseq QuickCheck ];
|
||||||
|
description = "Reliable, persistent, fast priority queues";
|
||||||
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"pqueue-mtl" = callPackage
|
"pqueue-mtl" = callPackage
|
||||||
({ mkDerivation, base, containers, ghc-prim, MaybeT, mtl
|
({ mkDerivation, base, containers, ghc-prim, MaybeT, mtl
|
||||||
, stateful-mtl, uvector
|
, stateful-mtl, uvector
|
||||||
@ -174317,6 +174567,23 @@ self: {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
"refined_0_3_0_0" = callPackage
|
||||||
|
({ mkDerivation, base, deepseq, exceptions, mtl, prettyprinter
|
||||||
|
, template-haskell, transformers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "refined";
|
||||||
|
version = "0.3.0.0";
|
||||||
|
sha256 = "106gh7wv6nldgl8rw722n7cam59x34vnr2an6l9hkivfp4pgkkks";
|
||||||
|
libraryHaskellDepends = [
|
||||||
|
base deepseq exceptions mtl prettyprinter template-haskell
|
||||||
|
transformers
|
||||||
|
];
|
||||||
|
description = "Refinement types with static and runtime checking";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
}) {};
|
||||||
|
|
||||||
"reflection" = callPackage
|
"reflection" = callPackage
|
||||||
({ mkDerivation, base, template-haskell }:
|
({ mkDerivation, base, template-haskell }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -177941,8 +178208,8 @@ self: {
|
|||||||
({ mkDerivation, base, dunai, gloss, rhine }:
|
({ mkDerivation, base, dunai, gloss, rhine }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "rhine-gloss";
|
pname = "rhine-gloss";
|
||||||
version = "0.4.0.4";
|
version = "0.5.0.0";
|
||||||
sha256 = "0xbmqhznacmxvcrx1gaq4cy6f98fb2p4f07g16qp50zhs9mb2a63";
|
sha256 = "1hhn23lxcdck0h124i1k2fhrn184ih9v8jpf6yhrin6arwbzpchx";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [ base dunai gloss rhine ];
|
libraryHaskellDepends = [ base dunai gloss rhine ];
|
||||||
@ -183649,8 +183916,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "semirings";
|
pname = "semirings";
|
||||||
version = "0.2.0.1";
|
version = "0.2.1.0";
|
||||||
sha256 = "1larh2rp9sa3zd0d7bn6wc0i3hy455dr5zixmp34i8v135wqay2b";
|
sha256 = "0jmd7qgdwbyzck8x9i4acs9fx1ww26qr8s74raf0fv9bykynzyy2";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base containers hashable integer-gmp unordered-containers vector
|
base containers hashable integer-gmp unordered-containers vector
|
||||||
];
|
];
|
||||||
@ -193781,10 +194048,10 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "spatial-rotations";
|
pname = "spatial-rotations";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.1";
|
||||||
sha256 = "1315zk74kznhizi7wvd48n0j06d1ja3z16240hv16cbsh14lsxhm";
|
sha256 = "02nysw4dbg5l37j83kdybxkrdzgjxn20h3lknnphwz0hr0n489ii";
|
||||||
revision = "1";
|
revision = "1";
|
||||||
editedCabalFile = "1qsnkxg0r68c675fsvg2wsqkkimlzx9zw92zwmpv69ww42qxrrhy";
|
editedCabalFile = "1g2ib60nhwwdb9fjdnmn7z0bzrsac6xcsl6bs7wi6s5rr991pp1c";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base linear manifolds-core vector-space
|
base linear manifolds-core vector-space
|
||||||
];
|
];
|
||||||
@ -200140,15 +200407,17 @@ self: {
|
|||||||
|
|
||||||
"sv" = callPackage
|
"sv" = callPackage
|
||||||
({ mkDerivation, attoparsec, base, bifunctors, bytestring, cassava
|
({ mkDerivation, attoparsec, base, bifunctors, bytestring, cassava
|
||||||
, contravariant, hedgehog, hw-dsv, lens, Only, parsers
|
, contravariant, criterion, deepseq, hedgehog, hw-dsv, lens, Only
|
||||||
, semigroupoids, semigroups, sv-core, tasty, tasty-hedgehog
|
, parsers, semigroupoids, semigroups, sv-core, tasty
|
||||||
, tasty-hunit, text, transformers, trifecta, utf8-string
|
, tasty-hedgehog, tasty-hunit, text, transformers, trifecta
|
||||||
, validation, vector
|
, utf8-string, validation, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sv";
|
pname = "sv";
|
||||||
version = "1.1.1";
|
version = "1.2";
|
||||||
sha256 = "1d4f7l2k8vpskwf6iywfj7ivmfhdk2b10c9k8qrk6lms2mx0mwmh";
|
sha256 = "148d8jircfyrp0y2rqchs1k3kfmis3bdvc6rib39fkbj699pyw2s";
|
||||||
|
revision = "1";
|
||||||
|
editedCabalFile = "14cs2wh9g0hq48rb8ngxhyw9bindm23c9xbw4w2nayh1j4db5a76";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base bifunctors bytestring contravariant hw-dsv
|
attoparsec base bifunctors bytestring contravariant hw-dsv
|
||||||
semigroupoids sv-core transformers utf8-string validation
|
semigroupoids sv-core transformers utf8-string validation
|
||||||
@ -200158,6 +200427,10 @@ self: {
|
|||||||
semigroupoids semigroups tasty tasty-hedgehog tasty-hunit text
|
semigroupoids semigroups tasty tasty-hedgehog tasty-hunit text
|
||||||
trifecta utf8-string validation vector
|
trifecta utf8-string validation vector
|
||||||
];
|
];
|
||||||
|
benchmarkHaskellDepends = [
|
||||||
|
attoparsec base bytestring criterion deepseq hw-dsv lens text
|
||||||
|
vector
|
||||||
|
];
|
||||||
description = "Encode and decode separated values (CSV, PSV, ...)";
|
description = "Encode and decode separated values (CSV, PSV, ...)";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
@ -200169,10 +200442,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sv-cassava";
|
pname = "sv-cassava";
|
||||||
version = "0.2";
|
version = "0.3";
|
||||||
sha256 = "01bhh3b85gsbgm3fb0ppb1ihcm2p0rkv6bsmw16l3b2jgj806zin";
|
sha256 = "1c4wacp7k5sgr5fy73h9if98d08apmcs6p4p3f3fvpqkm8jmf71b";
|
||||||
revision = "1";
|
|
||||||
editedCabalFile = "1manx0gs4rzsrg9mg83g7ipv36bplxl466c2ypf5dx5f2pn1xvjx";
|
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base bytestring cassava sv-core utf8-string validation
|
attoparsec base bytestring cassava sv-core utf8-string validation
|
||||||
vector
|
vector
|
||||||
@ -200194,8 +200465,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sv-core";
|
pname = "sv-core";
|
||||||
version = "0.2.2";
|
version = "0.3";
|
||||||
sha256 = "08wd9ajzzhkqg5ghqr3vilq1w8h8vypd3yy63ql6amnqdnjw02mf";
|
sha256 = "12mjv13rgix4h064ch01hbmkxxz7dp69nazpksvj1fjx16m5dvw6";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
attoparsec base bifunctors bytestring containers contravariant
|
attoparsec base bifunctors bytestring containers contravariant
|
||||||
deepseq lens mtl parsec profunctors readable semigroupoids
|
deepseq lens mtl parsec profunctors readable semigroupoids
|
||||||
@ -200217,8 +200488,8 @@ self: {
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "sv-svfactor";
|
pname = "sv-svfactor";
|
||||||
version = "0.1";
|
version = "0.2";
|
||||||
sha256 = "0j97va25p30x3q07084mbv4lsls6p2yky8y7zmf9w6i7i42r3bi0";
|
sha256 = "1fjgryypq6i4r3w9zdb282aq5lqp4577mzzycafklphc0d2ancgb";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring lens profunctors sv-core svfactor validation
|
base bytestring lens profunctors sv-core svfactor validation
|
||||||
];
|
];
|
||||||
@ -218242,8 +218513,8 @@ self: {
|
|||||||
pname = "vec";
|
pname = "vec";
|
||||||
version = "0.1";
|
version = "0.1";
|
||||||
sha256 = "0m70ld5vy96vca4wdm45q1ixwznl3yfj8jzil2kjfkzzac5fym5y";
|
sha256 = "0m70ld5vy96vca4wdm45q1ixwznl3yfj8jzil2kjfkzzac5fym5y";
|
||||||
revision = "2";
|
revision = "3";
|
||||||
editedCabalFile = "00z6y4a5hi5pwnnakj00qs3kglaykf4i3kwd9iz8bi2kmm6b09lx";
|
editedCabalFile = "093q5qlhlia12ckhvax322lyy3sb554pg46ghabvsvx8znixw2hh";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
adjunctions base base-compat deepseq distributive fin hashable lens
|
adjunctions base base-compat deepseq distributive fin hashable lens
|
||||||
semigroupoids
|
semigroupoids
|
||||||
@ -223933,21 +224204,21 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"wkt-geom" = callPackage
|
"wkt-geom" = callPackage
|
||||||
({ mkDerivation, ansi-wl-pprint, base, binary, bytestring, geojson
|
({ mkDerivation, ansi-wl-pprint, base, binary, bytestring
|
||||||
, hspec, lens, QuickCheck, scientific, trifecta, utf8-string
|
, containers, geojson, hspec, lens, QuickCheck, scientific
|
||||||
, vector
|
, trifecta, utf8-string, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "wkt-geom";
|
pname = "wkt-geom";
|
||||||
version = "0.0.1";
|
version = "0.0.4";
|
||||||
sha256 = "069jwfycqjg5dz4w80ywwjn3pky5kzg7wlwd7qk9y8lwca0bv4ij";
|
sha256 = "00v2zqgy41zd13yyadiw9x3s2napz0wl3jcq10xbb3i59jb03fa2";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base binary bytestring geojson scientific trifecta utf8-string
|
base binary bytestring containers geojson scientific trifecta
|
||||||
vector
|
utf8-string vector
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
ansi-wl-pprint base binary bytestring geojson hspec lens QuickCheck
|
ansi-wl-pprint base binary bytestring containers geojson hspec lens
|
||||||
scientific trifecta vector
|
QuickCheck scientific trifecta vector
|
||||||
];
|
];
|
||||||
description = "A parser of WKT, WKB and eWKB";
|
description = "A parser of WKT, WKB and eWKB";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user