hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
75f7f39925
.
This commit is contained in:
parent
0756b8a7bf
commit
a278023859
273
pkgs/development/haskell-modules/hackage-packages.nix
generated
273
pkgs/development/haskell-modules/hackage-packages.nix
generated
@ -1318,8 +1318,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "BNFC";
|
||||
version = "2.8.3";
|
||||
sha256 = "00w8g0kn4sgjyiq4hykkz8k0kl5b5861v7d9g2021vca78gif6wl";
|
||||
version = "2.8.4";
|
||||
sha256 = "0z84qfpfm402fl0fpxcggr4jz2sn8cqgjy50r6xfx310g7xwdgnd";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ array base ];
|
||||
@ -21941,8 +21941,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "Z-IO";
|
||||
version = "0.1.3.0";
|
||||
sha256 = "0qcnpk2ps2m2s23fv3ydldicz93ad82xadh53wpnwi1m1dh6kjpm";
|
||||
version = "0.1.4.0";
|
||||
sha256 = "16a7bc8zm7ws3kmhrpjnvc284qq71v5y7r4x8yv268bay7q1bjga";
|
||||
libraryHaskellDepends = [
|
||||
base exceptions primitive stm time Z-Data
|
||||
];
|
||||
@ -24515,8 +24515,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "aeson-deriving";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "1yqiw8imp30gv3jij4f724yi8mmf6w8fn84kmq9r7yjn7scfz4dj";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "05mcsask5mhp6gqhch3nnxpcli1j6wax7x9ap1jaypyvq9bi0cxs";
|
||||
libraryHaskellDepends = [
|
||||
aeson base regex-tdfa text unordered-containers
|
||||
];
|
||||
@ -46344,20 +46344,19 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"bugsnag-hs_0_2_0_1" = callPackage
|
||||
({ mkDerivation, aeson, auto-update, base, bytestring, hedgehog
|
||||
, http-client, stm, text, time, unordered-containers
|
||||
"bugsnag-hs_0_2_0_2" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, hedgehog, http-client
|
||||
, text, time, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "bugsnag-hs";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "12s3swamnm9hc3fkwc2qqzr0xz41i0hkgsjmphfsb544r07cfmjn";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0rai920g05g6gs8svi10av73ynd5m6kqc5428h55nb3hgb4hm6dh";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson auto-update base bytestring http-client stm text time
|
||||
unordered-containers
|
||||
aeson base bytestring http-client text time unordered-containers
|
||||
];
|
||||
testHaskellDepends = [ aeson base bytestring hedgehog stm ];
|
||||
testHaskellDepends = [ aeson base bytestring hedgehog ];
|
||||
description = "A Bugsnag client for Haskell";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
@ -56493,17 +56492,17 @@ self: {
|
||||
}) {inherit (pkgs) clutter; inherit (pkgs) pango;};
|
||||
|
||||
"cmaes" = callPackage
|
||||
({ mkDerivation, base, doctest, doctest-prop, mtl, process, random
|
||||
({ mkDerivation, base, doctest, mtl, process, QuickCheck, random
|
||||
, safe, strict, syb, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cmaes";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "0r0z5rik19sd985hgdy7f00sfpqwlgzbsmkqsiywddi8nqg6qq7m";
|
||||
version = "0.2.3";
|
||||
sha256 = "1bgyrlqbbq8ff76d6lkig3ajzk2549a7wgvxsdxl76cp3ra323yf";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [ base mtl process safe strict syb ];
|
||||
testHaskellDepends = [
|
||||
base doctest doctest-prop mtl process random syb vector
|
||||
base doctest mtl process QuickCheck random syb vector
|
||||
];
|
||||
description = "CMA-ES wrapper in Haskell";
|
||||
license = "unknown";
|
||||
@ -67166,8 +67165,6 @@ self: {
|
||||
testToolDepends = [ c2hs ];
|
||||
description = "Cuts out uninteresting parts of videos by detecting silences";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) pocketsphinx; inherit (pkgs) sphinxbase;};
|
||||
|
||||
"cutter" = callPackage
|
||||
@ -93152,6 +93149,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"formatting_7_0_0_1" = callPackage
|
||||
({ mkDerivation, array, base, bytestring, clock, double-conversion
|
||||
, ghc-prim, hspec, integer-gmp, old-locale, scientific, text, time
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "formatting";
|
||||
version = "7.0.0.1";
|
||||
sha256 = "0vxp1xgg7py3s8lvs63c0961fca829b7mmvdbyhiwyqyyqy2wclg";
|
||||
libraryHaskellDepends = [
|
||||
array base bytestring clock double-conversion ghc-prim integer-gmp
|
||||
old-locale scientific text time transformers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
array base bytestring clock double-conversion ghc-prim hspec
|
||||
integer-gmp old-locale scientific text time transformers
|
||||
];
|
||||
description = "Combinator-based type-safe formatting (like printf() or FORMAT)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"forml" = callPackage
|
||||
({ mkDerivation, ansi-terminal, base, bytestring, cereal
|
||||
, containers, directory, file-embed, ghc-prim, GraphSCC, hslogger
|
||||
@ -120922,8 +120941,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hasql-dynamic-statements";
|
||||
version = "0.2.0.3";
|
||||
sha256 = "06xmqqakwji7qy26srys7i8y3mjbyg5qjgzhs56h64ccbs352i56";
|
||||
version = "0.3";
|
||||
sha256 = "13f0gkgjn7bcxarwz8vyzfdmrz1yqh9xnard6304v4y4zhqjfyjn";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers hasql hasql-implicits ptr
|
||||
];
|
||||
@ -133062,8 +133081,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hs-server-starter";
|
||||
version = "0.1.1.0";
|
||||
sha256 = "1cki3c6fl7yjw9vww4h9vd68dnci5q8f5c1i3ip8kyv53s9rgbi3";
|
||||
version = "0.1.2.0";
|
||||
sha256 = "05i1arpzs2mrzgbd87k3a6dwsvf5z7r4vwd3m0m34qps3rwlk78m";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base directory network ];
|
||||
@ -141217,6 +141236,24 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hwk" = callPackage
|
||||
({ mkDerivation, base, directory, extra, filepath, hint, process
|
||||
, simple-cmd-args
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hwk";
|
||||
version = "0.2.0";
|
||||
sha256 = "1a83y1xgqcxkggbhbw0rpfnjwryl5h0fv6apw86h1ynq7dhf80rd";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
executableHaskellDepends = [
|
||||
base directory extra filepath hint process simple-cmd-args
|
||||
];
|
||||
description = "A modern Haskell based AWK replacement";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"hworker" = callPackage
|
||||
({ mkDerivation, aeson, attoparsec, base, bytestring, hedis, hspec
|
||||
, hspec-contrib, HUnit, text, time, uuid
|
||||
@ -144493,6 +144530,27 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"in-other-words" = callPackage
|
||||
({ mkDerivation, async, base, exceptions, hspec, hspec-discover
|
||||
, monad-control, mtl, stm, transformers, transformers-base
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "in-other-words";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "06ipmkbgncsgcq5rfyn0v4plhbbrzrcx3r4xr1f3f6xv760pfyra";
|
||||
libraryHaskellDepends = [
|
||||
async base exceptions monad-control mtl stm transformers
|
||||
transformers-base
|
||||
];
|
||||
testHaskellDepends = [
|
||||
async base exceptions hspec monad-control mtl stm transformers
|
||||
transformers-base
|
||||
];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A higher-order effect system where the sky's the limit";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"inc-ref" = callPackage
|
||||
({ mkDerivation, base, stm }:
|
||||
mkDerivation {
|
||||
@ -164553,6 +164611,37 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"longshot" = callPackage
|
||||
({ mkDerivation, base, base16-bytestring, blake2, blake3
|
||||
, bytestring, containers, cryptohash-sha256, cryptonite, deepseq
|
||||
, docopt, memory, parallel, tasty, tasty-hunit, tasty-quickcheck
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "longshot";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "19njqqd4il5gg0pg2q05scm4may9gmfflq65gdilfwcxf6jzxin6";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base base16-bytestring blake2 blake3 bytestring containers
|
||||
cryptohash-sha256 cryptonite deepseq docopt memory parallel
|
||||
template-haskell
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base base16-bytestring blake2 blake3 bytestring containers
|
||||
cryptohash-sha256 cryptonite deepseq docopt memory parallel
|
||||
template-haskell
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base base16-bytestring blake2 blake3 bytestring containers
|
||||
cryptohash-sha256 cryptonite deepseq docopt memory parallel tasty
|
||||
tasty-hunit tasty-quickcheck template-haskell
|
||||
];
|
||||
description = "Fast Brute-force search using parallelism";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"lookup-tables" = callPackage
|
||||
({ mkDerivation, base, primitive, tasty, tasty-hunit
|
||||
, template-haskell
|
||||
@ -165316,8 +165405,8 @@ self: {
|
||||
({ mkDerivation, base, lucid }:
|
||||
mkDerivation {
|
||||
pname = "lucid-cdn";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "1y1rszg00kb1qpwrccpjv6l0qkn8cpxawks7ylcw8sbs0h824l73";
|
||||
version = "0.2.1.0";
|
||||
sha256 = "09g98hnw1mf9wih7jpwkvy8iavas8zg672yqj406zwvg786088jf";
|
||||
libraryHaskellDepends = [ base lucid ];
|
||||
description = "Curated list of CDN imports for lucid";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
@ -170891,8 +170980,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "metro";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "110zxqs79f8bcqx2w6c9h0snsqbzvkixpmzadmpdx13gqz32i73v";
|
||||
version = "0.1.0.4";
|
||||
sha256 = "1dnfc2nay0n51zkb9fx82yqdi5aj86lmix557w9dd5289v3r0ajb";
|
||||
libraryHaskellDepends = [
|
||||
base binary bytestring hashable hslogger mtl transformers unix-time
|
||||
unliftio unordered-containers
|
||||
@ -171098,8 +171187,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "micro-gateway";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "1jb703vcqncxw12cmgmyg63rw6fmfa4mv1685z6vab3xzq7kvxv7";
|
||||
version = "1.1.0.1";
|
||||
sha256 = "0anph45wr8f9xkn67sssr2jm6dm2h58jzxzxxw2hfcpsqmpvm41z";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
@ -185371,8 +185460,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "nri-prelude";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "08m3a4gk66rfzwphpcfkd3z7qbfdkrks0f2wjwz0d3mwj638gnbv";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "19rbcdv21j327lffvj43jyp0wa2zbbljfs7zd842szfffzq59bkg";
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal async auto-update base bytestring
|
||||
concurrent-output containers directory exceptions filepath hedgehog
|
||||
@ -189039,6 +189128,24 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"oplang" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, optparse-applicative
|
||||
, parsec, process, text, text-builder, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "oplang";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "09n4nq9wl4n3vfkh9av9i0z6gipsffsb5igs0rlcydii10hjcn89";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
executableHaskellDepends = [
|
||||
base directory filepath optparse-applicative parsec process text
|
||||
text-builder unordered-containers
|
||||
];
|
||||
description = "Compiler for OpLang, an esoteric programming language";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"opml" = callPackage
|
||||
({ mkDerivation, base, directory, xml }:
|
||||
mkDerivation {
|
||||
@ -204377,8 +204484,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "pretty-diff";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0g2n14jrmv994kd3wgyg2p52655s9fa5nibz64pdyj1dfkblg007";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0nz6shwyw6pkwd8n4rvix4fn0f5mvxx1xkc6q4k1xrg2ylg73ksv";
|
||||
libraryHaskellDepends = [ base data-default Diff text ];
|
||||
testHaskellDepends = [
|
||||
base data-default Diff tasty tasty-hunit tasty-test-reporter text
|
||||
@ -213813,7 +213920,7 @@ self: {
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
}) {};
|
||||
|
||||
"reanimate_1_1_0_0" = callPackage
|
||||
"reanimate_1_1_1_0" = callPackage
|
||||
({ mkDerivation, aeson, ansi-terminal, array, attoparsec, base
|
||||
, base64-bytestring, bytestring, cassava, cereal, colour
|
||||
, containers, cryptohash-sha256, cubicbezier, directory, filelock
|
||||
@ -213828,8 +213935,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "reanimate";
|
||||
version = "1.1.0.0";
|
||||
sha256 = "0cqmmdqpfzhqwvjwga2rj94drhrc5g95ji5iia92zzqicr51rfmf";
|
||||
version = "1.1.1.0";
|
||||
sha256 = "05illhid0nnypkl7znzkmc7b3wc7lmv8jn2sdcj39xr1yr8hji7f";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-terminal array attoparsec base base64-bytestring
|
||||
@ -213871,18 +213978,18 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"reanimate-svg_0_12_2_1" = callPackage
|
||||
"reanimate-svg_0_13_0_0" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, containers, Diff
|
||||
, directory, double-conversion, filepath, hashable, JuicyPixels
|
||||
, lens, linear, mtl, process, QuickCheck, scientific, tasty
|
||||
, tasty-expected-failure, tasty-golden, tasty-hunit
|
||||
, tasty-quickcheck, tasty-rerun, temporary, text, transformers
|
||||
, vector, xml
|
||||
, typed-process, vector, xml
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "reanimate-svg";
|
||||
version = "0.12.2.1";
|
||||
sha256 = "1rg9zz3qnbjxv1w03jzqs7a2qjkrjm5iz6x4j2j7kh2w8x5x1h24";
|
||||
version = "0.13.0.0";
|
||||
sha256 = "0fl3rb993zihwm9vyg615x4k17rrqimjfpc7k06mb5dlgkd39f7v";
|
||||
libraryHaskellDepends = [
|
||||
attoparsec base bytestring containers double-conversion hashable
|
||||
JuicyPixels lens linear mtl scientific text transformers vector xml
|
||||
@ -213890,7 +213997,7 @@ self: {
|
||||
testHaskellDepends = [
|
||||
base bytestring Diff directory filepath linear process QuickCheck
|
||||
tasty tasty-expected-failure tasty-golden tasty-hunit
|
||||
tasty-quickcheck tasty-rerun temporary text vector
|
||||
tasty-quickcheck tasty-rerun temporary text typed-process vector
|
||||
];
|
||||
description = "SVG file loader and serializer";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
@ -228282,6 +228389,29 @@ self: {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) {};
|
||||
|
||||
"servant-docs-simple_0_3_0_0" = callPackage
|
||||
({ mkDerivation, aeson, aeson-pretty, base, bytestring, hspec
|
||||
, hspec-core, ordered-containers, prettyprinter, raw-strings-qq
|
||||
, servant, text, unordered-containers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "servant-docs-simple";
|
||||
version = "0.3.0.0";
|
||||
sha256 = "0nzlgb3ccycqm3v599hh7k7fk7f8wqj0r2c2ldy9fj1c55h9n8hb";
|
||||
libraryHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring ordered-containers prettyprinter
|
||||
servant text unordered-containers
|
||||
];
|
||||
testHaskellDepends = [
|
||||
aeson aeson-pretty base bytestring hspec hspec-core
|
||||
ordered-containers prettyprinter raw-strings-qq servant text
|
||||
unordered-containers
|
||||
];
|
||||
description = "Generate endpoints overview for Servant API";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-ede" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, ede, either, filepath
|
||||
, http-media, http-types, semigroups, servant, servant-server, text
|
||||
@ -251487,8 +251617,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "tasty-test-reporter";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "005sfxxgx4dkxw0bs6b5japx0qvzs95mzz3nvpa2ycy3v25qqaad";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "1v6s3dd3ynzw0690hz1abi8l2j6zlpfj61g072w176n7is6x7p73";
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal base concurrent-output containers directory filepath
|
||||
junit-xml mtl safe-exceptions stm tagged tasty text
|
||||
@ -263533,6 +263663,28 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"type-of-html_1_5_2_0" = callPackage
|
||||
({ mkDerivation, base, blaze-html, bytestring, containers
|
||||
, criterion, deepseq, double-conversion, ghc, ghc-paths, ghc-prim
|
||||
, hspec, QuickCheck, random, text, weigh
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "type-of-html";
|
||||
version = "1.5.2.0";
|
||||
sha256 = "0s53panifhmyg5xda78x509jvxpbcw2kqan7y4jxa4nysgz34qhc";
|
||||
libraryHaskellDepends = [
|
||||
base bytestring containers double-conversion ghc-prim text
|
||||
];
|
||||
testHaskellDepends = [ base bytestring hspec QuickCheck ];
|
||||
benchmarkHaskellDepends = [
|
||||
base blaze-html bytestring criterion deepseq ghc ghc-paths random
|
||||
text weigh
|
||||
];
|
||||
description = "High performance type driven html generation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"type-of-html-static" = callPackage
|
||||
({ mkDerivation, base, template-haskell, type-of-html }:
|
||||
mkDerivation {
|
||||
@ -265155,6 +265307,20 @@ self: {
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"uncaught-exception" = callPackage
|
||||
({ mkDerivation, base }:
|
||||
mkDerivation {
|
||||
pname = "uncaught-exception";
|
||||
version = "0.1.0";
|
||||
sha256 = "176xnsfbj9xwha1s03ly7fpirgjkrp74smgrgx16v4wb0r4ifgxn";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [ base ];
|
||||
executableHaskellDepends = [ base ];
|
||||
description = "Customize uncaught exception handling";
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
}) {};
|
||||
|
||||
"uncertain" = callPackage
|
||||
({ mkDerivation, ad, base, base-compat, containers, free
|
||||
, mwc-random, primitive, transformers
|
||||
@ -265868,10 +266034,15 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "uniqueness-periods-vector-examples";
|
||||
version = "0.11.0.0";
|
||||
sha256 = "17ls9n8jdwp888xb5zd4m0f8l5xddc7962aa44wnxlc24gaim436";
|
||||
isLibrary = false;
|
||||
version = "0.12.1.0";
|
||||
sha256 = "03gk3lrfpn6cn2c2sb22x3baqr45alycv1y6xm26szikc6wa4w6c";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
base lists-flines uniqueness-periods-vector
|
||||
uniqueness-periods-vector-common
|
||||
uniqueness-periods-vector-properties
|
||||
];
|
||||
executableHaskellDepends = [
|
||||
base lists-flines mmsyn6ukr parallel phonetic-languages-ukrainian
|
||||
print-info uniqueness-periods-vector
|
||||
@ -265918,8 +266089,8 @@ self: {
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "uniqueness-periods-vector-properties";
|
||||
version = "0.5.3.0";
|
||||
sha256 = "1k6rdw55myb1qi0idxk4rks9na2w36gh2pmdlx2qkr7iiqrp613g";
|
||||
version = "0.5.4.0";
|
||||
sha256 = "0qn8pqny73lmd9al3mlsfzs91rs2y52q1mzpc8xf3bvixhbxvmwa";
|
||||
libraryHaskellDepends = [
|
||||
base mmsyn6ukr mmsyn7s phonetic-languages-rhythmicity
|
||||
phonetic-languages-ukrainian uniqueness-periods-vector
|
||||
@ -271541,8 +271712,8 @@ self: {
|
||||
({ mkDerivation, base, bytestring, transformers, vector, vulkan }:
|
||||
mkDerivation {
|
||||
pname = "vulkan";
|
||||
version = "3.6.8";
|
||||
sha256 = "1rrswgz7djm4zh6qx1f28lkspidip6r0mqkbk8gcfvv7vikz0vxz";
|
||||
version = "3.6.9";
|
||||
sha256 = "0h5b8sfd91yz09aws5dpwjz4vqcdsfkq4r7xk3jgc02v5f807iga";
|
||||
libraryHaskellDepends = [ base bytestring transformers vector ];
|
||||
librarySystemDepends = [ vulkan ];
|
||||
description = "Bindings to the Vulkan graphics API";
|
||||
|
Loading…
Reference in New Issue
Block a user