diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index 35ed7cc9536d..2693edaa6840 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -1457,7 +1457,6 @@ dont-distribute-packages: - graphicstools - graphtype - graphula - - graphula_2_1_0_1 - greencard-lib - grid-proto - gridbounds diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 857464ae4abd..6621cd99d90c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -4336,70 +4336,6 @@ self: { ) { }; "Blammo" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - dlist, - envparse, - exceptions, - fast-logger, - hspec, - lens, - markdown-unlit, - monad-logger-aeson, - mtl, - text, - time, - unliftio, - unliftio-core, - unordered-containers, - vector, - }: - mkDerivation { - pname = "Blammo"; - version = "2.1.1.0"; - sha256 = "0n0vybpqvdi20jgdmzpbcb87a96s7npa1gbmvqplc0sqlnrx2cx6"; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - dlist - envparse - exceptions - fast-logger - lens - monad-logger-aeson - mtl - text - time - unliftio - unliftio-core - unordered-containers - vector - ]; - testHaskellDepends = [ - aeson - base - bytestring - envparse - hspec - lens - markdown-unlit - mtl - text - time - ]; - testToolDepends = [ markdown-unlit ]; - description = "Batteries-included Structured Logging library"; - license = lib.licenses.mit; - } - ) { }; - - "Blammo_2_1_2_0" = callPackage ( { mkDerivation, aeson, @@ -4460,7 +4396,6 @@ self: { testToolDepends = [ markdown-unlit ]; description = "Batteries-included Structured Logging library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -7433,31 +7368,6 @@ self: { ) { }; "Clipboard" = callPackage ( - { - mkDerivation, - base, - directory, - unix, - utf8-string, - X11, - }: - mkDerivation { - pname = "Clipboard"; - version = "2.3.2.0"; - sha256 = "1dr5ifmy5azib140bri9rzlq69jic430v9cv372jb42r78cci0iz"; - libraryHaskellDepends = [ - base - directory - unix - utf8-string - X11 - ]; - description = "System clipboard interface"; - license = lib.licenses.bsd3; - } - ) { }; - - "Clipboard_2_3_2_2" = callPackage ( { mkDerivation, base, @@ -7479,7 +7389,6 @@ self: { ]; description = "System clipboard interface"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -24152,54 +24061,6 @@ self: { }; "HsYAML" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - deepseq, - mtl, - parsec, - QuickCheck, - tasty, - tasty-quickcheck, - text, - transformers, - }: - mkDerivation { - pname = "HsYAML"; - version = "0.2.1.4"; - sha256 = "09hsva1qnnnyvbf7860wqpi5b3i6hbshf3wmhx3fm4hi7i3ak05m"; - revision = "1"; - editedCabalFile = "04yd612hlm8v660p1ww823kci59vi9myljcqsf0pajvfaaf4v0kx"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - bytestring - containers - deepseq - mtl - parsec - text - transformers - ]; - testHaskellDepends = [ - base - bytestring - containers - mtl - QuickCheck - tasty - tasty-quickcheck - text - ]; - description = "Pure Haskell YAML 1.2 processor"; - license = lib.licenses.gpl2Only; - } - ) { }; - - "HsYAML_0_2_1_5" = callPackage ( { mkDerivation, base, @@ -24242,50 +24103,10 @@ self: { ]; description = "Pure Haskell YAML 1.2 processor"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; } ) { }; "HsYAML-aeson" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - HsYAML, - mtl, - scientific, - text, - unordered-containers, - vector, - }: - mkDerivation { - pname = "HsYAML-aeson"; - version = "0.2.0.1"; - sha256 = "139hqd07hkr8ykvrgmcshh9f3vp9dnrj6ks5nl8hgrpi990jsy5r"; - revision = "10"; - editedCabalFile = "1x99nqpd037a5p0lqk6qn9cmdafgcajk4gnvxd5dw5gdpyq85x3r"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - HsYAML - mtl - scientific - text - unordered-containers - vector - ]; - description = "JSON to YAML Adapter"; - license = lib.licenses.gpl2Plus; - } - ) { }; - - "HsYAML-aeson_0_2_0_2" = callPackage ( { mkDerivation, aeson, @@ -24319,7 +24140,6 @@ self: { ]; description = "JSON to YAML Adapter"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -24797,47 +24617,6 @@ self: { ) { }; "IPv6Addr" = callPackage ( - { - mkDerivation, - aeson, - attoparsec, - base, - HUnit, - iproute, - network, - network-info, - random, - test-framework, - test-framework-hunit, - text, - }: - mkDerivation { - pname = "IPv6Addr"; - version = "2.0.6"; - sha256 = "162qi2jczpxwyv0y4r9zkyr6hkdy8k38nmy9db0pa1dm48xfsd4p"; - libraryHaskellDepends = [ - aeson - attoparsec - base - iproute - network - network-info - random - text - ]; - testHaskellDepends = [ - base - HUnit - test-framework - test-framework-hunit - text - ]; - description = "Library to deal with IPv6 address text representations"; - license = lib.licenses.bsd3; - } - ) { }; - - "IPv6Addr_2_0_6_1" = callPackage ( { mkDerivation, aeson, @@ -24875,7 +24654,6 @@ self: { ]; description = "Library to deal with IPv6 address text representations"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -28169,58 +27947,6 @@ self: { ) { }; "ListLike" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - containers, - deepseq, - dlist, - fmlist, - HUnit, - QuickCheck, - random, - text, - utf8-string, - vector, - }: - mkDerivation { - pname = "ListLike"; - version = "4.7.8.2"; - sha256 = "1m7rmz8qkyb6c2mag4p39gw9cjhw7xdsshvb7vik8694l3qplqxd"; - libraryHaskellDepends = [ - array - base - bytestring - containers - deepseq - dlist - fmlist - text - utf8-string - vector - ]; - testHaskellDepends = [ - array - base - bytestring - containers - dlist - fmlist - HUnit - QuickCheck - random - text - utf8-string - vector - ]; - description = "Generalized support for list-like structures"; - license = lib.licenses.bsd3; - } - ) { }; - - "ListLike_4_7_8_3" = callPackage ( { mkDerivation, array, @@ -28269,7 +27995,6 @@ self: { ]; description = "Generalized support for list-like structures"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -30026,68 +29751,6 @@ self: { ) { }; "MissingH" = callPackage ( - { - mkDerivation, - array, - base, - containers, - directory, - filepath, - hslogger, - HUnit, - mtl, - network, - network-bsd, - old-locale, - old-time, - parsec, - process, - regex-compat, - time, - unix, - }: - mkDerivation { - pname = "MissingH"; - version = "1.6.0.1"; - sha256 = "0f5d7ws2vqm1vpwjab9cp691jn5j3dxycfn4w5p1rb4aim504aa9"; - revision = "3"; - editedCabalFile = "00cx3sszr8f6adkl5w09mk7yg6pl38mym2mcl2nicdpz9vyvjb2f"; - libraryHaskellDepends = [ - array - base - containers - directory - filepath - hslogger - mtl - network - network-bsd - old-locale - old-time - parsec - process - regex-compat - time - unix - ]; - testHaskellDepends = [ - base - containers - directory - filepath - HUnit - old-time - parsec - regex-compat - time - unix - ]; - description = "Large utility library"; - license = lib.licenses.bsd3; - } - ) { }; - - "MissingH_1_6_0_2" = callPackage ( { mkDerivation, array, @@ -30144,7 +29807,6 @@ self: { ]; description = "Large utility library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -30528,33 +30190,6 @@ self: { ) { }; "MonadRandom" = callPackage ( - { - mkDerivation, - base, - mtl, - primitive, - random, - transformers, - transformers-compat, - }: - mkDerivation { - pname = "MonadRandom"; - version = "0.6.1"; - sha256 = "09v56xbp4l0qpv8l18289p4xmjjh56q07crj9h5801fiji8zz4w8"; - libraryHaskellDepends = [ - base - mtl - primitive - random - transformers - transformers-compat - ]; - description = "Random-number generation monad"; - license = lib.licenses.bsd3; - } - ) { }; - - "MonadRandom_0_6_2" = callPackage ( { mkDerivation, base, @@ -30578,7 +30213,6 @@ self: { ]; description = "Random-number generation monad"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -53237,63 +52871,6 @@ self: { ) { }; "adjunctions" = callPackage ( - { - mkDerivation, - array, - base, - comonad, - containers, - contravariant, - distributive, - free, - generic-deriving, - hspec, - hspec-discover, - mtl, - profunctors, - semigroupoids, - semigroups, - tagged, - transformers, - transformers-compat, - void, - }: - mkDerivation { - pname = "adjunctions"; - version = "4.4.2"; - sha256 = "06354xzgf78jl4g1xw11rp74gi7zh94rgvsji7ma1g0hp26myyql"; - revision = "2"; - editedCabalFile = "07bqjrmlhz67y2jnflphqd521yji9gw40dpp5wy54gcdnzk6l81h"; - 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 ]; - description = "Adjunctions and representable functors"; - license = lib.licenses.bsd3; - } - ) { }; - - "adjunctions_4_4_3" = callPackage ( { mkDerivation, array, @@ -53343,7 +52920,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Adjunctions and representable functors"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -83767,99 +83343,6 @@ self: { ) { }; "arithmoi" = callPackage ( - { - mkDerivation, - array, - base, - chimera, - constraints, - containers, - deepseq, - exact-pi, - ghc-bignum, - infinite-list, - integer-logarithms, - integer-roots, - mod, - QuickCheck, - quickcheck-classes, - random, - semirings, - smallcheck, - tasty, - tasty-bench, - tasty-hunit, - tasty-quickcheck, - tasty-rerun, - tasty-smallcheck, - transformers, - vector, - }: - mkDerivation { - pname = "arithmoi"; - version = "0.13.0.0"; - sha256 = "0bcxfx8gm0vd07pg417yid11dqakgw5w1hndmg8667g92ar5njsc"; - revision = "5"; - editedCabalFile = "1j1s27xmlwx2b2cp44q970cfa4cjap42hjd8rj754fn7ffkzn232"; - configureFlags = [ "-f-llvm" ]; - libraryHaskellDepends = [ - array - base - chimera - constraints - containers - deepseq - exact-pi - ghc-bignum - infinite-list - integer-logarithms - integer-roots - mod - random - semirings - transformers - vector - ]; - testHaskellDepends = [ - base - containers - exact-pi - infinite-list - integer-roots - mod - QuickCheck - quickcheck-classes - random - semirings - smallcheck - tasty - tasty-hunit - tasty-quickcheck - tasty-rerun - tasty-smallcheck - transformers - vector - ]; - benchmarkHaskellDepends = [ - array - base - constraints - containers - deepseq - infinite-list - integer-logarithms - mod - random - semirings - tasty-bench - vector - ]; - description = "Efficient basic number-theoretic functions"; - license = lib.licenses.mit; - } - ) { }; - - "arithmoi_0_13_0_1" = callPackage ( { mkDerivation, array, @@ -83947,7 +83430,6 @@ self: { ]; description = "Efficient basic number-theoretic functions"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -87852,87 +87334,6 @@ self: { ) { }; "atom-conduit" = callPackage ( - { - mkDerivation, - base, - blaze-builder, - conduit, - data-default, - filepath, - generic-random, - microlens, - microlens-th, - parsers, - pretty-simple, - prettyprinter, - QuickCheck, - quickcheck-instances, - refined, - relude, - resourcet, - safe-exceptions, - tasty, - tasty-golden, - tasty-hunit, - tasty-quickcheck, - text, - time, - timerep, - uri-bytestring, - xml-conduit, - xml-types, - }: - mkDerivation { - pname = "atom-conduit"; - version = "0.9.0.1"; - sha256 = "1fbvs522x9ldpmp1qr57vsanbdhqfi4m4cs2gk3pm5vmnnqqpqb4"; - libraryHaskellDepends = [ - base - blaze-builder - conduit - microlens - microlens-th - parsers - prettyprinter - refined - relude - safe-exceptions - text - time - timerep - uri-bytestring - xml-conduit - xml-types - ]; - testHaskellDepends = [ - base - conduit - data-default - filepath - generic-random - microlens - pretty-simple - QuickCheck - quickcheck-instances - refined - relude - resourcet - tasty - tasty-golden - tasty-hunit - tasty-quickcheck - text - time - uri-bytestring - xml-conduit - xml-types - ]; - description = "Streaming parser/renderer for the Atom 1.0 standard (RFC 4287)."; - license = lib.licenses.cc0; - } - ) { }; - - "atom-conduit_0_9_0_2" = callPackage ( { mkDerivation, base, @@ -88010,7 +87411,6 @@ self: { ]; description = "Streaming parser/renderer for the Atom 1.0 standard (RFC 4287)."; license = lib.licenses.cc0; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -88226,47 +87626,6 @@ self: { ) { }; "atomic-write" = callPackage ( - { - mkDerivation, - base, - bytestring, - directory, - filepath, - hspec, - hspec-discover, - temporary, - text, - unix-compat, - }: - mkDerivation { - pname = "atomic-write"; - version = "0.2.1.0"; - sha256 = "0fdmh8rk5mvc356gi31d4lh49cgqafg364wc34i05q9zlx2fvka4"; - libraryHaskellDepends = [ - base - bytestring - directory - filepath - temporary - text - unix-compat - ]; - testHaskellDepends = [ - base - bytestring - filepath - hspec - temporary - text - unix-compat - ]; - testToolDepends = [ hspec-discover ]; - description = "Atomically write to a file"; - license = lib.licenses.mit; - } - ) { }; - - "atomic-write_0_2_1_1" = callPackage ( { mkDerivation, base, @@ -88304,7 +87663,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Atomically write to a file"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -90732,45 +90090,6 @@ self: { ) { }; "autodocodec-schema" = callPackage ( - { - mkDerivation, - aeson, - autodocodec, - base, - containers, - mtl, - scientific, - text, - unordered-containers, - validity, - validity-aeson, - validity-containers, - validity-text, - }: - mkDerivation { - pname = "autodocodec-schema"; - version = "0.2.0.0"; - sha256 = "1xzjjxd5vw211k4lvcsyz47rmvlv4b96adqxpdnh8hfxdl3dhhl3"; - libraryHaskellDepends = [ - aeson - autodocodec - base - containers - mtl - scientific - text - unordered-containers - validity - validity-aeson - validity-containers - validity-text - ]; - description = "Autodocodec interpreters for JSON Schema"; - license = lib.licenses.mit; - } - ) { }; - - "autodocodec-schema_0_2_0_1" = callPackage ( { mkDerivation, aeson, @@ -90806,7 +90125,6 @@ self: { ]; description = "Autodocodec interpreters for JSON Schema"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -90875,45 +90193,6 @@ self: { ) { }; "autodocodec-yaml" = callPackage ( - { - mkDerivation, - autodocodec, - autodocodec-schema, - base, - bytestring, - containers, - path, - path-io, - safe-coloured-text, - scientific, - text, - vector, - yaml, - }: - mkDerivation { - pname = "autodocodec-yaml"; - version = "0.4.0.0"; - sha256 = "1al2k668czis10klcicrxns89nks7b6b003wrpgaa0alx2imjsy1"; - libraryHaskellDepends = [ - autodocodec - autodocodec-schema - base - bytestring - containers - path - path-io - safe-coloured-text - scientific - text - vector - yaml - ]; - description = "Autodocodec interpreters for yaml"; - license = lib.licenses.mit; - } - ) { }; - - "autodocodec-yaml_0_4_0_1" = callPackage ( { mkDerivation, autodocodec, @@ -90949,7 +90228,6 @@ self: { ]; description = "Autodocodec interpreters for yaml"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -103693,75 +102971,6 @@ self: { ) { }; "binary-instances" = callPackage ( - { - mkDerivation, - aeson, - base, - binary, - binary-orphans, - bytestring, - case-insensitive, - hashable, - primitive, - QuickCheck, - quickcheck-instances, - scientific, - tagged, - tasty, - tasty-quickcheck, - text, - time-compat, - unordered-containers, - vector, - vector-binary-instances, - }: - mkDerivation { - pname = "binary-instances"; - version = "1.0.5"; - sha256 = "01ycp0dn96n4zavrw1rr5ly0isr3kq16jihwcdg6c022v9w73wkf"; - revision = "1"; - editedCabalFile = "1wxcp6cy7lp3bbn45jlihqdl43ix84szs55n7vwd5vjxvs695hjl"; - libraryHaskellDepends = [ - aeson - base - binary - binary-orphans - case-insensitive - hashable - primitive - scientific - tagged - text - time-compat - unordered-containers - vector - vector-binary-instances - ]; - testHaskellDepends = [ - aeson - base - binary - bytestring - case-insensitive - hashable - primitive - QuickCheck - quickcheck-instances - scientific - tagged - tasty - tasty-quickcheck - text - time-compat - unordered-containers - vector - ]; - description = "Orphan instances for binary"; - license = lib.licenses.bsd3; - } - ) { }; - - "binary-instances_1_0_6" = callPackage ( { mkDerivation, aeson, @@ -103825,7 +103034,6 @@ self: { ]; description = "Orphan instances for binary"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -111565,100 +110773,6 @@ self: { ) { }; "bloodhound" = callPackage ( - { - mkDerivation, - aeson, - aeson-optics, - base, - blaze-builder, - bytestring, - containers, - doctest, - errors, - exceptions, - generic-random, - hashable, - hspec, - hspec-discover, - http-client, - http-types, - microlens, - mtl, - network-uri, - optics, - optics-core, - pretty-simple, - QuickCheck, - quickcheck-properties, - scientific, - template-haskell, - temporary, - text, - time, - unix-compat, - unordered-containers, - vector, - versions, - }: - mkDerivation { - pname = "bloodhound"; - version = "0.23.0.0"; - sha256 = "0rbvjjjjdx86sg3pi04isb46ifip0m9kmrk9pyn3b49xng5nfk85"; - libraryHaskellDepends = [ - aeson - base - blaze-builder - bytestring - containers - exceptions - hashable - http-client - http-types - mtl - network-uri - optics-core - scientific - template-haskell - text - time - unordered-containers - vector - versions - ]; - testHaskellDepends = [ - aeson - aeson-optics - base - bytestring - containers - doctest - errors - exceptions - generic-random - hspec - hspec-discover - http-client - http-types - microlens - mtl - optics - pretty-simple - QuickCheck - quickcheck-properties - temporary - text - time - unix-compat - vector - versions - ]; - testToolDepends = [ hspec-discover ]; - description = "Elasticsearch client library for Haskell"; - license = lib.licenses.bsd3; - } - ) { }; - - "bloodhound_0_23_0_1" = callPackage ( { mkDerivation, aeson, @@ -111749,7 +110863,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Elasticsearch client library for Haskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -112254,19 +111367,6 @@ self: { }; "bluefin" = callPackage ( - { mkDerivation, bluefin-internal }: - mkDerivation { - pname = "bluefin"; - version = "0.0.14.1"; - sha256 = "1f2m0f7cmn789g344k4w6avaf2mpw1zqygz5813c7cws1v0vc4mz"; - libraryHaskellDepends = [ bluefin-internal ]; - description = "The Bluefin effect system"; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.maralorn ]; - } - ) { }; - - "bluefin_0_0_15_0" = callPackage ( { mkDerivation, bluefin-internal }: mkDerivation { pname = "bluefin"; @@ -112275,7 +111375,6 @@ self: { libraryHaskellDepends = [ bluefin-internal ]; description = "The Bluefin effect system"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.maralorn ]; } ) { }; @@ -112314,36 +111413,6 @@ self: { ) { }; "bluefin-internal" = callPackage ( - { - mkDerivation, - async, - base, - monad-control, - transformers, - transformers-base, - unliftio-core, - }: - mkDerivation { - pname = "bluefin-internal"; - version = "0.0.14.0"; - sha256 = "10rs1fv5hv60lrbh0zbcbapcafdqrglzjc86vb8f73kwhq6b8w71"; - revision = "1"; - editedCabalFile = "1dr1ls83ana7cvj75y62gsjazaq6c2mya4paawknxbx6aniqgnnh"; - libraryHaskellDepends = [ - async - base - monad-control - transformers - transformers-base - unliftio-core - ]; - testHaskellDepends = [ base ]; - description = "The Bluefin effect system, internals"; - license = lib.licenses.mit; - } - ) { }; - - "bluefin-internal_0_0_15_0" = callPackage ( { mkDerivation, async, @@ -112368,7 +111437,6 @@ self: { testHaskellDepends = [ base ]; description = "The Bluefin effect system, internals"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -114939,18 +114007,6 @@ self: { ) { }; "bounded-qsem" = callPackage ( - { mkDerivation, base }: - mkDerivation { - pname = "bounded-qsem"; - version = "0.1.0.3"; - sha256 = "1wilhk7jc9g3wg332pk4c60yghyg4cwdy77fy3b7y5id3j848zcg"; - libraryHaskellDepends = [ base ]; - description = "Bounded quantity semaphores"; - license = lib.licenses.mit; - } - ) { }; - - "bounded-qsem_0_1_0_4" = callPackage ( { mkDerivation, base }: mkDerivation { pname = "bounded-qsem"; @@ -114959,7 +114015,6 @@ self: { libraryHaskellDepends = [ base ]; description = "Bounded quantity semaphores"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -120165,52 +119220,6 @@ self: { ) { }; "bv-sized" = callPackage ( - { - mkDerivation, - base, - bitwise, - bytestring, - deepseq, - hedgehog, - MonadRandom, - panic, - parameterized-utils, - random, - tasty, - tasty-hedgehog, - th-lift, - }: - mkDerivation { - pname = "bv-sized"; - version = "1.0.5"; - sha256 = "1ydldi9q9rxggjh6mncg7mwggi0wpigld96nqqgw33ldcid8b7as"; - revision = "1"; - editedCabalFile = "17khx2nq5gp3b2sbrwgswvywf8sj7kas84qlppdsj2isr3w2v8gn"; - libraryHaskellDepends = [ - base - bitwise - bytestring - deepseq - panic - parameterized-utils - random - th-lift - ]; - testHaskellDepends = [ - base - bytestring - hedgehog - MonadRandom - parameterized-utils - tasty - tasty-hedgehog - ]; - description = "a bitvector datatype that is parameterized by the vector width"; - license = lib.licenses.bsd3; - } - ) { }; - - "bv-sized_1_0_6" = callPackage ( { mkDerivation, base, @@ -120251,7 +119260,6 @@ self: { ]; description = "a bitvector datatype that is parameterized by the vector width"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -120967,25 +119975,6 @@ self: { ) { }; "byteset" = callPackage ( - { - mkDerivation, - base, - binary, - }: - mkDerivation { - pname = "byteset"; - version = "0.1.1.1"; - sha256 = "1sy7xp2zvmhlldgb18ah3g17382p9q2i0w3zxrzriq0ib9lrln1x"; - libraryHaskellDepends = [ - base - binary - ]; - description = "Set of bytes"; - license = lib.licenses.bsd3; - } - ) { }; - - "byteset_0_1_1_2" = callPackage ( { mkDerivation, base, @@ -121001,7 +119990,6 @@ self: { ]; description = "Set of bytes"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -121547,35 +120535,6 @@ self: { ) { }; "bytestring-lexing" = callPackage ( - { - mkDerivation, - base, - bytestring, - tasty, - tasty-quickcheck, - tasty-smallcheck, - }: - mkDerivation { - pname = "bytestring-lexing"; - version = "0.5.0.14"; - sha256 = "10r12gsms3bmakxfsqg24l7v87lq4hxgz3g8c3mz8wdcd5bds4l0"; - libraryHaskellDepends = [ - base - bytestring - ]; - testHaskellDepends = [ - base - bytestring - tasty - tasty-quickcheck - tasty-smallcheck - ]; - description = "Efficiently parse and produce common integral and fractional numbers"; - license = lib.licenses.bsd3; - } - ) { }; - - "bytestring-lexing_0_5_0_15" = callPackage ( { mkDerivation, base, @@ -121601,7 +120560,6 @@ self: { ]; description = "Efficiently parse and produce common integral and fractional numbers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -122014,56 +120972,6 @@ self: { ) { }; "bytestring-trie" = callPackage ( - { - mkDerivation, - base, - binary, - bytestring, - criterion, - deepseq, - QuickCheck, - smallcheck, - tasty, - tasty-hunit, - tasty-quickcheck, - tasty-smallcheck, - }: - mkDerivation { - pname = "bytestring-trie"; - version = "0.2.7.5"; - sha256 = "02z15mqn7rlpa6w41mwibhm3v33p03dp3mdv1b3q4s1jkn63lw2d"; - libraryHaskellDepends = [ - base - binary - bytestring - deepseq - ]; - testHaskellDepends = [ - base - binary - bytestring - deepseq - QuickCheck - smallcheck - tasty - tasty-hunit - tasty-quickcheck - tasty-smallcheck - ]; - benchmarkHaskellDepends = [ - base - binary - bytestring - criterion - deepseq - QuickCheck - ]; - description = "An efficient finite map from bytestrings to values"; - license = lib.licenses.bsd3; - } - ) { }; - - "bytestring-trie_0_2_7_6" = callPackage ( { mkDerivation, base, @@ -122110,7 +121018,6 @@ self: { ]; description = "An efficient finite map from bytestrings to values"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -124420,8 +123327,8 @@ self: { }: mkDerivation { pname = "cabal-gild"; - version = "1.5.0.2"; - sha256 = "1dy3b2vaszpx2igrm93c8c8chkiqqbjw37h917wnqyhcsrimc4r8"; + version = "1.5.0.3"; + sha256 = "0lv3w9l865nys341z3r20psvmnjm79np7898d5v9ccr8l58h1vp4"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -125981,10 +124888,8 @@ self: { }: mkDerivation { pname = "cabal-sort"; - version = "0.1.2"; - sha256 = "1pvqnviv1dv9fdaghj1rzyhjnbjymprypn595w1svl2x8ylzw871"; - revision = "1"; - editedCabalFile = "0d3744rxxi3l7csbkbcvc4npp9w5dp84p5wxiybpwh111pfhb4fx"; + version = "0.1.2.1"; + sha256 = "0xj55y2cx5h3mmxk4sjjxlvqfzkv2jzhicdjvl3i85y7h28iqf35"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ @@ -127796,43 +126701,6 @@ self: { ) { }; "cairo" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - Cabal, - cairo, - gtk2hs-buildtools, - mtl, - text, - utf8-string, - }: - mkDerivation { - pname = "cairo"; - version = "0.13.11.0"; - sha256 = "1wzk4kviifr65jdagmpgjlfzamarlqws2mghv8z13sh2z6cj56l5"; - enableSeparateDataOutput = true; - setupHaskellDepends = [ - base - Cabal - gtk2hs-buildtools - ]; - libraryHaskellDepends = [ - array - base - bytestring - mtl - text - utf8-string - ]; - libraryPkgconfigDepends = [ cairo ]; - description = "Binding to the Cairo library"; - license = lib.licenses.bsd3; - } - ) { inherit (pkgs) cairo; }; - - "cairo_0_13_12_0" = callPackage ( { mkDerivation, array, @@ -127866,7 +126734,6 @@ self: { libraryPkgconfigDepends = [ cairo ]; description = "Binding to the Cairo library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) cairo; }; @@ -127977,37 +126844,6 @@ self: { ) { inherit (pkgs) cairo; }; "cairo-image" = callPackage ( - { - mkDerivation, - base, - c-enum, - cairo, - primitive, - template-haskell, - }: - mkDerivation { - pname = "cairo-image"; - version = "0.1.0.4"; - sha256 = "1piib7npzr9101f3bi8mn7h5prs4c9iwwdil06b8isq7p5xvvh50"; - libraryHaskellDepends = [ - base - c-enum - primitive - template-haskell - ]; - libraryPkgconfigDepends = [ cairo ]; - testHaskellDepends = [ - base - c-enum - primitive - template-haskell - ]; - description = "Image for Cairo"; - license = lib.licenses.bsd3; - } - ) { inherit (pkgs) cairo; }; - - "cairo-image_0_1_0_5" = callPackage ( { mkDerivation, base, @@ -128035,7 +126871,6 @@ self: { ]; description = "Image for Cairo"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) cairo; }; @@ -135369,45 +134204,6 @@ self: { ) { }; "cgi" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - exceptions, - mtl, - multipart, - network-uri, - parsec, - time, - xhtml, - }: - mkDerivation { - pname = "cgi"; - version = "3001.5.0.1"; - sha256 = "044gfqfdw5xdr6mzp5i3956a5fcj15j32zwzzd6ym15nxgrvjqh3"; - revision = "3"; - editedCabalFile = "1l21iiqd340crhf7dbi05ldj5wrfz00gwacz45ldca0w7821wa9a"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - bytestring - containers - exceptions - mtl - multipart - network-uri - parsec - time - xhtml - ]; - description = "A library for writing CGI programs"; - license = lib.licenses.bsd3; - } - ) { }; - - "cgi_3001_5_1_0" = callPackage ( { mkDerivation, base, @@ -135443,7 +134239,6 @@ self: { ]; description = "A library for writing CGI programs"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -136534,31 +135329,6 @@ self: { ) { }; "charset" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - containers, - unordered-containers, - }: - mkDerivation { - pname = "charset"; - version = "0.3.11"; - sha256 = "1b4aq0y3cijicfxxvpr7h0y9sq8x64f4c6525as6b614d5spahwk"; - libraryHaskellDepends = [ - array - base - bytestring - containers - unordered-containers - ]; - description = "Fast unicode character sets based on complemented PATRICIA tries"; - license = lib.licenses.bsd3; - } - ) { }; - - "charset_0_3_12" = callPackage ( { mkDerivation, array, @@ -136580,7 +135350,6 @@ self: { ]; description = "Fast unicode character sets based on complemented PATRICIA tries"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -147367,73 +146136,6 @@ self: { ) { }; "co-log" = callPackage ( - { - mkDerivation, - ansi-terminal, - base, - bytestring, - chronos, - co-log-core, - containers, - contravariant, - dependent-map, - dependent-sum, - directory, - doctest, - exceptions, - filepath, - Glob, - hedgehog, - mtl, - text, - transformers, - unliftio-core, - vector, - }: - mkDerivation { - pname = "co-log"; - version = "0.6.1.1"; - sha256 = "1ff1f7316ss5d3rks1mjhlfwcxmq2xgzc7p7nviyw9b2pcwc7qva"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - ansi-terminal - base - bytestring - chronos - co-log-core - containers - contravariant - dependent-map - dependent-sum - directory - exceptions - filepath - mtl - text - transformers - unliftio-core - vector - ]; - executableHaskellDepends = [ - base - bytestring - dependent-map - mtl - ]; - testHaskellDepends = [ - base - co-log-core - doctest - Glob - hedgehog - ]; - description = "Composable Contravariant Comonadic Logging Library"; - license = lib.licenses.mpl20; - } - ) { }; - - "co-log_0_6_1_2" = callPackage ( { mkDerivation, ansi-terminal, @@ -147497,7 +146199,6 @@ self: { ]; description = "Composable Contravariant Comonadic Logging Library"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -147525,28 +146226,6 @@ self: { ) { }; "co-log-core" = callPackage ( - { - mkDerivation, - base, - doctest, - Glob, - }: - mkDerivation { - pname = "co-log-core"; - version = "0.3.2.4"; - sha256 = "0za6z14awws1vn3wj20dvl95i75ci8kgczjsm97sghs3xpmgn8hw"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base - doctest - Glob - ]; - description = "Composable Contravariant Comonadic Logging Library"; - license = lib.licenses.mpl20; - } - ) { }; - - "co-log-core_0_3_2_5" = callPackage ( { mkDerivation, base, @@ -147565,7 +146244,6 @@ self: { ]; description = "Composable Contravariant Comonadic Logging Library"; license = lib.licenses.mpl20; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -151916,56 +150594,6 @@ self: { ) { }; "commonmark-extensions" = callPackage ( - { - mkDerivation, - base, - commonmark, - containers, - emojis, - filepath, - network-uri, - parsec, - tasty, - tasty-bench, - tasty-hunit, - text, - transformers, - }: - mkDerivation { - pname = "commonmark-extensions"; - version = "0.2.5.6"; - sha256 = "0yf3063h9kvy2psfl6ssg7ikwy2g55q61hkky3cm2jcj0z5c3j2r"; - libraryHaskellDepends = [ - base - commonmark - containers - emojis - filepath - network-uri - parsec - text - transformers - ]; - testHaskellDepends = [ - base - commonmark - parsec - tasty - tasty-hunit - text - ]; - benchmarkHaskellDepends = [ - base - commonmark - tasty-bench - text - ]; - description = "Pure Haskell commonmark parser"; - license = lib.licenses.bsd3; - } - ) { }; - - "commonmark-extensions_0_2_6" = callPackage ( { mkDerivation, base, @@ -152012,11 +150640,10 @@ self: { ]; description = "Pure Haskell commonmark parser"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; - "commonmark-pandoc" = callPackage ( + "commonmark-pandoc_0_2_2_3" = callPackage ( { mkDerivation, base, @@ -152038,10 +150665,11 @@ self: { ]; description = "Bridge between commonmark and pandoc AST"; license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; } ) { }; - "commonmark-pandoc_0_2_3" = callPackage ( + "commonmark-pandoc" = callPackage ( { mkDerivation, base, @@ -152063,7 +150691,6 @@ self: { ]; description = "Bridge between commonmark and pandoc AST"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -152249,26 +150876,6 @@ self: { ) { }; "commutative-semigroups" = callPackage ( - { - mkDerivation, - base, - containers, - }: - mkDerivation { - pname = "commutative-semigroups"; - version = "0.2.0.1"; - sha256 = "1p5nyy6mdbn12j6sl7wlzc3crn291lzdmc2ml5ccvrw6cnh5bq72"; - libraryHaskellDepends = [ - base - containers - ]; - description = "Commutative semigroups"; - license = lib.licenses.bsd3; - maintainers = [ lib.maintainers.alexfmpe ]; - } - ) { }; - - "commutative-semigroups_0_2_0_2" = callPackage ( { mkDerivation, base, @@ -152284,7 +150891,6 @@ self: { ]; description = "Commutative semigroups"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.alexfmpe ]; } ) { }; @@ -156373,89 +154979,6 @@ self: { ) { }; "conduit" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - deepseq, - directory, - exceptions, - filepath, - gauge, - hspec, - mono-traversable, - mtl, - mwc-random, - primitive, - QuickCheck, - resourcet, - safe, - silently, - split, - text, - transformers, - unix, - unliftio, - unliftio-core, - vector, - }: - mkDerivation { - pname = "conduit"; - version = "1.3.6"; - sha256 = "13aivqg5js60yvcbpbl7fgrxa5z2wswrmjjlm1bhrcj2qx49mrik"; - libraryHaskellDepends = [ - base - bytestring - directory - exceptions - filepath - mono-traversable - mtl - primitive - resourcet - text - transformers - unix - unliftio-core - vector - ]; - testHaskellDepends = [ - base - bytestring - containers - directory - exceptions - filepath - hspec - mono-traversable - mtl - QuickCheck - resourcet - safe - silently - split - text - transformers - unliftio - vector - ]; - benchmarkHaskellDepends = [ - base - containers - deepseq - gauge - hspec - mwc-random - transformers - vector - ]; - description = "Streaming data processing library"; - license = lib.licenses.mit; - } - ) { }; - - "conduit_1_3_6_1" = callPackage ( { mkDerivation, base, @@ -156535,7 +155058,6 @@ self: { ]; description = "Streaming data processing library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -158793,97 +157315,6 @@ self: { ) { }; "configuration-tools" = callPackage ( - { - mkDerivation, - aeson, - attoparsec, - base, - base-unicode-symbols, - bytestring, - Cabal, - case-insensitive, - deepseq, - directory, - dlist, - filepath, - mtl, - network-uri, - optparse-applicative, - prettyprinter, - process, - profunctors, - semigroupoids, - semigroups, - text, - transformers, - unordered-containers, - vector, - yaml, - }: - mkDerivation { - pname = "configuration-tools"; - version = "0.7.0"; - sha256 = "05fbs9ddflys2fdhjzfkg7zblk7a2wi8ghxy003xw3azi9hnryxw"; - isLibrary = true; - isExecutable = true; - setupHaskellDepends = [ - base - bytestring - Cabal - directory - filepath - process - ]; - libraryHaskellDepends = [ - aeson - attoparsec - base - base-unicode-symbols - bytestring - Cabal - case-insensitive - deepseq - directory - dlist - filepath - mtl - network-uri - optparse-applicative - prettyprinter - process - profunctors - semigroupoids - semigroups - text - transformers - unordered-containers - vector - yaml - ]; - executableHaskellDepends = [ - base - base-unicode-symbols - Cabal - mtl - ]; - testHaskellDepends = [ - base - base-unicode-symbols - bytestring - Cabal - mtl - text - transformers - unordered-containers - yaml - ]; - description = "Tools for specifying and parsing configurations"; - license = lib.licenses.mit; - mainProgram = "example"; - } - ) { }; - - "configuration-tools_0_7_1" = callPackage ( { mkDerivation, aeson, @@ -158970,7 +157401,6 @@ self: { ]; description = "Tools for specifying and parsing configurations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "example"; } ) { }; @@ -170549,8 +168979,8 @@ self: { }: mkDerivation { pname = "crypton"; - version = "1.0.1"; - sha256 = "19674xqf6zp17g4qwlz1m3dzdsl05s1frb2drxb77iccfhabnhli"; + version = "1.0.3"; + sha256 = "12z3xavhzw2nvvbkq0j22agwcnc4hh235cr7mzbd1a076wxrdbhl"; libraryHaskellDepends = [ base basement @@ -170840,52 +169270,6 @@ self: { ) { }; "crypton-x509-store" = callPackage ( - { - mkDerivation, - asn1-encoding, - asn1-types, - base, - bytestring, - containers, - crypton, - crypton-x509, - directory, - filepath, - mtl, - pem, - tasty, - tasty-hunit, - }: - mkDerivation { - pname = "crypton-x509-store"; - version = "1.6.9"; - sha256 = "0vr5b9cyf9x016wn1g0bryslf5nz8jq2sy8r3llwqfg02apihqiy"; - libraryHaskellDepends = [ - asn1-encoding - asn1-types - base - bytestring - containers - crypton - crypton-x509 - directory - filepath - mtl - pem - ]; - testHaskellDepends = [ - base - bytestring - crypton-x509 - tasty - tasty-hunit - ]; - description = "X.509 collection accessing and storing methods"; - license = lib.licenses.bsd3; - } - ) { }; - - "crypton-x509-store_1_6_10" = callPackage ( { mkDerivation, asn1-encoding, @@ -170928,7 +169312,6 @@ self: { ]; description = "X.509 collection accessing and storing methods"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -170968,63 +169351,6 @@ self: { ) { }; "crypton-x509-validation" = callPackage ( - { - mkDerivation, - asn1-encoding, - asn1-types, - base, - bytestring, - containers, - crypton, - crypton-x509, - crypton-x509-store, - data-default, - hourglass, - memory, - mtl, - pem, - tasty, - tasty-hunit, - }: - mkDerivation { - pname = "crypton-x509-validation"; - version = "1.6.13"; - sha256 = "1m8mri0ix09s484im2nd0xw0h1fyzmhjakvxd7q1gdqxa4jm69si"; - libraryHaskellDepends = [ - asn1-encoding - asn1-types - base - bytestring - containers - crypton - crypton-x509 - crypton-x509-store - data-default - hourglass - memory - mtl - pem - ]; - testHaskellDepends = [ - asn1-encoding - asn1-types - base - bytestring - crypton - crypton-x509 - crypton-x509-store - data-default - hourglass - memory - tasty - tasty-hunit - ]; - description = "X.509 Certificate and CRL validation"; - license = lib.licenses.bsd3; - } - ) { }; - - "crypton-x509-validation_1_6_14" = callPackage ( { mkDerivation, asn1-encoding, @@ -171080,7 +169406,6 @@ self: { ]; description = "X.509 Certificate and CRL validation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -192404,34 +190729,6 @@ self: { ) { }; "diagrams-solve" = callPackage ( - { - mkDerivation, - base, - deepseq, - tasty, - tasty-hunit, - tasty-quickcheck, - }: - mkDerivation { - pname = "diagrams-solve"; - version = "0.1.3"; - sha256 = "09qqwcvbvd3a0j5fnp40dbzw0i3py9c7kgizj2aawajwbyjvpd17"; - revision = "3"; - editedCabalFile = "1x10f75ggnd7357ns4cggncavs9sbiacp13mjbr486ifr24vbws6"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base - deepseq - tasty - tasty-hunit - tasty-quickcheck - ]; - description = "Pure Haskell solver routines used by diagrams"; - license = lib.licenses.bsd3; - } - ) { }; - - "diagrams-solve_0_1_3_1" = callPackage ( { mkDerivation, base, @@ -192454,7 +190751,6 @@ self: { ]; description = "Pure Haskell solver routines used by diagrams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -192482,8 +190778,8 @@ self: { }: mkDerivation { pname = "diagrams-svg"; - version = "1.4.3.2"; - sha256 = "06syqgwprbzrmjylbw9rn7f4vz6fzbw0g0052mnzs92w5ddhkivg"; + version = "1.4.4"; + sha256 = "1h55yvpbrdjfn9512m8sbsyz2zjw6ssi3mh0f3w8dw34f8vlz5b1"; libraryHaskellDepends = [ base base64-bytestring @@ -206835,31 +205131,6 @@ self: { ) { }; "dynamic-state" = callPackage ( - { - mkDerivation, - base, - binary, - bytestring, - hashable, - unordered-containers, - }: - mkDerivation { - pname = "dynamic-state"; - version = "0.3.1"; - sha256 = "0drmlb3cvx0blsnqrxzdylpff5jxvpazsy1bxq2szcp70gghpmf4"; - libraryHaskellDepends = [ - base - binary - bytestring - hashable - unordered-containers - ]; - description = "Optionally serializable dynamic state keyed by type"; - license = lib.licenses.gpl2Only; - } - ) { }; - - "dynamic-state_0_3_2" = callPackage ( { mkDerivation, base, @@ -206881,7 +205152,6 @@ self: { ]; description = "Optionally serializable dynamic state keyed by type"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -222274,25 +220544,6 @@ self: { ) { }; "exception-hierarchy" = callPackage ( - { - mkDerivation, - base, - template-haskell, - }: - mkDerivation { - pname = "exception-hierarchy"; - version = "0.1.0.12"; - sha256 = "1hrj99in2x9scd68bfkq8jp9mmc4wja1vnadm2lhys12f1714sna"; - libraryHaskellDepends = [ - base - template-haskell - ]; - description = "Exception type hierarchy with TemplateHaskell"; - license = lib.licenses.bsd3; - } - ) { }; - - "exception-hierarchy_0_1_0_13" = callPackage ( { mkDerivation, base, @@ -222308,7 +220559,6 @@ self: { ]; description = "Exception type hierarchy with TemplateHaskell"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -223683,48 +221933,6 @@ self: { ) { }; "exon" = callPackage ( - { - mkDerivation, - base, - criterion, - ghc, - hedgehog, - incipit-base, - parsec, - tasty, - tasty-hedgehog, - template-haskell, - }: - mkDerivation { - pname = "exon"; - version = "1.7.1.0"; - sha256 = "0rsgcaakhpwbgy83jwn8g2hf276wfw0akq6hld9ck5zs0k74dzfa"; - libraryHaskellDepends = [ - base - ghc - incipit-base - parsec - template-haskell - ]; - testHaskellDepends = [ - base - hedgehog - incipit-base - tasty - tasty-hedgehog - template-haskell - ]; - benchmarkHaskellDepends = [ - base - criterion - incipit-base - ]; - description = "Customizable quasiquote interpolation"; - license = "BSD-2-Clause-Patent"; - } - ) { }; - - "exon_1_7_2_0" = callPackage ( { mkDerivation, base, @@ -223763,7 +221971,6 @@ self: { ]; description = "Customizable quasiquote interpolation"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -224936,43 +223143,6 @@ self: { ) { }; "extended-reals" = callPackage ( - { - mkDerivation, - base, - deepseq, - hashable, - HUnit, - QuickCheck, - tasty, - tasty-hunit, - tasty-quickcheck, - tasty-th, - }: - mkDerivation { - pname = "extended-reals"; - version = "0.2.5.0"; - sha256 = "17jvnxnd2v7yjzssbyqhzpjhvzfzis253fjz2kjqd2y3bi8lyfr9"; - libraryHaskellDepends = [ - base - deepseq - hashable - ]; - testHaskellDepends = [ - base - deepseq - HUnit - QuickCheck - tasty - tasty-hunit - tasty-quickcheck - tasty-th - ]; - description = "Extension of real numbers with positive/negative infinities"; - license = lib.licenses.bsd3; - } - ) { }; - - "extended-reals_0_2_6_0" = callPackage ( { mkDerivation, base, @@ -225008,7 +223178,6 @@ self: { ]; description = "Extension of real numbers with positive/negative infinities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -227284,60 +225453,6 @@ self: { ) { }; "fast-builder" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - criterion, - deepseq, - ghc-prim, - process, - QuickCheck, - scientific, - stm, - template-haskell, - text, - unordered-containers, - vector, - }: - mkDerivation { - pname = "fast-builder"; - version = "0.1.4.0"; - sha256 = "0v8nzzlnk5zvyfd4k8xakxdrgi0m23mk8k2bglm1447fgg6s02ma"; - libraryHaskellDepends = [ - base - bytestring - ghc-prim - ]; - testHaskellDepends = [ - base - bytestring - process - QuickCheck - stm - ]; - benchmarkHaskellDepends = [ - aeson - base - bytestring - containers - criterion - deepseq - ghc-prim - scientific - template-haskell - text - unordered-containers - vector - ]; - description = "Fast ByteString Builder"; - license = lib.licenses.publicDomain; - } - ) { }; - - "fast-builder_0_1_5_0" = callPackage ( { mkDerivation, aeson, @@ -227384,7 +225499,6 @@ self: { ]; description = "Fast ByteString Builder"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -237231,26 +235345,6 @@ self: { ) { }; "flow" = callPackage ( - { - mkDerivation, - base, - HUnit, - }: - mkDerivation { - pname = "flow"; - version = "2.0.0.6"; - sha256 = "1jgs5wfwy5yb2iz5x81mx269mfbk7s1pypkf5hyqsw2kibprarj5"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ - base - HUnit - ]; - description = "Write more understandable Haskell"; - license = lib.licenses.mit; - } - ) { }; - - "flow_2_0_0_7" = callPackage ( { mkDerivation, base, @@ -237267,7 +235361,6 @@ self: { ]; description = "Write more understandable Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -238750,40 +236843,6 @@ self: { ) { }; "fold-debounce" = callPackage ( - { - mkDerivation, - base, - data-default, - hspec, - hspec-discover, - stm, - stm-delay, - time, - }: - mkDerivation { - pname = "fold-debounce"; - version = "0.2.0.14"; - sha256 = "1qdfbgk120ck1a50r2993438qgrwqz33yag4yw8f51yvqzx8v0xc"; - libraryHaskellDepends = [ - base - data-default - stm - stm-delay - time - ]; - testHaskellDepends = [ - base - hspec - stm - time - ]; - testToolDepends = [ hspec-discover ]; - description = "Fold multiple events that happen in a given period of time"; - license = lib.licenses.bsd3; - } - ) { }; - - "fold-debounce_0_2_0_16" = callPackage ( { mkDerivation, base, @@ -238814,7 +236873,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Fold multiple events that happen in a given period of time"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -245907,69 +243965,6 @@ self: { ) { }; "fsnotify" = callPackage ( - { - mkDerivation, - async, - base, - bytestring, - containers, - directory, - exceptions, - filepath, - hinotify, - monad-control, - random, - retry, - safe-exceptions, - sandwich, - temporary, - text, - time, - unix, - unix-compat, - unliftio, - }: - mkDerivation { - pname = "fsnotify"; - version = "0.4.1.0"; - sha256 = "1vzpx91n2qml0628zq1c0bwnz7d4bal4vwl52hyil60shx5gnc6i"; - revision = "1"; - editedCabalFile = "1r8q07d5232lfxsdx9i1kfwlmr2kirz8g9k18ahz054pvwggs9y6"; - libraryHaskellDepends = [ - async - base - bytestring - containers - directory - filepath - hinotify - monad-control - safe-exceptions - text - time - unix - unix-compat - ]; - testHaskellDepends = [ - async - base - directory - exceptions - filepath - random - retry - safe-exceptions - sandwich - temporary - unix-compat - unliftio - ]; - description = "Cross platform library for file change notification"; - license = lib.licenses.bsd3; - } - ) { }; - - "fsnotify_0_4_2_0" = callPackage ( { mkDerivation, async, @@ -246047,7 +244042,6 @@ self: { ]; description = "Cross platform library for file change notification"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "example"; } ) { }; @@ -258641,72 +256635,6 @@ self: { ) { }; "ghc-lib" = callPackage ( - { - mkDerivation, - alex, - array, - base, - binary, - bytestring, - containers, - deepseq, - directory, - exceptions, - filepath, - ghc-lib-parser, - ghc-prim, - happy, - hpc, - parsec, - pretty, - process, - rts, - semaphore-compat, - stm, - time, - transformers, - unix, - }: - mkDerivation { - pname = "ghc-lib"; - version = "9.8.4.20241130"; - sha256 = "016lsdv24lpm8dbac62xvrdw6bvvvivwgdcq9r8a5hzwjakbrqsr"; - revision = "1"; - editedCabalFile = "0wim3zn9ihvjksc9p58qfb4d65cnmnv1f266wphl3hvq9gip33bz"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array - base - binary - bytestring - containers - deepseq - directory - exceptions - filepath - ghc-lib-parser - ghc-prim - hpc - parsec - pretty - process - rts - semaphore-compat - stm - time - transformers - unix - ]; - libraryToolDepends = [ - alex - happy - ]; - description = "The GHC API, decoupled from GHC versions"; - license = lib.licenses.bsd3; - } - ) { }; - - "ghc-lib_9_8_5_20250214" = callPackage ( { mkDerivation, alex, @@ -258767,7 +256695,6 @@ self: { ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -258961,62 +256888,6 @@ self: { ) { }; "ghc-lib-parser" = callPackage ( - { - mkDerivation, - alex, - array, - base, - binary, - bytestring, - containers, - deepseq, - directory, - exceptions, - filepath, - ghc-prim, - happy, - parsec, - pretty, - process, - time, - transformers, - unix, - }: - mkDerivation { - pname = "ghc-lib-parser"; - version = "9.8.4.20241130"; - sha256 = "0zhw6x0z75mns6j4knbxbwavj267crb3xf4mpd3h9mrpg067vx7s"; - revision = "1"; - editedCabalFile = "1m5gdq7xd02d559r050wzrm4lm269xi5s6ri3qzn21xmjj3jpmqq"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array - base - binary - bytestring - containers - deepseq - directory - exceptions - filepath - ghc-prim - parsec - pretty - process - time - transformers - unix - ]; - libraryToolDepends = [ - alex - happy - ]; - description = "The GHC API, decoupled from GHC versions"; - license = lib.licenses.bsd3; - } - ) { }; - - "ghc-lib-parser_9_8_5_20250214" = callPackage ( { mkDerivation, alex, @@ -259067,7 +256938,6 @@ self: { ]; description = "The GHC API, decoupled from GHC versions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -260997,50 +258867,6 @@ self: { ) { }; "ghc-typelits-extra" = callPackage ( - { - mkDerivation, - base, - containers, - ghc, - ghc-bignum, - ghc-prim, - ghc-tcplugins-extra, - ghc-typelits-knownnat, - ghc-typelits-natnormalise, - tasty, - tasty-hunit, - template-haskell, - transformers, - }: - mkDerivation { - pname = "ghc-typelits-extra"; - version = "0.4.7"; - sha256 = "0kacdhzqv7x7f44icxfd54cbad05d9pg8bdsziy657y5m8awnf13"; - libraryHaskellDepends = [ - base - containers - ghc - ghc-bignum - ghc-prim - ghc-tcplugins-extra - ghc-typelits-knownnat - ghc-typelits-natnormalise - template-haskell - transformers - ]; - testHaskellDepends = [ - base - ghc-typelits-knownnat - ghc-typelits-natnormalise - tasty - tasty-hunit - ]; - description = "Additional type-level operations on GHC.TypeLits.Nat"; - license = lib.licenses.bsd2; - } - ) { }; - - "ghc-typelits-extra_0_4_8" = callPackage ( { mkDerivation, base, @@ -261081,50 +258907,10 @@ self: { ]; description = "Additional type-level operations on GHC.TypeLits.Nat"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; } ) { }; "ghc-typelits-knownnat" = callPackage ( - { - mkDerivation, - base, - ghc, - ghc-prim, - ghc-tcplugins-extra, - ghc-typelits-natnormalise, - tasty, - tasty-hunit, - tasty-quickcheck, - template-haskell, - transformers, - }: - mkDerivation { - pname = "ghc-typelits-knownnat"; - version = "0.7.12"; - sha256 = "0r2jaqa1667maskpvyx10nr33xypabp1navfh7f0rb2fmxxl3j9z"; - libraryHaskellDepends = [ - base - ghc - ghc-prim - ghc-tcplugins-extra - ghc-typelits-natnormalise - template-haskell - transformers - ]; - testHaskellDepends = [ - base - ghc-typelits-natnormalise - tasty - tasty-hunit - tasty-quickcheck - ]; - description = "Derive KnownNat constraints from other KnownNat constraints"; - license = lib.licenses.bsd2; - } - ) { }; - - "ghc-typelits-knownnat_0_7_13" = callPackage ( { mkDerivation, base, @@ -261160,7 +258946,6 @@ self: { ]; description = "Derive KnownNat constraints from other KnownNat constraints"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -264105,55 +261890,31 @@ self: { { mkDerivation, base, - bytestring, Cabal, - containers, - gi-cairo, - gi-gdk, - gi-gio, - gi-gobject, - gi-xlib, - gtk3, + gi-gdkx113, haskell-gi, - haskell-gi-base, - haskell-gi-overloading, - text, - transformers, }: mkDerivation { pname = "gi-gdkx11"; - version = "3.0.16"; - sha256 = "0za3m9s3rydwqx3kn1lw69s9dcx1g9vr4mk96b3bh8l57k40lbc9"; + version = "3.0.17"; + sha256 = "03jyplzw32w8lyasbq4njjw1jyixa83hyggpk3z9n5w0d6l2xwz3"; + revision = "1"; + editedCabalFile = "04xjy6apyn6yk63q04bnh36gryrcz0r1id0hnp9bblf7jpr0jqxk"; setupHaskellDepends = [ base Cabal - gi-cairo - gi-gdk - gi-gio - gi-gobject - gi-xlib + gi-gdkx113 haskell-gi ]; libraryHaskellDepends = [ base - bytestring - containers - gi-cairo - gi-gdk - gi-gio - gi-gobject - gi-xlib - haskell-gi - haskell-gi-base - haskell-gi-overloading - text - transformers + gi-gdkx113 ]; - libraryPkgconfigDepends = [ gtk3 ]; - description = "GdkX11 bindings"; + doHaddock = false; + description = "GdkX11 3.x bindings (compatibility layer)"; license = lib.licenses.lgpl21Only; } - ) { inherit (pkgs) gtk3; }; + ) { }; "gi-gdkx11_4_0_9" = callPackage ( { @@ -264402,51 +262163,6 @@ self: { ) { inherit (pkgs) libgit2-glib; }; "gi-gio" = callPackage ( - { - mkDerivation, - base, - bytestring, - Cabal, - containers, - gi-glib, - gi-gobject, - glib, - haskell-gi, - haskell-gi-base, - haskell-gi-overloading, - text, - transformers, - }: - mkDerivation { - pname = "gi-gio"; - version = "2.0.35"; - sha256 = "07b4gg1wbb5mz63xpvjjdbdp0z9wci5jckr1gr0qxrizyc3vv2vi"; - setupHaskellDepends = [ - base - Cabal - gi-glib - gi-gobject - haskell-gi - ]; - libraryHaskellDepends = [ - base - bytestring - containers - gi-glib - gi-gobject - haskell-gi - haskell-gi-base - haskell-gi-overloading - text - transformers - ]; - libraryPkgconfigDepends = [ glib ]; - description = "Gio bindings"; - license = lib.licenses.lgpl21Only; - } - ) { inherit (pkgs) glib; }; - - "gi-gio_2_0_36" = callPackage ( { mkDerivation, base, @@ -264488,7 +262204,6 @@ self: { libraryPkgconfigDepends = [ glib ]; description = "Gio bindings"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) glib; }; @@ -265686,67 +263401,31 @@ self: { { mkDerivation, base, - bytestring, Cabal, - containers, - gi-atk, - gi-cairo, - gi-gdk, - gi-gdkpixbuf, - gi-gio, - gi-glib, - gi-gobject, - gi-gtk, - gi-pango, - gtksourceview3, + gi-gtksource3, haskell-gi, - haskell-gi-base, - haskell-gi-overloading, - text, - transformers, }: mkDerivation { pname = "gi-gtksource"; - version = "3.0.29"; - sha256 = "08pr49l0jp8wr282qik0sdqbpq9pcwkww2az5rqhrqawy0bjy6dq"; + version = "3.0.30"; + sha256 = "1iiqhfjgsis14wbchr0xnqsrplzlp2whp7c23ji59zf4s24ylx3r"; + revision = "1"; + editedCabalFile = "015v8janqmilydq3xv6wd26fglnrc6vl7226y6lnflnc9zi2fvll"; setupHaskellDepends = [ base Cabal - gi-atk - gi-cairo - gi-gdk - gi-gdkpixbuf - gi-gio - gi-glib - gi-gobject - gi-gtk - gi-pango + gi-gtksource3 haskell-gi ]; libraryHaskellDepends = [ base - bytestring - containers - gi-atk - gi-cairo - gi-gdk - gi-gdkpixbuf - gi-gio - gi-glib - gi-gobject - gi-gtk - gi-pango - haskell-gi - haskell-gi-base - haskell-gi-overloading - text - transformers + gi-gtksource3 ]; - libraryPkgconfigDepends = [ gtksourceview3 ]; - description = "GtkSource bindings"; + doHaddock = false; + description = "GtkSource 3.x bindings (compatibility layer)"; license = lib.licenses.lgpl21Only; } - ) { inherit (pkgs) gtksourceview3; }; + ) { }; "gi-gtksource_5_0_2" = callPackage ( { @@ -266727,49 +264406,31 @@ self: { { mkDerivation, base, - bytestring, Cabal, - containers, - gi-gio, - gi-glib, - gi-gobject, + gi-soup2, haskell-gi, - haskell-gi-base, - haskell-gi-overloading, - libsoup_2_4, - text, - transformers, }: mkDerivation { pname = "gi-soup"; - version = "2.4.29"; - sha256 = "0l57g6pyy56yddc42w9iijjgavx1n2w42cdkk2p920y5yjjadnaj"; + version = "2.4.30"; + sha256 = "1c9cnxiwi722gizhm4z0mlwy6dwis11nw2dppx04k8v34qxqskaa"; + revision = "1"; + editedCabalFile = "040rszg07azivvyb4z5szxj4kk4fyhx9hfb7x3y8i30d7isfsvhw"; setupHaskellDepends = [ base Cabal - gi-gio - gi-glib - gi-gobject + gi-soup2 haskell-gi ]; libraryHaskellDepends = [ base - bytestring - containers - gi-gio - gi-glib - gi-gobject - haskell-gi - haskell-gi-base - haskell-gi-overloading - text - transformers + gi-soup2 ]; - libraryPkgconfigDepends = [ libsoup_2_4 ]; - description = "Libsoup bindings"; + doHaddock = false; + description = "Libsoup 2.4.x bindings (compatibility layer)"; license = lib.licenses.lgpl21Only; } - ) { inherit (pkgs) libsoup_2_4; }; + ) { }; "gi-soup_3_0_4" = callPackage ( { @@ -267879,43 +265540,6 @@ self: { ) { inherit (pkgs) openssl; }; "gio" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - Cabal, - containers, - glib, - gtk2hs-buildtools, - mtl, - system-glib, - }: - mkDerivation { - pname = "gio"; - version = "0.13.11.0"; - sha256 = "0lkf0vlmk8mmc4nxk885d4q7ddg2n9cgjcq3gb15k2nhcydv8din"; - enableSeparateDataOutput = true; - setupHaskellDepends = [ - base - Cabal - gtk2hs-buildtools - ]; - libraryHaskellDepends = [ - array - base - bytestring - containers - glib - mtl - ]; - libraryPkgconfigDepends = [ system-glib ]; - description = "Binding to GIO"; - license = lib.licenses.lgpl21Only; - } - ) { system-glib = pkgs.glib; }; - - "gio_0_13_12_0" = callPackage ( { mkDerivation, array, @@ -267949,7 +265573,6 @@ self: { libraryPkgconfigDepends = [ system-glib ]; description = "Binding to GIO"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; } ) { system-glib = pkgs.glib; }; @@ -268883,39 +266506,6 @@ self: { ) { }; "git-lfs" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - case-insensitive, - containers, - http-client, - http-types, - network-uri, - text, - }: - mkDerivation { - pname = "git-lfs"; - version = "1.2.3"; - sha256 = "04mmfk8g306npkgn0phqmw33ldanfpq0ly17hccvbf3nmg75m8f4"; - libraryHaskellDepends = [ - aeson - base - bytestring - case-insensitive - containers - http-client - http-types - network-uri - text - ]; - description = "git-lfs protocol"; - license = lib.licenses.agpl3Only; - } - ) { }; - - "git-lfs_1_2_5" = callPackage ( { mkDerivation, aeson, @@ -268945,7 +266535,6 @@ self: { ]; description = "git-lfs protocol"; license = lib.licenses.agpl3Only; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -271558,36 +269147,6 @@ self: { ) { }; "gl" = callPackage ( - { - mkDerivation, - base, - containers, - fixed, - half, - libGL, - transformers, - }: - mkDerivation { - pname = "gl"; - version = "0.9"; - sha256 = "1kb1igc9cyjavf3f3ccv9xhhsfn46pcrsw47qd9m5793nnmg13ii"; - revision = "3"; - editedCabalFile = "19vnbwjldls1s8x8dr0rv7fgg4h4w423ly2lzcjdq3q1cdydh7h7"; - libraryHaskellDepends = [ - base - containers - fixed - half - transformers - ]; - librarySystemDepends = [ libGL ]; - description = "Complete OpenGL raw bindings"; - license = lib.licenses.bsd3; - badPlatforms = lib.platforms.darwin; - } - ) { inherit (pkgs) libGL; }; - - "gl_0_9_1" = callPackage ( { mkDerivation, base, @@ -271612,7 +269171,6 @@ self: { description = "Complete OpenGL raw bindings"; license = lib.licenses.bsd3; badPlatforms = lib.platforms.darwin; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) libGL; }; @@ -272254,40 +269812,6 @@ self: { ) { }; "glib" = callPackage ( - { - mkDerivation, - base, - bytestring, - Cabal, - containers, - glib, - gtk2hs-buildtools, - text, - utf8-string, - }: - mkDerivation { - pname = "glib"; - version = "0.13.11.0"; - sha256 = "0krcpfz3ka03x1fm8rl5dfkwcdgymhbdmc1msays3glgi6j5c3mv"; - setupHaskellDepends = [ - base - Cabal - gtk2hs-buildtools - ]; - libraryHaskellDepends = [ - base - bytestring - containers - text - utf8-string - ]; - libraryPkgconfigDepends = [ glib ]; - description = "Binding to the GLIB library for Gtk2Hs"; - license = lib.licenses.lgpl21Only; - } - ) { inherit (pkgs) glib; }; - - "glib_0_13_12_0" = callPackage ( { mkDerivation, base, @@ -272318,7 +269842,6 @@ self: { libraryPkgconfigDepends = [ glib ]; description = "Binding to the GLIB library for Gtk2Hs"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) glib; }; @@ -283251,35 +280774,6 @@ self: { ) { }; "graphs" = callPackage ( - { - mkDerivation, - array, - base, - containers, - transformers, - transformers-compat, - void, - }: - mkDerivation { - pname = "graphs"; - version = "0.7.2"; - sha256 = "1isdy8qx3q00pb3jinvvmfvzhwblr3yhj4dzmlv0hdj0yi9j8bly"; - revision = "1"; - editedCabalFile = "1yhlaqgzwm52llhirhff90cvgb92pirmwmn63vwh44b83nx6m2xc"; - libraryHaskellDepends = [ - array - base - containers - transformers - transformers-compat - void - ]; - description = "A simple monadic graph library"; - license = lib.licenses.bsd3; - } - ) { }; - - "graphs_0_7_3" = callPackage ( { mkDerivation, array, @@ -283303,7 +280797,6 @@ self: { ]; description = "A simple monadic graph library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -283360,71 +280853,6 @@ self: { ) { }; "graphula" = callPackage ( - { - mkDerivation, - base, - containers, - directory, - generic-arbitrary, - generics-eot, - hspec, - HUnit, - markdown-unlit, - monad-logger, - mtl, - persistent, - persistent-sqlite, - QuickCheck, - random, - resourcet, - semigroups, - temporary, - text, - transformers, - unliftio, - unliftio-core, - }: - mkDerivation { - pname = "graphula"; - version = "2.1.0.0"; - sha256 = "1xiafr59a91r8avyns6nbmm2aq4wkf1s9z8xqkzapnz82wj3xkh4"; - libraryHaskellDepends = [ - base - containers - directory - generics-eot - HUnit - mtl - persistent - QuickCheck - random - semigroups - temporary - text - unliftio - unliftio-core - ]; - testHaskellDepends = [ - base - generic-arbitrary - hspec - markdown-unlit - monad-logger - persistent - persistent-sqlite - QuickCheck - resourcet - transformers - unliftio-core - ]; - testToolDepends = [ markdown-unlit ]; - description = "A simple interface for generating persistent data and linking its dependencies"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - } - ) { }; - - "graphula_2_1_0_1" = callPackage ( { mkDerivation, base, @@ -283572,76 +281000,6 @@ self: { ) { }; "graphviz" = callPackage ( - { - mkDerivation, - base, - bytestring, - colour, - containers, - criterion, - deepseq, - directory, - dlist, - fgl, - fgl-arbitrary, - filepath, - graphviz, - hspec, - hspec-discover, - mtl, - polyparse, - process, - QuickCheck, - temporary, - text, - wl-pprint-text, - }: - mkDerivation { - pname = "graphviz"; - version = "2999.20.2.0"; - sha256 = "18kh6b5hgm8qfca2fiqzcyh7ysx8c1i72cchdmb16r3idpnyrkpw"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - bytestring - colour - containers - directory - dlist - fgl - filepath - mtl - polyparse - process - temporary - text - wl-pprint-text - ]; - testHaskellDepends = [ - base - containers - fgl - fgl-arbitrary - filepath - hspec - QuickCheck - text - ]; - testSystemDepends = [ graphviz ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base - criterion - deepseq - text - ]; - description = "Bindings to Graphviz for graph visualisation"; - license = lib.licenses.bsd3; - } - ) { inherit (pkgs) graphviz; }; - - "graphviz_2999_20_2_1" = callPackage ( { mkDerivation, base, @@ -283708,7 +281066,6 @@ self: { ]; description = "Bindings to Graphviz for graph visualisation"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) graphviz; }; @@ -286925,51 +284282,6 @@ self: { ) { }; "gtk" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - Cabal, - cairo, - containers, - gio, - glib, - gtk2, - gtk2hs-buildtools, - mtl, - pango, - text, - }: - mkDerivation { - pname = "gtk"; - version = "0.15.9"; - sha256 = "02kanwmakzniwb4ilywfkp7scdavx0kfc78g5vmap6s3k8sf42l5"; - enableSeparateDataOutput = true; - setupHaskellDepends = [ - base - Cabal - gtk2hs-buildtools - ]; - libraryHaskellDepends = [ - array - base - bytestring - cairo - containers - gio - glib - mtl - pango - text - ]; - libraryPkgconfigDepends = [ gtk2 ]; - description = "Binding to the Gtk+ graphical user interface library"; - license = lib.licenses.lgpl21Only; - } - ) { inherit (pkgs) gtk2; }; - - "gtk_0_15_10" = callPackage ( { mkDerivation, array, @@ -287011,7 +284323,6 @@ self: { libraryPkgconfigDepends = [ gtk2 ]; description = "Binding to the Gtk+ graphical user interface library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) gtk2; }; @@ -287374,51 +284685,6 @@ self: { ) { inherit (pkgs.xorg) libX11; }; "gtk2hs-buildtools" = callPackage ( - { - mkDerivation, - alex, - array, - base, - Cabal, - containers, - directory, - filepath, - happy, - hashtables, - pretty, - process, - random, - }: - mkDerivation { - pname = "gtk2hs-buildtools"; - version = "0.13.11.0"; - sha256 = "056wif0yx07i4c3kvpa6kxas6fqqymchkp9gi8f2fj8s9aaga0vd"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - array - base - Cabal - containers - directory - filepath - hashtables - pretty - process - random - ]; - libraryToolDepends = [ - alex - happy - ]; - executableHaskellDepends = [ base ]; - description = "Tools to build the Gtk2Hs suite of User Interface libraries"; - license = lib.licenses.gpl2Only; - } - ) { }; - - "gtk2hs-buildtools_0_13_12_0" = callPackage ( { mkDerivation, alex, @@ -287460,7 +284726,6 @@ self: { executableHaskellDepends = [ base ]; description = "Tools to build the Gtk2Hs suite of User Interface libraries"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -287702,53 +284967,6 @@ self: { ) { }; "gtk3" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - Cabal, - cairo, - containers, - gio, - glib, - gtk2hs-buildtools, - gtk3, - mtl, - pango, - text, - }: - mkDerivation { - pname = "gtk3"; - version = "0.15.9"; - sha256 = "0qnz9klvgkdssw43w8qi9n02i5rj1cd4varw3zrkhcqg9i9zsf43"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - setupHaskellDepends = [ - base - Cabal - gtk2hs-buildtools - ]; - libraryHaskellDepends = [ - array - base - bytestring - cairo - containers - gio - glib - mtl - pango - text - ]; - libraryPkgconfigDepends = [ gtk3 ]; - description = "Binding to the Gtk+ 3 graphical user interface library"; - license = lib.licenses.lgpl21Only; - } - ) { inherit (pkgs) gtk3; }; - - "gtk3_0_15_10" = callPackage ( { mkDerivation, array, @@ -287792,7 +285010,6 @@ self: { libraryPkgconfigDepends = [ gtk3 ]; description = "Binding to the Gtk+ 3 graphical user interface library"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) gtk3; }; @@ -294033,128 +291250,6 @@ self: { ) { }; "hakyll" = callPackage ( - { - mkDerivation, - aeson, - base, - binary, - blaze-html, - bytestring, - containers, - data-default, - deepseq, - directory, - file-embed, - filepath, - fsnotify, - hashable, - http-conduit, - http-types, - lrucache, - mtl, - network-uri, - optparse-applicative, - pandoc, - pandoc-types, - parsec, - process, - QuickCheck, - random, - regex-tdfa, - resourcet, - scientific, - tagsoup, - tasty, - tasty-golden, - tasty-hunit, - tasty-quickcheck, - template-haskell, - text, - time, - time-locale-compat, - util-linux, - vector, - wai, - wai-app-static, - warp, - yaml, - }: - mkDerivation { - pname = "hakyll"; - version = "4.16.5.0"; - sha256 = "18msbhjc59v893vdyf4gyr8a7bxgks881hvyykbgrpym0yzhr1nh"; - isLibrary = true; - isExecutable = true; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - aeson - base - binary - blaze-html - bytestring - containers - data-default - deepseq - directory - file-embed - filepath - fsnotify - hashable - http-conduit - http-types - lrucache - mtl - network-uri - optparse-applicative - pandoc - pandoc-types - parsec - process - random - regex-tdfa - resourcet - scientific - tagsoup - template-haskell - text - time - time-locale-compat - vector - wai - wai-app-static - warp - yaml - ]; - executableHaskellDepends = [ - base - directory - filepath - ]; - testHaskellDepends = [ - aeson - base - bytestring - containers - filepath - pandoc - pandoc-types - QuickCheck - tagsoup - tasty - tasty-golden - tasty-hunit - tasty-quickcheck - yaml - ]; - testToolDepends = [ util-linux ]; - description = "A static website compiler library"; - license = lib.licenses.bsd3; - mainProgram = "hakyll-init"; - maintainers = [ lib.maintainers.erictapen ]; - } - ) { inherit (pkgs) util-linux; }; - - "hakyll_4_16_6_0" = callPackage ( { mkDerivation, aeson, @@ -294271,7 +291366,6 @@ self: { testToolDepends = [ util-linux ]; description = "A static website compiler library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "hakyll-init"; maintainers = [ lib.maintainers.erictapen ]; } @@ -308675,51 +305769,6 @@ self: { ) { }; "haskintex" = callPackage ( - { - mkDerivation, - base, - binary, - bytestring, - containers, - directory, - filepath, - haskell-src-exts, - HaTeX, - hint, - parsec, - process, - text, - transformers, - }: - mkDerivation { - pname = "haskintex"; - version = "0.8.0.2"; - sha256 = "1wp46yh0267kcjxq0x4in51bxam2lm4n85mcsm3v6nzznf0dddr2"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - binary - bytestring - containers - directory - filepath - haskell-src-exts - HaTeX - hint - parsec - process - text - transformers - ]; - executableHaskellDepends = [ base ]; - description = "Haskell Evaluation inside of LaTeX code"; - license = lib.licenses.bsd3; - mainProgram = "haskintex"; - } - ) { }; - - "haskintex_0_8_0_3" = callPackage ( { mkDerivation, base, @@ -308760,7 +305809,6 @@ self: { executableHaskellDepends = [ base ]; description = "Haskell Evaluation inside of LaTeX code"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "haskintex"; } ) { }; @@ -323167,32 +320215,6 @@ self: { ) { }; "hetero-parameter-list" = callPackage ( - { - mkDerivation, - base, - data-default, - template-haskell, - }: - mkDerivation { - pname = "hetero-parameter-list"; - version = "0.1.0.19"; - sha256 = "0lbjpk29kvmbrxji68x4f50bmfrwx9v5z28hsm47xihwb1xv2mih"; - libraryHaskellDepends = [ - base - data-default - template-haskell - ]; - testHaskellDepends = [ - base - data-default - template-haskell - ]; - description = "hetero list with parameter list"; - license = lib.licenses.bsd3; - } - ) { }; - - "hetero-parameter-list_0_1_0_21" = callPackage ( { mkDerivation, base, @@ -323215,7 +320237,6 @@ self: { ]; description = "hetero list with parameter list"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -325007,42 +322028,6 @@ self: { ) { }; "hfsevents" = - callPackage - ( - { - mkDerivation, - base, - bytestring, - cereal, - Cocoa, - CoreServices, - mtl, - text, - }: - mkDerivation { - pname = "hfsevents"; - version = "0.1.7"; - sha256 = "15xzg1wf3cf2jpz3wqifkhc9mh0hv4iby8qi4qpi3mbb0zz482p9"; - libraryHaskellDepends = [ - base - bytestring - cereal - mtl - text - ]; - librarySystemDepends = [ Cocoa ]; - libraryToolDepends = [ CoreServices ]; - description = "File/folder watching for OS X"; - license = lib.licenses.bsd3; - platforms = lib.platforms.darwin; - } - ) - { - inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa; - inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices; - }; - - "hfsevents_0_1_8" = callPackage ( { @@ -325071,7 +322056,6 @@ self: { description = "File/folder watching for OS X"; license = lib.licenses.bsd3; platforms = lib.platforms.darwin; - hydraPlatforms = lib.platforms.none; } ) { @@ -328778,40 +325762,6 @@ self: { ) { }; "hinotify" = callPackage ( - { - mkDerivation, - async, - base, - bytestring, - containers, - directory, - unix, - }: - mkDerivation { - pname = "hinotify"; - version = "0.4.1"; - sha256 = "06pqfikfa61i45g92b65br83kplwmizqkm42yp8d0ddgmq0b21qk"; - revision = "1"; - editedCabalFile = "0nidpgp9p2dk1pifbkpkiibbm39asrz2j42s6sjn31nd9qqrgn1w"; - libraryHaskellDepends = [ - async - base - bytestring - containers - unix - ]; - testHaskellDepends = [ - base - bytestring - directory - unix - ]; - description = "Haskell binding to inotify"; - license = lib.licenses.bsd3; - } - ) { }; - - "hinotify_0_4_2" = callPackage ( { mkDerivation, async, @@ -328840,7 +325790,6 @@ self: { ]; description = "Haskell binding to inotify"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -331051,47 +328000,6 @@ self: { ) { }; "hkgr" = callPackage ( - { - mkDerivation, - base, - bytestring, - directory, - extra, - filepath, - simple-cabal, - simple-cmd, - simple-cmd-args, - simple-prompt, - typed-process, - xdg-basedir, - }: - mkDerivation { - pname = "hkgr"; - version = "0.4.6"; - sha256 = "1qhj3rfmdvc93m0zs38sw21lrnhk8vkrns0ca6dva0nsfi6fi5n9"; - isLibrary = false; - isExecutable = true; - enableSeparateDataOutput = true; - executableHaskellDepends = [ - base - bytestring - directory - extra - filepath - simple-cabal - simple-cmd - simple-cmd-args - simple-prompt - typed-process - xdg-basedir - ]; - description = "Simple Hackage release workflow for package maintainers"; - license = lib.licenses.gpl3Only; - mainProgram = "hkgr"; - } - ) { }; - - "hkgr_0_4_7" = callPackage ( { mkDerivation, base, @@ -331128,7 +328036,6 @@ self: { ]; description = "Simple Hackage release workflow for package maintainers"; license = lib.licenses.gpl3Only; - hydraPlatforms = lib.platforms.none; mainProgram = "hkgr"; } ) { }; @@ -352715,44 +349622,6 @@ self: { ) { }; "hslogger" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - deepseq, - HUnit, - network, - network-bsd, - old-locale, - time, - unix, - }: - mkDerivation { - pname = "hslogger"; - version = "1.3.1.1"; - sha256 = "0k8imyj2531j6k3c2bn0bavr175km2vwjlwg89vjvl00gdb107c4"; - libraryHaskellDepends = [ - base - bytestring - containers - deepseq - network - network-bsd - old-locale - time - unix - ]; - testHaskellDepends = [ - base - HUnit - ]; - description = "Versatile logging framework"; - license = lib.licenses.bsd3; - } - ) { }; - - "hslogger_1_3_1_2" = callPackage ( { mkDerivation, base, @@ -352787,7 +349656,6 @@ self: { ]; description = "Versatile logging framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -354564,31 +351432,6 @@ self: { ) { }; "hspec" = callPackage ( - { - mkDerivation, - base, - hspec-core, - hspec-discover, - hspec-expectations, - QuickCheck, - }: - mkDerivation { - pname = "hspec"; - version = "2.11.10"; - sha256 = "1c9m16fq15q7zad4q4ji1mw138vapbbzby0dwc2zqf9sahd5vvl4"; - libraryHaskellDepends = [ - base - hspec-core - hspec-discover - hspec-expectations - QuickCheck - ]; - description = "A Testing Framework for Haskell"; - license = lib.licenses.mit; - } - ) { }; - - "hspec_2_11_12" = callPackage ( { mkDerivation, base, @@ -354610,41 +351453,10 @@ self: { ]; description = "A Testing Framework for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; "hspec-api" = callPackage ( - { - mkDerivation, - base, - hspec, - hspec-core, - hspec-discover, - transformers, - }: - mkDerivation { - pname = "hspec-api"; - version = "2.11.10"; - sha256 = "1wi8jfia2gxd9xx3748rkwvjqaqwwxnab87c97nhff3ynaq5sx2b"; - libraryHaskellDepends = [ - base - hspec-core - transformers - ]; - testHaskellDepends = [ - base - hspec - hspec-core - transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "A Testing Framework for Haskell"; - license = lib.licenses.mit; - } - ) { }; - - "hspec-api_2_11_12" = callPackage ( { mkDerivation, base, @@ -354671,7 +351483,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "A Testing Framework for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -354874,93 +351685,6 @@ self: { ) { }; "hspec-core" = callPackage ( - { - mkDerivation, - ansi-terminal, - array, - base, - base-orphans, - call-stack, - containers, - deepseq, - directory, - filepath, - haskell-lexer, - hspec-expectations, - hspec-meta, - HUnit, - process, - QuickCheck, - quickcheck-io, - random, - silently, - stm, - temporary, - tf-random, - time, - transformers, - }: - mkDerivation { - pname = "hspec-core"; - version = "2.11.10"; - sha256 = "1glyrb3lw0290a06jj5ig2l69jawfrhhaacqfaniziwl4psd3giq"; - libraryHaskellDepends = [ - ansi-terminal - array - base - call-stack - containers - deepseq - directory - filepath - haskell-lexer - hspec-expectations - HUnit - process - QuickCheck - quickcheck-io - random - stm - tf-random - time - transformers - ]; - testHaskellDepends = [ - ansi-terminal - array - base - base-orphans - call-stack - containers - deepseq - directory - filepath - haskell-lexer - hspec-expectations - hspec-meta - HUnit - process - QuickCheck - quickcheck-io - random - silently - stm - temporary - tf-random - time - transformers - ]; - testToolDepends = [ hspec-meta ]; - testFlags = [ - "--skip" - "'Test.Hspec.Core.Runner.hspecResult runs specs in parallel'" - ]; - description = "A Testing Framework for Haskell"; - license = lib.licenses.mit; - } - ) { }; - - "hspec-core_2_11_12" = callPackage ( { mkDerivation, ansi-terminal, @@ -355044,7 +351768,6 @@ self: { ]; description = "A Testing Framework for Haskell"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -355131,48 +351854,6 @@ self: { ) { }; "hspec-discover" = callPackage ( - { - mkDerivation, - base, - directory, - filepath, - hspec-meta, - mockery, - QuickCheck, - }: - mkDerivation { - pname = "hspec-discover"; - version = "2.11.10"; - sha256 = "001j5jr0iyskicn893lfgidh99fz8g5v3l5jv13yvq2hl9xi2cvk"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - directory - filepath - ]; - executableHaskellDepends = [ - base - directory - filepath - ]; - testHaskellDepends = [ - base - directory - filepath - hspec-meta - mockery - QuickCheck - ]; - testToolDepends = [ hspec-meta ]; - description = "Automatically discover and run Hspec tests"; - license = lib.licenses.mit; - mainProgram = "hspec-discover"; - maintainers = [ lib.maintainers.maralorn ]; - } - ) { }; - - "hspec-discover_2_11_12" = callPackage ( { mkDerivation, base, @@ -355209,7 +351890,6 @@ self: { testToolDepends = [ hspec-meta ]; description = "Automatically discover and run Hspec tests"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "hspec-discover"; maintainers = [ lib.maintainers.maralorn ]; } @@ -355937,83 +352617,6 @@ self: { ) { }; "hspec-meta" = callPackage ( - { - mkDerivation, - ansi-terminal, - array, - base, - call-stack, - containers, - deepseq, - directory, - filepath, - haskell-lexer, - hspec-expectations, - HUnit, - process, - QuickCheck, - quickcheck-io, - random, - stm, - tf-random, - time, - transformers, - }: - mkDerivation { - pname = "hspec-meta"; - version = "2.11.10"; - sha256 = "10iq35f6j4lrk4cxyr1gm0f0zxd2ndnzng0v4lcl6i33fnfjf3n2"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - ansi-terminal - array - base - call-stack - containers - deepseq - directory - filepath - haskell-lexer - hspec-expectations - HUnit - process - QuickCheck - quickcheck-io - random - stm - tf-random - time - transformers - ]; - executableHaskellDepends = [ - ansi-terminal - array - base - call-stack - containers - deepseq - directory - filepath - haskell-lexer - hspec-expectations - HUnit - process - QuickCheck - quickcheck-io - random - stm - tf-random - time - transformers - ]; - description = "A version of Hspec which is used to test Hspec itself"; - license = lib.licenses.mit; - mainProgram = "hspec-meta-discover"; - } - ) { }; - - "hspec-meta_2_11_12" = callPackage ( { mkDerivation, ansi-terminal, @@ -356086,7 +352689,6 @@ self: { ]; description = "A version of Hspec which is used to test Hspec itself"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "hspec-meta-discover"; } ) { }; @@ -360689,97 +357291,6 @@ self: { ) { }; "http-client" = callPackage ( - { - mkDerivation, - array, - async, - base, - base64-bytestring, - blaze-builder, - bytestring, - case-insensitive, - containers, - cookie, - deepseq, - directory, - exceptions, - filepath, - ghc-prim, - hspec, - hspec-discover, - http-types, - iproute, - mime-types, - monad-control, - network, - network-uri, - random, - stm, - streaming-commons, - text, - time, - transformers, - zlib, - }: - mkDerivation { - pname = "http-client"; - version = "0.7.18"; - sha256 = "15ilhyxqsna6bwi3gklnxfmpaxcb56y3l3z62l3bsk02jvbb724h"; - libraryHaskellDepends = [ - array - async - base - base64-bytestring - blaze-builder - bytestring - case-insensitive - containers - cookie - deepseq - exceptions - filepath - ghc-prim - http-types - iproute - mime-types - network - network-uri - random - stm - streaming-commons - text - time - transformers - ]; - testHaskellDepends = [ - async - base - blaze-builder - bytestring - case-insensitive - containers - cookie - deepseq - directory - hspec - http-types - monad-control - network - network-uri - streaming-commons - text - time - transformers - zlib - ]; - testToolDepends = [ hspec-discover ]; - doCheck = false; - description = "An HTTP client engine"; - license = lib.licenses.mit; - } - ) { }; - - "http-client_0_7_19" = callPackage ( { mkDerivation, array, @@ -360867,7 +357378,6 @@ self: { doCheck = false; description = "An HTTP client engine"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -362314,67 +358824,6 @@ self: { ) { }; "http-link-header" = callPackage ( - { - mkDerivation, - attoparsec, - base, - bytestring, - criterion, - directory, - errors, - hspec, - hspec-attoparsec, - http-api-data, - network-uri, - QuickCheck, - text, - transformers, - }: - mkDerivation { - pname = "http-link-header"; - version = "1.2.1"; - sha256 = "15pcav5k7j4pvqwkyyrqgcm7yxqippx4yiprsg9fpml4kywcr2ca"; - revision = "4"; - editedCabalFile = "0fypwxb5l9w7133x1fg2zdjbmply6jklzgm8bw01rzvy04msx7z9"; - libraryHaskellDepends = [ - attoparsec - base - bytestring - errors - http-api-data - network-uri - text - ]; - testHaskellDepends = [ - attoparsec - base - bytestring - errors - hspec - hspec-attoparsec - http-api-data - network-uri - QuickCheck - text - ]; - benchmarkHaskellDepends = [ - attoparsec - base - bytestring - criterion - directory - errors - http-api-data - network-uri - text - transformers - ]; - description = "HTTP Link header parser/writer"; - license = lib.licenses.publicDomain; - } - ) { }; - - "http-link-header_1_2_2" = callPackage ( { mkDerivation, attoparsec, @@ -362430,7 +358879,6 @@ self: { ]; description = "HTTP Link header parser/writer"; license = lib.licenses.publicDomain; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -371725,38 +368173,6 @@ self: { ) { }; "hyphenation" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - file-embed, - text, - unordered-containers, - zlib, - }: - mkDerivation { - pname = "hyphenation"; - version = "0.8.2"; - sha256 = "05330kd99cg9v6w26sj87wk2nfvpmn2r177kr66vr9n0rlmia60y"; - revision = "4"; - editedCabalFile = "15qgh6fyghc4gx0kw6sldpf3ga8wnjpw7f6sqykq7yc5l2ci67dr"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - base - bytestring - containers - file-embed - text - unordered-containers - zlib - ]; - description = "Configurable Knuth-Liang hyphenation"; - license = lib.licenses.bsd2; - } - ) { }; - - "hyphenation_0_8_3" = callPackage ( { mkDerivation, base, @@ -371783,7 +368199,6 @@ self: { ]; description = "Configurable Knuth-Liang hyphenation"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -377210,35 +373625,6 @@ self: { ) { }; "incipit-base" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - data-default, - stm, - text, - }: - mkDerivation { - pname = "incipit-base"; - version = "0.6.1.0"; - sha256 = "1vlvwhgn4wfb6gaw1rld1qa1b54dvsymri0mf9x737faah0arhpy"; - revision = "1"; - editedCabalFile = "0gg499hfbi7fs7pffh00md4wdz2bcpm3wg2cqrb3kyr16y6nri1j"; - libraryHaskellDepends = [ - base - bytestring - containers - data-default - stm - text - ]; - description = "A Prelude for Polysemy – Base Reexports"; - license = "BSD-2-Clause-Patent"; - } - ) { }; - - "incipit-base_0_6_1_1" = callPackage ( { mkDerivation, base, @@ -377262,32 +373648,10 @@ self: { ]; description = "A Prelude for Polysemy – Base Reexports"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; } ) { }; "incipit-core" = callPackage ( - { - mkDerivation, - base, - incipit-base, - polysemy, - }: - mkDerivation { - pname = "incipit-core"; - version = "0.6.1.0"; - sha256 = "19m4pvrv6fyxj7ilns3ipfjhibmhgcrjz376djadbqb8fzxba2xb"; - libraryHaskellDepends = [ - base - incipit-base - polysemy - ]; - description = "A Prelude for Polysemy"; - license = "BSD-2-Clause-Patent"; - } - ) { }; - - "incipit-core_0_6_1_1" = callPackage ( { mkDerivation, base, @@ -377305,7 +373669,6 @@ self: { ]; description = "A Prelude for Polysemy"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -391340,35 +387703,6 @@ self: { ) { }; "journalctl-stream" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - conduit, - process, - text, - time, - }: - mkDerivation { - pname = "journalctl-stream"; - version = "0.6.0.7"; - sha256 = "1qxih27iq389z6zxgqk09120n3kclnisyy3cd3k2qvna7q1mfhj3"; - libraryHaskellDepends = [ - aeson - base - bytestring - conduit - process - text - time - ]; - description = "Stream logs using journalctl"; - license = lib.licenses.mit; - } - ) { }; - - "journalctl-stream_0_6_0_8" = callPackage ( { mkDerivation, aeson, @@ -391394,7 +387728,6 @@ self: { ]; description = "Stream logs using journalctl"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -393781,48 +390114,6 @@ self: { ) { }; "json-spec-openapi" = callPackage ( - { - mkDerivation, - aeson, - base, - hspec, - insert-ordered-containers, - json-spec, - lens, - openapi3, - text, - time, - }: - mkDerivation { - pname = "json-spec-openapi"; - version = "1.0.0.0"; - sha256 = "1ail9zydaq68iiyha8gnc0z4gf8ra9kmn11p6x3ammv66mw9vpsr"; - libraryHaskellDepends = [ - aeson - base - insert-ordered-containers - json-spec - lens - openapi3 - text - ]; - testHaskellDepends = [ - aeson - base - hspec - insert-ordered-containers - json-spec - lens - openapi3 - text - time - ]; - description = "json-spec-openapi"; - license = lib.licenses.mit; - } - ) { }; - - "json-spec-openapi_1_0_1_0" = callPackage ( { mkDerivation, aeson, @@ -393861,7 +390152,6 @@ self: { ]; description = "json-spec-openapi"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -400245,149 +396535,6 @@ self: { ) { }; "keter" = callPackage ( - { - mkDerivation, - aeson, - array, - async, - attoparsec, - base, - blaze-builder, - bytestring, - case-insensitive, - conduit, - conduit-extra, - containers, - directory, - fast-logger, - filepath, - fsnotify, - http-client, - http-conduit, - http-reverse-proxy, - http-types, - HUnit, - indexed-traversable, - lens, - lifted-base, - monad-logger, - mtl, - network, - optparse-applicative, - process, - random, - regex-tdfa, - stm, - tar, - tasty, - tasty-hunit, - template-haskell, - text, - time, - tls, - tls-session-manager, - transformers, - unix, - unix-compat, - unliftio-core, - unordered-containers, - vector, - wai, - wai-app-static, - wai-extra, - warp, - warp-tls, - wreq, - yaml, - zlib, - }: - mkDerivation { - pname = "keter"; - version = "2.1.8"; - sha256 = "1ba10cd5iiv1ignra11k30cfip3p8sw382735vvigc6gbj6h45wk"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson - array - async - attoparsec - base - blaze-builder - bytestring - case-insensitive - conduit - conduit-extra - containers - directory - fast-logger - filepath - fsnotify - http-client - http-conduit - http-reverse-proxy - http-types - indexed-traversable - lifted-base - monad-logger - mtl - network - optparse-applicative - process - random - regex-tdfa - stm - tar - template-haskell - text - time - tls - tls-session-manager - transformers - unix - unix-compat - unliftio-core - unordered-containers - vector - wai - wai-app-static - wai-extra - warp - warp-tls - yaml - zlib - ]; - executableHaskellDepends = [ - base - filepath - ]; - testHaskellDepends = [ - base - bytestring - conduit - http-client - http-conduit - http-types - HUnit - lens - monad-logger - mtl - stm - tasty - tasty-hunit - transformers - unix - wai - warp - wreq - ]; - description = "Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime."; - license = lib.licenses.mit; - mainProgram = "keter"; - } - ) { }; - - "keter_2_1_9" = callPackage ( { mkDerivation, aeson, @@ -400526,7 +396673,6 @@ self: { ]; description = "Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime."; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "keter"; } ) { }; @@ -400843,35 +396989,6 @@ self: { ) { }; "keyed-vals" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - http-api-data, - redis-glob, - text, - }: - mkDerivation { - pname = "keyed-vals"; - version = "0.2.3.1"; - sha256 = "0rmgrnkhqyp6vhff03dkj0w0h5yy5j1bmjlnpdrfpj8gqwps1ib1"; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - http-api-data - redis-glob - text - ]; - description = "An abstract Handle for accessing collections in stores like Redis"; - license = lib.licenses.bsd3; - } - ) { }; - - "keyed-vals_0_2_3_2" = callPackage ( { mkDerivation, aeson, @@ -400897,44 +397014,10 @@ self: { ]; description = "An abstract Handle for accessing collections in stores like Redis"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; "keyed-vals-hspec-tests" = callPackage ( - { - mkDerivation, - aeson, - base, - benri-hspec, - bytestring, - containers, - hspec, - http-api-data, - keyed-vals, - text, - }: - mkDerivation { - pname = "keyed-vals-hspec-tests"; - version = "0.2.3.1"; - sha256 = "1pxdcwxlbbhpg8kwb2hjffv6nb71dbw94frq582xm5xnc6mjpgmv"; - libraryHaskellDepends = [ - aeson - base - benri-hspec - bytestring - containers - hspec - http-api-data - keyed-vals - text - ]; - description = "Validate a keyed-vals Handle"; - license = lib.licenses.bsd3; - } - ) { }; - - "keyed-vals-hspec-tests_0_2_3_2" = callPackage ( { mkDerivation, aeson, @@ -400964,47 +397047,10 @@ self: { ]; description = "Validate a keyed-vals Handle"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; "keyed-vals-mem" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - hspec, - keyed-vals, - keyed-vals-hspec-tests, - text, - unliftio, - unliftio-core, - }: - mkDerivation { - pname = "keyed-vals-mem"; - version = "0.2.3.1"; - sha256 = "1m5mhpn8brw43r9vm6x7rfhw3s1ihm31rnnddzmx0w4n4f5jaij5"; - libraryHaskellDepends = [ - base - bytestring - containers - keyed-vals - text - unliftio - unliftio-core - ]; - testHaskellDepends = [ - base - hspec - keyed-vals-hspec-tests - ]; - description = "Implements a keyed-vals Handle using in-process memory"; - license = lib.licenses.bsd3; - } - ) { }; - - "keyed-vals-mem_0_2_3_2" = callPackage ( { mkDerivation, base, @@ -401037,59 +397083,10 @@ self: { ]; description = "Implements a keyed-vals Handle using in-process memory"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; "keyed-vals-redis" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - hedis, - hspec, - hspec-tmp-proc, - keyed-vals, - keyed-vals-hspec-tests, - QuickCheck, - read-env-var, - text, - tmp-proc-redis, - unliftio, - unliftio-core, - }: - mkDerivation { - pname = "keyed-vals-redis"; - version = "0.2.3.1"; - sha256 = "1cn1xx218hwdbmbygfnwbnrjklz3apgbm2gcmd0ckpib0d5zlx1m"; - libraryHaskellDepends = [ - base - bytestring - containers - hedis - keyed-vals - read-env-var - text - unliftio - unliftio-core - ]; - testHaskellDepends = [ - base - bytestring - hspec - hspec-tmp-proc - keyed-vals-hspec-tests - QuickCheck - text - tmp-proc-redis - ]; - description = "Access Redis using a keyed-vals Handle"; - license = lib.licenses.bsd3; - } - ) { }; - - "keyed-vals-redis_0_2_3_2" = callPackage ( { mkDerivation, base, @@ -401134,7 +397131,6 @@ self: { ]; description = "Access Redis using a keyed-vals Handle"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -414275,125 +410271,6 @@ self: { ) { }; "lens" = callPackage ( - { - mkDerivation, - array, - assoc, - base, - base-orphans, - bifunctors, - bytestring, - call-stack, - comonad, - containers, - contravariant, - criterion, - deepseq, - distributive, - exceptions, - filepath, - free, - generic-deriving, - ghc-prim, - hashable, - HUnit, - indexed-traversable, - indexed-traversable-instances, - kan-extensions, - mtl, - parallel, - profunctors, - QuickCheck, - reflection, - semigroupoids, - simple-reflect, - strict, - tagged, - template-haskell, - test-framework, - test-framework-hunit, - test-framework-quickcheck2, - text, - th-abstraction, - these, - transformers, - transformers-compat, - unordered-containers, - vector, - }: - mkDerivation { - pname = "lens"; - version = "5.3.3"; - sha256 = "16d0cxbgprysfni9bkbm9349ny8a5wxk46fyq83d5md574cmdwa0"; - libraryHaskellDepends = [ - array - assoc - base - base-orphans - bifunctors - bytestring - call-stack - comonad - containers - contravariant - distributive - exceptions - filepath - free - ghc-prim - hashable - indexed-traversable - indexed-traversable-instances - kan-extensions - mtl - parallel - profunctors - reflection - semigroupoids - strict - tagged - template-haskell - text - th-abstraction - these - transformers - transformers-compat - unordered-containers - vector - ]; - testHaskellDepends = [ - base - bytestring - containers - deepseq - HUnit - mtl - QuickCheck - simple-reflect - test-framework - test-framework-hunit - test-framework-quickcheck2 - text - transformers - ]; - benchmarkHaskellDepends = [ - base - bytestring - comonad - containers - criterion - deepseq - generic-deriving - transformers - unordered-containers - vector - ]; - description = "Lenses, Folds and Traversals"; - license = lib.licenses.bsd2; - } - ) { }; - - "lens_5_3_4" = callPackage ( { mkDerivation, array, @@ -414509,7 +410386,6 @@ self: { ]; description = "Lenses, Folds and Traversals"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -415730,58 +411606,6 @@ self: { ) { }; "leveldb-haskell" = callPackage ( - { - mkDerivation, - base, - bytestring, - data-default, - directory, - exceptions, - filepath, - leveldb, - mtl, - QuickCheck, - resourcet, - tasty, - tasty-quickcheck, - temporary, - transformers, - }: - mkDerivation { - pname = "leveldb-haskell"; - version = "0.6.5"; - sha256 = "0a3csz8zmjjp90ji1yqrc3h7rb1b612i6v4kfwxagswd0s4b05x4"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - bytestring - data-default - exceptions - filepath - resourcet - transformers - ]; - librarySystemDepends = [ leveldb ]; - testHaskellDepends = [ - base - bytestring - data-default - directory - exceptions - mtl - QuickCheck - tasty - tasty-quickcheck - temporary - transformers - ]; - description = "Haskell bindings to LevelDB"; - license = lib.licenses.bsd3; - } - ) { inherit (pkgs) leveldb; }; - - "leveldb-haskell_0_6_5_1" = callPackage ( { mkDerivation, base, @@ -415830,7 +411654,6 @@ self: { ]; description = "Haskell bindings to LevelDB"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) leveldb; }; @@ -420789,90 +416612,6 @@ self: { ) { }; "linear" = callPackage ( - { - mkDerivation, - adjunctions, - base, - base-orphans, - binary, - bytes, - bytestring, - cereal, - containers, - deepseq, - distributive, - ghc-prim, - hashable, - HUnit, - indexed-traversable, - lens, - QuickCheck, - random, - reflection, - semigroupoids, - simple-reflect, - tagged, - template-haskell, - test-framework, - test-framework-hunit, - test-framework-quickcheck2, - transformers, - transformers-compat, - unordered-containers, - vector, - void, - }: - mkDerivation { - pname = "linear"; - version = "1.23"; - sha256 = "13w6j1wnq40821nwrly7zl4qdsnih19f3p9fnmka42mblmin2lld"; - revision = "2"; - editedCabalFile = "1xg7nm5hyy63vj3mmmjx9w6nba05zabmmrzyfcacqk9vq1848llv"; - libraryHaskellDepends = [ - adjunctions - base - base-orphans - binary - bytes - cereal - containers - deepseq - distributive - ghc-prim - hashable - indexed-traversable - lens - random - reflection - semigroupoids - tagged - template-haskell - transformers - transformers-compat - unordered-containers - vector - void - ]; - testHaskellDepends = [ - base - binary - bytestring - deepseq - HUnit - QuickCheck - reflection - simple-reflect - test-framework - test-framework-hunit - test-framework-quickcheck2 - vector - ]; - description = "Linear Algebra"; - license = lib.licenses.bsd3; - } - ) { }; - - "linear_1_23_1" = callPackage ( { mkDerivation, adjunctions, @@ -420951,7 +416690,6 @@ self: { ]; description = "Linear Algebra"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -428229,52 +423967,6 @@ self: { ) { }; "logging" = callPackage ( - { - mkDerivation, - base, - binary, - bytestring, - fast-logger, - hspec, - lifted-base, - monad-control, - old-locale, - regex-compat, - text, - time, - time-locale-compat, - transformers, - unix, - }: - mkDerivation { - pname = "logging"; - version = "3.0.5"; - sha256 = "0cd00pjxjdq69n6hxa01x31s2vdfd39kkvj0d0ssqj3n6ahssbxi"; - libraryHaskellDepends = [ - base - binary - bytestring - fast-logger - lifted-base - monad-control - old-locale - regex-compat - text - time - time-locale-compat - transformers - ]; - testHaskellDepends = [ - base - hspec - unix - ]; - description = "Simplified logging in IO for application writers"; - license = lib.licenses.mit; - } - ) { }; - - "logging_3_0_6" = callPackage ( { mkDerivation, base, @@ -428317,7 +424009,6 @@ self: { ]; description = "Simplified logging in IO for application writers"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -432098,65 +427789,6 @@ self: { ) { }; "lucid" = callPackage ( - { - mkDerivation, - base, - bifunctors, - blaze-builder, - bytestring, - containers, - criterion, - deepseq, - hashable, - hspec, - HUnit, - mmorph, - mtl, - parsec, - text, - transformers, - }: - mkDerivation { - pname = "lucid"; - version = "2.11.20230408"; - sha256 = "07a41xkql96hkp9jawlaxn0lflvjf8a2djb45k3b3ig9zs82j48g"; - revision = "2"; - editedCabalFile = "13hfdk1xj1fi0fd9crylvvzfr52z79j941im654jv50a3667lxfj"; - libraryHaskellDepends = [ - base - blaze-builder - bytestring - containers - hashable - mmorph - mtl - text - transformers - ]; - testHaskellDepends = [ - base - bifunctors - hspec - HUnit - mtl - parsec - text - ]; - benchmarkHaskellDepends = [ - base - blaze-builder - bytestring - criterion - deepseq - text - transformers - ]; - description = "Clear to write, read and edit DSL for HTML"; - license = lib.licenses.bsd3; - } - ) { }; - - "lucid_2_11_20250303" = callPackage ( { mkDerivation, base, @@ -432210,7 +427842,6 @@ self: { ]; description = "Clear to write, read and edit DSL for HTML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -432507,48 +428138,6 @@ self: { ) { }; "lucid2" = callPackage ( - { - mkDerivation, - base, - bifunctors, - bytestring, - containers, - hspec, - HUnit, - mtl, - parsec, - text, - transformers, - }: - mkDerivation { - pname = "lucid2"; - version = "0.0.20240424"; - sha256 = "1ccpcbq84y53dxna700rfn6gaxn6xywqfdn27xpvbrl79w5x5p1j"; - revision = "1"; - editedCabalFile = "0xggpzcbzrbnd7f0rbjcsri914wwwy8qh256wrq41jswsrb00bkp"; - libraryHaskellDepends = [ - base - bytestring - containers - mtl - text - transformers - ]; - testHaskellDepends = [ - base - bifunctors - hspec - HUnit - mtl - parsec - text - ]; - description = "Clear to write, read and edit DSL for HTML"; - license = lib.licenses.bsd3; - } - ) { }; - - "lucid2_0_0_20250303" = callPackage ( { mkDerivation, base, @@ -432585,7 +428174,6 @@ self: { ]; description = "Clear to write, read and edit DSL for HTML"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -434231,61 +429819,6 @@ self: { ) { }; "machines" = callPackage ( - { - mkDerivation, - adjunctions, - base, - comonad, - conduit, - containers, - criterion, - distributive, - mtl, - pipes, - pointed, - profunctors, - semigroupoids, - semigroups, - streaming, - transformers, - transformers-compat, - void, - }: - mkDerivation { - pname = "machines"; - version = "0.7.3"; - sha256 = "1cmflvd0xphs15ip61347ph9w4hnhmsa4nlp425i53x1ld99l23c"; - revision = "3"; - editedCabalFile = "0w0q2kq8m8fkgrf0yj0fd5yb5b1svyxvfgjml5yvc2cqxfdh7mm7"; - libraryHaskellDepends = [ - adjunctions - base - comonad - containers - distributive - mtl - pointed - profunctors - semigroupoids - semigroups - transformers - transformers-compat - void - ]; - benchmarkHaskellDepends = [ - base - conduit - criterion - mtl - pipes - streaming - ]; - description = "Networked stream transducers"; - license = lib.licenses.bsd3; - } - ) { }; - - "machines_0_7_4" = callPackage ( { mkDerivation, adjunctions, @@ -434335,7 +429868,6 @@ self: { ]; description = "Networked stream transducers"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -435690,47 +431222,6 @@ self: { ) { }; "mailtrap" = callPackage ( - { - mkDerivation, - aeson, - base, - base64, - blaze-html, - bytestring, - email-validate, - filepath, - http-conduit, - mime-types, - text, - time, - unordered-containers, - uuid-types, - }: - mkDerivation { - pname = "mailtrap"; - version = "0.1.2.1"; - sha256 = "1sqqwjvjcvbngx7y0ycvw06i7nfxgqigsb9cn478xk4ngn851aia"; - libraryHaskellDepends = [ - aeson - base - base64 - blaze-html - bytestring - email-validate - filepath - http-conduit - mime-types - text - time - unordered-containers - uuid-types - ]; - description = "Mailtrap API library"; - license = lib.licenses.mit; - } - ) { }; - - "mailtrap_0_1_2_2" = callPackage ( { mkDerivation, aeson, @@ -435768,7 +431259,6 @@ self: { ]; description = "Mailtrap API library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -440437,47 +435927,6 @@ self: { ) { }; "matrix" = callPackage ( - { - mkDerivation, - base, - criterion, - deepseq, - loop, - primitive, - QuickCheck, - semigroups, - tasty, - tasty-quickcheck, - vector, - }: - mkDerivation { - pname = "matrix"; - version = "0.3.6.3"; - sha256 = "0gzh89nj4cqk772x37byv7z3smjpr76bd9qmqpz9bbnyicwig0qc"; - libraryHaskellDepends = [ - base - deepseq - loop - primitive - semigroups - vector - ]; - testHaskellDepends = [ - base - QuickCheck - tasty - tasty-quickcheck - ]; - benchmarkHaskellDepends = [ - base - criterion - ]; - description = "A native implementation of matrix operations"; - license = lib.licenses.mit; - } - ) { }; - - "matrix_0_3_6_4" = callPackage ( { mkDerivation, base, @@ -440515,7 +435964,6 @@ self: { ]; description = "A native implementation of matrix operations"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -443842,8 +439290,8 @@ self: { }: mkDerivation { pname = "mem-info"; - version = "0.3.0.1"; - sha256 = "09sdr2j50sq0bd0d1rwnlq4918bm1w8zwb1h1fkz3cqblm81vx6d"; + version = "0.3.1.0"; + sha256 = "032r34swgdmb6xh3ralcpb0223i2gqfixxgly7v9da0w76cj6g7y"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -447295,39 +442743,6 @@ self: { ) { }; "microlens-th" = callPackage ( - { - mkDerivation, - base, - containers, - microlens, - tagged, - template-haskell, - th-abstraction, - transformers, - }: - mkDerivation { - pname = "microlens-th"; - version = "0.4.3.16"; - sha256 = "1gd4rz00x4akaf3wfchvbk90ra9kjqsv3ixkcnsbrij3hhjb2w47"; - libraryHaskellDepends = [ - base - containers - microlens - template-haskell - th-abstraction - transformers - ]; - testHaskellDepends = [ - base - microlens - tagged - ]; - description = "Automatic generation of record lenses for microlens"; - license = lib.licenses.bsd3; - } - ) { }; - - "microlens-th_0_4_3_17" = callPackage ( { mkDerivation, base, @@ -447357,7 +442772,6 @@ self: { ]; description = "Automatic generation of record lenses for microlens"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -450919,55 +446333,6 @@ self: { ) { }; "miso" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - file-embed, - http-api-data, - http-types, - jsaddle, - lucid, - network-uri, - servant, - servant-lucid, - tagsoup, - text, - transformers, - }: - mkDerivation { - pname = "miso"; - version = "1.8.5.0"; - sha256 = "0lbr1hwaidsscrqp3p6p3rr5q1mxfg3f7bb62x974jll3lisxlyb"; - revision = "1"; - editedCabalFile = "18zwq74mzv0qkila4dq554nrcziaz946chmb51jrhx8p2mdspa7y"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - file-embed - http-api-data - http-types - jsaddle - lucid - network-uri - servant - servant-lucid - tagsoup - text - transformers - ]; - description = "A tasty Haskell front-end framework"; - license = lib.licenses.bsd3; - } - ) { }; - - "miso_1_8_7_0" = callPackage ( { mkDerivation, aeson, @@ -451011,7 +446376,6 @@ self: { ]; description = "A tasty Haskell front-end web framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -455291,59 +450655,6 @@ self: { ) { }; "monad-logger" = callPackage ( - { - mkDerivation, - base, - bytestring, - conduit, - conduit-extra, - exceptions, - fast-logger, - lifted-base, - monad-control, - monad-loops, - mtl, - resourcet, - stm, - stm-chans, - template-haskell, - text, - transformers, - transformers-base, - transformers-compat, - unliftio-core, - }: - mkDerivation { - pname = "monad-logger"; - version = "0.3.41"; - sha256 = "077yxs4acm03g77sbb3lh9hmb4y2dq4kra6sq4b1myqvm3y0ykgm"; - libraryHaskellDepends = [ - base - bytestring - conduit - conduit-extra - exceptions - fast-logger - lifted-base - monad-control - monad-loops - mtl - resourcet - stm - stm-chans - template-haskell - text - transformers - transformers-base - transformers-compat - unliftio-core - ]; - description = "A class of monads which can log messages"; - license = lib.licenses.mit; - } - ) { }; - - "monad-logger_0_3_42" = callPackage ( { mkDerivation, base, @@ -455393,7 +450704,6 @@ self: { ]; description = "A class of monads which can log messages"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -456351,59 +451661,6 @@ self: { ) { }; "monad-schedule" = callPackage ( - { - mkDerivation, - base, - base-compat, - free, - generic-arbitrary, - HUnit, - operational, - QuickCheck, - stm, - test-framework, - test-framework-hunit, - test-framework-quickcheck2, - time, - time-domain, - transformers, - }: - mkDerivation { - pname = "monad-schedule"; - version = "0.2.0.1"; - sha256 = "0g80wqnji3xph68v3jgi8k3ivc4d7wrdr386znw9yh252baz053j"; - libraryHaskellDepends = [ - base - base-compat - free - operational - stm - time-domain - transformers - ]; - testHaskellDepends = [ - base - base-compat - free - generic-arbitrary - HUnit - operational - QuickCheck - stm - test-framework - test-framework-hunit - test-framework-quickcheck2 - time - time-domain - transformers - ]; - description = "A new, simple, composable concurrency abstraction"; - license = lib.licenses.mit; - maintainers = [ lib.maintainers.turion ]; - } - ) { }; - - "monad-schedule_0_2_0_2" = callPackage ( { mkDerivation, base, @@ -456452,7 +451709,6 @@ self: { ]; description = "A new, simple, composable concurrency abstraction"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; maintainers = [ lib.maintainers.turion ]; } ) { }; @@ -458362,36 +453618,6 @@ self: { ) { }; "monoid-extras" = callPackage ( - { - mkDerivation, - base, - criterion, - groups, - semigroupoids, - semigroups, - }: - mkDerivation { - pname = "monoid-extras"; - version = "0.6.3"; - sha256 = "1j908w0xmh6kdh0ilka3lhasf4vwnaic8srycdmwmyi94i5kh93i"; - revision = "1"; - editedCabalFile = "1d9mm9n62zrjadcn5n24s9zmrndskvcrmswg9brj4g4nsa6kv9hf"; - libraryHaskellDepends = [ - base - groups - semigroupoids - ]; - benchmarkHaskellDepends = [ - base - criterion - semigroups - ]; - description = "Various extra monoid-related definitions and utilities"; - license = lib.licenses.bsd3; - } - ) { }; - - "monoid-extras_0_6_5" = callPackage ( { mkDerivation, base, @@ -458416,7 +453642,6 @@ self: { ]; description = "Various extra monoid-related definitions and utilities"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -458547,51 +453772,6 @@ self: { ) { }; "monoid-subclasses" = callPackage ( - { - mkDerivation, - base, - bytestring, - commutative-semigroups, - containers, - primes, - QuickCheck, - quickcheck-instances, - tasty, - tasty-quickcheck, - text, - vector, - }: - mkDerivation { - pname = "monoid-subclasses"; - version = "1.2.5.1"; - sha256 = "0xrbsk4cd8gncw8s0wdg02pmds8wxf237qkbncr73wfwbidshl15"; - libraryHaskellDepends = [ - base - bytestring - commutative-semigroups - containers - primes - text - vector - ]; - testHaskellDepends = [ - base - bytestring - containers - primes - QuickCheck - quickcheck-instances - tasty - tasty-quickcheck - text - vector - ]; - description = "Subclasses of Monoid"; - license = lib.licenses.bsd3; - } - ) { }; - - "monoid-subclasses_1_2_6" = callPackage ( { mkDerivation, base, @@ -458633,7 +453813,6 @@ self: { ]; description = "Subclasses of Monoid"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -458756,29 +453935,27 @@ self: { hspec, hspec-discover, monoid-subclasses, - nonempty-containers, nothunks, pretty-show, QuickCheck, quickcheck-classes, quickcheck-groups, - quickcheck-instances, quickcheck-monoid-subclasses, + quickcheck-quid, tasty-bench, tasty-hunit, text, }: mkDerivation { pname = "monoidmap"; - version = "0.0.2.1"; - sha256 = "0hfr276l34fwxszlnfcm07356anymgphawarjfxw6r9cv9488djq"; + version = "0.0.4.3"; + sha256 = "1f8fk22l1929ryb672db3z0jqgm7nkpm0mqk6a0g1wl5nm5swwmq"; libraryHaskellDepends = [ base containers deepseq groups monoid-subclasses - nonempty-containers nothunks ]; testHaskellDepends = [ @@ -458791,8 +453968,8 @@ self: { QuickCheck quickcheck-classes quickcheck-groups - quickcheck-instances quickcheck-monoid-subclasses + quickcheck-quid text ]; testToolDepends = [ hspec-discover ]; @@ -469505,47 +464682,6 @@ self: { ) { }; "mysql-json-table" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - conduit, - exceptions, - hashable, - http-api-data, - mysql, - mysql-simple, - }: - mkDerivation { - pname = "mysql-json-table"; - version = "0.1.4.0"; - sha256 = "1kavib1ny3cg8cvbvg2n2xlisj1pwvsnv25wddv55kxgng227djr"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson - base - bytestring - conduit - exceptions - hashable - http-api-data - mysql - mysql-simple - ]; - executableHaskellDepends = [ - base - conduit - mysql-simple - ]; - description = "Using MySQL to store id-to-json tables"; - license = lib.licenses.mit; - mainProgram = "mysql-json-table-test"; - } - ) { }; - - "mysql-json-table_0_1_4_1" = callPackage ( { mkDerivation, aeson, @@ -469582,7 +464718,6 @@ self: { ]; description = "Using MySQL to store id-to-json tables"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "mysql-json-table-test"; } ) { }; @@ -475531,8 +470666,8 @@ self: { }: mkDerivation { pname = "network-control"; - version = "0.1.4"; - sha256 = "1a03jpnbvdac8s3z79f7j3gjvh5lhdzyz27xxsxzxdfmg30ym8p9"; + version = "0.1.5"; + sha256 = "0ir2v3ys923m7jqagvbi327d3gdnrccdvhkf2jzsljazn35l91qc"; libraryHaskellDepends = [ base psqueues @@ -476402,29 +471537,6 @@ self: { ) { }; "network-run" = callPackage ( - { - mkDerivation, - base, - bytestring, - network, - time-manager, - }: - mkDerivation { - pname = "network-run"; - version = "0.4.3"; - sha256 = "0phx8p1bha12l14d3bdb7kh9wjqn150q3ymvlsr7szmkq8x9vwh6"; - libraryHaskellDepends = [ - base - bytestring - network - time-manager - ]; - description = "Simple network runner library"; - license = lib.licenses.bsd3; - } - ) { }; - - "network-run_0_4_4" = callPackage ( { mkDerivation, base, @@ -476444,7 +471556,6 @@ self: { ]; description = "Simple network runner library"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -485594,100 +480705,6 @@ self: { ) { }; "nvim-hs" = callPackage ( - { - mkDerivation, - base, - bytestring, - cereal, - cereal-conduit, - conduit, - containers, - data-default, - deepseq, - foreign-store, - hslogger, - hspec, - hspec-discover, - megaparsec, - messagepack, - mtl, - network, - optparse-applicative, - prettyprinter, - prettyprinter-ansi-terminal, - QuickCheck, - streaming-commons, - template-haskell, - template-haskell-compat-v0208, - text, - time, - time-locale-compat, - typed-process, - unliftio, - unliftio-core, - utf8-string, - vector, - void, - }: - mkDerivation { - pname = "nvim-hs"; - version = "2.3.2.3"; - sha256 = "03s0fsws7f8mld6kpmymagrmajfnxzi9isgdzik4kdrx8fzygin8"; - revision = "1"; - editedCabalFile = "132mw5hg846sg381g08vlxhw9xqqxh3508ykzn5b5sh9m3igf6j6"; - libraryHaskellDepends = [ - base - bytestring - cereal - cereal-conduit - conduit - containers - data-default - deepseq - foreign-store - hslogger - megaparsec - messagepack - mtl - network - optparse-applicative - prettyprinter - prettyprinter-ansi-terminal - streaming-commons - template-haskell - template-haskell-compat-v0208 - text - time - time-locale-compat - typed-process - unliftio - unliftio-core - utf8-string - vector - void - ]; - testHaskellDepends = [ - base - containers - data-default - deepseq - hspec - hspec-discover - prettyprinter - prettyprinter-ansi-terminal - QuickCheck - unliftio - unliftio-core - vector - void - ]; - testToolDepends = [ hspec-discover ]; - description = "Haskell plugin backend for neovim"; - license = lib.licenses.asl20; - } - ) { }; - - "nvim-hs_2_3_2_4" = callPackage ( { mkDerivation, base, @@ -485776,7 +480793,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Haskell plugin backend for neovim"; license = lib.licenses.asl20; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -488889,61 +483905,6 @@ self: { ) { }; "ollama-haskell" = callPackage ( - { - mkDerivation, - aeson, - base, - base64-bytestring, - bytestring, - directory, - filepath, - http-client, - http-types, - silently, - tasty, - tasty-hunit, - text, - time, - }: - mkDerivation { - pname = "ollama-haskell"; - version = "0.1.2.0"; - sha256 = "1y2hvjqn22d9d6lpsv95yrjkrzhkqp750d1rnysx8kdkxq59zz31"; - libraryHaskellDepends = [ - aeson - base - base64-bytestring - bytestring - directory - filepath - http-client - http-types - text - time - ]; - testHaskellDepends = [ - aeson - base - base64-bytestring - bytestring - directory - filepath - http-client - http-types - silently - tasty - tasty-hunit - text - time - ]; - description = "Haskell bindings for ollama"; - license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; - broken = true; - } - ) { }; - - "ollama-haskell_0_1_3_0" = callPackage ( { mkDerivation, aeson, @@ -490859,18 +485820,16 @@ self: { }: mkDerivation { pname = "open-browser"; - version = "0.2.1.0"; - sha256 = "0rna8ir2cfp8gk0rd2q60an51jxc08lx4gl0liw8wwqgh1ijxv8b"; + version = "0.2.1.1"; + sha256 = "013qjlvx2rm1hr907ls3wqw3av0alw8q7gql05bb2ccf4g1h3ay2"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base process ]; - executableHaskellDepends = [ base ]; description = "Open a web browser from Haskell"; license = lib.licenses.bsd3; - mainProgram = "example"; } ) { }; @@ -498878,20 +493837,6 @@ self: { ) { }; "packcheck" = callPackage ( - { mkDerivation, base }: - mkDerivation { - pname = "packcheck"; - version = "0.7.0"; - sha256 = "19wi0jbnfblkbvprszjr0n8f945n60117nvb1lhhrm9vh4dw86v6"; - libraryHaskellDepends = [ base ]; - testHaskellDepends = [ base ]; - benchmarkHaskellDepends = [ base ]; - description = "Universal build and CI testing for Haskell packages"; - license = lib.licenses.bsd3; - } - ) { }; - - "packcheck_0_7_1" = callPackage ( { mkDerivation, base }: mkDerivation { pname = "packcheck"; @@ -498902,7 +493847,6 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Universal build and CI testing for Haskell packages"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -501642,93 +496586,6 @@ self: { ) { }; "pandoc-lua-engine" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - citeproc, - containers, - crypton, - data-default, - directory, - doclayout, - doctemplates, - exceptions, - filepath, - hslua, - hslua-module-doclayout, - hslua-module-path, - hslua-module-system, - hslua-module-text, - hslua-module-version, - hslua-module-zip, - hslua-repl, - lpeg, - mtl, - pandoc, - pandoc-lua-marshal, - pandoc-types, - parsec, - tasty, - tasty-golden, - tasty-hunit, - tasty-lua, - text, - }: - mkDerivation { - pname = "pandoc-lua-engine"; - version = "0.4.1"; - sha256 = "1jldmd0nbbbczv1h6j01yk0ga6nzzdz5h7ap2xix7391knr56r36"; - libraryHaskellDepends = [ - aeson - base - bytestring - citeproc - containers - crypton - data-default - doclayout - doctemplates - exceptions - hslua - hslua-module-doclayout - hslua-module-path - hslua-module-system - hslua-module-text - hslua-module-version - hslua-module-zip - hslua-repl - lpeg - mtl - pandoc - pandoc-lua-marshal - pandoc-types - parsec - text - ]; - testHaskellDepends = [ - base - bytestring - data-default - directory - exceptions - filepath - hslua - pandoc - pandoc-types - tasty - tasty-golden - tasty-hunit - tasty-lua - text - ]; - description = "Lua engine to power custom pandoc conversions"; - license = lib.licenses.gpl2Plus; - } - ) { }; - - "pandoc-lua-engine_0_4_1_1" = callPackage ( { mkDerivation, aeson, @@ -501812,7 +496669,6 @@ self: { ]; description = "Lua engine to power custom pandoc conversions"; license = lib.licenses.gpl2Plus; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -502770,53 +497626,6 @@ self: { ) { }; "pango" = callPackage ( - { - mkDerivation, - array, - base, - Cabal, - cairo, - containers, - directory, - filepath, - glib, - gtk2hs-buildtools, - mtl, - pango, - pretty, - process, - text, - }: - mkDerivation { - pname = "pango"; - version = "0.13.11.0"; - sha256 = "1c18sh5g3xl4362llqmhcy66ry4328v6pxp1mmdgqgk499aznbs9"; - enableSeparateDataOutput = true; - setupHaskellDepends = [ - base - Cabal - filepath - gtk2hs-buildtools - ]; - libraryHaskellDepends = [ - array - base - cairo - containers - directory - glib - mtl - pretty - process - text - ]; - libraryPkgconfigDepends = [ pango ]; - description = "Binding to the Pango text rendering engine"; - license = lib.licenses.lgpl21Only; - } - ) { inherit (pkgs) pango; }; - - "pango_0_13_12_0" = callPackage ( { mkDerivation, array, @@ -502860,7 +497669,6 @@ self: { libraryPkgconfigDepends = [ pango ]; description = "Binding to the Pango text rendering engine"; license = lib.licenses.lgpl21Only; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) pango; }; @@ -504585,76 +499393,6 @@ self: { ) { }; "parameterized-utils" = callPackage ( - { - mkDerivation, - base, - base-orphans, - constraints, - containers, - deepseq, - ghc-prim, - hashable, - hashtables, - hedgehog, - hedgehog-classes, - indexed-traversable, - lens, - mtl, - profunctors, - tasty, - tasty-ant-xml, - tasty-hedgehog, - tasty-hunit, - template-haskell, - text, - th-abstraction, - vector, - }: - mkDerivation { - pname = "parameterized-utils"; - version = "2.1.9.0"; - sha256 = "15yn958adkivyg7qbbbi20ja8smcdjyslkk3mxswl0r0bfgz2y70"; - revision = "1"; - editedCabalFile = "1b6db8ld5svcclg9ydgfz36qia8d6vkgilmkwb4a2i8dz7whiphl"; - libraryHaskellDepends = [ - base - base-orphans - constraints - containers - deepseq - ghc-prim - hashable - hashtables - indexed-traversable - lens - mtl - profunctors - template-haskell - text - th-abstraction - vector - ]; - testHaskellDepends = [ - base - ghc-prim - hashable - hashtables - hedgehog - hedgehog-classes - indexed-traversable - lens - mtl - tasty - tasty-ant-xml - tasty-hedgehog - tasty-hunit - ]; - description = "Classes and data structures for working with data-kind indexed types"; - license = lib.licenses.bsd3; - } - ) { }; - - "parameterized-utils_2_1_10_0" = callPackage ( { mkDerivation, base, @@ -504719,7 +499457,6 @@ self: { ]; description = "Classes and data structures for working with data-kind indexed types"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -509556,37 +504293,6 @@ self: { ) { }; "pcre-light" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - HUnit, - mtl, - pcre, - }: - mkDerivation { - pname = "pcre-light"; - version = "0.4.1.2"; - sha256 = "0fmdb1kv7fyjvcii788cg95zb2bzrg851h42x5pgdcgp3m3lm4p4"; - libraryHaskellDepends = [ - base - bytestring - ]; - librarySystemDepends = [ pcre ]; - testHaskellDepends = [ - base - bytestring - containers - HUnit - mtl - ]; - description = "Portable regex library for Perl 5 compatible regular expressions"; - license = lib.licenses.bsd3; - } - ) { inherit (pkgs) pcre; }; - - "pcre-light_0_4_1_3" = callPackage ( { mkDerivation, base, @@ -509616,7 +504322,6 @@ self: { ]; description = "Portable regex library for Perl 5 compatible regular expressions"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) pcre; }; @@ -516012,33 +510717,6 @@ self: { ) { }; "phantom-state" = callPackage ( - { - mkDerivation, - base, - criterion, - transformers, - vector, - }: - mkDerivation { - pname = "phantom-state"; - version = "0.2.1.4"; - sha256 = "07gb7qiv3g2klqnhxnjj4rdvvhy72vvv92h7p88k6547la6znn40"; - libraryHaskellDepends = [ - base - transformers - ]; - benchmarkHaskellDepends = [ - base - criterion - transformers - vector - ]; - description = "Phantom State Transformer. Like State Monad, but without values."; - license = lib.licenses.bsd3; - } - ) { }; - - "phantom-state_0_2_1_5" = callPackage ( { mkDerivation, base, @@ -516062,7 +510740,6 @@ self: { ]; description = "Phantom State Transformer. Like State Monad, but without values."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -527392,64 +522069,6 @@ self: { ) { }; "polysemy-plugin" = callPackage ( - { - mkDerivation, - base, - Cabal, - cabal-doctest, - containers, - doctest, - ghc, - ghc-tcplugins-extra, - hspec, - hspec-discover, - inspection-testing, - polysemy, - should-not-typecheck, - syb, - transformers, - }: - mkDerivation { - pname = "polysemy-plugin"; - version = "0.4.5.2"; - sha256 = "1inl8wk36fyc6m1fp8pyxmrc82bmznr5f1zasfmxj9q5xxbig87f"; - revision = "5"; - editedCabalFile = "10af9lnkqi5agr5j3v7wh6lyfg0v4lqrms9vwndhfk7jdh63km6w"; - setupHaskellDepends = [ - base - Cabal - cabal-doctest - ]; - libraryHaskellDepends = [ - base - containers - ghc - ghc-tcplugins-extra - polysemy - syb - transformers - ]; - testHaskellDepends = [ - base - containers - doctest - ghc - ghc-tcplugins-extra - hspec - hspec-discover - inspection-testing - polysemy - should-not-typecheck - syb - transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "Disambiguate obvious uses of effects"; - license = lib.licenses.bsd3; - } - ) { }; - - "polysemy-plugin_0_4_5_3" = callPackage ( { mkDerivation, base, @@ -527504,7 +522123,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Disambiguate obvious uses of effects"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -537962,59 +532580,6 @@ self: { ) { }; "primitive-extras" = callPackage ( - { - mkDerivation, - base, - bytestring, - cereal, - deferred-folds, - focus, - foldl, - list-t, - primitive, - primitive-unlifted, - profunctors, - QuickCheck, - rerebase, - tasty, - tasty-hunit, - tasty-quickcheck, - vector, - }: - mkDerivation { - pname = "primitive-extras"; - version = "0.10.2.1"; - sha256 = "0h3q5zr0k3rns1mq4y56d2ji477h1kjqsv6hp3bbs0yfzkjjk5z2"; - libraryHaskellDepends = [ - base - bytestring - cereal - deferred-folds - focus - foldl - list-t - primitive - primitive-unlifted - profunctors - vector - ]; - testHaskellDepends = [ - cereal - deferred-folds - focus - primitive - QuickCheck - rerebase - tasty - tasty-hunit - tasty-quickcheck - ]; - description = "Extras for the \"primitive\" library"; - license = lib.licenses.mit; - } - ) { }; - - "primitive-extras_0_10_2_2" = callPackage ( { mkDerivation, base, @@ -538064,7 +532629,6 @@ self: { ]; description = "Extras for the \"primitive\" library"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -559578,45 +554142,6 @@ self: { ) { }; "real-dice" = callPackage ( - { - mkDerivation, - base, - extra, - mtl, - primes, - QuickCheck, - random, - }: - mkDerivation { - pname = "real-dice"; - version = "0.1.0.4"; - sha256 = "1ibyp3zhfassg1yhfjnn636mbcbd6b7n42y2pzcnsmhjs8n78j2a"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - mtl - primes - ]; - executableHaskellDepends = [ - base - mtl - random - ]; - testHaskellDepends = [ - base - extra - mtl - primes - QuickCheck - ]; - description = "Random number generation based on physical media touched by humans"; - license = lib.licenses.mit; - mainProgram = "real-dice"; - } - ) { }; - - "real-dice_0_1_0_5" = callPackage ( { mkDerivation, base, @@ -559651,7 +554176,6 @@ self: { ]; description = "Random number generation based on physical media touched by humans"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; mainProgram = "real-dice"; } ) { }; @@ -564991,33 +559515,6 @@ self: { ) { }; "regex-base" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - containers, - text, - }: - mkDerivation { - pname = "regex-base"; - version = "0.94.0.2"; - sha256 = "1w9fxad1dwi040r3db9i2cjhhrl86p3hngj13ixbcnqgb27l16bv"; - revision = "4"; - editedCabalFile = "09wbpmii665rphflaxnlr78i8yyjc3x8wq68w1ak73rms7yb48h3"; - libraryHaskellDepends = [ - array - base - bytestring - containers - text - ]; - description = "Common \"Text.Regex.*\" API for Regex matching"; - license = lib.licenses.bsd3; - } - ) { }; - - "regex-base_0_94_0_3" = callPackage ( { mkDerivation, array, @@ -565039,36 +559536,10 @@ self: { ]; description = "Common \"Text.Regex.*\" API for Regex matching"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; "regex-compat" = callPackage ( - { - mkDerivation, - array, - base, - regex-base, - regex-posix, - }: - mkDerivation { - pname = "regex-compat"; - version = "0.95.2.1"; - sha256 = "0ivrdrcphrz3g6nr5wbsmfiv8i82caw0kf6z5qlmlq7xf9n3hywg"; - revision = "2"; - editedCabalFile = "0ldqpdxikm17ydrkfmichflkdqdrkspv4r0qy3zbdgqf5033pj4n"; - libraryHaskellDepends = [ - array - base - regex-base - regex-posix - ]; - description = "Replaces/enhances \"Text.Regex\""; - license = lib.licenses.bsd3; - } - ) { }; - - "regex-compat_0_95_2_2" = callPackage ( { mkDerivation, array, @@ -565088,7 +559559,6 @@ self: { ]; description = "Replaces/enhances \"Text.Regex\""; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -565473,35 +559943,6 @@ self: { ) { }; "regex-pcre" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - containers, - pcre, - regex-base, - }: - mkDerivation { - pname = "regex-pcre"; - version = "0.95.0.0"; - sha256 = "0nn76q4bsjnxim0j0d01jifmh36as9jdpcvm001a851vvq86zb8n"; - revision = "6"; - editedCabalFile = "1rlp866y6mcbgad2sa3qq9zw12np1h4jfc7c3yba5kmarblj4jid"; - libraryHaskellDepends = [ - array - base - bytestring - containers - regex-base - ]; - libraryPkgconfigDepends = [ pcre ]; - description = "PCRE Backend for \"Text.Regex\" (regex-base)"; - license = lib.licenses.bsd3; - } - ) { inherit (pkgs) pcre; }; - - "regex-pcre_0_95_0_1" = callPackage ( { mkDerivation, array, @@ -565525,7 +559966,6 @@ self: { libraryPkgconfigDepends = [ pcre ]; description = "PCRE Backend for \"Text.Regex\" (regex-base)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { inherit (pkgs) pcre; }; @@ -565661,33 +560101,6 @@ self: { ) { }; "regex-posix" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - containers, - regex-base, - }: - mkDerivation { - pname = "regex-posix"; - version = "0.96.0.1"; - sha256 = "1715b57z67q4hg0jz44wkxrxi3v7n5iagw6gw48pf8hr34wpr0n7"; - revision = "3"; - editedCabalFile = "1zdrsydysxj9kgkzjq6pdvidsy4m2bwbx9s7ydr6df0cav66lvc1"; - libraryHaskellDepends = [ - array - base - bytestring - containers - regex-base - ]; - description = "POSIX Backend for \"Text.Regex\" (regex-base)"; - license = lib.licenses.bsd3; - } - ) { }; - - "regex-posix_0_96_0_2" = callPackage ( { mkDerivation, array, @@ -565709,7 +560122,6 @@ self: { ]; description = "POSIX Backend for \"Text.Regex\" (regex-base)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -565793,56 +560205,6 @@ self: { ) { inherit (pkgs) rure; }; "regex-tdfa" = callPackage ( - { - mkDerivation, - array, - base, - bytestring, - containers, - directory, - doctest-parallel, - filepath, - mtl, - parsec, - regex-base, - text, - utf8-string, - }: - mkDerivation { - pname = "regex-tdfa"; - version = "1.3.2.2"; - sha256 = "1dvmplkhma32y68v4vvpbwmjbg3hzd7qhsyq6pim1fs68b2xaglk"; - revision = "3"; - editedCabalFile = "0y3l8ipsxyf47vpgg94p7mrn4f1b82y891vrmqzwcqlci6r1bsp5"; - libraryHaskellDepends = [ - array - base - bytestring - containers - mtl - parsec - regex-base - text - ]; - testHaskellDepends = [ - array - base - bytestring - containers - directory - doctest-parallel - filepath - mtl - regex-base - text - utf8-string - ]; - description = "Pure Haskell Tagged DFA Backend for \"Text.Regex\" (regex-base)"; - license = lib.licenses.bsd3; - } - ) { }; - - "regex-tdfa_1_3_2_3" = callPackage ( { mkDerivation, array, @@ -565887,7 +560249,6 @@ self: { ]; description = "Pure Haskell Tagged DFA Backend for \"Text.Regex\" (regex-base)"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -576800,42 +571161,6 @@ self: { ) { }; "roc-id" = callPackage ( - { - mkDerivation, - base, - hspec, - MonadRandom, - Only, - QuickCheck, - text, - vector-sized, - }: - mkDerivation { - pname = "roc-id"; - version = "0.2.0.3"; - sha256 = "1alniidc069v24gamc4ch058pfqs97hz5mmsgjhidz8j1294pii5"; - libraryHaskellDepends = [ - base - MonadRandom - Only - text - vector-sized - ]; - testHaskellDepends = [ - base - hspec - MonadRandom - Only - QuickCheck - text - vector-sized - ]; - description = "Implementation of the ROC (Taiwan) National ID standard"; - license = lib.licenses.bsd3; - } - ) { }; - - "roc-id_0_2_0_4" = callPackage ( { mkDerivation, base, @@ -576868,7 +571193,6 @@ self: { ]; description = "Implementation of the ROC (Taiwan) National ID standard"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -581888,76 +576212,6 @@ self: { ) { }; "safe-json" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - dlist, - hashable, - quickcheck-instances, - scientific, - tasty, - tasty-hunit, - tasty-quickcheck, - temporary, - text, - time, - unordered-containers, - uuid, - uuid-types, - vector, - }: - mkDerivation { - pname = "safe-json"; - version = "1.2.0.2"; - sha256 = "1zl0f3y1kih1y3i6376rkizd9kfklqxf7lnj3aipn5ph935lljrz"; - revision = "1"; - editedCabalFile = "06c6ni5bhyg4snkk96piknrblywpkk2r0hb6cip78djvrzi91grz"; - libraryHaskellDepends = [ - aeson - base - bytestring - containers - dlist - hashable - scientific - tasty - tasty-hunit - tasty-quickcheck - text - time - unordered-containers - uuid-types - vector - ]; - testHaskellDepends = [ - aeson - base - bytestring - containers - dlist - hashable - quickcheck-instances - scientific - tasty - tasty-hunit - tasty-quickcheck - temporary - text - time - unordered-containers - uuid - uuid-types - vector - ]; - description = "Automatic JSON format versioning"; - license = lib.licenses.mit; - } - ) { }; - - "safe-json_1_2_1_0" = callPackage ( { mkDerivation, aeson, @@ -582022,7 +576276,6 @@ self: { ]; description = "Automatic JSON format versioning"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -584149,98 +578402,6 @@ self: { ) { }; "sandwich-contexts" = callPackage ( - { - mkDerivation, - aeson, - base, - conduit, - conduit-extra, - containers, - crypton-connection, - data-default, - exceptions, - filepath, - HTTP, - http-client, - http-conduit, - http-types, - monad-logger, - mtl, - network, - postgresql-simple, - process, - random, - relude, - retry, - safe, - sandwich, - streaming-commons, - string-interpolate, - temporary, - text, - time, - transformers, - unix-compat, - unliftio, - unliftio-core, - vector, - }: - mkDerivation { - pname = "sandwich-contexts"; - version = "0.3.0.1"; - sha256 = "005b2916y6sx8wf82q40iq9jcc7vp2anmlb3pdw0rpwdj8k66pjk"; - libraryHaskellDepends = [ - aeson - base - conduit - conduit-extra - containers - crypton-connection - data-default - exceptions - filepath - HTTP - http-client - http-conduit - http-types - monad-logger - mtl - network - process - random - relude - retry - safe - sandwich - streaming-commons - string-interpolate - temporary - text - time - transformers - unix-compat - unliftio - unliftio-core - vector - ]; - testHaskellDepends = [ - base - filepath - postgresql-simple - relude - sandwich - string-interpolate - unliftio - ]; - testToolDepends = [ sandwich ]; - description = "Contexts for the Sandwich test library"; - license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; - broken = true; - } - ) { }; - - "sandwich-contexts_0_3_0_2" = callPackage ( { mkDerivation, aeson, @@ -607464,35 +601625,6 @@ self: { ) { }; "shellwords" = callPackage ( - { - mkDerivation, - base, - hspec, - hspec-discover, - megaparsec, - text, - }: - mkDerivation { - pname = "shellwords"; - version = "0.1.4.2"; - sha256 = "0glqng9l1jvvka8v2jajfh9007h0nmls870rph3zxcaljymy8fij"; - libraryHaskellDepends = [ - base - megaparsec - text - ]; - testHaskellDepends = [ - base - hspec - megaparsec - ]; - testToolDepends = [ hspec-discover ]; - description = "Parse strings into words, like a shell would"; - license = lib.licenses.mit; - } - ) { }; - - "shellwords_0_1_4_3" = callPackage ( { mkDerivation, base, @@ -607518,7 +601650,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Parse strings into words, like a shell would"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -623767,8 +617898,8 @@ self: { }: mkDerivation { pname = "sorted-list"; - version = "0.2.2.0"; - sha256 = "0dqgk1fxmk9z97wc5lii5rhalbjhfq6i9db95scj7g91lrv0zrrr"; + version = "0.2.3.1"; + sha256 = "1x5rpyw165x36ahk2j73myf181mg2v9cjzbpx62gpg61gxhfc6r0"; libraryHaskellDepends = [ base deepseq @@ -623782,7 +617913,7 @@ self: { criterion ]; description = "Type-enforced sorted lists and related functions"; - license = lib.licenses.bsd3; + license = lib.licenses.mit; } ) { }; @@ -635922,66 +630053,6 @@ self: { ) { }; "stm-hamt" = callPackage ( - { - mkDerivation, - async, - base, - criterion, - deferred-folds, - focus, - free, - hashable, - list-t, - primitive, - primitive-extras, - QuickCheck, - quickcheck-instances, - random, - rebase, - rerebase, - tasty, - tasty-hunit, - tasty-quickcheck, - transformers, - }: - mkDerivation { - pname = "stm-hamt"; - version = "1.2.1"; - sha256 = "1k4s3l0098bkx03wxnzqaypdnydafwsk1h6hrf4hbcp3pkrccf4k"; - libraryHaskellDepends = [ - base - deferred-folds - focus - hashable - list-t - primitive - primitive-extras - transformers - ]; - testHaskellDepends = [ - deferred-folds - focus - QuickCheck - quickcheck-instances - rerebase - tasty - tasty-hunit - tasty-quickcheck - ]; - benchmarkHaskellDepends = [ - async - criterion - focus - free - random - rebase - ]; - description = "STM-specialised Hash Array Mapped Trie"; - license = lib.licenses.mit; - } - ) { }; - - "stm-hamt_1_2_1_1" = callPackage ( { mkDerivation, async, @@ -636038,7 +630109,6 @@ self: { ]; description = "STM-specialised Hash Array Mapped Trie"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -638061,58 +632131,6 @@ self: { ) { }; "streaming-bytestring" = callPackage ( - { - mkDerivation, - base, - bytestring, - deepseq, - exceptions, - ghc-prim, - mmorph, - mtl, - resourcet, - smallcheck, - streaming, - tasty, - tasty-hunit, - tasty-smallcheck, - transformers, - transformers-base, - }: - mkDerivation { - pname = "streaming-bytestring"; - version = "0.3.3"; - sha256 = "15v1r8fw2w9a6ivg3f83pqfs9q5ik27vjbk2wvpd8vlmw210idnv"; - libraryHaskellDepends = [ - base - bytestring - deepseq - exceptions - ghc-prim - mmorph - mtl - resourcet - streaming - transformers - transformers-base - ]; - testHaskellDepends = [ - base - bytestring - resourcet - smallcheck - streaming - tasty - tasty-hunit - tasty-smallcheck - transformers - ]; - description = "Fast, effectful byte streams"; - license = lib.licenses.bsd3; - } - ) { }; - - "streaming-bytestring_0_3_4" = callPackage ( { mkDerivation, base, @@ -638161,7 +632179,6 @@ self: { ]; description = "Fast, effectful byte streams"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -639248,49 +633265,6 @@ self: { ) { }; "streamly-core" = callPackage ( - { - mkDerivation, - base, - containers, - directory, - exceptions, - filepath, - fusion-plugin-types, - ghc-bignum, - ghc-prim, - heaps, - monad-control, - template-haskell, - transformers, - unix, - }: - mkDerivation { - pname = "streamly-core"; - version = "0.2.2"; - sha256 = "10ymikc81grisamk663qkdv8rm32bxfa3p7vi86crq77xhypg56a"; - revision = "1"; - editedCabalFile = "0ygr5wnv6acwg2lcyrrq75gn23bis8k0vdxd2v765bw0yd3aqibj"; - libraryHaskellDepends = [ - base - containers - directory - exceptions - filepath - fusion-plugin-types - ghc-bignum - ghc-prim - heaps - monad-control - template-haskell - transformers - unix - ]; - description = "Streaming, parsers, arrays, serialization and more"; - license = lib.licenses.bsd3; - } - ) { }; - - "streamly-core_0_2_3" = callPackage ( { mkDerivation, base, @@ -639328,7 +633302,6 @@ self: { ]; description = "Streaming, parsers, arrays, serialization and more"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -648755,92 +642728,6 @@ self: { ) { }; "sydtest-yesod" = callPackage ( - { - mkDerivation, - base, - binary, - bytestring, - case-insensitive, - conduit, - containers, - cookie, - exceptions, - http-client, - http-client-tls, - http-types, - monad-logger, - mtl, - network, - network-uri, - path, - path-io, - persistent, - persistent-sqlite, - QuickCheck, - sydtest, - sydtest-discover, - sydtest-persistent-sqlite, - sydtest-wai, - text, - time, - xml-conduit, - yesod, - yesod-core, - yesod-test, - }: - mkDerivation { - pname = "sydtest-yesod"; - version = "0.3.0.2"; - sha256 = "194qdvsfphc8paq9ap5fijphrin20zpr4g5nza8dpv7qkpb82znr"; - libraryHaskellDepends = [ - base - binary - bytestring - case-insensitive - containers - cookie - exceptions - http-client - http-client-tls - http-types - mtl - network - network-uri - sydtest - sydtest-wai - text - time - xml-conduit - yesod-core - yesod-test - ]; - testHaskellDepends = [ - base - bytestring - conduit - cookie - http-client - monad-logger - mtl - path - path-io - persistent - persistent-sqlite - QuickCheck - sydtest - sydtest-persistent-sqlite - sydtest-wai - text - yesod - yesod-core - ]; - testToolDepends = [ sydtest-discover ]; - description = "A yesod companion library for sydtest"; - license = "unknown"; - } - ) { }; - - "sydtest-yesod_0_3_0_3" = callPackage ( { mkDerivation, base, @@ -648923,7 +642810,6 @@ self: { testToolDepends = [ sydtest-discover ]; description = "A yesod companion library for sydtest"; license = "unknown"; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -658396,41 +652282,6 @@ self: { ) { }; "tasty-rerun" = callPackage ( - { - mkDerivation, - base, - containers, - mtl, - optparse-applicative, - split, - stm, - tagged, - tasty, - transformers, - }: - mkDerivation { - pname = "tasty-rerun"; - version = "1.1.19"; - sha256 = "0dbj5jyms4rkb241dw2vgkzk442zga58zhg8mmw0ksi4yw0z8gbg"; - revision = "5"; - editedCabalFile = "1ary8bcrjknx68ill2mcpdmicqrf0bp092vsjyyw9kwddfz9r4hx"; - libraryHaskellDepends = [ - base - containers - mtl - optparse-applicative - split - stm - tagged - tasty - transformers - ]; - description = "Rerun only tests which failed in a previous test run"; - license = lib.licenses.bsd3; - } - ) { }; - - "tasty-rerun_1_1_20" = callPackage ( { mkDerivation, base, @@ -658462,7 +652313,6 @@ self: { ]; description = "Rerun only tests which failed in a previous test run"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -660949,25 +654799,6 @@ self: { ) { }; "template-haskell-compat-v0208" = callPackage ( - { - mkDerivation, - base, - template-haskell, - }: - mkDerivation { - pname = "template-haskell-compat-v0208"; - version = "0.1.9.4"; - sha256 = "12jirpgijswms4pr60h4cify71b16kbafdds8870zgvdynv1hxsn"; - libraryHaskellDepends = [ - base - template-haskell - ]; - description = "Backward-compatibility layer for Template Haskell newer than 2.8"; - license = lib.licenses.mit; - } - ) { }; - - "template-haskell-compat-v0208_0_1_9_5" = callPackage ( { mkDerivation, base, @@ -660983,7 +654814,6 @@ self: { ]; description = "Backward-compatibility layer for Template Haskell newer than 2.8"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -663505,65 +657335,6 @@ self: { ) { }; "test-framework" = callPackage ( - { - mkDerivation, - ansi-terminal, - ansi-wl-pprint, - base, - bytestring, - containers, - hostname, - HUnit, - libxml, - old-locale, - QuickCheck, - random, - regex-posix, - semigroups, - time, - xml, - }: - mkDerivation { - pname = "test-framework"; - version = "0.8.2.0"; - sha256 = "1hhacrzam6b8f10hyldmjw8pb7frdxh04rfg3farxcxwbnhwgbpm"; - revision = "12"; - editedCabalFile = "16g2xbsmyjal05xka6ib0vca8bjnspsin4aph1xjgqvnma6jv9lz"; - libraryHaskellDepends = [ - ansi-terminal - ansi-wl-pprint - base - containers - hostname - old-locale - random - regex-posix - time - xml - ]; - testHaskellDepends = [ - ansi-terminal - ansi-wl-pprint - base - bytestring - containers - hostname - HUnit - libxml - old-locale - QuickCheck - random - regex-posix - semigroups - time - xml - ]; - description = "Framework for running and organising tests, with HUnit and QuickCheck support"; - license = lib.licenses.bsd3; - } - ) { }; - - "test-framework_0_8_2_1" = callPackage ( { mkDerivation, ansi-terminal, @@ -663621,7 +657392,6 @@ self: { ]; description = "Framework for running and organising tests, with HUnit and QuickCheck support"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -663789,33 +657559,6 @@ self: { ) { }; "test-framework-quickcheck2" = callPackage ( - { - mkDerivation, - base, - extensible-exceptions, - QuickCheck, - random, - test-framework, - }: - mkDerivation { - pname = "test-framework-quickcheck2"; - version = "0.3.0.5"; - sha256 = "0ngf9vvby4nrdf1i7dxf5m9jn0g2pkq32w48xdr92n9hxka7ixn9"; - revision = "4"; - editedCabalFile = "18wslbbbzhp4i31k3blayfx84kb0f7b0b8pf1cx4v054y8nd2a0s"; - libraryHaskellDepends = [ - base - extensible-exceptions - QuickCheck - random - test-framework - ]; - description = "QuickCheck-2 support for the test-framework package"; - license = lib.licenses.bsd3; - } - ) { }; - - "test-framework-quickcheck2_0_3_0_6" = callPackage ( { mkDerivation, base, @@ -663837,7 +657580,6 @@ self: { ]; description = "QuickCheck-2 support for the test-framework package"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -665075,62 +658817,6 @@ self: { ) { }; "texmath" = callPackage ( - { - mkDerivation, - base, - bytestring, - containers, - directory, - filepath, - mtl, - pandoc-types, - parsec, - pretty-show, - split, - syb, - tagged, - tasty, - tasty-golden, - text, - typst-symbols, - xml, - }: - mkDerivation { - pname = "texmath"; - version = "0.12.8.13"; - sha256 = "02g4jsz5lvn6jnlvnhlmf5jnimb2zwdxcf8p87npyb6hd4gsaldv"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base - containers - mtl - pandoc-types - parsec - split - syb - text - typst-symbols - xml - ]; - testHaskellDepends = [ - base - bytestring - directory - filepath - pretty-show - tagged - tasty - tasty-golden - text - xml - ]; - description = "Conversion between math formats"; - license = lib.licenses.gpl2Only; - } - ) { }; - - "texmath_0_12_9" = callPackage ( { mkDerivation, base, @@ -665183,7 +658869,6 @@ self: { ]; description = "Conversion between math formats"; license = lib.licenses.gpl2Only; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -665517,44 +659202,6 @@ self: { ) { }; "text-builder" = callPackage ( - { - mkDerivation, - base, - bytestring, - criterion, - rerebase, - tasty, - tasty-hunit, - tasty-quickcheck, - text, - text-builder-dev, - }: - mkDerivation { - pname = "text-builder"; - version = "0.6.7.2"; - sha256 = "1pf76n2prwba1awgz5328zarpclazl81lii5w9hy7frkd43z7531"; - libraryHaskellDepends = [ - base - bytestring - text - text-builder-dev - ]; - testHaskellDepends = [ - rerebase - tasty - tasty-hunit - tasty-quickcheck - ]; - benchmarkHaskellDepends = [ - criterion - rerebase - ]; - description = "Efficient strict text builder"; - license = lib.licenses.mit; - } - ) { }; - - "text-builder_0_6_7_3" = callPackage ( { mkDerivation, base, @@ -665589,7 +659236,6 @@ self: { ]; description = "Efficient strict text builder"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -676270,42 +669916,6 @@ self: { ) { }; "tmp-proc-postgres" = callPackage ( - { - mkDerivation, - base, - bytestring, - hspec, - hspec-tmp-proc, - postgresql-simple, - text, - tmp-proc, - }: - mkDerivation { - pname = "tmp-proc-postgres"; - version = "0.7.0.0"; - sha256 = "1nqwvrg53l4x29bjkp7b2g6lakm4lvfl7d85phd81v3p6zk62azk"; - libraryHaskellDepends = [ - base - bytestring - postgresql-simple - text - tmp-proc - ]; - testHaskellDepends = [ - base - bytestring - hspec - hspec-tmp-proc - postgresql-simple - text - tmp-proc - ]; - description = "Launch a PostgreSQL database in docker using tmp-proc"; - license = lib.licenses.bsd3; - } - ) { }; - - "tmp-proc-postgres_0_7_2_4" = callPackage ( { mkDerivation, base, @@ -676338,7 +669948,6 @@ self: { ]; description = "Launch a PostgreSQL database in docker using tmp-proc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -676379,42 +669988,6 @@ self: { ) { }; "tmp-proc-redis" = callPackage ( - { - mkDerivation, - base, - bytestring, - hedis, - hspec, - hspec-tmp-proc, - text, - tmp-proc, - }: - mkDerivation { - pname = "tmp-proc-redis"; - version = "0.7.0.0"; - sha256 = "13xzpfifl5ay5vbny53d49hh38ma33r02hc659p7pyp571m6mal1"; - libraryHaskellDepends = [ - base - bytestring - hedis - text - tmp-proc - ]; - testHaskellDepends = [ - base - bytestring - hedis - hspec - hspec-tmp-proc - text - tmp-proc - ]; - description = "Launch Redis in docker using tmp-proc"; - license = lib.licenses.bsd3; - } - ) { }; - - "tmp-proc-redis_0_7_2_4" = callPackage ( { mkDerivation, base, @@ -676447,7 +670020,6 @@ self: { ]; description = "Launch Redis in docker using tmp-proc"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -677465,59 +671037,6 @@ self: { ) { }; "toml-reader" = callPackage ( - { - mkDerivation, - aeson, - base, - bytestring, - containers, - directory, - megaparsec, - parser-combinators, - process, - tasty, - tasty-golden, - tasty-hunit, - text, - time, - unordered-containers, - vector, - }: - mkDerivation { - pname = "toml-reader"; - version = "0.2.1.0"; - sha256 = "1nq4f1a1gkm0xv1crq3fwp6xmr79kz6m4ls0nkj75mkcqk0mpd05"; - revision = "5"; - editedCabalFile = "09y3lfphhm6fqwfm9s1msbzxrf13b036c6qy9qidbj1sss14fmal"; - libraryHaskellDepends = [ - base - containers - megaparsec - parser-combinators - text - time - ]; - testHaskellDepends = [ - aeson - base - bytestring - containers - directory - process - tasty - tasty-golden - tasty-hunit - text - time - unordered-containers - vector - ]; - description = "TOML format parser compliant with v1.0.0."; - license = lib.licenses.bsd3; - } - ) { }; - - "toml-reader_0_2_2_0" = callPackage ( { mkDerivation, aeson, @@ -677565,7 +671084,6 @@ self: { ]; description = "TOML format parser compliant with v1.0.0."; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -678437,41 +671955,6 @@ self: { ) { }; "tools-yj" = callPackage ( - { - mkDerivation, - base, - containers, - data-default, - mono-traversable, - stm, - text, - }: - mkDerivation { - pname = "tools-yj"; - version = "0.1.0.21"; - sha256 = "1i807pylc7p8kiqjgzfiqzq9h30052b5vdmbv322ifc8i4z99h8b"; - libraryHaskellDepends = [ - base - containers - data-default - mono-traversable - stm - text - ]; - testHaskellDepends = [ - base - containers - data-default - mono-traversable - stm - text - ]; - description = "Tribial tools"; - license = lib.licenses.bsd3; - } - ) { }; - - "tools-yj_0_1_0_23" = callPackage ( { mkDerivation, base, @@ -678503,7 +671986,6 @@ self: { ]; description = "Tribial tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -683213,65 +676695,6 @@ self: { ) { }; "trie-simple" = callPackage ( - { - mkDerivation, - base, - containers, - deepseq, - hashable, - hspec, - hspec-discover, - indexed-traversable, - matchable, - mtl, - mwc-random, - QuickCheck, - semialign, - tasty-bench, - these, - vector, - witherable, - }: - mkDerivation { - pname = "trie-simple"; - version = "0.4.3"; - sha256 = "1hbcwp1aahmnqxyzv6c2l3k1ifnzssjz66mw1gp2a63z12z4gwyg"; - revision = "1"; - editedCabalFile = "1sljb3lxbwr07n6j61bdp5gpsl9q0grrpijmmc41w7b4f6p3sdw6"; - libraryHaskellDepends = [ - base - containers - deepseq - hashable - indexed-traversable - matchable - mtl - semialign - these - witherable - ]; - testHaskellDepends = [ - base - containers - hspec - QuickCheck - vector - ]; - testToolDepends = [ hspec-discover ]; - benchmarkHaskellDepends = [ - base - containers - deepseq - mwc-random - tasty-bench - vector - ]; - description = "Simple Map-based Trie"; - license = lib.licenses.bsd3; - } - ) { }; - - "trie-simple_0_4_4" = callPackage ( { mkDerivation, base, @@ -683327,7 +676750,6 @@ self: { ]; description = "Simple Map-based Trie"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -690073,31 +683495,6 @@ self: { ) { }; "typelevel-tools-yj" = callPackage ( - { - mkDerivation, - base, - template-haskell, - }: - mkDerivation { - pname = "typelevel-tools-yj"; - version = "0.1.0.7"; - sha256 = "187if2gk1q31cnfrdih9zw7yij6cwkmfb32bsprz9jqvwvgfixak"; - revision = "1"; - editedCabalFile = "102zdd247wja46m159smpbnfmmqk4wd9dk0g5zsycrfsnxzvz28b"; - libraryHaskellDepends = [ - base - template-haskell - ]; - testHaskellDepends = [ - base - template-haskell - ]; - description = "type level tools"; - license = lib.licenses.bsd3; - } - ) { }; - - "typelevel-tools-yj_0_1_0_8" = callPackage ( { mkDerivation, base, @@ -690117,7 +683514,6 @@ self: { ]; description = "type level tools"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -694072,31 +687468,6 @@ self: { ) { }; "unification-fd" = callPackage ( - { - mkDerivation, - base, - containers, - data-fix, - logict, - mtl, - }: - mkDerivation { - pname = "unification-fd"; - version = "0.12.0.1"; - sha256 = "027v1mcwj0i2md5nrhdqfcad5hlj5a14wml0jzl596lqq1hz95qs"; - libraryHaskellDepends = [ - base - containers - data-fix - logict - mtl - ]; - description = "Simple generic unification algorithms"; - license = lib.licenses.bsd3; - } - ) { }; - - "unification-fd_0_12_0_2" = callPackage ( { mkDerivation, base, @@ -694118,7 +687489,6 @@ self: { ]; description = "Simple generic unification algorithms"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -696179,25 +689549,6 @@ self: { ) { }; "unix-bytestring" = callPackage ( - { - mkDerivation, - base, - bytestring, - }: - mkDerivation { - pname = "unix-bytestring"; - version = "0.4.0.2"; - sha256 = "0pmkd5cvq3knsyl5izxpxs44axrf943xv4pwa1x20wmsg30fqmd2"; - libraryHaskellDepends = [ - base - bytestring - ]; - description = "Unix/Posix-specific functions for ByteStrings"; - license = lib.licenses.bsd3; - } - ) { }; - - "unix-bytestring_0_4_0_3" = callPackage ( { mkDerivation, base, @@ -696213,47 +689564,10 @@ self: { ]; description = "Unix/Posix-specific functions for ByteStrings"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; "unix-compat" = callPackage ( - { - mkDerivation, - base, - directory, - extra, - hspec, - HUnit, - monad-parallel, - temporary, - unix, - }: - mkDerivation { - pname = "unix-compat"; - version = "0.7.3"; - sha256 = "11qxh9l2kqx4pqphbbmcbmc9bb2mifnjmzlcbkak5mjj163sskvs"; - revision = "1"; - editedCabalFile = "1k911kz8raz0fnwmw8ib73paf4p7vz1hczxsy6yavl8asc42h4z1"; - libraryHaskellDepends = [ - base - unix - ]; - testHaskellDepends = [ - base - directory - extra - hspec - HUnit - monad-parallel - temporary - ]; - description = "Portable POSIX-compatibility layer"; - license = lib.licenses.bsd3; - } - ) { }; - - "unix-compat_0_7_4" = callPackage ( { mkDerivation, base, @@ -696284,7 +689598,6 @@ self: { ]; description = "Portable POSIX-compatibility layer"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -696836,85 +690149,6 @@ self: { ) { }; "unliftio" = callPackage ( - { - mkDerivation, - async, - base, - bytestring, - containers, - deepseq, - directory, - filepath, - gauge, - hspec, - process, - QuickCheck, - safe-exceptions, - stm, - time, - transformers, - unix, - unliftio-core, - }: - mkDerivation { - pname = "unliftio"; - version = "0.2.25.0"; - sha256 = "0aqiia15p5y0jddk6fsb00das035f8x5cpkzrmc9x3z7j4ia51gv"; - libraryHaskellDepends = [ - async - base - bytestring - deepseq - directory - filepath - process - safe-exceptions - stm - time - transformers - unix - unliftio-core - ]; - testHaskellDepends = [ - async - base - bytestring - containers - deepseq - directory - filepath - hspec - process - QuickCheck - safe-exceptions - stm - time - transformers - unix - unliftio-core - ]; - benchmarkHaskellDepends = [ - async - base - bytestring - deepseq - directory - filepath - gauge - process - safe-exceptions - stm - time - transformers - unix - unliftio-core - ]; - description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"; - license = lib.licenses.mit; - } - ) { }; - - "unliftio_0_2_25_1" = callPackage ( { mkDerivation, async, @@ -696990,7 +690224,6 @@ self: { ]; description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -711844,101 +705077,6 @@ self: { ) { }; "wai-middleware-delegate" = callPackage ( - { - mkDerivation, - async, - base, - blaze-builder, - bytestring, - bytestring-lexing, - case-insensitive, - conduit, - conduit-extra, - crypton-connection, - data-default, - directory, - filepath, - hspec, - hspec-tmp-proc, - http-client, - http-client-tls, - http-types, - mustache, - network, - random, - resourcet, - streaming-commons, - temporary, - test-certs, - text, - tmp-proc, - unix, - vault, - wai, - wai-conduit, - warp, - warp-tls, - }: - mkDerivation { - pname = "wai-middleware-delegate"; - version = "0.2.0.0"; - sha256 = "1jcbyrvfq7r9nfw9zmazl9nlc5z6dgxdrmjlyiqm25c4bdkkzqaa"; - enableSeparateDataOutput = true; - libraryHaskellDepends = [ - async - base - blaze-builder - bytestring - case-insensitive - conduit - conduit-extra - http-client - http-client-tls - http-types - streaming-commons - text - wai - wai-conduit - ]; - testHaskellDepends = [ - async - base - blaze-builder - bytestring - bytestring-lexing - case-insensitive - conduit - conduit-extra - crypton-connection - data-default - directory - filepath - hspec - hspec-tmp-proc - http-client - http-client-tls - http-types - mustache - network - random - resourcet - temporary - test-certs - text - tmp-proc - unix - vault - wai - wai-conduit - warp - warp-tls - ]; - description = "WAI middleware that delegates handling of requests"; - license = lib.licenses.bsd3; - } - ) { }; - - "wai-middleware-delegate_0_2_0_1" = callPackage ( { mkDerivation, async, @@ -712029,7 +705167,6 @@ self: { ]; description = "WAI middleware that delegates handling of requests"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -720219,8 +713356,8 @@ self: { }: mkDerivation { pname = "what4"; - version = "1.6.2"; - sha256 = "1qvlm4ib40f0y3gcxljx6vrsx8wcqsgnky2231a7y3wr121r2ffz"; + version = "1.6.3"; + sha256 = "13bwamsnw7dqqgr2r57wmhkqcz0xl244zzd7ab21cnq46ryvph4i"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -720863,51 +714000,6 @@ self: { ) { }; "wide-word" = callPackage ( - { - mkDerivation, - base, - binary, - bytestring, - deepseq, - ghc-prim, - hashable, - hedgehog, - primitive, - QuickCheck, - quickcheck-classes, - semirings, - }: - mkDerivation { - pname = "wide-word"; - version = "0.1.6.0"; - sha256 = "15wp0mdjbaacvzwkjlmdr7w6bm239g5v3ylkczwr3cfj30da0snz"; - revision = "4"; - editedCabalFile = "1nb1pcfm7kh59aqfj5344w0a96kjvc3zjww3702ff5gpxwabci8x"; - libraryHaskellDepends = [ - base - binary - deepseq - ghc-prim - hashable - primitive - ]; - testHaskellDepends = [ - base - binary - bytestring - ghc-prim - hedgehog - primitive - QuickCheck - quickcheck-classes - semirings - ]; - description = "Data types for large but fixed width signed and unsigned integers"; - license = lib.licenses.bsd2; - } - ) { }; - - "wide-word_0_1_7_0" = callPackage ( { mkDerivation, base, @@ -720947,7 +714039,6 @@ self: { ]; description = "Data types for large but fixed width signed and unsigned integers"; license = lib.licenses.bsd2; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -721483,45 +714574,6 @@ self: { ) { }; "wild-bind" = callPackage ( - { - mkDerivation, - base, - containers, - hspec, - hspec-discover, - microlens, - QuickCheck, - semigroups, - stm, - text, - transformers, - }: - mkDerivation { - pname = "wild-bind"; - version = "0.1.2.10"; - sha256 = "1dav43i4cz0dag0qqm6cmisbkazp9jf0qaczsh3p5542rzla4bkg"; - libraryHaskellDepends = [ - base - containers - semigroups - text - transformers - ]; - testHaskellDepends = [ - base - hspec - microlens - QuickCheck - stm - transformers - ]; - testToolDepends = [ hspec-discover ]; - description = "Dynamic key binding framework"; - license = lib.licenses.bsd3; - } - ) { }; - - "wild-bind_0_1_2_11" = callPackage ( { mkDerivation, base, @@ -721557,7 +714609,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Dynamic key binding framework"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -721624,56 +714675,6 @@ self: { ) { }; "wild-bind-x11" = callPackage ( - { - mkDerivation, - async, - base, - containers, - fold-debounce, - hspec, - hspec-discover, - mtl, - semigroups, - stm, - text, - time, - transformers, - wild-bind, - X11, - }: - mkDerivation { - pname = "wild-bind-x11"; - version = "0.2.0.16"; - sha256 = "183rrdpqg0hkikwgckk415x1i98k8la19p2lgjzcihikj7xm6h26"; - libraryHaskellDepends = [ - base - containers - fold-debounce - mtl - semigroups - stm - text - transformers - wild-bind - X11 - ]; - testHaskellDepends = [ - async - base - hspec - text - time - transformers - wild-bind - X11 - ]; - testToolDepends = [ hspec-discover ]; - description = "X11-specific implementation for WildBind"; - license = lib.licenses.bsd3; - } - ) { }; - - "wild-bind-x11_0_2_0_17" = callPackage ( { mkDerivation, async, @@ -721720,7 +714721,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "X11-specific implementation for WildBind"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; } ) { }; @@ -722284,8 +715284,8 @@ self: { }: mkDerivation { pname = "witch"; - version = "1.2.3.3"; - sha256 = "1r941g22zfcf6mca4rnawn1zr8xyiiyr5abgaklmh1vaivwc6rc2"; + version = "1.2.4.0"; + sha256 = "1kpkdqn8h8wrsf5i45j4y43favyb2f3nsk03n8gcf6rn6cgwk2cf"; libraryHaskellDepends = [ base bytestring @@ -723080,51 +716080,6 @@ self: { ) { inherit (pkgs) wlc; }; "wled-json" = callPackage ( - { - mkDerivation, - aeson, - barbies, - base, - bytestring, - deriving-aeson, - hspec, - hspec-discover, - http-conduit, - QuickCheck, - rhine, - }: - mkDerivation { - pname = "wled-json"; - version = "0.0.1.0"; - sha256 = "0pdin356y0zfs73dbf6c99lk556hmidrqvifk1xz80k8crd5qdkq"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - aeson - barbies - base - bytestring - deriving-aeson - http-conduit - ]; - executableHaskellDepends = [ - base - rhine - ]; - testHaskellDepends = [ - aeson - base - hspec - QuickCheck - ]; - testToolDepends = [ hspec-discover ]; - description = "Convenient interface for interacting with WLED devices"; - license = lib.licenses.bsd3; - mainProgram = "wled-json-exe"; - } - ) { }; - - "wled-json_0_0_1_1" = callPackage ( { mkDerivation, aeson, @@ -723165,7 +716120,6 @@ self: { testToolDepends = [ hspec-discover ]; description = "Convenient interface for interacting with WLED devices"; license = lib.licenses.bsd3; - hydraPlatforms = lib.platforms.none; mainProgram = "wled-json-exe"; } ) { }; @@ -737710,145 +730664,6 @@ self: { ) { }; "yesod-core" = callPackage ( - { - mkDerivation, - aeson, - async, - attoparsec-aeson, - auto-update, - base, - blaze-html, - blaze-markup, - bytestring, - case-insensitive, - cereal, - clientsession, - conduit, - conduit-extra, - containers, - cookie, - deepseq, - entropy, - fast-logger, - gauge, - hspec, - hspec-expectations, - http-types, - HUnit, - memory, - monad-logger, - mtl, - network, - parsec, - path-pieces, - primitive, - random, - resourcet, - shakespeare, - streaming-commons, - template-haskell, - text, - time, - transformers, - unix-compat, - unliftio, - unordered-containers, - vector, - wai, - wai-extra, - wai-logger, - warp, - word8, - }: - mkDerivation { - pname = "yesod-core"; - version = "1.6.26.0"; - sha256 = "0rsn09hsmg0wffy012fmxa0i9jz7p9j575mj946jphm663y8dh7b"; - revision = "1"; - editedCabalFile = "1zqaimbj3bx5idcaza7z7vmh5p0isyddapdd8wx114mldhb5v11q"; - libraryHaskellDepends = [ - aeson - attoparsec-aeson - auto-update - base - blaze-html - blaze-markup - bytestring - case-insensitive - cereal - clientsession - conduit - conduit-extra - containers - cookie - deepseq - entropy - fast-logger - http-types - memory - monad-logger - mtl - parsec - path-pieces - primitive - random - resourcet - shakespeare - template-haskell - text - time - transformers - unix-compat - unliftio - unordered-containers - vector - wai - wai-extra - wai-logger - warp - word8 - ]; - testHaskellDepends = [ - async - base - bytestring - clientsession - conduit - conduit-extra - containers - cookie - hspec - hspec-expectations - http-types - HUnit - network - path-pieces - random - resourcet - shakespeare - streaming-commons - template-haskell - text - transformers - unliftio - wai - wai-extra - warp - ]; - benchmarkHaskellDepends = [ - base - blaze-html - bytestring - gauge - shakespeare - text - ]; - description = "Creation of type-safe, RESTful web applications"; - license = lib.licenses.mit; - } - ) { }; - - "yesod-core_1_6_27_0" = callPackage ( { mkDerivation, aeson, @@ -737984,7 +730799,6 @@ self: { ]; description = "Creation of type-safe, RESTful web applications"; license = lib.licenses.mit; - hydraPlatforms = lib.platforms.none; } ) { };