diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index dc46c69d57c..db518444cb2 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -9916,20 +9916,25 @@ self: { "HsHTSLib" = callPackage ({ mkDerivation, base, bytestring, bytestring-lexing, conduit - , containers, inline-c, mtl, template-haskell + , containers, inline-c, mtl, tasty, tasty-golden, tasty-hunit + , template-haskell, vector, zlib }: mkDerivation { pname = "HsHTSLib"; - version = "1.3.2.3"; - sha256 = "1j80lwall9ji5fb2iw1fni2jxplyiss5rx0zfkbx9g5ns1cd98r3"; + version = "1.3.2.4"; + sha256 = "07zgbmk7511n0r7z7zdiryqxrxp000pq5wjdlhnr2ljahz53qnsq"; libraryHaskellDepends = [ base bytestring bytestring-lexing conduit containers inline-c mtl template-haskell ]; + librarySystemDepends = [ zlib ]; + testHaskellDepends = [ + base bytestring conduit mtl tasty tasty-golden tasty-hunit vector + ]; description = "High level bindings to htslib"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; - }) {}; + }) {inherit (pkgs) zlib;}; "HsHaruPDF" = callPackage ({ mkDerivation, base }: @@ -39717,30 +39722,6 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; - "brick_0_43" = callPackage - ({ mkDerivation, base, config-ini, containers, contravariant - , data-clist, deepseq, directory, dlist, filepath, microlens - , microlens-mtl, microlens-th, QuickCheck, stm, template-haskell - , text, text-zipper, transformers, unix, vector, vty, word-wrap - }: - mkDerivation { - pname = "brick"; - version = "0.43"; - sha256 = "1vj0b31jlmwihdg2ggr82bngqnj9lxnkv2s0h5x21pizfx18c6kp"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base config-ini containers contravariant data-clist deepseq - directory dlist filepath microlens microlens-mtl microlens-th stm - template-haskell text text-zipper transformers unix vector vty - word-wrap - ]; - testHaskellDepends = [ base containers QuickCheck ]; - description = "A declarative terminal user interface library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - }) {}; - "brick_0_45" = callPackage ({ mkDerivation, base, config-ini, containers, contravariant , data-clist, deepseq, directory, dlist, filepath, microlens @@ -73210,14 +73191,14 @@ self: { license = stdenv.lib.licenses.mit; }) {}; - "exact-pi_0_5_0_0" = callPackage + "exact-pi_0_5_0_1" = callPackage ({ mkDerivation, base, numtype-dk, QuickCheck, tasty, tasty-hunit , tasty-quickcheck }: mkDerivation { pname = "exact-pi"; - version = "0.5.0.0"; - sha256 = "03rwpqgk3j965pgfbch38k7ghhdwa76rdg9is11kmwr7mff2wm0x"; + version = "0.5.0.1"; + sha256 = "0q0qrkmpff835m3zz3w60i1y4sqicnzqb6vqmk13cjh4ign5d0ax"; libraryHaskellDepends = [ base numtype-dk ]; testHaskellDepends = [ base numtype-dk QuickCheck tasty tasty-hunit tasty-quickcheck @@ -81423,8 +81404,10 @@ self: { ({ mkDerivation, base, funcons-tools, funcons-values }: mkDerivation { pname = "funcons-simple"; - version = "0.1.0.3"; - sha256 = "0ar5sxcalbfyhyvm6ijbyrrz2pzqyj5bihngnf187wrc5llq2ydr"; + version = "0.1.0.7"; + sha256 = "1p6dvrfymap6b2n7ys3llxaa3jvykpykm27yv3mfy19q29djpwv4"; + revision = "1"; + editedCabalFile = "1zv6njnp3ymp2hgq68fyhckv8lq4h36wqwx01zbnkwcajwiy66mr"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base funcons-tools funcons-values ]; @@ -81440,8 +81423,8 @@ self: { }: mkDerivation { pname = "funcons-tools"; - version = "0.2.0.5"; - sha256 = "16a4jn2l13da7n4c73raqplisz4xg7g4rpi707vks5x9gi44pag4"; + version = "0.2.0.7"; + sha256 = "132l3wzhr60xnp1zd3qh5yrz9y8fk0v6fz9i242vdvj1rbacfdhf"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -81458,15 +81441,13 @@ self: { }) {}; "funcons-values" = callPackage - ({ mkDerivation, base, bv, containers, multiset, random-strings - , text, vector - }: + ({ mkDerivation, base, bv, containers, multiset, text, vector }: mkDerivation { pname = "funcons-values"; - version = "0.1.0.3"; - sha256 = "0j9sn5b6c6v1vllkvrc02r81bpcmh2a3srq74na8vvzq8pp6midy"; + version = "0.1.0.5"; + sha256 = "0wmkag1dlvk6lq2f17pvzwxlafd7hn69vxwrkr8ar02vb1yvnb2q"; libraryHaskellDepends = [ - base bv containers multiset random-strings text vector + base bv containers multiset text vector ]; description = "Library providing values and operations on values in a fixed universe"; license = stdenv.lib.licenses.mit; @@ -86247,7 +86228,7 @@ self: { "gi-girepository" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, gi-glib - , gi-gobject, gobjectIntrospection, haskell-gi, haskell-gi-base + , gi-gobject, gobject-introspection, haskell-gi, haskell-gi-base , haskell-gi-overloading, text, transformers }: mkDerivation { @@ -86259,11 +86240,11 @@ self: { base bytestring containers gi-glib gi-gobject haskell-gi haskell-gi-base haskell-gi-overloading text transformers ]; - libraryPkgconfigDepends = [ gobjectIntrospection ]; + libraryPkgconfigDepends = [ gobject-introspection ]; doHaddock = false; description = "GIRepository (gobject-introspection) bindings"; license = stdenv.lib.licenses.lgpl21; - }) {inherit (pkgs) gobjectIntrospection;}; + }) {inherit (pkgs.gnome3) gobject-introspection;}; "gi-glib" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, glib @@ -99463,7 +99444,7 @@ self: { "haskell-gi" = callPackage ({ mkDerivation, attoparsec, base, bytestring, Cabal, containers - , directory, doctest, filepath, glib, gobjectIntrospection + , directory, doctest, filepath, glib, gobject-introspection , haskell-gi-base, mtl, pretty-show, process, regex-tdfa, safe , text, transformers, xdg-basedir, xml-conduit }: @@ -99476,11 +99457,12 @@ self: { haskell-gi-base mtl pretty-show process regex-tdfa safe text transformers xdg-basedir xml-conduit ]; - libraryPkgconfigDepends = [ glib gobjectIntrospection ]; + libraryPkgconfigDepends = [ glib gobject-introspection ]; testHaskellDepends = [ base doctest process ]; description = "Generate Haskell bindings for GObject Introspection capable libraries"; license = stdenv.lib.licenses.lgpl21; - }) {inherit (pkgs) glib; inherit (pkgs) gobjectIntrospection;}; + }) {inherit (pkgs) glib; + inherit (pkgs.gnome3) gobject-introspection;}; "haskell-gi-base" = callPackage ({ mkDerivation, base, bytestring, containers, glib, text }: @@ -125834,8 +125816,8 @@ self: { }: mkDerivation { pname = "itanium-abi"; - version = "0.1.0.0"; - sha256 = "19ywiim8jjkpj2f7agvq98j4p7l1bw8lp2lmgimwq3bz17nrawwk"; + version = "0.1.1.0"; + sha256 = "01fhzxgarbaccmkixn6l09wrbl5xr23kxcq3pf21k13zq6p971d8"; libraryHaskellDepends = [ base boomerang text transformers unordered-containers ]; @@ -148617,6 +148599,16 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "morphisms" = callPackage + ({ mkDerivation }: + mkDerivation { + pname = "morphisms"; + version = "0.1.0"; + sha256 = "0mgkpasj9jd4fhmxcxaij8jkcvp57q8xymf2wvldpwcgi05602az"; + description = "It's all about functions"; + license = stdenv.lib.licenses.mit; + }) {}; + "morte" = callPackage ({ mkDerivation, alex, array, base, binary, code-page, containers , criterion, deepseq, Earley, formatting, http-client @@ -154431,8 +154423,8 @@ self: { }: mkDerivation { pname = "ngx-export-tools"; - version = "0.4.0.0"; - sha256 = "11z3xpivxd344fcq48vvjkvyl658f9mw7k7wqhgchzd5lsymx05s"; + version = "0.4.1.0"; + sha256 = "0q70p894sqzzx534vxl8grrizllzhw3cx1d02nfg88h7gr82zp3f"; libraryHaskellDepends = [ aeson base binary bytestring ngx-export safe template-haskell ]; @@ -172576,8 +172568,8 @@ self: { }: mkDerivation { pname = "proteome"; - version = "0.3.7.0"; - sha256 = "03ll4vrh0a40l6rsxp98yax923ginp4483gx11102d8srvvx5qbb"; + version = "0.3.8.0"; + sha256 = "1lr0a5vyf305ikhzf8xqrdzksz48vjlikx7zvjxkp0wsarz07ikd"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -178723,8 +178715,8 @@ self: { ({ mkDerivation, base, composition-prelude }: mkDerivation { pname = "recursion"; - version = "2.1.0.0"; - sha256 = "04vgcpijkphcy5ybiw4b14ax5nwjs8vrs0ywbpl2dfhsxw9gpv0h"; + version = "2.2.0.0"; + sha256 = "075rmdrfvaq14p6c3fpg8svf3klrxi5a43a4cgl2j61q5yhhgb3a"; libraryHaskellDepends = [ base composition-prelude ]; description = "A recursion schemes library for GHC"; license = stdenv.lib.licenses.bsd3; @@ -179670,8 +179662,8 @@ self: { }: mkDerivation { pname = "regex"; - version = "1.0.1.3"; - sha256 = "1sjkpkgv4phy5b5v2lr89x4vx4dh44pj0sbvlsp6n86w9v6v4jwb"; + version = "1.0.1.4"; + sha256 = "15kdlb8wgdv72wsxd0av7j085vd3hg6lhpnx4wn3q659f43g6ahc"; libraryHaskellDepends = [ array base base-compat bytestring containers hashable regex-base regex-pcre-builtin regex-tdfa regex-tdfa-text template-haskell text @@ -179822,8 +179814,8 @@ self: { }: mkDerivation { pname = "regex-examples"; - version = "1.0.1.3"; - sha256 = "0hmpq8w08n0vslnzqn6zsxp622dipg0ma42b4d47rjnv9ihl0jad"; + version = "1.0.1.4"; + sha256 = "0lxwp1kqacw7dvhbrzy7kl0w5g79gp22b9143m6cgd2f2z7bgzqp"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -180127,8 +180119,8 @@ self: { }: mkDerivation { pname = "regex-with-pcre"; - version = "1.0.1.3"; - sha256 = "17pq70wiyq97rh6ba1zsl6rzifi8k5mykn6kwwxcvjqqs9n2nzh9"; + version = "1.0.1.4"; + sha256 = "0pgy9bym4450kzhrzy3amw8dhswzvmqnj5i8pn33l8rvsyr37zp7"; libraryHaskellDepends = [ base base-compat bytestring containers regex regex-base regex-pcre-builtin regex-pcre-text regex-tdfa template-haskell text @@ -187453,12 +187445,13 @@ self: { "script-monad" = callPackage ({ mkDerivation, aeson, aeson-pretty, base, bytestring, http-client , http-types, lens, lens-aeson, QuickCheck, tasty, tasty-hunit - , tasty-quickcheck, text, time, unordered-containers, vector, wreq + , tasty-quickcheck, tasty-quickcheck-laws, text, time + , unordered-containers, vector, wreq }: mkDerivation { pname = "script-monad"; - version = "0.0.1"; - sha256 = "0s1wb3wgkma7ia8mn4fl8jyl74vrx195m37n71fnbi22z56y8k5j"; + version = "0.0.2.1"; + sha256 = "1lmla9jwb46d4ffm4igd23v0v2pr45sfbizgg7n29kkv8i2czhkz"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -187468,6 +187461,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base bytestring tasty tasty-hunit tasty-quickcheck + tasty-quickcheck-laws ]; description = "Transformer stack of error, reader, writer, state, and prompt monads"; license = stdenv.lib.licenses.bsd3; @@ -209203,6 +209197,21 @@ self: { license = stdenv.lib.licenses.mit; }) {}; + "tasty-quickcheck-laws" = callPackage + ({ mkDerivation, base, QuickCheck, tasty, tasty-quickcheck }: + mkDerivation { + pname = "tasty-quickcheck-laws"; + version = "0.0.1"; + sha256 = "0hlp1l2my0wydvlxqb8kvqyy1avcnx47brj16ikann83r6za67dp"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; + executableHaskellDepends = [ base ]; + testHaskellDepends = [ base QuickCheck tasty ]; + description = "Pre-built tasty trees for checking lawful class properties using QuickCheck"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "tasty-rerun" = callPackage ({ mkDerivation, base, containers, mtl, optparse-applicative , reducers, split, stm, tagged, tasty, transformers