diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 66d9c9aaf24d..f9f628dab60a 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -6000,6 +6000,7 @@ self: { FormalGrammars lens newtype parsers PrimitiveArray semigroups template-haskell transformers trifecta ]; + jailbreak = true; homepage = "https://github.com/choener/GrammarProducts"; description = "Grammar products and higher-dimensional grammars"; license = stdenv.lib.licenses.gpl3; @@ -12006,8 +12007,8 @@ self: { ({ mkDerivation, base, mesa, transformers }: mkDerivation { pname = "OpenGLRaw"; - version = "2.5.2.1"; - sha256 = "08c3302e4b543ebed9a8dd92bb2a16550ca7b224b7ddcc3df59135d32aacb845"; + version = "2.5.3.0"; + sha256 = "b749afebac567ffb4a0f6a0ce2eb480d975a0a89d4b07a3186f0ecdbec14f7f1"; libraryHaskellDepends = [ base transformers ]; librarySystemDepends = [ mesa ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; @@ -18061,6 +18062,7 @@ self: { testHaskellDepends = [ base lens linear QuickCheck semigroupoids semigroups vector ]; + jailbreak = true; description = "Abstractions for animation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29226,6 +29228,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "bson-lens" = callPackage + ({ mkDerivation, base, bson, lens, text }: + mkDerivation { + pname = "bson-lens"; + version = "0.1.1"; + sha256 = "d73bb417def2d8cb1efebfc22482a859e119bcc4005dd10106c82dff5ceeb160"; + libraryHaskellDepends = [ base bson lens text ]; + homepage = "https://github.com/jb55/bson-lens"; + description = "BSON lenses"; + license = stdenv.lib.licenses.mit; + }) {}; + "bson-mapping" = callPackage ({ mkDerivation, base, bson, compact-string-fix, template-haskell , th-lift @@ -36451,6 +36465,7 @@ self: { testHaskellDepends = [ base machines tasty tasty-hunit time transformers ]; + jailbreak = true; description = "Concurrent networked stream transducers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40030,14 +40045,16 @@ self: { }) {}; "cuda" = callPackage - ({ mkDerivation, base, bytestring, c2hs, pretty }: + ({ mkDerivation, base, bytestring, c2hs, Cabal, pretty }: mkDerivation { pname = "cuda"; - version = "0.6.6.2"; - sha256 = "618a31947922de6de12890797d9d49f91b3efe8ebd6e39af54f6438881b58281"; + version = "0.6.7.0"; + sha256 = "7fa1929e4b7a8f3c24c163781788f2e3a8b893c72efc87af886e0b16f5bdbbbb"; + revision = "1"; + editedCabalFile = "835d4e423da92826bb241196b10a56016091623e04df181ddb0eaecf1be7fc41"; isLibrary = true; isExecutable = true; - libraryHaskellDepends = [ base bytestring ]; + libraryHaskellDepends = [ base bytestring Cabal ]; libraryToolDepends = [ c2hs ]; executableHaskellDepends = [ base pretty ]; homepage = "https://github.com/tmcdonell/cuda"; @@ -43974,6 +43991,7 @@ self: { base containers diagrams-lib HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Collection of user contributions to diagrams EDSL"; license = stdenv.lib.licenses.bsd3; @@ -43992,6 +44010,7 @@ self: { adjunctions base containers distributive dual-tree lens linear monoid-extras mtl semigroups unordered-containers ]; + jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Core libraries for diagrams EDSL"; license = stdenv.lib.licenses.bsd3; @@ -44103,6 +44122,7 @@ self: { JuicyPixels lens linear monoid-extras mtl optparse-applicative process semigroups tagged text transformers unordered-containers ]; + jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "Embedded domain-specific language for declarative graphics"; license = stdenv.lib.licenses.bsd3; @@ -44184,6 +44204,7 @@ self: { filepath hashable lens monoid-extras mtl semigroups split statestack ]; + jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "Postscript backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -44272,6 +44293,7 @@ self: { monoid-extras mtl old-time optparse-applicative process semigroups split text time ]; + jailbreak = true; homepage = "http://projects.haskell.org/diagrams/"; description = "SVG backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -46988,6 +47010,7 @@ self: { version = "0.2.0.6"; sha256 = "9ba928efb967f180c7a8319d3f76faf072cf20f588709187714fac931df3b57d"; libraryHaskellDepends = [ base monoid-extras newtype semigroups ]; + jailbreak = true; description = "Rose trees with cached and accumulating monoidal annotations"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -49250,8 +49273,8 @@ self: { }: mkDerivation { pname = "envy"; - version = "0.2.0.0"; - sha256 = "78cd8c6b847d3911ccd9c0a556f4f50be28aeb6e75c5711971623c9133b52942"; + version = "0.3.0.0"; + sha256 = "013b88c0f480083336247b4ac18cb2bea4d14691a73992beb858f0b68db00eec"; libraryHaskellDepends = [ base bytestring containers mtl text time transformers ]; @@ -50091,6 +50114,7 @@ self: { libraryHaskellDepends = [ base containers semigroups transformers ]; + jailbreak = true; description = "Monoidal, monadic and first-class events"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -50425,19 +50449,22 @@ self: { }) {}; "exherbo-cabal" = callPackage - ({ mkDerivation, base, bytestring, Cabal, containers - , haddock-library, http-client, pcre-light, pretty + ({ mkDerivation, base, bytestring, Cabal, containers, doctest + , haddock-library, http-client, http-types, pcre-light, pretty }: mkDerivation { pname = "exherbo-cabal"; - version = "0.1.0.3"; - sha256 = "daaa13b265cf59f16f9b05735fe37d046d181e2038b3d0d06584b8f6f94d37c4"; - isLibrary = false; + version = "0.1.1.0"; + sha256 = "ae4f8c8f5a071e9f8df4ce79568b6078ae1cb5a55774f389c0a61e7ab6d78fd7"; + isLibrary = true; isExecutable = true; - executableHaskellDepends = [ - base bytestring Cabal containers haddock-library http-client - pcre-light pretty + libraryHaskellDepends = [ + base Cabal containers haddock-library pretty ]; + executableHaskellDepends = [ + base bytestring Cabal http-client http-types pcre-light + ]; + testHaskellDepends = [ base doctest ]; description = "Exheres generator for cabal packages"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -51241,8 +51268,8 @@ self: { }: mkDerivation { pname = "fast-tags"; - version = "1.1.0"; - sha256 = "5e55564b9b0422c0dccea91f2c212254c7e798e77ae85708352303459b4cdbd4"; + version = "1.1.1"; + sha256 = "6c9cafc9d3d67536a748977dcfbacd4f318b817321a7e8d52fc801e4e37a3674"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -53423,6 +53450,7 @@ self: { http-client http-client-tls lens semigroups tagged tasty tasty-quickcheck text time unordered-containers ]; + jailbreak = true; homepage = "https://github.com/futurice/haskell-flowdock-rest#readme"; description = "Flowdock REST API"; license = stdenv.lib.licenses.bsd3; @@ -53675,8 +53703,8 @@ self: { }: mkDerivation { pname = "foldl-transduce"; - version = "0.4.1.0"; - sha256 = "b1fba255648ac4ee5a49f405c82528ae68d0a25349ecc70377efec05e8a36257"; + version = "0.4.3.0"; + sha256 = "109def33459ab6b6939adef12334b8135a4ed1a48b699212ac0882570e96a424"; libraryHaskellDepends = [ base bifunctors bytestring comonad containers foldl free monoid-subclasses semigroupoids text transformers @@ -54284,6 +54312,7 @@ self: { version = "0.1.0.4"; sha256 = "aeedbb9fa8520d8f17f68840336b895c81df16120dcefab82dc4ae1c98de9b2e"; libraryHaskellDepends = [ base semigroups ]; + jailbreak = true; homepage = "http://darcs.wolfgang.jeltsch.info/haskell/fraction"; description = "Fractions"; license = stdenv.lib.licenses.bsd3; @@ -58909,7 +58938,7 @@ self: { homepage = "http://khumba.net/projects/goatee"; description = "A monadic take on a 2,500-year-old board game - library"; license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + maintainers = with stdenv.lib.maintainers; [ khumba ]; }) {}; "goatee-gtk" = callPackage @@ -58931,7 +58960,7 @@ self: { homepage = "http://khumba.net/projects/goatee"; description = "A monadic take on a 2,500-year-old board game - GTK+ UI"; license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + maintainers = with stdenv.lib.maintainers; [ khumba ]; }) {}; "gofer-prelude" = callPackage @@ -62256,23 +62285,22 @@ self: { }) {}; "haddocset" = callPackage - ({ mkDerivation, base, Cabal, conduit, conduit-extra, exceptions - , ghc, haddock-api, mtl, optparse-applicative, process, resourcet - , sqlite-simple, system-fileio, system-filepath, tagsoup, text - , transformers + ({ mkDerivation, base, Cabal, conduit, conduit-extra, directory + , exceptions, filepath, ghc, haddock-api, http-types, mtl + , optparse-applicative, process, resourcet, sqlite-simple, tagsoup + , text, transformers }: mkDerivation { pname = "haddocset"; - version = "0.3.2"; - sha256 = "6745779bc9bc03e9508089f54a21fa84cd11e7fcf44ebafc44f7801f6bddeb5e"; + version = "0.4.0"; + sha256 = "dfecc6d53c74108f4ada154cd1593dc271cb0b715e2dfd6f4b17d01416147338"; isLibrary = false; isExecutable = true; executableHaskellDepends = [ - base Cabal conduit conduit-extra exceptions ghc haddock-api mtl - optparse-applicative process resourcet sqlite-simple system-fileio - system-filepath tagsoup text transformers + base Cabal conduit conduit-extra directory exceptions filepath ghc + haddock-api http-types mtl optparse-applicative process resourcet + sqlite-simple tagsoup text transformers ]; - jailbreak = true; homepage = "https://github.com/philopon/haddocset"; description = "Generate docset of Dash by Haddock haskell documentation tool"; license = stdenv.lib.licenses.bsd3; @@ -62843,10 +62871,8 @@ self: { ({ mkDerivation, base }: mkDerivation { pname = "half"; - version = "0.2.0.1"; - sha256 = "1ca7e015830121fc144a2268c81815106d4762782e7c62f077e9da8bf62a9053"; - revision = "1"; - editedCabalFile = "cfadc0b87a5d9c4cc9a3ab5d7a5524221ae88e962f812eb41beba7b39111ccce"; + version = "0.2.1"; + sha256 = "88ccbee47c73f2eb496abb803083199d564fc3b93da2dfe4af39b1fb92003b44"; libraryHaskellDepends = [ base ]; homepage = "http://github.com/ekmett/half"; description = "Half-precision floating-point"; @@ -69412,6 +69438,7 @@ self: { base directory doctest filepath hspec hspec-expectations mtl pipes semigroups transformers ]; + jailbreak = true; homepage = "https://github.com/jwiegley/hierarchy"; description = "Pipes-based library for predicated traversal of generated trees"; license = stdenv.lib.licenses.bsd3; @@ -70317,8 +70344,8 @@ self: { }: mkDerivation { pname = "hjsonpointer"; - version = "0.2.0.3"; - sha256 = "83024edf70e5f3910e062abcb5b7d3b752d13a1baf3a15cb3cbe3ad1e077c08e"; + version = "0.2.0.4"; + sha256 = "8ac317938cc885b01d1165f15671def24e6ceac971413bd494195e77fe0e45b0"; libraryHaskellDepends = [ aeson base text unordered-containers vector ]; @@ -70326,7 +70353,6 @@ self: { aeson base http-types HUnit test-framework test-framework-hunit text unordered-containers vector ]; - jailbreak = true; homepage = "https://github.com/seagreen/hjsonpointer"; description = "JSON Pointer library"; license = stdenv.lib.licenses.mit; @@ -70341,8 +70367,8 @@ self: { }: mkDerivation { pname = "hjsonschema"; - version = "0.6.0.1"; - sha256 = "c97cf86761fe0253b153ce0c4be211ef35e1d47a62280c2df475c2994e78eed4"; + version = "0.6.0.2"; + sha256 = "343836f8062337a61b6db1fee79b663e673c6cce7d185f9ceed4b1c7a994a2ef"; libraryHaskellDepends = [ aeson base bytestring file-embed hashable hjsonpointer http-client http-types regexpr scientific text unordered-containers vector @@ -76863,8 +76889,8 @@ self: { }: mkDerivation { pname = "http-client"; - version = "0.4.22"; - sha256 = "769c99eaa9aea041ac7cb8bede9397737a1235cd6c83b3c8e98366f868ea5b33"; + version = "0.4.22.1"; + sha256 = "44d462259752a7be3dd21e7432eee55b16933447147d08bee71eb1fae42f65ab"; libraryHaskellDepends = [ array base base64-bytestring blaze-builder bytestring case-insensitive containers cookie data-default-class deepseq @@ -80150,20 +80176,20 @@ self: { "implicit" = callPackage ({ mkDerivation, base, blaze-builder, blaze-markup, blaze-svg , bytestring, containers, deepseq, directory, filepath, JuicyPixels - , mtl, optparse-applicative, parallel, parsec, storable-endian - , text, unordered-containers, vector-space + , mtl, NumInstances, optparse-applicative, parallel, parsec + , storable-endian, text, unordered-containers, vector-space }: mkDerivation { pname = "implicit"; - version = "0.0.3"; - sha256 = "8986c6cad9f9f5362cb7c422bf8507dad0b65eb04b5b7963b89a30d05e114d7f"; + version = "0.0.4"; + sha256 = "fa33a903850b34a6534ec5f99c012db059018d5f1ee9002e2ebb0db0ae3e98b7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base blaze-builder blaze-markup blaze-svg bytestring containers - deepseq directory filepath JuicyPixels mtl optparse-applicative - parallel parsec storable-endian text unordered-containers - vector-space + deepseq directory filepath JuicyPixels mtl NumInstances + optparse-applicative parallel parsec storable-endian text + unordered-containers vector-space ]; homepage = "https://github.com/colah/ImplicitCAD"; description = "Math-inspired programmatic 2&3D CAD: CSG, bevels, and shells; gcode export.."; @@ -81314,8 +81340,8 @@ self: { }: mkDerivation { pname = "invariant"; - version = "0.2"; - sha256 = "411aba2fbb5480007cce8356247668ea1c32bb94ea2d5dfb109ffca1e0babf7f"; + version = "0.2.1"; + sha256 = "30eec3443c6306625dda0937de2963f57d58219de5466f9a8fbdc40e99e24919"; libraryHaskellDepends = [ array base bifunctors containers contravariant ghc-prim profunctors semigroups stm tagged template-haskell transformers @@ -86492,8 +86518,8 @@ self: { }: mkDerivation { pname = "language-lua2"; - version = "0.1.0.2"; - sha256 = "047710b7b055110d773a878db1cf9ee74a05cff2df41ef849af8dd953ec3339d"; + version = "0.1.0.3"; + sha256 = "f375d752b3100a5cf2afa3238ba6a3fac5311af3e937e3f988c569de319aa009"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -90385,8 +90411,8 @@ self: { }: mkDerivation { pname = "log-domain"; - version = "0.10.2.1"; - sha256 = "174045ba21aa787db043e8b592bb74906da2290e14c2469f9fb1e07bb760f11c"; + version = "0.10.3"; + sha256 = "9e0df2214ffd7b258e23dc535b7c75e0927df0b791f5dc579eb08ffaaf0b51bb"; libraryHaskellDepends = [ base binary bytes cereal comonad deepseq distributive hashable hashable-extras safecopy semigroupoids semigroups vector @@ -90395,7 +90421,7 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - homepage = "http://github.com/analytics/log-domain/"; + homepage = "http://github.com/ekmett/log-domain/"; description = "Log-domain arithmetic"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -96184,6 +96210,7 @@ self: { version = "0.4.0.1"; sha256 = "ce1f99bda388567af08e9a9f816c89bdd4837c5d71eb880b90c468322b969e49"; libraryHaskellDepends = [ base groups semigroupoids semigroups ]; + jailbreak = true; description = "Various extra monoid-related definitions and utilities"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -96708,6 +96735,7 @@ self: { testHaskellDepends = [ base doctest profunctors tasty tasty-quickcheck vector ]; + jailbreak = true; homepage = "https://github.com/relrod/ms"; description = "metric spaces"; license = stdenv.lib.licenses.bsd2; @@ -98019,21 +98047,23 @@ self: { }) {}; "myo" = callPackage - ({ mkDerivation, aeson, base, containers, inline-c, lens-family - , lens-family-th, scientific, tasty, tasty-hunit, template-haskell - , text, vector, websockets + ({ mkDerivation, aeson, base, containers, lens-family + , lens-family-th, scientific, string-conv, tasty, tasty-hunit, text + , unordered-containers, vector, websockets }: mkDerivation { pname = "myo"; - version = "0.1.0.0"; - sha256 = "1607cc7510c7733e7d43953a7cd0efdd788130133418fde229ce9104078bc36a"; + version = "0.2.0.0"; + sha256 = "a606c19c6bfc4ea1044f5b6447dd3f060372a89cbd5d2cfebe2492c93cfd4c74"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson base containers inline-c lens-family lens-family-th - scientific template-haskell text vector websockets + aeson base containers lens-family lens-family-th scientific text + unordered-containers vector websockets + ]; + executableHaskellDepends = [ + aeson base lens-family string-conv websockets ]; - executableHaskellDepends = [ aeson base lens-family websockets ]; testHaskellDepends = [ base tasty tasty-hunit ]; homepage = "http://github.com/adinapoli/myo"; description = "Haskell binding to the Myo armband"; @@ -102003,6 +102033,7 @@ self: { base containers contravariant multiset postgresql-simple product-profunctors profunctors QuickCheck semigroups time ]; + jailbreak = true; homepage = "https://github.com/tomjaguarpaw/haskell-opaleye"; description = "An SQL-generating DSL targeting PostgreSQL"; license = stdenv.lib.licenses.bsd3; @@ -102047,6 +102078,7 @@ self: { base containers contravariant product-profunctors profunctors QuickCheck semigroups sqlite-simple time ]; + jailbreak = true; homepage = "https://github.com/tomjaguarpaw/haskell-opaleye"; description = "An SQL-generating DSL targeting SQLite"; license = stdenv.lib.licenses.bsd3; @@ -106860,6 +106892,7 @@ self: { hspec-expectations mtl pipes pipes-safe process semigroups text transformers unix ]; + jailbreak = true; homepage = "https://github.com/jwiegley/pipes-files"; description = "Fast traversal of directory trees using pipes"; license = stdenv.lib.licenses.bsd3; @@ -107179,6 +107212,7 @@ self: { executableHaskellDepends = [ base bytestring pipes pipes-safe semigroups zeromq4-haskell ]; + jailbreak = true; homepage = "https://github.com/peddie/pipes-zeromq4"; description = "Pipes integration for ZeroMQ messaging"; license = stdenv.lib.licenses.bsd3; @@ -107858,8 +107892,8 @@ self: { ({ mkDerivation, base, containers, hspec, lens, mtl }: mkDerivation { pname = "polar-shader"; - version = "0.1.0.1"; - sha256 = "829390e1e8ed5dcfb49ed52f96866f95483e7b404c65f11b6fe3745860460cc7"; + version = "0.1.0.2"; + sha256 = "86e79bda1cc4655188f4e7cfc17e77935a86e71c3cf06f5891d21391703626ce"; libraryHaskellDepends = [ base containers lens mtl ]; testHaskellDepends = [ base containers hspec ]; description = "High-level shader compiler for Polar Game Engine"; @@ -108567,26 +108601,26 @@ self: { }) {inherit (pkgs) postgresql;}; "postgresql-orm" = callPackage - ({ mkDerivation, aeson, base, blaze-builder, bytestring, directory - , filepath, ghc-prim, mtl, old-locale, postgresql-simple, process - , text, time, transformers, unix, unordered-containers, vector + ({ mkDerivation, aeson, base, blaze-builder, bytestring + , bytestring-builder, directory, filepath, ghc-prim, mtl + , old-locale, postgresql-simple, process, text, time, transformers + , unix, unordered-containers, vector }: mkDerivation { pname = "postgresql-orm"; - version = "0.3.2"; - sha256 = "575c2cd8c9e6619276f74240cd9d9e4ba89cf3acca7e108f86ed5df871e601a9"; + version = "0.4.0"; + sha256 = "06ad6a6dc84eaf7cda7c9dc1973e9ed9e1f16d78926d9cf029e0c3a8e3dbf5ef"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ - aeson base blaze-builder bytestring directory filepath ghc-prim mtl - old-locale postgresql-simple process text time transformers unix - unordered-containers vector + aeson base blaze-builder bytestring bytestring-builder directory + filepath ghc-prim mtl old-locale postgresql-simple process text + time transformers unix unordered-containers vector ]; executableHaskellDepends = [ - base blaze-builder bytestring directory filepath ghc-prim mtl - old-locale postgresql-simple process time + base blaze-builder bytestring bytestring-builder directory filepath + ghc-prim mtl old-locale postgresql-simple process time ]; - jailbreak = true; description = "An ORM (Object Relational Mapping) and migrations DSL for PostgreSQL"; license = "GPL"; hydraPlatforms = stdenv.lib.platforms.none; @@ -108630,8 +108664,8 @@ self: { }: mkDerivation { pname = "postgresql-schema"; - version = "0.1.4"; - sha256 = "274dac6dcd5d263b4e2023d35901f9b02914b804aa71cd39f10ee813e2cd4ffd"; + version = "0.1.5"; + sha256 = "c3942ace299e3db40f3c1080aff86b252547af5c4bab7a1df46fb1343f1665a7"; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ @@ -110654,6 +110688,30 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "psc-ide" = callPackage + ({ mkDerivation, aeson, base, containers, directory, filepath + , hspec, lens, lens-aeson, mtl, network, optparse-applicative + , parsec, regex-tdfa, text, wreq + }: + mkDerivation { + pname = "psc-ide"; + version = "0.1.0.0"; + sha256 = "787d26ce0d50409f41a34ad72e857d19d2e346b75e072da6396195e960f8145d"; + isLibrary = true; + isExecutable = true; + libraryHaskellDepends = [ + aeson base containers directory filepath lens lens-aeson mtl parsec + regex-tdfa text wreq + ]; + executableHaskellDepends = [ + base directory mtl network optparse-applicative text + ]; + testHaskellDepends = [ base hspec ]; + homepage = "http://github.com/kRITZCREEK/psc-ide"; + description = "Language support for the PureScript programming language"; + license = stdenv.lib.licenses.mit; + }) {}; + "pseudo-boolean" = callPackage ({ mkDerivation, attoparsec, base, bytestring, bytestring-builder , containers, deepseq, dlist, hashable, HUnit, parsec, QuickCheck @@ -111177,6 +111235,7 @@ self: { optparse-applicative parsec process time transformers transformers-compat ]; + jailbreak = true; homepage = "http://www.purescript.org/"; description = "PureScript Programming Language Compiler"; license = stdenv.lib.licenses.mit; @@ -112142,12 +112201,13 @@ self: { }) {}; "quiver" = callPackage - ({ mkDerivation, base }: + ({ mkDerivation, base, mmorph, transformers }: mkDerivation { pname = "quiver"; - version = "0.0.0.12"; - sha256 = "3ae4d76c2b4f4805b43ac6136c865142d3e847affb86e1e3dba6f9bb35e7bf04"; - libraryHaskellDepends = [ base ]; + version = "1.0.0"; + sha256 = "583bcf4662a27a7d1697e89a1080144196ab5301efab2ec720eb12610a736437"; + libraryHaskellDepends = [ base mmorph transformers ]; + jailbreak = true; homepage = "https://github.com/zadarnowski/quiver"; description = "Quiver finite stream processing library"; license = stdenv.lib.licenses.bsd3; @@ -112157,8 +112217,8 @@ self: { ({ mkDerivation, base, bytestring, quiver }: mkDerivation { pname = "quiver-bytestring"; - version = "0.0.0.2"; - sha256 = "948fba3fe0b40b08d6454fe705bed3c4ad34e9f9ae4fd2529de301f35c90929f"; + version = "1.0.0"; + sha256 = "bfb24db01b676e1f2ed374e58b4192037facf74b52d0205a55390a6bce3797c7"; libraryHaskellDepends = [ base bytestring quiver ]; homepage = "https://github.com/zadarnowski/quiver-bytestring"; description = "Quiver combinators for bytestring streaming"; @@ -112218,6 +112278,7 @@ self: { libraryHaskellDepends = [ base bytestring http-client http-client-tls quiver ]; + jailbreak = true; homepage = "https://github.com/christian-marie/quiver-http/"; description = "Adapter to stream over HTTP(s) with quiver"; license = stdenv.lib.licenses.bsd3; @@ -112816,6 +112877,7 @@ self: { base QuickCheck semigroups test-framework test-framework-quickcheck2 time vector-space vector-space-points ]; + jailbreak = true; homepage = "https://github.com/JohnLato/range-space"; description = "A Range type with vector-space instances"; license = stdenv.lib.licenses.bsd3; @@ -113191,6 +113253,7 @@ self: { aeson base deepseq lens-family monads-tf text transformers unordered-containers void ]; + jailbreak = true; homepage = "https://github.com/joelburget/react-haskell"; description = "Haskell React bindings"; license = stdenv.lib.licenses.mit; @@ -113871,8 +113934,8 @@ self: { }: mkDerivation { pname = "reducers"; - version = "3.11"; - sha256 = "f8212e2adfeb1631f82da8bb4c4bbb6da2d79a558a2a5e80d3cc6d33f22b46bc"; + version = "3.12"; + sha256 = "00d61cc883c517f02a25d6bd754cea69b7e5bcfa041c1fb3b19b60ef6c12cad4"; libraryHaskellDepends = [ array base bytestring containers fingertree hashable semigroupoids semigroups text transformers unordered-containers @@ -116025,8 +116088,8 @@ self: { pname = "rest-gen"; version = "0.17.1.2"; sha256 = "4aed5068ebdbac25a7c5a377904f64a6a48a83370985856258ca2c40d57a3516"; - revision = "2"; - editedCabalFile = "2b7d43435169be39d3976983cfc287cd39cc49a2ceefeca19937a21f7481e22c"; + revision = "3"; + editedCabalFile = "cae6f35e87d9cbf39e4b0ebbee24f9e1086a5b9c146a3ea2329d346ca97ddda2"; libraryHaskellDepends = [ aeson base blaze-html Cabal code-builder directory fclabels filepath hashable haskell-src-exts HStringTemplate hxt json-schema @@ -120028,14 +120091,14 @@ self: { "semigroups" = callPackage ({ mkDerivation, base, bytestring, containers, deepseq, hashable - , nats, text, unordered-containers + , nats, tagged, text, unordered-containers }: mkDerivation { pname = "semigroups"; - version = "0.16.2.2"; - sha256 = "d17e3e42c8e2457286d5c583dad5d0df57678ce4dcf12acc8a7667e80bd8ed57"; + version = "0.17.0.1"; + sha256 = "7930dbd98e023df8485a928ff11e4bee95a002fd41253f14c4447ba34f74773f"; libraryHaskellDepends = [ - base bytestring containers deepseq hashable nats text + base bytestring containers deepseq hashable nats tagged text unordered-containers ]; homepage = "http://github.com/ekmett/semigroups/"; @@ -121194,8 +121257,8 @@ self: { }: mkDerivation { pname = "settings"; - version = "0.1.0.0"; - sha256 = "17688b89f025d50f3ad00d140d83fb7c276fba1aeee75717881d8444187f18a9"; + version = "0.1.0.1"; + sha256 = "ef438645ade0155249ed6fe6c869b594642a562a5116a6a5cdae6172bbacc347"; libraryHaskellDepends = [ aeson aeson-pretty base bytestring time-units unordered-containers ]; @@ -121605,10 +121668,8 @@ self: { }: mkDerivation { pname = "shakespeare"; - version = "2.0.5"; - sha256 = "f0ff00f9262f874512ce7624c45c0e9f6e90dd1c4bf9e81891f7e34f5faeb549"; - revision = "1"; - editedCabalFile = "c3cde3794b87e5f99500aac7199a66ad95985ba716170551fe40e82452a61ebc"; + version = "2.0.6"; + sha256 = "5c0ae56bb5c06a3f9d86279c93b2e760e923cd476e7dbaaa556a1cdb78ff97ce"; libraryHaskellDepends = [ aeson base blaze-html blaze-markup bytestring containers directory exceptions ghc-prim parsec process template-haskell text time @@ -128309,6 +128370,19 @@ self: { license = "LGPL"; }) {}; + "stopwatch" = callPackage + ({ mkDerivation, base, clock, hspec, transformers }: + mkDerivation { + pname = "stopwatch"; + version = "0.1.0"; + sha256 = "17f488ef8e74a9dc4ad7e8a649abc386d010379a9b63f88d52638a078fbc16f6"; + libraryHaskellDepends = [ base clock transformers ]; + testHaskellDepends = [ base clock hspec ]; + homepage = "https://github.com/debug-ito/stopwatch"; + description = "A simple stopwatch utility"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "storable" = callPackage ({ mkDerivation, base, mtl }: mkDerivation { @@ -128531,8 +128605,8 @@ self: { ({ mkDerivation, base, mmorph, mtl, transformers }: mkDerivation { pname = "streaming"; - version = "0.1.0.16"; - sha256 = "2030f69e744fe981c2ec4bdf620a596d234bc3174fc59fd23bbc899b5a577863"; + version = "0.1.0.17"; + sha256 = "577e8adf2fec1abc29dc06f7ddd15b2d8adc2fb015fbb4b27a2f35a1eca9bfc4"; libraryHaskellDepends = [ base mmorph mtl transformers ]; homepage = "https://github.com/michaelt/streaming"; description = "a free monad transformer optimized for streaming applications"; @@ -128545,8 +128619,8 @@ self: { }: mkDerivation { pname = "streaming-bytestring"; - version = "0.1.0.5"; - sha256 = "83ee0525ca41576058705cc448f952525afe2c0f3c93c50f327dc44091aea0a5"; + version = "0.1.0.6"; + sha256 = "64741cef68f724824b2ea143e62b68713872e5c834015d601331a54090ab0f99"; libraryHaskellDepends = [ base bytestring deepseq mmorph mtl streaming transformers ]; @@ -133311,24 +133385,24 @@ self: { }) {}; "text-show" = callPackage - ({ mkDerivation, array, base, base-compat, base-orphans, bytestring - , bytestring-builder, containers, generic-deriving, ghc-prim, hspec - , integer-gmp, nats, QuickCheck, quickcheck-instances, semigroups - , tagged, template-haskell, text, transformers, transformers-compat - , void + ({ mkDerivation, array, base, base-compat, base-orphans, bifunctors + , bytestring, bytestring-builder, containers, generic-deriving + , ghc-prim, hspec, integer-gmp, nats, QuickCheck + , quickcheck-instances, semigroups, tagged, template-haskell, text + , transformers, transformers-compat, void }: mkDerivation { pname = "text-show"; - version = "2"; - sha256 = "5f64a35d1121c31a9166fd3910c865ad8f23e50edfc4b3733e63d4f415635694"; + version = "2.1"; + sha256 = "37c97fae47f7bd40c4a39ac007ba5cd6d627d154631fbbb85537e544656d0aa5"; libraryHaskellDepends = [ array base base-compat bytestring bytestring-builder containers generic-deriving ghc-prim integer-gmp nats semigroups tagged template-haskell text transformers void ]; testHaskellDepends = [ - array base base-compat base-orphans bytestring bytestring-builder - generic-deriving ghc-prim hspec nats QuickCheck + array base base-compat base-orphans bifunctors bytestring + bytestring-builder generic-deriving ghc-prim hspec nats QuickCheck quickcheck-instances tagged text transformers transformers-compat void ]; @@ -133362,6 +133436,7 @@ self: { template-haskell terminfo text-show th-orphans time transformers transformers-compat unix unordered-containers vector xhtml ]; + jailbreak = true; homepage = "https://github.com/RyanGlScott/text-show-instances"; description = "Additional instances for text-show"; license = stdenv.lib.licenses.bsd3; @@ -134010,6 +134085,7 @@ self: { base bifunctors QuickCheck tasty tasty-quickcheck transformers vector ]; + jailbreak = true; homepage = "https://github.com/isomorphism/these"; description = "An either-or-both data type, with corresponding hybrid error/writer monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -139578,20 +139654,22 @@ self: { "uri-bytestring" = callPackage ({ mkDerivation, attoparsec, base, blaze-builder, bytestring - , derive, HUnit, lens, QuickCheck, quickcheck-instances, tasty - , tasty-hunit, tasty-quickcheck + , derive, HUnit, lens, QuickCheck, quickcheck-instances, semigroups + , tasty, tasty-hunit, tasty-quickcheck }: mkDerivation { pname = "uri-bytestring"; - version = "0.1.8"; - sha256 = "d1655ca765206ab3f49a6374fe8bd2c6726990dd10814e4600df74c3d0f15dec"; + version = "0.1.9"; + sha256 = "0c0d7e384c53395821fc1d25294533db00bb8110399d1b6751937edeb4146089"; libraryHaskellDepends = [ attoparsec base blaze-builder bytestring ]; testHaskellDepends = [ attoparsec base blaze-builder bytestring derive HUnit lens - QuickCheck quickcheck-instances tasty tasty-hunit tasty-quickcheck + QuickCheck quickcheck-instances semigroups tasty tasty-hunit + tasty-quickcheck ]; + jailbreak = true; homepage = "https://github.com/Soostone/uri-bytestring"; description = "Haskell URI parsing as ByteStrings"; license = stdenv.lib.licenses.bsd3; @@ -141802,12 +141880,14 @@ self: { }) {}; "void" = callPackage - ({ mkDerivation, base, ghc-prim, hashable, semigroups }: + ({ mkDerivation, base, deepseq, ghc-prim, hashable, semigroups }: mkDerivation { pname = "void"; - version = "0.7"; - sha256 = "981b85d19bb51c1ac60103b184b86061621e0b016d4db24dd965751b2bc96f47"; - libraryHaskellDepends = [ base ghc-prim hashable semigroups ]; + version = "0.7.1"; + sha256 = "c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4"; + libraryHaskellDepends = [ + base deepseq ghc-prim hashable semigroups + ]; homepage = "http://github.com/ekmett/void"; description = "A Haskell 98 logically uninhabited data type"; license = stdenv.lib.licenses.bsd3; @@ -144684,8 +144764,8 @@ self: { ({ mkDerivation, base, hspec, vector }: mkDerivation { pname = "woot"; - version = "0.0.0.3"; - sha256 = "929d716863bc3194ec4ce10e9b40242ac0bf2c987102aa0a4a0e01ce128cf3de"; + version = "0.0.0.4"; + sha256 = "2d9412b9ac683cc6d28a33b133bb5542144a2d5688232dc328736cc5928112f5"; libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base hspec ]; jailbreak = true; @@ -149848,6 +149928,7 @@ self: { version = "0.1.2"; sha256 = "37f9b003e202bf88fe8dcf5e7e4fd8eae1e373d8ad4135a4244b909744d40e06"; libraryHaskellDepends = [ base semigroups ]; + jailbreak = true; homepage = "https://github.com/phaazon/zero"; description = "Semigroups with absorption"; license = stdenv.lib.licenses.bsd3;