diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 3dbe7ea16b3..8d8bfde3879 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -1,6 +1,6 @@ /* hackage-packages.nix is an auto-generated file -- DO NOT EDIT! */ -{ pkgs, stdenv, callPackage }: +{ pkgs, lib, callPackage }: self: { @@ -14,7 +14,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base GLUT OpenGL random ]; description = "Examples of 3D graphics programming with OpenGL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "3dmodels" = callPackage @@ -27,8 +27,8 @@ self: { attoparsec base bytestring linear packer ]; description = "3D model parsers"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44,8 +44,8 @@ self: { base cairo containers gtk haskell98 mtl ]; description = "A tetris-like game (works with GHC 6.8.3 and Gtk2hs 0.9.13)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57,8 +57,8 @@ self: { sha256 = "0vdq0hscpbl5a9bpf8fiykmyg2c3yvivb0mzcdy99ha0j1p4rwfh"; libraryHaskellDepends = [ base ]; description = "Abstract Application Interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76,7 +76,7 @@ self: { test-framework-quickcheck2 ]; description = "An alternating list of two types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AC-Angle" = callPackage @@ -87,7 +87,7 @@ self: { sha256 = "0ra97a4im3w2cq3mf17j8skn6bajs7rw7d0mmvcwgb9jd04b0idm"; libraryHaskellDepends = [ base ]; description = "Angles in degrees and radians"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AC-Boolean" = callPackage @@ -98,7 +98,7 @@ self: { sha256 = "0id19wgp2jg2pf1gdhfzkyknjj19jii3pz0lva29x3lcck38rw2b"; libraryHaskellDepends = [ base ]; description = "Handle Boolean values generatically"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AC-BuildPlatform" = callPackage @@ -109,8 +109,8 @@ self: { sha256 = "0vlhakc6mc4zzyvb54rgmskkj8hp43zy35giimk0g7i5068r2czh"; libraryHaskellDepends = [ base ]; description = "Detect which OS you're running on"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122,7 +122,7 @@ self: { sha256 = "02v3b1pfhwnf3cl8kbxfkk0a7hdp0gqq5v4w9ka32zl1p007rz19"; libraryHaskellDepends = [ base ]; description = "Efficient RGB colour types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AC-EasyRaster-GTK" = callPackage @@ -133,8 +133,8 @@ self: { sha256 = "082il76032biyan170p4qp13154nmkzil4v2wv7fmjn9z7v8w49b"; libraryHaskellDepends = [ array base gtk ]; description = "GTK+ pixel plotting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148,8 +148,8 @@ self: { editedCabalFile = "02k1fg86iyzbb0bxfn8r6s7z8bkahr8y02wps1l5j958jpckd6c9"; libraryHaskellDepends = [ base ]; description = "Efficient half-integer type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163,8 +163,8 @@ self: { editedCabalFile = "0faw83njfarccnad1hgy1cf3wmihfghk3qhw2s7zf6p84v6zc27y"; libraryHaskellDepends = [ base transformers ]; description = "A simple test framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176,7 +176,7 @@ self: { sha256 = "0y2wzwfnlx50rzkdigmjy3dg5f91pmkf4gmnzjhs3r916d296gkq"; libraryHaskellDepends = [ base bytestring ]; description = "Trivial package for writing PPM images"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AC-Random" = callPackage @@ -187,7 +187,7 @@ self: { sha256 = "1c00pcz0c4l2sdaj61zcmw68ckmqb7xlfykv489xms7ak4xl8nc1"; libraryHaskellDepends = [ base ]; description = "A pure Haskell PRNG"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AC-Terminal" = callPackage @@ -200,8 +200,8 @@ self: { editedCabalFile = "1i9bjryhccdp8gfm9xs5bbfsy32hpyv2zckd95m7g6bc4jvp8cjm"; libraryHaskellDepends = [ ansi-terminal base ]; description = "Trivial wrapper over ansi-terminal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213,8 +213,8 @@ self: { sha256 = "044kiwc5g2irky0k3fg9l2qqnvcnh9vdx0yz8m1awnkab6mk0i3v"; libraryHaskellDepends = [ base ghc-prim ]; description = "Immutable arrays with plain integer indicies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228,8 +228,8 @@ self: { editedCabalFile = "05l4sk0lz9iml7282zh9pxqr538s6kjhhl6zrbdwlry21sn14pc0"; libraryHaskellDepends = [ base ]; description = "Efficient geometric vectors and transformations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241,8 +241,8 @@ self: { sha256 = "0wcan2s75c89s1mxhcvvjgbpn8xqrhmwnfbsrszkzydw3x46465y"; libraryHaskellDepends = [ AC-Angle AC-Vector base ]; description = "Fancy type-system stuff for AC-Vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258,8 +258,8 @@ self: { base list-extras mtl random random-shuffle void ]; description = "Essential features"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -287,8 +287,8 @@ self: { transformers tuple vector ]; description = "Efficient, high-level dynamic programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -315,8 +315,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ForestStructures ]; description = "Dynamic programming on tree and forest structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -341,8 +341,8 @@ self: { tasty-th ]; description = "Dynamic programming for Set data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -362,8 +362,8 @@ self: { ]; executableHaskellDepends = [ base containers directory ]; description = "foundational type classes for approximating exact real numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -379,8 +379,8 @@ self: { AERN-Real AERN-RnToRm base binary containers html stm time ]; description = "Compositional lazy dataflow networks for exact real number computation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -397,8 +397,8 @@ self: { test-framework-quickcheck2 ]; description = "arbitrary precision real interval arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -422,8 +422,8 @@ self: { QuickCheck test-framework test-framework-quickcheck2 ]; description = "arbitrary precision real interval arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -440,8 +440,8 @@ self: { test-framework-quickcheck2 ]; description = "arbitrary precision real interval arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -458,8 +458,8 @@ self: { time ]; description = "polynomial function enclosures (PFEs) approximating exact real functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -477,8 +477,8 @@ self: { glade glib gtk gtkglext mtl OpenGL stm time ]; description = "GL plotting of polynomial function enclosures (PFEs)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -496,7 +496,7 @@ self: { base bytestring cereal monads-tf random transformers ]; description = "Fast AES encryption/decryption for bytestrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AFSM" = callPackage @@ -507,7 +507,7 @@ self: { sha256 = "0yy24nrl99b624x0d8k4w4505zx2b2n25frdq5ijn4j6fhjqwhz6"; libraryHaskellDepends = [ base ]; description = "Arrowized functional state machines"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "AGI" = callPackage @@ -520,8 +520,8 @@ self: { base mtl network parsec random syb unix ]; description = "A library for writing AGI scripts for Asterisk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -536,7 +536,7 @@ self: { libraryHaskellDepends = [ base OpenAL StateVar transformers ]; librarySystemDepends = [ freealut ]; description = "A binding for the OpenAL Utility Toolkit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) freealut;}; "AMI" = callPackage @@ -551,8 +551,8 @@ self: { base bytestring containers mtl network pureMD5 stm ]; description = "Low-level bindings for Asterisk Manager Interface (AMI)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -565,7 +565,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Num instance for Applicatives provided via the ANum newtype"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ASN1" = callPackage @@ -580,7 +580,7 @@ self: { base containers HUnit mtl NewBinary old-time pretty QuickCheck ]; description = "ASN.1 support for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AVar" = callPackage @@ -591,7 +591,7 @@ self: { sha256 = "0jggzjyms1w4p1ynv8m5yvya64kbxkjdis7wvy3lildmp0w0x0c7"; libraryHaskellDepends = [ base ]; description = "Mutable variables with Exception handling and concurrency support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "AWin32Console" = callPackage @@ -602,8 +602,8 @@ self: { sha256 = "0il5bngj4919mmpm0rwmbx74ih3sfbqkaph6w12p49fs466sxkh1"; libraryHaskellDepends = [ base regex-compat Win32 ]; description = "A binding to a part of the ANSI escape code for the console"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "AbortT-monadstf" = callPackage @@ -614,8 +614,8 @@ self: { sha256 = "1ijv4bs299ijqbkspbg1kry627ra6p6qlkd74q4y2pvamrm4dn6f"; libraryHaskellDepends = [ AbortT-transformers base monads-tf ]; description = "Monads-tf instances for the AbortT monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -627,8 +627,8 @@ self: { sha256 = "1x2iw46nzfjj36pfdzv5n0q6f6l7kgz62gnxpsj2f5p7w10zlxai"; libraryHaskellDepends = [ AbortT-transformers base mtl ]; description = "mtl instances for the AbortT monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -646,8 +646,8 @@ self: { test-framework-quickcheck2 transformers ]; description = "A monad and monadic transformer providing \"abort\" functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -671,8 +671,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "An easy-to-use video game framework for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -688,8 +688,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "Library for incremental computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -704,8 +704,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Library for incremental computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -719,8 +719,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskell98 mtl ]; description = "Lisperati's adventure game in Lisp translated to Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -750,8 +750,8 @@ self: { time uniplate wai wai-extra wl-pprint ]; description = "Assessment services for the Advise-Me project"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -773,7 +773,7 @@ self: { ]; description = "Mapping between Aeson's JSON and Bson objects"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Agata" = callPackage @@ -788,8 +788,8 @@ self: { base containers mtl QuickCheck tagged template-haskell ]; description = "Generator-generator for QuickCheck"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -823,8 +823,8 @@ self: { executableToolDepends = [ emacs ]; description = "A dependently typed functional programming language and proof assistant"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; - maintainers = with stdenv.lib.maintainers; [ abbradar ]; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ abbradar ]; }) {inherit (pkgs) emacs;}; "Agda-executable" = callPackage @@ -838,7 +838,7 @@ self: { executableHaskellDepends = [ Agda base ]; description = "Command-line program for type-checking and compiling Agda programs"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "AhoCorasick" = callPackage @@ -852,8 +852,8 @@ self: { array base hashable mtl unordered-containers ]; description = "Aho-Corasick string matching algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -875,8 +875,8 @@ self: { ]; benchmarkHaskellDepends = [ base containers criterion ]; description = "Find the minimal subset/submap satisfying some property"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -905,8 +905,8 @@ self: { test-framework-quickcheck2 transformers ]; description = "Algorithmic music composition"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -920,8 +920,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers mtl pretty ]; description = "Example implementation of Algorithm W for Hindley-Milner type inference"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -938,8 +938,8 @@ self: { PrimitiveArray vector ]; description = "Collection of alignment algorithms"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -967,8 +967,8 @@ self: { async base filepath LambdaHack optparse-applicative ]; description = "Near-future Sci-Fi roguelike and tactical squad combat game"; - license = stdenv.lib.licenses.agpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -988,8 +988,8 @@ self: { process QuickCheck split transformers xml ]; description = "Android view hierarchy importer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1001,8 +1001,8 @@ self: { sha256 = "01vpw9s93qq8c0zymp4qzv0ljn9jrnwi3x68qx9lcjr6spa0rkvm"; libraryHaskellDepends = [ base random ]; description = "Updated version of Yampa: a library for programming hybrid systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1015,8 +1015,8 @@ self: { libraryHaskellDepends = [ base mtl multirec parsec ]; testHaskellDepends = [ base mtl multirec parsec ]; description = "Constructing, analyzing and destructing annotated trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1030,7 +1030,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base mtl parsec xhtml ]; description = "Convert ANSI Terminal Sequences to nice HTML markup"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Aoide" = callPackage @@ -1044,7 +1044,7 @@ self: { base bytestring mtl process template-haskell ]; description = "A simple music library with the capability of generating .ly and .mid files."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ApplePush" = callPackage @@ -1062,8 +1062,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Library for Apple Push Notification Service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1075,8 +1075,8 @@ self: { sha256 = "1jmwixyv5msb3lmza7dljvm3l0x5mx8r93zr607sx9m5x9yhlsvr"; doHaddock = false; description = "Call AppleScript from Haskell, and then call back into Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1088,8 +1088,8 @@ self: { sha256 = "1s7amy8ij5bgv8afbjdzqd3lflvhzrrh3cs3krl1rf73y8b1nqpy"; libraryHaskellDepends = [ base vector ]; description = "Function approximation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1101,8 +1101,8 @@ self: { sha256 = "1yb209v3lab3knggplmwih1ww6qalf8v86j8ggv1gkhm5jkwz1yq"; libraryHaskellDepends = [ base ]; description = "Unboxed references, dynamic arrays and more"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1114,8 +1114,8 @@ self: { sha256 = "1lv76m4qc1sabagllaagi7bpqf1mnmzsra333a77b6134mk2f9hb"; libraryHaskellDepends = [ base process ]; description = "A library to generate Netlist code from Arrow descriptions"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1131,7 +1131,7 @@ self: { base containers mtl poly-rec requirements tagged template-haskell ]; description = "Strongly typed Attribute Grammars implemented using type-level programming"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "AttoBencode" = callPackage @@ -1151,8 +1151,8 @@ self: { test-framework-quickcheck2 ]; description = "Fast Bencode encoding and parsing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1169,8 +1169,8 @@ self: { utf8-string ]; description = "Simple lightweight JSON parser, generator & manipulator based on ByteString"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1186,8 +1186,8 @@ self: { array base colour GLUT OpenGL random ]; description = "Visualisation of Strange Attractors in 3-Dimensions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1201,8 +1201,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers parsec pretty ]; description = "Yet another parser generator for C/C++"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1219,7 +1219,7 @@ self: { ]; description = "GUI library based upon generic programming (SYB3)"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1231,8 +1231,8 @@ self: { sha256 = "0bw6856h75wks0mfvvqqm5i31sici1hacyl5zfj225jf9gn5q7dx"; libraryHaskellDepends = [ base COrdering ]; description = "Balanced binary trees using the AVL algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1244,8 +1244,8 @@ self: { sha256 = "1ypq7m09ki5wbwkvmqdl7ch40cbdfhb91kq8n17im184r5liyxlc"; libraryHaskellDepends = [ base containers llvm random timeit ]; description = "Embedded BASIC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1272,8 +1272,8 @@ self: { unordered-containers ]; description = "Big Contact Map Tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1302,7 +1302,7 @@ self: { ]; testToolDepends = [ alex happy hspec-discover ]; description = "A compiler front-end generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "BNFC-meta" = callPackage @@ -1320,7 +1320,7 @@ self: { template-haskell ]; description = "Deriving Parsers and Quasi-Quoters from BNF Grammars"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "Baggins" = callPackage @@ -1333,8 +1333,8 @@ self: { editedCabalFile = "16206xd8lm8fkvpxbm19h403264xyjki07s9lam3pgq985xbqk35"; libraryHaskellDepends = [ base cairo containers mtl ]; description = "Tools for self-assembly"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1350,8 +1350,8 @@ self: { base bifunctors hmidi mtl stm time transformers ]; description = "A Drum Machine DSL for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1381,7 +1381,7 @@ self: { ]; description = "An ad-hoc P2P chat program"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1395,8 +1395,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base mtl random ]; description = "An interpreter for the Befunge-93 Programming Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1414,8 +1414,8 @@ self: { base bytestring cassava deepseq directory statistics time vector ]; description = "Benchmark functions with history"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1428,7 +1428,7 @@ self: { libraryHaskellDepends = [ base bytestring extensible-exceptions ]; librarySystemDepends = [ db ]; description = "Berkeley DB binding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) db;}; "BerkeleyDBXML" = callPackage @@ -1442,8 +1442,8 @@ self: { libraryHaskellDepends = [ base BerkeleyDB bytestring ]; librarySystemDepends = [ db dbxml xercesc xqilla ]; description = "Berkeley DB XML binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) db; inherit (pkgs) dbxml; inherit (pkgs) xercesc; inherit (pkgs) xqilla;}; @@ -1456,8 +1456,8 @@ self: { sha256 = "14wjpfr9d8fpgl1jkpm2123lprr3hf3a6smkaflzkgxqlgcrkmyr"; libraryHaskellDepends = [ base besout ]; description = "Factorization of polynomials over finite field"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1472,8 +1472,8 @@ self: { base containers mtl template-haskell th-extras ]; description = "The Bidirectional Generic Update Language"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1487,7 +1487,7 @@ self: { isExecutable = true; executableHaskellDepends = [ array base bmp bytestring gloss ]; description = "Image editor for pixel art"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "BinderAnn" = callPackage @@ -1505,8 +1505,8 @@ self: { base containers ghc ghc-prim mtl split syb transformers ]; description = "Source-to-source plugin for enhancing EDSLs with static annotations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1518,7 +1518,7 @@ self: { sha256 = "0am0487l7njngp2k6h3qfbhjs61d9ir9rp8iw1r5448b20n4fxas"; libraryHaskellDepends = [ base ]; description = "Common bin-packing heuristics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "BioHMM" = callPackage @@ -1535,8 +1535,8 @@ self: { filepath parsec ParsecTools StockholmAlignment SVGFonts text vector ]; description = "Libary for Hidden Markov Models in HMMER3 format"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1558,8 +1558,8 @@ self: { vector-read-instances zlib ]; description = "Base library for bioinformatics"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1586,8 +1586,8 @@ self: { tasty-silver tasty-th text ]; description = "BLAST-related tools"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1599,8 +1599,8 @@ self: { sha256 = "0m7n3c2ly6kly146xrxzx41g3pv0cylrmzpdgv5c54x9gvb1hg7w"; libraryHaskellDepends = [ base bytestring iteratee ]; description = "Vienna / DotBracket / ExtSS parsers"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1623,8 +1623,8 @@ self: { vector vector-th-unbox ]; description = "European Nucleotide Archive data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1642,8 +1642,8 @@ self: { directory either-unwrap text vector word8 ]; description = "Ensembl related datastructures and functions"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1659,8 +1659,8 @@ self: { base BiobaseXNA bytestring containers filemanip iteratee tuple ]; description = "Importer for FR3D resources"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1685,8 +1685,8 @@ self: { text ]; description = "streaming FASTA parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1704,8 +1704,8 @@ self: { http-conduit hxt mtl network Taxonomy text transformers ]; description = "Libary to interface with the Bioinformatics HTTP services - Entrez Ensembl"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1726,8 +1726,8 @@ self: { either-unwrap hxt text ]; description = "Tools to query Bioinformatics HTTP services e.g. Entrez, Ensembl."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1766,8 +1766,8 @@ self: { base criterion lens text transformers ]; description = "Infernal data structures and tools"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1779,8 +1779,8 @@ self: { sha256 = "0mwyyb7n232wgjipn9jsbqpcbxqms07adi5a6v14qaiynsjz4n1r"; libraryHaskellDepends = [ base bytestring containers iteratee ]; description = "Multiple Alignment Format"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1808,8 +1808,8 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "Newick file format parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1829,8 +1829,8 @@ self: { ]; executableHaskellDepends = [ cmdargs ]; description = "RNA folding training data"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1848,8 +1848,8 @@ self: { filepath lens primitive PrimitiveArray repa split vector ]; description = "Import Turner RNA parameters"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1882,8 +1882,8 @@ self: { vector-binary-instances vector-th-unbox ]; description = "Collection of types for bioinformatics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1899,8 +1899,8 @@ self: { base BiobaseTurner BiobaseXNA primitive PrimitiveArray vector ]; description = "Import Vienna energy parameters"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1942,8 +1942,8 @@ self: { text tuple vector vector-binary-instances vector-th-unbox ]; description = "Efficient RNA/DNA/Protein Primary/Secondary Structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1958,7 +1958,7 @@ self: { executableHaskellDepends = [ base haskell98 ]; description = "A preprocessor for Bird-style Literate Haskell comments with Haddock markup"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1978,8 +1978,8 @@ self: { base bitstring bytestring mtl parallel primitive QuickCheck transformers vector ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -1993,8 +1993,8 @@ self: { base bytestring QuickCheck template-haskell ]; description = "A module to aid in the (de)serialisation of binary data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2006,8 +2006,8 @@ self: { sha256 = "1pmmgg6n6pc0qvp5r4qxan32887132si0cayd0xh1g5v98fa9ari"; libraryHaskellDepends = [ base HTTP json2 ]; description = "A library to access bit.ly URL shortener."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2025,8 +2025,8 @@ self: { HTTP http-conduit hxt mtl network transformers zip-archive ]; description = "Libary to interface with the NCBI blast REST interface"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2049,7 +2049,7 @@ self: { ]; description = "Diagram editor"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2074,8 +2074,8 @@ self: { ]; executableHaskellDepends = [ base cmdargs ]; description = "A tool for posting Haskelly articles to blogs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2097,8 +2097,8 @@ self: { ]; executableHaskellDepends = [ base BlogLiterately ]; description = "Include images in blog posts with inline diagrams code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2127,8 +2127,8 @@ self: { base containers criterion MissingH network-uri parsec ]; description = "A markdown-like markup language designed for blog posts"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2140,7 +2140,7 @@ self: { sha256 = "0ryjgi70isgfv3nw3djzvb1saky40xqy536h6sr3mfpy2iqnim0c"; libraryHaskellDepends = [ base mtl ]; description = "Html document layout library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Blueprint" = callPackage @@ -2151,8 +2151,8 @@ self: { sha256 = "16cfmy4ndc15p6jdmyy08nqgv143dvs9xf4qg4mxa6x5r326pi94"; doHaddock = false; description = "Preview of a new build system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2174,7 +2174,7 @@ self: { testHaskellDepends = [ base process ]; description = "A simple document organizer with some wiki functionality"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2186,7 +2186,7 @@ self: { sha256 = "1y7f8lqx86m06ccq1bjym2hywc7r17s2bvx16jswb2ibn09n08b7"; libraryHaskellDepends = [ base ]; description = "Generalized booleans and numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "BoundedChan" = callPackage @@ -2197,7 +2197,7 @@ self: { sha256 = "0vf4mlw08n056g5256cf46m5xsijng5gvjx7ccm4r132gznyl72k"; libraryHaskellDepends = [ array base ]; description = "Implementation of bounded channels"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Bravo" = callPackage @@ -2213,8 +2213,8 @@ self: { template-haskell ]; description = "Static text template generation library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2226,8 +2226,8 @@ self: { sha256 = "13wwi7x898p51crzzp5rdrjgmsxsgbx7dgzgbaxdikxyrh216lmz"; libraryHaskellDepends = [ base bytestring network text ]; description = "A socker wrapper that makes the IO of sockets much cleaner"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2252,8 +2252,8 @@ self: { http-conduit http-types string-qq temporary unix yaml ]; description = "Hits a set of urls periodically to bust caches"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2272,7 +2272,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "C-Structs implementation for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "CBOR" = callPackage @@ -2292,8 +2292,8 @@ self: { QuickCheck test-framework test-framework-quickcheck2 ]; description = "Encode/Decode values to/from CBOR"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2306,7 +2306,7 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Delimited continuations and dynamically scoped variables"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "CC-delcont-alt" = callPackage @@ -2323,8 +2323,8 @@ self: { testHaskellDepends = [ base doctest mtl ]; doHaddock = false; description = "Three new monad transformers for multi-prompt delimited control"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2336,8 +2336,8 @@ self: { sha256 = "1s6bql9r78yfzgarm3i4f2glhc5w8qq91adhs15cnqj6h7768a5c"; libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2349,8 +2349,8 @@ self: { sha256 = "07v388bzs8x9k1p677310rbh8baj1fdq3bhbqyvxqzx93kv8g381"; libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2362,8 +2362,8 @@ self: { sha256 = "0fzjr73id8rlrcmf0j3y1qn4jnc8incqhhkp9wl35lig20kqy82m"; libraryHaskellDepends = [ base mtl ]; description = "A monad transformers for multi-prompt delimited control using refercence cells"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2375,8 +2375,8 @@ self: { sha256 = "0zavw824xcr1jhmlpz9hmabhhi459y0s7z434lxalzha01j1wfih"; libraryHaskellDepends = [ base ref-tf transformers ]; description = "A monad transformers for multi-prompt delimited control using refercence cells"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2394,8 +2394,8 @@ self: { executableHaskellDepends = [ array base containers haskell-src ]; executableToolDepends = [ happy ]; description = "preprocessor and library for Causal Commutative Arrows (CCA)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2410,7 +2410,7 @@ self: { base bytestring hxt-regex-xmlschema utf8-string ]; description = "A W3C compliant (X)HTML generating library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "CLASE" = callPackage @@ -2425,8 +2425,8 @@ self: { base containers filepath mtl parsec template-haskell ]; description = "Cursor Library for A Structured Editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2439,8 +2439,8 @@ self: { libraryHaskellDepends = [ base directory split time ]; testHaskellDepends = [ base doctest ]; description = "CLI tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2459,8 +2459,8 @@ self: { ]; executableHaskellDepends = [ cmdargs ]; description = "Infernal covariance model comparison"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2477,8 +2477,8 @@ self: { time ]; description = "cwmwl udp message queue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2490,8 +2490,8 @@ self: { sha256 = "1lkav4wkyrraq1f6kyqfyjrxasgkayg4hmyv8a1gkr4h484b1cx8"; libraryHaskellDepends = [ base ]; description = "An algebraic data type similar to Prelude Ordering"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2506,8 +2506,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base haskell98 ]; description = "A simple Brainfuck interpretter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2523,8 +2523,8 @@ self: { array base containers mtl parsec readline ]; description = "An interpreter of Hagino's Categorical Programming Language (CPL)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2536,7 +2536,7 @@ self: { sha256 = "0dlb761kj33v9p53fw44gg4r7j8kcl4jxvvgi7rz0pv8v7nh6255"; libraryHaskellDepends = [ base ]; description = "Definition of a CSP core-language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "CSPM-FiringRules" = callPackage @@ -2552,8 +2552,8 @@ self: { QuickCheck random tree-monad ]; description = "Firing rules semantic of CSPM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2571,8 +2571,8 @@ self: { ]; libraryToolDepends = [ alex ]; description = "A CSP-M parser compatible with FDR-2.91"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2589,8 +2589,8 @@ self: { prettyclass syb ]; description = "An interpreter for CSPM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2604,8 +2604,8 @@ self: { array base containers CSPM-Frontend pretty ]; description = "some modules specific for the ProB tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2631,8 +2631,8 @@ self: { prettyclass syb transformers xml ]; description = "cspm command line tool for analyzing CSPM specifications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2649,7 +2649,7 @@ self: { base containers hashable mtl unordered-containers ]; description = "Open records using closed type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "CV" = callPackage @@ -2678,7 +2678,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "OpenCV based machine vision library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {opencv_calib3d = null; opencv_contrib = null; opencv_core = null; opencv_features2d = null; opencv_flann = null; @@ -2711,8 +2711,8 @@ self: { ]; doCheck = false; description = "A framework for packaging Haskell software"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Cabal_2_4_1_0" = callPackage @@ -2742,8 +2742,8 @@ self: { ]; doCheck = false; description = "A framework for packaging Haskell software"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Cabal_3_2_1_0" = callPackage @@ -2773,8 +2773,8 @@ self: { ]; doCheck = false; description = "A framework for packaging Haskell software"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Cabal-ide-backend" = callPackage @@ -2798,8 +2798,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 unix ]; description = "A framework for packaging Haskell software"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2817,8 +2817,8 @@ self: { base bytestring directory filepath HDBC HDBC-sqlite3 process unix ]; description = "Search cabal packages by name"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2830,8 +2830,8 @@ self: { sha256 = "0nd5yvhbxmabs0890y9gjjiq37h8c3blpplv2m13k29zkijwad04"; libraryHaskellDepends = [ base compdata directory free unix ]; description = "Separate and contain effects of IO monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2854,8 +2854,8 @@ self: { sha256 = "06ri47cfskvpm65zb63kjrwwhzlmcp2f0z99hqkfw216p85648a3"; libraryHaskellDepends = [ base containers fgl parsec ]; description = "An implementation and DSL for the Carneades argumentation model"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2872,8 +2872,8 @@ self: { base CarneadesDSL cmdargs containers Dung fgl ]; description = "A translation from the Carneades argumentation model into Dung's AFs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2885,8 +2885,8 @@ self: { sha256 = "1g2da90bna28hla9akpqsg5d2ag4p59zwxr6vqdizjbcpy4d7xkl"; libraryHaskellDepends = [ base lens linear template-haskell ]; description = "Coordinate systems"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2898,8 +2898,8 @@ self: { sha256 = "1ih8ydc29axckgidc5xvsdac5558gprscw667msh8qh41j9sshng"; libraryHaskellDepends = [ base comonad ghc-prim mtl void ]; description = "Playing with reified categorical composition"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2926,8 +2926,8 @@ self: { test-framework-quickcheck2 text unordered-containers vector ]; description = "A CSV parsing and encoding library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2939,8 +2939,8 @@ self: { sha256 = "10m7l701p3a2w0kxi2b93g2ii6s4s71zyjypqk3mi79siv8yilif"; libraryHaskellDepends = [ base mtl ]; description = "A monad for complex manipulation of a stream"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -2952,7 +2952,7 @@ self: { sha256 = "183pghm74vk1vdcn0mdn6g5q284sncpl1cc49lpczz1wbr15s89y"; libraryHaskellDepends = [ base free mmorph mtl transformers-base ]; description = "Generalized stream processors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Chart" = callPackage @@ -2970,7 +2970,7 @@ self: { operational time vector ]; description = "A library for generating 2D Charts and Plots"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Chart-cairo" = callPackage @@ -2988,7 +2988,7 @@ self: { old-locale operational time ]; description = "Cairo backend for Charts"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Chart-diagrams" = callPackage @@ -3011,8 +3011,8 @@ self: { text time ]; description = "Diagrams backend for Charts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3031,8 +3031,8 @@ self: { base Chart colour data-default-class fltkhs operational text vector ]; description = "A backend for the Chart library for FLTKHS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3049,7 +3049,7 @@ self: { mtl old-locale time ]; description = "Utility functions for using the chart library with GTK"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Chart-gtk3" = callPackage @@ -3065,7 +3065,7 @@ self: { mtl old-locale time ]; description = "Utility functions for using the chart library with GTK"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Chart-simple" = callPackage @@ -3081,8 +3081,8 @@ self: { data-default-class gtk mtl old-locale time ]; description = "A wrapper for the chart library to assist with basic plots (Deprecated - use the Easy module instead)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3109,8 +3109,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Tests of the Charts library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3129,7 +3129,7 @@ self: { array base containers mtl QuickCheck random syb ]; description = "For testing partial and infinite values"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "CheatSheet" = callPackage @@ -3143,7 +3143,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base containers directory ]; description = "A Haskell cheat sheet in PDF and literate formats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Checked" = callPackage @@ -3154,8 +3154,8 @@ self: { sha256 = "1mr323rhh3lr6a5ni60n2kxz2k57763a3rrf7c6i18hxs9d4w2s4"; libraryHaskellDepends = [ base text ]; description = "Inbuilt checking for ultra reliable computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3169,8 +3169,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base binary bytestring mtl network ]; description = "A platform independent mechanism to render graphics using vnc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3187,7 +3187,7 @@ self: { ]; description = "Alternative approach of 'read' that composes grammars instead of parsers"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3199,7 +3199,7 @@ self: { sha256 = "111ccwiszrjy54y5hincyvjj97kmar9n26bbn902qa9jd9y9k3g9"; libraryHaskellDepends = [ aeson base text vector ]; description = "Cirru Parser in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Clash-Royale-Hack-Cheats" = callPackage @@ -3221,8 +3221,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3234,8 +3234,8 @@ self: { sha256 = "1277vn384hpxd7xnzg0gpr7ilnw5cqhsi11c24g9zsfqa36llwgk"; libraryHaskellDepends = [ base ChasingBottoms mtl QuickCheck ]; description = "Stating and checking laws for type class methods"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3247,8 +3247,8 @@ self: { sha256 = "1yvkrzd3l7ijh3fqvkbzqv5vp4nv5z26fbxy91sfwh3zqlscpim9"; libraryHaskellDepends = [ base strict ]; description = "Prelude replacement using classes instead of concrete types where reasonable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3260,8 +3260,8 @@ self: { sha256 = "0kr9i13ch2wbcnxchrnx562r8ar7kb84gmk3cqxc40x5w416205f"; libraryHaskellDepends = [ base containers ]; description = "A light, clean and powerful utility library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3273,7 +3273,7 @@ self: { sha256 = "1dr5ifmy5azib140bri9rzlq69jic430v9cv372jb42r78cci0iz"; libraryHaskellDepends = [ base directory unix utf8-string X11 ]; description = "System clipboard interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ClustalParser" = callPackage @@ -3293,8 +3293,8 @@ self: { testHaskellDepends = [ base hspec hspec-discover parsec text ]; testToolDepends = [ hspec-discover ]; description = "Libary for parsing Clustal tools output"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3312,8 +3312,8 @@ self: { filepath mtl old-time pretty pureMD5 safe utf8-string ]; description = "A generic build tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3325,7 +3325,7 @@ self: { sha256 = "0jj2iaa632s60dckj8s46g4vrlqc8x9fndkq0kzk8rk4jzwlbwsn"; libraryHaskellDepends = [ base ]; description = "LZF compression bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Codec-Image-DevIL" = callPackage @@ -3337,7 +3337,7 @@ self: { libraryHaskellDepends = [ array base ]; librarySystemDepends = [ libdevil ]; description = "An FFI interface to the DevIL library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libdevil;}; "Color" = callPackage @@ -3356,7 +3356,7 @@ self: { ]; benchmarkHaskellDepends = [ base colour criterion deepseq random ]; description = "Color spaces and conversions between them"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Combinatorrent" = callPackage @@ -3381,8 +3381,8 @@ self: { test-framework-quickcheck2 time ]; description = "A concurrent bittorrent client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3394,8 +3394,8 @@ self: { sha256 = "043dwvjkc1m2cz0rgiib7gv19ds1vn4cmf27lyw68nmc0lcm2v3d"; libraryHaskellDepends = [ base directory process ]; description = "A replacement for System.Exit and System.Process"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3418,8 +3418,8 @@ self: { system-fileio system-filepath text ]; description = "Watch some files; Rerun a command"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3437,8 +3437,8 @@ self: { IndexedList NestedFunctor PeanoWitnesses Stream Tape transformers ]; description = "A library for expressing spreadsheet-like computations as the fixed-points of comonads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3450,8 +3450,8 @@ self: { sha256 = "0gizrl90jn5cmadxzpdvfg7h11pkb0l12k891xw9v36j5yf4saj0"; libraryHaskellDepends = [ base containers transformers vector ]; description = "A generalization for containers that can be stripped of Nothing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3463,8 +3463,8 @@ self: { sha256 = "0mca09afj36zm3b7q3xn4gzkj4ggrlaz2g0zpssy4siam5rlc208"; libraryHaskellDepends = [ base ]; description = "A Cached variable for IO functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3476,8 +3476,8 @@ self: { sha256 = "0xnnkz67hh4mqx09wh17jpr9isgpcrc5xwp28afn3n8sz2y2mnxd"; libraryHaskellDepends = [ async base ]; description = "Mix concurrent and sequential computation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3499,8 +3499,8 @@ self: { base binary Cabal containers glider-nlp HUnit text ]; description = "Information retrieval library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3514,7 +3514,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base containers MissingH mtl parsec ]; description = "Configuration file reading & writing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ConfigFileTH" = callPackage @@ -3528,7 +3528,7 @@ self: { ]; description = "Template haskell for reading ConfigFiles"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3540,8 +3540,8 @@ self: { sha256 = "0fk7165abh4rw4jk6wy4f6y0qpakxlrs4mwrs3r2q7lz03jsyig2"; libraryHaskellDepends = [ base Dangerous MissingH mtl parsec ]; description = "Parse config files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3553,8 +3553,8 @@ self: { sha256 = "1if0hff6fn7zjj1vh16gxf2kldibh1dkscm8n33d1admvpjpw9sb"; libraryHaskellDepends = [ base ]; description = "Declare types as Configurable then specialize them all in one place"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3566,7 +3566,7 @@ self: { sha256 = "1ywhrj2wq24my4cji5fm5cwb3j4yjwzch9hxncr7k989smjdmjpz"; libraryHaskellDepends = [ base Stream ]; description = "Trivial re-export of Wouter Swierstra's Stream package, avoiding module name clash"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Conscript" = callPackage @@ -3579,8 +3579,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base process ]; description = "Restart a command on STDIN activity"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3592,8 +3592,8 @@ self: { sha256 = "0rhy5wq3v5hdryjn8pcsgqy4k772agj1rgq3021pjki7n3zm3dza"; libraryHaskellDepends = [ base dlist ghc-prim vector ]; description = "Repackages standard type classes with the ConstraintKinds extension"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3605,8 +3605,8 @@ self: { sha256 = "03ham35vh49h780h7dxb6zs85rkdlry0nwi8wp6p9iamw952xi6i"; libraryHaskellDepends = [ base mtl ]; description = "A monad and monad transformer for consuming streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3618,8 +3618,8 @@ self: { sha256 = "1paj8wx2k86i5xb11scbyca4fb2fnxgln5d661mcwxvs0i91jj1b"; libraryHaskellDepends = [ arrows base ]; description = "Control.Arrow.Transformer.Cont"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3637,8 +3637,8 @@ self: { base containers criterion multiset QuickCheck statistics vector ]; description = "Implementation of the context algebra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3650,8 +3650,8 @@ self: { sha256 = "027dv53jrfk46dmiidnnrrdvhyin60i862znp414213w72yjrbhh"; libraryHaskellDepends = [ base template-haskell ]; description = "Practical typed lazy contracts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3663,7 +3663,7 @@ self: { sha256 = "1jyj42xrja8ic3lajgrfmign9n2bdfkaplnlhzcifd5wf30qj6fa"; libraryHaskellDepends = [ base BoundedChan stm ]; description = "A parallel producer/consumer engine (thread pool)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Control-Monad-MultiPass" = callPackage @@ -3683,8 +3683,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "A Library for Writing Multi-Pass Algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3702,8 +3702,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A variation on the ST monad with two type parameters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3715,8 +3715,8 @@ self: { sha256 = "1r70whihxczscp8j406sr4qqkf0abn125azald4cshqnp81rl2i4"; libraryHaskellDepends = [ base ghc pretty pretty-show ]; description = "A GHC plugin for printing GHC's internal Core data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3728,8 +3728,8 @@ self: { sha256 = "034g6c7dxdp13v1x16gvwgagpc7mw33hwd16cbb8yd3i91vf1w8z"; libraryHaskellDepends = [ base parsec pretty ]; description = "Manipulating Core Erlang source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3748,8 +3748,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "Bindings to Mac OSX's CoreFoundation framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3761,8 +3761,8 @@ self: { sha256 = "1cad9j7ivd6mfcff44773v8z3z2ilparxfikbnv0gab6csc9p1nw"; libraryHaskellDepends = [ base ]; description = "Type-safe coroutines using lightweight session types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3783,8 +3783,8 @@ self: { utf8-string ]; description = "CouchDB interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3801,8 +3801,8 @@ self: { ]; doHaddock = false; description = "Code for Haskell: the Craft of Functional Programming, 3rd ed"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3820,7 +3820,7 @@ self: { ]; description = "Collects together existing Haskell cryptographic functions into a package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "CurryDB" = callPackage @@ -3857,8 +3857,8 @@ self: { base bytestring mersenne-random-pure64 mtl ]; description = "CurryDB: In-memory Key/Value Database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3877,7 +3877,7 @@ self: { ]; description = "Real-Time Game Tournament Evaluator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3907,7 +3907,7 @@ self: { transformers-compat utf8-string xml-conduit xml-hamlet ]; description = "RFC 4918 WebDAV support"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "DBFunctor" = callPackage @@ -3934,8 +3934,8 @@ self: { text time transformers unordered-containers vector ]; description = "DBFunctor - Functional Data Management => ETL/ELT Data Processing in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3949,8 +3949,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers parsec ]; description = "A command-line SQL interface for flat files (tdf,csv,etc.)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3962,8 +3962,8 @@ self: { sha256 = "0l212yy40w8sjkv5m7rnd24fkihvnadv7szf10g9n5r34m4jb6lh"; libraryHaskellDepends = [ base bytestring ]; description = "D-Bus bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -3975,7 +3975,7 @@ self: { sha256 = "10f0c3y0y39rmvvvrvz426srb18wsv4qfzzx9r9zjac2m14b96jx"; libraryHaskellDepends = [ base deepseq HUnit parallel random ]; description = "Communication Free Learning-based constraint solver"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "DMuCheck" = callPackage @@ -3988,8 +3988,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base MuCheck ]; description = "Distributed Mutation Analysis framework for MuCheck"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4015,7 +4015,7 @@ self: { unordered-containers ]; description = "Complete API bindings for DigitalOcean API V2"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "DOM" = callPackage @@ -4026,8 +4026,8 @@ self: { sha256 = "13zj4jg78y5s05gfi3j83izxw6d2csbvznd7mq900zlv4xwddw2b"; libraryHaskellDepends = [ base mtl WebBits ]; description = "DOM Level 2 bindings for the WebBits package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4043,8 +4043,8 @@ self: { array base containers list-tries mtl QuickCheck safe semiring ]; description = "Pragmatic framework for dynamic programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4069,7 +4069,7 @@ self: { executableHaskellDepends = [ base ]; description = "Darcs Patch Manager"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4107,7 +4107,7 @@ self: { transformers vector ]; description = "utilities for DP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DRBG" = callPackage @@ -4131,7 +4131,7 @@ self: { prettyclass QuickCheck tagged test-framework test-framework-hunit ]; description = "Deterministic random bit generator (aka RNG, PRNG) based HMACs, Hashes, and Ciphers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DSA" = callPackage @@ -4154,8 +4154,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Implementation of DSA, based on the description of FIPS 186-4"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4184,8 +4184,8 @@ self: { mtl semigroups template-haskell text time vector ]; description = "Database Supported Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4208,7 +4208,7 @@ self: { ]; description = "A framework for using STM within distributed systems"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4220,8 +4220,8 @@ self: { sha256 = "0m3697zw0j2l9fxx8flr83n8x03pva1hn74rgilgxdrsrifhds5l"; libraryHaskellDepends = [ base haskell-src-exts ]; description = "Data To Class transformation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4233,8 +4233,8 @@ self: { sha256 = "0pnywhva7s5xp9xlxk6h56n3fjflna6zhk5qdb8wax7i1qbp85vs"; libraryHaskellDepends = [ base MaybeT mtl ]; description = "Monads for operations that can exit early and produce warnings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4265,8 +4265,8 @@ self: { utf8-string ]; description = "Dao is meta programming language with its own built-in interpreted language, designed with artificial intelligence applications in mind"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4279,7 +4279,7 @@ self: { libraryHaskellDepends = [ base HaXml mtl parsec safe xml-parsec ]; description = "Code used by Patch-Shack that seemed sensible to open for reusability"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4291,7 +4291,7 @@ self: { sha256 = "0lk0w64hyqkg99r9ccn5k1nh6rmd99z8d925px4cl09nin7hnm71"; libraryHaskellDepends = [ base ]; description = "Geometric angles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Data-Hash-Consistent" = callPackage @@ -4306,7 +4306,7 @@ self: { base bytestring digest utf8-string vector vector-algorithms ]; description = "Provide a simple consistent hashing mechanism"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Data-Rope" = callPackage @@ -4318,7 +4318,7 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; description = "Ropes, an alternative to (Byte)Strings"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4335,7 +4335,7 @@ self: { testHaskellDepends = [ base tasty tasty-hspec ]; benchmarkHaskellDepends = [ base criterion ]; description = "A package for adding index column to data files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "DataTreeView" = callPackage @@ -4352,8 +4352,8 @@ self: { MissingH monad-control mtl syb transformers-base ]; description = "A GTK widget for displaying arbitrary Data.Data.Data instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4367,8 +4367,8 @@ self: { libraryHaskellDepends = [ base generic-lens microlens ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Type safe data migrations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4397,8 +4397,8 @@ self: { ]; testHaskellDepends = [ base doctest filemanip QuickCheck ]; description = "Write clients for Meteor's DDP Protocol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4427,7 +4427,7 @@ self: { test-framework-quickcheck2 ]; description = "Decimal numbers with variable precision"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DecisionTree" = callPackage @@ -4439,7 +4439,7 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A very simple implementation of decision trees for discrete attributes"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4451,8 +4451,8 @@ self: { sha256 = "1jbvb8yk291iimpqi8h302r8554k4j2p3k42znzppv1wqrbhvjyc"; libraryHaskellDepends = [ base haskell-src mtl TypeCompose ]; description = "Arrows for \"deep application\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4470,8 +4470,8 @@ self: { ]; testHaskellDepends = [ base constraints mtl QuickCheck random ]; description = "A DSL for creating neural network"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4492,7 +4492,7 @@ self: { ]; description = "A simple RTS game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4515,8 +4515,8 @@ self: { mtl options parallel text wl-pprint ]; description = "A demonstration interpreter for type system delta-lambda (of N.G. De-bruijn)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4528,7 +4528,7 @@ self: { sha256 = "0ywipcmnr3ysmx8m61yrymyn10lnizjfkk2q2scdfkrkgh7ayj7v"; libraryHaskellDepends = [ base containers xmonad xmonad-contrib ]; description = "A library for specifying xmonad key bindings with functionality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Dflow" = callPackage @@ -4545,8 +4545,8 @@ self: { base HUnit QuickCheck test-framework test-framework-quickcheck2 ]; description = "Processing Real-time event streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4564,8 +4564,8 @@ self: { test-framework-quickcheck2 ]; description = "O(ND) diff algorithm in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Diff" = callPackage @@ -4582,7 +4582,7 @@ self: { test-framework-quickcheck2 ]; description = "O(ND) diff algorithm in haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DifferenceLogic" = callPackage @@ -4595,8 +4595,8 @@ self: { base containers fgl FirstOrderTheory HUnit ]; description = "A theory solver for conjunctions of literals in difference logic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4612,8 +4612,8 @@ self: { base deepseq fclabels mtl mwc-random parallel primitive vector ]; description = "Global optimization using Differential Evolution"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4630,7 +4630,7 @@ self: { test-framework-quickcheck2 ]; description = "A data-type representing digits 0-9"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DigitalOcean" = callPackage @@ -4648,8 +4648,8 @@ self: { ]; testHaskellDepends = [ base hspec lens mtl text ]; description = "A client library for the DigitalOcean API"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4661,8 +4661,8 @@ self: { sha256 = "0bbg9w5n3b296g884y8qvgzsndqhzwh0mkn3dlp9nx4a7i321c97"; libraryHaskellDepends = [ base ]; description = "An n-dimensional hash using Morton numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4675,8 +4675,8 @@ self: { libraryHaskellDepends = [ base Win32 ]; librarySystemDepends = [ dsound ]; description = "Partial binding to the Microsoft DirectSound API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {dsound = null;}; "DisTract" = callPackage @@ -4696,8 +4696,8 @@ self: { old-locale parsec pretty process template-haskell time xhtml ]; description = "Distributed Bug Tracking System"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4714,8 +4714,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Discussion support system"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4730,8 +4730,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; executableHaskellDepends = [ base bytestring ]; description = "Hash modules (currently Murmur3)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4744,8 +4744,8 @@ self: { libraryHaskellDepends = [ base containers MonadRandom ]; testHaskellDepends = [ base containers MonadRandom ]; description = "A Haskell library for probability distributions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4762,7 +4762,7 @@ self: { base HUnit test-framework test-framework-hunit vector ]; description = "Distance transform function"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DistanceUnits" = callPackage @@ -4773,7 +4773,7 @@ self: { sha256 = "0ls6rq4nqn3z9h9lagl8sff9q94zfm6gssa2jj1zfyfxl5869bas"; libraryHaskellDepends = [ base ]; description = "A comprehensive distance library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DnaProteinAlignment" = callPackage @@ -4799,8 +4799,8 @@ self: { PrimitiveArray repa split vector ]; description = "Frameshift-aware alignment of protein sequences with DNA sequences"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4818,8 +4818,8 @@ self: { base containers ghc ghc-paths haddock HUnit process ]; description = "Test interactive Haskell examples"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4831,7 +4831,7 @@ self: { sha256 = "1hjdznp29kwj9cca0jxr3dds9cnfbss6sgn52wym2380az3jcvnz"; libraryHaskellDepends = [ base html ]; description = "Documentation types library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "DrHylo" = callPackage @@ -4849,8 +4849,8 @@ self: { ]; executableHaskellDepends = [ array base containers pretty ]; description = "A tool for deriving hylomorphisms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4868,8 +4868,8 @@ self: { base filepath old-time process random ]; description = "Program to derive type class instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4884,8 +4884,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base old-time process random ]; description = "Program to derive type class instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4899,8 +4899,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base cmdargs containers parsec ]; description = "An implementation of the Dung argumentation frameworks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4927,7 +4927,7 @@ self: { ]; description = "Polymorphic protocol engine"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -4955,7 +4955,7 @@ self: { ]; description = "Cryptographic operations"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl;}; @@ -4981,7 +4981,7 @@ self: { ]; description = "Network filtering exploration tools"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5004,7 +5004,7 @@ self: { ]; description = "Network filtering exploration tools that rely on pcap"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5022,8 +5022,8 @@ self: { array base criterion QuickCheck random vector ]; description = "Dynamic time warping of sequences"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5037,8 +5037,8 @@ self: { base contravariant mtl time transformers ]; description = "dysFunctional Reactive Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5050,8 +5050,8 @@ self: { sha256 = "1pg6gwyrlvp6z08ab1qp783z9gm0xhnh337shf443f1bwbcz9m7f"; libraryHaskellDepends = [ base cairo DysFRP gtk mtl ]; description = "dysFunctional Reactive Programming on Cairo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5068,8 +5068,8 @@ self: { gtk ]; description = "dysFunctional Reactive Programming on Craftwerk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5081,7 +5081,7 @@ self: { sha256 = "1bkkzj1d0j4nisdl9jfmadjx32w35ipdw3k12krhzzlf5aiwnrf1"; libraryHaskellDepends = [ base containers ]; description = "ExtremlyEasyConfig - Extremly Simple parser for config files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ENIG" = callPackage @@ -5100,7 +5100,7 @@ self: { unicode-transforms ]; description = "Auto Korean conjugator/adjustor/adopter/converter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Earley" = callPackage @@ -5121,7 +5121,7 @@ self: { base criterion deepseq ListLike parsec ]; description = "Parsing all context-free grammars using Earley's algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Ebnf2ps" = callPackage @@ -5139,7 +5139,7 @@ self: { ]; executableToolDepends = [ happy ]; description = "Peter's Syntax Diagram Drawing Tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "EdisonAPI" = callPackage @@ -5150,7 +5150,7 @@ self: { sha256 = "0vmmlsj8ggbpwx6fkf5fvb6jp0zpx6iba6b28m80lllr2p8bi8wm"; libraryHaskellDepends = [ base mtl ]; description = "A library of efficient, purely-functional data structures (API)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "EdisonCore" = callPackage @@ -5165,7 +5165,7 @@ self: { array base containers EdisonAPI mtl QuickCheck ]; description = "A library of efficient, purely-functional data structures (Core Implementations)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "EditTimeReport" = callPackage @@ -5184,7 +5184,7 @@ self: { ]; description = "Query language and report generator for edit logs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5207,8 +5207,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5226,8 +5226,8 @@ self: { base monad-control transformers transformers-base ]; description = "EitherT monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5268,7 +5268,7 @@ self: { union-find unordered-containers ]; description = "The Elm language module"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Emping" = callPackage @@ -5284,7 +5284,7 @@ self: { ]; description = "derives heuristic rules from nominal data"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5296,8 +5296,8 @@ self: { sha256 = "0gcm29iafh3gpiqg34gcvyx2pyvgarp4kxl928c6f7x27hzbibv2"; libraryHaskellDepends = [ base containers ]; description = "A type class for empty containers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5328,8 +5328,8 @@ self: { Taxonomy text transformers ]; description = "Libary to interface with the NCBI Entrez REST service"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5342,7 +5342,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base smallcheck tasty tasty-hunit ]; description = "Non-crashing `Enum` operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "EnumContainers" = callPackage @@ -5353,8 +5353,8 @@ self: { sha256 = "14ckpgaviny3c0d1jn3blkkpri0cm8ac264y7kak965knjccq0k8"; libraryHaskellDepends = [ base containers deepseq ]; description = "Simple Enum-class-based int containers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5366,8 +5366,8 @@ self: { sha256 = "1v3jp1l95kybvdlpvp6bd0ryihxrvlnpkqz7fl1n4vazhkqk6zjz"; libraryHaskellDepends = [ base containers ]; description = "More general IntMap replacement"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5386,8 +5386,8 @@ self: { transformers ]; description = "Render math formula in ASCII, and perform some simplifications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5401,8 +5401,8 @@ self: { base containers HUnit mtl union-find-array ]; description = "A theory solver for conjunctions of literals in the theory of uninterpreted functions with equality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5422,8 +5422,8 @@ self: { regions safer-file-handles storablevector transformers unix ]; description = "Type-safe bindings to EsounD (ESD; Enlightened Sound Daemon)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5435,8 +5435,8 @@ self: { sha256 = "15xijkc23sqakwa4qmf2hvcn07kd9ahx3z15a6lr18cs43pbjw93"; libraryHaskellDepends = [ ansi-terminal base mtl ]; description = "Methods for estimating the progress of functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5461,8 +5461,8 @@ self: { ]; executablePkgconfigDepends = [ pcre ]; description = "A new implementation of the LambdaMOO server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) pcre;}; @@ -5478,8 +5478,8 @@ self: { base containers ghc mtl operational random SafeSemaphore time unix ]; description = "A general data-flow framework"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5498,8 +5498,8 @@ self: { array base containers deepseq Etage fgl mtl parallel random time ]; description = "Data-flow based graph algorithms"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5514,8 +5514,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base haskell98 SDL SDL-mixer ]; description = "A 2-D shooting game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5538,7 +5538,7 @@ self: { executableSystemDepends = [ libpcap ]; description = "A network analysis toolkit for Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libpcap;}; @@ -5550,7 +5550,7 @@ self: { sha256 = "1a6bvi0y1pnzpx0x3arrardgkbs0m8ssfwcyxf6fim87wcb0jcgv"; libraryHaskellDepends = [ base ]; description = "Library for using euro currency, italian language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Euterpea" = callPackage @@ -5566,7 +5566,7 @@ self: { heap PortMidi random stm ]; description = "Library for computer music research and education"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "EventSocket" = callPackage @@ -5581,8 +5581,8 @@ self: { base bytestring containers haskell98 mtl network ]; description = "Interfaces with FreeSwitch Event Socket"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5602,8 +5602,8 @@ self: { random regex-compat time unix Unixutils zlib ]; description = "A grab bag of modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5616,7 +5616,7 @@ self: { libraryHaskellDepends = [ base inline-c ]; testHaskellDepends = [ base hspec inline-c ]; description = "Haskell Foreign Accelerate Interface"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "FComp" = callPackage @@ -5641,8 +5641,8 @@ self: { template-haskell time uu-parsinglib ]; description = "Compose music"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5657,7 +5657,7 @@ self: { executableHaskellDepends = [ array base containers haskell98 ]; description = "A set of computational morphology tools for Swedish diachronic lexicons"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5670,8 +5670,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ fmodex64 ]; description = "The Haskell FModEx raw API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {fmodex64 = null;}; @@ -5685,8 +5685,8 @@ self: { editedCabalFile = "0d6mjr7b37f5bgjijjgx4x4fgfmkbhksphzkaf0p5jyzxp45fasc"; libraryHaskellDepends = [ base containers ]; description = "Efficient simple pretty printing combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5698,7 +5698,7 @@ self: { sha256 = "0gsrfzk5g499r7xdhsaag53207bd015jwcrl2f9izmpa6gli5las"; libraryHaskellDepends = [ base containers matrix vector ]; description = "Basic concepts of finite state machines"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "FTGL" = callPackage @@ -5710,8 +5710,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ ftgl ]; description = "Portable TrueType font rendering for OpenGL using the Freetype2 library"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) ftgl;}; "FTGL-bytestring" = callPackage @@ -5727,8 +5727,8 @@ self: { ]; librarySystemDepends = [ ftgl ]; description = "Portable TrueType font rendering for OpenGL using the Freetype2 library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ftgl;}; @@ -5747,8 +5747,8 @@ self: { strict ]; description = "A command-line FTP client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5773,8 +5773,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5790,8 +5790,8 @@ self: { AC-Angle base containers digits QuickCheck template-haskell ]; description = "A collection of facts about the real world"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5803,8 +5803,8 @@ self: { sha256 = "1qhjqswx4qyfan3rpvvl1hgmf369krqprlr6x20hp34r2qw9s135"; libraryHaskellDepends = [ base base-unicode-symbols mmtl ]; description = "Failure Monad Transformer"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5816,8 +5816,8 @@ self: { sha256 = "0yxaqyn6nxbyfkn5pmd7wh951dhdvkg1xgh5757f7hn00bx87wv1"; libraryHaskellDepends = [ base STMonadTrans vector ]; description = "A monad and monad transformer for pushing things onto a stack very fast"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5834,8 +5834,8 @@ self: { pipes-bytestring ]; description = "Fasta and Fastq streaming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5849,7 +5849,7 @@ self: { libraryHaskellDepends = [ base QuickCheck template-haskell ]; testHaskellDepends = [ base QuickCheck template-haskell ]; description = "Data structure for fast query and update of cumulative sums"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "FermatsLastMargin" = callPackage @@ -5869,7 +5869,7 @@ self: { ]; description = "Annotate ps and pdf documents"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5886,8 +5886,8 @@ self: { template-haskell ]; description = "Ferry Core Components"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5901,8 +5901,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers mtl parsec ]; description = "Evaluation using F-Algebras"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5919,8 +5919,8 @@ self: { vector-space ]; description = "Functional 3D"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5936,8 +5936,8 @@ self: { base bytestring directory extensible-exceptions filepath mtl unix ]; description = "Expressive file and directory manipulation for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5953,8 +5953,8 @@ self: { base bytestring directory filepath mtl unix-compat ]; description = "Expressive file and directory manipulation for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5971,8 +5971,8 @@ self: { transformers ]; description = "Functions on System.FilePath"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -5988,8 +5988,8 @@ self: { base binary bytestring directory filepath mtl old-time ]; description = "File system data structure and monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6006,8 +6006,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "File content extraction/rearrangement"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6025,8 +6025,8 @@ self: { alg base foldable1 natural-induction peano universe-base ]; description = "Finite totally-ordered sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6042,8 +6042,8 @@ self: { base bytestring http-conduit network old-locale time ]; description = "Obtain quote data from finance.yahoo.com"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6060,8 +6060,8 @@ self: { time ]; description = "Obtain Treasury yield curve data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6073,7 +6073,7 @@ self: { sha256 = "197xvn05yysmibm1p5wzxfa256lvpbknr5d1l2ws6g40w1kpk717"; libraryHaskellDepends = [ base directory filepath ]; description = "Locate directory of original program"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "FiniteMap" = callPackage @@ -6084,8 +6084,8 @@ self: { sha256 = "1kf638h5gsc8fklhaw2jiad1r0ssgj8zkfmzywp85lrx5z529gky"; libraryHaskellDepends = [ base haskell98 ]; description = "A finite map implementation, derived from the paper: Efficient sets: a balancing act, S. Adams, Journal of functional programming 3(4) Oct 1993, pp553-562"; - license = stdenv.lib.licenses.bsdOriginal; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsdOriginal; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6097,8 +6097,8 @@ self: { sha256 = "1941ickx8aj3qbkry4gz8ni6snh26gkdrgabpx9z588518q4x27i"; libraryHaskellDepends = [ base containers Proper ]; description = "Grammar and typeclass for first order theories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6110,7 +6110,7 @@ self: { sha256 = "0qfys17q3i56l20wzkpr8inq130j67kya022ynf0sgbc86avlrcn"; libraryHaskellDepends = [ base deepseq template-haskell ]; description = "Fixed point, large word, and large int numerical representations (types and common class instances)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Flippi" = callPackage @@ -6128,8 +6128,8 @@ self: { base cgi containers directory haskell98 old-time parsec xhtml ]; description = "Wiki"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6141,7 +6141,7 @@ self: { sha256 = "0c38062vnjmy3fc5nxwg7sgbfabikaakgdsl34ka229s6w7pm8x3"; libraryHaskellDepends = [ base template-haskell ]; description = "Read and write hexadecimal floating point numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Focus" = callPackage @@ -6152,7 +6152,7 @@ self: { sha256 = "1f1ch6mxgaam1i4ryd1av879y2f8wn3wmg47h23w2l0pvgmxgrj1"; libraryHaskellDepends = [ base MissingH split ]; description = "Tools for focusing in on locations within numbers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Folly" = callPackage @@ -6166,7 +6166,7 @@ self: { libraryHaskellDepends = [ base containers parsec ]; executableHaskellDepends = [ base containers HUnit parsec ]; description = "A first order logic library in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "FontyFruity" = callPackage @@ -6182,7 +6182,7 @@ self: { vector xml ]; description = "A true type file format loader"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ForSyDe" = callPackage @@ -6203,8 +6203,8 @@ self: { template-haskell type-level ]; description = "ForSyDe's Haskell-embedded Domain Specific Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6226,7 +6226,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Tree- and forest structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Forestry" = callPackage @@ -6252,8 +6252,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Comparison of trees and forests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6265,8 +6265,8 @@ self: { sha256 = "0lzrggy1j15cajb6k5qhz2s8ddngr3hhhsj781ya45fcx82mngvj"; libraryHaskellDepends = [ base monad-control mtl resourcet ]; description = "Forkable monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6291,8 +6291,8 @@ self: { transformers trifecta unordered-containers vector ]; description = "(Context-free) grammars in formal language theory"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6315,8 +6315,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6337,8 +6337,8 @@ self: { array base cmdtheline containers criterion random strict ]; description = "Utilities to generate and solve puzzles"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6369,7 +6369,7 @@ self: { ]; executableSystemDepends = [ libX11 ]; description = "Generates colorful wallpapers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs.xorg) libX11;}; "Fractaler" = callPackage @@ -6385,8 +6385,8 @@ self: { executableHaskellDepends = [ base FTGL GLFW-b OpenGLRaw parallel random time ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6418,7 +6418,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion pipes transformers ]; description = "Data frames For working with tabular data files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Frames-beam" = callPackage @@ -6441,8 +6441,8 @@ self: { generics-sop hspec hspec-core QuickCheck text vinyl ]; description = "A library for accessing Postgres tables as in-memory data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6460,8 +6460,8 @@ self: { ]; testHaskellDepends = [ base Frames hspec pipes ]; description = "Alternative CSV parser for the Frames package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6482,8 +6482,8 @@ self: { base foldl Frames random text vector vinyl ]; description = "Frames wrapper for map-reduce-folds and some extra folds helpers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6501,7 +6501,7 @@ self: { ]; testHaskellDepends = [ base Frames streamly text vinyl ]; description = "A streamly layer for Frames I/O"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Frank" = callPackage @@ -6514,8 +6514,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base mtl newtype she void ]; description = "An experimental programming language with typed algebraic effects"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6530,8 +6530,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base freetype2 OpenGL ]; description = "Loadable texture fonts for OpenGL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6549,7 +6549,7 @@ self: { libraryHaskellDepends = [ base base-compat GLUT OpenGL random ]; executableHaskellDepends = [ base GLUT OpenGL random ]; description = "A lightweight, cross-platform, OpenGL-based game engine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Fungi" = callPackage @@ -6568,8 +6568,8 @@ self: { mwc-random old-time process random transformers tuple ]; description = "Funge-98 interpreter written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6581,7 +6581,7 @@ self: { sha256 = "1nsmpph27yv0anrhhfqbpdqs2rrdbhm0jxzs3kk6ab32zb3ivhp2"; libraryHaskellDepends = [ base directory random transformers ]; description = "Genetic algorithm library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GGg" = callPackage @@ -6594,8 +6594,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bimap ]; description = "GGg cipher"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6608,7 +6608,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ array base process ]; description = "A graphical viewer for Hood"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GLFW" = callPackage @@ -6620,8 +6620,8 @@ self: { libraryHaskellDepends = [ base OpenGL ]; librarySystemDepends = [ libGL libX11 libXext libXfixes ]; description = "A Haskell binding for GLFW"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXext; inherit (pkgs.xorg) libXfixes;}; @@ -6636,8 +6636,8 @@ self: { libraryHaskellDepends = [ base mtl OGL ]; librarySystemDepends = [ libX11 libXrandr ]; description = "A binding for GLFW (OGL)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;}; @@ -6655,7 +6655,7 @@ self: { test-framework-hunit ]; description = "Bindings to GLFW OpenGL library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GLFW-b-demo" = callPackage @@ -6672,8 +6672,8 @@ self: { base GLFW-b mtl OpenGL pretty stm transformers ]; description = "GLFW-b demo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6687,8 +6687,8 @@ self: { base GLFW monad-task OpenGL transformers ]; description = "GLFW utility functions to use together with monad-task"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6701,7 +6701,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ libGL libX11 ]; description = "Open OpenGL context windows in X11 with libX11"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11;}; "GLM" = callPackage @@ -6729,7 +6729,7 @@ self: { test-framework-th ]; description = "Simple Gridlab-D GLM parser and utilities"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "GLMatrix" = callPackage @@ -6740,8 +6740,8 @@ self: { sha256 = "13n80rplyl73ahk8cxgvs9gf655l063sd55spx0zvhw774vvxwv4"; libraryHaskellDepends = [ base OpenGLRaw ]; description = "Utilities for working with OpenGL matrices"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6754,7 +6754,7 @@ self: { libraryHaskellDepends = [ base OpenGLRaw transformers ]; librarySystemDepends = [ libGL libGLU ]; description = "A raw binding for the OpenGL graphics system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libGL; inherit (pkgs) libGLU;}; "GLUT" = callPackage @@ -6771,7 +6771,7 @@ self: { array base containers OpenGL StateVar transformers ]; description = "A binding for the OpenGL Utility Toolkit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GLUT_2_7_0_16" = callPackage @@ -6788,8 +6788,8 @@ self: { array base containers OpenGL StateVar transformers ]; description = "A binding for the OpenGL Utility Toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "GLUtil" = callPackage @@ -6809,7 +6809,7 @@ self: { ]; libraryToolDepends = [ hpp ]; description = "Miscellaneous OpenGL utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GPX" = callPackage @@ -6825,8 +6825,8 @@ self: { xsd ]; description = "Parse GPX files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6844,8 +6844,8 @@ self: { transformers ]; description = "Typesafe functional GPU graphics programming"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6859,8 +6859,8 @@ self: { array base containers GPipe HaXml mtl Vec ]; description = "Load GPipe meshes from Collada files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6879,7 +6879,7 @@ self: { ]; description = "Examples for the GPipes package"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6892,8 +6892,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ async base containers GLFW-b GPipe stm ]; description = "GLFW OpenGL context creation for GPipe"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6905,8 +6905,8 @@ self: { sha256 = "1yf74k3yvpj42ynivlkacp5zwxwsx3yyfxb2436ljrv3339kjkb4"; libraryHaskellDepends = [ base bitmap GPipe stb-image ]; description = "Load GPipe textures from filesystem"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6925,8 +6925,8 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "A library for GTA programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6948,8 +6948,8 @@ self: { ]; libraryToolDepends = [ cpphs ]; description = "Some kind of game library or set of utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6967,8 +6967,8 @@ self: { base containers directory filepath mtl parsec transformers ]; description = "An Io interpreter in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -6980,7 +6980,7 @@ self: { sha256 = "0v91q0m90338qpxg4hnvb7n6vm1jap3y1rvn9kyzmnxh03rarpx2"; libraryHaskellDepends = [ base ]; description = "Non-adaptive Gaussian quadrature for numeric integraton"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GeBoP" = callPackage @@ -6996,8 +6996,8 @@ self: { array base directory random wx wxcore ]; description = "Several games"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7032,7 +7032,7 @@ self: { ]; description = "A natural language generator (specifically, an FB-LTAG surface realiser)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7046,8 +7046,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskell98 QuickCheck random ]; description = "Automatic SMS message generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7067,7 +7067,7 @@ self: { executableHaskellDepends = [ base cmdargs ]; description = "Libary for processing the NCBI genbank format"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7093,8 +7093,8 @@ self: { base QuickCheck tasty tasty-quickcheck tasty-th vector ]; description = "Hox gene clustering"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7108,8 +7108,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "A general TicTacToe game implementation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7121,7 +7121,7 @@ self: { sha256 = "0g5frpzq8hr2wqbf91cxcyxqqsw06p1w9f1sm3k6v1hz13kpmspf"; libraryHaskellDepends = [ base ghc-prim pretty ]; description = "A generic, derivable, haskell pretty printer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GenussFold" = callPackage @@ -7148,8 +7148,8 @@ self: { test-framework-th ]; description = "MCFGs for Genus-1 RNA Pseudoknots"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7162,7 +7162,7 @@ self: { libraryHaskellDepends = [ base bytestring bytestring-mmap syb ]; description = "Pure bindings for the MaxMind IP database"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "GeocoderOpenCage" = callPackage @@ -7175,7 +7175,7 @@ self: { libraryHaskellDepends = [ aeson base bytestring HTTP text ]; description = "Geocoder and Reverse Geocoding Service Wrapper"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7187,7 +7187,7 @@ self: { sha256 = "1nb0q5hs9qqgygw35rbvanbjf9l6vjxrl6l4jp9dqwlnl1kdd88q"; libraryHaskellDepends = [ base ]; description = "Geodetic calculations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GeomPredicates" = callPackage @@ -7198,7 +7198,7 @@ self: { sha256 = "19scirh2hy9y9kv16pcp44v31cs3868ig28r8blj39gdv4wqxwcy"; libraryHaskellDepends = [ base ]; description = "Geometric predicates"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GeomPredicates-SSE" = callPackage @@ -7209,8 +7209,8 @@ self: { sha256 = "18mdaf2j1svklka5ms9ihj07d9l92ivqjk0y8jv0l9ni44hrhxcq"; libraryHaskellDepends = [ base GeomPredicates ]; description = "Geometric predicates (Intel SSE)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7223,8 +7223,8 @@ self: { libraryHaskellDepends = [ base constraints singletons ]; testHaskellDepends = [ base constraints singletons ]; description = "get stuff out of stuff"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7237,7 +7237,7 @@ self: { libraryHaskellDepends = [ base text ]; description = "A Haskell implementation of a Generalized Search Tree (GiST)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7263,8 +7263,8 @@ self: { haskell-gi-base process temporary text transformers ]; description = "GIF creation utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7276,7 +7276,7 @@ self: { sha256 = "10f9yl62gwnjmb0mbfffdzhwscpwpvq9gj52zsrz8w6z6sbkijbf"; libraryHaskellDepends = [ base directory extra old-time process ]; description = "to auto-do somethings"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Gleam" = callPackage @@ -7287,8 +7287,8 @@ self: { sha256 = "08nabgn7v0rw4aihbihbijqgajrvyc7z7nl67jmka39fh5zm6blm"; libraryHaskellDepends = [ base mtl split threepenny-gui ]; description = "HTML Canvas graphics, animations and simulations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7311,7 +7311,7 @@ self: { transformers transformers-compat ]; description = "Globbing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GlomeTrace" = callPackage @@ -7323,7 +7323,7 @@ self: { libraryHaskellDepends = [ array base GlomeVec ]; description = "Ray Tracing Library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7354,7 +7354,7 @@ self: { ]; description = "SDL Frontend for Glome ray tracer"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7366,7 +7366,7 @@ self: { sha256 = "0wfabsdn4agmg459srnknkwqb7ri5knj9npzgzhilybwrrqq46v9"; libraryHaskellDepends = [ base ]; description = "Generate web-based charts using the Google Chart API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "GoogleCodeJam" = callPackage @@ -7381,8 +7381,8 @@ self: { array base containers mtl parallel safe split transformers ]; description = "A monad for flexible parsing of Google Code Jam input files with automatic parallelization"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7398,8 +7398,8 @@ self: { AttoJson base bytestring containers dataenc download-curl ]; description = "Haskell Interface to Google Directions API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7415,8 +7415,8 @@ self: { base binary Crypto haskell98 HTTP mtl network split ]; description = "Interface to Google Safe Browsing API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7430,7 +7430,7 @@ self: { base dataenc download-curl utf8-string xml ]; description = "Interface to Google Suggest API"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "GoogleTranslate" = callPackage @@ -7444,8 +7444,8 @@ self: { AttoJson base bytestring dataenc download-curl ]; description = "Interface to Google Translate API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7457,8 +7457,8 @@ self: { sha256 = "1w1w1p2cpndiilr002whm58bzqjh9cp9lw3jl7khdxh20c1dfzhy"; libraryHaskellDepends = [ base transformers ]; description = "A monad and monadic transformer providing \"goto\" functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7470,8 +7470,8 @@ self: { sha256 = "167lr6ps5yy3243zfa4nl1jq369xcrrspcglz9xgnx2q1z305w8x"; libraryHaskellDepends = [ base ]; description = "Grafos Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7494,8 +7494,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Grammar products and higher-dimensional grammars"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7514,8 +7514,8 @@ self: { ]; executableHaskellDepends = [ array base mtl ]; description = "Graph500 benchmark-related definitions and data set generator"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7530,8 +7530,8 @@ self: { array base containers Graph500 mtl stm time ]; description = "GraphHammer Haskell graph analyses framework inspired by STINGER"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7549,8 +7549,8 @@ self: { array base containers Graph500 GraphHammer mtl ]; description = "Test harness for TriangleCount analysis"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7562,7 +7562,7 @@ self: { sha256 = "1wbcx3wb02adb7l4nchxla3laliz0h5q074vfw4z0ic833k977bq"; libraryHaskellDepends = [ array base containers ]; description = "Tarjan's algorithm for computing the strongly connected components of a graph"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Graphalyze" = callPackage @@ -7579,7 +7579,7 @@ self: { ]; description = "Graph-Theoretic Analysis library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Grempa" = callPackage @@ -7594,8 +7594,8 @@ self: { array base containers mtl QuickCheck template-haskell th-lift ]; description = "Embedded grammar DSL and LALR parser generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7613,8 +7613,8 @@ self: { test-framework-quickcheck2 ]; description = "Parser and selection library for expression languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7637,7 +7637,7 @@ self: { ]; description = "A declarative make-like interpreter"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "GrowlNotify" = callPackage @@ -7657,8 +7657,8 @@ self: { base binary bytestring Crypto haskell98 network ]; description = "Notification utility for Growl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7675,7 +7675,7 @@ self: { ]; description = "Convenience functions to extend Gtk2hs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7691,8 +7691,8 @@ self: { base bitmap bitmap-opengl gtk gtkglext GtkTV OpenGL stb-image time ]; description = "OpenGL support for Gtk-based GUIs for Tangible Values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7706,8 +7706,8 @@ self: { base gtk time TV TypeCompose vector-space ]; description = "Gtk-based GUIs for Tangible Values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7726,8 +7726,8 @@ self: { proplang ]; description = "A graphical REPL and development environment for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7739,8 +7739,8 @@ self: { sha256 = "15mndbxm83q0d8ci3vj51zwrmzl0f5i5yqv0caw05vlzfsr4ib5i"; libraryHaskellDepends = [ base DeepArrow phooey TV TypeCompose ]; description = "GUIs for Tangible Values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7761,8 +7761,8 @@ self: { temporary vector ]; description = "The Haskell/R mixed programming environment"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7787,8 +7787,8 @@ self: { utility-ht vector ]; description = "Hierarchical adaptive Bayesian quantum tomography for quantum bits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7804,7 +7804,7 @@ self: { executableHaskellDepends = [ array base ]; description = "A simple ARM emulator in haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HAppS-Data" = callPackage @@ -7820,8 +7820,8 @@ self: { syb-with-class template-haskell ]; description = "HAppS data manipulation libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7837,8 +7837,8 @@ self: { base containers HAppS-Data HAppS-State HAppS-Util hslogger mtl syb syb-with-class template-haskell ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7859,8 +7859,8 @@ self: { xhtml ]; description = "Web related tools and services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7880,8 +7880,8 @@ self: { random stm syb template-haskell unix ]; description = "Event-based distributed state"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7898,8 +7898,8 @@ self: { template-haskell ]; description = "Web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7911,7 +7911,7 @@ self: { sha256 = "1hwxh60b26chcd466vlpxc7hx3smdnfl40mfxpyh8j1597v2aqa3"; doHaddock = false; description = "OBSOLETE. Please use happstack-helpers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HCL" = callPackage @@ -7932,8 +7932,8 @@ self: { base containers HUnit mtl QuickCheck random ]; description = "High-level library for building command line interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7947,8 +7947,8 @@ self: { base mtl QuickCheck random random-shuffle ]; description = "A library for implementing a Deck of Cards"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -7967,7 +7967,7 @@ self: { array base bytestring fail QuickCheck random semigroups ]; description = "A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HDBC" = callPackage @@ -7985,7 +7985,7 @@ self: { utf8-string ]; description = "Haskell Database Connectivity"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HDBC-mysql" = callPackage @@ -8001,7 +8001,7 @@ self: { librarySystemDepends = [ mysqlclient openssl zlib ]; description = "MySQL driver for HDBC"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {mysqlclient = null; inherit (pkgs) openssl; inherit (pkgs) zlib;}; @@ -8021,7 +8021,7 @@ self: { ]; librarySystemDepends = [ unixODBC ]; description = "ODBC driver for HDBC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) unixODBC;}; "HDBC-postgresql" = callPackage @@ -8041,7 +8041,7 @@ self: { ]; librarySystemDepends = [ postgresql ]; description = "PostgreSQL driver for HDBC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) postgresql;}; "HDBC-postgresql-hstore" = callPackage @@ -8052,8 +8052,8 @@ self: { sha256 = "0657a1qy51bihh9gvpwpqpm4gch68rw32plnjcfdbc37yjq5dj1d"; libraryHaskellDepends = [ attoparsec base containers HDBC text ]; description = "Manipulate data in PostgreSQL \"hstore\" columns"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8065,7 +8065,7 @@ self: { sha256 = "1qwnqb62zgmm4dy5qlcj04aczja6yn16c92jc63zkln9pcc7y1da"; libraryHaskellDepends = [ base HDBC ]; description = "Bracketed connection for HDBC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HDBC-sqlite3" = callPackage @@ -8080,7 +8080,7 @@ self: { libraryHaskellDepends = [ base bytestring HDBC mtl utf8-string ]; librarySystemDepends = [ sqlite ]; description = "Sqlite v3 driver for HDBC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) sqlite;}; "HDRUtils" = callPackage @@ -8094,8 +8094,8 @@ self: { libraryHaskellDepends = [ array base colour containers mtl unix ]; librarySystemDepends = [ pfstools ]; description = "Utilities for reading, manipulating, and writing HDR images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) pfstools;}; @@ -8107,8 +8107,8 @@ self: { sha256 = "08lry7w4zb7j81q9d7rjpz0chcbr9laxi4h9dz327pfcgmy083sy"; libraryHaskellDepends = [ base ]; librarySystemDepends = [ mpfr ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) mpfr;}; @@ -8125,8 +8125,8 @@ self: { ]; librarySystemDepends = [ xlsxwriter zlib ]; description = "Create Excel files with Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {xlsxwriter = null; inherit (pkgs) zlib;}; @@ -8148,8 +8148,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "The library for generating a graphical interface on the web"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8161,8 +8161,8 @@ self: { sha256 = "09h6wfalziw39c2sghj8qw82vyvnl01qlsam6ngkfkdirgj5sg5h"; libraryHaskellDepends = [ base c-storable-deriving ]; description = "A Queue with a random (weighted) pick function"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8180,8 +8180,8 @@ self: { sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal ''; description = "HFuse is a binding for the Linux FUSE library"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) fuse;}; "HGE2D" = callPackage @@ -8197,8 +8197,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "2D game engine written in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8210,7 +8210,7 @@ self: { sha256 = "087k8i0bha3mzpqa3z3c6npl5vmccg7xcwl28lbv0yzbvj1qkg38"; libraryHaskellDepends = [ array base stm X11 ]; description = "A simple graphics library based on X11 or Win32"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HGamer3D" = callPackage @@ -8228,7 +8228,7 @@ self: { ]; description = "Toolset for the Haskell Game Programmer"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-API" = callPackage @@ -8245,7 +8245,7 @@ self: { ]; description = "Library to enable 3D game development for Haskell - API"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-Audio" = callPackage @@ -8261,7 +8261,7 @@ self: { ]; description = "Toolset for the Haskell Game Programmer - Audio Functionality"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-Bullet-Binding" = callPackage @@ -8273,7 +8273,7 @@ self: { libraryHaskellDepends = [ base HGamer3D-Data ]; description = "Windows Game Engine for the Haskell Programmer - Bullet Bindings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-CAudio-Binding" = callPackage @@ -8287,7 +8287,7 @@ self: { librarySystemDepends = [ HGamer3DCAudio015 ]; description = "Library to enable 3D game development for Haskell - cAudio Bindings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {HGamer3DCAudio015 = null;}; "HGamer3D-CEGUI-Binding" = callPackage @@ -8304,7 +8304,7 @@ self: { ]; description = "A Toolset for the Haskell Game Programmer - CEGUI Bindings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {CEGUIBase = null; CEGUIOgreRenderer = null; hg3dcegui050 = null;}; @@ -8322,7 +8322,7 @@ self: { ]; description = "Toolset for the Haskell Game Programmer - Game Engine and Utilities"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-Data" = callPackage @@ -8338,7 +8338,7 @@ self: { ]; description = "Toolset for the Haskell Game Programmer - Data Definitions"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-Enet-Binding" = callPackage @@ -8351,7 +8351,7 @@ self: { librarySystemDepends = [ enet hg3denet050 ]; description = "Enet Binding for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) enet; hg3denet050 = null;}; "HGamer3D-GUI" = callPackage @@ -8367,7 +8367,7 @@ self: { ]; description = "GUI Functionality for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-Graphics3D" = callPackage @@ -8387,7 +8387,7 @@ self: { ]; description = "Toolset for the Haskell Game Programmer - 3D Graphics Functionality"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-InputSystem" = callPackage @@ -8404,7 +8404,7 @@ self: { ]; description = "Joystick, Mouse and Keyboard Functionality for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-Network" = callPackage @@ -8420,7 +8420,7 @@ self: { ]; description = "Networking Functionality for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-OIS-Binding" = callPackage @@ -8437,7 +8437,7 @@ self: { librarySystemDepends = [ HGamer3DOIS015 ]; description = "Library to enable 3D game development for Haskell - OIS Bindings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {HGamer3DOIS015 = null;}; "HGamer3D-Ogre-Binding" = callPackage @@ -8456,7 +8456,7 @@ self: { ]; description = "Ogre Binding for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {OgreMain = null; OgrePaging = null; OgreProperty = null; OgreRTShaderSystem = null; OgreTerrain = null; hg3dogre050 = null;}; @@ -8475,7 +8475,7 @@ self: { librarySystemDepends = [ hg3dsdl2050 libX11 SDL2 ]; description = "SDL2 Binding for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) SDL2; hg3dsdl2050 = null; inherit (pkgs.xorg) libX11;}; @@ -8493,7 +8493,7 @@ self: { ]; description = "SFML Binding for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {hg3dsfml050 = null; sfml-audio = null; sfml-network = null; sfml-system = null; sfml-window = null;}; @@ -8509,7 +8509,7 @@ self: { ]; description = "Windowing and Event Functionality for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGamer3D-Wire" = callPackage @@ -8527,7 +8527,7 @@ self: { ]; description = "Wire Functionality for HGamer3D"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HGraphStorage" = callPackage @@ -8557,8 +8557,8 @@ self: { transformers zlib ]; description = "Graph database stored on disk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8570,8 +8570,8 @@ self: { sha256 = "1215nz6l3bbkld2fqqsc494xw4qw4vqavznaqxgja2p60w9mwg0q"; libraryHaskellDepends = [ base containers mtl template-haskell ]; description = "Hardware Description Language embedded in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8583,8 +8583,8 @@ self: { sha256 = "0xvhzmsl1z6im36svjhcl4zlbnmpknlfn0m426cj5l06a3c5mfa8"; libraryHaskellDepends = [ base HJavaScript hsp mtl text ]; description = "HJScript is a Haskell EDSL for writing JavaScript programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8607,8 +8607,8 @@ self: { test-framework-hunit transformers ]; description = "A library to create a Java Virtual Machine and manipulate Java objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) jdk;}; @@ -8622,8 +8622,8 @@ self: { editedCabalFile = "05m2kgz0laxv9jl1qfc1sxndan9503010y3aadvfcsxi9cyg3j1j"; libraryHaskellDepends = [ base pretty ]; description = "HJavaScript is an abstract syntax for a typed subset of JavaScript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8643,8 +8643,8 @@ self: { parallel random template-haskell vector vector-heterogenous ]; description = "Algebraic foundation for homomorphic learning"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8663,8 +8663,8 @@ self: { base ConstraintKinds containers heap HLearn-algebra HLearn-datastructures HLearn-distributions list-extras vector ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8687,8 +8687,8 @@ self: { math-functions MonadRandom normaldistribution parsec primitive QuickCheck statistics vector vector-th-unbox ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8704,8 +8704,8 @@ self: { base ConstraintKinds containers deepseq HLearn-algebra list-extras MonadRandom QuickCheck vector ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8729,8 +8729,8 @@ self: { statistics template-haskell vector vector-th-unbox ]; description = "Distributions for use with the HLearn library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8756,8 +8756,8 @@ self: { mtl process QuickCheck semigroups syb template-haskell ]; description = "Heterogeneous lists"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8771,7 +8771,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base regex-applicative ]; description = "A preprocessor for HList labelable labels"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HLogger" = callPackage @@ -8785,8 +8785,8 @@ self: { libraryHaskellDepends = [ base old-locale time ]; executableHaskellDepends = [ base old-locale time ]; description = "Simple, concurrent and easy-to-use logging library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8797,8 +8797,8 @@ self: { version = "0.2.1"; sha256 = "01y8l76c56gysynbilp32yq0wfc129hl24siw8s9fmpn98qa71s6"; description = "A hidden markov model library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8815,7 +8815,7 @@ self: { base data-default hashable mtl unordered-containers ]; description = "Fast heterogeneous maps and unconstrained typeable-like functionality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HMarkov" = callPackage @@ -8832,7 +8832,7 @@ self: { vector ]; description = "Markov-generated sequences"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HNM" = callPackage @@ -8854,8 +8854,8 @@ self: { base containers glib gtk haskell98 mtl process regex-posix unix ]; description = "Happy Network Manager"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8874,7 +8874,7 @@ self: { base math-functions parallel parallel-io random ]; description = "Haskell Numeric Library with pure functionality, R & MATLAB Syntax"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HODE" = callPackage @@ -8886,8 +8886,8 @@ self: { libraryHaskellDepends = [ array base ]; librarySystemDepends = [ ode ]; description = "Binding to libODE"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ode;}; @@ -8904,8 +8904,8 @@ self: { executableHaskellDepends = [ base ]; executablePkgconfigDepends = [ opencv ]; description = "A binding for the OpenCV computer vision library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) opencv;}; @@ -8930,8 +8930,8 @@ self: { ]; testHaskellDepends = [ base HTF ]; description = "Generation of PDF documents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8954,8 +8954,8 @@ self: { parsec utf8-string ]; description = "Extract Haskell declarations by name"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -8973,7 +8973,7 @@ self: { testHaskellDepends = [ base hspec ]; description = "Phone number parser and validator - This is now DEPRECATED!"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "HPi" = callPackage @@ -8985,8 +8985,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ bcm2835 ]; description = "GPIO, I2C and SPI functions for the Raspberry Pi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {bcm2835 = null;}; @@ -9004,8 +9004,8 @@ self: { executableHaskellDepends = [ base glade glib gtk ]; executablePkgconfigDepends = [ plplotd-gnome2 ]; description = "A minimal monadic PLplot interface for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {plplotd-gnome2 = null;}; @@ -9025,7 +9025,7 @@ self: { ]; description = "A simple OpenGL Pong game based on GLFW"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9043,8 +9043,8 @@ self: { HROOT-io HROOT-math HROOT-tree template-haskell ]; description = "Haskell binding to the ROOT data analysis framework"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9058,8 +9058,8 @@ self: { base fficxx fficxx-runtime template-haskell ]; description = "Haskell binding to ROOT Core modules"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9075,8 +9075,8 @@ self: { base fficxx fficxx-runtime HROOT-core HROOT-hist template-haskell ]; description = "Haskell binding to ROOT Graf modules"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9092,8 +9092,8 @@ self: { base fficxx fficxx-runtime HROOT-core template-haskell ]; description = "Haskell binding to ROOT Hist modules"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9109,8 +9109,8 @@ self: { base fficxx fficxx-runtime HROOT-core template-haskell ]; description = "Haskell binding to ROOT IO modules"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9126,8 +9126,8 @@ self: { base fficxx fficxx-runtime HROOT-core template-haskell ]; description = "Haskell binding to ROOT Math modules"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9143,8 +9143,8 @@ self: { base fficxx fficxx-runtime HROOT-core template-haskell ]; description = "Haskell binding to ROOT Tree modules"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9159,8 +9159,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ array base directory haskell98 ]; description = "Haskell raytracer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9181,8 +9181,8 @@ self: { array base Cabal containers directory filepath parsec process unix ]; description = "Generate FFI import declarations from C include files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9201,8 +9201,8 @@ self: { ]; executableHaskellDepends = [ csv ]; description = "Gene Expression Programming evolutionary algorithm in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9240,7 +9240,7 @@ self: { ]; description = "Convenience functions that use HSH, instances for HSH"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9252,8 +9252,8 @@ self: { sha256 = "0snix2qdj1d66v6qj6fl0zizl617kjzbmxiswdd5i0b5lzjkpagb"; libraryHaskellDepends = [ base containers hashable hashtables ]; description = "Faux heterogeneous sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9265,7 +9265,7 @@ self: { sha256 = "03gb5dd59mirwb11b98vbg60w2zwfsbr8akk7qbq01z7n7rkgsr7"; libraryHaskellDepends = [ base ]; description = "OpenStreetMap Slippy Map"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HSmarty" = callPackage @@ -9284,8 +9284,8 @@ self: { ]; testHaskellDepends = [ aeson attoparsec base HTF text ]; description = "Small template engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9302,7 +9302,7 @@ self: { markov-chain pure-fft random UISF ]; description = "Library for computer music education"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HSoundFile" = callPackage @@ -9317,8 +9317,8 @@ self: { base binary bytestring filepath haskell98 mtl parallel ]; description = "Audio file reading/writing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9339,7 +9339,7 @@ self: { template-haskell text time void ]; description = "StringTemplate implementation in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HStringTemplateHelpers" = callPackage @@ -9356,7 +9356,7 @@ self: { ]; description = "Convenience functions and instances for HStringTemplate"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9368,7 +9368,7 @@ self: { sha256 = "0vij1xp3gm7s0d5hqlpl6jm949gpimaxz8cr3njaa4kkgpw8yd4g"; libraryHaskellDepends = [ base containers ]; description = "Haskell Bindings for libsvm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HTF" = callPackage @@ -9403,8 +9403,8 @@ self: { unordered-containers ]; description = "The Haskell Test Framework"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9427,7 +9427,7 @@ self: { pureMD5 split test-framework test-framework-hunit ]; description = "A library for client-side HTTP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HTTP-Simple" = callPackage @@ -9439,7 +9439,7 @@ self: { libraryHaskellDepends = [ base HTTP network ]; doHaddock = false; description = "DEPRECATED Enable simple wrappers to Network.HTTP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HTab" = callPackage @@ -9457,8 +9457,8 @@ self: { base cmdargs containers deepseq hylolib mtl random strict ]; description = "Tableau based theorem prover for hybrid logics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9476,8 +9476,8 @@ self: { array base mtl random SDL SDL-image SDL-ttf ]; description = "An SDL tic-tac-toe game"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9490,7 +9490,7 @@ self: { libraryHaskellDepends = [ base call-stack deepseq ]; testHaskellDepends = [ base call-stack deepseq filepath ]; description = "A unit testing framework for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HUnit-Diff" = callPackage @@ -9501,8 +9501,8 @@ self: { sha256 = "0dlsx6qicnrqkhb52jbgh31f0y6lxh32yl5gr6bg3fnqr36vc6x6"; libraryHaskellDepends = [ ansi-terminal base Diff groom HUnit ]; description = "Assertions for HUnit with difference reporting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9524,7 +9524,7 @@ self: { parsec text time timeit unordered-containers ]; description = "A test framework building on HUnit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HUnit-approx" = callPackage @@ -9536,7 +9536,7 @@ self: { libraryHaskellDepends = [ base call-stack HUnit ]; testHaskellDepends = [ base call-stack HUnit ]; description = "Approximate equality for floating point numbers with HUnit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HXMPP" = callPackage @@ -9562,8 +9562,8 @@ self: { xml-enumerator xml-types ]; description = "A (prototyped) easy to use XMPP library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9581,8 +9581,8 @@ self: { template-haskell ]; description = "A Compiler from XQuery to Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9597,8 +9597,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base HUnit mtl QuickCheck ]; description = "HaLeX enables modelling, manipulation and visualization of regular languages"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9610,8 +9610,8 @@ self: { sha256 = "0q7fq5z0wrk2qg9n715033yp25dpl73g6iqkbvxbg2ahp9caq458"; libraryHaskellDepends = [ base bytestring serialport stm ]; description = "An Haskell library to drive the french Minitel through a serial port"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9623,8 +9623,8 @@ self: { sha256 = "0li04k27pkq7ci1dfx4sl022ivl4gjqy5ny25jszifwrx4n4pmwz"; libraryHaskellDepends = [ base template-haskell th-lift ]; description = "Haskell bindings for Python"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9659,8 +9659,8 @@ self: { parsec turtle ]; description = "the Haskell Refactorer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9681,7 +9681,7 @@ self: { base parsec QuickCheck tasty tasty-quickcheck text ]; description = "The Haskell LaTeX library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HaTeX-meta" = callPackage @@ -9699,8 +9699,8 @@ self: { haskell-src-exts mtl parsec ]; description = "This package is deprecated. From version 3, HaTeX does not need this anymore."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9716,8 +9716,8 @@ self: { antiquoter base haskell-src-meta HaTeX template-haskell text ]; description = "Quasiquoters for HaTeX"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9737,8 +9737,8 @@ self: { test-framework-quickcheck ]; description = "An implementation of the Version Space Algebra learning framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9775,8 +9775,8 @@ self: { libraryHaskellDepends = [ base containers network old-locale ]; executableHaskellDepends = [ text time vty vty-ui ]; description = "Simple chat"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9797,8 +9797,8 @@ self: { base Crypto directory hdaemonize hint mtl old-time parsec ]; description = "A Procmail Replacement as Haskell EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9816,8 +9816,8 @@ self: { ]; testHaskellDepends = [ base Cabal containers HUnit tuple vector ]; description = "Aggression analysis for Tweets on Twitter"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9829,8 +9829,8 @@ self: { sha256 = "1jp8cwlp6h1wvvkh71813i3lzxc7ckxzc7nvvcsjvcz0apxcl7vv"; libraryHaskellDepends = [ base bytestring network ]; description = "Haskell implementation of a HandlerSocket client (API)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9851,7 +9851,7 @@ self: { ]; testHaskellDepends = [ base hspec hxt ]; description = "Work with HTML more easily in HXT"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Hangman" = callPackage @@ -9865,8 +9865,8 @@ self: { executableHaskellDepends = [ base random transformers ]; testHaskellDepends = [ base hspec transformers ]; description = "The classic game of Hangman"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9884,8 +9884,8 @@ self: { base constraints generics-sop safe singletons ]; description = "Type Safe and End to End Decision Tree"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9909,8 +9909,8 @@ self: { process sox template-haskell uu-parsinglib vector ]; description = "Harmony Analysis and Retrieval of Music"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9932,7 +9932,7 @@ self: { uu-parsinglib ]; description = "Parsing and unambiguously representing musical chords"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "HasBigDecimal" = callPackage @@ -9944,7 +9944,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "A library for arbitrary precision decimal numbers"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "HasCacBDD" = callPackage @@ -9960,8 +9960,8 @@ self: { librarySystemDepends = [ CacBDD ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Haskell bindings for CacBDD"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {CacBDD = null;}; @@ -9978,8 +9978,8 @@ self: { base haskell98 hmatrix hmatrix-special mtl parsec random ]; description = "A Haskell library for inference using Gaussian processes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -9998,8 +9998,8 @@ self: { array base list-tries monad-loops mtl numbers parsec ]; description = "Minimalist R5RS Scheme interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10019,7 +10019,7 @@ self: { ]; description = "Simple shell written in Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10036,8 +10036,8 @@ self: { base containers directory ghc-prim HList tagged ]; description = "HaskRel, Haskell as a DBMS with support for the relational algebra"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10061,8 +10061,8 @@ self: { graphviz haskell-src-exts HUnit pretty split syb text vector ]; description = "Haskell source code analysis program"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10074,7 +10074,7 @@ self: { sha256 = "1jgim9g0jbv6k31aalq0yps843jmfx74k53lnd1p79kgad7670rz"; libraryHaskellDepends = [ array base containers random ]; description = "Combinatorics, group theory, commutative algebra, non-commutative algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HaskellLM" = callPackage @@ -10086,7 +10086,7 @@ self: { libraryHaskellDepends = [ base hmatrix ]; description = "Pure Haskell implementation of the Levenberg-Marquardt algorithm"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10099,7 +10099,7 @@ self: { libraryHaskellDepends = [ base hmatrix random ]; description = "High Performance Neural Network in Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10116,8 +10116,8 @@ self: { network-bsd old-time pretty text ]; description = "Client support for POP3, SMTP, and IMAP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10134,8 +10134,8 @@ self: { base bytestring connection data-default HaskellNet network tls ]; description = "Helpers to connect to SSL/TLS mail servers with HaskellNet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10159,8 +10159,8 @@ self: { test-framework-quickcheck2 time ]; description = "A concurrent bittorrent client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10174,8 +10174,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base cmdargs text ]; description = "Haskell Tutorials by Evgeny Ukhanov"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10193,8 +10193,8 @@ self: { base containers HGL hmatrix MonadRandom random Yampa ]; description = "A reproduction of the Atari 1979 classic \"Asteroids\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10213,7 +10213,7 @@ self: { text transformers ]; description = "mastodon client module for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Hate" = callPackage @@ -10236,8 +10236,8 @@ self: { random transformers vect vect-opengl vector ]; description = "A small 2D game framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10259,8 +10259,8 @@ self: { network regex-posix SHA template-haskell time utf8-string ]; description = "Haskell Web Application Kit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10287,8 +10287,8 @@ self: { snap-core snap-server tar text transformers xhtml-combinators zlib ]; description = "The Hayoo! search engine for Haskell API search on hackage"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10300,7 +10300,7 @@ self: { sha256 = "04ppwm7vfzndrys8x1n8vfb41vzwx59r9xp4dkbiqmrms390pj6q"; libraryHaskellDepends = [ base mtl process strict ]; description = "A small cross-platform library for reading and modifying the system clipboard"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Hedi" = callPackage @@ -10321,8 +10321,8 @@ self: { base editline mtl parsec pretty process QuickCheck regex-posix ]; description = "Line oriented editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10341,8 +10341,8 @@ self: { ]; testHaskellDepends = [ base linear subhask ]; description = "automatically improve your code's numeric stability"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10361,8 +10361,8 @@ self: { unamb yjtools ]; description = "Message-based middleware layer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10380,8 +10380,8 @@ self: { gtkglext IfElse mtl OpenGL parallel pretty random ]; description = "Purely functional 2D graphics for visualization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10398,8 +10398,8 @@ self: { vector ]; description = "A multi-index set with advanced query capabilites"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10414,7 +10414,7 @@ self: { ]; description = "A Haskell binding for Chipmunk"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Hipmunk-Utils" = callPackage @@ -10426,8 +10426,8 @@ self: { libraryHaskellDepends = [ base Hipmunk linear StateVar ]; testHaskellDepends = [ base ]; description = "Useful functions for Hipmunk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10446,7 +10446,7 @@ self: { ]; description = "A playground for testing Hipmunk"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Hish" = callPackage @@ -10465,8 +10465,8 @@ self: { executableHaskellDepends = [ base directory MissingH process regex-tdfa time ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10477,7 +10477,7 @@ self: { version = "0.1.0.2"; sha256 = "00f0a3lbpc7s70lzmnf9a7hjzc3yv8nfxcvz5nparr34x585zbxl"; libraryHaskellDepends = [ base containers gnuplot ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Hmpf" = callPackage @@ -10495,7 +10495,7 @@ self: { ]; description = "An MPD client designed for a Home Theatre PC"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10520,8 +10520,8 @@ self: { ]; testHaskellDepends = [ base process QuickCheck ]; description = "Lightweight algorithmic debugging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10533,7 +10533,7 @@ self: { sha256 = "0y29gnbxrlj9fh0d5naa7ia1xs36fimszcbzif2zdw451jkk97r9"; libraryHaskellDepends = [ base ]; description = "Monoids with holes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Holumbus-Distribution" = callPackage @@ -10553,7 +10553,7 @@ self: { ]; description = "intra- and inter-program communication"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Holumbus-MapReduce" = callPackage @@ -10575,7 +10575,7 @@ self: { ]; description = "a distributed MapReduce framework"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Holumbus-Searchengine" = callPackage @@ -10595,8 +10595,8 @@ self: { SHA unix ]; description = "A search and indexing engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10617,7 +10617,7 @@ self: { ]; description = "a distributed storage system"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Homology" = callPackage @@ -10647,8 +10647,8 @@ self: { ]; testHaskellDepends = [ base process random ]; description = "A Simple Key Value Store"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10662,7 +10662,7 @@ self: { testHaskellDepends = [ base doctest hspec ]; benchmarkHaskellDepends = [ base criterion ]; description = "Parser for host and port pairs like localhost:22"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Hricket" = callPackage @@ -10675,8 +10675,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers ]; description = "A Cricket scoring application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10704,8 +10704,8 @@ self: { ]; testHaskellDepends = [ base directory filepath process ]; description = "A Library and Preprocessor that makes it easier to create shared libs from Haskell programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10717,7 +10717,7 @@ self: { sha256 = "1kdf2yq3v8lr84h2pf1ydi6vrqfr685vbkxjz4ai5wd2mij8i361"; libraryHaskellDepends = [ array base random ]; description = "A haskell interface to Lester Ingber's adaptive simulating annealing code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HsHTSLib" = callPackage @@ -10737,8 +10737,8 @@ self: { base bytestring conduit tasty tasty-golden tasty-hunit vector ]; description = "Bindings to htslib"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zlib;}; @@ -10750,8 +10750,8 @@ self: { sha256 = "1yifhxk1m3z2i7gaxgwlmk6cv2spbpx8fny4sn59ybca8wd9z7ps"; libraryHaskellDepends = [ base ]; description = "Haskell binding to libharu (http://libharu.sourceforge.net/)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10768,8 +10768,8 @@ self: { ]; libraryPkgconfigDepends = [ hyperestraier qdbm ]; description = "HyperEstraier binding for Haskell"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {hyperestraier = null; qdbm = null;}; @@ -10783,8 +10783,8 @@ self: { libraryHaskellDepends = [ base bytestring containers ]; librarySystemDepends = [ Judy ]; description = "Judy bindings, and some nice APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {Judy = null;}; @@ -10799,7 +10799,7 @@ self: { librarySystemDepends = [ openssl ]; testHaskellDepends = [ base bytestring ]; description = "Partial OpenSSL binding for Haskell"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {inherit (pkgs) openssl;}; "HsOpenSSL-x509-system" = callPackage @@ -10810,7 +10810,7 @@ self: { sha256 = "15mp70bqg1lzp971bzp6wym3bwzvxb76hzbgckygbfa722xyymhr"; libraryHaskellDepends = [ base bytestring HsOpenSSL unix ]; description = "Use the system's native CA certificate store with HsOpenSSL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HsParrot" = callPackage @@ -10824,8 +10824,8 @@ self: { base bytestring HsSyck pretty pugs-DrIFT ]; description = "Haskell integration with Parrot virtual machine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10837,8 +10837,8 @@ self: { sha256 = "15j8zm12lcp4gm8kmciw3xy7qckqmlygn0d2difsdb598y5ijz2z"; libraryHaskellDepends = [ base ]; description = "Haskell interface to embedded Perl 5 interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10850,8 +10850,8 @@ self: { sha256 = "1yx4dzcjmykk4nzrh888jhikb8x635dpx7g27rgnlaiy5nid3pc7"; libraryHaskellDepends = [ base bytestring mtl stm ]; description = "Partial Subversion (SVN) binding for Haskell"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10866,7 +10866,7 @@ self: { base bytestring hashtables syb utf8-string ]; description = "Fast, lightweight YAML loader and dumper"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "HsTools" = callPackage @@ -10877,7 +10877,7 @@ self: { sha256 = "0banfivx4xc0j3c1qmda31gvvrqqsg12fzizcpman2fvdlk7kn5l"; libraryHaskellDepends = [ base ghc-prim ]; description = "Haskell helper functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "HsWebots" = callPackage @@ -10900,8 +10900,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Webots bindings for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {Controller = null; driver = null;}; @@ -10925,7 +10925,7 @@ self: { text ]; description = "Pure Haskell YAML 1.2 processor"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "HsYAML-aeson" = callPackage @@ -10943,7 +10943,7 @@ self: { unordered-containers vector ]; description = "JSON to YAML Adapter"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "Hsed" = callPackage @@ -10966,8 +10966,8 @@ self: { regex-posix ]; description = "Stream Editor in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -10985,8 +10985,8 @@ self: { base containers parsec pretty process smtLib transformers ]; description = "Haskell library for easy interaction with SMT-LIB 2 compliant solvers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11002,8 +11002,8 @@ self: { aeson base containers lens lens-aeson mtl transformers wreq ]; description = "API for controlling Philips Hue lights"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11021,8 +11021,8 @@ self: { executableHaskellDepends = [ base text ]; testHaskellDepends = [ base tasty tasty-golden ]; description = "Easily bulk import CSV data to SQL Server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11040,7 +11040,7 @@ self: { ]; benchmarkHaskellDepends = [ array base criterion Munkres random ]; description = "A Linear Sum Assignment Problem (LSAP) solver"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Hydrogen" = callPackage @@ -11060,8 +11060,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "The library for generating a WebGL scene for the web"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11076,8 +11076,8 @@ self: { libraryHaskellDepends = [ array base QuickCheck ]; testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Code for the Haskell course taught at the University of Seville"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11089,8 +11089,8 @@ self: { sha256 = "1p4h2hxwzp0bxkzh864vkqbwychi0j2c3rqck9vk5kfax5i1jfz8"; libraryHaskellDepends = [ base containers directory ]; description = "Indexable, serializable form of Data.Dynamic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11106,8 +11106,8 @@ self: { array base bytestring containers random ]; description = "Iterated Function System generation for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11128,7 +11128,7 @@ self: { ]; description = "Editor and interpreter for Interaction Nets"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11141,8 +11141,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base mtl ]; description = "Region based resource management for the IO monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11161,8 +11161,8 @@ self: { base bits-atomic ghc-prim HUnit QuickCheck time ]; description = "Atomic compare and swap for IORefs and STRefs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11174,7 +11174,7 @@ self: { sha256 = "1w6f7jnjm4n0s4mr18yqv81rsnrh8f6806x523gnqljbyak18p1l"; libraryHaskellDepends = [ base mtl QuickCheck Stream ]; description = "A pure specification of the IO monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "IPv6Addr" = callPackage @@ -11192,7 +11192,7 @@ self: { base HUnit test-framework test-framework-hunit text ]; description = "Library to deal with IPv6 address text representations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "IPv6DB" = callPackage @@ -11220,8 +11220,8 @@ self: { aeson base hspec http-client http-types vector ]; description = "A RESTful microService for IPv6-related data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11234,7 +11234,7 @@ self: { libraryHaskellDepends = [ array base GlomeVec ]; description = "Library for generating grids of hexagons and pentagons mapped to a sphere"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11246,7 +11246,7 @@ self: { sha256 = "1kfx1bwfjczj93a8yqz1n8snqiq5655qgzwv1lrycry8wb1vzlwa"; libraryHaskellDepends = [ base mtl ]; description = "Anaphoric and miscellaneous useful control-flow"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Imlib" = callPackage @@ -11257,7 +11257,7 @@ self: { sha256 = "075x1vcrxdwknzbad05l08i5c79svf714yvv6990ffvsfykiilry"; libraryHaskellDepends = [ array base X11 ]; librarySystemDepends = [ imlib2 ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) imlib2;}; "ImperativeHaskell" = callPackage @@ -11268,8 +11268,8 @@ self: { sha256 = "06px87hc6gz7n372lvpbq0g2v2s0aghd3k5a1ajgn5hbxirhnpwb"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "A library for writing Imperative style haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11292,8 +11292,8 @@ self: { sha256 = "1i7gv3iqjj4j026k0ywmksbpjyqxlgb0f6bq2v0p9pkrj5q3jxfm"; libraryHaskellDepends = [ base PeanoWitnesses ]; description = "Length- and element-indexed lists sitting somewhere between homogeneous and fully heterogeneous"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11305,8 +11305,8 @@ self: { sha256 = "03c0jlnlnqm6faiandfg0kzajffk03aazkrqwav3g4vc3cdqwfgp"; libraryHaskellDepends = [ base haskell98 ]; description = "liftA2 for infix operators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11319,8 +11319,8 @@ self: { libraryHaskellDepends = [ base parsec QuickCheck ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Convert integers in various bases to and from strings"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11333,7 +11333,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers ]; description = "Dynamically sized graph library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "InternedData" = callPackage @@ -11359,7 +11359,7 @@ self: { base bytestring containers criterion deepseq text ]; description = "Data interning (with compact regions where possible)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Interpolation" = callPackage @@ -11373,7 +11373,7 @@ self: { ]; description = "Multiline strings, interpolation and templating"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Interpolation-maxs" = callPackage @@ -11385,7 +11385,7 @@ self: { libraryHaskellDepends = [ base syb template-haskell ]; description = "Multiline strings, interpolation and templating"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "IntervalMap" = callPackage @@ -11403,7 +11403,7 @@ self: { weigh ]; description = "Containers for intervals, with efficient search"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Irc" = callPackage @@ -11419,8 +11419,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "DSL for IRC bots"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11452,8 +11452,8 @@ self: { vector ]; description = "A typeclass to determine if a given value is null"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11471,8 +11471,8 @@ self: { hjson json JSONb parsec text vector ]; description = "A combinator library on top of a generalised JSON type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11486,8 +11486,8 @@ self: { base bytestring json JSON-Combinator JSONb ]; description = "Example uses of the JSON-Combinator library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11499,7 +11499,7 @@ self: { sha256 = "1xda2dy2mizpvxvn3gyhx7aql7pi26zvw044r3bm14xr5qj11q26"; libraryHaskellDepends = [ base parsec ]; description = "Parse JSON"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JSONb" = callPackage @@ -11519,8 +11519,8 @@ self: { containers utf8-string ]; description = "JSON parser that uses byte strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11540,8 +11540,8 @@ self: { stm template-haskell unix zlib ]; description = "Some utility functions for JYU projects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11553,8 +11553,8 @@ self: { sha256 = "0ivqfk1rac1hv5j6nlsbpcm5yjqwpic34mdq9gf2m63lygqkbwqp"; libraryHaskellDepends = [ base hosc ]; description = "control JackMiniMix"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11571,8 +11571,8 @@ self: { base binary bytestring language-java-classfile ]; description = "A utility to print the SourceFile attribute of one or more Java class files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11586,8 +11586,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "A utility to print the target version of Java class files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11600,7 +11600,7 @@ self: { libraryHaskellDepends = [ base Euterpea random ]; description = "Library for modeling jazz improvisation"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Jdh" = callPackage @@ -11611,8 +11611,8 @@ self: { sha256 = "0zg7xh3apm7x3c9gz876k5cis5jpng1bzf6g9ywbmmndry6dn1c0"; libraryHaskellDepends = [ base ]; description = "A Json implementation for Haskell, with JavaScript Values and Encoding/Decoding"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11635,8 +11635,8 @@ self: { base containers mtl parsec pretty syb WebBits WebBits-Html ]; description = "Design-by-contract for JavaScript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11658,8 +11658,8 @@ self: { test-framework-hunit text ]; description = "Combinators for bidirectional JSON parsing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11676,8 +11676,8 @@ self: { aeson base bytestring json-autotype text ]; description = "JuPyTer notebook parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11694,7 +11694,7 @@ self: { transformers vector zlib ]; description = "Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JuicyPixels-blp" = callPackage @@ -11717,8 +11717,8 @@ self: { text-show unordered-containers ]; description = "BLP format decoder/encoder over JuicyPixels library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11748,7 +11748,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Blurhash is a very compact represenation of a placeholder for an image"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JuicyPixels-canvas" = callPackage @@ -11759,8 +11759,8 @@ self: { sha256 = "0y791kwg9gc3nlz5sbpszd7wiqr5b5bwmgvafyjzk9xnlxlc7xcm"; libraryHaskellDepends = [ base containers JuicyPixels ]; description = "Functions for drawing lines, squares and so on pixel by pixel"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11778,7 +11778,7 @@ self: { testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base criterion JuicyPixels ]; description = "Efficiently scale, crop, flip images with JuicyPixels"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JuicyPixels-repa" = callPackage @@ -11791,7 +11791,7 @@ self: { base bytestring JuicyPixels repa vector ]; description = "Convenience functions to obtain array representations of images"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JuicyPixels-scale-dct" = callPackage @@ -11810,7 +11810,7 @@ self: { base base-compat carray fft JuicyPixels time ]; description = "Scale JuicyPixels images with DCT"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JuicyPixels-stbir" = callPackage @@ -11826,7 +11826,7 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "Scale JuicyPixels images with stb_image_resize"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JuicyPixels-util" = callPackage @@ -11837,7 +11837,7 @@ self: { sha256 = "1b2rx5g8kd83hl50carr02mz21gvkasnsddw1f3pfvfsyfv3yyrc"; libraryHaskellDepends = [ base JuicyPixels vector ]; description = "Convert JuicyPixel images into RGBA format, flip, trim and so on"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "JunkDB" = callPackage @@ -11852,8 +11852,8 @@ self: { aeson base binary bytestring conduit data-default directory filepath mtl network resourcet ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11868,8 +11868,8 @@ self: { libraryHaskellDepends = [ base bytestring conduit directory filepath JunkDB mtl resourcet ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11884,8 +11884,8 @@ self: { libraryHaskellDepends = [ base bytestring conduit hashable hashtables JunkDB mtl resourcet ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11897,8 +11897,8 @@ self: { sha256 = "16il25s1fb4b6ih6njsqxx7p7x0fc0kcwa5vqn7n7knqph6vvjaa"; libraryHaskellDepends = [ base ]; description = "A simple and comprehensive Haskell parsing library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11911,7 +11911,7 @@ self: { libraryHaskellDepends = [ array base ]; testHaskellDepends = [ base Cabal ]; description = "Knuth–Morris–Pratt string searching algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "KSP" = callPackage @@ -11922,8 +11922,8 @@ self: { sha256 = "19sjr9vavxnbv5yp2c01gy6iz1q2abllcsf378n15f3z064ffqn6"; libraryHaskellDepends = [ base ]; description = "A library with the kerbal space program universe and demo code"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11935,8 +11935,8 @@ self: { sha256 = "1mzdaj6h21is3fwnckzq5zcxd4zqahsdppsx65bv5vdplsiadrw5"; libraryHaskellDepends = [ base hmatrix ]; description = "A slightly extended Kalman filter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11949,7 +11949,7 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; testHaskellDepends = [ base QuickCheck ]; description = "KdTree, for efficient search in K-dimensional point clouds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Ketchup" = callPackage @@ -11964,8 +11964,8 @@ self: { base base64-bytestring bytestring directory mime-types network text ]; description = "A super small web framework for those who don't like big and fancy codebases"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -11992,7 +11992,7 @@ self: { ]; description = "A compiler from Curry to Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {kics = null;}; "KiCS-debugger" = callPackage @@ -12014,7 +12014,7 @@ self: { ]; description = "debug features for kics"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "KiCS-prophecy" = callPackage @@ -12030,7 +12030,7 @@ self: { executableHaskellDepends = [ base KiCS ]; description = "a transformation used by the kics debugger"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Kleislify" = callPackage @@ -12041,7 +12041,7 @@ self: { sha256 = "0f7f6sxb774h9dx6xy6wbcrc5b2i27k9m5ay3hq9hqsjg86qmxyl"; libraryHaskellDepends = [ base ]; description = "Variants of Control.Arrow functions, specialised to kleislis."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Konf" = callPackage @@ -12053,7 +12053,7 @@ self: { libraryHaskellDepends = [ base containers parsec ]; description = "A configuration language and a parser"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Kriens" = callPackage @@ -12064,8 +12064,8 @@ self: { sha256 = "1b6r4860qnnszs4giaidd8z1xch8vvq8qdyb9linrdhxpf5ad3sw"; libraryHaskellDepends = [ base ]; description = "Category for Continuation Passing Style"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12082,7 +12082,7 @@ self: { ]; description = "Library for automated composition and musical learning"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "KyotoCabinet" = callPackage @@ -12096,8 +12096,8 @@ self: { libraryHaskellDepends = [ base bytestring extensible-exceptions ]; librarySystemDepends = [ kyotocabinet ]; description = "Kyoto Cabinet DB bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) kyotocabinet;}; @@ -12115,8 +12115,8 @@ self: { base cairo containers gtk mtl old-time parsec random ]; description = "Plant growing programming game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12133,8 +12133,8 @@ self: { ]; librarySystemDepends = [ openblasCompat ]; description = "Linear Algebra on Typed Spaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openblasCompat;}; @@ -12150,7 +12150,7 @@ self: { base bytestring hspec lens mtl vector ]; description = "LC-3 virtual machine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "LDAP" = callPackage @@ -12166,7 +12166,7 @@ self: { testHaskellDepends = [ base HUnit ]; testSystemDepends = [ openldap ]; description = "Haskell binding for C LDAP API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openldap;}; "LDAPv3" = callPackage @@ -12189,8 +12189,8 @@ self: { tasty-quickcheck text text-short ]; description = "Lightweight Directory Access Protocol (LDAP) version 3"; - license = stdenv.lib.licenses.gpl2Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12203,7 +12203,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base ]; description = "A continuation-based parser library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "LRU" = callPackage @@ -12214,8 +12214,8 @@ self: { sha256 = "0yppxz78y5myh9f53yqz6naqj15vk2h7fl3h8h8dps72zw9c5aqn"; libraryHaskellDepends = [ base containers QuickCheck ]; description = "Implements an LRU data structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12236,8 +12236,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion time ]; description = "LTS: Labelled Transition System"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12249,7 +12249,7 @@ self: { sha256 = "0liqz3n2ycidwmg8iz7mbm0d087fcfgphvbip8bsn0hpwlf10dvw"; libraryHaskellDepends = [ base transformers ]; description = "Tree with only leaves carrying the data"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "LambdaCalculator" = callPackage @@ -12266,7 +12266,7 @@ self: { base binary bytestring haskeline mtl parsec pretty ]; description = "A basic lambda calculator with beta reduction and a REPL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "LambdaDB" = callPackage @@ -12281,7 +12281,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "On-memory Database using Lambda Function environment"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "LambdaDesigner" = callPackage @@ -12298,8 +12298,8 @@ self: { lens-aeson matrix text transformers vector ]; description = "A type-safe EDSL for TouchDesigner written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12332,8 +12332,8 @@ self: { ]; testHaskellDepends = [ async base filepath optparse-applicative ]; description = "A game engine library for tactical squad ASCII roguelike dungeon crawlers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12353,8 +12353,8 @@ self: { vector ]; description = "Graphical Interaction Net Evaluator for Optimal Evaluation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12370,8 +12370,8 @@ self: { base binary bytestring hmatrix random random-shuffle split ]; description = "A configurable and extensible neural network library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12396,8 +12396,8 @@ self: { test-framework-quickcheck2 th-instances transformers tuple uniplate ]; description = "Quasiquoter, and Arbitrary helpers for the lambda calculus"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12416,7 +12416,7 @@ self: { ]; description = "Simple shell for evaluating lambda expressions"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12429,8 +12429,8 @@ self: { libraryHaskellDepends = [ base filepath hspec mtl process text ]; testHaskellDepends = [ base filepath hspec mtl process text ]; description = "A library to easily host Haskell based programming competitions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12447,8 +12447,8 @@ self: { pipes-parse ]; description = "Library for RedPitaya"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12461,7 +12461,7 @@ self: { libraryHaskellDepends = [ base ]; description = "A transfinite cardinal arithmetic library including all known large cardinals"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Lastik" = callPackage @@ -12477,8 +12477,8 @@ self: { pureMD5 SHA zip-archive ]; description = "A library for compiling programs in a variety of languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12515,7 +12515,7 @@ self: { base binary byteable bytestring criterion cryptonite memory ]; description = "Lazy PBKDF2 generator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "LazyVault" = callPackage @@ -12528,8 +12528,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath unix ]; description = "A simple sandboxing tool for Haskell packages"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12545,8 +12545,8 @@ self: { executableHaskellDepends = [ base containers hmatrix vector ]; testHaskellDepends = [ base containers hmatrix vector ]; description = "The most frequently used machine learning tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12560,8 +12560,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory random SDL SDL-ttf ]; description = "A Snake II clone written using SDL"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12582,8 +12582,8 @@ self: { libraryPkgconfigDepends = [ ncurses ]; libraryToolDepends = [ c2hs ]; description = "Haskell bindings for libclang (a C++ parsing library)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (self.llvmPackages) clang; inherit (pkgs) ncurses;}; @@ -12603,7 +12603,7 @@ self: { utf8-string ]; description = "Bindings to libzip, a library for manipulating zip archives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Limit" = callPackage @@ -12614,8 +12614,8 @@ self: { sha256 = "1yd8c443ql17daicn3r9jiwxxjlpqnpnvkbxcszjha4i4ar94zq1"; libraryHaskellDepends = [ base ]; description = "Wrapper for data that can be unbounded"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12630,8 +12630,8 @@ self: { array base cmdargs haskell98 QuickCheck ]; description = "Partition the sequence of items to the subsequences in the order given"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12659,7 +12659,7 @@ self: { base bytestring containers criterion deepseq text ]; description = "Collection of types for natural language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "LinkChecker" = callPackage @@ -12676,8 +12676,8 @@ self: { base containers haskell98 HTTP mtl network tagsoup ]; description = "Check a bunch of local html files for broken links"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12690,8 +12690,8 @@ self: { libraryHaskellDepends = [ base binary bytestring HTF mtl ]; testHaskellDepends = [ base binary bytestring HTF mtl ]; description = "Algorithmic Doom map generation"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12705,7 +12705,7 @@ self: { editedCabalFile = "11ws93cdzz7k4nvcld2d74155mdgcvyi6f6an7gpf9z4k523c11n"; libraryHaskellDepends = [ base transformers ]; description = "List monad transformer and class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ListLike" = callPackage @@ -12726,7 +12726,7 @@ self: { random text utf8-string vector ]; description = "Generalized support for list-like structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ListT" = callPackage @@ -12744,8 +12744,8 @@ self: { base smallcheck tasty tasty-smallcheck transformers util ]; description = "List transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12759,7 +12759,7 @@ self: { base directory filepath List transformers ]; description = "Trees and monadic trees expressed as monadic lists where the underlying monad is a list"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ListWriter" = callPackage @@ -12771,7 +12771,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base hspec ]; description = "define a list constant using Monadic syntax other than overhead [,]"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ListZipper" = callPackage @@ -12782,7 +12782,7 @@ self: { sha256 = "0z3izxpl21fxz43jpx7zqs965anb3gp5vidv3pwwznr88ss2j6a9"; libraryHaskellDepends = [ base QuickCheck ]; description = "Simple zipper for lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "LiterateMarkdown" = callPackage @@ -12798,8 +12798,8 @@ self: { testHaskellDepends = [ base ]; doHaddock = false; description = "Converter to convert from .lhs to .md and vice versa."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12811,8 +12811,8 @@ self: { sha256 = "0jplyy09i2rr5l8qzkyd41wwi7yj3sxlrz8f36ygdwxnwqfk2w01"; libraryHaskellDepends = [ base ]; description = "Logic"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12849,8 +12849,8 @@ self: { ]; benchmarkHaskellDepends = [ base cereal criterion deepseq ]; description = "a parallel implementation of logic programming using distributed tree exploration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12872,8 +12872,8 @@ self: { ]; librarySystemDepends = [ openmpi ]; description = "an adapter for LogicGrowsOnTrees that uses MPI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openmpi;}; @@ -12899,8 +12899,8 @@ self: { random stm test-framework test-framework-hunit transformers ]; description = "an adapter for LogicGrowsOnTrees that uses multiple processes running in a network"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12927,8 +12927,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion LogicGrowsOnTrees ]; description = "an adapter for LogicGrowsOnTrees that uses multiple processes for parallelism"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12949,8 +12949,8 @@ self: { utf8-string ]; description = "An execution and testing framework for the Linden Scripting Language (LSL)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -12971,8 +12971,8 @@ self: { time-http unix zlib ]; description = "HTTP Daemonic Library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13001,8 +13001,8 @@ self: { transformers ]; description = "A static website and blog generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13015,8 +13015,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; testHaskellDepends = [ base containers mtl ]; description = "Generate MASM code from haskell"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13028,8 +13028,8 @@ self: { sha256 = "0yh84vybrxs6bv3z4qx4n9m4xwsb4kw21l35s5v4gg8yllgbb79r"; libraryHaskellDepends = [ base bytestring hidapi mtl ]; description = "Haskell interface for controlling the mBot educational robot"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13048,8 +13048,8 @@ self: { ]; executableHaskellDepends = [ cmdargs split ]; description = "Folding algorithm based on nucleotide cyclic motifs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13075,8 +13075,8 @@ self: { ]; libraryToolDepends = [ cpphs ]; description = "stateful, RESTful web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13088,8 +13088,8 @@ self: { sha256 = "0nlj914ahipyfqv1l7qr66pa0a8g4g6ks6mipc38z5f1jy0kjrva"; libraryHaskellDepends = [ base transformers ]; description = "The category of monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13117,8 +13117,8 @@ self: { tasty-quickcheck tasty-th ]; description = "Library for using Mixed Integer Programming (MIP)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13143,8 +13143,8 @@ self: { tasty tasty-hunit tasty-quickcheck tasty-th ]; description = "A GLPK backend to the MIP library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) glpk;}; @@ -13156,8 +13156,8 @@ self: { sha256 = "04yvf4a07cy47qzl9p8x45qbk2i6yapfps7hx85p589338s8b72y"; libraryHaskellDepends = [ base ghc-prim monad-loops ref-mtl stm ]; description = "Michael-Scott queue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13171,8 +13171,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers mtl parsec ]; description = "Builds decks out of a meta"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13202,8 +13202,8 @@ self: { template-haskell tf-random time transformers unix ]; description = "Automatic inductive functional programmer by systematic search"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13222,8 +13222,8 @@ self: { transformers vector ]; description = "Haskell library to interact with Mailchimp JSON API Version 3.0"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13240,8 +13240,8 @@ self: { ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Class of key-value maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13255,7 +13255,7 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base ]; description = "mapWith: like fmap, but with additional parameters (isFirst, isLast, etc)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Mapping" = callPackage @@ -13266,8 +13266,8 @@ self: { sha256 = "1yz7dgmhlkqmf3fc2y32j9lr01zfjjqy9pnnj3bh03b9khblw0pn"; libraryHaskellDepends = [ base ]; description = "Mapping"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13281,8 +13281,8 @@ self: { editedCabalFile = "1045p10l7smabidysk52m16sgqgfpa70ny8nwyn56238i02cd7ir"; libraryHaskellDepends = [ base mtl ]; description = "MaybeT monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13294,8 +13294,8 @@ self: { sha256 = "034v9n6ldjn1hsv4rphvysbykm8x0jqa2prbw7k28fkp6m30j74x"; libraryHaskellDepends = [ base monads-tf transformers ]; description = "MaybeT monad transformer compatible with monads-tf (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13307,8 +13307,8 @@ self: { sha256 = "189w8dpxyq7gksca6k08hb4vpanpz06c99akgzpcpjy0i7k22ily"; libraryHaskellDepends = [ base monads-fd transformers ]; description = "MaybeT monad transformer using transformers instead of mtl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13328,8 +13328,8 @@ self: { pretty random regex-posix time ]; description = "Console-based Role Playing Game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13341,8 +13341,8 @@ self: { sha256 = "0rnbg7w3qc3xsbzpw5is7w7qdjl2kqbr1acc744aggwlibazl59w"; libraryHaskellDepends = [ base vector ]; description = "Mean shift algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13354,8 +13354,8 @@ self: { sha256 = "1vy8ykjy9cpv661byqv21775zbyciqx2hf77c1nl58nn34x0s2ds"; libraryHaskellDepends = [ base ]; description = "A library for units of measurement"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13367,8 +13367,8 @@ self: { sha256 = "1qqdvrhqm187gi9dj78z9ijcrrk6wv0a9cx060aa0278nayr4b2w"; libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13380,8 +13380,8 @@ self: { sha256 = "00vmxrydynn8kjqn48q6kmd802m4q4y1n7cqq33vsi482ijrjak1"; libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13395,7 +13395,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base newtype-generics ]; description = "Trie-based memo functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "MetaHDBC" = callPackage @@ -13411,7 +13411,7 @@ self: { ]; description = "Statically checked database access"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13423,8 +13423,8 @@ self: { sha256 = "0gbxayv4wv7zk53iqvsvsbby1js5zlwf6802rix6h3fx4xpzllab"; libraryHaskellDepends = [ base containers stringtable-atom ]; description = "A meta-object system for Haskell based on Perl 6"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13436,8 +13436,8 @@ self: { sha256 = "1ks5h3vlla2d86wvf2a4z1qifsinya2skq8ygdk45ynnwk735y4x"; libraryHaskellDepends = [ base hstats ]; description = "Evaluation metrics commonly used in supervised machine learning"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13456,8 +13456,8 @@ self: { process time ]; description = "Haskell mailing list manager"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13474,8 +13474,8 @@ self: { WaveFront ]; description = "OpenGL for dummies"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13492,8 +13492,8 @@ self: { transformers url wreq xml ]; description = "Interface for Microsoft Translator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13514,7 +13514,7 @@ self: { executableToolDepends = [ alex happy ]; description = "A toy dependently typed programming language with type-based termination"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "MissingH" = callPackage @@ -13537,7 +13537,7 @@ self: { old-time parsec regex-compat time unix ]; description = "Large utility library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "MissingK" = callPackage @@ -13548,7 +13548,7 @@ self: { sha256 = "1x8ygk64v1crj92zwdv2jh7rw5n53k0wx0bkjmkjn2x1vklsdinz"; libraryHaskellDepends = [ base glib template-haskell ]; description = "Useful types and definitions missing from other libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "MissingM" = callPackage @@ -13565,7 +13565,7 @@ self: { test-framework-quickcheck2 transformers ]; description = "findM and other missing 'M's"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "MissingPy" = callPackage @@ -13576,8 +13576,8 @@ self: { sha256 = "0390ap25qj6a37jllsih39q5apgvwdjdw5m7jgfrllkp5bng6yj6"; libraryHaskellDepends = [ anydbm base MissingH ]; description = "Haskell interface to Python"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13600,8 +13600,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13613,7 +13613,7 @@ self: { sha256 = "1n90lfrvfr1ni7ninlxbs4wk0m7mibdpi9sy26ifih51nmk8nziq"; libraryHaskellDepends = [ base numeric-prelude ]; description = "Modular arithmetic via Numeric-Prelude"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "Moe" = callPackage @@ -13627,8 +13627,8 @@ self: { libraryHaskellDepends = [ base GLUT random ]; executableHaskellDepends = [ base GLUT random ]; description = "A FRP library based on signal functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13644,8 +13644,8 @@ self: { aeson base bytestring containers text unordered-containers ]; description = "Utilities working with MoeDict.tw JSON dataset"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13661,8 +13661,8 @@ self: { base extensible-exceptions MonadCatchIO-transformers ]; description = "Monad-transformer version of the Control.Exception module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13674,8 +13674,8 @@ self: { sha256 = "0jfq5v1jigxl9mnnvpqph9ayq840s9nyb5srym04mbicri4gbjan"; libraryHaskellDepends = [ base MonadCatchIO-mtl mtl primitive ]; description = "Polymorphic combinators for working with foreign functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13691,8 +13691,8 @@ self: { base extensible-exceptions monads-tf transformers ]; description = "Monad-transformer compatible version of the Control.Exception module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13708,8 +13708,8 @@ self: { base MonadCatchIO-transformers primitive transformers ]; description = "Polymorphic combinators for working with foreign functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13721,8 +13721,8 @@ self: { sha256 = "1jq8ms16karqqa6qxp4n24f2v4bcc8n8mzfjm6b6q3n8hg7dj8yd"; libraryHaskellDepends = [ base free mmorph mtl transformers ]; description = "Methods for composing monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13739,8 +13739,8 @@ self: { libraryHaskellDepends = [ base parsec template-haskell ]; executableHaskellDepends = [ base haskell98 process ]; description = "Automatically generate layered monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13752,7 +13752,7 @@ self: { sha256 = "1nmy7dfzrkd8yfv5i9vlmjq9khnyi76ayvkzgcf783v5hfzcn4mh"; libraryHaskellDepends = [ base mtl ]; description = "MonadPrompt, implementation & examples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "MonadRandom" = callPackage @@ -13767,7 +13767,7 @@ self: { base mtl primitive random transformers transformers-compat ]; description = "Random-number generation monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "MonadRandomLazy" = callPackage @@ -13778,7 +13778,7 @@ self: { sha256 = "0zqw3g69dx72rjmmbjjgvv06jr7j64fy4c4zkqyra4h5hxflb282"; libraryHaskellDepends = [ base MonadRandom mtl random ]; description = "Lazy monad for psuedo random-number generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "MonadStack" = callPackage @@ -13789,8 +13789,8 @@ self: { sha256 = "0fsnc17dxmv3qnmz54gw3wy2camgp23ip9jfi543xqks0l8n7gcz"; libraryHaskellDepends = [ base mtl ]; description = "Generalizing lift to monad stacks"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13806,7 +13806,7 @@ self: { executableHaskellDepends = [ array base directory GLUT OpenGL ]; description = "2-D arcade scroller"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13822,8 +13822,8 @@ self: { executableHaskellDepends = [ ansi-terminal base process time ]; testHaskellDepends = [ ansi-terminal base doctest process time ]; description = "A minimalistic CLI Pomodoro timer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13842,8 +13842,8 @@ self: { array base containers directory free free-game mtl ]; description = "A simple tetris clone"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13855,8 +13855,8 @@ self: { sha256 = "0250xqc5fgl8mg9yb0ykbfmxnyxacqbvi692irgfw89gf9vkh886"; libraryHaskellDepends = [ base ]; description = "Monad transformer library with uniform liftings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13868,8 +13868,8 @@ self: { sha256 = "0svdyfzv4xlwjnc61wwik8a60a5667lhsys49sgry65a1v2csnv0"; libraryHaskellDepends = [ base Monatron transformers ]; description = "MonadIO instances for the Monatron transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13881,8 +13881,8 @@ self: { sha256 = "1p8s2agsni56h7vlydbhy7qhi0qkwafpcrsfafrlg44gvpwff15y"; libraryHaskellDepends = [ base containers haskell98 mtl ]; description = "Symbolic computations in strict monoidal categories with LaTeX output"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13894,7 +13894,7 @@ self: { sha256 = "1dglyak17db7q9nd6s255w2zh8lh192vidyjvgvh53vbybymb20z"; libraryHaskellDepends = [ base containers split ]; description = "Morse code"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "MuCheck" = callPackage @@ -13914,8 +13914,8 @@ self: { temporary time ]; description = "Automated Mutation Testing"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13930,8 +13930,8 @@ self: { libraryHaskellDepends = [ base HUnit MuCheck ]; executableHaskellDepends = [ base HUnit MuCheck ]; description = "Automated Mutation Testing for HUnit tests"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13946,8 +13946,8 @@ self: { libraryHaskellDepends = [ base hspec hspec-core MuCheck ]; executableHaskellDepends = [ base hspec hspec-core MuCheck ]; description = "Automated Mutation Testing for Hspec tests"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13962,8 +13962,8 @@ self: { libraryHaskellDepends = [ base MuCheck QuickCheck ]; executableHaskellDepends = [ base MuCheck QuickCheck ]; description = "Automated Mutation Testing for QuickCheck tests"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13978,8 +13978,8 @@ self: { libraryHaskellDepends = [ base MuCheck smallcheck ]; executableHaskellDepends = [ base MuCheck smallcheck ]; description = "Automated Mutation Testing for SmallCheck tests"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -13991,7 +13991,7 @@ self: { sha256 = "169mgcyls0dsifnbp615r4i3g64ga2vbczsiv4aq17d1nma8sw19"; libraryHaskellDepends = [ array base ]; description = "Munkres' assignment algorithm (hungarian method)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Munkres-simple" = callPackage @@ -14002,8 +14002,8 @@ self: { sha256 = "0k5v37qrhb8i5hfx9jvkggjmry2jrzw967s17l2x561qmm59c2rb"; libraryHaskellDepends = [ array base bimap containers Munkres ]; description = "Simple and typesafe layer over the Munkres package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14023,7 +14023,7 @@ self: { transformers unliftio-core vector xml-conduit xml-types ]; description = "interface to MusicBrainz XML2 and JSON web services"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "MusicBrainz-libdiscid" = callPackage @@ -14070,8 +14070,8 @@ self: { base QuickCheck tasty tasty-quickcheck tasty-th vector ]; description = "Most likely order of mutation events in RNA"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14087,8 +14087,8 @@ self: { executableHaskellDepends = [ base containers ]; benchmarkHaskellDepends = [ base time ]; description = "Generate all primes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14102,8 +14102,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base HCL HTTP network regex-compat ]; description = "Simple application for calculating n-grams using Google"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14116,7 +14116,7 @@ self: { libraryHaskellDepends = [ base containers ]; description = "A transparent nested Map structure"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14157,8 +14157,8 @@ self: { test-framework-hunit test-framework-quickcheck2 time ]; description = "A Haskell interface to Lego Mindstorms NXT"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {bluetooth = null;}; @@ -14177,8 +14177,8 @@ self: { unordered-containers ]; description = "Generate NXC Code from DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14200,7 +14200,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Easy-and-safe-to-use high-level Haskell bindings to NaCl"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "NameGenerator" = callPackage @@ -14213,7 +14213,7 @@ self: { editedCabalFile = "01ma6068mnwn9f7jpa5g8kkl7lyhl5wnpw9ad44zz9gki1mrw37i"; libraryHaskellDepends = [ base containers random ]; description = "A name generator written in Haskell"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "NanoProlog" = callPackage @@ -14227,8 +14227,8 @@ self: { libraryHaskellDepends = [ base containers ListLike uu-parsinglib ]; executableHaskellDepends = [ base uu-parsinglib ]; description = "Very small interpreter for a Prolog-like language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14241,7 +14241,7 @@ self: { libraryHaskellDepends = [ base containers ghc-prim vector ]; description = "Naperian Functors for APL-like programming"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "NaperianNetCDF" = callPackage @@ -14255,8 +14255,8 @@ self: { libraryHaskellDepends = [ base hnetcdf Naperian vector ]; executableHaskellDepends = [ base hnetcdf Naperian split ]; description = "Instances of NcStore for hypercuboids"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14286,8 +14286,8 @@ self: { mwc-random random unordered-containers vector ]; description = "Simple scoring schemes for word alignments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14301,8 +14301,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bytestring strict ]; description = "Natural sorting for strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14320,8 +14320,8 @@ self: { base containers ContextAlgebra lattices multiset QuickCheck ]; description = "Context Algebra of near"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14344,8 +14344,8 @@ self: { network stm vector ]; description = "Simple networked key/value store"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14357,8 +14357,8 @@ self: { sha256 = "1kmv20haxkqn1cwy9g59nmjpn5x1rng2rrd8y3gwxfdwn8blc735"; libraryHaskellDepends = [ base comonad distributive ]; description = "Nested composition of functors with a type index tracking nesting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14370,7 +14370,7 @@ self: { sha256 = "1sdlnjnlbk5b04zyhr7574g2ghcivzvkxnm2aak4h9bik00gb1lv"; libraryHaskellDepends = [ base random vector ]; description = "A port of John Skilling's nested sampling C code to Haskell"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "NetSNMP" = callPackage @@ -14383,8 +14383,8 @@ self: { librarySystemDepends = [ net_snmp ]; testHaskellDepends = [ base bytestring HUnit process ]; description = "Bindings for net-snmp's C API for clients"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {net_snmp = null;}; @@ -14405,7 +14405,7 @@ self: { ]; description = "High-level abstraction over 9P protocol"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "NewBinary" = callPackage @@ -14417,7 +14417,7 @@ self: { libraryHaskellDepends = [ array base integer ]; description = "A binary I/O library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {integer = null;}; @@ -14429,7 +14429,7 @@ self: { sha256 = "1k6qdp4zmqjl2f6cqy1zzzl6ncb2m9r0qgh4c24i2h5kkxmm3cab"; libraryHaskellDepends = [ base binary ]; description = "9P2000 in pure Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Ninjas" = callPackage @@ -14448,8 +14448,8 @@ self: { networked-game random ]; description = "Ninja game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14461,7 +14461,7 @@ self: { sha256 = "0g9vqkpcmn66922z2yqp29h4kp2n2xnz1rva294h0kh39hiklrlv"; libraryHaskellDepends = [ base template-haskell ]; description = "Placeholder package to preserve debug ability via conditional builds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "NoSlow" = callPackage @@ -14480,8 +14480,8 @@ self: { storablevector template-haskell uvector vector ]; description = "Microbenchmarks for various array libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14494,8 +14494,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Remove all the functions come from Debug.Trace after debugging"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14507,7 +14507,7 @@ self: { sha256 = "0sjyq8nilqhmlhbagi1ms2zh7fyhzci9w5hj3dyxpd2ccq1bbvyq"; libraryHaskellDepends = [ array base data-default vector ]; description = "A Haskell coherent noise generator based on libnoise"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Nomyx" = callPackage @@ -14526,8 +14526,8 @@ self: { Nomyx-Core Nomyx-Language Nomyx-Web safe stm time ]; description = "A Nomic game in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14554,8 +14554,8 @@ self: { template-haskell temporary text time unix ]; description = "A Nomic game in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14575,8 +14575,8 @@ self: { time-recurrence ]; description = "Language to express rules for Nomic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14594,8 +14594,8 @@ self: { time time-recurrence ]; description = "Language to express rules for Nomic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14620,8 +14620,8 @@ self: { web-routes-happstack web-routes-regular web-routes-th ]; description = "Web gui for Nomyx"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14633,8 +14633,8 @@ self: { sha256 = "0nycv791c6b5bcaz5y9wm3wxn1p930p163qs1rpdiix04fnaxgxl"; libraryHaskellDepends = [ base ]; description = "Library providing a non-empty list datatype, and total functions operating on it"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14651,8 +14651,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A list with a length of at least one"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14664,7 +14664,7 @@ self: { sha256 = "0ycnwn09izajv330l7a31mc0alifqmxjsn9qmfswwnbg6i4jmnyb"; libraryHaskellDepends = [ base ]; description = "Instances of numeric classes for functions and tuples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "NumLazyByteString" = callPackage @@ -14675,7 +14675,7 @@ self: { sha256 = "17ca34hxaz9xk3ykkzp14n7wb31aiza12859k3rmvwhnq4j89jqs"; libraryHaskellDepends = [ base binary bytestring ]; description = "Num, Enum, Eq, Integral, Ord, Real, and Show instances for Lazy ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "NumberSieves" = callPackage @@ -14686,8 +14686,8 @@ self: { sha256 = "1w8y46ivli37rlhkdrnw13qv6f0m13a88w0qkfw949b09vdp2nw2"; libraryHaskellDepends = [ array base ]; description = "Number Theoretic Sieves: primes, factorization, and Euler's Totient"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14700,8 +14700,8 @@ self: { libraryHaskellDepends = [ base containers primes ]; testHaskellDepends = [ base containers HUnit primes ]; description = "A library for number theoretic computations, written in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14730,8 +14730,8 @@ self: { ADPfusion base ghc-prim mtl primitive PrimitiveArray vector ]; description = "Nussinov78 using the ADPfusion library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14743,8 +14743,8 @@ self: { sha256 = "1m7qx5zydz5jpk6a55k7rzchlwmkd91gsiqmn26qqn50ab3di35j"; libraryHaskellDepends = [ base ]; description = "A little library to calculate nutrition values of food items"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14756,8 +14756,8 @@ self: { sha256 = "1w8lpi2r315b4ry234gi4rq09j92zvhr9ibxwsig6544cbb5g8qm"; libraryHaskellDepends = [ base mtl ]; description = "A context aware binding for the OpenGL graphics system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14782,8 +14782,8 @@ self: { ]; executableHaskellDepends = [ base filepath ]; description = "ONC RPC (aka Sun RPC) and XDR library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14799,8 +14799,8 @@ self: { base comonad-transformers containers data-lens hxt newtype ]; description = "Parse OpenStreetMap files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14820,8 +14820,8 @@ self: { ]; testHaskellDepends = [ base bytestring tasty tasty-hunit time ]; description = "HMAC-Based and Time-Based One-Time Passwords (HOTP & TOTP)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14833,8 +14833,8 @@ self: { sha256 = "05lrqq4008vnfs2x8kxlyrgdvxmzk04rqvn0w65b691bp3vwnbf9"; libraryHaskellDepends = [ base containers ghc template-haskell ]; description = "Object oriented programming for haskell using multiparameter typeclasses"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14850,8 +14850,8 @@ self: { comctl32 comdlg32 gdi32 kernel32 ole32 shell32 user32 winmm winspool ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {comctl32 = null; comdlg32 = null; gdi32 = null; kernel32 = null; ole32 = null; shell32 = null; user32 = null; @@ -14865,7 +14865,7 @@ self: { sha256 = "046jm94rmm46cicd31pl54vdvfjvhd9ffbfycy2lxzc0fliyznvj"; libraryHaskellDepends = [ base transformers ]; description = "Explicitly handled object names"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Obsidian" = callPackage @@ -14882,8 +14882,8 @@ self: { mwc-random process rdtsc text value-supply vector ]; description = "Embedded language for GPU Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "Octree" = callPackage @@ -14900,8 +14900,8 @@ self: { base criterion deepseq ghc-prim lens linear QuickCheck ]; description = "Simple unbalanced Octree for storing data about 3D points"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14915,8 +14915,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Provides a wrapper for deriving word types with fewer bits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14929,8 +14929,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers HUnit ]; description = "Integer sets and relations using Presburger arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14967,8 +14967,8 @@ self: { text text-zipper time transformers vector vty ]; description = "Text UI library for performing parallel remote SSH operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -14980,7 +14980,7 @@ self: { sha256 = "15ls6kkf953288q7rsc49bvw467ll4nq28hvsgbaazdn7hf75ixc"; libraryHaskellDepends = [ base ]; description = "Singleton Tuple"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Only" = callPackage @@ -14993,7 +14993,7 @@ self: { editedCabalFile = "1ahk7p34kmh041mz7lyc10nhcxgv2i4z8nvzxvqm2x34gslmsbzr"; libraryHaskellDepends = [ base deepseq ]; description = "The 1-tuple type or single-value \"collection\""; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "OpenAFP" = callPackage @@ -15009,8 +15009,8 @@ self: { hashtables mtl process regex-compat ]; description = "IBM AFP document format parser and generator"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15031,8 +15031,8 @@ self: { xhtml ]; description = "Assorted utilities to work with AFP data streams"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15051,7 +15051,7 @@ self: { ]; librarySystemDepends = [ openal ]; description = "A binding to the OpenAL cross-platform 3D audio API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openal;}; "OpenCL" = callPackage @@ -15065,8 +15065,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base QuickCheck ]; description = "Haskell high-level wrapper for OpenCL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {OpenCL = null;}; @@ -15078,8 +15078,8 @@ self: { sha256 = "1a9nlrmxp3jwc3hbj79xm35aypfby04qy01fk4vyrp19diiinl07"; libraryHaskellDepends = [ base bytestring mtl ]; description = "The OpenCL Standard for heterogenous data-parallel computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15091,8 +15091,8 @@ self: { sha256 = "0xlm26jksp4jf1dhkpg4708r1ak5mjdc5x5fjp4fhizmzlk3348s"; libraryHaskellDepends = [ base bytestring mtl ]; description = "The OpenCL Standard for heterogenous data-parallel computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15111,7 +15111,7 @@ self: { text transformers ]; description = "A binding for the OpenGL graphics system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "OpenGLCheck" = callPackage @@ -15124,8 +15124,8 @@ self: { base checkers haskell98 OpenGL QuickCheck ]; description = "Quickcheck instances for various data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15142,7 +15142,7 @@ self: { ]; librarySystemDepends = [ libGL ]; description = "A raw binding for the OpenGL graphics system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libGL;}; "OpenGLRaw21" = callPackage @@ -15154,7 +15154,7 @@ self: { libraryHaskellDepends = [ OpenGLRaw ]; description = "The intersection of OpenGL 2.1 and OpenGL 3.1 Core"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "OpenSCAD" = callPackage @@ -15173,8 +15173,8 @@ self: { tasty tasty-hunit testpack ]; description = "ADT wrapper and renderer for OpenSCAD models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15186,8 +15186,8 @@ self: { sha256 = "0ad96lbwcwl7vvk5vx1mmb0wj28c541jwd9nsm7l5na9qdxfhzvj"; libraryHaskellDepends = [ base GLUT OpenGL OpenGLRaw OpenVGRaw ]; description = "OpenVG (ShivaVG-0.2.1) binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15199,8 +15199,8 @@ self: { sha256 = "1fdg5b8f2x36x6gmdkazkmhqgknagd0kzr70hydygsmqbf2im5x2"; libraryHaskellDepends = [ base OpenGLRaw ]; description = "Raw binding to OpenVG (ShivaVG-0.2.1 implementation)."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15212,8 +15212,8 @@ self: { sha256 = "1b880lrzdxww3j19zspnj49ifsn89n0ac1h5xf7nn83847k8q2qk"; libraryHaskellDepends = [ array base containers mtl ]; description = "Groebner basis computation for Operads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15225,7 +15225,7 @@ self: { sha256 = "07l2fagp60ykhsr3dxclkfgg1pxawj2xf0wxrn3dksjdlx0hg5j5"; libraryHaskellDepends = [ base hashable syb ]; description = "The OptDir type for representing optimization directions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "OrPatterns" = callPackage @@ -15241,8 +15241,8 @@ self: { template-haskell ]; description = "A quasiquoter for or-patterns"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15262,8 +15262,8 @@ self: { random ]; description = "Unofficial Haskell Client Library for the Orchestrate.io API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15283,7 +15283,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Efficient ordered (by popcount) enumeration of bits"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Ordinals" = callPackage @@ -15294,7 +15294,7 @@ self: { sha256 = "04xk74rl2d6vp1kn197hsbkkwdvwvqpjqg3kgkpkl2i0r90y8lsi"; libraryHaskellDepends = [ base ]; description = "Ordinal arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Ordinary" = callPackage @@ -15309,8 +15309,8 @@ self: { executableHaskellDepends = [ base safe threepenny-gui ]; testHaskellDepends = [ base safe threepenny-gui ]; description = "A Programming Language in Construction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15326,8 +15326,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15339,7 +15339,7 @@ self: { sha256 = "08mkq72zv9ywp002vwjk7gl6pq6915zdd06sp4ap935aqdjrhn0p"; libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Arrow parser combinators similar to Parsec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "PBKDF2" = callPackage @@ -15352,8 +15352,8 @@ self: { editedCabalFile = "0gnvhijrjj39z9y4m1ic2nys2yi3ida7yh93b9q88r6i02m2k23f"; libraryHaskellDepends = [ base binary bytestring Crypto random ]; description = "Make password-based security schemes more secure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15368,7 +15368,7 @@ self: { ]; description = "Extension to Show: templating, catalogizing, languages, parameters, etc"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15386,7 +15386,7 @@ self: { ]; description = "An addon to PCLT package: enchance PCLT catalog with PostgreSQL powers"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15400,7 +15400,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bytestring containers ]; description = "A library for analysis of 3-D protein coordinates"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "PPrinter" = callPackage @@ -15411,8 +15411,8 @@ self: { sha256 = "1fcvjrsq40nc2z4dg5f3bkz9h8psp89ay28k1jnwxqgh74xnylzc"; libraryHaskellDepends = [ base containers ]; description = "A generic derivable Haskell pretty printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15426,7 +15426,7 @@ self: { editedCabalFile = "0n1yrv1x1dxbjn9hjr8lk4k5in9c75ixzldlmszayi26bvax7329"; libraryHaskellDepends = [ base ]; description = "Priority Search Queue"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "PTQ" = callPackage @@ -15444,7 +15444,7 @@ self: { ]; description = "An implementation of Montague's PTQ"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15464,8 +15464,8 @@ self: { random smtp-mail text time transformers ]; description = "This is a package which includes Assignments, Email, User and Reviews modules for Programming in Haskell course"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15492,8 +15492,8 @@ self: { stringtable-atom utf8-string uuid ]; description = "Page-oriented extraction and composition library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15512,8 +15512,8 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "a simple Paillier cryptosystem"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15534,8 +15534,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Pandoc support for literate Agda"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15560,8 +15560,8 @@ self: { typelevel-tensor vector ]; description = "a code generator for partial differential equations solvers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15580,7 +15580,7 @@ self: { base hspec Parallel-Arrows-Definition split ]; description = "BaseSpecs used for @Parallel-Arrows-Definition@ and Co"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Parallel-Arrows-Definition" = callPackage @@ -15591,7 +15591,7 @@ self: { sha256 = "1zdsvg0nx2vnvgx9vcwq8l1kanfp056mmiscs3716lswkrvhdlbf"; libraryHaskellDepends = [ base deepseq split ]; description = "Multithreaded evaluation using Arrows"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Parallel-Arrows-Eden" = callPackage @@ -15611,8 +15611,8 @@ self: { Parallel-Arrows-Definition QuickCheck split ]; description = "Eden based backend for @Parallel-Arrows-Definition@"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15632,7 +15632,7 @@ self: { Parallel-Arrows-Definition split ]; description = "GpH based backend for @Parallel-Arrows-Definition@ in a multicore variant"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Parallel-Arrows-ParMonad" = callPackage @@ -15651,7 +15651,7 @@ self: { Parallel-Arrows-Definition split ]; description = "Par Monad (@monad-par@) based backend for @Parallel-Arrows-Definition@"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Parry" = callPackage @@ -15668,8 +15668,8 @@ self: { old-locale process random RSA SafeSemaphore time unix ]; description = "A proven synchronization server for high performance computing"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15681,7 +15681,7 @@ self: { sha256 = "11vshnbxfl8p38aix4h2b0vms8j58agwxbmhd9pkxai764sl6j7g"; libraryHaskellDepends = [ base parsec ]; description = "Parsec combinators for more complex objects"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "ParserFunction" = callPackage @@ -15692,7 +15692,7 @@ self: { sha256 = "0l0j1mdycqsb5d32l7h0giwrj5yj54523gdn0bvim2vz67qrbxrq"; libraryHaskellDepends = [ base containers parsec ]; description = "Parse and evaluate mathematical expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "PartialTypeSignatures" = callPackage @@ -15703,7 +15703,7 @@ self: { sha256 = "04c01bcfrb79av2j9bivlwanmycasn7gjnc9gb5jm6gkwyvgv0h3"; libraryHaskellDepends = [ base containers syb template-haskell ]; description = "emulate partial type signatures with template haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "PasswordGenerator" = callPackage @@ -15714,8 +15714,8 @@ self: { sha256 = "12lxylmpi2f1ahy6w1n7jmwn9kay4hajgr95xbnqqdzv4dw6whzw"; libraryHaskellDepends = [ base QuickCheck ]; description = "Simple library for generating passwords"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15730,7 +15730,7 @@ self: { libraryHaskellDepends = [ base cmdargs HTTP network network-uri ]; executableHaskellDepends = [ base cmdargs ]; description = "CLI for pasting to lpaste.net"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "PathTree" = callPackage @@ -15746,8 +15746,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "A tree used to merge and maintain paths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15760,8 +15760,8 @@ self: { libraryHaskellDepends = [ base bytestring text ]; librarySystemDepends = [ libxml2 ]; description = "Relational optimiser and code generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libxml2;}; @@ -15773,7 +15773,7 @@ self: { sha256 = "0ss4p40gkqcw9bdh5iy0yar56gpsanrxld74q5dxvakrf8m6cqmz"; libraryHaskellDepends = [ base ]; description = "simple Peano numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "PeanoWitnesses" = callPackage @@ -15784,8 +15784,8 @@ self: { sha256 = "1g83jws23grl84gnq89rnppw6q7vsbhi9hk6lp5dq2n4818kamgg"; libraryHaskellDepends = [ base ]; description = "GADT type witnesses for Peano-style natural numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15802,8 +15802,8 @@ self: { ]; librarySystemDepends = [ cmph ]; description = "A perfect hashing library for mapping bytestrings to values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {cmph = null;}; @@ -15815,8 +15815,8 @@ self: { sha256 = "0lmmsvqbnw0k321254xfqlzmddvymy0mj50ax7caqj2fnarfgy4l"; libraryHaskellDepends = [ base ReplicateEffects ]; description = "Permutations of effectful computations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15835,8 +15835,8 @@ self: { base containers maximal-cliques parallel vector ]; description = "A versatile library for topological data analysis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15861,8 +15861,8 @@ self: { string-conversions temporary text time ]; description = "Personal Happstack Server Utils"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15874,8 +15874,8 @@ self: { sha256 = "1453rjp5whl9vywiq8i86vjfa8ys1ppwabhvlibqwsbx804q9yhr"; libraryHaskellDepends = [ base filepath process unix ]; description = "Process piping library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15887,8 +15887,8 @@ self: { sha256 = "07rzwkhz4b6nymygrhcz07dxl8fnvfrmfpcdj9qz3mwrcyf1kp9n"; libraryHaskellDepends = [ base template-haskell ]; description = "Partial isomorphisms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15907,7 +15907,7 @@ self: { base containers directory mtl random regex-compat ]; description = "Play Hangman Game"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "PlayingCards" = callPackage @@ -15922,8 +15922,8 @@ self: { base HUnit MonadRandom QuickCheck random-shuffle ]; description = "Playing cards api"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15945,8 +15945,8 @@ self: { transformers vector ]; description = "Real-time line plotter for generic data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15966,8 +15966,8 @@ self: { process random ]; description = "So far just a lint like program for PL/SQL. Diff and refactoring tools are planned"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -15979,7 +15979,7 @@ self: { sha256 = "047aw1pka7xsqnshbmirkxd80m92w96xfb0kpi1a22bx0kpgg58w"; libraryHaskellDepends = [ base containers regex-tdfa ]; description = "Pluralize English words"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Pollutocracy" = callPackage @@ -15993,7 +15993,7 @@ self: { executableHaskellDepends = [ array base clock GLUT random ]; description = "An imaginary world"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16007,8 +16007,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring network splice ]; description = "high-performance distributed reverse / forward proxy & tunneling for TCP"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16023,8 +16023,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ alsaLib ]; description = "A binding for PortMedia/PortMidi"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) alsaLib;}; "PostgreSQL" = callPackage @@ -16036,7 +16036,7 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Thin wrapper over the C postgresql library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Prelude" = callPackage @@ -16049,8 +16049,8 @@ self: { editedCabalFile = "14z8gv75jnvykk5naqcqqrdcx7160kzd3gnfdvx6rw4nqzsi6hw1"; libraryHaskellDepends = [ base ]; description = "A Prelude module replacement"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16084,7 +16084,7 @@ self: { vector-th-unbox ]; description = "Efficient multidimensional arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "PrimitiveArray-Pretty" = callPackage @@ -16106,8 +16106,8 @@ self: { test-framework-th ]; description = "Pretty-printing for primitive arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16119,7 +16119,7 @@ self: { sha256 = "0n1gva510p69vy25zvjkzwqqz2gilbns1wnrzz2p22rjkkbrinvx"; libraryHaskellDepends = [ base haskell98 pretty template-haskell ]; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16132,7 +16132,7 @@ self: { libraryHaskellDepends = [ base containers stm ]; description = "Read single output from an array of inputs - channels with priorities"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16144,8 +16144,8 @@ self: { sha256 = "0vmjg91yq4p0121ypjx4l1hh77j8xj6ha7awdvrjk5fjmz9xryh3"; libraryHaskellDepends = [ base MaybeT MonadRandom mtl ]; description = "Probability distribution monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16160,7 +16160,7 @@ self: { libraryHaskellDepends = [ base old-time random ]; executableHaskellDepends = [ base old-time random ]; description = "Propositional Logic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Proper" = callPackage @@ -16174,8 +16174,8 @@ self: { libraryHaskellDepends = [ base containers syb ]; executableHaskellDepends = [ base containers HUnit parsec syb ]; description = "An implementation of propositional logic in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16187,7 +16187,7 @@ self: { sha256 = "0mx3kgkcbhppz2p6g8vb9yx27219ca2w7k36j60vfhszni1c4gid"; libraryHaskellDepends = [ base mtl ]; description = "Proximity sets in N dimensions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Pugs" = callPackage @@ -16211,8 +16211,8 @@ self: { random stm stringtable-atom text time utf8-string ]; description = "A Perl 6 Implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16232,8 +16232,8 @@ self: { executableHaskellDepends = [ base ]; doHaddock = false; description = "A networked event handling framework for hooking into other programs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16249,7 +16249,7 @@ self: { base network parsec Pup-Events-PQueue stm transformers ]; description = "A networked event handling framework for hooking into other programs"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Pup-Events-Demo" = callPackage @@ -16267,8 +16267,8 @@ self: { Pup-Events-Server stm ]; description = "A networked event handling framework for hooking into other programs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16280,7 +16280,7 @@ self: { sha256 = "0sngiqxzj5kif452s2hn3x1kv257815c5v19dp4wqazbyc373iwx"; libraryHaskellDepends = [ base stm ]; description = "A networked event handling framework for hooking into other programs"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Pup-Events-Server" = callPackage @@ -16295,8 +16295,8 @@ self: { base network parsec Pup-Events-PQueue stm transformers ]; description = "A networked event handling framework for hooking into other programs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16319,8 +16319,8 @@ self: { process template-haskell temporary text ]; description = "Quasiquotations for a python like interpolated string formater"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16332,8 +16332,8 @@ self: { sha256 = "19xbnqm90b1wsxbjhjm1q1mld0rv4p6ga1chzl4i00yccpwsh7g8"; libraryHaskellDepends = [ base containers mtl old-time random ]; description = "The Quantum IO Monad is a library for defining quantum computations in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16345,8 +16345,8 @@ self: { sha256 = "0vbkvc0d7j4awvdiqs0kgz3fa9m0991zlzhs3w7rxi8if2crkn47"; libraryHaskellDepends = [ base random vector ]; description = "A library for fast, easy-to-use Q-learning"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16358,8 +16358,8 @@ self: { sha256 = "1f3wxc8ipb8ka02xq2snjs5wgl10mk528zjkpwdw5wf3fldhz037"; libraryHaskellDepends = [ base random vector ]; description = "QuadEdge structure for representing triangulations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16372,8 +16372,8 @@ self: { libraryHaskellDepends = [ base composition lens ]; testHaskellDepends = [ base composition lens QuickCheck ]; description = "QuadTree library for Haskell, with lens support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16390,7 +16390,7 @@ self: { th-lift-instances ]; description = "A QuasiQuoter for Text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Quelea" = callPackage @@ -16409,8 +16409,8 @@ self: { time transformers tuple unix uuid z3 zeromq4-haskell ]; description = "Programming with Eventual Consistency over Cassandra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16425,8 +16425,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base haskell-src-exts ]; description = "Annotation Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16444,7 +16444,7 @@ self: { ]; testHaskellDepends = [ base deepseq process ]; description = "Automatic testing of Haskell programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "QuickCheck-GenT" = callPackage @@ -16455,7 +16455,7 @@ self: { sha256 = "0bn594bgvavbphm5543kqljcc7hgxk4ir0fcdjw399sbfaxpn5yz"; libraryHaskellDepends = [ base mtl QuickCheck random ]; description = "A GenT monad transformer for QuickCheck library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "QuickCheck-safe" = callPackage @@ -16468,7 +16468,7 @@ self: { editedCabalFile = "0my9s0kcxkizbfckb35l5hyr1pmhx32l2lviy7zqh93mlmv9ig4s"; libraryHaskellDepends = [ base containers QuickCheck ]; description = "Safe reimplementation of QuickCheck's core"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "QuickCheckVariant" = callPackage @@ -16480,8 +16480,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Generator of \"valid\" and \"invalid\" data in a type class"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16505,8 +16505,8 @@ self: { websockets-snap ]; description = "Quick and easy data visualization with Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16521,8 +16521,8 @@ self: { aeson attoparsec base bytestring either text ]; description = "Quick JSON extractions with Aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16540,8 +16540,8 @@ self: { base directory filepath pandoc-types process split ]; executableHaskellDepends = [ base pandoc-types ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16558,7 +16558,7 @@ self: { base HUnit lens linear test-framework test-framework-hunit vector ]; description = "The RANSAC algorithm for parameter estimation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "RBTree" = callPackage @@ -16569,7 +16569,7 @@ self: { sha256 = "0p46b105lixbxqjz8pwxf4asl4s7zdh2ss3nvgmp1rclqfg6cwrq"; libraryHaskellDepends = [ base ]; description = "Pure haskell Red-Black-Tree implemetation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "RESTng" = callPackage @@ -16586,7 +16586,7 @@ self: { ]; description = "A framework for writing RESTful applications"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "RFC1751" = callPackage @@ -16602,7 +16602,7 @@ self: { base bytestring cereal hspec QuickCheck vector ]; description = "RFC-1751 library for Haskell"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "RJson" = callPackage @@ -16617,8 +16617,8 @@ self: { array base bytestring containers iconv mtl parsec syb-with-class ]; description = "A reflective JSON serializer/parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16631,8 +16631,8 @@ self: { libraryHaskellDepends = [ base binary bytestring ]; testHaskellDepends = [ base binary bytestring hspec ]; description = "RLP serialization as defined in Ethereum Yellow Paper"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16653,8 +16653,8 @@ self: { ]; executableSystemDepends = [ canlib ftd2xx ]; description = "Binding to code that controls a Segway RMP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {canlib = null; ftd2xx = null;}; @@ -16677,8 +16677,8 @@ self: { base BiobaseTurner BiobaseVienna BiobaseXNA cmdargs ]; description = "RNA secondary structure prediction"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16698,8 +16698,8 @@ self: { containers HsTools primitive PrimitiveArray RNAFold split vector ]; description = "RNA secondary structure folding"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16725,8 +16725,8 @@ self: { ]; executableHaskellDepends = [ bytestring cmdargs file-embed ]; description = "Multi-target RNA sequence design"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16746,8 +16746,8 @@ self: { ]; executableHaskellDepends = [ cmdargs ]; description = "Draw RNA secondary structures"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16780,8 +16780,8 @@ self: { text time vector ViennaRNAParser ]; description = "Unsupervized construction of RNA family models"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16802,8 +16802,8 @@ self: { ]; executableHaskellDepends = [ cmdargs split ]; description = "RNA folding with non-canonical basepairs and base-triplets"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16824,7 +16824,7 @@ self: { SHA tagged test-framework test-framework-quickcheck2 ]; description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "RSolve" = callPackage @@ -16838,7 +16838,7 @@ self: { libraryHaskellDepends = [ base containers lens mtl ]; executableHaskellDepends = [ base containers lens mtl ]; testHaskellDepends = [ base containers lens mtl ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "RabbitMQ" = callPackage @@ -16859,7 +16859,7 @@ self: { ]; description = "AMQP 0-9-1 client library for RabbitMQ servers"; license = "BSD-3-Clause AND GPL-3.0-or-later"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16879,8 +16879,8 @@ self: { sdl2-image sdl2-mixer time ]; description = "A puzzle game written in Haskell with a cat in lead role"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {}; "Random123" = callPackage @@ -16899,7 +16899,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion random ]; description = "Haskell port of Random123 library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "RandomDotOrg" = callPackage @@ -16910,8 +16910,8 @@ self: { sha256 = "0rfarn424wsvvwvi7b1qzvzc63dxfqmlyrfd0hdcvmgkq5h2iy4c"; libraryHaskellDepends = [ base HTTP-Simple network ]; description = "Interface to random.org"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16925,7 +16925,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base random-fu ]; description = "Randomness intuition trainer"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Range" = callPackage @@ -16936,8 +16936,8 @@ self: { sha256 = "0759508s75zba89jjr56sqpm7idgwsxynmf9zl9hwrz9q11fxrqh"; libraryHaskellDepends = [ base ]; description = "Data structure for managing ranges"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16952,7 +16952,7 @@ self: { libraryHaskellDepends = [ base HUnit QuickCheck ]; testHaskellDepends = [ base HUnit QuickCheck ]; description = "Ranged sets for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Ranka" = callPackage @@ -16969,7 +16969,7 @@ self: { ]; description = "HTTP to XMPP omegle chats gate"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -16990,8 +16990,8 @@ self: { filepath ghc GLUT monad-loops OpenGL OpenGLRaw time Yampa ]; description = "Soccer simulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17009,7 +17009,7 @@ self: { primitive transformers vector vector-algorithms ]; description = "A pure haskell drawing engine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Rattus" = callPackage @@ -17026,7 +17026,7 @@ self: { ]; testHaskellDepends = [ base containers ]; description = "A modal FRP language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ReadArgs" = callPackage @@ -17041,7 +17041,7 @@ self: { executableHaskellDepends = [ base system-filepath text ]; testHaskellDepends = [ base hspec system-filepath text ]; description = "Simple command line argument parsing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Redmine" = callPackage @@ -17064,8 +17064,8 @@ self: { transformers ]; description = "Library to access Redmine's REST services"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17077,8 +17077,8 @@ self: { sha256 = "15qikbjbydbabc26skhavshzrsaz17a71q8hfxqvi5ix2bhhz4hm"; libraryHaskellDepends = [ base ghc-prim ]; description = "Generic Mutable Ref Abstraction Layer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17094,7 +17094,7 @@ self: { base binary bytestring containers hashtables stringsearch ]; description = "Write to and read from ByteStrings maintaining internal memory references"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Referees" = callPackage @@ -17114,8 +17114,8 @@ self: { base cmdargs cond containers directory ]; description = "A utility for computing distributions of material to review among reviewers"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17131,8 +17131,8 @@ self: { base containers mtl template-haskell transformers ]; description = "Generic programming library with representation types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17144,8 +17144,8 @@ self: { sha256 = "194nbnbrf5g3d2pch6z9zapzhi0i2z30vpgjj0h5x8bfwzpf1527"; libraryHaskellDepends = [ base ]; description = "Composable replication schemes of applicative functors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17164,8 +17164,8 @@ self: { base directory HTTP json mtl network process random ]; description = "Haskell bindings to ReviewBoard"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17177,8 +17177,8 @@ self: { sha256 = "065plckw5r16aalkf51y7hs2xjandad3hgfly795wakqfhdnrajw"; libraryHaskellDepends = [ base ]; description = "Tiny library to replace classic if/else"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17207,8 +17207,8 @@ self: { algebra base criterion deepseq massiv scheduler sscript ]; description = "Parallel implementation of Ritt-Wu's algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17232,8 +17232,8 @@ self: { ]; testHaskellDepends = [ base directory doctest hspec lens vector ]; description = "quasiquoter for inline-R code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17258,8 +17258,8 @@ self: { test-framework-quickcheck2 ]; description = "Limits the size of a directory's contents"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17271,7 +17271,7 @@ self: { sha256 = "1gixw6793i4bcf1fsawfqdgvib5q7b1972fi0prrcwq7cp7nrgwr"; libraryHaskellDepends = [ base ]; description = "All hail the Royal Monad!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "RtMidi" = callPackage @@ -17289,8 +17289,8 @@ self: { executableHaskellDepends = [ base pretty-simple vector ]; testHaskellDepends = [ base tasty tasty-hunit vector ]; description = "Haskell wrapper for RtMidi, the lightweight, cross-platform MIDI I/O library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) alsaLib;}; @@ -17302,8 +17302,8 @@ self: { sha256 = "0pwxsvkpdr4vzr6cpgjmkr55ip6ns3gcv8pma7dwzg21myx9c3vl"; libraryHaskellDepends = [ base containers stm transformers ]; description = "Reactive Extensions for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17324,8 +17324,8 @@ self: { Prelude text text-short time X ]; description = "Library for accessing S3 compatible storage services"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17343,8 +17343,8 @@ self: { gnuplot hp2any-core parsec process utf8-string vector ]; description = "A benchmark suite for runtime and heap measurements over a series of inputs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17364,8 +17364,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "ESCRIPT: a human friendly language for programming Bitcoin scripts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17382,8 +17382,8 @@ self: { base containers hspec QuickCheck scalendar text time ]; description = "This is a library for handling calendars and resource availability based on the \"top-nodes algorithm\" and set operations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17398,7 +17398,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ SDL ]; description = "Binding to libSDL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) SDL;}; "SDL-gfx" = callPackage @@ -17412,7 +17412,7 @@ self: { libraryHaskellDepends = [ base SDL ]; librarySystemDepends = [ SDL_gfx ]; description = "Binding to libSDL_gfx"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) SDL_gfx;}; "SDL-image" = callPackage @@ -17426,7 +17426,7 @@ self: { libraryHaskellDepends = [ base SDL ]; librarySystemDepends = [ SDL_image ]; description = "Binding to libSDL_image"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) SDL_image;}; "SDL-mixer" = callPackage @@ -17440,7 +17440,7 @@ self: { libraryHaskellDepends = [ base SDL ]; librarySystemDepends = [ SDL_mixer ]; description = "Binding to libSDL_mixer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) SDL_mixer;}; "SDL-mpeg" = callPackage @@ -17453,7 +17453,7 @@ self: { libraryHaskellDepends = [ base SDL ]; librarySystemDepends = [ smpeg ]; description = "Binding to the SMPEG library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) smpeg;}; "SDL-ttf" = callPackage @@ -17467,7 +17467,7 @@ self: { libraryHaskellDepends = [ base SDL ]; librarySystemDepends = [ SDL_ttf ]; description = "Binding to libSDL_ttf"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) SDL_ttf;}; "SDL2-ttf" = callPackage @@ -17479,8 +17479,8 @@ self: { libraryHaskellDepends = [ base SDL2 ]; librarySystemDepends = [ SDL2_ttf ]; description = "Binding to libSDL-ttf"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {SDL2 = null; inherit (pkgs) SDL2_ttf;}; @@ -17499,8 +17499,8 @@ self: { sfml-audio sfml-graphics sfml-network sfml-system sfml-window ]; description = "SFML bindings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {csfml-audio = null; csfml-graphics = null; csfml-network = null; csfml-system = null; csfml-window = null; @@ -17515,8 +17515,8 @@ self: { sha256 = "001h9y9395mz6fr58s1i8svn4pyy5iqbkzzsp19xdphh4w69za9g"; libraryHaskellDepends = [ base mtl SFML template-haskell ]; description = "Higher level library on top of SFML"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17528,8 +17528,8 @@ self: { sha256 = "077yvys00kp8lmkvc4mbynmkk9nn2ib5rh38bqcw0wnwsvl7140i"; libraryHaskellDepends = [ array base SDL Sprig ]; description = "SFont SDL Bitmap Fonts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17541,8 +17541,8 @@ self: { sha256 = "0aj15lp5wbldaa9ndfvni1iq7kcrjv1syln9yz77jg6p8ndk61jv"; libraryHaskellDepends = [ base mtl ]; description = "Small geometry library for dealing with vectors and collision detection"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17557,7 +17557,7 @@ self: { executableHaskellDepends = [ base GLUT OpenGL SG ]; description = "An example of using the SG and OpenGL libraries"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17569,8 +17569,8 @@ self: { sha256 = "1qwrhb7nw22v7j6d9x3a1ps9l7mjpwjy13zxssmimwfhbch055v3"; libraryHaskellDepends = [ base mtl ]; description = "(updated) Small geometry library for dealing with vectors and collision detection"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17590,7 +17590,7 @@ self: { test-framework-quickcheck2 ]; description = "Implementations of the SHA suite of message digest functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SHA2" = callPackage @@ -17603,7 +17603,7 @@ self: { AES base bytestring monads-tf transformers ]; description = "Fast, incremental SHA hashing for bytestrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SJW" = callPackage @@ -17626,8 +17626,8 @@ self: { testHaskellDepends = [ base Cabal directory filepath random ]; benchmarkHaskellDepends = [ base directory filepath random time ]; description = "The Simple Javascript Wrench"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17644,8 +17644,8 @@ self: { old-time ]; description = "A simple SMTP client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17662,8 +17662,8 @@ self: { ]; libraryToolDepends = [ c2hsc ]; description = "Declarative coördination language for streaming networks"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17679,7 +17679,7 @@ self: { base hashable HDBC HDBC-sqlite3 mtl unordered-containers ]; description = "Calculate db-data dependencies of functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SSTG" = callPackage @@ -17694,8 +17694,8 @@ self: { executableHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers ]; description = "STG Symbolic Execution"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17707,8 +17707,8 @@ self: { sha256 = "18bz9qxsl7lq3j18ilczi175j3djwlpckzj5a65l4dj7d1sw1c35"; libraryHaskellDepends = [ attoparsec base bytestring cereal text ]; description = "STL 3D geometry format parsing and pretty-printing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17724,8 +17724,8 @@ self: { base binary bytestring transformers usb vector ]; description = "STLink USB interface in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17742,8 +17742,8 @@ self: { transformers ]; description = "control a STM32F103 microcontroller"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17755,7 +17755,7 @@ self: { sha256 = "0m6vvj4mfmmn1r21aglwdb6801bwr0ks60vbwz7y1cb97vsdad9v"; libraryHaskellDepends = [ base ]; description = "Definition for Peripherals,Registers and Fields from STM32F103xx.svd"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "STMonadTrans" = callPackage @@ -17771,7 +17771,7 @@ self: { array base tasty tasty-hunit tasty-quickcheck transformers ]; description = "A monad transformer version of the ST monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SVD2HS" = callPackage @@ -17786,8 +17786,8 @@ self: { base containers pretty text xml-conduit xml-lens ]; description = "translate a SVD of a Microcontroller to Haskell tables"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17805,8 +17805,8 @@ self: { base haskell98 language-c pretty svgutils syb xml ]; description = "Code generation tool for Quartz code from a SVG"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17827,8 +17827,8 @@ self: { diagrams-lib directory parsec split text vector xml ]; description = "Fonts from the SVG-Font format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17840,7 +17840,7 @@ self: { sha256 = "1a4rmp1rn6jv8nkab688i146ywiv4w6fp5bpm0slwgda2x0h6lp4"; libraryHaskellDepends = [ base parsec ]; description = "Parsing the path command of SVG"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SWMMoutGetMB" = callPackage @@ -17856,7 +17856,7 @@ self: { pipes-bytestring pipes-parse split ]; description = "A parser for SWMM 5 binary .OUT files"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "SableCC2Hs" = callPackage @@ -17875,8 +17875,8 @@ self: { wl-pprint-text xml ]; description = "Generate a parser (in Haskell) with the SableCC parser generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17888,7 +17888,7 @@ self: { sha256 = "0ybi5r4635yjx41ig54bm426fbdzrivc5kn8fwqxmzm62ai0v623"; libraryHaskellDepends = [ base ]; description = "Library for safe (pattern match free) functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SafeSemaphore" = callPackage @@ -17902,7 +17902,7 @@ self: { libraryHaskellDepends = [ base containers stm ]; testHaskellDepends = [ base HUnit ]; description = "Much safer replacement for QSemN, QSem, and SampleVar"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Salsa" = callPackage @@ -17914,8 +17914,8 @@ self: { libraryHaskellDepends = [ base bytestring file-embed ]; librarySystemDepends = [ glib mono ]; description = "A .NET Bridge for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) glib; inherit (pkgs) mono;}; @@ -17939,8 +17939,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base data-default either hlint hspec mtl ]; description = "Saturnin CI / Job System"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17969,8 +17969,8 @@ self: { semirings vector vector-th-unbox ]; description = "Base types and classes for statistics, sciences and humanities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -17995,8 +17995,8 @@ self: { text th-lift-instances time unordered-containers ]; description = "Scientific workflow management system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18013,8 +18013,8 @@ self: { random SciFlow stm unordered-containers ]; description = "Scientific workflow management system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18033,8 +18033,8 @@ self: { regex-compat sqlite-simple unix ]; description = "Size limited temp filesystem based on fuse"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18053,8 +18053,8 @@ self: { random stm time unix ]; description = "A cross platform P2P VPN application built using Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18068,8 +18068,8 @@ self: { editedCabalFile = "0rvalvvjadb0i0rh9z5lgw2hca4a9yw3cg2f6gcx7h30f5dp8x1j"; libraryHaskellDepends = [ base bytestring ]; description = "simple static linked SHA3 using private symbols and the ref impl"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18083,7 +18083,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "Data structure for querying the set (or count) of intervals covering given point"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SelectSequencesFromMSA" = callPackage @@ -18107,8 +18107,8 @@ self: { base cmdargs directory either-unwrap ]; description = "Selects a representative subset of sequences from multiple sequence alignment"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18127,8 +18127,8 @@ self: { split tagsoup text ]; description = "Command-line tool for maintaining the Semantique database"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18140,8 +18140,8 @@ self: { sha256 = "1mdw1z50gr02j5hycki5rl95b1yk7xfrdk056ajw9ghw48s0jpx6"; libraryHaskellDepends = [ base bytestring containers mtl ]; description = "A semigroup"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18153,8 +18153,8 @@ self: { sha256 = "0vk63ni1a93win8if032nps5y0xi245cmjqq2j4xfsdddg5bdln5"; libraryHaskellDepends = [ base bytestring vector ]; description = "Sequence Alignment"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18170,8 +18170,8 @@ self: { base directory filepath hslogger mtl old-locale random time ]; description = "Easy Loggingframework"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18185,8 +18185,8 @@ self: { testHaskellDepends = [ base containers util ]; benchmarkHaskellDepends = [ base containers gauge util ]; description = "See README for more info"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18214,7 +18214,7 @@ self: { filepath mtl parsec QuickCheck regex-tdfa ]; description = "Shell script analysis tool"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Shellac" = callPackage @@ -18227,8 +18227,8 @@ self: { editedCabalFile = "1nq7j00vfrhfzkbsgr6j28zr339gx5bcvq6x9mvh9qvs2jmcdz1z"; libraryHaskellDepends = [ base directory mtl unix ]; description = "A framework for creating shell envinronments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18242,8 +18242,8 @@ self: { editedCabalFile = "0ws8prjzj4j9yf1mqdnvlpv367cx4wfqa5jq5n6x7g9npwmd5ya0"; libraryHaskellDepends = [ base Shellac Shellac-readline ]; description = "\"compatline\" backend module for Shellac"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18257,8 +18257,8 @@ self: { editedCabalFile = "1wyal7nqnl5sj74d9mid2dw35d37b40v132cg3zhw9ys24k0jl6v"; libraryHaskellDepends = [ base editline Shellac ]; description = "Editline backend module for Shellac"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18270,8 +18270,8 @@ self: { sha256 = "0lhm2j8gl2vk4qasb2d6ips6qnvb4bg0mpb7mczqhahzq3i38sh4"; libraryHaskellDepends = [ base haskeline mtl Shellac ]; description = "Haskeline backend module for Shellac"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18285,8 +18285,8 @@ self: { editedCabalFile = "019p7q1nmi2v7rb1rjnch4zaz506c4ry28mkivhkqiq3ay1m86hs"; libraryHaskellDepends = [ base readline Shellac ]; description = "Readline backend module for Shellac"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18307,8 +18307,8 @@ self: { base QuickCheck tasty tasty-quickcheck tasty-th vector ]; description = "grammars for TSP and SHP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18320,7 +18320,7 @@ self: { sha256 = "1nq4i4h43nfh86f6wgwng1ps6mcdl1ba96x9wsjl3qzn3blavyfh"; libraryHaskellDepends = [ base ]; description = "Show for * -> *"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Shpadoinkle" = callPackage @@ -18337,7 +18337,7 @@ self: { transformers unliftio wai wai-app-static warp ]; description = "A programming model for declarative, high performance user interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Shpadoinkle-backend-pardiff" = callPackage @@ -18355,8 +18355,8 @@ self: { transformers-base unliftio ]; description = "A Virtual Dom in pure Haskell, based on Html as an Alignable Functor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18374,8 +18374,8 @@ self: { Shpadoinkle text transformers-base unliftio ]; description = "Use the high-performance Snabbdom virtual dom library written in JavaScript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18387,8 +18387,8 @@ self: { sha256 = "0kxfsm4g6mwwcrpq8bm83v32jpp97bsvl6ay0ynnmss0yf70ymmi"; libraryHaskellDepends = [ base compactable Shpadoinkle text ]; description = "A backend for rendering Shpadoinkle as Text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18400,7 +18400,7 @@ self: { sha256 = "0zkiv0h37a3x3569xfvfzdy0dywxhcfx12jddqf9bpfyqsxmf42a"; libraryHaskellDepends = [ aeson base jsaddle lens text unliftio ]; description = "Support for the native browser console"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Shpadoinkle-debug" = callPackage @@ -18411,7 +18411,7 @@ self: { sha256 = "1yvr3d40aa6sl3gpyr24a5hij63jm2p0jrx0kac7asjihvd6fk2g"; libraryHaskellDepends = [ aeson base jsaddle lens text unliftio ]; description = "Debugging tools for Shpadoinkle applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Shpadoinkle-developer-tools" = callPackage @@ -18434,8 +18434,8 @@ self: { Shpadoinkle-backend-pardiff Shpadoinkle-html stm text time unliftio ]; description = "Chrome extension to aide in development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18454,8 +18454,8 @@ self: { unliftio ]; description = "Shpadoinkle as a static site"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18487,8 +18487,8 @@ self: { sqlite-simple stm text unliftio wai wai-app-static warp ]; description = "Example usages of Shpadoinkle"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18507,8 +18507,8 @@ self: { time transformers unliftio ]; description = "A typed, template generated Html DSL, and helpers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18520,7 +18520,7 @@ self: { sha256 = "1310ipmw2z8gdnvaqx1bydvc4p1iyhc7xv31vwbx2aszhmi873kq"; libraryHaskellDepends = [ base lens Shpadoinkle text ]; description = "Lens combinators for Shpadoinkle applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Shpadoinkle-router" = callPackage @@ -18543,8 +18543,8 @@ self: { Shpadoinkle-backend-static text unliftio wai wai-app-static warp ]; description = "A single page application rounter for Shpadoinkle based on Servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18568,8 +18568,8 @@ self: { quickcheck-classes-base ]; description = "A collection of common reusable types and components"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18581,7 +18581,7 @@ self: { sha256 = "105rnyrqzagfgbfdxbdx4wqhvdfxkd8d5jaxkyqd1zyvf0chi858"; libraryHaskellDepends = [ base ]; description = "4-way trie fuzzy search"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Shu-thing" = callPackage @@ -18594,7 +18594,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base GLUT ]; description = "A vector shooter game"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SimpleAES" = callPackage @@ -18605,7 +18605,7 @@ self: { sha256 = "0s85xgwrhldyr2w3kcn9f72yjajmpz3d4dizq9p9z97rx4qva4vj"; libraryHaskellDepends = [ base binary bytestring mwc-random ]; description = "Fast AES encryption/decryption for bytestrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SimpleEA" = callPackage @@ -18618,7 +18618,7 @@ self: { base mersenne-random-pure64 MonadRandom ]; description = "Simple evolutionary algorithm framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "SimpleGL" = callPackage @@ -18632,8 +18632,8 @@ self: { base GLFW JuicyPixels OpenGL SimpleH vector ]; description = "A Simple Graphics Library from the SimpleH framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18651,7 +18651,7 @@ self: { ]; description = "A light, clean and powerful Haskell utility library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "SimpleLog" = callPackage @@ -18670,8 +18670,8 @@ self: { template-haskell text th-lift time transformers transformers-base ]; description = "Simple, configurable logging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18692,8 +18692,8 @@ self: { base cmdargs dyre transformers wai-routes warp ]; description = "A simple static file server, for when apache is overkill"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18706,7 +18706,7 @@ self: { libraryHaskellDepends = [ base split ]; testHaskellDepends = [ base Cabal ]; description = "Simple table generator"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Sit" = callPackage @@ -18727,7 +18727,7 @@ self: { testHaskellDepends = [ base ]; description = "Prototypical type checker for Type Theory with Sized Natural Numbers"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "SizeCompare" = callPackage @@ -18754,8 +18754,8 @@ self: { ]; testHaskellDepends = [ base file-embed ]; description = "Generate slides from Haskell code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18771,8 +18771,8 @@ self: { base containers DifferenceLogic FirstOrderTheory HUnit Proper ]; description = "A tiny, lazy SMT solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18784,8 +18784,8 @@ self: { sha256 = "0wmdzl3anbbfqik2kl2wjy57cd9r3ix8h8g28rmzqbvlajrvqcv1"; libraryHaskellDepends = [ base parsec transformers ]; description = "Library for parsing SMTLIB2"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18808,8 +18808,8 @@ self: { executableSystemDepends = [ zip ]; executableToolDepends = [ cpphs ]; description = "E-library directory based on FUSE virtual file system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zip;}; @@ -18826,8 +18826,8 @@ self: { transformers ]; description = "Abstract full system simulator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18847,8 +18847,8 @@ self: { random zlib ]; description = "Football simulation framework for teaching functional programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18868,8 +18868,8 @@ self: { SoccerFun ]; description = "OpenGL UI for the SoccerFun framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18882,8 +18882,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Sonnex is an alternative to Soundex for french language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18903,7 +18903,7 @@ self: { ]; description = "Static code analysis using graph-theoretic techniques"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18921,7 +18921,7 @@ self: { JuicyPixels OpenAL OpenGL vector Win32 ]; description = "Assorted utility modules"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "SpaceInvaders" = callPackage @@ -18936,8 +18936,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base HGL random Yampa ]; description = "Video game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18959,8 +18959,8 @@ self: { text ]; description = "Simple space pirate roguelike"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18972,8 +18972,8 @@ self: { sha256 = "1rf9r69a2k3qfmy2nvwm3gdimncjglsv698rdc8i8gnjwrr0c1i2"; libraryHaskellDepends = [ base monad-loops ref-mtl stm ]; description = "Lock free Spin Counter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -18987,7 +18987,7 @@ self: { attoparsec base extra mtl mwc-random text ]; description = "Random text generation based on spintax"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Spock" = callPackage @@ -19012,8 +19012,8 @@ self: { unordered-containers vault wai wai-extra ]; description = "Another Haskell web framework for rapid development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19025,7 +19025,7 @@ self: { sha256 = "1wqbq8vgq5sifybw32prkmcjwm2dqz4z3sv8ci4s603a2sril7h7"; libraryHaskellDepends = [ aeson base deepseq hvect reroute ]; description = "Another Haskell web framework for rapid development"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Spock-api-ghcjs" = callPackage @@ -19040,8 +19040,8 @@ self: { aeson base bytestring ghcjs-base hvect Spock-api text ]; description = "Another Haskell web framework for rapid development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19053,7 +19053,7 @@ self: { sha256 = "0ra8y036vilsb75jb0lsfbdraygz6jm7b5l9002n7ixypbp2adya"; libraryHaskellDepends = [ base hvect mtl Spock-api Spock-core ]; description = "Another Haskell web framework for rapid development"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Spock-auth" = callPackage @@ -19064,8 +19064,8 @@ self: { sha256 = "1vcrl5dqjn0ri9ybza2yv80xvbv2iwrz5hj5rbhgy6i803ixlpx0"; libraryHaskellDepends = [ base http-types Spock text time ]; description = "Provides authentification helpers for Spock"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19094,7 +19094,7 @@ self: { unordered-containers wai ]; description = "Another Haskell web framework for rapid development"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Spock-digestive" = callPackage @@ -19110,7 +19110,7 @@ self: { unordered-containers wai ]; description = "Digestive functors support for Spock"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Spock-lucid" = callPackage @@ -19121,8 +19121,8 @@ self: { sha256 = "15r3vk78vbhqi09liq0a3zabya845zfmblqahgw6r2jjx49da9ii"; libraryHaskellDepends = [ base lucid Spock transformers ]; description = "Lucid support for Spock"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19140,8 +19140,8 @@ self: { ]; testHaskellDepends = [ base containers HTF stm vector ]; description = "Background workers for Spock"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19153,7 +19153,7 @@ self: { sha256 = "14d3fk0cal0svb2clbhbbk48fygwvb0k01aawfm72576mrz9mb18"; libraryHaskellDepends = [ base xml ]; description = "Write support for Excel's SpreadsheetML format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Sprig" = callPackage @@ -19164,8 +19164,8 @@ self: { sha256 = "06jxs1hc69viv38nvafhn8ilj3xn2j9k543abgd8p69gc95w1lbn"; libraryHaskellDepends = [ base SDL ]; description = "Binding to Sprig"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19179,7 +19179,7 @@ self: { editedCabalFile = "1n4zyl9iagzjx3i3zb5w24mf5x51nwwnnzrrc1rgkflvxlirm9md"; libraryHaskellDepends = [ base deepseq nats stm ]; description = "Stack data structure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Stasis" = callPackage @@ -19193,8 +19193,8 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base ]; description = "A simple MVCC like library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19206,7 +19206,7 @@ self: { sha256 = "12qg01aksbnc7cdh01y4z4jwrrhhwcakc9gh6ywxhq1bj591a9pf"; libraryHaskellDepends = [ base stm transformers ]; description = "State variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "StateVar-transformer" = callPackage @@ -19217,7 +19217,7 @@ self: { sha256 = "1dbpxwjz6yf4ap20wm5ngvd0i0knkjsdahmd90ymddqj82v8w3d0"; libraryHaskellDepends = [ base mtl transformers ]; description = "State variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "StatisticalMethods" = callPackage @@ -19228,7 +19228,7 @@ self: { sha256 = "1h90i6crknxv23zryqi7mfzg65g1ydv62mza1hiri66jlmdahir6"; libraryHaskellDepends = [ base statistics tuple vector ]; description = "Collection of useful statistical methods"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "StockholmAlignment" = callPackage @@ -19244,8 +19244,8 @@ self: { vector ]; description = "Libary for Stockholm aligmnent format"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19261,8 +19261,8 @@ self: { base binary bytestring network time utf8-string ]; description = "Client library for Stomp brokers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19274,8 +19274,8 @@ self: { sha256 = "1cicz4d5kyl9j4y3p79m3fk56vcqk3220a6y536dw525x6180dzw"; libraryHaskellDepends = [ base containers ]; description = "An abstract data type designed for the exchange of tree-like data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19295,8 +19295,8 @@ self: { Strafunski-StrategyLib template-haskell ]; description = "Converts SDF to Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19310,8 +19310,8 @@ self: { editedCabalFile = "1g9ksfgcz8fjasn78zq7w1yw9wk87i4gd5i0pf31gnf4l3963yz8"; libraryHaskellDepends = [ base directory mtl syb transformers ]; description = "Library for strategic programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19329,8 +19329,8 @@ self: { ]; testHaskellDepends = [ base blaze-builder bytestring hspec text ]; description = "General purpose templates in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19342,7 +19342,7 @@ self: { sha256 = "1sskndywpm1gi4bs4i1gah73jk49inlscg4jzcqhq0phb8f886xk"; libraryHaskellDepends = [ base mtl ]; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Stream" = callPackage @@ -19353,7 +19353,7 @@ self: { sha256 = "1l87l0kl4awzdyx6b28npwy6xf03r39d89iharsh06zgnd4y42wr"; libraryHaskellDepends = [ base lazysmallcheck QuickCheck ]; description = "A library for manipulating infinite lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "StrictBench" = callPackage @@ -19366,7 +19366,7 @@ self: { libraryHaskellDepends = [ base benchpress parallel ]; description = "Benchmarking code through strict evaluation"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19385,8 +19385,8 @@ self: { base deepseq generics-sop HUnit QuickCheck ]; description = "StrictCheck: Keep Your Laziness In Check"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19398,7 +19398,7 @@ self: { sha256 = "1wbixjgzad3s9jj16kl0gvwg82g3hqvkag9wr5j58w98a4qyqw8i"; libraryHaskellDepends = [ base ]; description = "String manipulation utilities"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "SuffixStructures" = callPackage @@ -19424,8 +19424,8 @@ self: { base bytestring cmdargs criterion deepseq mwc-random vector ]; description = "Suffix array construction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19442,7 +19442,7 @@ self: { ]; description = "Library which aids constructing generic (SYB3-based) widgets"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19460,7 +19460,7 @@ self: { ]; description = "Syntax Macros in the form of an EDSL"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19481,8 +19481,8 @@ self: { pretty statistics template-haskell time vector ]; description = "Sybase 15 sysmon reports processor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19503,8 +19503,8 @@ self: { base Cabal directory filepath process unix ]; description = "Testing By Convention"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19521,8 +19521,8 @@ self: { mtl numeric-tools parallel ]; description = "Utilities for condensed matter physics tight binding calculations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19539,7 +19539,7 @@ self: { RefSerialize stm text ]; description = "A Transactional cache with user-defined persistence"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "THEff" = callPackage @@ -19550,7 +19550,7 @@ self: { sha256 = "0rpjd93lsqg3dqfjndm9l1nzyrbfs5nnvc61lmbmbhg0bcy0jms8"; libraryHaskellDepends = [ base template-haskell ]; description = "TH implementation of effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "TORCS" = callPackage @@ -19572,7 +19572,7 @@ self: { executableHaskellDepends = [ base bytestring Yampa ]; description = "Bindings to the TORCS vehicle simulator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19595,8 +19595,8 @@ self: { sha256 = "0vz9j5vjypnkbzld18f6kczfj54disf43x5052s4n7gqzsjxpxvb"; libraryHaskellDepends = [ base DeepArrow TypeCompose ]; description = "Tangible Values -- composable interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19612,8 +19612,8 @@ self: { array base containers mtl template-haskell transformers ]; description = "Template Your Boilerplate - a Template Haskell version of SYB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19629,7 +19629,7 @@ self: { base containers HaXml mtl pretty template-haskell ]; description = "Ferry Table Algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Tables" = callPackage @@ -19642,8 +19642,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base cookbook ]; description = "A client for Quill databases"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19657,8 +19657,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base parsec xhtml ]; description = "Tool to render CSV into tables of various formats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19678,7 +19678,7 @@ self: { mtl optparse-applicative text ]; description = "Tahin Password Generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Tainted" = callPackage @@ -19689,7 +19689,7 @@ self: { sha256 = "1mjr81z42qhwa6njlvlsslpzbbpiab88ns8g8amskwv159gk6mlb"; libraryHaskellDepends = [ base mtl ]; description = "Tainted type, and associated operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Takusen" = callPackage @@ -19702,8 +19702,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base mtl old-time time ]; description = "Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19715,8 +19715,8 @@ self: { sha256 = "1d66l67cicn3q4a6glfxfkhc9cjm7vqi0bnyjad0bzyyv409j6bp"; libraryHaskellDepends = [ base comonad distributive Stream ]; description = "Bidirectionally infinite streams, akin to the tape of a Turing machine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19735,8 +19735,8 @@ self: { xmonad-contrib ]; description = "A collection of tools which can be used to access taskwarrior from xmonad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19752,8 +19752,8 @@ self: { aeson base bytestring either-unwrap fgl parsec text vector ]; description = "Libary for parsing, processing and vizualization of taxonomy data"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19773,8 +19773,8 @@ self: { EntrezHTTP fgl hxt parsec process Taxonomy text vector ]; description = "Tool for parsing, processing, comparing and visualizing taxonomy data"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19803,8 +19803,8 @@ self: { template-haskell text ]; description = "Render general Haskell math to LaTeX. Or: math typesetting with high signal-to-noise–ratio."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19820,8 +19820,8 @@ self: { array base containers mtl SDL SDL-image SDL-mixer SFont Sprig ]; description = "TeaHS Game Creation Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19833,7 +19833,7 @@ self: { sha256 = "0kyg43ah15fpvy8gypacimjnhb7j250jqksg6w5znz57fg0rari4"; libraryHaskellDepends = [ base ]; description = "Tensor data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "TernaryTrees" = callPackage @@ -19847,7 +19847,7 @@ self: { libraryHaskellDepends = [ base binary ]; executableHaskellDepends = [ base ]; description = "Efficient pure ternary tree Sets and Maps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "TestExplode" = callPackage @@ -19865,7 +19865,7 @@ self: { process text ]; description = "Generates testcases from program-snippets"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "Theora" = callPackage @@ -19877,7 +19877,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ ogg theora ]; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {ogg = null; theora = null;}; @@ -19889,8 +19889,8 @@ self: { sha256 = "0fl6pk2vp765gyzc4afjdg0lgbnh5v08gfbp0kzny4ng25bmxqwa"; libraryHaskellDepends = [ base cairo gtk mtl ]; description = "Purely functional 2D drawing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19902,7 +19902,7 @@ self: { sha256 = "0rpcv6kw351ykj36f83qdqygrhk4ylqlcgcswxl8gg1v33jaaqmz"; libraryHaskellDepends = [ base ]; description = "Mutable objects that reside in their own threads"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Thrift" = callPackage @@ -19919,7 +19919,7 @@ self: { ]; description = "Haskell bindings for the Apache Thrift RPC system"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Tic-Tac-Toe" = callPackage @@ -19932,7 +19932,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base safe ]; description = "Tic Tac Toe in your command line!"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "TicTacToe" = callPackage @@ -19948,8 +19948,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A sub-project (exercise) for a functional programming course"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19961,7 +19961,7 @@ self: { sha256 = "02plz1y7lmvp3jpl5srsnx2nkl6yhhfn6pqj00szs688cahk2dik"; libraryHaskellDepends = [ base binary bytestring dataenc ]; description = "TigerHash with C implementation"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "TimePiece" = callPackage @@ -19984,8 +19984,8 @@ self: { SDL-ttf ]; description = "A simple tile-based digital clock screen saver"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -19997,8 +19997,8 @@ self: { sha256 = "1xxadd8pqbgl0z8vrqn8fm6x0c9l2y3a7irjmjkh9750x6hdb4b9"; libraryHaskellDepends = [ base mtl ]; description = "Simple implementation of call-by-need using Launchbury's semantics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20010,8 +20010,8 @@ self: { sha256 = "0y8bl6w3ix2zjhm10wazgi70sr02ydc3hrwjbr6whk341n140wsh"; libraryHaskellDepends = [ base HTTP network ]; description = "Use TinyURL to compress URLs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20025,8 +20025,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers matrix random ]; description = "Game for Lounge Marmelade"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20042,7 +20042,7 @@ self: { executableHaskellDepends = [ base containers mtl parsec ]; description = "Constraint solving framework employed by the Helium Compiler"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20062,8 +20062,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "A total map datatype"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20081,8 +20081,8 @@ self: { test-framework-quickcheck2 ]; description = "Tournament related algorithms"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20094,7 +20094,7 @@ self: { sha256 = "0la19yynd7bpswi9012hf0vl9c4fdnn8p6y0287xanmdcs9zqz16"; libraryHaskellDepends = [ base ]; description = "Functions that should have been in Debug.Trace"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "TransformeR" = callPackage @@ -20111,8 +20111,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "eDSL in R for Safe Variable Transformarion"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20126,8 +20126,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers mtl ]; description = "Tutorial on monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20139,7 +20139,7 @@ self: { sha256 = "04n1ld6h3q71iqnvwyabzj69vdy2x98w0drriyx13ykywbd31036"; libraryHaskellDepends = [ base containers ]; description = "A library to apply transformation to containers so as to maximize sharing of unchanged subcomponents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "TreeCounter" = callPackage @@ -20150,8 +20150,8 @@ self: { sha256 = "06ci4v8gflsgi73wrpqvhb7w3mdkbjgidhqf95yyk4wiga1mrzal"; libraryHaskellDepends = [ base ref-mtl stm ]; description = "Wait-free Tree Counter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20163,8 +20163,8 @@ self: { sha256 = "1lcj166i8f7850fqjv7xqxdn6zwpdynzxn3bf243wdnwmnn5pysx"; libraryHaskellDepends = [ base ]; description = "A collection of heaps and search trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20176,7 +20176,7 @@ self: { sha256 = "0d1k4nblcnksh2j6b4v14r2xd2kn6cmqmyqhmy6wyz3kr0lyzxqd"; libraryHaskellDepends = [ base containers transformers ]; description = "Transformer for Data.Tree"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "Treiber" = callPackage @@ -20187,8 +20187,8 @@ self: { sha256 = "09sd9p1y3zqkfahkp1vgdnlvgv1vnvdl7kdzccsd41h1h61fz3jd"; libraryHaskellDepends = [ base ghc-prim monad-loops ref-mtl stm ]; description = "Lock free Treiber stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20205,8 +20205,8 @@ self: { optparse-applicative time ]; description = "A simple trend Graph script"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20224,8 +20224,8 @@ self: { th-expand-syns transformers unpack-funcs vector ]; description = "Automatic type inference of generalized tries with Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20245,7 +20245,7 @@ self: { tagged ]; description = "An implementation of the Twofish Symmetric-key cipher"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "TypeClass" = callPackage @@ -20264,8 +20264,8 @@ self: { SDL SDL-ttf transformers ]; description = "Typing speed game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20279,7 +20279,7 @@ self: { editedCabalFile = "1pxg6az5vkl0zvs3zdvvvnhxqawd9fkkd44jmzzzyyibppgni6x4"; libraryHaskellDepends = [ base base-orphans ]; description = "Type composition classes & instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "TypeIlluminator" = callPackage @@ -20292,8 +20292,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskell98 ]; description = "TypeIlluminator is a prototype tool exploring debugging of type errors/"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20305,8 +20305,8 @@ self: { sha256 = "1css4pb2x514s396c35brghgn3pgysdps8k09k1wcx5k2qpg90cx"; libraryHaskellDepends = [ base ]; description = "Some Nat-indexed types for GHC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20320,7 +20320,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers directory time ]; description = "Command Line Typing speed tester"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "UISF" = callPackage @@ -20335,7 +20335,7 @@ self: { array arrows base containers deepseq GLUT OpenGL stm transformers ]; description = "Library for Arrowized Graphical User Interfaces"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "UMM" = callPackage @@ -20353,7 +20353,7 @@ self: { ]; description = "A small command-line accounting tool"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20371,8 +20371,8 @@ self: { QuickCheck regular template-haskell ]; description = "Library for maintaining correctness of URLs within an application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20384,8 +20384,8 @@ self: { sha256 = "1l62z7798bby4fbrz62ic802g8zah3flb2pmsd3ky7y5903s3nxr"; libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "DEPRECATED A simple, liberal URL parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20409,8 +20409,8 @@ self: { base bytestring directory filepath hspec JuicyPixels time ]; description = "Processing popular picture formats into .c or .raw format in RGB565"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20431,8 +20431,8 @@ self: { base bytestring criterion hashable QuickCheck quickcheck-instances ]; description = "It provides the functionality like unix \"uniq\" utility"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "Unixutils" = callPackage @@ -20448,7 +20448,7 @@ self: { process-extras pureMD5 regex-tdfa unix zlib ]; description = "A crude interface between Haskell and Unix-like operating systems"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Unixutils-shadow" = callPackage @@ -20459,7 +20459,7 @@ self: { sha256 = "11m8lgq2rjvh7j8si7sqixf4k4ns65jy0zp6apqp0xc23c1znyr7"; libraryHaskellDepends = [ base unix ]; description = "A simple interface to shadow passwords (aka, shadow.h)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Updater" = callPackage @@ -20470,8 +20470,8 @@ self: { sha256 = "0iry59pyd4iy0cmj6flr05lbk3696l1z8wswqcfp8q8m5ibykkz0"; libraryHaskellDepends = [ base ]; description = "Monadic FRP library based on stm"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20483,8 +20483,8 @@ self: { sha256 = "1y21v5k7s9sj8z5r3czp5i80x40zvyqxzr1xl28ardwj5q5rrvzp"; libraryHaskellDepends = [ base cgi MaybeT mtl ]; description = "Url dispatcher. Helps to retain friendly URLs in web applications."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20496,7 +20496,7 @@ self: { sha256 = "01xb68qh29q6b0pdxvadqw7q1p855k14jdz1qjlhg6785n0qp954"; libraryHaskellDepends = [ base containers random ]; description = "Some useful functions and shorthands"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "UtilityTM" = callPackage @@ -20507,7 +20507,7 @@ self: { sha256 = "1mjy3w4sw32rbmm13yhmpidfsj91v3p58jvki16z0kzk3fswpa85"; libraryHaskellDepends = [ base ]; description = "Utility functions that are missing from the standard library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "VKHS" = callPackage @@ -20537,8 +20537,8 @@ self: { regexpr text ]; description = "Provides access to Vkontakte social network via public API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20562,8 +20562,8 @@ self: { aeson base doctest megaparsec prettyprinter text ]; description = "VRML parser and generator for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20577,8 +20577,8 @@ self: { base bifunctors semigroupoids semigroups ]; description = "A data-type like Either but with an accumulating Applicative"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20590,7 +20590,7 @@ self: { sha256 = "0hyk553pdn72zc1i82njz3md8ycmzfiwi799y08qr3fg0i8r88zm"; libraryHaskellDepends = [ array base ghc-prim ]; description = "Fixed-length lists and low-dimensional linear algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Vec-Boolean" = callPackage @@ -20601,8 +20601,8 @@ self: { sha256 = "0zxxpychddmlrv7r190gn4dl282ak4qfk2d92l24qxi9fds1rshk"; libraryHaskellDepends = [ base Boolean Vec ]; description = "Provides Boolean instances for the Vec package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20614,8 +20614,8 @@ self: { sha256 = "0qsi1s8qp3fkr5alh2m7y1a1lm5xypjvmk174ywf0aga2y20bblm"; libraryHaskellDepends = [ base OpenGLRaw Vec ]; description = "Instances and functions to interoperate Vec and OpenGL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20627,8 +20627,8 @@ self: { sha256 = "0jwi9kgij8xd0419nkksgffwcn94fz6ijdq8s29b771409a1pkfc"; doHaddock = false; description = "This package is obsolete"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20640,7 +20640,7 @@ self: { sha256 = "1hv8idxv9gniwwjs67q75bbcc5ry9r05cxjmsxk0q54l8zscdss2"; libraryHaskellDepends = [ base Peano ]; description = "a simple peano-indexed vector type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Verba" = callPackage @@ -20654,8 +20654,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base containers matrix ]; description = "A solver for the WordBrain game"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20676,7 +20676,7 @@ self: { testToolDepends = [ c2hs ]; description = "ViennaRNA v2 bindings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ViennaRNA-extras" = callPackage @@ -20699,8 +20699,8 @@ self: { tasty-th vector ]; description = "ViennaRNA v2 extensions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20717,7 +20717,7 @@ self: { ]; testHaskellDepends = [ base hspec parsec ]; description = "Libary for parsing ViennaRNA package output"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "Villefort" = callPackage @@ -20747,8 +20747,8 @@ self: { unbounded-delays webdriver ]; description = "Villefort is a task manager and time tracker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20760,7 +20760,7 @@ self: { sha256 = "1jpw465n1abwi17s0yixg31f2zx28a24k3vh3kx59lknrw8q9jz1"; libraryHaskellDepends = [ base ]; description = "A binding for the Vulkan API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "VulkanMemoryAllocator" = callPackage @@ -20773,7 +20773,7 @@ self: { base bytestring transformers vector vulkan ]; description = "Bindings to the VulkanMemoryAllocator library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; }) {}; @@ -20790,8 +20790,8 @@ self: { base bytestring containers parseargs ]; description = "WAVE audio file IO library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20805,8 +20805,8 @@ self: { testHaskellDepends = [ base directory filepath ]; doHaddock = false; description = "Generic text-editor logic for use with fixed-width fonts"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20821,8 +20821,8 @@ self: { libraryHaskellDepends = [ base brick microlens vty WEditor ]; executableHaskellDepends = [ base brick vty WEditor ]; description = "Text-editor widget with dynamic line-wrapping for use with Brick"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20835,8 +20835,8 @@ self: { libraryHaskellDepends = [ base hyphenation WEditor ]; testHaskellDepends = [ base directory hyphenation WEditor ]; description = "Language-specific hyphenation policies for WEditor"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20853,8 +20853,8 @@ self: { base directory filepath mtl unix WL500gPLib ]; description = "A simple command line tools to control the Asus WL500gP router"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20869,8 +20869,8 @@ self: { libraryHaskellDepends = [ base curl mtl tagsoup ]; executableHaskellDepends = [ base ]; description = "A simple library to access to the WL 500gP router from the Haskell code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20890,8 +20890,8 @@ self: { base bytestring cryptohash hspec lens random split vector ]; description = "WebMoney authentication module"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20903,8 +20903,8 @@ self: { sha256 = "13vfszyfyxwz4zi8zilifd0jad1gwlr75x931q8qbpi1kwr7mivk"; libraryHaskellDepends = [ base haskell98 parsec ]; description = "Convert the WURFL file into a Parsec parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20917,8 +20917,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers wx wxcore ]; description = "WXDiffCtrl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20937,8 +20937,8 @@ self: { ]; executableHaskellDepends = [ directory ghc-paths process ]; description = "WASH is a family of EDSLs for programming Web applications in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20955,8 +20955,8 @@ self: { QuickCheck text transformers vector ]; description = "Parsers and utilities for the OBJ WaveFront 3D model format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -20972,7 +20972,7 @@ self: { aeson base bytestring HTTP text unordered-containers ]; description = "Library for interacting with the Weather Underground JSON API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "WebBits" = callPackage @@ -20983,8 +20983,8 @@ self: { sha256 = "1frmnjbpgm76dzs1p4766fb6isqc3pxv4dnj8sdhnfliv5j0xv2z"; libraryHaskellDepends = [ base containers mtl parsec pretty syb ]; description = "JavaScript analysis tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21001,7 +21001,7 @@ self: { ]; description = "JavaScript analysis tools"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21018,8 +21018,8 @@ self: { base multiplate multiplate-simplified transformers WebBits ]; description = "A Multiplate instance for JavaScript"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21038,8 +21038,8 @@ self: { xhtml ]; description = "Continuation based web programming for Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21054,8 +21054,8 @@ self: { libraryHaskellDepends = [ base parsec ]; executableHaskellDepends = [ base parsec ]; description = "Logic interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21082,8 +21082,8 @@ self: { template-haskell text transformers unordered-containers vector ]; description = "Regexp-like engine to scrap web data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21108,8 +21108,8 @@ self: { test-framework-quickcheck2 text ]; description = "The frictionless WAI Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21121,8 +21121,8 @@ self: { sha256 = "0rzpf8z414qvkbks16zizsxsinvbdxbm1n0dbav11p286791xx1j"; libraryHaskellDepends = [ base parsec ]; description = "A parser for wikimedia style article markup"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21135,8 +21135,8 @@ self: { revision = "1"; editedCabalFile = "1ia6dk2fvxg3gzqdmcypdka6fcnnrza23hq1rhslj53jy3qzs3kn"; description = "A binding to part of the Win32 library"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = lib.platforms.none; }) {}; "Win32_2_11_0_0" = callPackage @@ -21146,8 +21146,8 @@ self: { version = "2.11.0.0"; sha256 = "179v0jypafjnh98gl8wr6z6pq1r5h740xzm2b6axd2d33zlnacfm"; description = "A binding to Windows Win32 API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = lib.platforms.none; }) {}; "Win32-console" = callPackage @@ -21158,8 +21158,8 @@ self: { sha256 = "0117f413db3qr09m7rc09q44mbhahjkaqczb04g5f24x7fbwrn39"; libraryHaskellDepends = [ base Win32 ]; description = "Binding to the Win32 console API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "Win32-dhcp-server" = callPackage @@ -21170,8 +21170,8 @@ self: { sha256 = "0r0629nnjmlw245czxf4gyzrl0zhgm3fjgjy1bs8622zsvfdavrz"; libraryHaskellDepends = [ base text Win32 Win32-errors ]; description = "Win32 DHCP Server Management API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "Win32-errors" = callPackage @@ -21185,8 +21185,8 @@ self: { libraryHaskellDepends = [ base template-haskell text Win32 ]; testHaskellDepends = [ base hspec QuickCheck Win32 ]; description = "Alternative error handling for Win32 foreign calls"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "Win32-extras" = callPackage @@ -21200,8 +21200,8 @@ self: { libraryHaskellDepends = [ base Win32 ]; librarySystemDepends = [ imm32 msimg32 ]; description = "Provides missing Win32 API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {imm32 = null; msimg32 = null;}; "Win32-junction-point" = callPackage @@ -21212,8 +21212,8 @@ self: { sha256 = "1pvlvhdp4wcz8kn5nldhrkryz03dmzyzvjbm8x1ri9kwq1icd941"; libraryHaskellDepends = [ base text Win32 Win32-errors ]; description = "Support for manipulating NTFS junction points"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "Win32-notify" = callPackage @@ -21226,8 +21226,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base containers directory Win32 ]; description = "A binding to part of the Win32 library for file notification"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "Win32-security" = callPackage @@ -21240,8 +21240,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base text Win32 Win32-errors ]; description = "Haskell bindings to a security-related functions of the Windows API"; - license = stdenv.lib.licenses.mit; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + platforms = [ "armv7l-linux" ]; }) {}; "Win32-services" = callPackage @@ -21253,8 +21253,8 @@ self: { libraryHaskellDepends = [ base Win32 Win32-errors ]; librarySystemDepends = [ Advapi32 ]; description = "Windows service applications"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {Advapi32 = null;}; "Win32-services-wrapper" = callPackage @@ -21269,8 +21269,8 @@ self: { base directory filepath Win32 Win32-errors Win32-services ]; description = "Wrapper code for making a Win32 service"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "Win32-shortcut" = callPackage @@ -21284,8 +21284,8 @@ self: { libraryHaskellDepends = [ base mtl th-utilities Win32 ]; librarySystemDepends = [ libossp_uuid ole32 ]; description = "Support for manipulating shortcuts (.lnk files) on Windows"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = lib.platforms.none; }) {inherit (pkgs) libossp_uuid; ole32 = null;}; "Wired" = callPackage @@ -21301,8 +21301,8 @@ self: { base chalmers-lava2000 containers mtl QuickCheck ]; description = "Wire-aware hardware description"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21342,8 +21342,8 @@ self: { tasty-th text ]; description = "Bigram word pair alignments"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21357,8 +21357,8 @@ self: { editedCabalFile = "08i5izbni7xism94h6ncmdvfy88gny2vybapv0fkzgw3wyf6arhq"; libraryHaskellDepends = [ array base containers filepath ]; description = "Haskell interface to the WordNet database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21372,8 +21372,8 @@ self: { editedCabalFile = "1wdx2xv6zxvwkz3jkkd4vcdf9hyyivbfwyln9dd30m67ip7illp3"; libraryHaskellDepends = [ array base containers filepath ]; description = "Haskell interface to the WordNet database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21389,7 +21389,7 @@ self: { executableHaskellDepends = [ base boxes cmdargs ]; description = "Plaintext prose redundancy linter"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "Workflow" = callPackage @@ -21408,8 +21408,8 @@ self: { extensible-exceptions mtl old-time RefSerialize stm TCache vector ]; description = "Workflow patterns over a monad for thread state logging & recovery"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21425,7 +21425,7 @@ self: { ]; description = "Generic (SYB3) construction of wxHaskell widgets"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21457,7 +21457,7 @@ self: { libX11 libXext libXinerama libXrandr libXrender libXScrnSaver ]; description = "A binding to the X11 graphics library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXScrnSaver; inherit (pkgs.xorg) libXext; inherit (pkgs.xorg) libXinerama; inherit (pkgs.xorg) libXrandr; inherit (pkgs.xorg) libXrender;}; @@ -21473,8 +21473,8 @@ self: { libraryHaskellDepends = [ base X11 ]; librarySystemDepends = [ libX11 ]; description = "Missing bindings to the X11 graphics library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.xorg) libX11;}; @@ -21486,8 +21486,8 @@ self: { sha256 = "11jxlaad9jgjddd5v8ygy2rdrajrbm9dlp6f0mslvxa2wzn4v4r3"; libraryHaskellDepends = [ base X11 ]; description = "A binding to the resource management functions missing from X11"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21500,8 +21500,8 @@ self: { libraryHaskellDepends = [ base X11 ]; librarySystemDepends = [ Xdamage ]; description = "A binding to the Xdamage X11 extension library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {Xdamage = null;}; @@ -21514,8 +21514,8 @@ self: { libraryHaskellDepends = [ base X11 ]; librarySystemDepends = [ Xfixes ]; description = "A binding to the Xfixes X11 extension library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {Xfixes = null;}; @@ -21539,7 +21539,7 @@ self: { sha256 = "19p71lc0hihfn0xzl29j01kd0zf9yalspwj7dava0ybc1rm3g62h"; libraryHaskellDepends = [ base X11 ]; description = "A binding to the Xshape X11 extension library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "XAttr" = callPackage @@ -21562,8 +21562,8 @@ self: { libraryHaskellDepends = [ base Win32 ]; librarySystemDepends = [ xinput ]; description = "Bindings for the DirectX XInput library"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {inherit (pkgs.xorg) xinput;}; "XML" = callPackage @@ -21582,8 +21582,8 @@ self: { ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Extensible Markup Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "XMLParser" = callPackage @@ -21594,7 +21594,7 @@ self: { sha256 = "1vdgbmf27ghvyjzkcymsz9fgv9lcss41n5hiyqc58nzg0w18r0ik"; libraryHaskellDepends = [ base parsec ]; description = "A library to parse xml"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "XMMS" = callPackage @@ -21608,7 +21608,7 @@ self: { librarySystemDepends = [ xmmsclient xmmsclient-glib ]; description = "XMMS2 client library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {xmmsclient = null; xmmsclient-glib = null;}; @@ -21625,8 +21625,8 @@ self: { base haskell98 hsdns mtl network parsec random utf8-string ]; description = "XMPP library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21653,8 +21653,8 @@ self: { rdf4h text unordered-containers vector ]; description = "An implementation of a polynomial-time top-down parser suitable for NLP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21667,7 +21667,7 @@ self: { libraryHaskellDepends = [ base ]; libraryPkgconfigDepends = [ libXau ]; description = "A binding to the X11 authentication library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libXau;}; "Xec" = callPackage @@ -21685,8 +21685,8 @@ self: { old-time SHA unix ]; description = "Gtk command launcher with identicon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21698,8 +21698,8 @@ self: { sha256 = "0dv5nvvqy6w0ndjyab4bwhjpw1hlx8xi4bv2jw4rl8v6y68bilk1"; libraryHaskellDepends = [ base mtl transformers ]; description = "A library for writing XML and HTML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21711,8 +21711,8 @@ self: { sha256 = "11g1gipc9v81h5jzndr3j7j4mwr4lva9b52fd0hml4mrzf6vj2dx"; libraryHaskellDepends = [ base ]; description = "Pure haskell implementation of xorshift128plus random number generator"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21733,8 +21733,8 @@ self: { SDL-image SDL-mixer SDL-ttf transformers ]; description = "Yet Another Pong Clone using SDL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21746,8 +21746,8 @@ self: { sha256 = "17pp79yr8jfmhx85vlr5kx7q5wha48p3ra7l4ligd583yxzvlnif"; libraryHaskellDepends = [ array base HGL Yampa ]; description = "Yampa-based library for programming robots"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21782,8 +21782,8 @@ self: { yesod-recaptcha yesod-static ]; description = "A simple blog engine powered by Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21812,7 +21812,7 @@ self: { ]; description = "YAML reference implementation"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21829,7 +21829,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Elegant Functional Reactive Programming Language for Hybrid Systems"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Yampa-core" = callPackage @@ -21842,7 +21842,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base deepseq random vector-space ]; description = "Library for programming hybrid systems"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "YampaSynth" = callPackage @@ -21860,8 +21860,8 @@ self: { array base bytestring containers HCodecs Yampa ]; description = "Software synthesizer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21873,7 +21873,7 @@ self: { sha256 = "1krp17rw25b7a280rf3idpfzkx39kpfcjqwznz96y0d2sdqbhg6p"; libraryHaskellDepends = [ base containers parsec ]; description = "A Minimal JSON Parser & Printer for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "Yogurt" = callPackage @@ -21889,8 +21889,8 @@ self: { syb time ]; description = "A MUD client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21910,8 +21910,8 @@ self: { ]; executableSystemDepends = [ readline ]; description = "A functional MUD client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) readline;}; @@ -21938,8 +21938,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Array, vector and text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21964,8 +21964,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Simple and high performance IO toolkit for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -21992,8 +21992,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "MessagePack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22010,8 +22010,8 @@ self: { Z-IO ]; description = "YAML tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22025,8 +22025,8 @@ self: { editedCabalFile = "17dsvvbv3kf0b85l15fdkbvfpjhcmqw3j54j8av59wqhqncgnx2r"; libraryHaskellDepends = [ base vect ]; description = "Polymer growth simulation method"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22042,8 +22042,8 @@ self: { base CC-delcont containers mtl network unix ]; description = "Oleg's Zipper FS"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22058,8 +22058,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ array base gtk mtl random ]; description = "A Z-machine interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22071,7 +22071,7 @@ self: { sha256 = "05cnpl9c6i0j8jqr4j43b32jgryv34gahimhp9g1m45idgnl2sn0"; libraryHaskellDepends = [ base TypeCompose ]; description = "Zipping folds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ZipperAG" = callPackage @@ -22082,7 +22082,7 @@ self: { sha256 = "0nl08r7s3r5hr5jag499fillca16wsb8yqz1dlzydvacqcklcxr9"; libraryHaskellDepends = [ base syz ]; description = "An implementationg of Attribute Grammars using Functional Zippers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Zora" = callPackage @@ -22099,7 +22099,7 @@ self: { ]; testHaskellDepends = [ base containers random tasty tasty-hunit ]; description = "Graphing library wrapper + assorted useful functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "Zwaluw" = callPackage @@ -22110,8 +22110,8 @@ self: { sha256 = "1crvcvni5gzpc1c6cnaqqp0gng1l9gk9d8ac23967nvp82xav7s1"; libraryHaskellDepends = [ base ]; description = "Combinators for bidirectional URL routing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22131,7 +22131,7 @@ self: { ]; description = "Compare genome assemblies"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22145,7 +22145,7 @@ self: { testHaskellDepends = [ base HUnit text ]; description = "Parser for a language similar to Cucumber's Gherkin"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "abc-puzzle" = callPackage @@ -22161,7 +22161,7 @@ self: { array base minisat random random-shuffle Safe ]; description = "Generate instances of the ABC Logic Puzzle"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "abcBridge" = callPackage @@ -22185,8 +22185,8 @@ self: { tasty-hunit tasty-quickcheck vector ]; description = "Bindings for ABC, A System for Sequential Synthesis and Verification"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {abc = null;}; @@ -22200,8 +22200,8 @@ self: { base parsec prettify process semigroups ]; description = "Haskell representation and parser for ABC notation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22221,8 +22221,8 @@ self: { scientific text time unordered-containers uuid vector ]; description = "interconversion between aeson and bson"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22235,8 +22235,8 @@ self: { libraryHaskellDepends = [ base comonad ]; testHaskellDepends = [ base comonad tasty tasty-quickcheck ]; description = "Simple boolean tests to see if a value abides by certain properties"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22256,8 +22256,8 @@ self: { test-framework test-framework-hunit text ]; description = "Parse ABNF and generate parsers for the specified document"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22269,7 +22269,7 @@ self: { sha256 = "18jwswjxwzc9bjiy4ds6hw2a74ki797jmfcifxd2ga4kh7ri1ah9"; libraryHaskellDepends = [ array base containers random time ]; description = "Abstract, parameterized interface to mutable Deques"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "abstract-deque-tests" = callPackage @@ -22289,7 +22289,7 @@ self: { test-framework-hunit time ]; description = "A test-suite for any queue or double-ended queue satisfying an interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "abstract-par" = callPackage @@ -22300,7 +22300,7 @@ self: { sha256 = "0q6qsniw4wks2pw6wzncb1p1j3k6al5njnvm2v5n494hplwqg2i4"; libraryHaskellDepends = [ base deepseq ]; description = "Type classes generalizing the functionality of the 'monad-par' library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "abstract-par-accelerate" = callPackage @@ -22313,8 +22313,8 @@ self: { abstract-par accelerate array base vector ]; description = "Provides the class ParAccelerate, nothing more"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22330,8 +22330,8 @@ self: { base profunctors transformers transformers-compat vinyl ]; description = "Abstract binding trees for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22345,8 +22345,8 @@ self: { base hashable unordered-containers vector ]; description = "Aho-Corasick string matching algorithm in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22358,8 +22358,8 @@ self: { sha256 = "1nsnbvllwznbqycw33f09vfgqvqmqfkcbi367clm6k4v6rfswzl3"; libraryHaskellDepends = [ ac-machine base conduit text ]; description = "Drive Aho-Corasick machines in Conduit pipelines"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22379,8 +22379,8 @@ self: { ]; benchmarkHaskellDepends = [ criterion rerebase ]; description = "Sequence optimized for monoidal construction and folding"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22408,7 +22408,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "An embedded language for accelerated array processing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "accelerate-arithmetic" = callPackage @@ -22426,8 +22426,8 @@ self: { accelerate accelerate-utility base QuickCheck ]; description = "Linear algebra and interpolation using the Accelerate framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22456,8 +22456,8 @@ self: { vector-th-unbox wide-word ]; description = "Fixed-length large integer arithmetic for Accelerate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-blas" = callPackage @@ -22485,8 +22485,8 @@ self: { criterion deepseq hmatrix mwc-random mwc-random-accelerate ]; description = "Numeric Linear Algebra in Accelerate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-cublas" = callPackage @@ -22513,8 +22513,8 @@ self: { base cuda hmatrix pooled-io random timeit utility-ht ]; description = "Basic Linear Algebra using native CUBLAS library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-cuda" = callPackage @@ -22538,8 +22538,8 @@ self: { template-haskell text transformers unix unordered-containers ]; description = "Accelerate backend for NVIDIA GPUs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-cufft" = callPackage @@ -22557,8 +22557,8 @@ self: { accelerate-utility base cuda cufft ]; description = "Accelerate frontend to the CUFFT library (Fourier transform)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-examples" = callPackage @@ -22598,8 +22598,8 @@ self: { repa-io scientific vector vector-algorithms ]; description = "Examples using the Accelerate library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-fft" = callPackage @@ -22623,8 +22623,8 @@ self: { tasty tasty-hedgehog ]; description = "FFT using the Accelerate library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-fftw" = callPackage @@ -22639,8 +22639,8 @@ self: { accelerate accelerate-io base carray fft storable-complex ]; description = "Accelerate frontend to the FFTW library (Fourier transform)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22666,8 +22666,8 @@ self: { accelerate-utility base criterion utility-ht ]; description = "Fast Fourier transform and convolution using the Accelerate framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22686,8 +22686,8 @@ self: { accelerate-fourier base criterion ]; description = "Compare different implementations of the Fast Fourier Transform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io" = callPackage @@ -22698,7 +22698,7 @@ self: { sha256 = "048md40pfacxa1mbzncybxzwp9fzmsaq8i94pd8ai677n2zyw5cg"; libraryHaskellDepends = [ accelerate base ]; description = "Convert between Accelerate arrays and raw pointers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "accelerate-io-JuicyPixels" = callPackage @@ -22713,8 +22713,8 @@ self: { accelerate accelerate-io-vector base JuicyPixels vector ]; description = "Convert between Accelerate arrays and JuicyPixels images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-array" = callPackage @@ -22730,8 +22730,8 @@ self: { accelerate array base hedgehog tasty tasty-hedgehog ]; description = "Convert between Accelerate and array"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-bmp" = callPackage @@ -22744,8 +22744,8 @@ self: { accelerate accelerate-io-bytestring base bmp ]; description = "Convert between Accelerate arrays and BMP images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-bytestring" = callPackage @@ -22756,8 +22756,8 @@ self: { sha256 = "15j42ahdcqpy4xbpp1xibfbjcrijy0hpfxp4k53qkb9bcqaknyq1"; libraryHaskellDepends = [ accelerate base bytestring ]; description = "Convert between Accelerate and ByteString"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-cereal" = callPackage @@ -22771,8 +22771,8 @@ self: { accelerate accelerate-io-bytestring base cereal ]; description = "Binary serialisation of Accelerate arrays using cereal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-repa" = callPackage @@ -22783,8 +22783,8 @@ self: { sha256 = "084gzvfwz6prwra5393lfm5hgvssxwij0cdf24fq5nahzn7x2wrp"; libraryHaskellDepends = [ accelerate base repa ]; description = "Convert between Accelerate and Repa arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-io-serialise" = callPackage @@ -22799,7 +22799,7 @@ self: { accelerate accelerate-io-bytestring base serialise ]; description = "Binary serialisation of Accelerate arrays using serialise"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "accelerate-io-vector" = callPackage @@ -22815,8 +22815,8 @@ self: { accelerate base hedgehog tasty tasty-hedgehog vector ]; description = "Convert between Accelerate and vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-kullback-liebler" = callPackage @@ -22842,8 +22842,8 @@ self: { benchmarkToolDepends = [ cpphs ]; doHaddock = false; description = "Kullback-Liebler divergence"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-llvm" = callPackage @@ -22863,7 +22863,7 @@ self: { unordered-containers vector ]; description = "Accelerate backend component generating LLVM IR"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "accelerate-llvm-native" = callPackage @@ -22885,8 +22885,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ accelerate base ]; description = "Accelerate backend for multicore CPUs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22908,8 +22908,8 @@ self: { ]; testHaskellDepends = [ accelerate base ]; description = "Accelerate backend for NVIDIA GPUs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "accelerate-random" = callPackage @@ -22920,8 +22920,8 @@ self: { sha256 = "1wqy11aw99gq7hd0g539synsh6kv8j4a09p9b1k29hpanjr009kd"; libraryHaskellDepends = [ accelerate base mwc-random ]; description = "Generate Accelerate arrays filled with high quality pseudorandom numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22944,8 +22944,8 @@ self: { smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck ]; description = "a typesafe way encode accelerate matrices and vectors"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22957,8 +22957,8 @@ self: { sha256 = "1wdxypkgkjngrlkw4fnxqqqbcy3chaw5fim0xyzcbh52zd0b62wh"; libraryHaskellDepends = [ accelerate base utility-ht ]; description = "Utility functions for the Accelerate framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22970,8 +22970,8 @@ self: { sha256 = "16hgs81cs3zgbvsprh9lzvyxbh58g7rijf1d4j0dkrpnqnrvg0hy"; libraryHaskellDepends = [ base bytestring HTTP json network text ]; description = "A Haskell implementation of the Accentuate.us API."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -22983,8 +22983,8 @@ self: { sha256 = "13kg8mjrnif88r0w7b041x4vmzdm9aqrx4fskc3qv3smpq2q2ngs"; libraryHaskellDepends = [ base filepath old-time time unix ]; description = "Cross-platform support for retrieving file access times"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23011,8 +23011,8 @@ self: { th-format unliftio unliftio-core uuid ]; description = "Provides Access Token for Services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23024,7 +23024,7 @@ self: { sha256 = "0dlszai5bz05algxm98kjhnjwa7mwj620d52vrsc4fxds8q84sjg"; libraryHaskellDepends = [ base bifunctors lens semigroups ]; description = "Data type like Either but with accumulating error type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ace" = callPackage @@ -23042,7 +23042,7 @@ self: { base bifunctors hspec HUnit mtl parsec text ]; description = "Attempto Controlled English parser and printer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "achille" = callPackage @@ -23065,8 +23065,8 @@ self: { tasty-hunit text time ]; description = "A library for building static site generators"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23098,7 +23098,7 @@ self: { base criterion directory mtl random system-fileio system-filepath ]; description = "Add ACID guarantees to any serializable Haskell data structure"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acid-state-dist" = callPackage @@ -23123,8 +23123,8 @@ self: { acid-state base criterion directory mtl safecopy ]; description = "A replication backend for acid-state"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23140,8 +23140,8 @@ self: { acid-state base directory HsOpenSSL network safecopy ]; description = "Add TLS support for Data.Acid.Remote"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23153,7 +23153,7 @@ self: { sha256 = "0bwlsdxk3lbir90xhar7xd83cwarqcm0a86gvwaghknpil2ay4cg"; libraryHaskellDepends = [ base process ]; description = "Writing and calling ACL2 from Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-all-monad" = callPackage @@ -23164,8 +23164,8 @@ self: { sha256 = "1qay7m16yjsjg8anbinkagb2v8r67k5wsppkrwyskn9jcb1wnbgv"; libraryHaskellDepends = [ base transformers ]; description = "A monad which is powerful enough to interpret any action"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23181,7 +23181,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A full featured empty project"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-cadre" = callPackage @@ -23192,7 +23192,7 @@ self: { sha256 = "1nclcq48r547rgmd4h0hf498z27d15lp4da9yb3a3sy7qk6m92bi"; libraryHaskellDepends = [ base ]; description = "car, cdr and more"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acme-circular-containers" = callPackage @@ -23210,7 +23210,7 @@ self: { base containers doctest doctest-discover graph-wrapper ]; description = "Spineless containers which are fast to read but inefficient to update"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acme-cofunctor" = callPackage @@ -23221,7 +23221,7 @@ self: { sha256 = "0ydlnp0bbl5haci3a5x59sj2biylmpkqwzy749fhp8jn1cr8fg4x"; libraryHaskellDepends = [ base ]; description = "A Cofunctor is a structure from category theory dual to Functor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-colosson" = callPackage @@ -23232,7 +23232,7 @@ self: { sha256 = "0mfnav0wb0ks365n3kghaic6nasp3qaznhmsdccx35h164ixj9vc"; libraryHaskellDepends = [ base random ]; description = "Determines whether it is numberwang"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-comonad" = callPackage @@ -23243,8 +23243,8 @@ self: { sha256 = "1sc0alwdgfls18y4q4y0qkbzqm4fgzd9yv6dwwnzw3472vsz2x8s"; libraryHaskellDepends = [ base comonad ]; description = "A more efficient dualization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23259,7 +23259,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Maybe gives you a cute boy"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acme-cutegirl" = callPackage @@ -23273,7 +23273,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Maybe gives you a cute girl"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "acme-default" = callPackage @@ -23284,7 +23284,7 @@ self: { sha256 = "0hkx2zpk3w9vh1jdhpwkd7x7hwr3zf5z9n6f30rjrbyqmxnicpip"; libraryHaskellDepends = [ base ]; description = "A class for types with a distinguished aesthetically pleasing value"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "acme-dont" = callPackage @@ -23296,7 +23296,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "A \"don't\" construct"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-flipping-tables" = callPackage @@ -23307,8 +23307,8 @@ self: { sha256 = "1xl5gwc67acg47fdkgrn7sjvvvnc4sjf5vifph0jb3c7gv93n757"; libraryHaskellDepends = [ base ]; description = "Stop execution with rage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23320,7 +23320,7 @@ self: { sha256 = "0b99f1js5w5904rw20xfmg8sfv0l8fdcnp90jx4rrczcirp6h6iq"; libraryHaskellDepends = [ base ]; description = "The best applicative functors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-grawlix" = callPackage @@ -23331,7 +23331,7 @@ self: { sha256 = "170cvi3b13wb8imfz3yc3323v2dnyhrr080syjqam477ahwggwsn"; libraryHaskellDepends = [ base ]; description = "More readable names for commonly used symbols"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-hq9plus" = callPackage @@ -23342,8 +23342,8 @@ self: { sha256 = "0da4ysj74fmhcbbvxxfb6w97pr870518k90vwnc3z8kglj1ni187"; libraryHaskellDepends = [ base ]; description = "An embedded DSL for the HQ9+ programming language"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23361,8 +23361,8 @@ self: { base bytestring extensible-exceptions mtl network pretty ]; description = "fastest Haskell PONG server in the world"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23377,8 +23377,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Evil inventions in the Tri-State area"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23391,7 +23391,7 @@ self: { libraryHaskellDepends = [ base ]; description = "The only true way to do IO in Haskell!"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "acme-iot" = callPackage @@ -23402,7 +23402,7 @@ self: { sha256 = "0y43prc9ykkbyvrq879ys753cijphmya7ig1m3v1g7fwyy9n23gx"; libraryHaskellDepends = [ base ghc-prim mtl transformers ]; description = "IO monad transformer"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "acme-kitchen-sink" = callPackage @@ -23413,8 +23413,8 @@ self: { sha256 = "0b587ryd63zyap7c3a1dnm25y0k9a6i2sx26xzg0wrq8hfh0f815"; libraryHaskellDepends = [ base ]; description = "A place for dumping that does-not-feel-right code while you improve it"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23426,8 +23426,8 @@ self: { sha256 = "039pz5lw3p8iy1gaijvbc8296djxcziw70a0rnw0iz3iy29w1fmc"; libraryHaskellDepends = [ base text ]; description = "free your haskell from the tyranny of npm!"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23439,7 +23439,7 @@ self: { sha256 = "08issbr9lgc2saqvgs80sxl1sgi7ig5jg6iykv1g1zl5k1kv2a32"; libraryHaskellDepends = [ base parsec random random-shuffle text ]; description = "LOLSPEAK translator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-lookofdisapproval" = callPackage @@ -23450,7 +23450,7 @@ self: { sha256 = "194xvcab14bs3b3nrayxp4z3da60afxa9cmip58mkms5016kwhis"; libraryHaskellDepends = [ base ]; description = "Express your disapproval"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-memorandom" = callPackage @@ -23461,7 +23461,7 @@ self: { sha256 = "1l6kxmdb7fi47ldfpcqbl6h4dnzw6zw0ahxmvx6sxwxm3x4hynhi"; libraryHaskellDepends = [ base MemoTrie random ]; description = "Memoized random number generation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "acme-microwave" = callPackage @@ -23472,7 +23472,7 @@ self: { sha256 = "136lwxcimj241nq9l0x7icxk1q9xz826sg07d40yj87shir52j39"; libraryHaskellDepends = [ base ]; description = "The eighth wonder of the world, kitchen math!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-miscorder" = callPackage @@ -23483,8 +23483,8 @@ self: { sha256 = "180fs64vlbxb2700qq8hzzz82kkmpknakkbk66ddkk1pdl7nm0j4"; libraryHaskellDepends = [ base random ]; description = "Miscellaneous newtypes for orderings of discutable use"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23496,7 +23496,7 @@ self: { sha256 = "0nvkgdj04i21gq5k541an8zjz0hzzy7dpi384yrhcyh14jsxhqz5"; libraryHaskellDepends = [ base stm ]; description = "Cause serious international side effects"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acme-mutable-package" = callPackage @@ -23510,8 +23510,8 @@ self: { setupHaskellDepends = [ base Cabal ]; libraryHaskellDepends = [ base ]; description = "A mutable package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23523,8 +23523,8 @@ self: { sha256 = "0lnrsndx7r00b7vgh9jmp5j635m4pb2bzx0lfhqidkzfc2llzwsm"; libraryHaskellDepends = [ base time ]; description = "An interface to the philosophical and metaphysical \"now\""; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23536,8 +23536,8 @@ self: { sha256 = "1p5rdssdmds6yqgv3yvlh835h180h9q9430j8i6qrhygqn8lmv87"; libraryHaskellDepends = [ base template-haskell ]; description = "Define the less than and add and subtract for nats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23550,7 +23550,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "A name for omitted definitions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-one" = callPackage @@ -23561,7 +23561,7 @@ self: { sha256 = "11sgx648g5594w8m8x8r25x7s61jyyxazp5dcfyglvhc7zlrrvbb"; doHaddock = false; description = "The identity element of package dependencies"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acme-operators" = callPackage @@ -23572,8 +23572,8 @@ self: { sha256 = "1wf12iphv12srygdvhy7xyja453dzjmm6kd9l2qp00fx986zd01w"; libraryHaskellDepends = [ base ]; description = "Operators of base, all in one place!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23585,8 +23585,8 @@ self: { sha256 = "1kjfpihicb6f3kn5gzr0ya8f73g4y3kvw7y4plv67cpbc1icnpjl"; libraryHaskellDepends = [ acme-left-pad base ]; description = "The flexibility of Haskell and the safety of PHP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23598,7 +23598,7 @@ self: { sha256 = "02gml2db5vigkwkx99lqzjkpfaqdc74x16bgdx62kf7r3nn37my9"; libraryHaskellDepends = [ base split ]; description = "Make more than one point in numeric literals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-realworld" = callPackage @@ -23609,7 +23609,7 @@ self: { sha256 = "0ffhichjhhic7d5cjypmd2zmcq0dpqiz5ygsw0y67v83hry0vf8r"; libraryHaskellDepends = [ base ]; description = "Primitives for manipulating the state of the universe"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-safe" = callPackage @@ -23621,7 +23621,7 @@ self: { libraryHaskellDepends = [ acme-dont base ]; description = "Safe versions of some infamous haskell functions such as fromJust"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "acme-schoenfinkel" = callPackage @@ -23638,8 +23638,8 @@ self: { test-framework-th ]; description = "Proper names for curry and uncurry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23652,7 +23652,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Smuggle arbitrary values in arbitrary types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-strfry" = callPackage @@ -23663,8 +23663,8 @@ self: { sha256 = "1r6xnkyx22khzq6hlb8bk0fnbb6hlwbf12wajhx8vcxa7bkhh8lb"; libraryHaskellDepends = [ base bytestring ]; description = "A binding to the glibc strfry function"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23678,8 +23678,8 @@ self: { editedCabalFile = "0i5hark97zl45iyiijxj07d2pg112kh3jcmjmscpbss5l5n02h23"; libraryHaskellDepends = [ base ]; description = "Stringly Typed Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23691,7 +23691,7 @@ self: { sha256 = "1anj8yygzcqkl4nwqwbrmwsqda84qcl8yzq7pgx2b7p895xcfa68"; libraryHaskellDepends = [ base mtl ]; description = "A Haskell port of the C/PHP strtok function"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acme-this" = callPackage @@ -23704,8 +23704,8 @@ self: { editedCabalFile = "1xizmz9yyhxkkaynlk9x0l1nv5maz0shk3d1ipaphc9c6q4b1mjq"; libraryHaskellDepends = [ base template-haskell ]; description = "import This"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23717,7 +23717,7 @@ self: { sha256 = "1dfwn0n4hg6zs4ikz6jzkn2spwsvchs1jgq7662aq4ljyp7f1rvb"; libraryHaskellDepends = [ base ghc-prim mtl transformers ]; description = "An easy way to perform and unperform IO and other stateful actions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "acme-year" = callPackage @@ -23730,7 +23730,7 @@ self: { testHaskellDepends = [ base time ]; benchmarkHaskellDepends = [ base criterion ]; description = "Get the current year"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "acme-zalgo" = callPackage @@ -23743,7 +23743,7 @@ self: { editedCabalFile = "1l2m9hh6mbc59h17z17gcfzgza25jj912d413pw1q37r3v4y0a1c"; libraryHaskellDepends = [ array base random ]; description = "A somewhat flexible Zalgo̐ te̳͜x̥̖̉̓͞t̍̌̔ ̀̃t̴̢̞̜͓̝r̶̬̆̂̒͟á̧̡͎͔̯̰̕n̹̾̓ͬͦ̍͘ṡ̢͓͉ͮ͆l̠̖̹̗̳̖̽̌ͤ͞a͚̭͙̹̲ͭͩt͈͐o̢̭͇͍̟͐ͬ̾ͪ͜r͇.̸̅ͭ̐̀̊ͨ͛"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "acme-zero" = callPackage @@ -23754,8 +23754,8 @@ self: { sha256 = "06d4hpda8qwwq9wzkgx6fpiq39l1md8sfm9hnvh4r95xyg5q53f6"; doHaddock = false; description = "The absorbing element of package dependencies"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23779,8 +23779,8 @@ self: { relude tasty tasty-golden text ]; description = "AcousticBrainz API client"; - license = stdenv.lib.licenses.cc0; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23792,7 +23792,7 @@ self: { sha256 = "1spw70dw8x6d9dy5wg47fim4kpsvzgr25nmwpv8c4wd8g3gmnqmw"; libraryHaskellDepends = [ base transformers ]; description = "Abstraction over management of resources"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "action-permutations" = callPackage @@ -23803,7 +23803,7 @@ self: { sha256 = "0rhlzpwshixpnqma7sk28f22dkwz39b6lcwnzmd31rcnz5cyw6d4"; libraryHaskellDepends = [ base ]; description = "Execute a set of actions (e.g. parsers) in each possible order"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "active" = callPackage @@ -23823,8 +23823,8 @@ self: { base lens linear QuickCheck semigroupoids semigroups vector ]; description = "Abstractions for animation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23853,8 +23853,8 @@ self: { utf8-string xhtml ]; description = "Haskell code presentation tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23868,8 +23868,8 @@ self: { editedCabalFile = "1v2sw9n9kiqc7cy0v1923ld645dykmk57bgdrgdgfv6qkfp6ghdd"; libraryHaskellDepends = [ base QuickCheck ]; description = "Basic definitions for activehs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23881,8 +23881,8 @@ self: { sha256 = "1a9x42x0bysia00672qala6q6g5dgdfzwlzk2969c7q9gsxf63y9"; libraryHaskellDepends = [ aeson base network-uri text time ]; description = "ActivityPub Haskell Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23896,8 +23896,8 @@ self: { aeson base text time unordered-containers ]; description = "An interface to the ActivityStreams specification"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23910,8 +23910,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base haskell98 stm time ]; description = "Actors with multi-headed receive clauses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23927,8 +23927,8 @@ self: { ]; doHaddock = false; description = "Semigroup actions and torsors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23949,7 +23949,7 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; benchmarkHaskellDepends = [ base criterion erf ]; description = "Automatic Differentiation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "adaptive-containers" = callPackage @@ -23960,8 +23960,8 @@ self: { sha256 = "16h0zi55hf9g07xisbcmgkx72m9laiqykh2r9nh2siczx3sxi1qk"; libraryHaskellDepends = [ base ]; description = "Self optimizing container types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23973,8 +23973,8 @@ self: { sha256 = "1kf4d3qf8nv61c7pajv234b2vil84c2cq40csnm456lg55qh53r1"; libraryHaskellDepends = [ base template-haskell type-level ]; description = "Self-optimizing tuple types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -23989,8 +23989,8 @@ self: { base bytestring cereal containers mtl network ]; description = "Android Debug Bridge (ADB) protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24012,7 +24012,7 @@ self: { parsec-permutation strict text time ]; description = "Convert adblock config files to privoxy format"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "addLicenseInfo" = callPackage @@ -24025,7 +24025,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base process ]; description = "Adds license info to the top of a file"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "addy" = callPackage @@ -24046,8 +24046,8 @@ self: { tasty tasty-hedgehog tasty-hunit text text-icu validation-selective ]; description = "A full-featured library for parsing, validating, and rendering email addresses"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24066,7 +24066,7 @@ self: { ]; description = "Ad-hoc P2P network protocol"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24088,8 +24088,8 @@ self: { test-framework-quickcheck2 vector ]; description = "Approximate dictionary searching"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24105,8 +24105,8 @@ self: { testHaskellDepends = [ base hs-functors ]; benchmarkHaskellDepends = [ base gauge hs-functors ]; description = "See README for more info"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24130,7 +24130,7 @@ self: { testHaskellDepends = [ base distributive generic-deriving hspec ]; testToolDepends = [ hspec-discover ]; description = "Adjunctions and representable functors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "adler32" = callPackage @@ -24143,7 +24143,7 @@ self: { librarySystemDepends = [ zlib ]; testHaskellDepends = [ base bytestring hspec ]; description = "An implementation of Adler-32, supporting rolling checksum operation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) zlib;}; "adobe-swatch-exchange" = callPackage @@ -24163,8 +24163,8 @@ self: { base binary bytestring data-binary-ieee754 language-css mtl pretty ]; description = "parse Adobe Swatch Exchange files and (optionally) output .css files with the colors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24185,8 +24185,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "ADP for multiple context-free languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24206,8 +24206,8 @@ self: { test-framework-quickcheck2 ]; description = "Subword construction in adp-multi using monadiccp"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24219,8 +24219,8 @@ self: { sha256 = "0cp14n2l3scbsp7f6s4r19ngn2ympns03pm6s07hdkpavvgli1zg"; libraryHaskellDepends = [ base ]; description = "Modelling, rendering and quantitative analysis on attack defense trees"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24243,8 +24243,8 @@ self: { ]; testHaskellDepends = [ base directory filepath HUnit text ]; description = "Advent of Code REST API bindings and servant API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24276,7 +24276,7 @@ self: { template-haskell th-lift th-lift-instances ]; description = "Parse Advent of Code ASCII art letters"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aern2-mp" = callPackage @@ -24294,8 +24294,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Multi-precision ball (interval) arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24319,8 +24319,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Exact real numbers via Cauchy sequences and MPFR"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24353,7 +24353,7 @@ self: { these time time-compat unordered-containers uuid-types vector ]; description = "Fast JSON parsing and encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-applicative" = callPackage @@ -24364,8 +24364,8 @@ self: { sha256 = "0plbpln1glmf8a53f4nag1lx7sy8lcali6f1m526zifgak99p3qz"; libraryHaskellDepends = [ aeson base text unordered-containers ]; description = "make To/From JSOn instances from an applicative description"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24378,7 +24378,7 @@ self: { libraryHaskellDepends = [ aeson attoparsec base ]; testHaskellDepends = [ base ]; description = "Embed an Attoparsec text parser into an Aeson parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-better-errors" = callPackage @@ -24395,7 +24395,7 @@ self: { transformers-compat unordered-containers vector void ]; description = "Better error messages when decoding JSON values"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-bson" = callPackage @@ -24412,7 +24412,7 @@ self: { ]; description = "Mapping between Aeson's JSON and Bson objects"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "aeson-casing" = callPackage @@ -24428,7 +24428,7 @@ self: { aeson base tasty tasty-hunit tasty-quickcheck tasty-th ]; description = "Tools to change the formatting of field names in Aeson instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-coerce" = callPackage @@ -24439,7 +24439,7 @@ self: { sha256 = "0i6pv9hkwp4h7wwmnr6lwaqjkwykdgqkvpycm7fpyrlw5ipkp728"; libraryHaskellDepends = [ aeson base bytestring containers text ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-combinators" = callPackage @@ -24459,7 +24459,7 @@ self: { aeson base bytestring doctest hspec text utf8-string ]; description = "Aeson combinators for dead simple JSON decoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-commit" = callPackage @@ -24475,7 +24475,7 @@ self: { aeson aeson-qq base tasty tasty-hspec text ]; description = "Parse Aeson data with commitment"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-compat" = callPackage @@ -24503,7 +24503,7 @@ self: { time-locale-compat unordered-containers vector ]; description = "Compatibility layer for aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-decode" = callPackage @@ -24521,8 +24521,8 @@ self: { aeson-qq base containers hedgehog text time ]; description = "Easy functions for converting from Aeson.Value"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24535,7 +24535,7 @@ self: { libraryHaskellDepends = [ aeson base containers ]; testHaskellDepends = [ aeson base containers ]; description = "Apply default value to FromJSON instacnes' Maybe fields"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-deriving" = callPackage @@ -24553,7 +24553,7 @@ self: { aeson base hedgehog regex-tdfa text unordered-containers ]; description = "data types for compositional, type-directed serialization"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-diff" = callPackage @@ -24580,7 +24580,7 @@ self: { quickcheck-instances text unordered-containers vector ]; description = "Extract and apply patches to JSON documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-diff-generic" = callPackage @@ -24599,8 +24599,8 @@ self: { th-abstraction time unordered-containers uuid-types vector ]; description = "Apply a json-patch to any haskell datatype"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24629,7 +24629,7 @@ self: { tasty-quickcheck time time-parsers unordered-containers vector ]; description = "Extra goodies for aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-filthy" = callPackage @@ -24647,8 +24647,8 @@ self: { aeson base bytestring doctest text time unordered-containers ]; description = "Several newtypes and combinators for dealing with less-than-cleanly JSON input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24663,7 +24663,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Tools for creating flat JSON serializations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-flatten" = callPackage @@ -24677,7 +24677,7 @@ self: { libraryHaskellDepends = [ aeson base text unordered-containers ]; testHaskellDepends = [ aeson base bytestring hspec ]; description = "JSON flatten for Aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-flowtyped" = callPackage @@ -24698,8 +24698,8 @@ self: { unordered-containers vector ]; description = "Create Flow type definitions from Haskell data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24725,7 +24725,7 @@ self: { aeson aeson-qq base dependent-sum hspec HUnit ]; description = "Derivation of Aeson instances for GADTs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-generic-compat" = callPackage @@ -24736,7 +24736,7 @@ self: { sha256 = "1kr3waa46k3619yvif0zh4lx7s0zhyghlr1c5kkrvg432i8wmdm6"; libraryHaskellDepends = [ aeson base ]; description = "Compatible generic class names of Aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-helper" = callPackage @@ -24749,7 +24749,7 @@ self: { aeson base text unordered-containers vector ]; description = "Aeson helper func"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-injector" = callPackage @@ -24773,8 +24773,8 @@ self: { scientific swagger2 tasty tasty-hunit tasty-quickcheck text vector ]; description = "Injecting fields into aeson values"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24791,7 +24791,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Aeson instances for iproute types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-json-ast" = callPackage @@ -24802,7 +24802,7 @@ self: { sha256 = "0p9da4cpbj811b9va2rhhn95cqckhabhr9k4fjfd536dzrxqjigz"; libraryHaskellDepends = [ aeson base json-ast ]; description = "Integration layer for \"json-ast\" and \"aeson\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-lens" = callPackage @@ -24818,7 +24818,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Lens of Aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-match-qq" = callPackage @@ -24838,8 +24838,8 @@ self: { aeson aeson-qq base hspec unordered-containers ]; description = "Declarative JSON matchers"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24860,8 +24860,8 @@ self: { unordered-containers vector ]; description = "Fast JSON parsing and encoding (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24881,7 +24881,7 @@ self: { optics-extra scientific text unordered-containers vector ]; description = "Law-abiding optics for aeson"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-options" = callPackage @@ -24894,8 +24894,8 @@ self: { editedCabalFile = "0sibi1vhgkx0v082iffpqxg1mshrwd1d1s3xnpaqn0rdpfpja31d"; libraryHaskellDepends = [ aeson base ]; description = "Options to derive FromJSON/ToJSON instances"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24911,7 +24911,7 @@ self: { aeson base parsec scientific text unordered-containers vector ]; description = "Alternative JSON parser based on Parsec and Aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-picker" = callPackage @@ -24923,7 +24923,7 @@ self: { libraryHaskellDepends = [ aeson base lens lens-aeson text ]; testHaskellDepends = [ base hspec text ]; description = "Tiny library to get fields from JSON format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-prefix" = callPackage @@ -24939,8 +24939,8 @@ self: { ]; testHaskellDepends = [ aeson base bytestring hspec mtl text ]; description = "Hiearchical prefixing for aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -24962,7 +24962,7 @@ self: { aeson attoparsec base bytestring cmdargs ]; description = "JSON pretty-printing library and command-line tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-qq" = callPackage @@ -24983,7 +24983,7 @@ self: { parsec scientific template-haskell text vector ]; description = "JSON quasiquoter for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-quick" = callPackage @@ -25003,7 +25003,7 @@ self: { ]; benchmarkHaskellDepends = [ aeson base bytestring criterion text ]; description = "Quick JSON extractions with Aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-result" = callPackage @@ -25014,7 +25014,7 @@ self: { sha256 = "10bnzh7vlh42sip0z7mvx5jxrsi7p2s3vqy55pfg2pb17czzly2y"; libraryHaskellDepends = [ aeson aeson-helper base text ]; description = "API Result for aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-schema" = callPackage @@ -25043,8 +25043,8 @@ self: { test-framework-quickcheck2 text unordered-containers vector ]; description = "Haskell JSON schema validator and parser generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25074,8 +25074,8 @@ self: { megaparsec template-haskell text th-test-utils unordered-containers ]; description = "Easily consume JSON data on-demand with type-safety"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25088,7 +25088,7 @@ self: { libraryHaskellDepends = [ aeson base cereal ]; testHaskellDepends = [ aeson base cereal hspec HUnit ]; description = "Simple serialization functions for aeson types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-smart" = callPackage @@ -25104,8 +25104,8 @@ self: { vector ]; description = "Smart derivation of Aeson instances"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25121,8 +25121,8 @@ self: { aeson attoparsec base bytestring HsOpenSSL http-streams io-streams ]; description = "An HTTP client library for JSON-based APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25142,8 +25142,8 @@ self: { vector ]; description = "Transform JSON"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25163,8 +25163,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ aeson base hspec ]; description = "Aeson instances for the Tiled map editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25177,7 +25177,7 @@ self: { libraryHaskellDepends = [ aeson base bytestring failure text ]; testHaskellDepends = [ base hspec ]; description = "A generalization of Aeson over Failure"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-typescript" = callPackage @@ -25199,8 +25199,8 @@ self: { th-abstraction unordered-containers ]; description = "Generate TypeScript definition files from your ADTs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25218,8 +25218,8 @@ self: { aeson attoparsec base bytestring scientific text ]; description = "Utilities for working with Aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25237,7 +25237,7 @@ self: { text text-builder transformers unordered-containers vector ]; description = "API for parsing \"aeson\" JSON tree into Haskell types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-via" = callPackage @@ -25251,7 +25251,7 @@ self: { aeson aeson-casing base newtype-generics text ]; description = "Wrappers to derive-via Aeson ToJSON/FromJSON typeclasses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aeson-with" = callPackage @@ -25267,7 +25267,7 @@ self: { vector ]; description = "withXField combinators for aeson"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-yak" = callPackage @@ -25278,7 +25278,7 @@ self: { sha256 = "0x5a5z0bmiljl9rfapyq6srffp6v3g25qvy0x692a5as66y5ahxg"; libraryHaskellDepends = [ aeson base ]; description = "Handle JSON that may or may not be a list, or exist"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aeson-yaml" = callPackage @@ -25301,7 +25301,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Output any Aeson value as YAML (pure Haskell library)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "affection" = callPackage @@ -25320,8 +25320,8 @@ self: { monad-parallel mtl OpenGL sdl2 stm text uuid vector ]; description = "A simple Game Engine using SDL"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25335,7 +25335,7 @@ self: { editedCabalFile = "1avxd17y9k0afqjgb8gq254a6ys7dpncgiyrp6mxbngdcvjyahyc"; libraryHaskellDepends = [ alg base ]; description = "Affine spaces (generalized)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "affine-invariant-ensemble-mcmc" = callPackage @@ -25350,8 +25350,8 @@ self: { base containers mwc-random primitive split vector ]; description = "General-purpose sampling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25362,7 +25362,7 @@ self: { version = "0.1.0.0"; sha256 = "1bldljkgsb9v7ss3l87mm4r9wjpp3z02hjnfdnp84pmaj0b34vam"; libraryHaskellDepends = [ base ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "afis" = callPackage @@ -25384,7 +25384,7 @@ self: { test-framework-quickcheck2 ]; description = "Anti-forensic Information Splitter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "afv" = callPackage @@ -25401,8 +25401,8 @@ self: { base bytestring directory language-c mtl process yices ]; description = "Infinite state model checking of iterative C programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25416,8 +25416,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers uuagc uulib ]; description = "Attribute Grammar picture generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25438,8 +25438,8 @@ self: { pandoc snap-core snap-server transformers utf8-string xhtml ]; description = "Http server for Agda (prototype)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25460,8 +25460,8 @@ self: { ]; executableHaskellDepends = [ Agda base network-uri transformers ]; description = "Render just the Agda snippets of a literate Agda file to HTML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25478,8 +25478,8 @@ self: { pandoc-types ]; description = "Literate Agda support using agda-snippets, for Hakyll pages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25502,8 +25502,8 @@ self: { ]; testHaskellDepends = [ base containers filepath hspec text ]; description = "Check for unused code in an Agda project"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25519,7 +25519,7 @@ self: { base directory filepath optparse-applicative ]; description = "Translate .agda files into .lagda.tex files."; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "agentx" = callPackage @@ -25540,8 +25540,8 @@ self: { snmp time transformers unix ]; description = "AgentX protocol for write SNMP subagents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25574,8 +25574,8 @@ self: { base QuickCheck tasty tasty-ant-xml tasty-quickcheck ]; description = "And-inverter graphs in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25604,8 +25604,8 @@ self: { base checkers lens QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Aeronautical Information Package (AIP)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25621,7 +25621,7 @@ self: { array base bytestring containers directory filepath mtl text time ]; description = "air"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "air-extra" = callPackage @@ -25637,7 +25637,7 @@ self: { parsec regexpr text time ]; description = "air-extra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "air-spec" = callPackage @@ -25649,7 +25649,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base hspec text ]; description = "air spec helper"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "air-th" = callPackage @@ -25660,8 +25660,8 @@ self: { sha256 = "0rhp56qvwiwlrs7pvpbslybvlp4xnllfjab6pap2chxgywas34pq"; libraryHaskellDepends = [ air base template-haskell ]; description = "air"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25681,8 +25681,8 @@ self: { transformers utf8-string wai ]; description = "An Airbrake notifier for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25712,8 +25712,8 @@ self: { transformers wai ]; description = "A Webmachine-inspired HTTP library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25731,8 +25731,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Requesting and introspecting Tables within an Airtable project"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25749,7 +25749,7 @@ self: { random semigroups vector ]; description = "A multi-method simulation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-branches" = callPackage @@ -25764,7 +25764,7 @@ self: { aivika aivika-transformers base containers mtl mwc-random random ]; description = "Nested discrete event simulation module for the Aivika library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-distributed" = callPackage @@ -25781,8 +25781,8 @@ self: { distributed-process exceptions mtl mwc-random random stm time ]; description = "Parallel distributed discrete event simulation module for the Aivika library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25799,7 +25799,7 @@ self: { network-uri parallel-io split ]; description = "Simulation experiments for the Aivika library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-experiment-cairo" = callPackage @@ -25815,7 +25815,7 @@ self: { colour lens ]; description = "Cairo-based charting backend for the Aivika simulation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-experiment-chart" = callPackage @@ -25832,7 +25832,7 @@ self: { data-default-class filepath lens mtl split ]; description = "Simulation experiments with charting for the Aivika library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-experiment-diagrams" = callPackage @@ -25848,8 +25848,8 @@ self: { colour containers filepath lens ]; description = "Diagrams-based charting backend for the Aivika simulation library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25866,7 +25866,7 @@ self: { unordered-containers ]; description = "GPSS-like DSL for Aivika"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-lattice" = callPackage @@ -25882,7 +25882,7 @@ self: { random ]; description = "Nested discrete event simulation module for the Aivika library using lattice"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-realtime" = callPackage @@ -25898,7 +25898,7 @@ self: { random stm time vector ]; description = "Soft real-time simulation module for the Aivika library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aivika-transformers" = callPackage @@ -25914,7 +25914,7 @@ self: { semigroups vector ]; description = "Transformers for the Aivika simulation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ajhc" = callPackage @@ -25941,8 +25941,8 @@ self: { regex-compat syb temporary unix utf8-string zlib ]; description = "Haskell compiler that produce binary through C language"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -25956,7 +25956,7 @@ self: { libraryPkgconfigDepends = [ openal ]; libraryToolDepends = [ c2hs ]; description = "OpenAL 1.1 raw API."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openal;}; "alarmclock" = callPackage @@ -25974,7 +25974,7 @@ self: { async base clock hspec stm time unbounded-delays ]; description = "Wake up and perform an action at a certain time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alea" = callPackage @@ -25990,7 +25990,7 @@ self: { base optparse-applicative random text ]; description = "a diceware passphrase generator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "alerta" = callPackage @@ -26008,8 +26008,8 @@ self: { servant-server text time ]; description = "Bindings to the alerta REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26021,7 +26021,7 @@ self: { sha256 = "14fyckdwwhp786z2gg6m92xmz0rbvqwalj0bylqagi9n295ni74f"; libraryHaskellDepends = [ base blaze-html text ]; description = "Alert messages for web applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alex" = callPackage @@ -26038,7 +26038,7 @@ self: { executableToolDepends = [ happy ]; testHaskellDepends = [ base process ]; description = "Alex is a tool for generating lexical analysers in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alex-meta" = callPackage @@ -26054,7 +26054,7 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "Quasi-quoter for Alex lexers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alex-prelude" = callPackage @@ -26065,8 +26065,8 @@ self: { sha256 = "1ngxkr7jvy48pgq0sjqpi7a84qjm4fjny64hxksyvbj08l2rn7ha"; libraryHaskellDepends = [ base time ]; description = "Collection of useful functions for writing console applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26081,8 +26081,8 @@ self: { base bytestring deepseq template-haskell text ]; description = "A set of functions for a common use case of Alex"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26101,8 +26101,8 @@ self: { text xmlgen ]; description = "utility library for Alfred version 2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26124,7 +26124,7 @@ self: { quickcheck-instances text ]; description = "Fast Aho-Corasick string searching"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alg" = callPackage @@ -26137,7 +26137,7 @@ self: { editedCabalFile = "0rm66k502d8la140ffawd38yaf0hr92h8x7xrq6krn6ypljwql0v"; libraryHaskellDepends = [ base dual util ]; description = "Algebraic structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alga" = callPackage @@ -26169,8 +26169,8 @@ self: { tf-random transformers ]; description = "Algorithmic automation for various DAWs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26189,7 +26189,7 @@ self: { semigroupoids semigroups tagged transformers void ]; description = "Constructive abstract algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "algebra-checkers" = callPackage @@ -26206,8 +26206,8 @@ self: { syb template-haskell th-instance-reification transformers ]; description = "Model and test API surfaces algebraically"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26223,8 +26223,8 @@ self: { aeson base containers fgl mtl parsec template-haskell transformers ]; description = "Infrastructure for DAG-shaped relational algebra plans"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26243,7 +26243,7 @@ self: { QuickCheck quickspec ]; description = "Companion library for the book Algebra-Driven Design by Sandy Maguire"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "algebra-sql" = callPackage @@ -26269,8 +26269,8 @@ self: { process template-haskell text time transformers ]; description = "Relational Algebra and SQL Code Generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26282,8 +26282,8 @@ self: { sha256 = "15gv6w9vz02960r6bd0k979vi6kj7pfxg705ajbrsd1pnwklfnwh"; libraryHaskellDepends = [ accelerate base ]; description = "General linear algebra structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26297,7 +26297,7 @@ self: { editedCabalFile = "0w3845hl7cppdk3zvhmz0zic7sbcklfircx97wf9dhh40q3qdcmi"; libraryHaskellDepends = [ base syb template-haskell ]; description = "Conversions between algebraic classes and F-algebras"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "algebraic-graphs" = callPackage @@ -26316,7 +26316,7 @@ self: { QuickCheck transformers ]; description = "A library for algebraic graph construction and transformation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "algebraic-graphs-io" = callPackage @@ -26342,7 +26342,7 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "I/O utilities and datasets for algebraic-graphs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "algebraic-prelude" = callPackage @@ -26357,8 +26357,8 @@ self: { algebra base basic-prelude lens semigroups ]; description = "Algebraically structured Prelude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26384,8 +26384,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "An implementation of Knuth's algorithm S"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26411,8 +26411,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A client implementing the Algolia search API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26424,7 +26424,7 @@ self: { sha256 = "1bv7x687ga563kdnl23smrspljq32bkaarq4zdg071glqckrffq9"; libraryHaskellDepends = [ base containers transformers vector ]; description = "Sequence alignment algorithms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "align-text" = callPackage @@ -26437,8 +26437,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base optparse-applicative text ]; description = "A simple unix filter to align text on specified substrings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26450,7 +26450,7 @@ self: { sha256 = "0hmnp08k04c0ag9fyp5sajg54r4gi57vrd9krk4g8y8fri0fgc00"; libraryHaskellDepends = [ base ]; description = "An aligned ForeignPtr type"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "alist" = callPackage @@ -26461,7 +26461,7 @@ self: { sha256 = "0ydq2sxyfgij0rf54i3ajj4hdqjawhcdsgi822yrkq86xjvsxc4w"; libraryHaskellDepends = [ base ]; description = "lists with O(1) append"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "allocated-processor" = callPackage @@ -26472,7 +26472,7 @@ self: { sha256 = "0jhz3q0972snrgd9c7lr934ddkwllwgw6anj7ax8hj4zi0zc615m"; libraryHaskellDepends = [ base vector-space ]; description = "Functional combinators for monadic actions that require allocation and de-allocation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alloy" = callPackage @@ -26483,7 +26483,7 @@ self: { sha256 = "0hy3x87idw60rx2plv69i7hd22qxircvasvx9cjbd1w603vqk8zh"; libraryHaskellDepends = [ base containers mtl syb vector ]; description = "Generic programming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alloy-proxy-fd" = callPackage @@ -26494,7 +26494,7 @@ self: { sha256 = "1fhk5ydnf0l0n579gqg5lfg2cc9z8xbgqsqzgkpcw0046kp53rjw"; libraryHaskellDepends = [ alloy base mtl ]; description = "Some add-on instances for the Alloy library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ally-invest" = callPackage @@ -26514,8 +26514,8 @@ self: { http-client-tls safe text time ]; description = "Ally Invest integration library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26527,7 +26527,7 @@ self: { sha256 = "03x715jcrsxfs2d08hsg3y5f6a4bnlzfxsmhzimvpdp9bw0psn90"; libraryHaskellDepends = [ base ]; description = "Recurse while a predicate is satisfied"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alms" = callPackage @@ -26549,8 +26549,8 @@ self: { stm syb template-haskell transformers tuple ]; description = "a practical affine language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26571,8 +26571,8 @@ self: { transformers unix ]; description = "A compiler for the Alpha language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26593,8 +26593,8 @@ self: { tasty-hedgehog tasty-hspec tasty-hunit text ]; description = "A character between a-z"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26618,7 +26618,7 @@ self: { ]; description = "Alpino data manipulation tools"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "alsa" = callPackage @@ -26634,8 +26634,8 @@ self: { ]; librarySystemDepends = [ alsaLib ]; description = "Binding to the ALSA Library API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) alsaLib;}; @@ -26648,8 +26648,8 @@ self: { libraryHaskellDepends = [ base extensible-exceptions ]; libraryPkgconfigDepends = [ alsaLib ]; description = "Binding to the ALSA Library API (Exceptions)"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) alsaLib;}; "alsa-gui" = callPackage @@ -26666,8 +26666,8 @@ self: { alsa-core alsa-seq base midi midi-alsa wx wxcore ]; description = "Some simple interactive programs for sending MIDI control messages via ALSA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26689,7 +26689,7 @@ self: { executableSystemDepends = [ alsaLib ]; description = "Bindings for the ALSA sequencer API (MIDI stuff)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) alsaLib;}; @@ -26703,8 +26703,8 @@ self: { librarySystemDepends = [ alsaLib ]; libraryToolDepends = [ c2hs ]; description = "Bindings to the ALSA simple mixer API"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) alsaLib;}; "alsa-pcm" = callPackage @@ -26723,8 +26723,8 @@ self: { ]; libraryPkgconfigDepends = [ alsaLib ]; description = "Binding to the ALSA Library API (PCM audio)"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) alsaLib;}; "alsa-pcm-tests" = callPackage @@ -26737,8 +26737,8 @@ self: { isExecutable = true; executableHaskellDepends = [ alsa base ]; description = "Tests for the ALSA audio signal library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26759,8 +26759,8 @@ self: { ]; libraryPkgconfigDepends = [ alsaLib ]; description = "Binding to the ALSA Library API (MIDI sequencer)"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) alsaLib;}; "alsa-seq-tests" = callPackage @@ -26773,8 +26773,8 @@ self: { isExecutable = true; executableHaskellDepends = [ alsa base ]; description = "Tests for the ALSA sequencer library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26786,8 +26786,8 @@ self: { sha256 = "1jcc6cx0jj5ddvyq8xii9ar67ic3vlmy351qgybn74clpipgdyrm"; libraryHaskellDepends = [ base composition ]; description = "Alternative combinators for unorthodox function composition"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26799,8 +26799,8 @@ self: { sha256 = "1l6fjvh38qh3jqz3hvf4km3bzyp9x9w6hn9qk0rvs2z7bkasssl9"; libraryHaskellDepends = [ base ]; description = "Extra utilities for alternatives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26818,8 +26818,8 @@ self: { base lifted-base monad-control transformers transformers-base ]; description = "IO as Alternative instance (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26831,7 +26831,7 @@ self: { sha256 = "1cf7akvr9nac1483chh7rd3xp5i5zk78f245lw9ixj6v133lnis2"; libraryHaskellDepends = [ base vector ]; description = "Use vectors instead of lists for many and some"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alternators" = callPackage @@ -26846,7 +26846,7 @@ self: { base lens mmorph mtl newtype-generics stm transformers ]; description = "Handy functions when using transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "altfloat" = callPackage @@ -26858,7 +26858,7 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Alternative floating point support for GHC"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "alto" = callPackage @@ -26882,8 +26882,8 @@ self: { ]; executableHaskellDepends = [ base warp ]; description = "Implement a menu experience fit for web users"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26900,7 +26900,7 @@ self: { base bytestring cereal tasty tasty-hunit tasty-quickcheck ]; description = "HTTP Alternative Services"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "alure" = callPackage @@ -26913,7 +26913,7 @@ self: { librarySystemDepends = [ alure ]; description = "A Haskell binding for ALURE"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) alure;}; @@ -26924,7 +26924,7 @@ self: { version = "0.1"; sha256 = "15fwq1pmb3d46cgsj59q3iz2qs0lgvq5b9d6gxfysnjlm3sp0ivw"; description = "provides a typeclass that is always satisfied"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "amazon-emailer" = callPackage @@ -26943,8 +26943,8 @@ self: { mime-mail-ses postgresql-simple resourcet text time ]; description = "A queue daemon for Amazon's SES with a PostgreSQL table as a queue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26959,8 +26959,8 @@ self: { base mtl snap snaplet-postgresql-simple text ]; description = "Client library for amazon-emailer daemon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -26986,8 +26986,8 @@ self: { base bytestring http-conduit text transformers ]; description = "Connector for Amazon Products API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -27012,8 +27012,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Comprehensive Amazon Web Services SDK"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -27031,7 +27031,7 @@ self: { time unordered-containers ]; description = "Amazon Alexa For Business SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-apigateway" = callPackage @@ -27048,7 +27048,7 @@ self: { time unordered-containers ]; description = "Amazon API Gateway SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-application-autoscaling" = callPackage @@ -27065,7 +27065,7 @@ self: { time unordered-containers ]; description = "Amazon Application Auto Scaling SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-appstream" = callPackage @@ -27082,7 +27082,7 @@ self: { time unordered-containers ]; description = "Amazon AppStream SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-appsync" = callPackage @@ -27099,7 +27099,7 @@ self: { time unordered-containers ]; description = "Amazon AppSync SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-athena" = callPackage @@ -27116,7 +27116,7 @@ self: { time unordered-containers ]; description = "Amazon Athena SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-autoscaling" = callPackage @@ -27133,7 +27133,7 @@ self: { time unordered-containers ]; description = "Amazon Auto Scaling SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-autoscaling-plans" = callPackage @@ -27150,7 +27150,7 @@ self: { time unordered-containers ]; description = "Amazon Auto Scaling Plans SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-batch" = callPackage @@ -27167,7 +27167,7 @@ self: { time unordered-containers ]; description = "Amazon Batch SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-budgets" = callPackage @@ -27184,7 +27184,7 @@ self: { time unordered-containers ]; description = "Amazon Budgets SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-certificatemanager" = callPackage @@ -27201,7 +27201,7 @@ self: { time unordered-containers ]; description = "Amazon Certificate Manager SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-certificatemanager-pca" = callPackage @@ -27218,7 +27218,7 @@ self: { time unordered-containers ]; description = "Amazon Certificate Manager Private Certificate Authority SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloud9" = callPackage @@ -27235,7 +27235,7 @@ self: { time unordered-containers ]; description = "Amazon Cloud9 SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-clouddirectory" = callPackage @@ -27252,7 +27252,7 @@ self: { time unordered-containers ]; description = "Amazon CloudDirectory SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudformation" = callPackage @@ -27269,7 +27269,7 @@ self: { time unordered-containers ]; description = "Amazon CloudFormation SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudfront" = callPackage @@ -27286,7 +27286,7 @@ self: { time unordered-containers ]; description = "Amazon CloudFront SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudhsm" = callPackage @@ -27303,7 +27303,7 @@ self: { time unordered-containers ]; description = "Amazon CloudHSM SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudhsmv2" = callPackage @@ -27320,7 +27320,7 @@ self: { time unordered-containers ]; description = "Amazon CloudHSM V2 SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudsearch" = callPackage @@ -27337,7 +27337,7 @@ self: { time unordered-containers ]; description = "Amazon CloudSearch SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudsearch-domains" = callPackage @@ -27354,7 +27354,7 @@ self: { time unordered-containers ]; description = "Amazon CloudSearch Domain SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudtrail" = callPackage @@ -27371,7 +27371,7 @@ self: { time unordered-containers ]; description = "Amazon CloudTrail SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudwatch" = callPackage @@ -27388,7 +27388,7 @@ self: { time unordered-containers ]; description = "Amazon CloudWatch SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudwatch-events" = callPackage @@ -27405,7 +27405,7 @@ self: { time unordered-containers ]; description = "Amazon CloudWatch Events SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cloudwatch-logs" = callPackage @@ -27422,7 +27422,7 @@ self: { time unordered-containers ]; description = "Amazon CloudWatch Logs SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-codebuild" = callPackage @@ -27439,7 +27439,7 @@ self: { time unordered-containers ]; description = "Amazon CodeBuild SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-codecommit" = callPackage @@ -27456,7 +27456,7 @@ self: { time unordered-containers ]; description = "Amazon CodeCommit SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-codedeploy" = callPackage @@ -27473,7 +27473,7 @@ self: { time unordered-containers ]; description = "Amazon CodeDeploy SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-codepipeline" = callPackage @@ -27490,7 +27490,7 @@ self: { time unordered-containers ]; description = "Amazon CodePipeline SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-codestar" = callPackage @@ -27507,7 +27507,7 @@ self: { time unordered-containers ]; description = "Amazon CodeStar SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cognito-identity" = callPackage @@ -27524,7 +27524,7 @@ self: { time unordered-containers ]; description = "Amazon Cognito Identity SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cognito-idp" = callPackage @@ -27541,7 +27541,7 @@ self: { time unordered-containers ]; description = "Amazon Cognito Identity Provider SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cognito-sync" = callPackage @@ -27558,7 +27558,7 @@ self: { time unordered-containers ]; description = "Amazon Cognito Sync SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-comprehend" = callPackage @@ -27575,7 +27575,7 @@ self: { time unordered-containers ]; description = "Amazon Comprehend SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-config" = callPackage @@ -27592,7 +27592,7 @@ self: { time unordered-containers ]; description = "Amazon Config SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-connect" = callPackage @@ -27609,7 +27609,7 @@ self: { time unordered-containers ]; description = "Amazon Connect Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-core" = callPackage @@ -27641,7 +27641,7 @@ self: { tasty-hunit tasty-quickcheck template-haskell text time ]; description = "Core data types and functionality for Amazonka libraries"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cost-explorer" = callPackage @@ -27658,7 +27658,7 @@ self: { time unordered-containers ]; description = "Amazon Cost Explorer Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-cur" = callPackage @@ -27675,7 +27675,7 @@ self: { time unordered-containers ]; description = "Amazon Cost and Usage Report Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-datapipeline" = callPackage @@ -27692,7 +27692,7 @@ self: { time unordered-containers ]; description = "Amazon Data Pipeline SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-devicefarm" = callPackage @@ -27709,7 +27709,7 @@ self: { time unordered-containers ]; description = "Amazon Device Farm SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-directconnect" = callPackage @@ -27726,7 +27726,7 @@ self: { time unordered-containers ]; description = "Amazon Direct Connect SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-discovery" = callPackage @@ -27743,7 +27743,7 @@ self: { time unordered-containers ]; description = "Amazon Application Discovery Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-dms" = callPackage @@ -27760,7 +27760,7 @@ self: { time unordered-containers ]; description = "Amazon Database Migration Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-ds" = callPackage @@ -27777,7 +27777,7 @@ self: { time unordered-containers ]; description = "Amazon Directory Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-dynamodb" = callPackage @@ -27794,7 +27794,7 @@ self: { time unordered-containers ]; description = "Amazon DynamoDB SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-dynamodb-dax" = callPackage @@ -27811,7 +27811,7 @@ self: { time unordered-containers ]; description = "Amazon DynamoDB Accelerator (DAX) SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-dynamodb-streams" = callPackage @@ -27828,7 +27828,7 @@ self: { time unordered-containers ]; description = "Amazon DynamoDB Streams SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-ec2" = callPackage @@ -27845,7 +27845,7 @@ self: { time unordered-containers ]; description = "Amazon Elastic Compute Cloud SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-ecr" = callPackage @@ -27862,7 +27862,7 @@ self: { time unordered-containers ]; description = "Amazon EC2 Container Registry SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-ecs" = callPackage @@ -27879,7 +27879,7 @@ self: { time unordered-containers ]; description = "Amazon EC2 Container Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-efs" = callPackage @@ -27896,7 +27896,7 @@ self: { time unordered-containers ]; description = "Amazon Elastic File System SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-elasticache" = callPackage @@ -27913,7 +27913,7 @@ self: { time unordered-containers ]; description = "Amazon ElastiCache SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-elasticbeanstalk" = callPackage @@ -27930,7 +27930,7 @@ self: { time unordered-containers ]; description = "Amazon Elastic Beanstalk SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-elasticsearch" = callPackage @@ -27947,7 +27947,7 @@ self: { time unordered-containers ]; description = "Amazon Elasticsearch Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-elastictranscoder" = callPackage @@ -27964,7 +27964,7 @@ self: { time unordered-containers ]; description = "Amazon Elastic Transcoder SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-elb" = callPackage @@ -27981,7 +27981,7 @@ self: { time unordered-containers ]; description = "Amazon Elastic Load Balancing SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-elbv2" = callPackage @@ -27998,7 +27998,7 @@ self: { time unordered-containers ]; description = "Amazon Elastic Load Balancing SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-emr" = callPackage @@ -28015,7 +28015,7 @@ self: { time unordered-containers ]; description = "Amazon Elastic MapReduce SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-fms" = callPackage @@ -28032,7 +28032,7 @@ self: { time unordered-containers ]; description = "Amazon Firewall Management Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-gamelift" = callPackage @@ -28049,7 +28049,7 @@ self: { time unordered-containers ]; description = "Amazon GameLift SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-glacier" = callPackage @@ -28066,7 +28066,7 @@ self: { time unordered-containers ]; description = "Amazon Glacier SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-glue" = callPackage @@ -28083,7 +28083,7 @@ self: { time unordered-containers ]; description = "Amazon Glue SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-greengrass" = callPackage @@ -28100,7 +28100,7 @@ self: { time unordered-containers ]; description = "Amazon Greengrass SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-guardduty" = callPackage @@ -28117,7 +28117,7 @@ self: { time unordered-containers ]; description = "Amazon GuardDuty SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-health" = callPackage @@ -28134,7 +28134,7 @@ self: { time unordered-containers ]; description = "Amazon Health APIs and Notifications SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-iam" = callPackage @@ -28151,7 +28151,7 @@ self: { time unordered-containers ]; description = "Amazon Identity and Access Management SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-iam-policy" = callPackage @@ -28172,7 +28172,7 @@ self: { aeson aeson-pretty base bytestring doctest hspec ]; description = "Amazon IAM Policy Document DSL and Combinators"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-importexport" = callPackage @@ -28189,7 +28189,7 @@ self: { time unordered-containers ]; description = "Amazon Import/Export SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-inspector" = callPackage @@ -28206,7 +28206,7 @@ self: { time unordered-containers ]; description = "Amazon Inspector SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-iot" = callPackage @@ -28223,7 +28223,7 @@ self: { time unordered-containers ]; description = "Amazon IoT SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-iot-analytics" = callPackage @@ -28240,7 +28240,7 @@ self: { time unordered-containers ]; description = "Amazon IoT Analytics SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-iot-dataplane" = callPackage @@ -28257,7 +28257,7 @@ self: { time unordered-containers ]; description = "Amazon IoT Data Plane SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-iot-jobs-dataplane" = callPackage @@ -28274,7 +28274,7 @@ self: { time unordered-containers ]; description = "Amazon IoT Jobs Data Plane SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-kinesis" = callPackage @@ -28291,7 +28291,7 @@ self: { time unordered-containers ]; description = "Amazon Kinesis SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-kinesis-analytics" = callPackage @@ -28308,7 +28308,7 @@ self: { time unordered-containers ]; description = "Amazon Kinesis Analytics SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-kinesis-firehose" = callPackage @@ -28325,7 +28325,7 @@ self: { time unordered-containers ]; description = "Amazon Kinesis Firehose SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-kinesis-video" = callPackage @@ -28342,7 +28342,7 @@ self: { time unordered-containers ]; description = "Amazon Kinesis Video Streams SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-kinesis-video-archived-media" = callPackage @@ -28359,7 +28359,7 @@ self: { time unordered-containers ]; description = "Amazon Kinesis Video Streams Archived Media SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-kinesis-video-media" = callPackage @@ -28376,7 +28376,7 @@ self: { time unordered-containers ]; description = "Amazon Kinesis Video Streams Media SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-kms" = callPackage @@ -28393,7 +28393,7 @@ self: { time unordered-containers ]; description = "Amazon Key Management Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-lambda" = callPackage @@ -28410,7 +28410,7 @@ self: { time unordered-containers ]; description = "Amazon Lambda SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-lex-models" = callPackage @@ -28427,7 +28427,7 @@ self: { time unordered-containers ]; description = "Amazon Lex Model Building Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-lex-runtime" = callPackage @@ -28444,7 +28444,7 @@ self: { time unordered-containers ]; description = "Amazon Lex Runtime Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-lightsail" = callPackage @@ -28461,7 +28461,7 @@ self: { time unordered-containers ]; description = "Amazon Lightsail SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-marketplace-analytics" = callPackage @@ -28478,7 +28478,7 @@ self: { time unordered-containers ]; description = "Amazon Marketplace Commerce Analytics SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-marketplace-entitlement" = callPackage @@ -28495,7 +28495,7 @@ self: { time unordered-containers ]; description = "Amazon Marketplace Entitlement Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-marketplace-metering" = callPackage @@ -28512,7 +28512,7 @@ self: { time unordered-containers ]; description = "Amazon Marketplace Metering SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-mechanicalturk" = callPackage @@ -28529,7 +28529,7 @@ self: { time unordered-containers ]; description = "Amazon Mechanical Turk SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-mediaconvert" = callPackage @@ -28546,7 +28546,7 @@ self: { time unordered-containers ]; description = "Amazon Elemental MediaConvert SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-medialive" = callPackage @@ -28563,7 +28563,7 @@ self: { time unordered-containers ]; description = "Amazon Elemental MediaLive SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-mediapackage" = callPackage @@ -28580,7 +28580,7 @@ self: { time unordered-containers ]; description = "Amazon Elemental MediaPackage SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-mediastore" = callPackage @@ -28597,7 +28597,7 @@ self: { time unordered-containers ]; description = "Amazon Elemental MediaStore SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-mediastore-dataplane" = callPackage @@ -28614,7 +28614,7 @@ self: { time unordered-containers ]; description = "Amazon Elemental MediaStore Data Plane SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-migrationhub" = callPackage @@ -28631,7 +28631,7 @@ self: { time unordered-containers ]; description = "Amazon Migration Hub SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-ml" = callPackage @@ -28648,7 +28648,7 @@ self: { time unordered-containers ]; description = "Amazon Machine Learning SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-mobile" = callPackage @@ -28665,7 +28665,7 @@ self: { time unordered-containers ]; description = "Amazon Mobile SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-mq" = callPackage @@ -28682,7 +28682,7 @@ self: { time unordered-containers ]; description = "Amazon MQ SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-opsworks" = callPackage @@ -28699,7 +28699,7 @@ self: { time unordered-containers ]; description = "Amazon OpsWorks SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-opsworks-cm" = callPackage @@ -28716,7 +28716,7 @@ self: { time unordered-containers ]; description = "Amazon OpsWorks for Chef Automate SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-organizations" = callPackage @@ -28733,7 +28733,7 @@ self: { time unordered-containers ]; description = "Amazon Organizations SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-pinpoint" = callPackage @@ -28750,7 +28750,7 @@ self: { time unordered-containers ]; description = "Amazon Pinpoint SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-polly" = callPackage @@ -28767,7 +28767,7 @@ self: { time unordered-containers ]; description = "Amazon Polly SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-pricing" = callPackage @@ -28784,7 +28784,7 @@ self: { time unordered-containers ]; description = "Amazon Price List Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-rds" = callPackage @@ -28801,7 +28801,7 @@ self: { time unordered-containers ]; description = "Amazon Relational Database Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-redshift" = callPackage @@ -28818,7 +28818,7 @@ self: { time unordered-containers ]; description = "Amazon Redshift SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-rekognition" = callPackage @@ -28835,7 +28835,7 @@ self: { time unordered-containers ]; description = "Amazon Rekognition SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-resourcegroups" = callPackage @@ -28852,7 +28852,7 @@ self: { time unordered-containers ]; description = "Amazon Resource Groups SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-resourcegroupstagging" = callPackage @@ -28869,7 +28869,7 @@ self: { time unordered-containers ]; description = "Amazon Resource Groups Tagging API SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-route53" = callPackage @@ -28886,7 +28886,7 @@ self: { time unordered-containers ]; description = "Amazon Route 53 SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-route53-autonaming" = callPackage @@ -28903,7 +28903,7 @@ self: { time unordered-containers ]; description = "Amazon Route 53 Auto Naming SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-route53-domains" = callPackage @@ -28920,7 +28920,7 @@ self: { time unordered-containers ]; description = "Amazon Route 53 Domains SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-s3" = callPackage @@ -28937,7 +28937,7 @@ self: { time unordered-containers ]; description = "Amazon Simple Storage Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-s3-streaming" = callPackage @@ -28956,8 +28956,8 @@ self: { dlist exceptions http-client lens mmorph mtl ]; description = "Provides conduits to upload data to S3 using the Multipart API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -28975,7 +28975,7 @@ self: { time unordered-containers ]; description = "Amazon SageMaker Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-sagemaker-runtime" = callPackage @@ -28992,7 +28992,7 @@ self: { time unordered-containers ]; description = "Amazon SageMaker Runtime SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-sdb" = callPackage @@ -29009,7 +29009,7 @@ self: { time unordered-containers ]; description = "Amazon SimpleDB SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-secretsmanager" = callPackage @@ -29026,7 +29026,7 @@ self: { time unordered-containers ]; description = "Amazon Secrets Manager SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-serverlessrepo" = callPackage @@ -29043,7 +29043,7 @@ self: { time unordered-containers ]; description = "Amazon ServerlessApplicationRepository SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-servicecatalog" = callPackage @@ -29060,7 +29060,7 @@ self: { time unordered-containers ]; description = "Amazon Service Catalog SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-ses" = callPackage @@ -29077,7 +29077,7 @@ self: { time unordered-containers ]; description = "Amazon Simple Email Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-shield" = callPackage @@ -29094,7 +29094,7 @@ self: { time unordered-containers ]; description = "Amazon Shield SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-sms" = callPackage @@ -29111,7 +29111,7 @@ self: { time unordered-containers ]; description = "Amazon Server Migration Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-snowball" = callPackage @@ -29128,7 +29128,7 @@ self: { time unordered-containers ]; description = "Amazon Import/Export Snowball SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-sns" = callPackage @@ -29145,7 +29145,7 @@ self: { time unordered-containers ]; description = "Amazon Simple Notification Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-sqs" = callPackage @@ -29162,7 +29162,7 @@ self: { time unordered-containers ]; description = "Amazon Simple Queue Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-ssm" = callPackage @@ -29179,7 +29179,7 @@ self: { time unordered-containers ]; description = "Amazon Simple Systems Manager (SSM) SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-stepfunctions" = callPackage @@ -29196,7 +29196,7 @@ self: { time unordered-containers ]; description = "Amazon Step Functions SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-storagegateway" = callPackage @@ -29213,7 +29213,7 @@ self: { time unordered-containers ]; description = "Amazon Storage Gateway SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-sts" = callPackage @@ -29230,7 +29230,7 @@ self: { time unordered-containers ]; description = "Amazon Security Token Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-support" = callPackage @@ -29247,7 +29247,7 @@ self: { time unordered-containers ]; description = "Amazon Support SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-swf" = callPackage @@ -29264,7 +29264,7 @@ self: { time unordered-containers ]; description = "Amazon Simple Workflow Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-test" = callPackage @@ -29285,7 +29285,7 @@ self: { unordered-containers yaml ]; description = "Common functionality for Amazonka library test-suites"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-transcribe" = callPackage @@ -29302,7 +29302,7 @@ self: { time unordered-containers ]; description = "Amazon Transcribe Service SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-translate" = callPackage @@ -29319,7 +29319,7 @@ self: { time unordered-containers ]; description = "Amazon Translate SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-waf" = callPackage @@ -29336,7 +29336,7 @@ self: { time unordered-containers ]; description = "Amazon WAF SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-waf-regional" = callPackage @@ -29353,7 +29353,7 @@ self: { time unordered-containers ]; description = "Amazon WAF Regional SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-workdocs" = callPackage @@ -29370,7 +29370,7 @@ self: { time unordered-containers ]; description = "Amazon WorkDocs SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-workmail" = callPackage @@ -29387,7 +29387,7 @@ self: { time unordered-containers ]; description = "Amazon WorkMail SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-workspaces" = callPackage @@ -29404,7 +29404,7 @@ self: { time unordered-containers ]; description = "Amazon WorkSpaces SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amazonka-xray" = callPackage @@ -29421,7 +29421,7 @@ self: { time unordered-containers ]; description = "Amazon X-Ray SDK"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "amby" = callPackage @@ -29446,8 +29446,8 @@ self: { testHaskellDepends = [ base doctest tasty tasty-hunit vector ]; benchmarkHaskellDepends = [ base statistics ]; description = "Statistical data visualization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29479,7 +29479,7 @@ self: { ]; description = "Toolsuite for automated design of business processes"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29507,7 +29507,7 @@ self: { split stm text vector ]; description = "Client library for AMQP servers (currently only RabbitMQ)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "amqp-conduit" = callPackage @@ -29527,8 +29527,8 @@ self: { amqp base bytestring conduit hspec HUnit resourcet transformers ]; description = "Conduit bindings for AMQP (see amqp package)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29545,8 +29545,8 @@ self: { amqp base bytestring hspec process streamly testcontainers text ]; description = "A simple streamly wrapper for amqp"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29567,7 +29567,7 @@ self: { utf8-string x509-system ]; description = "AMQP toolset for the command line"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "amqp-worker" = callPackage @@ -29593,8 +29593,8 @@ self: { aeson amqp base bytestring data-default exceptions monad-control monad-loops mtl resource-pool server split text transformers-base ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {server = null;}; @@ -29630,7 +29630,7 @@ self: { testHaskellDepends = [ base case-insensitive hspec QuickCheck ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Find strings with permutations (anagrams) that match a regular expression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "analyze" = callPackage @@ -29652,8 +29652,8 @@ self: { tasty-quickcheck text unordered-containers vector ]; description = "making data science easy and safe with data frames"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29670,8 +29670,8 @@ self: { snap-core time ]; description = "Client for analyze service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29694,7 +29694,7 @@ self: { system-fileio system-filepath text ]; description = "Simple literate programming preprocessor"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "anansi-hscolour" = callPackage @@ -29709,7 +29709,7 @@ self: { anansi base bytestring containers hscolour monads-tf text ]; description = "Colorized looms for Anansi"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "anansi-pandoc" = callPackage @@ -29724,8 +29724,8 @@ self: { anansi base bytestring containers monads-tf pandoc text ]; description = "Looms which use Pandoc to parse and produce a variety of formats"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29752,8 +29752,8 @@ self: { tagsoup text time vector ]; description = "Anatomy: Atomo documentation system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29765,8 +29765,8 @@ self: { sha256 = "1wn0kap7bw6sp9yi1awcmxh11s5ra4b44qbf97plsvrmpfz15cc5"; libraryHaskellDepends = [ base process ]; description = "Android methods exposed to Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29778,8 +29778,8 @@ self: { sha256 = "07mgmpcwj7xi3ibmlcz45l645s5cbfnkr1brlhrzbnbyx72x7dr6"; libraryHaskellDepends = [ base data-default ]; description = "Turn regular Haskell programs into Android Activities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29806,8 +29806,8 @@ self: { base basic-prelude directory hspec hxt QuickCheck stringable ]; description = "A pretty printer for Android Lint errors"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29835,8 +29835,8 @@ self: { unordered-containers ]; description = "Process management and supervision daemon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29865,8 +29865,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "A small, general-purpose programming language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29878,7 +29878,7 @@ self: { sha256 = "0csbs9yrl8vhlgs7zax06shqlhcjs38q91wnkz5d3f6a4588lyqi"; libraryHaskellDepends = [ base bytestring text ]; description = "Convert camelCase to snake_case and vice versa"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "animascii" = callPackage @@ -29899,8 +29899,8 @@ self: { ]; testHaskellDepends = [ ansi-terminal-game base hspec parsec ]; description = "text-file based ASCII animator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29917,8 +29917,8 @@ self: { ]; testHaskellDepends = [ aeson base containers hspec vector ]; description = "Animation for sprites"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29937,8 +29937,8 @@ self: { text ]; description = "Animation for sprites"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29960,8 +29960,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hspec ]; description = "Convert sprite frames to animate files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -29987,8 +29987,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Preview tool for sprite animation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30000,8 +30000,8 @@ self: { sha256 = "0wpx0jv2zyphhxi84bw4h1bw6apbazcadfxzzj90ddc3cb5lhv9n"; libraryHaskellDepends = [ aeson animate base sdl2 sdl2-image ]; description = "sdl2 + animate auxiliary library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30022,7 +30022,7 @@ self: { ]; executableHaskellDepends = [ base data-default ]; description = "Tools for interacting with Anki database"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "annah" = callPackage @@ -30045,8 +30045,8 @@ self: { base morte optparse-applicative system-fileio system-filepath text ]; description = "Medium-level language that desugars to Morte"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30058,7 +30058,7 @@ self: { sha256 = "00f0pyf2fxdvwwz9bz3mpp7db39p1m83frvlif74kp0y1x8r20yp"; libraryHaskellDepends = [ base ]; description = "Semigroups with annihilators and utility functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "annotated-fix" = callPackage @@ -30069,8 +30069,8 @@ self: { sha256 = "1lhyllmi8j9r5mdr5pngw1s1xzs1cwv2hh2ym8kkdrxvrq93dk2i"; libraryHaskellDepends = [ base recursion-schemes ]; description = "A fixpoint of a functor that can be annotated"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30084,7 +30084,7 @@ self: { editedCabalFile = "138k24qxvl90l7dwdw1b3w36mpw93n0xi0nljblqg88pxg7jcvjx"; libraryHaskellDepends = [ base ]; description = "The Wadler/Leijen Pretty Printer, with annotation support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "anonymous-sums" = callPackage @@ -30095,8 +30095,8 @@ self: { sha256 = "1bf27vzv21wi634vridxm2mvfjp3wwfwv50pcbdpzscwn4yc3if7"; libraryHaskellDepends = [ base lens template-haskell ]; description = "Anonymous sum types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30108,8 +30108,8 @@ self: { sha256 = "0a7f7d3xzn8nl9gyzr4wl7m83aszmw42nd0dj8b875khh7i01h0b"; libraryHaskellDepends = [ anonymous-sums base QuickCheck ]; description = "QuickCheck functions to accompany the anonymous-sums package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30121,7 +30121,7 @@ self: { sha256 = "1aj7p937c48laz5kkhil45lgkjiivcidky6vxxp3q5yvkymsijvb"; libraryHaskellDepends = [ base ]; description = "Haskell package to generate ANSI escape codes for styling strings in the terminal"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ansi-pretty" = callPackage @@ -30141,7 +30141,7 @@ self: { vector ]; description = "AnsiPretty for ansi-wl-pprint"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ansi-terminal" = callPackage @@ -30154,7 +30154,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base colour ]; description = "Simple ANSI terminal support, with Windows compatibility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ansi-terminal_0_11" = callPackage @@ -30167,8 +30167,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base colour ]; description = "Simple ANSI terminal support, with Windows compatibility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ansi-terminal-game" = callPackage @@ -30194,8 +30194,8 @@ self: { linebreak mtl QuickCheck random split terminal-size timers-tick ]; description = "sdl-like functions for terminal applications, based on ansi-terminal"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30211,7 +30211,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ ansi-terminal base ]; description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ansigraph" = callPackage @@ -30225,8 +30225,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Terminal-based graphing via ANSI and Unicode"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30252,8 +30252,8 @@ self: { time time-locale-compat yesod yesod-auth ]; description = "A web interface to Antisplice dungeons"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30276,8 +30276,8 @@ self: { transformers ]; description = "Referring expressions for definitions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30303,8 +30303,8 @@ self: { ironforge mtl network plugins time transformers ]; description = "This is an IRC bot for Mafia and Resistance"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30322,8 +30322,8 @@ self: { http-conduit resourcet safe text transformers ]; description = "Interface for antigate.com captcha recognition API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30339,7 +30339,7 @@ self: { executableHaskellDepends = [ base containers QuickCheck ]; description = "Define the language containment (=subtyping) relation on regulare expressions"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30361,8 +30361,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30376,8 +30376,8 @@ self: { aeson antiope-s3 avro base bytestring text ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30404,8 +30404,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30428,8 +30428,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30449,8 +30449,8 @@ self: { testHaskellDepends = [ base hspec ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30475,8 +30475,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30498,8 +30498,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30528,8 +30528,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30559,8 +30559,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30584,8 +30584,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30612,8 +30612,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30629,7 +30629,7 @@ self: { testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ]; testToolDepends = [ hspec-discover ]; description = "Please see the README on Github at "; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "antiprimes" = callPackage @@ -30641,7 +30641,7 @@ self: { libraryHaskellDepends = [ base primes ]; testHaskellDepends = [ base hspec ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "antiquoter" = callPackage @@ -30652,8 +30652,8 @@ self: { sha256 = "1qv5iid7az7bn1jf6r7ffg5qqbcs8ypf78j4vrs5ajwp39jnbiiy"; libraryHaskellDepends = [ base syb template-haskell ]; description = "Combinator library for quasi- and anti-quoting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30670,8 +30670,8 @@ self: { transformers ]; description = "An engine for text-based dungeons"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30696,8 +30696,8 @@ self: { unordered-containers ]; description = "A Haskell implementation of the ANTLR top-down parser generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30718,8 +30718,8 @@ self: { base bytestring enumerator haskell98 regex-posix ]; description = "Haskell binding to the ANTLR parser generator C runtime library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {antlr3c = null;}; @@ -30736,7 +30736,7 @@ self: { libraryHaskellDepends = [ base containers MissingH mtl ]; description = "Interface for DBM-like database systems"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30749,8 +30749,8 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; testHaskellDepends = [ base ghc-prim ]; description = "prelude for Algebra of Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30771,8 +30771,8 @@ self: { tasty tasty-hunit tasty-quickcheck ]; description = "An implementation of the AOS signatures"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30793,8 +30793,8 @@ self: { base colour language-haskell-extract pango template-haskell ]; description = "Bindings to libaosd, a library for Cairo-based on-screen displays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libaosd;}; @@ -30807,7 +30807,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base inspection-testing transformers ]; description = "Self-normalizing applicative expressions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ap-reflect" = callPackage @@ -30818,7 +30818,7 @@ self: { sha256 = "16hh3ava0qc8w2y04a8gdh2qfxclh2mhim9zv17d16wlx9dq9qgs"; libraryHaskellDepends = [ base ]; description = "Partial evaluation reflection a la simple-reflect"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apache-md5" = callPackage @@ -30844,7 +30844,7 @@ self: { ]; benchmarkSystemDepends = [ openssl ]; description = "Apache specific MD5 digest algorighm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openssl;}; "apart" = callPackage @@ -30867,8 +30867,8 @@ self: { base comonad contravariant free hedgehog lens semigroupoids ]; description = "Get all your structure and rip it apart"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30886,7 +30886,7 @@ self: { testHaskellDepends = [ base containers linear QuickCheck vector ]; benchmarkHaskellDepends = [ base criterion linear ]; description = "Fast Entity-Component-System library for game programming"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apecs-gloss" = callPackage @@ -30901,7 +30901,7 @@ self: { apecs apecs-physics base containers gloss linear ]; description = "Simple gloss renderer for apecs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apecs-physics" = callPackage @@ -30917,7 +30917,7 @@ self: { apecs base containers inline-c linear template-haskell vector ]; description = "2D physics for apecs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apecs-physics-gloss" = callPackage @@ -30928,7 +30928,7 @@ self: { sha256 = "075rpm4l1na7j79vkh7n5c806zj7vvj2qxrxq6pkb6k6364ff249"; libraryHaskellDepends = [ apecs apecs-physics base gloss ]; description = "Gloss rendering for apecs-physics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apecs-stm" = callPackage @@ -30944,8 +30944,8 @@ self: { vector ]; description = "STM stores for apecs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30967,8 +30967,8 @@ self: { xdg-basedir ]; description = "Server and community browser for the game Tremulous"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -30990,8 +30990,8 @@ self: { text transformers ]; description = "Library for easily building REST API wrappers in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31008,7 +31008,7 @@ self: { ]; testHaskellDepends = [ aeson base HUnit lens ]; description = "option of aeson's deriveJSON"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "api-maker" = callPackage @@ -31031,7 +31031,7 @@ self: { transformers-base ]; description = "Package to make APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "api-monobank" = callPackage @@ -31053,8 +31053,8 @@ self: { aeson base bytestring http-client http-conduit stm text time ]; testHaskellDepends = [ base bytestring hs-coindesk-api ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {hs-coindesk-api = null;}; @@ -31070,7 +31070,7 @@ self: { base bytestring directory opentheory-unicode ]; description = "OpenTheory unicode character API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "api-rpc-factom" = callPackage @@ -31095,8 +31095,8 @@ self: { ]; testHaskellDepends = [ base bytestring ]; description = "RPC API client for Factom"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31120,8 +31120,8 @@ self: { remote-monad text time transformers ]; description = "simple json-rpc client for PegNet"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31156,8 +31156,8 @@ self: { tasty-quickcheck template-haskell text time unordered-containers ]; description = "DSL for generating API boilerplate and docs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31178,8 +31178,8 @@ self: { ]; testHaskellDepends = [ base bytestring text ]; description = "Api bindings for Yoti services"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31212,8 +31212,8 @@ self: { tasty-hunit tasty-quickcheck wai wai-extra ]; description = "Simple and type safe web framework that generate web API documentation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31233,8 +31233,8 @@ self: { monad-control resourcet text wai ]; description = "authenticate support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31252,8 +31252,8 @@ self: { clientsession data-default-class time unix-compat vault ]; description = "clientsession support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31269,8 +31269,8 @@ self: { apiary base blaze-builder blaze-html bytestring cookie time wai ]; description = "Cookie support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31282,8 +31282,8 @@ self: { sha256 = "0dkvj03ay44m49pmm96y9nvyqlrw91kyw0pzm6wraspagbvs57nm"; libraryHaskellDepends = [ apiary base blaze-builder wai-extra ]; description = "eventsource support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31303,8 +31303,8 @@ self: { monad-control text transformers types-compat vault wai ]; description = "helics support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31321,8 +31321,8 @@ self: { text transformers wai ]; description = "A http client for Apiary"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31340,8 +31340,8 @@ self: { monad-control monad-logger transformers transformers-base ]; description = "fast-logger support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31360,8 +31360,8 @@ self: { monad-control text transformers types-compat ]; description = "memcached client for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31379,8 +31379,8 @@ self: { mongoDB resource-pool text time transformers ]; description = "mongoDB support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31398,8 +31398,8 @@ self: { resource-pool resourcet transformers transformers-base ]; description = "persistent support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31419,8 +31419,8 @@ self: { purescript text transformers types-compat unordered-containers ]; description = "purescript compiler for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31432,8 +31432,8 @@ self: { sha256 = "0b9m165qs7nd9iisbkkx0vpdkv37bh0vvrwq769bjc2k8qkqspwl"; libraryHaskellDepends = [ apiary base hedis transformers ]; description = "redis support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31445,8 +31445,8 @@ self: { sha256 = "01z4r0sfm562wssfpqs3yzgwrprh8jzp0xsck4z099pwjknfi4i4"; libraryHaskellDepends = [ apiary base wai ]; description = "session support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31458,8 +31458,8 @@ self: { sha256 = "0z43lqjz51r3mw92drjkrl3m8na7ldick76vqas0dr17v1d4qdsw"; libraryHaskellDepends = [ apiary base wai-websockets websockets ]; description = "websockets support for apiary web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31472,7 +31472,7 @@ self: { libraryHaskellDepends = [ aeson base bytestring lens wreq ]; testHaskellDepends = [ base ]; description = "Consumer library for anapioficeandfire.com"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apis" = callPackage @@ -31492,8 +31492,8 @@ self: { unordered-containers utf8-string yql ]; description = "A Template Haskell library for generating type safe API calls"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31522,7 +31522,7 @@ self: { x509-store x509-system x509-validation ]; description = "Apple Push Notification service HTTP/2 integration"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apotiki" = callPackage @@ -31551,8 +31551,8 @@ self: { wai-middleware-static zlib ]; description = "a faster debian repository"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31567,8 +31567,8 @@ self: { base containers criterion deepseq lens mtl ]; description = "applicative (functional) bidirectional programming beyond composition chains"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31587,7 +31587,7 @@ self: { base containers directory hspec HUnit mtl parsec text ]; description = "A library to manage application settings (INI file-like)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "appar" = callPackage @@ -31598,7 +31598,7 @@ self: { sha256 = "07v3h766q9mnhphsm53718h1lds147ix7dj15kc5hnsj4vffvkn4"; libraryHaskellDepends = [ base bytestring ]; description = "A simple applicative parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "appc" = callPackage @@ -31623,8 +31623,8 @@ self: { aeson base hspec hspec-smallcheck semver smallcheck text uuid ]; description = "app container types and tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31637,7 +31637,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "Map with a Semigroup and Monoid instances delegating to Semigroup of the elements"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "applicative-extras" = callPackage @@ -31648,7 +31648,7 @@ self: { sha256 = "1svsf8mvb816nksg1dh4dz3cms2zx2hjprz2z7h3zidpxmzs0pr8"; libraryHaskellDepends = [ base ]; description = "Instances for Applicative"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "applicative-fail" = callPackage @@ -31666,8 +31666,8 @@ self: { base checkers mtl QuickCheck tasty tasty-quickcheck ]; description = "Applicative functor and monad which collects all your fails"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31679,7 +31679,7 @@ self: { sha256 = "0rnjl7yz6nga4qi0jdvhf911yf1qk6gy2fm5236bsgc50d5wbaw0"; libraryHaskellDepends = [ base ]; description = "Applicative-based numeric instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "applicative-parsec" = callPackage @@ -31695,8 +31695,8 @@ self: { base mtl QuickCheck test-framework test-framework-quickcheck2 ]; description = "An applicative parser combinator library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31710,8 +31710,8 @@ self: { editedCabalFile = "0ccdnkl3pxkwcg7m3xalqwax1gzaj3hg85zb219y7cfva2pvz1jp"; libraryHaskellDepends = [ base haskell-src-meta template-haskell ]; description = "Quasiquoters for idiom brackets and an applicative do-notation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31727,8 +31727,8 @@ self: { base haskell-src-exts haskell-src-meta mtl syb template-haskell ]; description = "Write applicative programs in direct style (generalizes idiom brackets)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31760,7 +31760,7 @@ self: { unix-compat ]; description = "Perform refactorings specified by the refact library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "apportionment" = callPackage @@ -31771,7 +31771,7 @@ self: { sha256 = "062v4a1ip7zy20b03z1jajqy2ylx5fl74p7px54b1vajf6vx0wcg"; libraryHaskellDepends = [ base containers utility-ht ]; description = "Round a set of numbers while maintaining its sum"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "approveapi" = callPackage @@ -31798,8 +31798,8 @@ self: { semigroups text time transformers unordered-containers vector ]; description = "ApproveAPI Haskell Client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31826,8 +31826,8 @@ self: { vector ]; description = "Easy-to-use reasonable way of emulating approximate in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31859,7 +31859,7 @@ self: { ]; description = "Approximate randomization test"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "approximate" = callPackage @@ -31881,7 +31881,7 @@ self: { base directory doctest filepath semigroups simple-reflect ]; description = "Approximate discrete values and numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "approximate-equality" = callPackage @@ -31892,7 +31892,7 @@ self: { sha256 = "0pxvyb5a6vh0isba81flv7wjlwfn091xrma7g6wzr08bvqmix883"; libraryHaskellDepends = [ base type-level-natural-number ]; description = "Newtype wrappers for approximate equality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ar-timestamp-wiper" = callPackage @@ -31906,7 +31906,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; executableHaskellDepends = [ base bytestring ]; description = "Wipes time stamps from .a files (like ar -D)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "arb-fft" = callPackage @@ -31929,8 +31929,8 @@ self: { base containers QuickCheck tasty tasty-quickcheck vector ]; description = "Pure Haskell arbitrary length FFT library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31947,8 +31947,8 @@ self: { ]; librarySystemDepends = [ arbb_dev ]; description = "FFI binding to the Intel Array Building Blocks (ArBB) virtual machine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {arbb_dev = null;}; @@ -31973,8 +31973,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Datadog client for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -31992,7 +31992,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "LRU cache based on STM"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "arbor-monad-counter" = callPackage @@ -32013,8 +32013,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Counter library for submitting metrics to a backend such as datadog"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32038,7 +32038,7 @@ self: { testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ]; testToolDepends = [ hspec-discover ]; description = "Simple logging library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "arbor-monad-metric" = callPackage @@ -32061,8 +32061,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Core metric library for publishing metrics"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32088,8 +32088,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Metric library backend for datadog"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32108,7 +32108,7 @@ self: { postgresql-simple text ]; description = "Convenience types and functions for postgresql-simple"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "arbtt" = callPackage @@ -32137,7 +32137,7 @@ self: { transformers unix utf8-string ]; description = "Automatic Rule-Based Time Tracker"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "arcgrid" = callPackage @@ -32151,7 +32151,7 @@ self: { libraryHaskellDepends = [ base parsec parsec-numeric ]; executableHaskellDepends = [ base ]; description = "Parse ESRI/ArcInfo (ArcGrid) raster GIS files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "arcgrid-viewer" = callPackage @@ -32166,7 +32166,7 @@ self: { arcgrid base bytestring gloss transformers ]; description = "Simple viewer for ESRI/ArcInfo (ArcGrid) geospatial data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "arch-hs" = callPackage @@ -32198,8 +32198,8 @@ self: { tar-conduit template-haskell text ]; description = "Distribute hackage packages to archlinux"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32223,7 +32223,7 @@ self: { servant-client-core text time ]; description = "Arch Linux official and AUR web interface binding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "archive" = callPackage @@ -32244,8 +32244,8 @@ self: { regex-posix time unix Unixutils xhtml ]; description = "A library and programs for creating hardlinked incremental archives or backups"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {debian-mirror = null; help = null;}; @@ -32262,8 +32262,8 @@ self: { ]; libraryToolDepends = [ cpphs ]; description = "Common interface using libarchive"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32279,7 +32279,7 @@ self: { base bytestring composition-prelude dir-traverse ]; description = "Backpack signature for archive libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "archive-tar" = callPackage @@ -32294,7 +32294,7 @@ self: { ]; libraryToolDepends = [ cpphs ]; description = "Common interface using the tar package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "archive-tar-bytestring" = callPackage @@ -32310,7 +32310,7 @@ self: { ]; libraryToolDepends = [ cpphs ]; description = "Common interface using the tar-bytestring package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "archiver" = callPackage @@ -32328,8 +32328,8 @@ self: { base bytestring containers process random ]; description = "Archive supplied URLs in WebCite & Internet Archive"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32345,8 +32345,8 @@ self: { base Cabal containers directory filepath pretty ]; description = "Support for working with Arch Linux packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32372,8 +32372,8 @@ self: { strict-concurrency xhtml ]; description = "Website maintenance for Arch Linux packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32389,8 +32389,8 @@ self: { base containers download-curl feed tagsoup ]; description = "Convert Arch Linux package updates in RSS to pretty markdown"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32409,8 +32409,8 @@ self: { ]; testHaskellDepends = [ base directory process temporary ]; description = "Arduino programming in haskell using the Copilot stream DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32436,8 +32436,8 @@ self: { base criterion directory mtl semigroups ]; description = "A journaled data store"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32454,8 +32454,8 @@ self: { time ]; description = "Generate Attribute-Relation File Format (ARFF) files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32469,8 +32469,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory wx ]; description = "An interpreter for the Argh! programming language in wxHaskell"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32497,8 +32497,8 @@ self: { QuickCheck ]; description = "Measure your code's complexity"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32517,8 +32517,8 @@ self: { base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Memory-hard password hash and proof-of-work function"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32531,8 +32531,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers HTF HUnit ]; description = "Command line parsing framework for console applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32550,8 +32550,8 @@ self: { base bimap containers glib gtk HDBC indents mtl parsec ]; description = "A computer assisted argumentation transcription and editing software"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32579,8 +32579,8 @@ self: { tasty-hunit utf8-string ]; description = "Go-to-definition for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32604,8 +32604,8 @@ self: { regex-posix safe split system-filepath text time ]; description = "Watcher and runner for Hspec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32634,8 +32634,8 @@ self: { lens-aeson process protolude QuickCheck temporary text unix ]; description = "Run docker-compose with help from Nix/NixOS"; - license = stdenv.lib.licenses.asl20; - maintainers = with stdenv.lib.maintainers; [ roberth ]; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ roberth ]; }) {}; "arith-encode" = callPackage @@ -32657,7 +32657,7 @@ self: { base binary containers hashable HUnit-Plus unordered-containers ]; description = "A practical arithmetic encoding (aka Godel numbering) library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "arithmatic" = callPackage @@ -32668,7 +32668,7 @@ self: { sha256 = "0pxlla3jmpb4ll0hn8xvfb32kqx8053alvis9cryq060m3bd09aq"; libraryHaskellDepends = [ base ]; description = "do things with numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "arithmetic" = callPackage @@ -32695,7 +32695,7 @@ self: { opentheory-prime opentheory-primitive QuickCheck random ]; description = "Natural number arithmetic"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "arithmetic-circuits" = callPackage @@ -32729,8 +32729,8 @@ self: { process-extras protolude semirings text vector wl-pprint-text ]; description = "Arithmetic circuits for zkSNARKs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32761,7 +32761,7 @@ self: { mod random semirings vector ]; description = "Efficient basic number-theoretic functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "arity-generic-liftA" = callPackage @@ -32775,7 +32775,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "Provides an arity-generic version of the liftA2, liftA3... liftAn functions."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "armada" = callPackage @@ -32789,7 +32789,7 @@ self: { executableHaskellDepends = [ base GLUT mtl OpenGL stm ]; description = "Space-based real time strategy game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32810,8 +32810,8 @@ self: { aeson base bytestring containers directory hspec HUnit lens text ]; description = "Prevent serialization backwards compatibility problems using golden tests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32826,8 +32826,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Library for reading ARPA n-gram models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32851,8 +32851,8 @@ self: { base hmatrix hspec QuickCheck vector vector-algorithms ]; description = "Solve large scale eigenvalue problems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) arpack;}; @@ -32864,8 +32864,8 @@ self: { sha256 = "1ixqnwxd36l2j3873hwnfip17k2nzncbvsx7pnprqzv9z59mf4rv"; libraryHaskellDepends = [ base ]; description = "Mutable and immutable arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "array-builder" = callPackage @@ -32879,8 +32879,8 @@ self: { libraryHaskellDepends = [ array-chunks base primitive run-st ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Builders for arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32898,8 +32898,8 @@ self: { tasty-quickcheck ]; description = "Lists of chunks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32925,8 +32925,8 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "A simple interpreter for arrayForth, the language used on GreenArrays chips"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32941,8 +32941,8 @@ self: { array base doctest doctest-driver-gen hspec ]; description = "IsList instances of Array for OverloadedLists extension"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32954,7 +32954,7 @@ self: { sha256 = "1p05vg8mdyad03aa7s1nrgw5xqgl80f6l7v0llhmi1q4xnrqrj3n"; libraryHaskellDepends = [ array base ]; description = "Memoization combinators using arrays for finite sub-domains of functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "array-primops" = callPackage @@ -32971,8 +32971,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ghc-prim ]; description = "Extra foreign primops for primitive arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -32984,7 +32984,7 @@ self: { sha256 = "1gh7gmbm0djr78dqkf8q3ap9yk4gm3dq48k8jad9ssp3w19wpkan"; libraryHaskellDepends = [ array base ]; description = "Primitive functions for updating many elements in mutable arrays at once"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "arrayfire" = callPackage @@ -33008,8 +33008,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell bindings to the ArrayFire general-purpose GPU library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {af = null;}; @@ -33027,8 +33027,8 @@ self: { tasty-smallcheck ]; description = "Memory-efficient ArrayList implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33040,7 +33040,7 @@ self: { sha256 = "0v3ab3h3rg38dvmyqqfsysgfpib8i81s87wr965cf7lxhfx3lg61"; libraryHaskellDepends = [ base ]; description = "Extra functions for Control.Arrow"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "arrow-improve" = callPackage @@ -33054,8 +33054,8 @@ self: { arrows base pointed profunctors semigroupoids ]; description = "Improved arrows"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33067,8 +33067,8 @@ self: { sha256 = "11rzpq8mml00amb0hd09bwwhpn199jr8mxp0454ljkpbgqc5jm9s"; libraryHaskellDepends = [ base containers fail mtl ]; description = "List arrows for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33080,8 +33080,8 @@ self: { sha256 = "02zampc6cc5a9fvdvxkz2r6i5sxf5w0qilsvsx8jxiw4kprbghii"; libraryHaskellDepends = [ base ]; description = "Utilities for working with ArrowApply instances more naturally"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33096,7 +33096,7 @@ self: { executableHaskellDepends = [ array base containers haskell-src ]; description = "preprocessor translating arrow notation into Haskell 98"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33118,7 +33118,7 @@ self: { executableHaskellDepends = [ base haskell-src-exts NoHoed ]; description = "A preprocessor and quasiquoter for translating arrow notation"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33130,7 +33130,7 @@ self: { sha256 = "02db4byzz8xb4c36y0v867g9kd3a9p04r4cj1np717k20qrwjnpn"; libraryHaskellDepends = [ base Stream ]; description = "Arrow classes and transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "artery" = callPackage @@ -33143,8 +33143,8 @@ self: { base containers profunctors transformers ]; description = "A simple, arrow-based reactive programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33158,8 +33158,8 @@ self: { editedCabalFile = "09hmx0x4fz80kby7w1n9rc7sibbmpsvl4i3rc3h91hs53ban4yd4"; libraryHaskellDepends = [ aeson base bytestring containers text ]; description = "Basic types and instances for Valve's Artifact Card-set API"; - license = stdenv.lib.licenses.agpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33183,7 +33183,7 @@ self: { file-embed hashable parsec process shell-escape template-haskell ]; description = "Archive execution tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "arxiv" = callPackage @@ -33210,8 +33210,8 @@ self: { ]; testHaskellDepends = [ base hedgehog jwt mtl text time ]; description = "Atlassian Service Authentication Protocol"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33223,7 +33223,7 @@ self: { sha256 = "1c5ip8q9b6xnvh3li03iilmqz33rrlis78zs0lh4jva67b37akqk"; libraryHaskellDepends = [ base MissingH ]; description = "Generic markup builder"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ascii" = callPackage @@ -33240,7 +33240,7 @@ self: { ascii-th base bytestring data-ascii text ]; description = "The ASCII character set and encoding"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ascii-art-to-unicode" = callPackage @@ -33255,7 +33255,7 @@ self: { executableHaskellDepends = [ base strict ]; testHaskellDepends = [ base doctest ]; description = "ASCII Art to Unicode Box Drawing converter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ascii-case" = callPackage @@ -33266,7 +33266,7 @@ self: { sha256 = "1qs1rccslixsg4szgp7y98sqhhn0asp9qmk9vfrwdjfipmf3z72p"; libraryHaskellDepends = [ ascii-char base hashable ]; description = "ASCII letter case"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ascii-char" = callPackage @@ -33277,7 +33277,7 @@ self: { sha256 = "0pglcppji9irbz0fjc6hb1fv7qjbjcii6k4qdv389l7kbb77w318"; libraryHaskellDepends = [ base hashable ]; description = "A Char type representing an ASCII character"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ascii-cows" = callPackage @@ -33288,7 +33288,7 @@ self: { sha256 = "0ddnjsqmaqrs2kxys32zqpmvkyway4dqj35x2q3gqxmsir3qg8zq"; libraryHaskellDepends = [ base random-extras random-fu text ]; description = "A collection of ASCII cows. Moo."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ascii-flatten" = callPackage @@ -33302,8 +33302,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base text ]; description = "Flattens European non-ASCII characaters into ASCII"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33315,7 +33315,7 @@ self: { sha256 = "19l50ksqa7jdsl0pmrmy8q8jbgmb1j3hr63jjzys220f0agsgcwr"; libraryHaskellDepends = [ ascii-char base hashable ]; description = "ASCII character groups"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ascii-holidays" = callPackage @@ -33330,7 +33330,7 @@ self: { base random random-shuffle terminfo time ]; description = "ASCII animations for the holidays!"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "ascii-predicates" = callPackage @@ -33341,7 +33341,7 @@ self: { sha256 = "0dzrxqhq7vqplg4aanc4kindwpizv3d777ri81sj1m1zn3vzvrrq"; libraryHaskellDepends = [ ascii-char base ]; description = "Various categorizations of ASCII characters"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ascii-progress" = callPackage @@ -33361,7 +33361,7 @@ self: { async base concurrent-output data-default hspec QuickCheck time ]; description = "A simple progress bar for the console"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ascii-string" = callPackage @@ -33383,8 +33383,8 @@ self: { tasty-quickcheck ]; description = "Compact representation of ASCII strings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33398,7 +33398,7 @@ self: { ascii-char base bytestring hashable text ]; description = "Representing ASCII with refined supersets"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ascii-table" = callPackage @@ -33414,8 +33414,8 @@ self: { vector wl-pprint-extras ]; description = "ASCII table"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33430,7 +33430,7 @@ self: { ascii-char ascii-superset base template-haskell ]; description = "Template Haskell support for ASCII"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ascii-vector-avc" = callPackage @@ -33452,8 +33452,8 @@ self: { split zlib ]; description = "Process Ascii Vectors for Advantest 93k"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33466,8 +33466,8 @@ self: { libraryHaskellDepends = [ base bytestring conduit ]; testHaskellDepends = [ base bytestring conduit hspec ]; description = "Conduit for encoding ByteString into Ascii85"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33482,7 +33482,7 @@ self: { libraryHaskellDepends = [ array base ]; testHaskellDepends = [ base hspec random raw-strings-qq silently ]; description = "Line charts in terminal"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "asciidiagram" = callPackage @@ -33505,7 +33505,7 @@ self: { optparse-applicative rasterific-svg svg-tree text ]; description = "Pretty rendering of Ascii diagram into svg or png"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "asic" = callPackage @@ -33519,7 +33519,7 @@ self: { executableHaskellDepends = [ asil base bytestring utf8-string ]; description = "Action Script Instrumentation Compiler"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33562,7 +33562,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Library for creating and querying segmented feeds"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "asil" = callPackage @@ -33581,7 +33581,7 @@ self: { ]; description = "Action Script Instrumentation Library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33596,8 +33596,8 @@ self: { aeson base hashable primitive scientific text ]; description = "asn type and encoding/decoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33622,8 +33622,8 @@ self: { test-framework test-framework-hunit text vector ]; description = "Encode and decode ASN.1"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33640,8 +33640,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring cereal mtl text ]; description = "ASN1 data reader and writer in RAW, BER and DER forms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33660,7 +33660,7 @@ self: { asn1-types base bytestring hourglass mtl tasty tasty-quickcheck ]; description = "ASN1 data reader and writer in RAW, BER and DER forms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "asn1-parse" = callPackage @@ -33673,7 +33673,7 @@ self: { asn1-encoding asn1-types base bytestring ]; description = "Simple monadic parser for ASN1 stream types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "asn1-types" = callPackage @@ -33684,7 +33684,7 @@ self: { sha256 = "1a119qxhxhr0yn37r26dkydm6g5kykdkx98ghb59i4ipa6i95vkq"; libraryHaskellDepends = [ base bytestring hourglass memory ]; description = "ASN.1 types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "asn1dump" = callPackage @@ -33701,7 +33701,7 @@ self: { asn1-encoding asn1-types base bytestring pem ]; description = "Dump ASN1 structure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aspell-pipe" = callPackage @@ -33712,7 +33712,7 @@ self: { sha256 = "09dw4v4j5pmqi8pdh3p7kk7f8pph5w33s7vd21fgvhv3arnrj6p8"; libraryHaskellDepends = [ async base process text ]; description = "Pipe-based interface to the Aspell program"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "assembler" = callPackage @@ -33726,8 +33726,8 @@ self: { libraryHaskellDepends = [ base containers ghc-binary parsec ]; executableHaskellDepends = [ base containers ghc-binary parsec ]; description = "Haskell Assembler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghc-binary = null;}; @@ -33744,8 +33744,8 @@ self: { base bytestring Cabal directory filepath system-posix-redirect ]; description = "Helpers for Control.Exception.assert"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33758,7 +33758,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base pretty-show text ]; description = "Syntactic sugar improving 'assert' and 'error'"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "assertions" = callPackage @@ -33773,8 +33773,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base containers ]; testHaskellDepends = [ base interpolate process ]; description = "A simple testing framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33786,7 +33786,7 @@ self: { sha256 = "1c0678qjkr1q3pi20ch05k8ri4zxcc1drc4j44fvb1sz7b8y260c"; libraryHaskellDepends = [ base Cabal directory filepath ]; description = "A build-time Cabal library that bundles executables with assets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "asset-map" = callPackage @@ -33803,8 +33803,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Asset map support for the JavaScript broccoli-asset-rev library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33818,8 +33818,8 @@ self: { librarySystemDepends = [ assimp ]; libraryToolDepends = [ c2hs ]; description = "The Assimp asset import library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) assimp;}; @@ -33831,7 +33831,7 @@ self: { sha256 = "0kqlizznjy94fm8zr1ng633yxbinjff7cnsiaqs7m33ix338v66q"; libraryHaskellDepends = [ base bifunctors tagged ]; description = "swap and assoc: Symmetric and Semigroupy Bifunctors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "assoc-list" = callPackage @@ -33843,7 +33843,7 @@ self: { libraryHaskellDepends = [ base contravariant ]; testHaskellDepends = [ base contravariant doctest hedgehog ]; description = "Association lists (lists of tuples)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "assoc-listlike" = callPackage @@ -33856,7 +33856,7 @@ self: { libraryHaskellDepends = [ base contravariant ListLike ]; testHaskellDepends = [ base contravariant doctest hedgehog ]; description = "Association lists (list-like collections of tuples)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "assumpta" = callPackage @@ -33877,8 +33877,8 @@ self: { quickcheck-io ]; description = "An SMTP client library"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33897,7 +33897,7 @@ self: { ]; testHaskellDepends = [ base bytestring hspec mtl QuickCheck text ]; description = "Core functionality for an SMTP client"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "ast-monad" = callPackage @@ -33911,8 +33911,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A library for constructing AST by using do-notation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33927,8 +33927,8 @@ self: { libraryHaskellDepends = [ ast-monad base text ]; testHaskellDepends = [ ast-monad base hspec text ]; description = "A library for writing JSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -33941,7 +33941,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "vocabulary representation for predicting program properties"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "astar" = callPackage @@ -33954,7 +33954,7 @@ self: { base hashable psqueues unordered-containers ]; description = "General A* search algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "astar-monad" = callPackage @@ -33965,7 +33965,7 @@ self: { sha256 = "1df99k3c299nzfxbqnzkqggagf7l8p2fwa9igxy9ydg8b0rqc6xf"; libraryHaskellDepends = [ base logict mtl ]; testHaskellDepends = [ base hspec lens logict mtl ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "astrds" = callPackage @@ -33984,8 +33984,8 @@ self: { SDL-image SDL-mixer SDL-ttf unix ]; description = "an incomplete 2d space game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34003,7 +34003,7 @@ self: { test-framework-quickcheck2 time ]; description = "Amateur astronomical computations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "astview" = callPackage @@ -34023,8 +34023,8 @@ self: { glib Glob gtk gtksourceview2 hint mtl process syb ]; description = "A GTK-based abstract syntax tree viewer for custom languages and parsers"; - license = stdenv.lib.licenses.bsdOriginal; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsdOriginal; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34036,7 +34036,7 @@ self: { sha256 = "1rqqlngmcdd7i1gww95lyim971w8xv0hjg20h0j8av4y29pjxfyn"; libraryHaskellDepends = [ base containers syb ]; description = "Interfacing between hint and astview"; - license = stdenv.lib.licenses.bsdOriginal; + license = lib.licenses.bsdOriginal; }) {}; "async" = callPackage @@ -34056,7 +34056,7 @@ self: { base HUnit stm test-framework test-framework-hunit ]; description = "Run IO operations asynchronously and wait for their results"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "async-ajax" = callPackage @@ -34067,7 +34067,7 @@ self: { sha256 = "012j2kbf4829g4xzbzc1vqb9ybhr05v4zlipvhcn4pqmfb3vgshi"; libraryHaskellDepends = [ async base ghcjs-ajax text ]; description = "Crossbrowser async AJAX Bindings for GHCJS"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "async-combinators" = callPackage @@ -34088,8 +34088,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Async combinators"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34106,8 +34106,8 @@ self: { base concurrency dejafu HUnit hunit-dejafu ]; description = "Run MonadConc operations asynchronously and wait for their results"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34119,7 +34119,7 @@ self: { sha256 = "0hyc27mphjpc7m9khs47ch0q6j6hy2hmibk82vzrfmc3rfjxa1hd"; libraryHaskellDepends = [ async base deepseq split ]; description = "Useful concurrent combinators"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "async-extras" = callPackage @@ -34135,7 +34135,7 @@ self: { transformers-base ]; description = "Extra Utilities for the Async Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "async-io-either" = callPackage @@ -34146,7 +34146,7 @@ self: { sha256 = "0sksphy0i46w83kw3fhksiyhz9nn337d4xc3ppihdksi79a6ncph"; libraryHaskellDepends = [ async base retry transformers ]; description = "Could be useful"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "async-manager" = callPackage @@ -34160,8 +34160,8 @@ self: { libraryHaskellDepends = [ async base stm unordered-containers ]; executableHaskellDepends = [ async base stm unordered-containers ]; description = "A thread manager for async"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34182,7 +34182,7 @@ self: { transformers-base ]; description = "A modified version of async that supports worker groups and many-to-many task dependencies"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "async-refresh" = callPackage @@ -34204,7 +34204,7 @@ self: { test-framework-hunit text ]; description = "Package implementing core logic for refreshing of expiring data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "async-refresh-tokens" = callPackage @@ -34226,7 +34226,7 @@ self: { test-framework-hunit unliftio ]; description = "Package implementing core logic for refreshing of expiring access tokens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "async-timer" = callPackage @@ -34244,8 +34244,8 @@ self: { async base containers criterion tasty tasty-hunit ]; description = "Provides API for timer based execution of IO actions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34257,8 +34257,8 @@ self: { sha256 = "0vfx2ikw61sic35n4ayy7rng6izpafksz7lh4xgkcmbg627vkm8s"; libraryHaskellDepends = [ base ]; description = "Distinguish between synchronous and asynchronous exceptions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34272,7 +34272,7 @@ self: { editedCabalFile = "0vh6k6397f3y03y28shx0gf0lvdlb6pdcdhd1j8r1svhjbyphfdp"; libraryHaskellDepends = [ array base containers ghc-prim ]; description = "serialisation for Haskell values with sharing support"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "aterm-utils" = callPackage @@ -34286,8 +34286,8 @@ self: { libraryHaskellDepends = [ aterm base mtl transformers wl-pprint ]; executableHaskellDepends = [ aterm base transformers wl-pprint ]; description = "Utility functions for working with aterms as generated by Minitermite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34301,7 +34301,7 @@ self: { editedCabalFile = "0h3y24p4296qxwcmynsrqwnxpk024p9c835yh8s366skcjwmhk4x"; libraryHaskellDepends = [ base ]; description = "Arrow Transformer Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "atlassian-connect-core" = callPackage @@ -34326,8 +34326,8 @@ self: { ]; libraryPkgconfigDepends = [ zlib ]; description = "Atlassian Connect snaplet for the Snap Framework and helper code"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zlib;}; @@ -34349,8 +34349,8 @@ self: { scientific text time-units unordered-containers vector ]; description = "Code that helps you create a valid Atlassian Connect Descriptor"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34367,7 +34367,7 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "1976 US Standard Atmosphere Model"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "atmos-dimensional" = callPackage @@ -34378,7 +34378,7 @@ self: { sha256 = "19rlcp1zn3k838c5ixsn6i09nclfwvd9prbirxy5fmch0yjlp39d"; libraryHaskellDepends = [ atmos base dimensional ]; description = "dimensional wrapper on atmos package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "atmos-dimensional-tf" = callPackage @@ -34389,8 +34389,8 @@ self: { sha256 = "05g2v7ppbcvaw0dk9f0z0gb7k33c4lk2cm2ziyqahxmwsz928khm"; libraryHaskellDepends = [ atmos base dimensional-tf ]; description = "dimensional-tf wrapper on atmos package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34415,8 +34415,8 @@ self: { QuickCheck resourcet text time transformers ]; description = "An interface of ATND API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34428,7 +34428,7 @@ self: { sha256 = "111lz39q12rvh2iigxakcnf2firxgbgm462id805n3z7rmg8f807"; libraryHaskellDepends = [ base bimap containers mtl process syb ]; description = "An EDSL for embedded hard realtime applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "atom-basic" = callPackage @@ -34443,7 +34443,7 @@ self: { base base64-bytestring bytestring network network-uri text time ]; description = "Basic Atom feed construction"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "atom-conduit" = callPackage @@ -34470,7 +34470,7 @@ self: { uri-bytestring xml-conduit xml-types ]; description = "Streaming parser/renderer for the Atom 1.0 standard (RFC 4287)."; - license = stdenv.lib.licenses.cc0; + license = lib.licenses.cc0; }) {}; "atom-msp430" = callPackage @@ -34481,8 +34481,8 @@ self: { sha256 = "02h1g35f3bd3cjjhr28g63vk1mnghshq9586wa922rfl79jp6jcs"; libraryHaskellDepends = [ atom base mtl ]; description = "Convenience functions for using Atom with the MSP430 microcontroller family"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34498,7 +34498,7 @@ self: { base directory filelock filepath io-string-like ]; description = "Functions to atomically write to files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "atomic-modify" = callPackage @@ -34509,8 +34509,8 @@ self: { sha256 = "0j4zhr02bmkpar80vzxxj91qyz97wi7kia79q20a1y3sqbmx2sk5"; libraryHaskellDepends = [ base stm ]; description = "A typeclass for mutable references that have an atomic modify operation"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34522,7 +34522,7 @@ self: { sha256 = "0gidqyk913vhcz3q4vnpadx3vkkrwb66rqhsxvdba8g2p5z63a12"; libraryHaskellDepends = [ base ghc-prim primitive ]; description = "A safe approach to CAS and other atomic ops in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "atomic-primops-foreign" = callPackage @@ -34540,8 +34540,8 @@ self: { base bits-atomic HUnit test-framework test-framework-hunit time ]; description = "An atomic counter implemented using the FFI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34554,8 +34554,8 @@ self: { libraryHaskellDepends = [ atomic-primops base primitive vector ]; testHaskellDepends = [ base vector ]; description = "Atomic operations on Data.Vector types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34574,7 +34574,7 @@ self: { base bytestring filepath hspec temporary text unix-compat ]; description = "Atomically write to a file"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "atomo" = callPackage @@ -34599,8 +34599,8 @@ self: { time vector ]; description = "A highly dynamic, extremely simple, very fun programming language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34618,8 +34618,8 @@ self: { ]; testHaskellDepends = [ base containers HUnit time ]; description = "Translation from Ocaml to Haskell of John Harrison's ATP code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34631,7 +34631,7 @@ self: { sha256 = "0rlv4ikz8k1yjwnqq6yrk1cf4dv9y8jw5i1qaa9m7k6sya2dy6ci"; libraryHaskellDepends = [ base mtl ]; description = "A small collection of monad (transformer) instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ats-format" = callPackage @@ -34651,7 +34651,7 @@ self: { process text toml-parser ]; description = "A source-code formatter for ATS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ats-pkg" = callPackage @@ -34685,8 +34685,8 @@ self: { ]; doHaddock = false; description = "A build tool for ATS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34705,8 +34705,8 @@ self: { zlib ]; description = "ATS scripts for Cabal builds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34724,8 +34724,8 @@ self: { testHaskellDepends = [ base hspec ]; testSystemDepends = [ storable ]; description = "Marshal ATS types into Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {storable = null;}; @@ -34737,8 +34737,8 @@ self: { sha256 = "1gvq04ds62kk88r2210mxd1fggp6vf5p8j5hci9vqkkss1hy9rxh"; libraryHaskellDepends = [ base failure ]; description = "Concrete data type for handling extensible exceptions as failures. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34758,8 +34758,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "A script I use to run \"attic\" for my backups"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34783,8 +34783,8 @@ self: { test-framework-hunit text ]; description = "Efficient parsing and serialisation of S-Expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34807,8 +34807,8 @@ self: { ]; testHaskellDepends = [ base doctest Glob QuickCheck ]; description = "Minimal mail delivery agent (MDA) for local mail with maildir support"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34839,7 +34839,7 @@ self: { transformers unordered-containers vector ]; description = "Fast combinator parsing for bytestrings and text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "attoparsec-arff" = callPackage @@ -34850,7 +34850,7 @@ self: { sha256 = "1jf9065pqmdfshkd0cqiamhivs9an4slqx82n7yj0kkhdxw5lyq4"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "An ARFF file parser using Attoparsec"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "attoparsec-base64" = callPackage @@ -34861,7 +34861,7 @@ self: { sha256 = "1rvkc7kaya42a8djkyj642r5dq952gwkhinif9r22ijaic656cq8"; libraryHaskellDepends = [ attoparsec base bytestring text word8 ]; description = "Fetch only base64 characters, erroring in the attoparsec monad on failure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "attoparsec-binary" = callPackage @@ -34872,7 +34872,7 @@ self: { sha256 = "02vswxsgayw50xli7mbacsjmk1diifzkfgnyfn9ck5mk41dl9rh5"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Binary processing extensions to Attoparsec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "attoparsec-conduit" = callPackage @@ -34884,7 +34884,7 @@ self: { libraryHaskellDepends = [ base conduit ]; doHaddock = false; description = "Consume attoparsec parsers via conduit. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "attoparsec-csv" = callPackage @@ -34896,7 +34896,7 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; description = "A parser for CSV files that uses Attoparsec"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "attoparsec-data" = callPackage @@ -34912,7 +34912,7 @@ self: { uuid ]; description = "Parsers for the standard Haskell data types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "attoparsec-enumerator" = callPackage @@ -34925,8 +34925,8 @@ self: { attoparsec base bytestring enumerator text ]; description = "Pass input from an enumerator to an Attoparsec parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34938,7 +34938,7 @@ self: { sha256 = "0z25pc3rq98ysk92jclr90n35982a566sxri51yh1s9c24vd8k4d"; libraryHaskellDepends = [ attoparsec base ]; description = "Port of parsec's expression parser to attoparsec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "attoparsec-ip" = callPackage @@ -34954,8 +34954,8 @@ self: { attoparsec base ip QuickCheck tasty tasty-quickcheck text vector ]; description = "Parse IP data types with attoparsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -34971,7 +34971,7 @@ self: { attoparsec base base-compat-batteries text time time-compat ]; description = "Parsing of ISO 8601 dates, originally from aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "attoparsec-iteratee" = callPackage @@ -34986,8 +34986,8 @@ self: { attoparsec base bytestring iteratee transformers ]; description = "An adapter to convert attoparsec Parsers into blazing-fast Iteratees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35005,7 +35005,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "An Attoparsec compatibility layer for Parsec"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "attoparsec-path" = callPackage @@ -35021,7 +35021,7 @@ self: { attoparsec base QuickCheck quickcheck-instances text ]; description = "Convenience bindings between path and attoparsec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "attoparsec-text" = callPackage @@ -35032,8 +35032,8 @@ self: { sha256 = "1qq42lp1sah80a6lnnafi6pwl61b4w4q4jk1pbb7pg5p06mmk315"; libraryHaskellDepends = [ array attoparsec base containers text ]; description = "(deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35045,8 +35045,8 @@ self: { sha256 = "0cffcwji141js09r7avb15b08xl4s8cgk5vxyrqaq7zw40hhb1gz"; libraryHaskellDepends = [ attoparsec-text base enumerator text ]; description = "(deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35062,7 +35062,7 @@ self: { attoparsec base bytestring scientific text time ]; description = "Attoparsec parsers of time"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "attoparsec-trans" = callPackage @@ -35073,8 +35073,8 @@ self: { sha256 = "0lsbl7hhirr13jmn6fc4g5443j73p4rxjgxvv967n5dsp7xrjaa7"; libraryHaskellDepends = [ attoparsec base transformers ]; description = "Interleaved effects for attoparsec parsers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35096,8 +35096,8 @@ self: { quickcheck-instances strict tasty tasty-quickcheck text vector ]; description = "URI parser / printer using attoparsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35115,7 +35115,7 @@ self: { QuickCheck ]; description = "Variable-length integer decoding for Attoparsec"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "attosplit" = callPackage @@ -35126,8 +35126,8 @@ self: { sha256 = "01sh8k9n9040xqx1lbn74rcf59j54n5861d9db1y5cdy7qssxyg4"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Split a lazy bytestring at boundaries defined by an attoparsec parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35144,8 +35144,8 @@ self: { array base Cabal directory epic haskell98 ]; description = "Embedded Turtle language compiler in Haskell, with Epic output"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35167,7 +35167,7 @@ self: { transformers utility-ht xml-basic ]; description = "Interchange with the Audacity sound signal editor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "audiovisual" = callPackage @@ -35187,8 +35187,8 @@ self: { random template-haskell transformers vector void WAVE ]; description = "A battery-included audiovisual framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35209,7 +35209,7 @@ self: { executablePkgconfigDepends = [ augeas ]; description = "A Haskell FFI wrapper for the Augeas API"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) augeas;}; @@ -35228,8 +35228,8 @@ self: { process ]; description = "Renaming media collections in a breeze"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35250,8 +35250,8 @@ self: { base http-client http-client-tls tasty tasty-hunit ]; description = "Access metadata from the Arch Linux User Repository"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35268,8 +35268,8 @@ self: { mtl text ]; description = "ArchLinux AUR json v5 API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35306,8 +35306,8 @@ self: { versions ]; description = "A secure package manager for Arch Linux and the AUR"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35327,7 +35327,7 @@ self: { resourcet text transformers unordered-containers xml-conduit ]; description = "Authentication methods for Haskell web applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "authenticate-kerberos" = callPackage @@ -35338,7 +35338,7 @@ self: { sha256 = "06k8xi9n44xq63dpmcv4l0vg35y19dk5x1ibyay05w58k4kv4fdq"; libraryHaskellDepends = [ base process text ]; description = "Authentication methods for Haskell web applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "authenticate-ldap" = callPackage @@ -35349,8 +35349,8 @@ self: { sha256 = "1wsx43l7jl40jpzhiv2fjc1mnpsaaryrjpqaiyqsn3ahacsy4ly5"; libraryHaskellDepends = [ base LDAP text transformers ]; description = "LDAP authentication for Haskell web applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35371,7 +35371,7 @@ self: { transformers transformers-compat ]; description = "Library to authenticate with OAuth for Haskell web applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "authinfo-hs" = callPackage @@ -35382,8 +35382,8 @@ self: { sha256 = "1jv0y4y2ig8dx95xw3zbxc1h9mv3wi3r8xqx00llmf2qs6wgdlp5"; libraryHaskellDepends = [ attoparsec base network text ]; description = "Password querying for .authinfo"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35402,8 +35402,8 @@ self: { transformers trifecta ]; description = "A library for writing papers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35421,7 +35421,7 @@ self: { profunctors random semigroups transformers ]; description = "Denotative, locally stateful programming DSL & platform"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "auto-update" = callPackage @@ -35433,7 +35433,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base exceptions hspec HUnit retry ]; description = "Efficiently run periodic, on-demand actions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "autoapply" = callPackage @@ -35451,7 +35451,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Template Haskell to automatically pass values to functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "autoexporter" = callPackage @@ -35465,7 +35465,7 @@ self: { libraryHaskellDepends = [ base Cabal directory filepath ]; executableHaskellDepends = [ base ]; description = "Automatically re-export modules"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "autom" = callPackage @@ -35480,8 +35480,8 @@ self: { base bytestring colour ghc-prim gloss JuicyPixels random vector ]; description = "Generates and displays patterns from next nearest neighbors cellular automata"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35506,8 +35506,8 @@ self: { tasty tasty-hunit tasty-leancheck tasty-quickcheck ]; description = "automata"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35526,7 +35526,7 @@ self: { base bytestring cryptonite quickcheck-simple ]; description = "Automotive CSE emulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "automotive-cse" = callPackage @@ -35545,7 +35545,7 @@ self: { quickcheck-simple ]; description = "Automotive CSE emulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "autonix-deps" = callPackage @@ -35566,8 +35566,8 @@ self: { regex-tdfa resourcet semigroups text transformers xml ]; description = "Library for Nix expression dependency generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35591,8 +35591,8 @@ self: { autonix-deps base containers lens mtl ]; description = "Generate dependencies for KDE 5 Nix expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35604,8 +35604,8 @@ self: { sha256 = "1z1w6bvsfhnia2dxihcay6a9va2ik1bg805zkfb0vn4vcxn76dcc"; libraryHaskellDepends = [ base Cabal dir-traverse filepath ]; description = "Custom Setup to automate package modules discovery"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35620,7 +35620,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base directory mtl process unix ]; description = "EDSL for Procmail scripts"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "avahi" = callPackage @@ -35634,7 +35634,7 @@ self: { libraryHaskellDepends = [ base bytestring dbus text ]; executableHaskellDepends = [ base bytestring dbus text ]; description = "Minimal DBus bindings for Avahi daemon (http://avahi.org)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "avatar-generator" = callPackage @@ -35647,8 +35647,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base JuicyPixels random ]; description = "A simple random avatar icon generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35662,7 +35662,7 @@ self: { editedCabalFile = "0x6inm86nkc8cnsgnblfxhmhld0mpbvvx9pi8cdiysp7xkac3j4h"; libraryHaskellDepends = [ base semigroups vector-space ]; description = "An average (arithmetic mean) monoid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "avers" = callPackage @@ -35695,8 +35695,8 @@ self: { rethinkdb-client-driver text ]; description = "Server-side implementation of the Avers storage model"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35713,8 +35713,8 @@ self: { vector ]; description = "Types describing the core and extended Avers APIs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35733,8 +35733,8 @@ self: { swagger2 text unordered-containers ]; description = "Swagger documentation for the Avers API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35755,8 +35755,8 @@ self: { transformers wai wai-websockets websockets ]; description = "Server implementation of the Avers API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35782,7 +35782,7 @@ self: { ]; description = "Diagrams for the Cessna 172 aircraft in aviation"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {aviation-cessna172-weight-balance = null; aviation-units = null; aviation-weight-balance = null;}; @@ -35800,8 +35800,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "A compile-time balanced AVL tree"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35813,8 +35813,8 @@ self: { sha256 = "1k2nw0ibxbr8dhw9css6vryqd8p5klfvk5vxz6h9w61z8y32f430"; libraryHaskellDepends = [ base dependent-sum mtl process shake ]; description = "AVR Crosspack actions for shake build systems"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35852,7 +35852,7 @@ self: { random raw-strings-qq text transformers unordered-containers vector ]; description = "Avro serialization support for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "avro-piper" = callPackage @@ -35886,8 +35886,8 @@ self: { unordered-containers ]; description = "Tool for decoding avro"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35907,7 +35907,7 @@ self: { ]; testHaskellDepends = [ attoparsec base lens pretty-show text ]; description = "Parse aviation weather reports"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "awesome-prelude" = callPackage @@ -35918,8 +35918,8 @@ self: { sha256 = "0mvfirb41jnjvq4mpky0xpdrh238hjwslfqg82ksnam001sxnpng"; libraryHaskellDepends = [ base ]; description = "A prelude which I can be happy with. Based on base-prelude."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35935,8 +35935,8 @@ self: { aeson attoparsec awesomium-raw base containers text vector ]; description = "High-level Awesomium bindings"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35948,8 +35948,8 @@ self: { sha256 = "175hgqix2j26579g0rrryl86w7qvla95nvf4lwfxsxxwqgcq3zpd"; libraryHaskellDepends = [ awesomium awesomium-raw base GLUT ]; description = "Utilities for using Awesomium with GLUT"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -35963,8 +35963,8 @@ self: { librarySystemDepends = [ awesomium ]; libraryToolDepends = [ c2hs ]; description = "Low-level Awesomium bindings"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {awesomium = null;}; @@ -36002,7 +36002,7 @@ self: { tasty-quickcheck text time transformers transformers-base ]; description = "Amazon Web Services (AWS) for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "aws-cloudfront-signed-cookies" = callPackage @@ -36025,7 +36025,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hedgehog neat-interpolation ]; description = "Generate signed cookies for AWS CloudFront"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "aws-cloudfront-signer" = callPackage @@ -36041,8 +36041,8 @@ self: { crypto-pubkey-types RSA time ]; description = "For signing AWS CloudFront HTTP URL requests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36062,8 +36062,8 @@ self: { configuration-tools mtl text transformers ]; description = "Configuration types, parsers & renderers for AWS services"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36081,8 +36081,8 @@ self: { http-conduit http-types json-togo resourcet text transformers ]; description = "Conduit-based interface for AWS DynamoDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36105,8 +36105,8 @@ self: { resourcet scientific text time ]; description = "Haskell bindings for Amazon DynamoDB Streams"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36130,8 +36130,8 @@ self: { unordered-containers ]; description = "Helper function and types for working with amazonka"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36161,8 +36161,8 @@ self: { unordered-containers vector yaml ]; description = "AWS EC2/VPC, ELB and CloudWatch client library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36185,8 +36185,8 @@ self: { aeson base io-streams system-filepath turtle ]; description = "Capture and manage AWS EC2 known_host pubkeys"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36209,8 +36209,8 @@ self: { aeson base Cabal containers QuickCheck regex-compat safe text ]; description = "Haskell suite for the Elastic Transcoder service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36236,8 +36236,8 @@ self: { tagged tasty tasty-quickcheck text time transformers ]; description = "Bindings for Amazon Web Services (AWS) General Reference"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36263,8 +36263,8 @@ self: { tasty tasty-quickcheck text transformers ]; description = "Bindings for Amazon Kinesis"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36299,8 +36299,8 @@ self: { monad-control mtl optparse-applicative text transformers ]; description = "A producer & consumer client library for AWS Kinesis"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36329,8 +36329,8 @@ self: { time transformers ]; description = "Reshard AWS Kinesis streams in response to Cloud Watch metrics"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36350,8 +36350,8 @@ self: { lens-aeson mtl old-locale text time wreq zip-archive ]; description = "Haskell bindings for AWS Lambda"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36371,7 +36371,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Haskell runtime for AWS Lambda"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "aws-lambda-haskell-runtime-wai" = callPackage @@ -36394,8 +36394,8 @@ self: { unordered-containers vault wai ]; description = "Run wai applications on AWS Lambda"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36418,8 +36418,8 @@ self: { ]; executableHaskellDepends = [ aeson base lens lens-aeson text ]; description = "Haskell on AWS Lambda Runtime API"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36441,8 +36441,8 @@ self: { process text time unordered-containers ]; description = "Keep your AWS credentials file up to date with MFA-carrying credentials"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36468,8 +36468,8 @@ self: { resourcet statistics text time transformers vector ]; description = "Performance Tests for the Haskell bindings for Amazon Web Services (AWS)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36487,8 +36487,8 @@ self: { resourcet text time xml-conduit xml-hamlet ]; description = "Amazon Route53 DNS service plugin for the aws package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36517,8 +36517,8 @@ self: { transformers ]; description = "AWS SDK for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36540,8 +36540,8 @@ self: { template-haskell text time time-locale-compat ]; description = "The text converter for aws-sdk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36562,8 +36562,8 @@ self: { base bytestring conduit hspec mtl resourcet text xml-conduit ]; description = "The xml parser for aws-sdk package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36583,8 +36583,8 @@ self: { testHaskellDepends = [ base tasty tasty-hspec ]; benchmarkHaskellDepends = [ base criterion ]; description = "Wrapper over Amazonka's SES"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36608,8 +36608,8 @@ self: { filepath http-types old-locale safe text time ]; description = "Amazon Web Services (AWS) Signature v4 HTTP request signer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36627,8 +36627,8 @@ self: { conduit lens mtl resourcet text timespan unordered-containers ]; description = "Dead simple bindings to commonly used AWS Services"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36652,8 +36652,8 @@ self: { tasty tasty-quickcheck text transformers ]; description = "Bindings for AWS SNS Version 2013-03-31"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36705,8 +36705,8 @@ self: { ]; testToolDepends = [ hpack tasty-discover ]; description = "The Axel programming language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36723,8 +36723,8 @@ self: { transient transient-universe ]; description = "Web EDSL for running in browsers and server nodes using transient"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36744,8 +36744,8 @@ self: { semigroups template-haskell th-printf transformers ]; description = "Specify axioms for type classes and quickCheck all available instances"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {control-invariants = null;}; @@ -36764,8 +36764,8 @@ self: { ]; testHaskellDepends = [ base hspec shelly text urbit-hob ]; description = "Interact with Azimuth from Haskell"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36784,8 +36784,8 @@ self: { base Diff directory filepath hspec options process unix ]; description = "A simple DevOps tool which will never \"reach\" enterprice level"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36803,8 +36803,8 @@ self: { http-conduit http-types network time ]; description = "Windows Azure ACS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36823,8 +36823,8 @@ self: { wreq ]; description = "send email with microsoft azure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36852,8 +36852,8 @@ self: { libraryToolDepends = [ proto-lens-protoc ]; testHaskellDepends = [ base ]; description = "Azure Functions Worker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36872,8 +36872,8 @@ self: { tls-extra transformers ]; description = "Haskell bindings for the Microsoft Azure Service Management API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36891,8 +36891,8 @@ self: { conduit connection http-client http-conduit http-types network text ]; description = "Haskell wrapper over Microsoft Azure ServiceBus REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36922,8 +36922,8 @@ self: { unix-compat utf8-string ]; description = "A simple library for accessing Azure blob storage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -36949,7 +36949,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion pipes ]; description = "Immutable disk-based B* trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "b9" = callPackage @@ -36990,8 +36990,8 @@ self: { text unordered-containers vector yaml ]; description = "A tool and library for building virtual machine images"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37005,7 +37005,7 @@ self: { librarySystemDepends = [ babl ]; libraryPkgconfigDepends = [ babl ]; description = "Haskell bindings to BABL library"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {inherit (pkgs) babl;}; "babylon" = callPackage @@ -37022,7 +37022,7 @@ self: { ]; description = "An implementation of a simple 2-player board game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37055,8 +37055,8 @@ self: { unliftio-core ]; description = "A client library to access Backblaze B2 cloud storage in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37075,7 +37075,7 @@ self: { ]; description = "Rotates backdrops for X11 displays using Imagemagic"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37097,7 +37097,7 @@ self: { mwc-random time vector ]; description = "Heterogeneous automatic differentation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "backstop" = callPackage @@ -37120,8 +37120,8 @@ self: { base filepath HUnit process QuickCheck unix ]; description = "Backstop a target directory by source directories"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37137,7 +37137,7 @@ self: { testHaskellDepends = [ base primes tasty tasty-hunit ]; testToolDepends = [ tasty-discover ]; description = "A backtracking monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "backtracking-exceptions" = callPackage @@ -37153,8 +37153,8 @@ self: { transformers ]; description = "A monad transformer for backtracking exceptions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37166,8 +37166,8 @@ self: { sha256 = "1akxm0v23gnph5jxwi20wq4lk07vd2kpiqns550k499yw95vqyam"; libraryHaskellDepends = [ base transformers ]; description = "A state monad that runs the state in reverse through the computation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37182,7 +37182,7 @@ self: { executableHaskellDepends = [ base gd X11 ]; description = "braindead utility to compose Xinerama backgrounds"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "bag" = callPackage @@ -37193,8 +37193,8 @@ self: { sha256 = "18n7ggrfm39mn4rva661hkxj75gjx2p3jcm0hlzpcshxyk93iblr"; libraryHaskellDepends = [ base ]; description = "A simple stable bag"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37228,8 +37228,8 @@ self: { wai wai-extra warp ]; description = "Continuous integration system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37253,8 +37253,8 @@ self: { http-client-tls text time ]; description = "Shipwire API client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37276,7 +37276,7 @@ self: { ]; description = "A blog engine on Hack"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37298,7 +37298,7 @@ self: { ]; description = "bamboo-launcher"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37317,7 +37317,7 @@ self: { ]; description = "A highlight middleware"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37336,8 +37336,8 @@ self: { haskell98 hxt mps utf8-string xhtml ]; description = "A photo album middleware"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37356,8 +37356,8 @@ self: { hack-contrib hcheat mps network rss utf8-string xhtml ]; description = "bamboo blueprint theme"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37381,7 +37381,7 @@ self: { ]; description = "bamboo mini html5 theme"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37399,8 +37399,8 @@ self: { base com directory filepath old-time pretty process regex-compat ]; description = "A Windows Installer (MSI) generator framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37415,7 +37415,7 @@ self: { executableHaskellDepends = [ base cmdargs samtools ]; description = "A program to extract various information from BAM alignmnet files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37430,8 +37430,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "For when a type should never be an instance of a class"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37444,8 +37444,8 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base hspec HUnit QuickCheck time ]; description = "A library for determining US bank holidays"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37458,7 +37458,7 @@ self: { libraryHaskellDepends = [ base containers time ]; testHaskellDepends = [ base containers hspec QuickCheck time ]; description = "Calculation of bank holidays in England and Wales"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "banwords" = callPackage @@ -37477,8 +37477,8 @@ self: { vector ]; description = "Generalized word blacklister"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37495,7 +37495,7 @@ self: { base distributive QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Classes for working with types that can change clothes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "barbies-th" = callPackage @@ -37507,7 +37507,7 @@ self: { libraryHaskellDepends = [ barbies base split template-haskell ]; testHaskellDepends = [ barbies base ]; description = "Create strippable HKD via TH"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "barbly" = callPackage @@ -37527,8 +37527,8 @@ self: { text ]; description = "Create status bar menus for macOS from executables"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "x86_64-darwin" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "x86_64-darwin" ]; }) {}; "barchart" = callPackage @@ -37542,8 +37542,8 @@ self: { libraryHaskellDepends = [ base csv diagrams filepath ]; executableHaskellDepends = [ base cmdargs csv diagrams filepath ]; description = "Creating Bar Charts in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37555,8 +37555,8 @@ self: { sha256 = "14blxjhapn9g7cp7374f5s2nln7wgyb7a6z50gp04lnqf1aw6kmg"; libraryHaskellDepends = [ base bytestring HPDF ]; description = "Generate Code 128 barcodes as PDFs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37568,8 +37568,8 @@ self: { sha256 = "0hja4lrgv1faqaq41wzf1r88aw4pin8jh60k9n65yd0sxi1103a7"; libraryHaskellDepends = [ base containers QuickCheck text time ]; description = "QuickCheck implementations for common types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37591,7 +37591,7 @@ self: { ]; description = "A web based environment for learning and tinkering with Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "barrie" = callPackage @@ -37603,7 +37603,7 @@ self: { libraryHaskellDepends = [ base containers filepath glib gtk ]; description = "Declarative Gtk GUI library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37628,8 +37628,8 @@ self: { base bytestring lens-family-core tasty tasty-golden ]; description = "Shields.io style badge generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37641,8 +37641,8 @@ self: { sha256 = "014nc21wnrklsvy5z7w4v9p9psn6bl210l7v97gj42cv6a8jk5nm"; libraryHaskellDepends = [ base comonad mtl transformers ]; description = "Implementation of barrier monad, can use custom front/back type"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37656,8 +37656,8 @@ self: { ghc-prim invalid-cabal-flag-settings rts ]; description = "Basic libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {invalid-cabal-flag-settings = null;}; @@ -37669,7 +37669,7 @@ self: { sha256 = "1nyvkaij4m01jndw72xl8931czz1xp6jpnynpajabys2ahabb9jk"; libraryHaskellDepends = [ base unix ]; description = "A compatibility layer for base"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "base-compat-batteries" = callPackage @@ -37684,7 +37684,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "base-compat with extra batteries"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "base-compat-migrate" = callPackage @@ -37698,8 +37698,8 @@ self: { libraryHaskellDepends = [ base base-compat ]; doHaddock = false; description = "Helps migrating projects to base-compat(-batteries)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37715,7 +37715,7 @@ self: { base base16-bytestring base64-bytestring bytestring text ]; description = "Binary-to-text encodings (e.g. base64)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base-feature-macros" = callPackage @@ -37727,8 +37727,8 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "Semantic CPP feature macros for base"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37740,8 +37740,8 @@ self: { sha256 = "19k6kl66p71pza23b1n5njmj97k1pdlcm6brl1danfaxlflsmcms"; libraryHaskellDepends = [ base ]; description = "This library provides some instances for extra GHC.Generic typeclass such as Int8, Word16 and some unboxed types as well."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37753,8 +37753,8 @@ self: { sha256 = "0d0i8ndh2j42qf8ns9wprkjiffy3hyybgvs9nbf67yd50di6p263"; libraryHaskellDepends = [ base ]; description = "The IO functions included in base delimited into small, composable classes"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37767,7 +37767,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "\"base\" package sans \"Prelude\" module"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base-orphans" = callPackage @@ -37781,7 +37781,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "Backwards-compatible orphan instances for base"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "base-prelude" = callPackage @@ -37792,7 +37792,7 @@ self: { sha256 = "0nn5v2y9kl7i3n21250m7cvn55lvkmzj22wx6q4kaag5ycwwczrs"; libraryHaskellDepends = [ base ]; description = "The most complete prelude formed solely from the \"base\" package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "base-unicode-symbols" = callPackage @@ -37803,7 +37803,7 @@ self: { sha256 = "0qkhp4ybmx4nbqqkrmw3hkm47bv61i2wpi20qb09wvk10g2dcr23"; libraryHaskellDepends = [ base ]; description = "Unicode alternatives for common functions and operators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base16" = callPackage @@ -37829,7 +37829,7 @@ self: { random-bytestring text ]; description = "Fast RFC 4648-compliant Base16 encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base16-bytestring" = callPackage @@ -37843,7 +37843,7 @@ self: { libraryHaskellDepends = [ base bytestring ghc-prim ]; testHaskellDepends = [ base bytestring ]; description = "Fast base16 (hex) encoding and decoding for ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base16-bytestring_1_0_1_0" = callPackage @@ -37862,8 +37862,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "RFC 4648-compliant Base16 encodings for ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "base16-lens" = callPackage @@ -37880,7 +37880,7 @@ self: { ]; testHaskellDepends = [ base doctest lens ]; description = "Optics for the Base16 library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base32" = callPackage @@ -37905,7 +37905,7 @@ self: { base bytestring criterion deepseq memory random-bytestring text ]; description = "Fast RFC 4648-compliant Base32 encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base32-bytestring" = callPackage @@ -37920,8 +37920,8 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Fast base32 and base32hex codec for ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -37939,7 +37939,7 @@ self: { libraryHaskellDepends = [ base base32 bytestring lens text ]; testHaskellDepends = [ base doctest lens ]; description = "Optics for the Base32 library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base32-z-bytestring" = callPackage @@ -37959,8 +37959,8 @@ self: { base bytestring criterion z-base32-bytestring ]; description = "Fast z-base32 and z-base32hex codec for ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {z-base32-bytestring = null;}; @@ -37974,7 +37974,7 @@ self: { libraryHaskellDepends = [ aeson base binary bytestring text ]; testHaskellDepends = [ base binary bytestring hspec text ]; description = "Fast and safe representation of a Base-32 string"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "base58-bytestring" = callPackage @@ -37992,7 +37992,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Implementation of BASE58 transcoding for ByteStrings"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "base58address" = callPackage @@ -38012,7 +38012,7 @@ self: { ]; description = "Parsing and serialization for Base58 addresses (Bitcoin and Ripple)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "base58string" = callPackage @@ -38025,7 +38025,7 @@ self: { libraryHaskellDepends = [ aeson base binary bytestring text ]; testHaskellDepends = [ base binary bytestring hspec text ]; description = "Fast and safe representation of a Base-58 string"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "base62" = callPackage @@ -38045,8 +38045,8 @@ self: { wide-word ]; description = "Base62 encoding and decoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38073,7 +38073,7 @@ self: { random-bytestring text ]; description = "Fast RFC 4648-compliant Base64 encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base64-bytes" = callPackage @@ -38097,8 +38097,8 @@ self: { random ]; description = "Base64 encoding of byte sequences"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38120,7 +38120,7 @@ self: { base bytestring containers criterion deepseq ]; description = "Fast base64 encoding and decoding for ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base64-bytestring_1_2_0_1" = callPackage @@ -38139,8 +38139,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "Fast base64 encoding and decoding for ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "base64-bytestring-type" = callPackage @@ -38163,7 +38163,7 @@ self: { tasty-quickcheck ]; description = "A newtype around ByteString, for base64 encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base64-conduit" = callPackage @@ -38182,8 +38182,8 @@ self: { transformers ]; description = "Base64-encode and decode streams of bytes. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38199,7 +38199,7 @@ self: { libraryHaskellDepends = [ base base64 bytestring lens text ]; testHaskellDepends = [ base doctest lens ]; description = "Optics for the Base64 library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "base64-string" = callPackage @@ -38211,7 +38211,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Base64 implementation for String's"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "base91" = callPackage @@ -38232,7 +38232,7 @@ self: { base bytestring mono-traversable QuickCheck text ]; description = "A Generic Base91 Encoder & Decoder"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "basement" = callPackage @@ -38245,7 +38245,7 @@ self: { editedCabalFile = "1l95bzmn23cmx386hk3d3r0ykdaibh9rp489lcnba5g56kiy4hxg"; libraryHaskellDepends = [ base ghc-prim ]; description = "Foundation scrap box of array & string"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "basen" = callPackage @@ -38263,7 +38263,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "basen-bytestring" = callPackage @@ -38274,7 +38274,7 @@ self: { sha256 = "131aamd4kq7jdmpl4ammgqgykbh81mkziaf0kpic5c20al4a73lp"; libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring QuickCheck ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "baserock-schema" = callPackage @@ -38301,8 +38301,8 @@ self: { yaml-pretty-extras ]; description = "Baserock Definitions Schema"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38314,8 +38314,8 @@ self: { sha256 = "038xxyjy3c9rpz1cf811dy1yxjyjq3cjphq7h6ivj73qpfx6bwch"; libraryHaskellDepends = [ base network pureMD5 utf8-string ]; description = "A BaseX client for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38332,7 +38332,7 @@ self: { shell-escape ]; description = "Bash generation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "basic" = callPackage @@ -38347,8 +38347,8 @@ self: { base stm template-haskell transformers util ]; description = "Lifting values from base types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38360,7 +38360,7 @@ self: { sha256 = "0gz4jpdp0zjn5yils4wplrg2mghpmxsh9f9yv07n81qb8mxwhg5p"; libraryHaskellDepends = [ base ]; description = "A small package to access the cpuid instruction directly"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "basic-lens" = callPackage @@ -38371,7 +38371,7 @@ self: { sha256 = "1qnlzxbwz9fh78sw78xs0sf3wx94m5ipw1adfaf02d291z81mrys"; libraryHaskellDepends = [ base template-haskell ]; description = "Basic lens type and functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "basic-prelude" = callPackage @@ -38387,7 +38387,7 @@ self: { unordered-containers vector ]; description = "An enhanced core prelude; a common foundation for alternate preludes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "basic-sop" = callPackage @@ -38400,8 +38400,8 @@ self: { base deepseq generics-sop QuickCheck text ]; description = "Basic examples and functions for generics-sop"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38419,7 +38419,7 @@ self: { ]; description = "An interpreter for a small functional language"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38437,7 +38437,7 @@ self: { ]; testHaskellDepends = [ base hspec stm timespan ]; description = "Simplify queuing up data and processing it in batch"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "batch-rename" = callPackage @@ -38450,7 +38450,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath Glob ]; description = "Make Linux or MacOS do things like \"rename *.mp3 *.mp4\""; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "batchd" = callPackage @@ -38481,8 +38481,8 @@ self: { wai-middleware-static warp x509-store yaml ]; description = "Batch processing toolset for Linux / Unix"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38496,8 +38496,8 @@ self: { aeson base containers http-conduit text ]; description = "API client for Battle.Net"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38511,8 +38511,8 @@ self: { base battlenet http-conduit text yesod-core ]; description = "Yesod integration for the battlenet package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38530,8 +38530,8 @@ self: { swagger2 template-haskell text vector ]; description = "Core definitions for BattlePlace.io service"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38545,8 +38545,8 @@ self: { base battleplace servant servant-client ]; description = "Public API definitions of BattlePlace.io service"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38570,8 +38570,8 @@ self: { executableHaskellDepends = [ base containers ]; testHaskellDepends = [ base QuickCheck ]; description = "Compute number of possible arrangements in the battleship game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38604,8 +38604,8 @@ self: { wai-handler-fastcgi yesod ]; description = "A web-based implementation of battleships including an AI opponent"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38625,8 +38625,8 @@ self: { statistics stm transformers vector ]; description = "Framework for inferring generative probabilistic models with Gibbs sampling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38644,8 +38644,8 @@ self: { base cmdargs directory filepath hxt hxt-xpath listsafe MissingH ]; description = "HTML Coverage Reports for Rules_Haskell"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38660,7 +38660,7 @@ self: { libraryHaskellDepends = [ base directory filepath transformers ]; executableHaskellDepends = [ base filepath ]; description = "Locate Bazel runfiles location"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "bbdb" = callPackage @@ -38672,7 +38672,7 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base hspec parsec ]; description = "Ability to read, write, and modify BBDB files"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "bbi" = callPackage @@ -38692,8 +38692,8 @@ self: { tasty-golden tasty-hunit vector ]; description = "Tools for reading Big Binary Indexed files, e.g., bigBed, bigWig"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38713,8 +38713,8 @@ self: { aeson base containers country doctest hspec iso639 QuickCheck text ]; description = "Language tags as specified by BCP 47"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38734,8 +38734,8 @@ self: { base bcp47 cassava hspec path-pieces persistent QuickCheck ]; description = "BCP47 orphan instances"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38749,7 +38749,7 @@ self: { base bytestring data-default entropy memory ]; description = "Haskell bindings to the bcrypt password hash"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bdcs" = callPackage @@ -38794,8 +38794,8 @@ self: { persistent-sqlite persistent-template resourcet text time unix ]; description = "Tools for managing a content store of software packages"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ostree;}; @@ -38832,8 +38832,8 @@ self: { string-conversions string-qq temporary text time wai warp ]; description = "BDCS API Server"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libgit2-glib;}; @@ -38851,8 +38851,8 @@ self: { test-framework-hunit ]; description = "Behavior-Driven Development DSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38864,7 +38864,7 @@ self: { sha256 = "17zapldywid4xq0a6qdxh6hnk5igjjgplfydnr800xdpicicbrww"; libraryHaskellDepends = [ base bytestring ]; description = "Simple, fast binary diff/patch"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bdo" = callPackage @@ -38879,8 +38879,8 @@ self: { libraryHaskellDepends = [ aeson base network text url ]; executableHaskellDepends = [ aeson base network text url ]; description = "Update CSS in the browser without reloading the page"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38900,8 +38900,8 @@ self: { pretty semigroups tagged text time uniplate ]; description = "A type-safe SQL mapper for Haskell that doesn't use Template Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38939,8 +38939,8 @@ self: { postgresql-simple QuickCheck splitmix ]; description = "DB migration library for beam, targeting Postgres"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38962,8 +38962,8 @@ self: { base bytestring tasty tasty-hunit text time ]; description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -38984,8 +38984,8 @@ self: { uuid-types vector ]; description = "SQL DDL support and migrations support library for Beam"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39003,8 +39003,8 @@ self: { hashable mtl mysql network-uri scientific text time ]; description = "Connection layer between beam and MySQL/MariaDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39020,8 +39020,8 @@ self: { base beam-core beam-migrate lens postgresql-simple ]; description = "A newtype for wrapping newtypes into beam schemas"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39048,8 +39048,8 @@ self: { postgresql-simple tasty tasty-hunit text tmp-postgres uuid vector ]; description = "Connection layer between beam and postgres"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39072,8 +39072,8 @@ self: { tasty-expected-failure tasty-hunit text time ]; description = "Beam driver for SQLite"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39095,8 +39095,8 @@ self: { template-haskell text ]; description = "Template Haskell utilities for beam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39121,8 +39121,8 @@ self: { integer-gmp murmur-hash ]; description = "Generic serializer/deserializer with compact representation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39138,7 +39138,7 @@ self: { base dunai MonadRandom mtl simple-affine-space transformers ]; description = "FRP Yampa replacement implemented with Monadic Stream Functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "beautifHOL" = callPackage @@ -39152,7 +39152,7 @@ self: { executableHaskellDepends = [ array base haskell98 mtl ]; description = "A pretty-printer for higher-order logic"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39180,8 +39180,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Implementation of the Bech32 cryptocurrency address format (BIP 0173)"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39199,8 +39199,8 @@ self: { testHaskellDepends = [ base bech32 hspec template-haskell ]; testToolDepends = [ hspec-discover ]; description = "Template Haskell extensions to the Bech32 library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39217,8 +39217,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "Efficient Matrix and Vector operations in 100% Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39242,8 +39242,8 @@ self: { unordered-containers vector ]; description = "Bindings to the beeminder.com JSON API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39267,8 +39267,8 @@ self: { utf8-string xhtml ]; description = "Bein is a provenance and workflow management system for bioinformatics"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39297,8 +39297,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "HTTP client DSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39318,7 +39318,7 @@ self: { base criterion optparse-applicative process silently text turtle ]; description = "Command-line benchmark tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bench-graph" = callPackage @@ -39334,8 +39334,8 @@ self: { ]; testHaskellDepends = [ base split text ]; description = "Plot and compare benchmarks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39362,8 +39362,8 @@ self: { ]; testHaskellDepends = [ base split text ]; description = "Show, plot and compare benchmark results"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39375,7 +39375,7 @@ self: { sha256 = "1zwk05lf76xcdbqrbaid3whmn04injrg7dnlji2v2i5li0pnpr3c"; libraryHaskellDepends = [ base process random time ]; description = "Test the time it takes to run a haskell function"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "benchpress" = callPackage @@ -39389,7 +39389,7 @@ self: { libraryHaskellDepends = [ base mtl time ]; executableHaskellDepends = [ base bytestring time ]; description = "Micro-benchmarking with detailed statistics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bencode" = callPackage @@ -39408,7 +39408,7 @@ self: { base bytestring containers hspec QuickCheck ]; description = "Parsers and printers for bencoded data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bencodex" = callPackage @@ -39431,8 +39431,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Bencodex reader/writer for Haskell"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39456,7 +39456,7 @@ self: { attoparsec base bencode bytestring criterion deepseq ghc-prim ]; description = "A library for encoding and decoding of BEncode data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bento" = callPackage @@ -39467,7 +39467,7 @@ self: { sha256 = "14li436dp33r4fygkbxr6rjljdamc0yhxv34wafsy4xsv8h898pb"; libraryHaskellDepends = [ base ]; description = "🍱 Manage stateful components"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "berkeleydb" = callPackage @@ -39479,8 +39479,8 @@ self: { libraryHaskellDepends = [ base binary bytestring ]; librarySystemDepends = [ db ]; description = "Pretty BerkeleyDB v4 binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) db;}; @@ -39506,8 +39506,8 @@ self: { parseargs process transformers ]; description = "An implementation of Python 3"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39530,8 +39530,8 @@ self: { tasty-hunit tasty-smallcheck ]; description = "BERT implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39543,8 +39543,8 @@ self: { sha256 = "0bv68nn6ijf1wv57kwp4yj6s75g960pds0n9wihxwkr4hh5azls1"; libraryHaskellDepends = [ base ]; description = "Extended GCD of polynomials over F_p[x]"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39571,8 +39571,8 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "Betfair API bindings. Bet on sports on betting exchanges."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39589,8 +39589,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck smallcheck ]; description = "A codec for beta code (http://en.wikipedia.org/wiki/Beta_Code)."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39613,8 +39613,8 @@ self: { random stm time-units vty ]; description = "A horizontal version of tetris for braille users"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39626,7 +39626,7 @@ self: { sha256 = "0pa6f7vadslvff0hlm939r2h8k130f16l2sjnzci79n54q9kadw3"; libraryHaskellDepends = [ base ]; description = "Function combinator \"between\" and derived combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bf-cata" = callPackage @@ -39654,8 +39654,8 @@ self: { template-haskell unix ]; description = "Bidirectionalization for Free! (POPL'09)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39667,7 +39667,7 @@ self: { sha256 = "1qswfjrij01g7g85iiyxpvk1k5hgnf6ll7jcf6b33k6dawi3a4qr"; libraryHaskellDepends = [ base containers mtl ]; description = "\"Bidirectionalization for Free\" for Monomorphic Transformations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bglib" = callPackage @@ -39688,7 +39688,7 @@ self: { serialport stm ]; description = "Implementation of the BGAPI serial protocol"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bgmax" = callPackage @@ -39699,8 +39699,8 @@ self: { sha256 = "0cgxdq5dfs9dvj5ly9sd52pf75yslrnds45hg9nwv5zrfld90rdv"; libraryHaskellDepends = [ attoparsec base bytestring time ]; description = "Parse BgMax-files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39716,8 +39716,8 @@ self: { base bytestring mtl parallel pipes streaming-commons ]; description = "Blocked GZip"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39740,7 +39740,7 @@ self: { ]; description = "Simple terminal GUI for local hoogle"; license = "(BSD-3-Clause OR Apache-2.0)"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39763,8 +39763,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "A database based bibliography manager for BibTeX"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39778,7 +39778,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base latex parsec utility-ht ]; description = "Parse, format and processing BibTeX files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bidirectional" = callPackage @@ -39790,8 +39790,8 @@ self: { libraryHaskellDepends = [ base profunctors ]; testHaskellDepends = [ base hedgehog mtl ]; description = "Simple bidirectional serialization and deserialization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39811,8 +39811,8 @@ self: { template-haskell unix utf8-string xhtml ]; description = "Prototype Implementation of Combining Syntactic and Semantic Bidirectionalization (ICFP'10)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39825,7 +39825,7 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; description = "Specification of generators and parsers"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39838,7 +39838,7 @@ self: { libraryHaskellDepends = [ base bytestring dataenc mtl ]; description = "Extra helper functions for bidirectional specifications"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39852,7 +39852,7 @@ self: { editedCabalFile = "1yc56avikf0xnmd7cm2hh93vgwcpxyiw1d208s4hp80i8iprkp2n"; libraryHaskellDepends = [ base category ]; description = "Bifunctors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bifunctors" = callPackage @@ -39874,7 +39874,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Bifunctors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bighugethesaurus" = callPackage @@ -39907,8 +39907,8 @@ self: { uu-parsinglib ]; description = "A parser for the Billboard chord dataset"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39927,7 +39927,7 @@ self: { ]; description = "Leksah library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39947,7 +39947,7 @@ self: { ]; description = "Leksah plugin base"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -39970,7 +39970,7 @@ self: { ]; description = "Leksah plugin base"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {leksah-dummy = null; leksah-main = null; leksah-plugin-pane = null;}; @@ -39989,7 +39989,7 @@ self: { ]; description = "Leksah library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40006,7 +40006,7 @@ self: { ]; description = "Leksah library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40025,7 +40025,7 @@ self: { base containers deepseq exceptions QuickCheck template-haskell ]; description = "Bidirectional mapping between two key types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bimap-server" = callPackage @@ -40040,7 +40040,7 @@ self: { aeson base bimap binary directory http-types unix wai warp ]; description = "Two-column database server"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bimaps" = callPackage @@ -40067,7 +40067,7 @@ self: { vector ]; description = "bijections with multiple implementations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bin" = callPackage @@ -40082,7 +40082,7 @@ self: { base dec deepseq fin hashable QuickCheck ]; description = "Bin: binary natural numbers"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "binary_0_8_8_0" = callPackage @@ -40108,8 +40108,8 @@ self: { unordered-containers zlib ]; description = "Binary serialisation for Haskell values using lazy ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "binary-bits" = callPackage @@ -40128,8 +40128,8 @@ self: { test-framework-quickcheck2 ]; description = "Bit parsing/writing on top of binary"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40141,8 +40141,8 @@ self: { sha256 = "1w3cwnliaw1dxgg1zgsg13hp4qdhxb18pfrm99bhmfq81p26ghk8"; libraryHaskellDepends = [ base binary bytestring mtl ]; description = "Flexible way to ease transmission of binary data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40162,7 +40162,7 @@ self: { quickcheck-assertions resourcet ]; description = "data serialization/deserialization conduit library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "binary-derive" = callPackage @@ -40173,8 +40173,8 @@ self: { sha256 = "1rb4fpx5hlq661md7nrpgpmi7jjdq3r1ky6q9vxl6f72h085acvl"; libraryHaskellDepends = [ base binary ghc-prim ]; description = "Automatic deriving of Binary using GHC.Generics"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40186,7 +40186,7 @@ self: { sha256 = "1246lsk6bfwkrcspdsavmbz5ym3dvjc8ik3r0nc2if9x55cx5rqm"; libraryHaskellDepends = [ base binary ]; description = "Simple wrappers around enum types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-ext" = callPackage @@ -40211,8 +40211,8 @@ self: { transformers-base ]; description = "An alternate with strong-typed errors for `Data.Binary.Get` monad from `binary` package."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40228,8 +40228,8 @@ self: { base bytestring monads-tf peggy template-haskell ]; description = "read/write binary file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40245,7 +40245,7 @@ self: { base binary bytestring data-binary-ieee754 syb text ]; description = "Generic binary serialisation using binary and syb"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-ieee754" = callPackage @@ -40256,7 +40256,7 @@ self: { sha256 = "0m2dxr5a4rb18jh1xj5yxjpjybn6bz5pjxd2cx06nd6dif4qki0m"; libraryHaskellDepends = [ array base binary ]; description = "Backport ieee754 float double combinators to older binary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-indexed-tree" = callPackage @@ -40268,7 +40268,7 @@ self: { libraryHaskellDepends = [ array base ]; description = "Binary Indexed Trees (a.k.a. Fenwick Trees)."; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40294,7 +40294,7 @@ self: { time-compat unordered-containers vector ]; description = "Orphan instances for binary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-io" = callPackage @@ -40313,7 +40313,7 @@ self: { async base binary bytestring hspec process stm ]; description = "Read and write values of types that implement Binary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-list" = callPackage @@ -40329,7 +40329,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Lists of length a power of two"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-literal-qq" = callPackage @@ -40342,7 +40342,7 @@ self: { editedCabalFile = "0rs6ymklp25lmk0hs8paxi4d8qjxjqpmbg2jbpzdagci39h3m9b1"; libraryHaskellDepends = [ base template-haskell ]; description = "Extends Haskell with binary literals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-orphans" = callPackage @@ -40361,7 +40361,7 @@ self: { tasty-quickcheck ]; description = "Compatibility package for binary; provides instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-parser" = callPackage @@ -40379,7 +40379,7 @@ self: { tasty-quickcheck ]; description = "A highly-efficient but limited parser API specialised for bytestrings"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "binary-parsers" = callPackage @@ -40408,7 +40408,7 @@ self: { unordered-containers vector ]; description = "Extends binary with parsec/attoparsec style parsing combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-protocol" = callPackage @@ -40419,8 +40419,8 @@ self: { sha256 = "1hn6jc4j20z8ni7rpcyamam898yl6jy7zinrhy2rdjvx0p5br13h"; libraryHaskellDepends = [ base binary bytestring mtl ]; description = "Monad to ease implementing a binary network protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40436,8 +40436,8 @@ self: { base binary bytestring mtl zeromq-haskell ]; description = "Monad to ease implementing a binary network protocol over ZeroMQ"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40454,8 +40454,8 @@ self: { base directory doctest filepath hspec QuickCheck ]; description = "Binary and exponential searches"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40467,7 +40467,7 @@ self: { sha256 = "0qdbz2qvvqiaqp859fn00470gzxpvw8k3v0wqclgqps3zj9g9854"; libraryHaskellDepends = [ base bytestring cborg serialise ]; description = "Yet Another Binary Serialisation Library (compatibility shim)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-shared" = callPackage @@ -40489,7 +40489,7 @@ self: { sha256 = "06v3qxyl2mvwi3y29rxxf91b2vxvlh5gfznwlnzb4mxzd00aakgl"; libraryHaskellDepends = [ base binary bytestring containers mtl ]; description = "Simple wrapper around Data.Binary, which adds StateT to Get/Put monads."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-store" = callPackage @@ -40509,8 +40509,8 @@ self: { base binary-list QuickCheck tasty tasty-quickcheck ]; description = "Format to store data using the binary transform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {binary-transform = null;}; @@ -40528,8 +40528,8 @@ self: { QuickCheck ]; description = "data serialization/deserialization io-streams library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40542,7 +40542,7 @@ self: { libraryHaskellDepends = [ array base bytestring mtl ]; testHaskellDepends = [ base bytestring ]; description = "Binary deserialisation using strict ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binary-tagged" = callPackage @@ -40572,8 +40572,8 @@ self: { unordered-containers ]; description = "Tagged binary serialisation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40592,7 +40592,7 @@ self: { test-framework test-framework-quickcheck2 ]; benchmarkHaskellDepends = [ base criterion random ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "binary-typed" = callPackage @@ -40613,8 +40613,8 @@ self: { base binary bytestring criterion deepseq ]; description = "Type-safe binary serialization"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40626,7 +40626,7 @@ self: { sha256 = "1i183ab4bbq3yarijnb2pwgbi9k1w1nc0fs6ph8d8xnysj6ws8l8"; libraryHaskellDepends = [ base binary ]; description = "VarInt encoding/decoding via Data.Binary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binarydefer" = callPackage @@ -40637,7 +40637,7 @@ self: { sha256 = "06q255kip3j31bmj01fqkikvjxbklvcaa1kv3al8v04nkqx6rg3p"; libraryHaskellDepends = [ base ]; description = "Binary serialization with deferred loading"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binaryen" = callPackage @@ -40650,7 +40650,7 @@ self: { testHaskellDepends = [ base ]; doHaddock = false; description = "Haskell bindings to binaryen"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bind-marshal" = callPackage @@ -40667,8 +40667,8 @@ self: { numeric-prelude random stm strict transformers type-level-tf unix ]; description = "Data marshaling library that uses type level equations to optimize buffering"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40683,8 +40683,8 @@ self: { libraryHaskellDepends = [ base stm ]; testHaskellDepends = [ base HTF HUnit QuickCheck random ]; description = "Data Binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40699,8 +40699,8 @@ self: { libraryHaskellDepends = [ base binding-core gtk mtl ]; testHaskellDepends = [ base binding-core directory gtk ]; description = "Data Binding in Gtk2Hs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40715,8 +40715,8 @@ self: { libraryHaskellDepends = [ base binding-core stm wx wxcore ]; testHaskellDepends = [ base binding-core directory wx ]; description = "Data Binding in WxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40728,7 +40728,7 @@ self: { sha256 = "0zczf1yfjnfzdzv33j33vcc71zsf88a5qxsdmswxrpzika3rs6i0"; libraryHaskellDepends = [ base ]; description = "Deprecated package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bindings-DSL" = callPackage @@ -40739,7 +40739,7 @@ self: { sha256 = "0kqrd78nspl3lk4a0fqn47d8dirjg3b24dkvkigcrlb81hw35pk3"; libraryHaskellDepends = [ base ]; description = "FFI domain specific language, on top of hsc2hs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bindings-EsounD" = callPackage @@ -40751,8 +40751,8 @@ self: { libraryHaskellDepends = [ base bindings-audiofile bindings-DSL ]; libraryPkgconfigDepends = [ esound ]; description = "Low level bindings to EsounD (ESD; Enlightened Sound Daemon)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {esound = null;}; @@ -40774,7 +40774,7 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Low-level bindings to GLFW OpenGL library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXcursor; inherit (pkgs.xorg) libXext; inherit (pkgs.xorg) libXfixes; inherit (pkgs.xorg) libXi; @@ -40791,8 +40791,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ K8055D ]; description = "Bindings to Velleman K8055 dll"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {K8055D = null;}; @@ -40805,8 +40805,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ apr ]; description = "Low level bindings to Apache Portable Runtime (APR)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) apr;}; @@ -40819,8 +40819,8 @@ self: { libraryHaskellDepends = [ base bindings-apr bindings-DSL ]; libraryPkgconfigDepends = [ apr-util ]; description = "Low level bindings to Apache Portable Runtime Utility (APR Utility)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {apr-util = null;}; @@ -40833,7 +40833,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ audiofile ]; description = "Low level bindings to audiofile"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {inherit (pkgs) audiofile;}; "bindings-bfd" = callPackage @@ -40848,8 +40848,8 @@ self: { librarySystemDepends = [ bfd opcodes ]; libraryToolDepends = [ alex happy ]; description = "Bindings for libbfd, a library of the GNU `binutils'"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {bfd = null; opcodes = null;}; @@ -40862,8 +40862,8 @@ self: { libraryHaskellDepends = [ bindings-DSL ]; librarySystemDepends = [ dttools ]; description = "Bindings to the CCTools WorkQueue C library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {dttools = null;}; @@ -40883,7 +40883,7 @@ self: { librarySystemDepends = [ codec2 ]; executableHaskellDepends = [ base binary bytestring split ]; description = "Very low-level FFI bindings for Codec2"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {inherit (pkgs) codec2;}; "bindings-common" = callPackage @@ -40894,8 +40894,8 @@ self: { sha256 = "1zbm8v5xp4pay6h0y24ngf8nw96ab0zr754b9n2zczadiarccmcb"; libraryHaskellDepends = [ base ]; description = "This package is obsolete. Look for bindings-DSL instead."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -40909,8 +40909,8 @@ self: { librarySystemDepends = [ dc1394 ]; libraryToolDepends = [ c2hs ]; description = "Library for using firewire (iidc-1394) cameras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {dc1394 = null;}; @@ -40923,8 +40923,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL bindings-posix ]; libraryPkgconfigDepends = [ directfb ]; description = "Low level bindings to DirectFB"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) directfb;}; "bindings-eskit" = callPackage @@ -40937,8 +40937,8 @@ self: { librarySystemDepends = [ eskit ]; libraryPkgconfigDepends = [ eskit ]; description = "Bindings to ESKit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {eskit = null;}; @@ -40951,8 +40951,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ fann ]; description = "Low level bindings to FANN neural network library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {fann = null;}; @@ -40965,8 +40965,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ fluidsynth ]; description = "Haskell FFI bindings for fluidsynth software synthesizer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fluidsynth;}; @@ -40979,8 +40979,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; librarySystemDepends = [ friso ]; description = "Low level bindings for friso"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {friso = null;}; @@ -40993,7 +40993,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ glib ]; description = "Low level bindings to GLib"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) glib;}; "bindings-gobject" = callPackage @@ -41005,7 +41005,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL bindings-glib ]; libraryPkgconfigDepends = [ glib ]; description = "Low level bindings supporting GObject and derived libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) glib;}; "bindings-gpgme" = callPackage @@ -41017,7 +41017,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; librarySystemDepends = [ gpgme ]; description = "Project bindings-* raw interface to gpgme"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gpgme;}; "bindings-gsl" = callPackage @@ -41029,8 +41029,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ gsl ]; description = "Low level bindings to GNU GSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gsl;}; @@ -41043,7 +41043,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL bindings-glib ]; libraryPkgconfigDepends = [ gts ]; description = "Low level bindings supporting GTS, the GNU Triangulated Surface Library"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {inherit (pkgs) gts;}; "bindings-hamlib" = callPackage @@ -41060,8 +41060,8 @@ self: { librarySystemDepends = [ hamlib ]; executableHaskellDepends = [ base ]; description = "Hamlib bindings for Haskell"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) hamlib;}; @@ -41073,8 +41073,8 @@ self: { sha256 = "1d94irqliswjqx65k147mj8i9j34xhfn5lyk5xa7ycf3m5b1g95z"; libraryHaskellDepends = [ base bindings-DSL ]; description = "Project bindings-* raw interface to HDF5 library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41088,7 +41088,7 @@ self: { librarySystemDepends = [ blas liblapack ]; description = "Low level bindings to the C levmar (Levenberg-Marquardt) library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) blas; liblapack = null;}; "bindings-libcddb" = callPackage @@ -41100,7 +41100,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ libcddb ]; description = "Low level binding to libcddb"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libcddb;}; "bindings-libffi" = callPackage @@ -41112,7 +41112,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ libffi ]; description = "Low level bindings to libffi"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libffi;}; "bindings-libftdi" = callPackage @@ -41125,7 +41125,7 @@ self: { libraryPkgconfigDepends = [ libftdi libusb ]; description = "Low level bindings to libftdi"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libftdi; libusb = null;}; @@ -41138,8 +41138,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; librarySystemDepends = [ g15 ]; description = "Bindings to libg15"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {g15 = null;}; @@ -41151,8 +41151,8 @@ self: { sha256 = "18vjsgvndmxbxvyapxkgkx36qgh2yrdg8dfaqpcd9zr3yl84kxnq"; libraryHaskellDepends = [ base bindings-DSL ]; description = "Low level bindings to libpci"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41165,8 +41165,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ librrd ]; description = "Low level bindings to RRDtool"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {librrd = null;}; @@ -41183,8 +41183,8 @@ self: { ]; librarySystemDepends = [ stemmer ]; description = "Binding for libstemmer with low level binding"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {stemmer = null;}; @@ -41197,8 +41197,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ libusb ]; description = "Low level bindings to libusb"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {libusb = null;}; @@ -41211,8 +41211,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; librarySystemDepends = [ v4l2 ]; description = "bindings to libv4l2 for Linux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {v4l2 = null;}; @@ -41225,7 +41225,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ libzip ]; description = "Low level bindings to libzip"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libzip;}; "bindings-linux-videodev2" = callPackage @@ -41236,8 +41236,8 @@ self: { sha256 = "0k8h0i8qfmx6fg5d7mbh57brp8h896j9070bss9jmds4bhizhpw9"; libraryHaskellDepends = [ base bindings-DSL ioctl ]; description = "bindings to Video For Linux Two (v4l2) kernel interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41250,8 +41250,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; librarySystemDepends = [ lxc ]; description = "Direct Haskell bindings to LXC (Linux containers) C API"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) lxc;}; "bindings-mmap" = callPackage @@ -41262,7 +41262,7 @@ self: { sha256 = "19qdf5z6mf8j8inlnax0nv1wiv4va27z4a303hpkbgda459093nd"; libraryHaskellDepends = [ bindings-posix ]; description = "(deprecated) see bindings-posix instead"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bindings-monetdb-mapi" = callPackage @@ -41274,8 +41274,8 @@ self: { libraryHaskellDepends = [ base ]; libraryPkgconfigDepends = [ monetdb-mapi ]; description = "Low-level bindings for the MonetDB API (mapi)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {monetdb-mapi = null;}; @@ -41287,8 +41287,8 @@ self: { sha256 = "18i68ivsrdndjpfnyq6dlmmkkx22v3rp619nm26af8ka3qai12j5"; libraryHaskellDepends = [ base bindings-DSL ]; description = "bindings to mpdecimal library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41306,7 +41306,7 @@ self: { base bytestring hspec HUnit QuickCheck quickcheck-io ]; description = "bindings to nettle crypto library"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) nettle;}; "bindings-parport" = callPackage @@ -41317,7 +41317,7 @@ self: { sha256 = "1q404clpqzv0gik80ycipl94hvj27397z5cw1cs7b0yxlypllg3j"; libraryHaskellDepends = [ base bindings-DSL ]; description = "parport bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bindings-portaudio" = callPackage @@ -41329,7 +41329,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL vector ]; libraryPkgconfigDepends = [ portaudio ]; description = "Low-level bindings to portaudio library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) portaudio;}; "bindings-posix" = callPackage @@ -41340,7 +41340,7 @@ self: { sha256 = "02bcb40jpwylcl48g48r2yd3j7pmij94975r3dcnmyk76kyp3fc3"; libraryHaskellDepends = [ base bindings-DSL ]; description = "Project bindings-* raw interface to Posix"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bindings-potrace" = callPackage @@ -41352,7 +41352,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; librarySystemDepends = [ potrace ]; description = "Low-level bindings to the potrace bitmap tracing library"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {inherit (pkgs) potrace;}; "bindings-ppdev" = callPackage @@ -41363,8 +41363,8 @@ self: { sha256 = "18px429hplpabfhapwasbdgw8ynfm3vr5rf81pp173j1z0bv4ygq"; libraryHaskellDepends = [ base bindings-DSL ioctl ]; description = "PPDev bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41385,7 +41385,7 @@ self: { base cmdargs containers directory filepath process text unix ]; description = "Wrapping saga_cmd"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "bindings-sane" = callPackage @@ -41397,7 +41397,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ sane-backends ]; description = "FFI bindings to libsane"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {inherit (pkgs) sane-backends;}; "bindings-sc3" = callPackage @@ -41411,7 +41411,7 @@ self: { librarySystemDepends = [ scsynth ]; description = "Low-level bindings to the SuperCollider synthesis engine library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {scsynth = null;}; @@ -41428,7 +41428,7 @@ self: { executableHaskellDepends = [ base ]; description = "Low level bindings to SIPC"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {sipc = null;}; @@ -41440,7 +41440,7 @@ self: { sha256 = "0fiibm7nrsx9pzi2lvhhbw71bah6s22h3jvn417ng3lj6ghhzii6"; libraryHaskellDepends = [ base bindings-DSL ]; description = "Low-level bindings to sophia library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bindings-sqlite3" = callPackage @@ -41452,7 +41452,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; libraryPkgconfigDepends = [ sqlite ]; description = "Low level bindings to sqlite3"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) sqlite;}; "bindings-svm" = callPackage @@ -41463,7 +41463,7 @@ self: { sha256 = "1nnmyxn28qdfy2sclnxv2mf2d426vrzgs7f0vvqri6fkjnvmk11b"; libraryHaskellDepends = [ base bindings-DSL ]; description = "Low level bindings to libsvm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bindings-uname" = callPackage @@ -41474,7 +41474,7 @@ self: { sha256 = "1lsw4dh5vgmfvrx62ns5kmngzlmjzbxkx43x5i2k5qlmzp1pa3hk"; libraryHaskellDepends = [ base ]; description = "Low-level binding to POSIX uname(3)"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "bindings-wlc" = callPackage @@ -41487,8 +41487,8 @@ self: { librarySystemDepends = [ wlc ]; testHaskellDepends = [ base ]; description = "Bindings against the wlc library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {wlc = null;}; @@ -41501,8 +41501,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ gmp yices ]; description = "Bindings to the Yices theorem prover"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gmp; inherit (pkgs) yices;}; "bindynamic" = callPackage @@ -41515,8 +41515,8 @@ self: { editedCabalFile = "0mq2h1j1xd52irb35y9j0znxzpk661w3dl4d5a011sln4jd3f663"; libraryHaskellDepends = [ base binary bytestring rank1dynamic ]; description = "A variation of Data.Dynamic.Dynamic with a Binary instance"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41535,8 +41535,8 @@ self: { base containers directory dlist filepath ]; description = "Embed data into object files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41553,8 +41553,8 @@ self: { base binembed bytestring containers filepath ]; description = "Example project using binembed to embed data in object files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41568,7 +41568,7 @@ self: { base binary bytestring data-binary-ieee754 ]; description = "A collection of various methods for reading and writing bini files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bins" = callPackage @@ -41586,7 +41586,7 @@ self: { tagged vector-sized ]; description = "Aggregate continuous values into discrete bins"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "binsm" = callPackage @@ -41604,7 +41604,7 @@ self: { ]; description = "binary files splitter and merger"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "bio" = callPackage @@ -41625,7 +41625,7 @@ self: { executableHaskellDepends = [ base bytestring random ]; description = "A bioinformatics library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41642,8 +41642,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41658,7 +41658,7 @@ self: { ]; description = "Library for reading ace assembly files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41671,7 +41671,7 @@ self: { libraryHaskellDepends = [ base biocore bytestring ]; description = "Data structures and helper functions for calculating alignments"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41686,7 +41686,7 @@ self: { libraryHaskellDepends = [ base bytestring stringable ]; description = "A bioinformatics library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41699,7 +41699,7 @@ self: { libraryHaskellDepends = [ base biocore bytestring ]; description = "Library for reading fasta sequence files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41712,7 +41712,7 @@ self: { libraryHaskellDepends = [ base biocore bytestring ]; description = "A library for reading FASTQ files"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41735,8 +41735,8 @@ self: { unordered-containers vector vector-algorithms zlib ]; description = "bioinformatics support library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41773,8 +41773,8 @@ self: { random ]; description = "A collection of bioinformatics tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41791,7 +41791,7 @@ self: { ]; description = "Library for reading phd sequence files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41809,7 +41809,7 @@ self: { executableHaskellDepends = [ cmdargs unordered-containers ]; description = "Library and executables for working with PSL files"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41826,8 +41826,8 @@ self: { libraryHaskellDepends = [ array base binary biocore bytestring ]; executableHaskellDepends = [ array base cmdargs mtl ]; description = "Library and executables for working with SFF files"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41850,8 +41850,8 @@ self: { transformers zlib-conduit ]; description = "Parsing and rendering of Stockholm files (used by Pfam, Rfam and Infernal)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41872,7 +41872,7 @@ self: { bytestring hedgehog tasty tasty-hedgehog tasty-hunit ]; description = "BIP-0032: Hierarchical Deterministic Wallets for Bitcoin and other cryptocurrencies"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "birch-beer" = callPackage @@ -41906,8 +41906,8 @@ self: { lens optparse-generic sparse-linear-algebra text text-show vector ]; description = "Plot a colorful tree"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41928,8 +41928,8 @@ self: { haskell98 MissingH mtl parsec process rallod ]; description = "A simple, sinatra-inspired web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41942,8 +41942,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Birds of Paradise"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -41961,7 +41961,7 @@ self: { base configurator directory filepath mtl selda selda-sqlite text ]; description = "A small tool that clears qutebrowser cookies"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "bisect-binary" = callPackage @@ -41981,8 +41981,8 @@ self: { yaml ]; description = "Determine relevant parts of binary data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42014,7 +42014,7 @@ self: { ]; description = "Plays chess"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42027,8 +42027,8 @@ self: { libraryHaskellDepends = [ base numeric-qq ]; testHaskellDepends = [ base directory doctest filepath ]; description = "A bit array (aka bitset, bitmap, bit vector) API for numeric types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42048,7 +42048,7 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Encode binary protocols with some odd bit numbers into a bytestring"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bit-stream" = callPackage @@ -42068,8 +42068,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Lazy, infinite, compact stream of Bool with O(1) indexing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42086,7 +42086,7 @@ self: { base QuickCheck tasty tasty-quickcheck tasty-th vector ]; description = "Simple bit vectors for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bitarray" = callPackage @@ -42099,7 +42099,7 @@ self: { editedCabalFile = "10fk92v9afjqk43zi621jxl0n8kci0xjj32lz3vqa9xbh67zjz45"; libraryHaskellDepends = [ array base ]; description = "Mutable and immutable bit arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bitcoin-address" = callPackage @@ -42120,8 +42120,8 @@ self: { hedgehog tasty tasty-hedgehog tasty-hunit ]; description = "Bitcoin address generation and rendering. Parsing coming soon."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42146,8 +42146,8 @@ self: { http-client lens text wreq ]; description = "Provides access to the RPC API of Bitcoin Core"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42170,8 +42170,8 @@ self: { lens text wreq ]; description = "Higher level constructs on top of the bitcoin-api package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42192,8 +42192,8 @@ self: { base bitcoin-tx bitcoin-types bytestring hexstring hspec ]; description = "Utility functions for manipulating bitcoin blocks"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42216,8 +42216,8 @@ self: { tasty-quickcheck text ]; description = "BIP 158 compact block filters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42232,7 +42232,7 @@ self: { libraryHaskellDepends = [ base bytestring cryptonite memory ]; testHaskellDepends = [ base bytestring tasty tasty-hunit time ]; description = "Bitcoin hash primitives"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "bitcoin-hs" = callPackage @@ -42255,8 +42255,8 @@ self: { random tasty tasty-hunit tasty-quickcheck time transformers ]; description = "Partial implementation of the Bitcoin protocol (as of 2013)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42274,7 +42274,7 @@ self: { tasty-hunit ]; description = "Bitcoin keys"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "bitcoin-payment-channel" = callPackage @@ -42315,7 +42315,7 @@ self: { ]; description = "Instant, two-party Bitcoin payments"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {blockchain-restful-address-index-api = null;}; @@ -42339,8 +42339,8 @@ self: { test-framework-quickcheck2 text unix unordered-containers watchdog ]; description = "Library to communicate with the Satoshi Bitcoin daemon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42358,8 +42358,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec ]; description = "Compilation, manipulation and decompilation of Bitcoin scripts"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42383,8 +42383,8 @@ self: { tasty-hunit tasty-quickcheck text ]; description = "Resources for working with miniscript, and script descriptors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42405,8 +42405,8 @@ self: { base bitcoin-script bytestring hexstring hspec ]; description = "Utility functions for manipulating bitcoin transactions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42426,7 +42426,7 @@ self: { base base58string bytestring hexstring hspec ]; description = "Provides consistent low-level types used commonly among Bitcoin implementations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bitcoind-regtest" = callPackage @@ -42455,8 +42455,8 @@ self: { servant-client tasty tasty-hunit temporary text ]; description = "A library for working with bitcoin-core regtest networks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42478,8 +42478,8 @@ self: { servant-jsonrpc-client text time transformers ]; description = "A streamlined interface to bitcoin core using Haskoin types and Servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42495,8 +42495,8 @@ self: { base Bitly directory filepath regexpr ]; description = "A command line tool to access bit.ly URL shortener."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42508,7 +42508,7 @@ self: { sha256 = "1flrfbrsnlcal7qyvl1wb0p8c14w0mvvkmgs7d943jqnlh4gay5m"; libraryHaskellDepends = [ base bytestring ]; description = "A library for handling and manipulating bitmaps (rectangular pixel arrays)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bitmap-opengl" = callPackage @@ -42519,7 +42519,7 @@ self: { sha256 = "1wq1p0vvif750gpyh2kq3agzwga3hx0fq28irbw5dgrz462dd9pv"; libraryHaskellDepends = [ base bitmap OpenGL ]; description = "OpenGL support for Data.Bitmap."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bitmaps" = callPackage @@ -42535,8 +42535,8 @@ self: { stb-image string-class tagged zlib ]; description = "Bitmap library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42554,7 +42554,7 @@ self: { libraryHaskellDepends = [ base bytes mtl transformers ]; testHaskellDepends = [ base doctest ]; description = "Various bit twiddling and bitwise serialization primitives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bits-atomic" = callPackage @@ -42567,8 +42567,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "Atomic bit operations on memory locations for low-level synchronization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42584,7 +42584,7 @@ self: { testHaskellDepends = [ base bits bytestring hspec QuickCheck ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Bits instance for bytestrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bits-bytestring-lazy" = callPackage @@ -42601,7 +42601,7 @@ self: { base bits-bytestring bytestring criterion ]; description = "Bits instance for lazy bytestrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bits-conduit" = callPackage @@ -42618,8 +42618,8 @@ self: { base bytestring conduit criterion random ]; description = "Bitstream support for Conduit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42640,7 +42640,7 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; benchmarkHaskellDepends = [ base criterion ghc-prim vector ]; description = "Useful bitwise operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bits-extras" = callPackage @@ -42654,8 +42654,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ gcc_s ]; description = "Efficient high-level bit operations not found in Data.Bits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {gcc_s = null;}; @@ -42678,8 +42678,8 @@ self: { ]; benchmarkSystemDepends = [ gmp ]; description = "A space-efficient set data structure"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gmp;}; @@ -42704,7 +42704,7 @@ self: { th-lift-instances vector ]; description = "Space efficient set of Word8 and some pre-canned sets useful for parsing HTTP"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bitspeak" = callPackage @@ -42723,7 +42723,7 @@ self: { executablePkgconfigDepends = [ gtk2 pango ]; description = "Proof-of-concept tool for writing using binary choices"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtk2; inherit (pkgs) pango;}; @@ -42742,7 +42742,7 @@ self: { base base-unicode-symbols bytestring QuickCheck vector ]; description = "Fast, packed, strict and lazy bit streams with stream fusion"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "bitstring" = callPackage @@ -42753,7 +42753,7 @@ self: { sha256 = "1ix2x4v76wq5148k1aax69cf8sk14cd0z362dz1d2qmj9qxsnsw8"; libraryHaskellDepends = [ base bytestring ]; description = "Lazy bit strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bittorrent" = callPackage @@ -42785,8 +42785,8 @@ self: { network QuickCheck quickcheck-instances text time ]; description = "Bittorrent protocol implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42807,7 +42807,7 @@ self: { ]; executableHaskellDepends = [ base text turtle ]; description = "Bindings for the Bittrex API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bitvec" = callPackage @@ -42831,7 +42831,7 @@ self: { base containers gauge integer-gmp random vector ]; description = "Space-efficient bit vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gmp;}; "bitvec_1_1_0_0" = callPackage @@ -42854,8 +42854,8 @@ self: { base containers gauge integer-gmp random vector ]; description = "Space-efficient bit vectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "bitwise" = callPackage @@ -42870,7 +42870,7 @@ self: { testHaskellDepends = [ base QuickCheck ]; benchmarkHaskellDepends = [ array base bytestring criterion ]; description = "fast multi-dimensional unboxed bit packed Bool arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bitwise-enum" = callPackage @@ -42893,8 +42893,8 @@ self: { aeson array base deepseq gauge mono-traversable vector wide-word ]; description = "Bitwise operations on bounded enumerations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42918,8 +42918,8 @@ self: { http-types microlens safe text time ]; description = "A Haskell library for working with the BitX bitcoin exchange"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42935,8 +42935,8 @@ self: { base-noprelude containers directory regexpr text ]; description = "A lousy Prelude replacement by a lousy dude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42948,8 +42948,8 @@ self: { sha256 = "1wp1542cjcypz339f9b5qxcgf1ppilbxgi8861s5d9p89zrgimij"; libraryHaskellDepends = [ base containers text ]; description = "A lousy Prelude replacement by a lousy dude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42961,7 +42961,7 @@ self: { sha256 = "0av4gkh2vr9righ26hbagh8j30i8k4sp3af98lmwm5gf81vs5az4"; libraryHaskellDepends = [ base containers ]; description = "BK-tree implementation"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "bkr" = callPackage @@ -42984,8 +42984,8 @@ self: { http-conduit MissingH pureMD5 random strict text unix utf8-string ]; description = "Backup utility for backing up to cloud storage services (S3 only right now)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -42997,7 +42997,7 @@ self: { sha256 = "1d2iz48n0ayn0hi9xa110pxy1mv5a4m21rmbpvs6ki1a7cv4ghn9"; libraryHaskellDepends = [ array base containers ]; description = "A set data structure with approximate searching"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bla" = callPackage @@ -43011,8 +43011,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base haskell98 unix ]; description = "a stupid cron"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43033,7 +43033,7 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "The pirate bay client"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "blacktip" = callPackage @@ -43054,7 +43054,7 @@ self: { async base criterion network-info time ]; description = "Decentralized, k-ordered unique ID generator"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "blake2" = callPackage @@ -43072,7 +43072,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "A library providing BLAKE2"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "blake3" = callPackage @@ -43084,7 +43084,7 @@ self: { libraryHaskellDepends = [ base memory ]; testHaskellDepends = [ base memory tasty tasty-hunit ]; description = "BLAKE3 hashing algorithm"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "blakesum" = callPackage @@ -43095,8 +43095,8 @@ self: { sha256 = "15k3vf9jqcw1a9gyppkhn5ibj7ld8mb2irfhbwd3plj86xyxxa0g"; libraryHaskellDepends = [ base bytestring text vector ]; description = "The BLAKE SHA-3 candidate hashes, in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43114,8 +43114,8 @@ self: { base blakesum bytestring haskell98 text vector ]; description = "The BLAKE SHA-3 candidate hashes, in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43140,7 +43140,7 @@ self: { wai wai-extra warp ]; description = "HTML5 Canvas Graphics Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blanks" = callPackage @@ -43159,7 +43159,7 @@ self: { tasty tasty-hunit text ]; description = "Fill-in-the-blanks - A library factoring out substitution from ASTs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blas" = callPackage @@ -43170,8 +43170,8 @@ self: { sha256 = "1q6fkw2bsppymy5wi7mgkl09caij52xplw64786548z9i95r0bli"; libraryHaskellDepends = [ base ieee QuickCheck storable-complex ]; description = "Bindings to the BLAS library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43188,7 +43188,7 @@ self: { transformers ]; description = "Auto-generated interface to Fortran BLAS via CArrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blas-comfort-array" = callPackage @@ -43204,7 +43204,7 @@ self: { storable-complex transformers ]; description = "Auto-generated interface to Fortran BLAS via comfort-array"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blas-ffi" = callPackage @@ -43218,7 +43218,7 @@ self: { libraryHaskellDepends = [ base netlib-ffi ]; libraryPkgconfigDepends = [ blas ]; description = "Auto-generated interface to Fortran BLAS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) blas;}; "blas-hs" = callPackage @@ -43231,7 +43231,7 @@ self: { librarySystemDepends = [ blas ]; testHaskellDepends = [ base vector ]; description = "Low-level Haskell bindings to Blas"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) blas;}; "blastxml" = callPackage @@ -43245,7 +43245,7 @@ self: { ]; description = "Library for reading Blast XML output"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43263,8 +43263,8 @@ self: { base blaze-html dates directory HaTeX process split tagsoup text ]; description = "Blog in LaTeX"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43276,7 +43276,7 @@ self: { sha256 = "01n6cw3fjmlj5pmdy122ch4kbf6srvwlz356rr6nxfrm0ndcxp38"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-bootstrap" = callPackage @@ -43287,7 +43287,7 @@ self: { sha256 = "0qsis1hwd8sqcciibxwy8p6irszwa2fy5m75qxp46ymfal5lrdak"; libraryHaskellDepends = [ base blaze-html text ]; description = "Blaze helper functions for bootstrap pages"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "blaze-builder" = callPackage @@ -43307,7 +43307,7 @@ self: { test-framework-hunit test-framework-quickcheck2 text utf8-string ]; description = "Efficient buffered output"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-builder-conduit" = callPackage @@ -43319,7 +43319,7 @@ self: { libraryHaskellDepends = [ base conduit ]; doHaddock = false; description = "Convert streams of builders to streams of bytestrings. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-builder-enumerator" = callPackage @@ -43337,8 +43337,8 @@ self: { streaming-commons transformers ]; description = "Enumeratees for the incremental conversion of builders to bytestrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43357,8 +43357,8 @@ self: { ]; testHaskellDepends = [ base colonnade doctest ]; description = "blaze-html backend for colonnade"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43374,7 +43374,7 @@ self: { base containers directory filepath tagsoup ]; description = "Tool to convert HTML to BlazeHtml code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-html" = callPackage @@ -43395,7 +43395,7 @@ self: { test-framework-quickcheck2 text ]; description = "A blazingly fast HTML combinator library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-html-contrib" = callPackage @@ -43410,8 +43410,8 @@ self: { base blaze-html cgi data-default network safe text ]; description = "Some contributions to add handy things to blaze html"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43423,8 +43423,8 @@ self: { sha256 = "11bw5ywvi7dlz5inch3z0vlg936ch1rnp99bh4nmwskvszidd7kg"; libraryHaskellDepends = [ base blaze-html bytestring hexpat text ]; description = "A hexpat backend for blaze-html"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43440,8 +43440,8 @@ self: { base blaze-markup bytestring html-truncate tagsoup text ]; description = "A truncator for blaze-html"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43463,8 +43463,8 @@ self: { text unordered-containers vector ]; description = "tiny library for encoding json"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43482,7 +43482,7 @@ self: { tasty-hunit tasty-quickcheck text ]; description = "A blazingly fast markup combinator library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-shields" = callPackage @@ -43495,7 +43495,7 @@ self: { base blaze-html blaze-markup blaze-svg text ]; description = "create svg by Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-svg" = callPackage @@ -43506,7 +43506,7 @@ self: { sha256 = "0q5a4wam0sidng0cfsivwkyph9snyilk7rsdx4vb6wz9l6xz397n"; libraryHaskellDepends = [ base blaze-markup mtl ]; description = "SVG combinator library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-textual" = callPackage @@ -43527,7 +43527,7 @@ self: { test-framework test-framework-quickcheck2 ]; description = "Fast rendering of common datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blaze-textual-native" = callPackage @@ -43543,8 +43543,8 @@ self: { time vector ]; description = "Fast rendering of common datatypes (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43556,7 +43556,7 @@ self: { sha256 = "03gx3ylxz7xa86ngi33dm347ni6a4mcq4fizlx3majpfdk5fs38c"; libraryHaskellDepends = [ base blaze-html blaze-markup ]; description = "..."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "blazeT" = callPackage @@ -43573,8 +43573,8 @@ self: { transformers ]; description = "A true monad (transformer) version of the blaze-markup and blaze-html libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43606,8 +43606,8 @@ self: { quickcheck-instances random text transformers uuid ]; description = "Bluetooth Low Energy (BLE) peripherals"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43623,7 +43623,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Password entry tool"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "blink1" = callPackage @@ -43641,8 +43641,8 @@ self: { base bytestring text unix usb vector ]; description = "Control library for blink(1) LED from ThingM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43661,8 +43661,8 @@ self: { old-time parseargs pretty ]; description = "Python to bytecode compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43678,8 +43678,8 @@ self: { base binary bytestring containers mtl pretty utf8-string ]; description = "Support code for Blip"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43703,8 +43703,8 @@ self: { text time transformers unordered-containers ]; description = "Generic blockchain implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43726,8 +43726,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Blockhash perceptual image hash algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43739,7 +43739,7 @@ self: { sha256 = "00xlj503h6073f9sk7a1p2b66nw2lryyvxxbawwz030mjdb6hgps"; libraryHaskellDepends = [ base containers parallel ]; description = "Composable, blocking transactions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "blogination" = callPackage @@ -43760,8 +43760,8 @@ self: { ]; executableHaskellDepends = [ base ConfigFile haskell98 old-time ]; description = "Very simple static blog software"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43790,8 +43790,8 @@ self: { unix-compat unordered-containers vector ]; description = "Elasticsearch client library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43814,8 +43814,8 @@ self: { http-client-tls lens retry tasty tasty-hunit text time ]; description = "Adds convenient Amazon ElasticSearch Service authentication to Bloodhound"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43833,7 +43833,7 @@ self: { test-framework-quickcheck2 ]; description = "Pure and impure Bloom Filter implementations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bloomfilter-redis" = callPackage @@ -43854,8 +43854,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion random ]; description = "Distributed bloom filters on Redis (using the Hedis client)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43877,8 +43877,8 @@ self: { text ]; description = "BLOSUM generator"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43894,7 +43894,7 @@ self: { executableHaskellDepends = [ base GLFW OpenGL ]; description = "OpenGL Logic Game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43912,8 +43912,8 @@ self: { base blubber-server bytestring cereal containers gloss network unix ]; description = "The blubber client; connects to the blubber server"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43935,8 +43935,8 @@ self: { process random scotty text transformers unix ]; description = "The blubber server, serves blubber clients"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -43963,7 +43963,7 @@ self: { base data-default deepseq hspec mtl QuickCheck time ]; description = "Configurable blue light filter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;}; "bludigon" = callPackage @@ -43989,7 +43989,7 @@ self: { base data-default deepseq hspec mtl QuickCheck time ]; description = "Configurable blue light filter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXrandr;}; "bluemix-sdk" = callPackage @@ -44004,7 +44004,7 @@ self: { aeson base bytestring http-client http-types text vector ]; description = "Bindings to Bluemix APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bluetile" = callPackage @@ -44026,8 +44026,8 @@ self: { ]; executablePkgconfigDepends = [ gtk2 ]; description = "full-featured tiling for the GNOME desktop environment"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtk2;}; @@ -44041,8 +44041,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base gtk ]; description = "Utilities for Bluetile"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44058,8 +44058,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44081,8 +44081,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Convert between pointfree and pointful expressions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44094,7 +44094,7 @@ self: { sha256 = "1k6s5z520dadj38y7ja0m4syrg094gyq14c63i6wx2701zj3viiw"; libraryHaskellDepends = [ base binary bytestring ]; description = "Read and write uncompressed BMP image files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bno055-haskell" = callPackage @@ -44107,8 +44107,8 @@ self: { base bytestring cereal h2c mtl resourcet ]; description = "Library for communication with the Bosch BNO055 orientation sensor"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44160,7 +44160,7 @@ self: { transformers unix ]; description = "Copy a directory tree, making zero-size sparse copies of big files"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "bogre-banana" = callPackage @@ -44177,8 +44177,8 @@ self: { base hogre hois monad-control random reactive-banana ]; executableHaskellDepends = [ base hogre hois random ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44207,8 +44207,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Generate Haskell boilerplate"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44232,8 +44232,8 @@ self: { unordered-containers vector ]; description = "Bolt driver for Neo4j"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44259,8 +44259,8 @@ self: { aeson base bytestring containers directory filepath megaparsec text ]; description = "Analytic sampler compiler for combinatorial systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44278,7 +44278,7 @@ self: { QuickCheck transformers unordered-containers vector ]; description = "Uniform random generators"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bond" = callPackage @@ -44311,8 +44311,8 @@ self: { tasty-golden tasty-hunit tasty-quickcheck text unordered-containers ]; description = "Bond schema compiler and code generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44341,8 +44341,8 @@ self: { base bytestring criterion filepath vector ]; description = "Runtime support for BOND serialization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44364,8 +44364,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Bond code generator for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44393,8 +44393,8 @@ self: { base criterion data-default-class type-level-sets ]; description = "Anonymous records and overloaded labels"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44406,8 +44406,8 @@ self: { sha256 = "1d3wzj4nh8f436wfqhdlhrpxhrrhqh97wrfyykm26bnngy4kdsk6"; libraryHaskellDepends = [ base bookkeeper type-level-sets ]; description = "Permissions for bookkeeper records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44424,7 +44424,7 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "A module for bookkeeping by double entry"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bookkeeping-jp" = callPackage @@ -44440,7 +44440,7 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "Helper functions for Japanese bookkeeping"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bool-extras" = callPackage @@ -44451,7 +44451,7 @@ self: { sha256 = "008m43f04ncx2c24c241gzwjyyglw8rwpq2gsakqkw0nwz3czs61"; libraryHaskellDepends = [ base ]; description = "A fold function for Bool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bool8" = callPackage @@ -44462,7 +44462,7 @@ self: { sha256 = "0hrh3sh19hjdjjm5g1xwvhkf8l13qdrdrxvnylh8sn3d54krhixw"; libraryHaskellDepends = [ base ]; description = "Alternative Bool type stored as byte"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boolean-like" = callPackage @@ -44477,7 +44477,7 @@ self: { attoparsec base bytestring containers semigroups text vector ]; description = "Logical combinatory operations dealing with datatypes representing booleans by their constructors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boolean-list" = callPackage @@ -44488,7 +44488,7 @@ self: { sha256 = "1vqn1igmsgq6nry9bpz5vhggbm3j8kc3p6d6wy16nf94z10nq3qs"; libraryHaskellDepends = [ base bytestring HUnit ]; description = "convert numbers to binary coded lists"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "boolean-normal-forms" = callPackage @@ -44504,8 +44504,8 @@ self: { base cond containers QuickCheck tasty tasty-quickcheck ]; description = "Boolean normal form: NNF, DNF & CNF"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44525,8 +44525,8 @@ self: { testHaskellDepends = [ base ]; testSystemDepends = [ boolector ]; description = "Haskell bindings for the Boolector SMT solver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) boolector;}; "boolexpr" = callPackage @@ -44537,8 +44537,8 @@ self: { sha256 = "14v894clplpcc1visqn337p7vmacj5hgx41vr60pwvflmv98d8xn"; libraryHaskellDepends = [ base parsec ]; description = "Boolean expressions with various representations and search queries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44550,7 +44550,7 @@ self: { sha256 = "0057303m23p81v60jcsc3p7n2rs2rzrvbg5m18pc0fk95q2q2rim"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boolsimplifier" = callPackage @@ -44563,7 +44563,7 @@ self: { editedCabalFile = "0xqm0vn9i49b75fnvnvcnr9m4zwvhqynrkcjdxghrsxayg420lnh"; libraryHaskellDepends = [ base containers ]; description = "Simplification tools for simple propositional formulas"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boomange" = callPackage @@ -44581,7 +44581,7 @@ self: { base containers descrilo directory filepath simtreelo ]; description = "A bookmarks manager with an HTML generator"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "boombox" = callPackage @@ -44596,8 +44596,8 @@ self: { base bytestring comonad semigroupoids semigroups transformers ]; description = "Chronokinetic stream sources and incremental consumers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44611,7 +44611,7 @@ self: { base mtl semigroups template-haskell text ]; description = "Library for invertible parsing and printing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boomslang" = callPackage @@ -44630,8 +44630,8 @@ self: { font-opengl-basic4x6 GLFW-b MonadRandom mtl OpenGL ]; description = "Boomshine clone"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44644,7 +44644,7 @@ self: { libraryHaskellDepends = [ base mtl text ]; testHaskellDepends = [ base ]; description = "OOP primitives for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boopadoop" = callPackage @@ -44667,8 +44667,8 @@ self: { base bytestring containers primes semialign split vector WAVE ]; description = "Mathematically sound sound synthesis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44681,7 +44681,7 @@ self: { libraryHaskellDepends = [ base exceptions mtl ]; testHaskellDepends = [ base exceptions hspec mtl ]; description = "IoC Monad in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "boots-app" = callPackage @@ -44705,8 +44705,8 @@ self: { ]; executableHaskellDepends = [ base time ]; description = "Factory for quickly building an application"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44724,8 +44724,8 @@ self: { servant servant-client text unordered-containers ]; description = "Factory for quickly building a microservice"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44745,8 +44745,8 @@ self: { servant-swagger swagger2 text unordered-containers vault wai warp ]; description = "Factory for quickly building a web application"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44758,7 +44758,7 @@ self: { sha256 = "19dm3l8v8ggllpgvq20avna6wph6i2w50aabxynvw4kw9m6c3c44"; libraryHaskellDepends = [ base text ]; description = "Bootstrap CSS Framework type-safe interface"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bordacount" = callPackage @@ -44770,7 +44770,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Implementation of the Borda count election method"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "borel" = callPackage @@ -44801,8 +44801,8 @@ self: { zeromq4-haskell ]; description = "Metering System for OpenStack metrics provided by Vaultaire"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44823,7 +44823,7 @@ self: { vec ]; description = "Boring and Absurd types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boring-game" = callPackage @@ -44838,7 +44838,7 @@ self: { executableHaskellDepends = [ base gloss ]; testHaskellDepends = [ base ]; description = "An educational game"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boring-window-switcher" = callPackage @@ -44852,8 +44852,8 @@ self: { libraryHaskellDepends = [ base gtk transformers X11 ]; executableHaskellDepends = [ base ]; description = "A boring window switcher"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44865,8 +44865,8 @@ self: { sha256 = "0crs1c6v298zqkjzkdgicigx22gvp9xv7bjlynbyckvx0lrvfmrc"; libraryHaskellDepends = [ arrows base Stream ]; description = "bots for functional reactive programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44878,7 +44878,7 @@ self: { sha256 = "0kdqz901fpdgggmkm9rpnpv7gma9c8d887bszhnz6xd3v96gg7xn"; libraryHaskellDepends = [ base semigroups zero ]; description = "Like Maybe, but with a different Monoid instance"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "botpp" = callPackage @@ -44892,7 +44892,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Build tool for Lambdabot"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44918,7 +44918,7 @@ self: { transformers-compat vector void ]; description = "Making de Bruijn Succ Less"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bound-extras" = callPackage @@ -44940,7 +44940,7 @@ self: { transformers utf8-string ]; description = "ScopeH and ScopeT extras for bound"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bound-gen" = callPackage @@ -44951,7 +44951,7 @@ self: { sha256 = "1il4vb497d0195mhvra5djkn3mbdzd8dmcnffpqh1pv1pj8n8hwp"; libraryHaskellDepends = [ base bound monad-gen mtl ]; description = "Unwrap Scope's with globally fresh values"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bounded-array" = callPackage @@ -44962,8 +44962,8 @@ self: { sha256 = "0zv5a82rm6hwikgls2hw9d18igvfgw655s5pw5h1xbwcv1d8d0ji"; libraryHaskellDepends = [ array base ]; description = "Arrays with a value for every index"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -44976,7 +44976,7 @@ self: { libraryHaskellDepends = [ base containers deepseq ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "A strict, immutable, thread-safe, single-ended, bounded queue"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bounded-tchan" = callPackage @@ -44987,7 +44987,7 @@ self: { sha256 = "12c78dz3y1ly05hckd9pf0j4fpknk383qyb5yrhps4sc2m3i9k9w"; libraryHaskellDepends = [ base stm ]; description = "Bounded Transactional channels (queues)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "boundingboxes" = callPackage @@ -44998,7 +44998,7 @@ self: { sha256 = "0r3mffqxqadn8qklq3kr0ggirkficfj8ic1fxgki2zrc5jm4f2g8"; libraryHaskellDepends = [ base lens ]; description = "A generic boundingbox for an arbitrary vector"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bower-json" = callPackage @@ -45018,7 +45018,7 @@ self: { aeson base bytestring tasty tasty-hunit text unordered-containers ]; description = "Read bower.json from Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bowntz" = callPackage @@ -45033,8 +45033,8 @@ self: { base containers GLUT hosc hsc3 random ]; description = "audio-visual pseudo-physical simulation of colliding circles"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45062,8 +45062,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "boxes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45080,8 +45080,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "See readme.md"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45105,8 +45105,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "Box websockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45118,7 +45118,7 @@ self: { sha256 = "12a3jj3z1gni8925n16ipqyah8vg244lx88v289f2rldiyvh3bvf"; libraryHaskellDepends = [ base ghc-prim ]; description = "A hack to use GHC.Prim primitives in GHCi"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "boxes" = callPackage @@ -45130,7 +45130,7 @@ self: { libraryHaskellDepends = [ base split ]; testHaskellDepends = [ base QuickCheck split ]; description = "2D text pretty-printing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bpann" = callPackage @@ -45141,7 +45141,7 @@ self: { sha256 = "02c8xyzs4kz9cx7ql48kq5cxf686vvd5mqrprkikynif9r4dk7w8"; libraryHaskellDepends = [ base random split ]; description = "backpropagation neuronal network"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bpath" = callPackage @@ -45158,7 +45158,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "A minimal typed unix path library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "braid" = callPackage @@ -45180,8 +45180,8 @@ self: { diagrams-svg split ]; description = "Types and functions to work with braids and Khovanov homology"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45195,8 +45195,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base containers parsec ]; description = "primitive imperative language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45222,7 +45222,7 @@ self: { sha256 = "1c1xg56dh0qbiy7jga436pmp8x8rhkkpf3gb54kqg8asajswdh0s"; libraryHaskellDepends = [ base directory process ]; description = "BrainFuck monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "brainfuck-tut" = callPackage @@ -45236,7 +45236,7 @@ self: { libraryHaskellDepends = [ array base ]; executableHaskellDepends = [ array base ]; description = "A simple BF interpreter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "brainheck" = callPackage @@ -45255,7 +45255,7 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Brainh*ck interpreter in haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "break" = callPackage @@ -45266,7 +45266,7 @@ self: { sha256 = "0wpj29a8lpimb0mjif4f6jmx6q9pkpkn5xplmkbjzkqgxi0bp23n"; libraryHaskellDepends = [ base mtl transformers ]; description = "Break from a loop"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "breakout" = callPackage @@ -45280,7 +45280,7 @@ self: { executableHaskellDepends = [ base haskgame mtl SDL ]; description = "A simple Breakout game implementation"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45304,8 +45304,8 @@ self: { warp-tls ]; description = "a url shortener"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45319,8 +45319,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base parallel random SDL ]; description = "A Haskell implementation of the Brian's Brain cellular automaton"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45347,7 +45347,7 @@ self: { base containers microlens QuickCheck vector ]; description = "A declarative terminal user interface library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "brick-dropdownmenu" = callPackage @@ -45365,8 +45365,8 @@ self: { pointedlist vector vty ]; description = "A drop-down menu widget for brick"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45386,7 +45386,7 @@ self: { base brick comonad containers directory directory-tree filepath free vector vty ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "brick-skylighting" = callPackage @@ -45403,7 +45403,7 @@ self: { base brick containers skylighting-core text vty ]; description = "Show syntax-highlighted text in your Brick UI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bricks" = callPackage @@ -45426,8 +45426,8 @@ self: { parsec template-haskell text transformers ]; description = "Bricks is a lazy functional language based on Nix"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45446,8 +45446,8 @@ self: { base containers doctest either-list-functions text ]; description = "..."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45463,8 +45463,8 @@ self: { base bricks-internal containers hedgehog template-haskell text ]; description = "..."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45485,8 +45485,8 @@ self: { bricks-syntax containers doctest hedgehog parsec text ]; description = "..."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45507,8 +45507,8 @@ self: { doctest hedgehog template-haskell text ]; description = "..."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45529,8 +45529,8 @@ self: { exceptions hint text ]; description = "..."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45551,8 +45551,8 @@ self: { base binary cmdargs containers directory filepath text ]; description = "Simple part of speech tagger"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45585,8 +45585,8 @@ self: { yaml ]; description = "Haskell source code formatter"; - license = stdenv.lib.licenses.agpl3; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.agpl3; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "broadcast-chan" = callPackage @@ -45602,7 +45602,7 @@ self: { libraryHaskellDepends = [ base transformers unliftio-core ]; benchmarkHaskellDepends = [ async base criterion deepseq stm ]; description = "Closable, fair, single-wakeup channel type that avoids 0 reader space leaks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "broadcast-chan-conduit" = callPackage @@ -45622,7 +45622,7 @@ self: { base broadcast-chan-tests conduit containers ]; description = "Conduit-based parallel streaming code for broadcast-chan"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "broadcast-chan-pipes" = callPackage @@ -45640,7 +45640,7 @@ self: { base broadcast-chan-tests containers foldl pipes pipes-safe ]; description = "Pipes-based parallel streaming code for broadcast-chan"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "broadcast-chan-tests" = callPackage @@ -45664,7 +45664,7 @@ self: { base broadcast-chan containers foldl monad-loops random ]; description = "Helpers for generating tests for broadcast-chan"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "broccoli" = callPackage @@ -45675,8 +45675,8 @@ self: { sha256 = "084nil9rfs3xpp4rk3qlwf6gsaljm57g7divfzd88dk9np6q5iwh"; libraryHaskellDepends = [ base containers stm time ]; description = "Small library for interactive functional programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45704,8 +45704,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Finds broken links in text files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45719,8 +45719,8 @@ self: { librarySystemDepends = [ broker ]; testHaskellDepends = [ base bytestring hspec ]; description = "Haskell bindings to Broker, Bro's messaging library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {broker = null;}; @@ -45738,8 +45738,8 @@ self: { aeson base bytestring network-uri text time tz uuid-types ]; description = "Common types and URIs for the BronyRadioGermany API bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45760,8 +45760,8 @@ self: { time uuid ]; description = "Streaming interface for the BronyRadioGermany API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45781,8 +45781,8 @@ self: { base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Brotli (RFC7932) compression and decompression"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) brotli;}; @@ -45803,8 +45803,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Conduit interface for Brotli (RFC7932) compression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45825,8 +45825,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "IO-Streams interface for Brotli (RFC7932) compression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45843,8 +45843,8 @@ self: { unordered-containers wreq ]; description = "A reader and interface for the Browser Capabilities Project data files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45868,7 +45868,7 @@ self: { base blaze-builder bytestring deepseq gauge semigroups ]; description = "Chunked HTTP transfer encoding for bytestring builders"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bsd-sysctl" = callPackage @@ -45879,8 +45879,8 @@ self: { sha256 = "0wflh3ncd47j2v70m6lbdmaif974fimv3dd4wyj6krb03vq6lvpd"; libraryHaskellDepends = [ base ]; description = "Access to the BSD sysctl(3) interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45902,8 +45902,8 @@ self: { test-framework-quickcheck2 text time ]; description = "BSON documents are JSON-like objects with a standard binary encoding"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45915,8 +45915,8 @@ self: { sha256 = "11a8k6rngz5rdgccwnifiydsfc87hlgy4mp6chi30m2jvdq92imb"; libraryHaskellDepends = [ base bson ghc-prim text ]; description = "Generic functionality for BSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45928,8 +45928,8 @@ self: { sha256 = "03ifgmifk0dx6fzws1qlx3c1nslrkvwman5g3c4iag842bl03gxp"; libraryHaskellDepends = [ base bson ghc-prim ]; description = "Generics functionality for BSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45941,8 +45941,8 @@ self: { sha256 = "0q5ixrfgybf80q0x2p80qjy1kqarm2129hmzzqgcpn7jvqbv8fyp"; libraryHaskellDepends = [ base bson lens text ]; description = "BSON lenses"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -45957,7 +45957,7 @@ self: { ]; description = "Mapping between BSON and algebraic data types"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "bspack" = callPackage @@ -45976,7 +45976,7 @@ self: { base blaze-builder bytestring criterion sandi ]; description = "A simple and fast bytestring packer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bsparse" = callPackage @@ -45989,8 +45989,8 @@ self: { editedCabalFile = "0vlcwcgmlk4ghwhiyy4234driyvq5ap5g587nmf23fh8b54g7j3q"; libraryHaskellDepends = [ base bytestring ]; description = "A simple unassuming parser for bytestring"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46010,8 +46010,8 @@ self: { ]; benchmarkHaskellDepends = [ base clock ghc-prim hashable ]; description = "B-Tree on Unmanaged Heap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46035,7 +46035,7 @@ self: { ]; description = "A backend agnostic, concurrent BTree"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46049,7 +46049,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bytestring time unix ]; description = "Bindings to the btrfs API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "buchhaltung" = callPackage @@ -46087,8 +46087,8 @@ self: { text time transformers unordered-containers vector yaml ]; description = "Automates most of your plain text accounting data entry in ledger format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46110,8 +46110,8 @@ self: { ]; benchmarkHaskellDepends = [ bug criterion rerebase ]; description = "Simple mutable low-level buffer for IO"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46136,8 +46136,8 @@ self: { text vector ]; description = "Library for efficiently building up buffers, one piece at a time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46166,8 +46166,8 @@ self: { aeson base buffer-builder bytestring criterion deepseq text vector ]; description = "Serialize Aeson values with Data.BufferBuilder"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46181,7 +46181,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Read from stdin and write to stdout in large blocks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "buffet" = callPackage @@ -46210,8 +46210,8 @@ self: { ]; doHaddock = false; description = "Assembles many Dockerfiles in one"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46228,8 +46228,8 @@ self: { transformers ]; description = "An implementation of Buffon machines"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46243,7 +46243,7 @@ self: { base mtl multiset random template-haskell ]; description = "Perfect simulation of discrete random variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bug" = callPackage @@ -46254,7 +46254,7 @@ self: { sha256 = "1xfynvp5fyn46gg3p5qq9cmb1dnw2dyf3bz6w5wdvikfvs19dwhq"; libraryHaskellDepends = [ base template-haskell ]; description = "Better alternatives to the \"error\" function"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bugsnag-haskell" = callPackage @@ -46279,8 +46279,8 @@ self: { aeson aeson-qq base doctest hspec text time unliftio yaml ]; description = "Bugsnag error reporter for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46298,7 +46298,7 @@ self: { ]; testHaskellDepends = [ aeson base bytestring hedgehog ]; description = "A Bugsnag client for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bugzilla" = callPackage @@ -46318,8 +46318,8 @@ self: { time transformers unordered-containers vector ]; description = "A Haskell interface to the Bugzilla native REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46342,7 +46342,7 @@ self: { transformers unordered-containers vector ]; description = "A Haskell interface to the Bugzilla native REST API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "build" = callPackage @@ -46359,8 +46359,8 @@ self: { ]; testHaskellDepends = [ base containers extra mtl transformers ]; description = "Build systems a la carte"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46372,8 +46372,8 @@ self: { sha256 = "1jrvgm2k6m8k9hj7h727pf357zydmhq1ndl1z39ag6294xd2rgpx"; libraryHaskellDepends = [ base bytestring containers dlist text ]; description = "Typeclass for builders of linear data structures"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46390,8 +46390,8 @@ self: { process stm temporary text time ]; description = "Rehackable components for writing buildbots and test harnesses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46405,8 +46405,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base buildbox parseargs ]; description = "Tools for working with buildbox benchmark result files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46421,8 +46421,8 @@ self: { base byte-order primitive primitive-unaligned ]; description = "bounded ByteArray builder type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46460,8 +46460,8 @@ self: { vector ]; description = "A library and an executable that provide an easy API for a Haskell IDE"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46475,8 +46475,8 @@ self: { libraryPkgconfigDepends = [ bullet ]; libraryToolDepends = [ c2hs ]; description = "A wrapper for the Bullet physics engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) bullet;}; @@ -46514,8 +46514,8 @@ self: { tasty-hunit tasty-quickcheck text ]; description = "Bulletproofs are short zero-knowledge proofs without a trusted setup"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46540,8 +46540,8 @@ self: { reflex-dom-helpers text time witherable ]; description = "Reflex infused with bulma (css)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46561,8 +46561,8 @@ self: { base Cabal containers fclabels process regex-compat split strict ]; description = "Automatically bump package versions, also transitively"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46578,8 +46578,8 @@ self: { executableHaskellDepends = [ base cmdargs text unix ]; testHaskellDepends = [ base doctest hspec ]; description = "CLI tool to beautify JSON string"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46597,8 +46597,8 @@ self: { aeson base bitcoin-script bytestring cassava process scientific ]; description = "List OP_RETURN cryptocurrency transaction outputs"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46616,7 +46616,7 @@ self: { ]; testHaskellDepends = [ base containers hspec QuickCheck text ]; description = "Parse and render URI templates"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "burst-detection" = callPackage @@ -46629,8 +46629,8 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base criterion ]; description = "Burst detection algorithms"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46647,8 +46647,8 @@ self: { base bytestring errors serialport transformers ]; description = "Haskell interface to the Bus Pirate binary interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46665,8 +46665,8 @@ self: { pretty time ]; description = "Almost but not quite entirely unlike FRP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46683,8 +46683,8 @@ self: { parsec pretty time ]; description = "Almost but not quite entirely unlike FRP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46701,8 +46701,8 @@ self: { network old-locale pretty time ]; description = "Almost but not quite entirely unlike FRP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46735,7 +46735,7 @@ self: { testSystemDepends = [ libpcap ]; testPkgconfigDepends = [ gio-unix ]; description = "Draw sequence diagrams of D-Bus traffic"; - license = stdenv.lib.licenses.lgpl21Plus; + license = lib.licenses.lgpl21Plus; }) {gio-unix = null; inherit (pkgs) libpcap; system-glib = pkgs.glib;}; @@ -46757,7 +46757,7 @@ self: { multistate pretty transformers unsafe ]; description = "Chops a command or program invocation into digestable pieces"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "butter" = callPackage @@ -46778,8 +46778,8 @@ self: { network-simple stm template-haskell text transformers ]; description = "Monad Transformer for Asyncronous Message Passing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46801,8 +46801,8 @@ self: { base bytestring gl-capture GLUT OpenGLRaw repa repa-devil ]; description = "butterfly tilings"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46816,7 +46816,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Bit-vector arithmetic library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bv-embed" = callPackage @@ -46827,7 +46827,7 @@ self: { sha256 = "0afywcb7n2h2vycxg47myaqz49xrlnjpyq753smildjlkl79jx79"; libraryHaskellDepends = [ base ]; description = "Define embeddings of small bit vectors into larger ones"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bv-little" = callPackage @@ -46854,7 +46854,7 @@ self: { smallcheck ]; description = "Efficient little-endian bit vector library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bv-sized" = callPackage @@ -46872,8 +46872,8 @@ self: { base bytestring hedgehog parameterized-utils tasty tasty-hedgehog ]; description = "a bitvector datatype that is parameterized by the vector width"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46897,8 +46897,8 @@ self: { optparse-applicative relude tasty tasty-hunit terminfo-hs text ]; description = "Library for creating command-line interfaces (colors, menus, etc.)"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46910,8 +46910,8 @@ self: { sha256 = "0x4yh9li0pi2r9pjih000a143iw9kaz7r4z72510kv6kzkkcr9mn"; libraryHaskellDepends = [ base bytestring word24 ]; description = "data from/to ByteString"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46927,7 +46927,7 @@ self: { base extra hspec parsec parsec-numbers text ]; description = "Read strings describing a number of bytes like 2Kb and 0.5 MiB"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "byte-order" = callPackage @@ -46939,7 +46939,7 @@ self: { libraryHaskellDepends = [ base primitive primitive-unaligned ]; testHaskellDepends = [ base primitive ]; description = "Portable big-endian and little-endian conversions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "byteable" = callPackage @@ -46951,7 +46951,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring ]; description = "Type class for sequence of bytes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytearray-parsing" = callPackage @@ -46962,8 +46962,8 @@ self: { sha256 = "1b1lz0y1a20v05bpa4xlxchc6k025gmm17hj3ysmv6j2i3k8micd"; libraryHaskellDepends = [ base bytestring primitive text ]; description = "Parsing of bytearray-based data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -46994,8 +46994,8 @@ self: { base byteslice gauge natural-arithmetic primitive text-short ]; description = "Serialize to a small byte arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47010,7 +47010,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring ]; description = "Flexible byte dump helpers for human readers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytehash" = callPackage @@ -47036,8 +47036,8 @@ self: { primitive-unlifted split unordered-containers ]; description = "Universal hashing of bytes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47053,8 +47053,8 @@ self: { base bytebuild byteslice natural-arithmetic posix-api primitive ]; description = "Fast logging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47066,7 +47066,7 @@ self: { sha256 = "06995paxbxk8lldvarqpb3ygcjbg4v8dk4scib1rjzwlhssvn85x"; libraryHaskellDepends = [ base ]; description = "Exposes the native endianness or byte ordering of the system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytes" = callPackage @@ -47089,7 +47089,7 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Sharing code for serialization between binary and cereal"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "byteset" = callPackage @@ -47102,7 +47102,7 @@ self: { editedCabalFile = "1lgxxxrmw4g32pa861n6qbfpzwv14wfjrlp4hv5zd9hygy6v6q2p"; libraryHaskellDepends = [ base binary ]; description = "Set of bytes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "byteslice" = callPackage @@ -47124,8 +47124,8 @@ self: { ]; benchmarkHaskellDepends = [ base gauge primitive ]; description = "Slicing managed and unmanaged memory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47150,8 +47150,8 @@ self: { base byteslice bytestring gauge primitive ]; description = "Nonresumable byte parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47165,8 +47165,8 @@ self: { editedCabalFile = "0qhx61v75cqpgrb88h5gpc4a6vg17dgrw555q2kgi2hvip61z5lr"; libraryHaskellDepends = [ base deepseq ghc-prim integer-gmp ]; description = "Fast, compact, strict and lazy byte strings with a list interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "bytestring-arbitrary" = callPackage @@ -47183,8 +47183,8 @@ self: { base bytestring criterion cryptohash QuickCheck ]; description = "Arbitrary instances for ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47197,7 +47197,7 @@ self: { libraryHaskellDepends = [ base bytestring deepseq ]; doHaddock = false; description = "The new bytestring builder, packaged outside of GHC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-builder-varword" = callPackage @@ -47213,8 +47213,8 @@ self: { attoparsec attoparsec-varword base bytestring hspec QuickCheck ]; description = "Variable-length integer encoding"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47228,8 +47228,8 @@ self: { editedCabalFile = "05q4ilixyd4zc15imh7x7gqwv4pmicyjj9zx5fhx1p1ps89jiap3"; libraryHaskellDepends = [ base bytestring utf8-string ]; description = "Classes for automatic conversion to and from strict and lazy bytestrings. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47254,7 +47254,7 @@ self: { base bytestring criterion text transformers ]; description = "Type-classes to convert values to and from ByteString"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "bytestring-csv" = callPackage @@ -47265,8 +47265,8 @@ self: { sha256 = "0x7qklb36jwxry1ih5x3jw7s861vlvd5g9h7yn7b2x64c0phyj0r"; libraryHaskellDepends = [ array base bytestring dlist ]; description = "Parse CSV formatted data efficiently"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47278,7 +47278,7 @@ self: { sha256 = "0iq59if3in08ssashk80wvh6yh1yr115387fi9kj952v6bzvzw1q"; libraryHaskellDepends = [ base bytestring ]; description = "Simple, fast binary diff/patch"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bytestring-encoding" = callPackage @@ -47295,7 +47295,7 @@ self: { tasty-th text ]; description = "ByteString ↔ Text converter based on GHC.IO.Encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-encodings" = callPackage @@ -47309,7 +47309,7 @@ self: { testHaskellDepends = [ base bytestring hedgehog ]; benchmarkHaskellDepends = [ base bytestring gauge text ]; description = "checks to see if a given bytestring adheres to a certain encoding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bytestring-from" = callPackage @@ -47328,7 +47328,7 @@ self: { ]; description = "A type-class to convert values from ByteString"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "bytestring-handle" = callPackage @@ -47347,7 +47347,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "ByteString-backed Handles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-lexing" = callPackage @@ -47360,7 +47360,7 @@ self: { editedCabalFile = "0icnbv83h542vkmn51ykzc4w1g7nl4w6d6lj79909hnwr2g10616"; libraryHaskellDepends = [ base bytestring ]; description = "Parse and produce literals efficiently from strict or lazy bytestrings"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "bytestring-mmap" = callPackage @@ -47371,7 +47371,7 @@ self: { sha256 = "1bv9xf4cpph1cbdwv6rbmq8ppi5wjpgd97lwln5l9ky5rvnaxg3v"; libraryHaskellDepends = [ base bytestring unix ]; description = "mmap support for strict ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-nums" = callPackage @@ -47384,7 +47384,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bytestring containers ]; description = "Parse numeric literals from ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-plain" = callPackage @@ -47399,8 +47399,8 @@ self: { base bytestring deepseq ghc-prim hashable ]; description = "Plain byte strings ('ForeignPtr'-less 'ByteString's)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47417,7 +47417,7 @@ self: { base bytestring terminal-progress-bar text time ]; description = "A library for tracking the consumption of a lazy ByteString"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-read" = callPackage @@ -47440,8 +47440,8 @@ self: { text ]; description = "fast ByteString to number converting library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47455,8 +47455,8 @@ self: { testHaskellDepends = [ base bytestring hspec HUnit rematch ]; doHaddock = false; description = "Rematch support for ByteString"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47469,7 +47469,7 @@ self: { libraryHaskellDepends = [ base bytestring deepseq ]; testHaskellDepends = [ base bytestring QuickCheck ]; description = "Backport copy of ShortByteString"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-show" = callPackage @@ -47486,8 +47486,8 @@ self: { array base binary bytestring containers integer-gmp ]; description = "Efficient conversion of values into readable byte strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47511,7 +47511,7 @@ self: { ]; benchmarkHaskellDepends = [ criterion rerebase ]; description = "An efficient strict bytestring builder"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bytestring-substring" = callPackage @@ -47522,8 +47522,8 @@ self: { sha256 = "1vn1r8m0ldydnrazyckkn4lpv3g5ns37j91a5649jnrprjpy08dn"; libraryHaskellDepends = [ base bytestring pipes primitive ]; description = "break bytestrings up into substrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47540,8 +47540,8 @@ self: { attoparsec base bytestring Cabal hspec QuickCheck text time ]; description = "Library for Time parsing from ByteString"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47556,7 +47556,7 @@ self: { base byteorder bytestring QuickCheck vector ]; description = "Convert between ByteString and Vector.Storable without copying"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bytestring-tree-builder" = callPackage @@ -47577,7 +47577,7 @@ self: { base-prelude bytestring criterion deepseq ]; description = "A very efficient ByteString builder implementation based on the binary tree"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "bytestring-trie" = callPackage @@ -47590,8 +47590,8 @@ self: { editedCabalFile = "1qpv52ywp8r30s3m9qyjiqiwa6clg3zp095yhs2d4533amprryly"; libraryHaskellDepends = [ base binary bytestring ]; description = "An efficient finite map from (byte)strings to values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47610,8 +47610,8 @@ self: { testHaskellDepends = [ base bytestring cryptohash QuickCheck ]; benchmarkHaskellDepends = [ base bytestring criterion QuickCheck ]; description = "Bytestrings with typenat lengths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47623,8 +47623,8 @@ self: { sha256 = "1g99vbp14ki563lb41y1fxlgvdmrmq1y0xsk0ia1m438rdpnh2qd"; libraryHaskellDepends = [ base ]; description = "Combinator parsing with Data.ByteString.Lazy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47636,8 +47636,8 @@ self: { sha256 = "019axq65hmgmszkc1lyyyy8rpv5xkjbf1pmgz1bz0hnc8lgv58pd"; libraryHaskellDepends = [ base ]; description = "Combinator parsing with Data.ByteString.Lazy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47649,8 +47649,8 @@ self: { sha256 = "07hx3072zg9y3kj6h99yl8fd3n115x4z8z411c1cpx1hj292d57f"; libraryHaskellDepends = [ base bytestring ]; description = "A ReadP style parser library for ByteString"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47663,7 +47663,7 @@ self: { libraryHaskellDepends = [ base safe ]; testHaskellDepends = [ base Cabal HUnit QuickCheck ]; description = "Human friendly conversion between byte units (KB, MB, GB...)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bz2" = callPackage @@ -47687,7 +47687,7 @@ self: { ]; benchmarkToolDepends = [ cpphs ]; description = "Bindings to libbz2"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bzip-signature" = callPackage @@ -47700,7 +47700,7 @@ self: { base bytestring composition-prelude lens ]; description = "Backpack signature for BZip compression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "bzlib" = callPackage @@ -47712,7 +47712,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ bzip2 ]; description = "Compression and decompression in the bzip2 format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) bzip2;}; "bzlib-conduit" = callPackage @@ -47738,7 +47738,7 @@ self: { resourcet ]; description = "Streaming compression/decompression via conduits"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) bzip2;}; "c-dsl" = callPackage @@ -47749,8 +47749,8 @@ self: { sha256 = "04hj3d26rp7ibv15n48y4xkfld3nnh6dqn8shxvw1h546z1316pw"; libraryHaskellDepends = [ base language-c ]; description = "A higher level DSL on top of language-c"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47762,8 +47762,8 @@ self: { sha256 = "1za4wcrjrxqk8yqy1bddzxw8xxx0vlxyy31dj1glb5azx6qh7qp2"; libraryHaskellDepends = [ base ]; description = "C IO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47784,8 +47784,8 @@ self: { executableHaskellDepends = [ base options ]; testHaskellDepends = [ base ]; description = "Simpe mosquito MQTT binding able to work with the Amazons IoT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) mosquitto;}; @@ -47798,7 +47798,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "CStorable class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "c-storable-deriving" = callPackage @@ -47809,7 +47809,7 @@ self: { sha256 = "0zx6r7sfaxl4k2s2b213vm12fskcssy01b828i8rqxixwfjjshv8"; libraryHaskellDepends = [ base ghc-prim ]; description = "Generate C-like storable instances from datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "c0check" = callPackage @@ -47823,7 +47823,7 @@ self: { executableHaskellDepends = [ base c0parser ]; description = "Simple C0 Syntax Check"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47836,7 +47836,7 @@ self: { libraryHaskellDepends = [ base parsec ]; description = "Simple C0 Parser"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47848,8 +47848,8 @@ self: { sha256 = "1i62ilk95p1vjyk7gl1fv7lwq6yk3ysfn3v1bbyfpabf97gzr0d9"; libraryHaskellDepends = [ base network unix ]; description = "C10k server library using prefork"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47863,7 +47863,7 @@ self: { librarySystemDepends = [ libxml2 ]; libraryPkgconfigDepends = [ libxml2 ]; description = "Bindings to the c14n implementation in libxml"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) libxml2;}; "c2ats" = callPackage @@ -47885,8 +47885,8 @@ self: { base HUnit test-framework test-framework-hunit test-framework-th ]; description = "Translate C code into ATS"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -47911,7 +47911,7 @@ self: { transformers ]; description = "C->Haskell FFI tool that gives some cross-language type safety"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "c2hs-extra" = callPackage @@ -47923,7 +47923,7 @@ self: { libraryHaskellDepends = [ base ]; libraryToolDepends = [ c2hs ]; description = "Convenient marshallers for complicate C types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "c2hsc" = callPackage @@ -47948,7 +47948,7 @@ self: { ]; testHaskellDepends = [ base here hspec logging monad-logger text ]; description = "Convert C API header files to .hsc and .hsc.helper.c files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ca" = callPackage @@ -47961,7 +47961,7 @@ self: { editedCabalFile = "1s7qxji4a44qrsmfajrpzjfg06aksxxf41b5y8bgrc93m2iyn4xw"; libraryHaskellDepends = [ alg base ]; description = "Cellular Automata"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ca-province-codes" = callPackage @@ -47973,7 +47973,7 @@ self: { libraryHaskellDepends = [ aeson base text ]; testHaskellDepends = [ aeson base hspec QuickCheck text ]; description = "ISO 3166-2:CA Province Codes and Names"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cab" = callPackage @@ -47996,8 +47996,8 @@ self: { directory filepath process ]; description = "A maintenance command of Haskell cabal packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48012,8 +48012,8 @@ self: { libraryHaskellDepends = [ base youProbablyWantCapitalCabal ]; doHaddock = false; description = "placeholder for Cabal package, you want the upper case Cabal"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {youProbablyWantCapitalCabal = null;}; @@ -48025,8 +48025,8 @@ self: { sha256 = "0m3xq3k4s6rn90vd2sp115jyb722vi9wgih3lz05fnc2bypyg6zi"; libraryHaskellDepends = [ base Cabal filepath ]; description = "Cabal support for creating AppImage applications"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48044,8 +48044,8 @@ self: { base Cabal directory filepath HTTP optparse-applicative ]; description = "Check how up-to-date your .cabal dependencies are."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48057,7 +48057,7 @@ self: { sha256 = "16hhvsqdj91pgzlgmwpba8ajjp2jssyf71rw9pwrixshj6826ps2"; libraryHaskellDepends = [ base Cabal directory extra filepath ]; description = "Build time library that autodetects exposed modules"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cabal-bounds" = callPackage @@ -48081,8 +48081,8 @@ self: { base directory filepath Glob process tasty tasty-golden ]; description = "A command line program for managing the dependency versions in a cabal file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48094,7 +48094,7 @@ self: { sha256 = "004xr0f59fg6h6rxlf7sf6m2mi6p32h2z3vs9b56hddmxp3gn4vl"; libraryHaskellDepends = [ base Cabal ]; description = "Adds executable dependencies to the Cabal build"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-bundle-clib" = callPackage @@ -48110,8 +48110,8 @@ self: { time ]; description = "Bundling C/C++ projects in Cabal package made easy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48147,8 +48147,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "CI Assistant for Haskell projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48171,8 +48171,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base filepath tasty tasty-golden ]; description = "A command line program for extracting compiler arguments from a cabal file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48186,8 +48186,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal optparse-applicative ]; description = "Repeatable builds for cabalized Haskell projects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48207,8 +48207,8 @@ self: { mtl optparse-applicative pretty process tar utf8-string ]; description = "query tools for the local cabal database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48233,7 +48233,7 @@ self: { ]; executableHaskellDepends = [ base Cabal debian lens mtl pretty ]; description = "Create a Debianization for a Cabal package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-dependency-licenses" = callPackage @@ -48248,8 +48248,8 @@ self: { base Cabal containers directory filepath ]; description = "Compose a list of a project's transitive dependencies with their licenses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48272,8 +48272,8 @@ self: { ]; executableToolDepends = [ cabal-install ]; description = "Manage sandboxed Haskell build environments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48287,8 +48287,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal directory filepath ]; description = "show dist dir of 'cabal copy/install'"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48302,7 +48302,7 @@ self: { editedCabalFile = "05v1awad3d1wvc763xcgvxm4n6n7bs7byc6s14kdbw35zcaddlcb"; libraryHaskellDepends = [ base Cabal directory filepath ]; description = "A Setup.hs helper for doctests running"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-edit" = callPackage @@ -48323,7 +48323,7 @@ self: { optparse-applicative process store time ]; description = "Cabal utility"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cabal-file" = callPackage @@ -48346,7 +48346,7 @@ self: { simple-cabal simple-cmd simple-cmd-args ]; description = "Cabal file access"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-file-th" = callPackage @@ -48361,8 +48361,8 @@ self: { ]; testHaskellDepends = [ base Cabal ]; description = "Template Haskell expressions for reading fields from a project's cabal file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48387,7 +48387,7 @@ self: { zlib ]; description = "Generate a FlatPak manifest from a Cabal package description"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-fmt" = callPackage @@ -48415,7 +48415,7 @@ self: { doHaddock = false; description = "Format .cabal files"; license = "GPL-3.0-or-later AND BSD-3-Clause"; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "cabal-ghc-dynflags" = callPackage @@ -48426,8 +48426,8 @@ self: { sha256 = "13kxlmz5w0aazafrlignd55zclwl9sb213jry4vhfibgjrg18w8f"; libraryHaskellDepends = [ base Cabal ghc transformers ]; description = "Conveniently configure GHC's dynamic flags for use with Cabal projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48444,8 +48444,8 @@ self: { base Cabal directory filepath process ]; description = "Set up ghci with options taken from a .cabal file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48463,8 +48463,8 @@ self: { base containers directory options parsec process split temporary ]; description = "Generate graphs of install-time Cabal dependencies"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48495,7 +48495,7 @@ self: { ]; doCheck = false; description = "Give Haskell development tools access to Cabal project environment"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "cabal-info" = callPackage @@ -48515,8 +48515,8 @@ self: { base Cabal filepath optparse-applicative ]; description = "Read information from cabal files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48548,8 +48548,8 @@ self: { mv bash-completion $out/share/bash-completion/completions ''; description = "The command-line interface for Cabal and Hackage"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "cabal-install-bundle" = callPackage @@ -48568,8 +48568,8 @@ self: { ]; executableSystemDepends = [ zlib ]; description = "The (bundled) command-line interface for Cabal and Hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zlib;}; @@ -48589,8 +48589,8 @@ self: { old-time pretty process random time unix zlib ]; description = "Temporary version of cabal-install for ghc-7.2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48610,8 +48610,8 @@ self: { old-time pretty process random time unix zlib ]; description = "Temporary version of cabal-install for ghc-7.4"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48641,7 +48641,7 @@ self: { ]; description = "Utilities to work with cabal-install files"; license = "GPL-2.0-or-later AND BSD-3-Clause"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48658,8 +48658,8 @@ self: { transformers unordered-containers ]; description = "Lenses and traversals for the Cabal library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48686,7 +48686,7 @@ self: { test-framework test-framework-hunit text ]; description = "Cabal support for creating Mac OSX application bundles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-meta" = callPackage @@ -48707,8 +48707,8 @@ self: { base hspec shelly system-filepath text unix ]; description = "build multiple packages at once"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48726,8 +48726,8 @@ self: { base containers directory filepath process simple-get-opt vty ]; description = "A monitor for cabal builds"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48745,8 +48745,8 @@ self: { base bytestring containers directory HTTP process tar ]; description = "Avoid Cabal dependency hell by constraining to known good versions. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48774,7 +48774,7 @@ self: { semialign singleton-bool text these topograph transformers vector ]; description = "Library and utility for processing cabal's plan.json file"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "cabal-progdeps" = callPackage @@ -48787,8 +48787,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal directory filepath ]; description = "Show dependencies of program being built in current directory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48805,8 +48805,8 @@ self: { uniplate ]; description = "Helpers for quering .cabal files or hackageDB's 00-index.tar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48828,7 +48828,7 @@ self: { simple-cabal simple-cmd simple-cmd-args time unix ]; description = "RPM packaging tool for Haskell Cabal-based packages"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "cabal-scripts" = callPackage @@ -48841,7 +48841,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "Shell scripts for support of Cabal maintenance"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-setup" = callPackage @@ -48854,8 +48854,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal ]; description = "The user interface for building and installing Cabal packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48873,7 +48873,7 @@ self: { base bytestring cereal directory filepath process tar zlib ]; description = "Sign and verify Cabal packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-sort" = callPackage @@ -48892,8 +48892,8 @@ self: { filepath process transformers utility-ht ]; description = "Topologically sort cabal packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48915,8 +48915,8 @@ self: { system-fileio system-filepath tar text transformers ]; description = "Alternative install procedure to avoid the diamond dependency issue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48932,8 +48932,8 @@ self: { base Cabal filepath ghc pqc QuickCheck ]; description = "Automated test tool for cabal projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48951,7 +48951,7 @@ self: { executableHaskellDepends = [ base directory filepath unix ]; testHaskellDepends = [ base hspec process regex-posix ]; description = "A program for finding temporary build file during cabal-test"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-test-compat" = callPackage @@ -48962,7 +48962,7 @@ self: { sha256 = "15lxyrza1n9saac1awjx482gi7wq3sshqf4ich6k9xkfj464lrdq"; libraryHaskellDepends = [ base Cabal QuickCheck ]; description = "Compatibility interface of cabal test-suite"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-test-quickcheck" = callPackage @@ -48975,8 +48975,8 @@ self: { editedCabalFile = "1q0zs98z8wvr0gzy27ff688fpsgwxjypwjsyzs8v2v6gqd49iwri"; libraryHaskellDepends = [ base Cabal QuickCheck ]; description = "QuickCheck for Cabal"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -48992,7 +48992,7 @@ self: { base binary bytestring Cabal containers ghc template-haskell ]; description = "Helper functions for writing custom Setup.hs scripts."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-uninstall" = callPackage @@ -49005,7 +49005,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath mtl process ]; description = "Uninstall cabal packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cabal-upload" = callPackage @@ -49018,8 +49018,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base filepath HTTP network ]; description = "Command-line tool for uploading packages to Hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49039,8 +49039,8 @@ self: { filepath mtl pretty process ]; description = "Create Arch Linux packages from Cabal packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49056,8 +49056,8 @@ self: { base Cabal hsemail hxt parsec process ]; description = "Cabal to Description-of-a-Project (DOAP)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49072,8 +49072,8 @@ self: { libraryHaskellDepends = [ base Cabal directory filepath ]; executableHaskellDepends = [ base curl directory ]; description = "make gentoo's .ebuild file from .cabal file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49092,8 +49092,8 @@ self: { text unordered-containers yaml ]; description = "A tool to generate .ghci file from .cabal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49130,8 +49130,8 @@ self: { export HOME="$TMPDIR/home" ''; description = "Convert Cabal files into Nix build instructions"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "cabal2spec" = callPackage @@ -49152,8 +49152,8 @@ self: { ]; testHaskellDepends = [ base Cabal filepath tasty tasty-golden ]; description = "Convert Cabal files into rpm spec files"; - license = stdenv.lib.licenses.gpl3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.gpl3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "cabalQuery" = callPackage @@ -49171,8 +49171,8 @@ self: { base Cabal containers directory MissingH ]; description = "A simple tool to query cabal files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49188,7 +49188,7 @@ self: { executableHaskellDepends = [ base directory filepath process ]; testHaskellDepends = [ base directory doctest filepath process ]; description = "alias for cabal install from given git repo"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cabalgraph" = callPackage @@ -49207,8 +49207,8 @@ self: { base bytestring Cabal containers directory filepath pretty process ]; description = "Generate pretty graphs of module trees from cabal files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49227,8 +49227,8 @@ self: { text ]; description = "Provides access to the cabal file data for shell scripts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49244,7 +49244,7 @@ self: { executableHaskellDepends = [ base Cabal cabalrpmdeps haskell98 ]; description = "Create mandriva rpm from cabal package"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49260,7 +49260,7 @@ self: { executableHaskellDepends = [ base Cabal filepath haskell98 ]; description = "Autogenerate rpm dependencies from cabal files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49274,8 +49274,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal ]; description = "Verify installed package version against user-specified constraints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49294,8 +49294,8 @@ self: { process unix ]; description = "Cabal binary sandboxes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49308,8 +49308,8 @@ self: { libraryHaskellDepends = [ base bytestring text ]; librarySystemDepends = [ cabocha ]; testHaskellDepends = [ base text-format ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {cabocha = null;}; @@ -49326,7 +49326,7 @@ self: { ]; testHaskellDepends = [ base clock hspec stm transformers ]; description = "An in-memory key/value store with expiration support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cache-polysemy" = callPackage @@ -49344,8 +49344,8 @@ self: { base cache clock hashable polysemy polysemy-plugin ]; description = "cached hashmaps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49363,8 +49363,8 @@ self: { quickcheck-assertions shake text ]; description = "Cache values to disk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49379,7 +49379,7 @@ self: { libraryHaskellDepends = [ base stm time transformers ]; executableHaskellDepends = [ base ]; description = "A simple library to cache a single IO action with timeout"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "cached-traversable" = callPackage @@ -49394,7 +49394,7 @@ self: { base binary bytestring containers directory filepath mtl ]; description = "Transparent, persistent caching of lazy, traversable structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "caching" = callPackage @@ -49412,8 +49412,8 @@ self: { base dlist hashable mtl psqueues ref-tf transformers ]; description = "Cache combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49430,8 +49430,8 @@ self: { base hspec stm stm-containers text time timespan ]; description = "A vault-style cache implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49472,7 +49472,7 @@ self: { temporary ]; description = "Command line client for Nix binary cache hosting https://cachix.org"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {inherit (pkgs) boost; inherit (pkgs) nix;}; "cachix-api" = callPackage @@ -49503,7 +49503,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Servant HTTP API specification for https://cachix.org"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "cacophony" = callPackage @@ -49530,8 +49530,8 @@ self: { async base base16-bytestring bytestring criterion deepseq ]; description = "A library implementing the Noise protocol"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49548,7 +49548,7 @@ self: { base binary bytestring hspec QuickCheck random ]; description = "That rabbit's got a vicious streak a mile wide!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "caf" = callPackage @@ -49559,7 +49559,7 @@ self: { sha256 = "1yrl3ffkfwgs4kljx57m1ldam087s7iby2qs74c4crxkrcj0j7a8"; libraryHaskellDepends = [ base ]; description = "A library of Concurrency Abstractions using Futures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cafeteria-prelude" = callPackage @@ -49570,8 +49570,8 @@ self: { sha256 = "1iyasmd8zcg98vy7ffhxyyr664f02ird5z7rks9n67ixv7n60mrl"; libraryHaskellDepends = [ base ]; description = "Prelude subsets—take only what you want!"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49590,8 +49590,8 @@ self: { mtl optparse-applicative process protocol-buffers protocol-buffers-descriptor template-haskell temporary text ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49610,7 +49610,7 @@ self: { ]; libraryPkgconfigDepends = [ cairo ]; description = "Binding to the Cairo library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) cairo;}; "cairo-appbase" = callPackage @@ -49624,7 +49624,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base cairo glib gtk ]; description = "A template for building new GUI applications using GTK and Cairo"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cairo-canvas" = callPackage @@ -49637,7 +49637,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base cairo linear mtl random time ]; description = "Simpler drawing API for Cairo"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cairo-core" = callPackage @@ -49657,8 +49657,8 @@ self: { libraryPkgconfigDepends = [ cairo ]; libraryToolDepends = [ c2hs ]; description = "Cairo Haskell binding (partial)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) cairo;}; @@ -49682,7 +49682,7 @@ self: { ]; description = "A build-system library and driver"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49712,8 +49712,8 @@ self: { transformers utf8-string ]; description = "Third cake the Makefile EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49731,8 +49731,8 @@ self: { base GLUT gluturtle lojbanParser yjsvg yjtools ]; description = "run turtle like LOGO with lojban"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49747,8 +49747,8 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base ]; description = "Calendar Layout Algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49762,7 +49762,7 @@ self: { librarySystemDepends = [ cal3d ]; description = "Haskell binding to the Cal3D animation library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {cal3d = null;}; @@ -49778,7 +49778,7 @@ self: { executableHaskellDepends = [ base cal3d cal3d-opengl OpenGL SDL ]; description = "Examples for the Cal3d animation library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49791,7 +49791,7 @@ self: { libraryHaskellDepends = [ base cal3d OpenGL ]; description = "OpenGL rendering for the Cal3D animation library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49822,8 +49822,8 @@ self: { unboxing-vector unordered-containers vector websockets x509-system ]; description = "A library for writing discord bots in haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49837,8 +49837,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base harpy haskell98 mtl ]; description = "A small compiler for arithmetic expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49860,8 +49860,8 @@ self: { base containers gtk parsec plot-gtk-ui QuickCheck ]; description = "A calculator repl, with variables, functions & Mathematica like dynamic plots"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49883,7 +49883,7 @@ self: { ]; description = "Calculation tool and library supporting units"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49901,8 +49901,8 @@ self: { base containers cpphs lens mtl parsec transformers ]; description = "a logic programming language based on the calculus of constructions"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49918,7 +49918,7 @@ self: { base containers html old-time utility-ht ]; description = "List years with the same calendars"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "calenderweek" = callPackage @@ -49933,8 +49933,8 @@ self: { base megaparsec optparse-generic text time ]; description = "Commandline tool to get week of the year"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49960,8 +49960,8 @@ self: { WAVE ]; description = "The call game engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -49983,8 +49983,8 @@ self: { hspec lens mtl process split trifecta unix ]; description = "A simple library to call Alloy given a specification"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50003,8 +50003,8 @@ self: { ]; executableHaskellDepends = [ base bytestring data-msgpack mtl ]; description = "Call Haskell functions from other languages via serialization and dynamic libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50017,7 +50017,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base nanospec ]; description = "Use GHC call-stacks in a backward compatible way"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "camfort" = callPackage @@ -50054,8 +50054,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "CamFort - Cambridge Fortran infrastructure"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) flint;}; @@ -50070,7 +50070,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base bytestring Imlib terminfo ]; description = "write image files onto 256(or 24bit) color terminals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "campfire" = callPackage @@ -50088,8 +50088,8 @@ self: { transformers unordered-containers url ]; description = "Haskell implementation of the Campfire API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50102,7 +50102,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base deepseq hspec HUnit mtl ]; description = "Generic implementation of the Has and CoHas patterns"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "candid" = callPackage @@ -50134,8 +50134,8 @@ self: { tasty-smallcheck template-haskell text unordered-containers vector ]; description = "Candid integration"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50147,8 +50147,8 @@ self: { sha256 = "1srixf1m7pzgr16y2xfckhi0xk9js68ps9zw8kvnw01c37x85f48"; libraryHaskellDepends = [ arithmoi array base containers random ]; description = "Arithmetic for Psychedelically Large Numbers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50160,8 +50160,8 @@ self: { sha256 = "0dg9d4v08gykbjmzafpakgwc51mq5d5m6ilmhp68czpl30sqjhwf"; libraryHaskellDepends = [ base deepseq directory filepath ]; description = "Abstract data type for canonical file paths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50185,8 +50185,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring containers criterion ]; description = "Canonical JSON for signing and hashing JSON values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50198,7 +50198,7 @@ self: { sha256 = "1dkw0w43ajjgpczp8hmclr93v9scl75rlnsmxdjvwmv9phpj5559"; libraryHaskellDepends = [ base unix yaml ]; description = "A pattern for configuring programs"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "canteven-http" = callPackage @@ -50217,8 +50217,8 @@ self: { transformers unix uuid wai wai-extra ]; description = "Utilities for HTTP programming"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50230,8 +50230,8 @@ self: { sha256 = "1vcax1ipkd8s44pasr8qdrgjav4n2jnxd2qwamrl7kf6lm1i8n18"; libraryHaskellDepends = [ aeson base ]; description = "data types to describe HTTP services"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50249,8 +50249,8 @@ self: { template-haskell text time transformers yaml ]; description = "A canteven way of setting up logging for your program"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50266,8 +50266,8 @@ self: { base Cabal old-locale time timezone-series tz ]; description = "Date / time parsing utilities that try to guess the date / time format"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50284,7 +50284,7 @@ self: { text ]; description = "A few utilites and helpers for using Template Haskell in your projects"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "cantor" = callPackage @@ -50306,8 +50306,8 @@ self: { hxt-xpath parsec QuickCheck split ]; description = "Application for analysis of java source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50325,7 +50325,7 @@ self: { testHaskellDepends = [ base containers hspec mtl ]; testToolDepends = [ hspec-discover ]; description = "Convert data to and from a natural number representation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cao" = callPackage @@ -50347,7 +50347,7 @@ self: { executableToolDepends = [ alex happy ]; description = "CAO Compiler"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50362,8 +50362,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ array base containers haskell98 ]; description = "Interprets and debug the cap language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50387,8 +50387,8 @@ self: { unliftio ]; description = "Extensional capabilities and deriving combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50410,7 +50410,7 @@ self: { tasty-hunit tasty-smallcheck teardown time uuid ]; description = "OTP-like supervision trees in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "capnp" = callPackage @@ -50449,8 +50449,8 @@ self: { safe-exceptions stm supervisors text transformers vector ]; description = "Cap'n Proto for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50462,8 +50462,8 @@ self: { sha256 = "0sik7svknaam6fhlvb4p1ijwaiwrgssrdl9gmq1wmfx66g069xi9"; libraryHaskellDepends = [ base ]; description = "A list-like type for lazy sequences, with a user-defined termination value"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50479,8 +50479,8 @@ self: { base Cabal directory filepath process ]; description = "A simple wrapper over cabal-install to operate in project-private mode"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50503,8 +50503,8 @@ self: { transformers utility-ht ]; description = "Simple web-server for organizing car-pooling for an event"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50529,8 +50529,8 @@ self: { test-framework-hunit test-framework-quickcheck2 transformers ]; description = "High-level OpenGL bindings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50545,8 +50545,8 @@ self: { base mysql-simple postgresql-simple split time ]; description = "some spaghetti code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50564,8 +50564,8 @@ self: { base bytestring filepath haskell98 IfElse MissingH ]; description = "Drop emails from threads being watched into special CC folder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50587,8 +50587,8 @@ self: { QuickCheck quiet random text transformers vector ]; description = "Algorithms for coin selection and fee balancing"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50621,8 +50621,8 @@ self: { ]; testToolDepends = [ cardano-tx ]; description = "Library utilities for constructing and signing Cardano transactions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {cardano-binary = null; cardano-crypto = null; cardano-crypto-wrapper = null; cardano-ledger = null; @@ -50645,8 +50645,8 @@ self: { highlighting-kate mtl pandoc pango process text time ]; description = "A presentation tool written with Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50664,7 +50664,7 @@ self: { testHaskellDepends = [ array base ix-shapable QuickCheck ]; benchmarkHaskellDepends = [ array base ]; description = "A C-compatible array library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "carte" = callPackage @@ -50682,8 +50682,8 @@ self: { time transformers tuple ]; description = "Carte: A commandline pastebin server"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50712,8 +50712,8 @@ self: { time transformers ]; description = "Specify Cabal files in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50733,7 +50733,7 @@ self: { time unix unordered-containers vector ]; description = "A hashing class for content-addressed storage"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cas-hashable-s3" = callPackage @@ -50749,7 +50749,7 @@ self: { resourcet ]; description = "ContentHashable instances for S3 objects"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cas-store" = callPackage @@ -50773,7 +50773,7 @@ self: { tasty tasty-hunit unix ]; description = "A content-addressed storage"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "casa-abbreviations-and-acronyms" = callPackage @@ -50795,8 +50795,8 @@ self: { optparse-applicative wreq ]; description = "CASA Abbreviations and Acronyms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50818,7 +50818,7 @@ self: { unliftio-core unordered-containers ]; description = "Client for Casa"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "casa-types" = callPackage @@ -50836,7 +50836,7 @@ self: { path-pieces persistent text ]; description = "Types for Casa"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "casa-types_0_0_2" = callPackage @@ -50852,8 +50852,8 @@ self: { path-pieces persistent text ]; description = "Types for Casa"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "casadi-bindings" = callPackage @@ -50877,8 +50877,8 @@ self: { test-framework-hunit test-framework-quickcheck2 vector ]; description = "mid-level bindings to CasADi"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {casadi = null;}; @@ -50895,8 +50895,8 @@ self: { ]; libraryPkgconfigDepends = [ casadi_control ]; description = "low level bindings to casadi-control"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {casadi_control = null;}; @@ -50913,8 +50913,8 @@ self: { ]; librarySystemDepends = [ casadi ]; description = "autogenerated low level bindings to casadi"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {casadi = null;}; @@ -50927,8 +50927,8 @@ self: { libraryHaskellDepends = [ base containers vector ]; librarySystemDepends = [ casadi ]; description = "low level bindings to CasADi"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {casadi = null;}; @@ -50945,8 +50945,8 @@ self: { ]; libraryPkgconfigDepends = [ casadi_ipopt_interface ]; description = "low level bindings to casadi-ipopt_interface"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {casadi_ipopt_interface = null;}; @@ -50963,8 +50963,8 @@ self: { ]; libraryPkgconfigDepends = [ casadi_snopt_interface ]; description = "low level bindings to casadi-snopt_interface"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {casadi_snopt_interface = null;}; @@ -50981,8 +50981,8 @@ self: { utf8-string web-routes ]; description = "DSL for HTML CSS (Cascading Style Sheets)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -50998,7 +50998,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit ]; description = "Convert between different cases"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "case-insensitive" = callPackage @@ -51015,7 +51015,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "Case insensitive string comparison"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "case-insensitive-match" = callPackage @@ -51036,7 +51036,7 @@ self: { text ]; description = "A simplified, faster way to do case-insensitive matching"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cased" = callPackage @@ -51047,8 +51047,8 @@ self: { sha256 = "08xdc0mpp6b6inaxh6cr6ni08sy2ahfcbq8xbs3m4cfqbrqfd543"; libraryHaskellDepends = [ base text ]; description = "Track string casing in its type"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ jb55 ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ jb55 ]; }) {}; "caseof" = callPackage @@ -51059,8 +51059,8 @@ self: { sha256 = "1j8r8ldaxgyvka3zpqfl8qp0mbwrnh1s1xl5fgx3jjzqxlisfdp3"; libraryHaskellDepends = [ base template-haskell ]; description = "Combinators for casing on constructors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51079,8 +51079,8 @@ self: { ]; benchmarkHaskellDepends = [ criterion mwc-random rerebase ]; description = "A converter for spinal, snake and camel cases"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51097,8 +51097,8 @@ self: { base deepseq haskell98 HaXml network parallel pretty ]; description = "the Computer Algebra SHell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51113,7 +51113,7 @@ self: { libraryHaskellDepends = [ base split ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Convert between various source code casing conventions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "casr-logbook" = callPackage @@ -51128,7 +51128,7 @@ self: { ]; description = "CASR 61.345 Pilot Personal Logbook"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-html" = callPackage @@ -51148,7 +51148,7 @@ self: { ]; description = "CASR 61.345 Pilot Personal Logbook HTML output"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-meta" = callPackage @@ -51165,7 +51165,7 @@ self: { ]; description = "Meta-information about entries in a CASR 61.345 logbook (casr-logbook)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-meta-html" = callPackage @@ -51186,7 +51186,7 @@ self: { ]; description = "Meta-information about entries in a CASR 61.345 logbook (casr-logbook) HTML output"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-reports" = callPackage @@ -51205,7 +51205,7 @@ self: { ]; description = "CASR 61.345 logbook (casr-logbook) reports."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-reports-html" = callPackage @@ -51226,7 +51226,7 @@ self: { ]; description = "CASR 61.345 logbook reports HTML output"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-reports-meta" = callPackage @@ -51245,7 +51245,7 @@ self: { ]; description = "Reports on meta-information about entries in a CASR 61.345 logbook (casr-logbook)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-reports-meta-html" = callPackage @@ -51268,7 +51268,7 @@ self: { ]; description = "HTML output for reports on meta-information about entries in a CASR 61.345 logbook"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "casr-logbook-types" = callPackage @@ -51287,7 +51287,7 @@ self: { ]; description = "CASR 61.345 Pilot Personal Logbook"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "cassandra-cql" = callPackage @@ -51305,8 +51305,8 @@ self: { uuid ]; description = "Haskell client for Cassandra's CQL protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51319,7 +51319,7 @@ self: { libraryHaskellDepends = [ base bytestring containers Thrift ]; description = "thrift bindings to the cassandra database"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "cassava" = callPackage @@ -51346,7 +51346,7 @@ self: { test-framework-quickcheck2 text unordered-containers vector ]; description = "A CSV parsing and encoding library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cassava-conduit" = callPackage @@ -51366,8 +51366,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Conduit interface for cassava package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51386,7 +51386,7 @@ self: { base bytestring cassava template-haskell vector ]; description = "CSV-file embedding library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cassava-generic" = callPackage @@ -51402,7 +51402,7 @@ self: { unordered-containers vector ]; description = "Cassave instances for functor-like datatypes like `Either String a`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cassava-megaparsec" = callPackage @@ -51420,7 +51420,7 @@ self: { base bytestring cassava hspec hspec-megaparsec vector ]; description = "Megaparsec parser of CSV files that plays nicely with Cassava"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cassava-records" = callPackage @@ -51442,8 +51442,8 @@ self: { unordered-containers vector ]; description = "Auto-generation of records data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51465,7 +51465,7 @@ self: { tasty-quickcheck vector ]; description = "io-streams interface for the cassava CSV library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cassette" = callPackage @@ -51476,8 +51476,8 @@ self: { sha256 = "04qnk1s4bdj3wbbxdwzzvpnhkcgma8c4qfkg454ybg7f8kyv6h7x"; libraryHaskellDepends = [ base ]; description = "A combinator library for simultaneously defining parsers and pretty printers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51505,8 +51505,8 @@ self: { test-framework-quickcheck2 text Thrift time ]; description = "A high level driver for the Cassandra datastore"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51518,7 +51518,7 @@ self: { sha256 = "14dwsy80v1k0d9ksxb83h5lrz311d3nsgzcxxvivcdj4jzjlbm94"; libraryHaskellDepends = [ base ]; description = "Abstact cast pattern"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "castagnoli" = callPackage @@ -51536,8 +51536,8 @@ self: { ]; testHaskellDepends = [ base bytestring primitive text ]; description = "Portable CRC-32C"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {primitive-slice = null;}; @@ -51560,7 +51560,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Multicast, thread-safe, and fast logger"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "castle" = callPackage @@ -51578,8 +51578,8 @@ self: { system-filepath text ]; description = "A tool to manage shared cabal-install sandboxes"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51594,8 +51594,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base gtk haskell98 mtl parsec ]; description = "Equation Manipulator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51608,8 +51608,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Exposes a Template Haskell function for generating catamorphisms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51621,8 +51621,8 @@ self: { sha256 = "05fvrkvqyj7xdn6vvdwhfbym7rg9fl7r7lzzcsr2cx59iqi23frx"; libraryHaskellDepends = [ base mtl transformers ]; description = "MonadThrow and MonadCatch, using functional dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51634,8 +51634,8 @@ self: { sha256 = "1kx6195mfnw4aqmcd1m4s8z5l1s8zh69in00p9a0mxm3xj3pfvpl"; libraryHaskellDepends = [ base newtype pointless-haskell void ]; description = "Categorical Monoids and Semirings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51647,7 +51647,7 @@ self: { sha256 = "18ihv16g4w0s6n89c64j4998hbsgzhp5w9ph2gdkygq7f30cx7f2"; libraryHaskellDepends = [ base void ]; description = "Categories"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "category" = callPackage @@ -51658,7 +51658,7 @@ self: { sha256 = "0iya7q3b1z1bxv4amsibmc1lrmf7dng76nzcnanwy300jm1n42w7"; libraryHaskellDepends = [ alg base dual transformers ]; description = "Categorical types and classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "category-extras" = callPackage @@ -51685,8 +51685,8 @@ self: { ]; doHaddock = false; description = "A meta-package documenting various packages inspired by category theory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51698,7 +51698,7 @@ self: { sha256 = "198bpnmmkwzx9z0n850pgzr2i9yw0kmd4g2m3fhifkhgy6zfidji"; libraryHaskellDepends = [ base bytestring comonad text ]; description = "Highbrow approach to type-safe printf format specifications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "category-traced" = callPackage @@ -51711,8 +51711,8 @@ self: { editedCabalFile = "0c4bb2wa3yd1blnji9i1bpx883y2q7aklqckyr5n8c5bzwwyb9ql"; libraryHaskellDepends = [ base categories ]; description = "Traced monoidal categories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51732,8 +51732,8 @@ self: { template-haskell terminal-size transformers vcs-revision ]; description = "Simple tool to display text files with line numbers and paging"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51745,7 +51745,7 @@ self: { sha256 = "0kydmb5f714pfgjz6drqi91m43bgs2sfap2nbww92xxyjbcls3j6"; libraryHaskellDepends = [ aeson base transformers validity ]; description = "Keep track of warnings and errors during calculations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cautious-file" = callPackage @@ -51763,8 +51763,8 @@ self: { base bytestring directory filepath unix ]; description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51781,8 +51781,8 @@ self: { base cautious genvalidity genvalidity-hspec genvalidity-hspec-aeson hspec QuickCheck ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51799,8 +51799,8 @@ self: { ]; testHaskellDepends = [ base base16-bytestring hspec ]; description = "Cayenne Low Power Payload"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "cayley-client" = callPackage @@ -51819,8 +51819,8 @@ self: { ]; testHaskellDepends = [ aeson base hspec unordered-containers ]; description = "A Haskell client for the Cayley graph database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51833,7 +51833,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base random ]; description = "Complex numbers, quaternions, octonions, sedenions, etc"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cblrepo" = callPackage @@ -51856,7 +51856,7 @@ self: { ]; description = "Tool to maintain a database of CABAL packages and their dependencies"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "cbor-tool" = callPackage @@ -51877,7 +51877,7 @@ self: { scientific text unordered-containers vector ]; description = "A tool for manipulating CBOR"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cborg" = callPackage @@ -51901,7 +51901,7 @@ self: { tasty-hunit tasty-quickcheck text vector ]; description = "Concise Binary Object Representation (CBOR)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cborg-json" = callPackage @@ -51924,7 +51924,7 @@ self: { zlib ]; description = "A library for encoding JSON as CBOR"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ccast" = callPackage @@ -51935,7 +51935,7 @@ self: { sha256 = "1yls8b1kjmdc8gh1i4vaaav1sgvfccyjfqxjpvb7gw27ivma3v7l"; libraryHaskellDepends = [ base template-haskell ]; description = "typesafe c-style casts; useful for FFI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cci" = callPackage @@ -51957,8 +51957,8 @@ self: { process random time ]; description = "Bindings for the CCI networking library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {cci = null;}; @@ -51970,8 +51970,8 @@ self: { sha256 = "18gnm6skzdnh6cis7l7v3d5813zn6irw6nywg6shffrn8v2y6xh7"; libraryHaskellDepends = [ base bytestring ]; description = "A Haskell implementation of the CCNx network protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -51988,8 +51988,8 @@ self: { ]; librarySystemDepends = [ dttools ]; description = "High-level interface to CCTools' WorkQueue library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {dttools = null;}; @@ -52011,7 +52011,7 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Extract dependencies from C code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cedict" = callPackage @@ -52029,7 +52029,7 @@ self: { ]; description = "Convenient Chinese phrase & character lookup"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52044,8 +52044,8 @@ self: { libraryHaskellDepends = [ base bytestring text time ]; testHaskellDepends = [ base directory doctest filepath ]; description = "CEF log format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52059,8 +52059,8 @@ self: { librarySystemDepends = [ cef ]; libraryPkgconfigDepends = [ gtk2 ]; description = "Raw CEF3 bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {cef = null; inherit (pkgs) gtk2;}; @@ -52072,8 +52072,8 @@ self: { sha256 = "0h4k5mcbpxxv7nd9vf3nc2ynsnncc97q3q5s58gj10q2qpmvl1v7"; libraryHaskellDepends = [ base cef3-raw ]; description = "Simple wrapper around cef3-raw"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52097,8 +52097,8 @@ self: { text transformers vaultaire-common ]; description = "Common Haskell types and encoding for OpenStack Ceilometer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52112,8 +52112,8 @@ self: { libraryPkgconfigDepends = [ gtk2 ]; libraryToolDepends = [ c2hs ]; description = "Cairo-based CellRenderer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtk2;}; @@ -52138,8 +52138,8 @@ self: { ]; testHaskellDepends = [ base hspec raw-strings-qq ]; description = "A tool to build a novel"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52167,8 +52167,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Protect and control API access with cerberus"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52188,7 +52188,7 @@ self: { test-framework-quickcheck2 ]; description = "A binary serialization library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cereal-conduit" = callPackage @@ -52208,7 +52208,7 @@ self: { base bytestring cereal conduit HUnit mtl transformers ]; description = "Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cereal-data-dword" = callPackage @@ -52219,7 +52219,7 @@ self: { sha256 = "14z0h7hz170l1zhz7add01q9n0v2diijskdrwfzqhvcka7a69566"; libraryHaskellDepends = [ base cereal data-dword ]; description = "Integration of \"cereal\" and \"data-dword\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cereal-derive" = callPackage @@ -52230,8 +52230,8 @@ self: { sha256 = "04mlg1r2qvrwdzcfbf1aqs4bf9n2gc7cwv73fbhld2ji5naa6fwb"; libraryHaskellDepends = [ base cereal ghc-prim ]; description = "Automatic deriving of Serialize using GHC.Generics"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52243,8 +52243,8 @@ self: { sha256 = "0lpsj4f7v4sgrr6lf8jl07xwj8j3i3wj23as0imswk71f7xwfnnk"; libraryHaskellDepends = [ base bytestring cereal enumerator ]; description = "Deserialize things with cereal and enumerator"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52256,8 +52256,8 @@ self: { sha256 = "1gr22ziz9bj4q3y8j1vg46m648zqvbajfdks8p64xc28ci25pw2s"; libraryHaskellDepends = [ array base cereal ]; description = "Floating point support for the 'cereal' serialization library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52280,8 +52280,8 @@ self: { criterion io-streams ]; description = "io-streams support for the cereal binary serialization library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52305,8 +52305,8 @@ self: { unordered-containers vector ]; description = "An extended serialization library on top of \"cereal\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52329,8 +52329,8 @@ self: { criterion io-streams transformers ]; description = "Use cereal to encode/decode io-streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52342,7 +52342,7 @@ self: { sha256 = "0k1ml0z5rksvrhz15i9afld7bybgylqmy5nmvik3p98zd3s1ayiw"; libraryHaskellDepends = [ base cereal text ]; description = "Data.Text instances for the cereal serialization library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "cereal-time" = callPackage @@ -52354,8 +52354,8 @@ self: { libraryHaskellDepends = [ base cereal time ]; testHaskellDepends = [ base cereal hspec QuickCheck time ]; description = "Serialize instances for types from `time` package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52369,7 +52369,7 @@ self: { base cereal hashable unordered-containers ]; description = "Integration of \"cereal\" and \"unordered-containers\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cereal-uuid" = callPackage @@ -52380,7 +52380,7 @@ self: { sha256 = "1jg8rkndb1q1l0dnqrkkl0mlsxkcyqcfldb5k8kk9d2lg3plz030"; libraryHaskellDepends = [ base cereal uuid ]; description = "Integration of \"cereal\" and \"uuid\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cereal-vector" = callPackage @@ -52392,7 +52392,7 @@ self: { libraryHaskellDepends = [ base bytestring cereal vector ]; testHaskellDepends = [ base cereal QuickCheck vector ]; description = "Serialize instances for Data.Vector types."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "certificate" = callPackage @@ -52413,8 +52413,8 @@ self: { directory filepath mtl pem process time ]; description = "Certificates and Key Reader/Writer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52432,8 +52432,8 @@ self: { test-framework-th ]; description = "Exact real arithmetic using continued fractions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52450,8 +52450,8 @@ self: { aeson base containers hspec raw-strings-qq ]; description = "A library getting the environment when running on Cloud Foundry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52469,8 +52469,8 @@ self: { base bytestring containers data-default dequeue mtl ]; description = "cfipu processor for toy brainfuck-like language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52489,8 +52489,8 @@ self: { value-supply ]; description = "Constraint Functional-Logic Programming in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52508,8 +52508,8 @@ self: { base bytestring containers data-default dequeue mtl ]; description = "cfopu processor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52530,8 +52530,8 @@ self: { unordered-containers utf8-string void ]; description = "Parser for categorial grammars"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52551,8 +52551,8 @@ self: { ]; doHaddock = false; description = "generates Haskell bindings and C wrappers for C++ libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52571,7 +52571,7 @@ self: { parsec time xhtml ]; description = "A library for writing CGI programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cgi-undecidable" = callPackage @@ -52582,7 +52582,7 @@ self: { sha256 = "1xh3q0s7398gd3513ycxypnj0m9jn0kdbb7459dsb459kbvzdpab"; libraryHaskellDepends = [ base cgi mtl ]; description = "Undecidable instances for the cgi package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cgi-utils" = callPackage @@ -52595,8 +52595,8 @@ self: { editedCabalFile = "0lnx7n8pagi3pw57cz4nz01lhfjmsyhk3z3kwgfrmdyrb3kb276z"; libraryHaskellDepends = [ base cgi containers mtl random ]; description = "Simple modular utilities for CGI/FastCGI (sessions, etc.)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52622,8 +52622,8 @@ self: { unordered-containers utf8-string yaml ]; description = "Command line tool"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52636,7 +52636,7 @@ self: { libraryHaskellDepends = [ base containers JuicyPixels ]; testHaskellDepends = [ base containers hspec JuicyPixels ]; description = "Library decoding chain codes from images"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "chainweb-mining-client" = callPackage @@ -52662,8 +52662,8 @@ self: { wai-extra ]; description = "Mining Client for Kadena Chainweb"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52711,8 +52711,8 @@ self: { wai-middleware-prometheus warp ]; description = "A REST Web Api server template for building (micro)services"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52724,7 +52724,7 @@ self: { sha256 = "1iyyz3rmnry3myw985qmqjyikhq41dw16rjs5gfgqbx7j1wrykpj"; libraryHaskellDepends = [ base ]; description = "Terminal string styling"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "chalkboard" = callPackage @@ -52742,8 +52742,8 @@ self: { data-reify directory GLUT OpenGLRaw process time ]; description = "Combinators for building and processing 2D images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52755,8 +52755,8 @@ self: { sha256 = "1gvnp176j8gd0s6wzq10zpiqkn3wma99pwn3f78wgxm9rh588gh2"; libraryHaskellDepends = [ array base chalkboard GLUT OpenGL time ]; description = "OpenGL based viewer for chalkboard rendered images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52769,7 +52769,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ array base process random ]; description = "Hardware description EDSL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chan" = callPackage @@ -52781,7 +52781,7 @@ self: { libraryHaskellDepends = [ async base stm ]; testHaskellDepends = [ async base stm ]; description = "Some extra kit for Chans"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chan-split" = callPackage @@ -52792,7 +52792,7 @@ self: { sha256 = "1mzvrxcf263gs61hj7gafra1cqvpfbzy7rza7ql0xvnmj2g2ybrc"; libraryHaskellDepends = [ base stm ]; description = "Concurrent Chans as read/write pairs. Also provides generic Chan pair class."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "change-monger" = callPackage @@ -52806,7 +52806,7 @@ self: { libraryHaskellDepends = [ base process ]; executableHaskellDepends = [ directory ]; description = "Parse VCS changelogs into ChangeLogs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "changelogged" = callPackage @@ -52835,7 +52835,7 @@ self: { unordered-containers ]; description = "Changelog manager for Git projects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "char-decode" = callPackage @@ -52849,7 +52849,7 @@ self: { libraryHaskellDepends = [ base bytestring text ]; testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "Convert legacy byte encodings to and from Unicode"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "char-qq" = callPackage @@ -52860,7 +52860,7 @@ self: { sha256 = "01mbavg50g64bmlvjr499hzv1975imri2zwj91964g58xghfba9q"; libraryHaskellDepends = [ base template-haskell ]; description = "Quasiquoters for characters and codepoints"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "character-cases" = callPackage @@ -52879,8 +52879,8 @@ self: { template-haskell ]; description = "Exposes subspecies types of Char. And naming cases."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52904,8 +52904,8 @@ self: { random snap snap-core snap-extras snap-server text xmlhtml ]; description = "Rapid prototyping websites with Snap and Heist"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52923,7 +52923,7 @@ self: { array base bytestring containers semigroups unordered-containers ]; description = "Fast unicode character sets based on complemented PATRICIA tries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "charsetdetect" = callPackage @@ -52964,8 +52964,8 @@ self: { filepath hashable lens optparse-applicative text time ]; description = "Command-line utility to draw charts from input data easily"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -52977,8 +52977,8 @@ self: { sha256 = "0sfv86c9sj8ihrrv56kk61fkzikxh765rz4lrp5paymri5l0m408"; libraryHaskellDepends = [ base Chart ]; description = "Easily render histograms with Chart"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53009,8 +53009,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "Charting library targetting SVGs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53034,8 +53034,8 @@ self: { executableHaskellDepends = [ base numhask ]; testHaskellDepends = [ base doctest numhask ]; description = "See readme.md"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53060,8 +53060,8 @@ self: { tasty-hspec ]; description = "Native haskell charts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53089,8 +53089,8 @@ self: { aeson async base bytestring containers http-types mtl one-liner process scientific text wai warp ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53113,7 +53113,7 @@ self: { vector ]; description = "Chase & Lev work-stealing lock-free double-ended queues (deques)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chassis" = callPackage @@ -53132,7 +53132,7 @@ self: { profunctors rio text time vinyl ]; description = "Prelude with algebraic constructs and polykinds on"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "chatter" = callPackage @@ -53166,8 +53166,8 @@ self: { tasty-quickcheck text tokenize unordered-containers ]; description = "A library of simple NLP algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53185,7 +53185,7 @@ self: { template-haskell text time transformers unix ]; description = "Some monad transformers and typeclasses for text in- and output abstraction"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "chatty-text" = callPackage @@ -53198,8 +53198,8 @@ self: { editedCabalFile = "11vpzarrbk0jlsnamrnf4xp3gzkgwrbs6x5mr9m5rr4lrw1f9q0v"; libraryHaskellDepends = [ base chatty transformers ]; description = "Provides some classes and types for dealing with text, using the fundaments of Chatty"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53211,7 +53211,7 @@ self: { sha256 = "1pzg0bf73shwl91x4011khw62wgv33y5862gq110q8g913w4jrjw"; libraryHaskellDepends = [ base mtl text transformers ]; description = "Some utilities every serious chatty-based application may need"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "chatwork" = callPackage @@ -53239,8 +53239,8 @@ self: { servant-server text warp ]; description = "The ChatWork API in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53262,7 +53262,7 @@ self: { ]; executableHaskellDepends = [ base blaze-html bytestring text ]; description = "Experimental markdown processor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cheapskate-highlight" = callPackage @@ -53279,7 +53279,7 @@ self: { base blaze-html cheapskate highlighting-kate text ]; description = "Code highlighting for cheapskate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cheapskate-lucid" = callPackage @@ -53292,7 +53292,7 @@ self: { editedCabalFile = "197nx95xw21i7zyvgzcgnr36ab6vrk17c66iz8ndwz61vp1jf6hc"; libraryHaskellDepends = [ base blaze-html cheapskate lucid ]; description = "Use cheapskate with Lucid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cheapskate-terminal" = callPackage @@ -53318,8 +53318,8 @@ self: { hscolour terminal-size text ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53332,7 +53332,7 @@ self: { libraryHaskellDepends = [ base bytestring email-validate ]; librarySystemDepends = [ resolv ]; description = "Confirm whether an email is valid and probably existant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {resolv = null;}; "check-pvp" = callPackage @@ -53351,8 +53351,8 @@ self: { haskell-src-exts hse-cpp non-empty tagged transformers utility-ht ]; description = "Check whether module and package imports conform to the PVP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53366,8 +53366,8 @@ self: { editedCabalFile = "110g32gvn5cjdf4cbvv642asziinsh50b1c5675qzza77jg7hwid"; libraryHaskellDepends = [ base ]; description = "Bounds-checking integer types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53381,7 +53381,7 @@ self: { array base QuickCheck random semigroupoids ]; description = "Check properties on standard classes and data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "checkmate" = callPackage @@ -53411,8 +53411,8 @@ self: { QuickCheck quickcheck-text temporary text ]; description = "Generate checklists relevant to a given patch"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53424,7 +53424,7 @@ self: { sha256 = "0327lihvibnhs2c0gnmm13g6iaw53ka3w2j1rng4d1vnrxphyyik"; libraryHaskellDepends = [ base explicit-exception utility-ht ]; description = "Compute and verify checksums of ISBN, IBAN, etc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chell" = callPackage @@ -53442,7 +53442,7 @@ self: { template-haskell text transformers ]; description = "A simple and intuitive library for automated testing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "chell-hunit" = callPackage @@ -53453,7 +53453,7 @@ self: { sha256 = "18p9rhs81b43jb95dqg650h3cajsw45w7cgsavkm18h0qhrz41kb"; libraryHaskellDepends = [ base chell HUnit ]; description = "HUnit support for the Chell testing library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "chell-quickcheck" = callPackage @@ -53464,8 +53464,8 @@ self: { sha256 = "0n8c57n88r2bx0bh8nabsz07m42rh23ahs3hgyzf8gr76l08zq03"; libraryHaskellDepends = [ base chell QuickCheck random ]; description = "QuickCheck support for the Chell testing library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53493,8 +53493,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "The core library for Cherry Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {cherry-core = null;}; @@ -53528,8 +53528,8 @@ self: { process random stm text time unordered-containers vector ]; description = "Basic chess library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53543,7 +53543,7 @@ self: { array attoparsec base bytestring containers ]; description = "Simple library for validating chess moves and parsing PGN files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chevalier-common" = callPackage @@ -53560,8 +53560,8 @@ self: { protobuf text unordered-containers vaultaire-common zeromq4-haskell ]; description = "Query interface for Chevalier"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53586,8 +53586,8 @@ self: { typed-process unix unliftio ]; description = "tmux api"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53609,7 +53609,7 @@ self: { ]; benchmarkHaskellDepends = [ base gauge mtl random ]; description = "Lazy infinite streams with O(1) indexing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chiphunk" = callPackage @@ -53627,8 +53627,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "Haskell bindings for Chipmunk2D physics engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53648,8 +53648,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Helper for the Major System"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53661,7 +53661,7 @@ self: { sha256 = "0qcyf6nqi0nyhbf3xwyib95y29j5ir94d5vg449mkpr92crf8ryk"; libraryHaskellDepends = [ base ]; description = "A solution to boolean blindness"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "choose" = callPackage @@ -53672,8 +53672,8 @@ self: { sha256 = "1kzyl1n7shrsagkaqxb9ac9iyjzxn4f1f7hmxgid12iwfd5yqsg3"; libraryHaskellDepends = [ base MonadRandom ]; description = "Choose random elements from a stream"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53690,8 +53690,8 @@ self: { base choose optparse-applicative text ]; description = "Command-line program to choose random element from a stream"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53709,8 +53709,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A module containing basic functions that the prelude does not offer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53728,8 +53728,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A module containing basic geo functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53745,8 +53745,8 @@ self: { base containers deepseq extensible-exceptions pretty stm ]; description = "An implementation of concurrency ideas from Communicating Sequential Processes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53758,8 +53758,8 @@ self: { sha256 = "1x14xl9hm9n3zczj6xhffvpac09q5a13i94fhkq2kzj2s3rk1b4z"; libraryHaskellDepends = [ base chp chp-plus mtl ]; description = "MTL class instances for the CHP library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53776,8 +53776,8 @@ self: { QuickCheck stm ]; description = "A set of high-level concurrency utilities built on Communicating Haskell Processes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53793,8 +53793,8 @@ self: { base containers deepseq mtl pretty TypeCompose ]; description = "A mirror implementation of chp that generates a specification of the program"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53806,8 +53806,8 @@ self: { sha256 = "0d4hcqpjxmns1fhq918s6z9f4bxlbjlkxzq5xkpqwjxpzy83wq23"; libraryHaskellDepends = [ base chp chp-plus transformers ]; description = "Transformers instances for the CHP library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53824,8 +53824,8 @@ self: { pqueue unordered-containers ]; description = "Constraint Handling Rules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53844,7 +53844,7 @@ self: { unordered-containers vector ]; description = "Datatypes required for chr library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chr-lang" = callPackage @@ -53863,8 +53863,8 @@ self: { ]; executableHaskellDepends = [ base chr-data ]; description = "AST + surface language around chr"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53878,8 +53878,8 @@ self: { editedCabalFile = "0h3qyn306sxqsvxmz9hfba169nkc3hx7ygkxr5j2sz033fvi31jc"; libraryHaskellDepends = [ base containers uulib ]; description = "Parsing for chr library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53893,7 +53893,7 @@ self: { editedCabalFile = "15v5bv7azi7qw33rg849wggpy07ingd8fp24dm0azwgwsqd05mb9"; libraryHaskellDepends = [ base containers ]; description = "Pretty printing for chr library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chromatin" = callPackage @@ -53928,8 +53928,8 @@ self: { strings transformers typed-process unliftio ]; description = "neovim package manager"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53943,8 +53943,8 @@ self: { base deepseq ghc-prim thyme vector-space ]; description = "measure timings of data evaluation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -53961,7 +53961,7 @@ self: { aeson base bytestring hourglass hspec QuickCheck vector ]; description = "Time to manipulate time"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "chronos" = callPackage @@ -53989,7 +53989,7 @@ self: { text thyme time vector ]; description = "A performant time library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chronos-bench" = callPackage @@ -54009,8 +54009,8 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; benchmarkHaskellDepends = [ base ]; description = "Benchmarking tool with focus on comparing results"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54024,7 +54024,7 @@ self: { editedCabalFile = "04fh1g2wfm69hz1hjg4ds2c3npdx6z2mgwddlkqr2sdbnngnmv10"; libraryHaskellDepends = [ base Cabal chs-deps ]; description = "Cabal with c2hs dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chs-deps" = callPackage @@ -54041,7 +54041,7 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "c2hs dependency analyzer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "chu2" = callPackage @@ -54058,8 +54058,8 @@ self: { utf8-string ]; description = "FFI for Chu2 Agda Web Server Interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54078,7 +54078,7 @@ self: { testHaskellDepends = [ base HUnit text transformers unix ]; description = "Behaviour Driven Development like Cucumber for Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "chunked-data" = callPackage @@ -54093,7 +54093,7 @@ self: { base bytestring containers semigroups text transformers vector ]; description = "Typeclasses for dealing with various chunked data representations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "chunks" = callPackage @@ -54105,7 +54105,7 @@ self: { libraryHaskellDepends = [ base haskell98 parsec template-haskell ]; description = "Simple template library with static safety"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54121,8 +54121,8 @@ self: { executableHaskellDepends = [ base binary bytestring text ]; testHaskellDepends = [ base binary bytestring HUnit text ]; description = "Human-readable storage of text/binary objects"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54134,8 +54134,8 @@ self: { sha256 = "018k9a014q4zprsla5k5hrdq1zwpp7hmckc0ldaj7nf6vg1hxas2"; libraryHaskellDepends = [ base ]; description = "Automatically convert Generic instances to and from church representations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54148,7 +54148,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "Removed; please see fmlist"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "church-maybe" = callPackage @@ -54159,8 +54159,8 @@ self: { sha256 = "0zcpqsaq5ic8zw88r1kqjb592qy174b0ljjhj5qp90cvzmm7bwyz"; libraryHaskellDepends = [ base deepseq semigroupoids semigroups ]; description = "Church encoded Maybe"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54174,7 +54174,7 @@ self: { base bifunctors semigroups transformers ]; description = "Church encoded pair"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "churros" = callPackage @@ -54192,8 +54192,8 @@ self: { async base containers doctest random stm time unagi-chan ]; description = "Channel/Arrow based streaming computation library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54216,8 +54216,8 @@ self: { uuid wreq ]; description = "Cielo API v3 Bindings for Haskell"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54229,8 +54229,8 @@ self: { sha256 = "0farjdyq6w33jm0qqdkfd6l7b8rr6k55dqfha643mj6nh1y904az"; libraryHaskellDepends = [ base bytestring language-c ]; description = "An interface to CIL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54251,7 +54251,7 @@ self: { executableHaskellDepends = [ base bytestring groom text ]; testHaskellDepends = [ base hspec ]; description = "Simple C-like programming language"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "cinvoke" = callPackage @@ -54263,8 +54263,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ cinvoke ]; description = "A binding to cinvoke"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {cinvoke = null;}; @@ -54276,8 +54276,8 @@ self: { sha256 = "0518cbfyjh13ghihvnxvbhlw4060cqw5047bdrflphmigwbvpplb"; libraryHaskellDepends = [ base monad-stm mtl parallel-io stm ]; description = "A monad for concurrent IO on a thread pool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54303,7 +54303,7 @@ self: { crypto-cipher-types mtl ]; description = "Fast AES cipher implementation with advanced mode of operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cipher-aes128" = callPackage @@ -54326,7 +54326,7 @@ self: { base bytestring cereal criterion crypto-api entropy tagged ]; description = "AES and common modes using AES-NI when available"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cipher-blowfish" = callPackage @@ -54351,8 +54351,8 @@ self: { crypto-cipher-types mtl ]; description = "Blowfish cipher"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54378,7 +54378,7 @@ self: { crypto-cipher-types mtl ]; description = "Camellia block cipher primitives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cipher-des" = callPackage @@ -54403,7 +54403,7 @@ self: { crypto-cipher-types mtl ]; description = "DES and 3DES primitives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cipher-rc4" = callPackage @@ -54428,7 +54428,7 @@ self: { crypto-cipher-types deepseq mtl ]; description = "Fast RC4 cipher implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cipher-rc5" = callPackage @@ -54439,7 +54439,7 @@ self: { sha256 = "0l9lhyqn74mlgwm4mplm94i0x2xjmvnxnp8nm3h6aj8v5ishl1md"; libraryHaskellDepends = [ base split ]; description = "Pure RC5 implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ciphersaber2" = callPackage @@ -54453,8 +54453,8 @@ self: { libraryHaskellDepends = [ array base bytestring ]; executableHaskellDepends = [ array base bytestring parseargs ]; description = "Implementation of CipherSaber2 RC4 cryptography"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54466,7 +54466,7 @@ self: { sha256 = "0n3m7kjyqic10dl06zic5qjb1yb1ff8jn9d1wchrarkprcw25knc"; libraryHaskellDepends = [ base directory mtl ]; description = "A Compiler IR Compiler"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "circle-packing" = callPackage @@ -54479,7 +54479,7 @@ self: { editedCabalFile = "1jp1b6l5v1llmggy316s4bb78wjvgq8iya0i2zz4k5v6l5dl8ln2"; libraryHaskellDepends = [ base ]; description = "Simple heuristic for packing discs of varying radii in a circle"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "circlehs" = callPackage @@ -54496,8 +54496,8 @@ self: { text time transformers unordered-containers ]; description = "The CircleCI REST API for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54526,7 +54526,7 @@ self: { unordered-containers ]; description = "An implementation of the \"circuit breaker\" pattern to disable repeated calls to a failing system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "circular" = callPackage @@ -54543,8 +54543,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion vector ]; description = "Circular fixed-sized mutable vectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54556,7 +54556,7 @@ self: { sha256 = "11qnc8rbw9zxrsaa49x5wmkrnr0vi6pgb1j18nrn40sbbww95xrz"; libraryHaskellDepends = [ aeson base text vector ]; description = "Cirru Parser in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cisco-spark-api" = callPackage @@ -54584,7 +54584,7 @@ self: { http-conduit http-types network-uri text wai warp ]; description = "DEPRECATED in favor of webex-teams-api"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "citation-resolve" = callPackage @@ -54607,8 +54607,8 @@ self: { base directory doctest filepath hspec MissingH QuickCheck ]; description = "convert document IDs such as DOI, ISBN, arXiv ID to bibliographic reference"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54635,7 +54635,7 @@ self: { text timeit transformers ]; description = "Generates citations and bibliography from CSL styles"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "citeproc-hs" = callPackage @@ -54654,8 +54654,8 @@ self: { syb time utf8-string ]; description = "A Citation Style Language implementation in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54675,8 +54675,8 @@ self: { pandoc pandoc-types parsec tagsoup texmath utf8-string yaml ]; description = "A Pandoc filter for processing bibliographic references with citeproc-hs"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54694,7 +54694,7 @@ self: { test-framework-quickcheck2 ]; description = "Bindings to CityHash"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cj-token" = callPackage @@ -54716,8 +54716,8 @@ self: { base hspec jwt QuickCheck text text-conversions time ]; description = "A new Haskeleton package"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54735,8 +54735,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Data about Chinese, Japanese and Korean characters and languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54750,8 +54750,8 @@ self: { testHaskellDepends = [ base criterion random ]; benchmarkHaskellDepends = [ base criterion ]; description = "Clifford Algebra of three dimensional space"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54763,8 +54763,8 @@ self: { sha256 = "0sa1gaclh7b3mpqiiyqqn2gqfwkwj2ig5yzjk1y0hkzyc7rz4l3k"; libraryHaskellDepends = [ base cl3 hmatrix ]; description = "Interface to/from Cl3 and HMatrix"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54776,8 +54776,8 @@ self: { sha256 = "15431azhvwk2fcd3aca5snpqrp8kf7zdlbyxh99i1xfdhvq4vc78"; libraryHaskellDepends = [ base cl3 linear ]; description = "Interface to/from Cl3 and Linear"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54796,8 +54796,8 @@ self: { split ]; description = "Simple CLI RPN calculator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54832,8 +54832,8 @@ self: { tasty-th transformers-compat ]; description = "Compiles Clafer models to other formats: Alloy, JavaScript, JSON, HTML, Dot"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54866,8 +54866,8 @@ self: { tasty-hunit tasty-th transformers transformers-compat ]; description = "claferIG is an interactive tool that generates instances of Clafer models"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54887,8 +54887,8 @@ self: { utf8-string ]; description = "A wiki-based IDE for literate modeling with Clafer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54901,8 +54901,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring text ]; testHaskellDepends = [ aeson base bytestring ]; description = "JSON Compilation Database Format encoding and decoding"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54925,8 +54925,8 @@ self: { librarySystemDepends = [ clang ]; testHaskellDepends = [ base bytestring lens ]; description = "Pure C++ code analysis with libclang"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (self.llvmPackages) clang;}; @@ -54942,8 +54942,8 @@ self: { base bytestring directory safe strict time ]; description = "Command-line spaced-repetition software"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54961,8 +54961,8 @@ self: { lens-aeson scientific text unordered-containers vector wreq ]; description = "API Client for the Clarifai API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -54982,8 +54982,8 @@ self: { th-lift time transformers utility-ht vhdl ]; description = "CAES Language for Synchronous Hardware (CLaSH)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55013,8 +55013,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "CAES Language for Synchronous Hardware"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55052,8 +55052,8 @@ self: { tasty-hunit template-haskell text transformers unordered-containers ]; description = "CAES Language for Synchronous Hardware - As a Library"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55068,8 +55068,8 @@ self: { libraryHaskellDepends = [ base clash-prelude deepseq ghc-typelits-knownnat QuickCheck ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55108,8 +55108,8 @@ self: { base criterion deepseq template-haskell ]; description = "CAES Language for Synchronous Hardware - Prelude library"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55123,7 +55123,7 @@ self: { libraryHaskellDepends = [ base clash-prelude QuickCheck ]; description = "QuickCheck instances for various types in the CλaSH Prelude"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "clash-systemverilog" = callPackage @@ -55140,8 +55140,8 @@ self: { unordered-containers wl-pprint-text ]; description = "CAES Language for Synchronous Hardware - SystemVerilog backend"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55159,8 +55159,8 @@ self: { unordered-containers wl-pprint-text ]; description = "CAES Language for Synchronous Hardware - Verilog backend"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55178,8 +55178,8 @@ self: { unordered-containers wl-pprint-text ]; description = "CAES Language for Synchronous Hardware - VHDL backend"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55191,7 +55191,7 @@ self: { sha256 = "03d4ygqhqbg4cvfjp8c5cyy0fkgf1fpzc1li45bqc555jrxwszwr"; libraryHaskellDepends = [ base containers mtl ]; description = "Library for classification of media files"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "classify-frog" = callPackage @@ -55222,8 +55222,8 @@ self: { xml-basic ]; description = "Classify sounds produced by Xenopus laevis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55240,8 +55240,8 @@ self: { vector wreq ]; description = "Super simple InfluxDB package in Classy-MTL style"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55262,8 +55262,8 @@ self: { executableHaskellDepends = [ base miso rfc ]; testHaskellDepends = [ base miso rfc ]; description = "Typeclass based support for Miso, the Tasty Web Framework for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55279,8 +55279,8 @@ self: { base lifted-base monad-control parallel resourcet transformers ]; description = "Fork of the monad-parallel package using monad-control"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55307,7 +55307,7 @@ self: { base containers hspec QuickCheck transformers unordered-containers ]; description = "A typeclass-based Prelude"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "classy-prelude-conduit" = callPackage @@ -55326,7 +55326,7 @@ self: { base bytestring conduit hspec QuickCheck transformers ]; description = "classy-prelude together with conduit functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "classy-prelude-yesod" = callPackage @@ -55344,7 +55344,7 @@ self: { yesod-static ]; description = "Provide a classy prelude including common Yesod functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "classyplate" = callPackage @@ -55358,8 +55358,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; benchmarkHaskellDepends = [ base criterion parallel uniplate ]; description = "Fuseable type-class based generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55373,7 +55373,7 @@ self: { testHaskellDepends = [ base hspec hspec-discover mtl text ]; testToolDepends = [ hspec-discover ]; description = "CSS preprocessor as embedded Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clckwrks" = callPackage @@ -55407,8 +55407,8 @@ self: { librarySystemDepends = [ openssl ]; libraryToolDepends = [ hsx2hs ]; description = "A secure, reliable content management system (CMS) and blogging platform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl;}; @@ -55431,8 +55431,8 @@ self: { parsec ]; description = "a command-line interface for adminstrating some aspects of clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55454,8 +55454,8 @@ self: { ]; executableToolDepends = [ hsx2hs ]; description = "clckwrks.com"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55481,8 +55481,8 @@ self: { ]; libraryToolDepends = [ hsx2hs ]; description = "bug tracking plugin for clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55506,8 +55506,8 @@ self: { ]; libraryToolDepends = [ hsx2hs ]; description = "ircbot plugin for clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55532,8 +55532,8 @@ self: { uuid uuid-orphans web-plugins web-routes web-routes-th ]; description = "mailing list plugin for clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55556,8 +55556,8 @@ self: { web-routes web-routes-th ]; description = "media plugin for clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55583,8 +55583,8 @@ self: { ]; libraryToolDepends = [ hsx2hs ]; description = "support for CMS/Blogging in clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55609,8 +55609,8 @@ self: { web-routes-th ]; description = "support redirects for CMS/Blogging in clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55628,8 +55628,8 @@ self: { mtl text web-plugins ]; description = "simple bootstrap based template for clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55647,8 +55647,8 @@ self: { web-plugins ]; description = "simple bootstrap based template for clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55661,8 +55661,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base clckwrks hsp text ]; description = "geo bootstrap based template for clckwrks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55674,8 +55674,8 @@ self: { sha256 = "04sh2077pn67y1apgzx6rp4z15dw7qbvwg6yrwg416k40ilz7nbd"; libraryHaskellDepends = [ base bytestring hashable text ]; description = "Haskell bindings to Google's Compact Language Detector 2"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55693,7 +55693,7 @@ self: { base cmdargs containers directory HSH IfElse ]; description = "Keep your home dir clean by finding old conf files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clean-unions" = callPackage @@ -55704,8 +55704,8 @@ self: { sha256 = "1y4cj15s6gjcazwk0iycyc2qs7chrqcvchf4g5h4xnf2x8ld4i21"; libraryHaskellDepends = [ base ]; description = "Open unions without need for Typeable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55724,8 +55724,8 @@ self: { wl-pprint-extras wl-pprint-terminfo ]; description = "Colorized LESS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55740,8 +55740,8 @@ self: { libraryHaskellDepends = [ base containers mtl parsec ]; executableHaskellDepends = [ parsec ]; description = "A CSS preprocessor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55753,8 +55753,8 @@ self: { sha256 = "1x2q496jqvgqjbwncszl1h9ylkq6rn8h2fsp7w771xkyslfq46xy"; libraryHaskellDepends = [ base containers mtl parsec ]; description = "Lexes C++ code into simple tokens"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55771,7 +55771,7 @@ self: { libraryHaskellDepends = [ base basement foundation ]; executableHaskellDepends = [ base basement foundation ]; description = "CLI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cli-builder" = callPackage @@ -55787,8 +55787,8 @@ self: { ]; testHaskellDepends = [ base doctest filemanip hspec QuickCheck ]; description = "Simple project template from stack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55808,8 +55808,8 @@ self: { terminal-size text time transformers which ]; description = "Miscellaneous utilities for building and working with command line interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55826,8 +55826,8 @@ self: { logging-effect megaparsec mtl text ]; description = "Bindings to the git command-line interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55844,8 +55844,8 @@ self: { text ]; description = "Bindings to the nix command-line interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55857,7 +55857,7 @@ self: { sha256 = "09ycy8500si810ysn70khc2np1zy21a1647kva8lkcj4pjbb1bvx"; libraryHaskellDepends = [ base directory process ]; description = "Helper setup scripts for packaging command-line tools"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "click-clack" = callPackage @@ -55876,7 +55876,7 @@ self: { ]; description = "Toy game (tetris on billiard board). Hipmunk in action."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "clickhouse-haskell" = callPackage @@ -55912,8 +55912,8 @@ self: { unordered-containers uri-encode uuid vector word8 ]; description = "A Haskell library as database client for Clickhouse"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55939,7 +55939,7 @@ self: { transformers ]; description = "Securely store session data in a client-side cookie"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "clif" = callPackage @@ -55956,8 +55956,8 @@ self: { ]; benchmarkHaskellDepends = [ base time ]; description = "A Clifford algebra number type for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -55990,8 +55990,8 @@ self: { base criterion numeric-prelude stream-fusion ]; description = "A Clifford algebra library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56011,8 +56011,8 @@ self: { optparse-applicative pointedlist process time vector vty ]; description = "Command Line Interface File Manager"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56035,7 +56035,7 @@ self: { unliftio-core ]; description = "Building blocks for a GHCi-like REPL with colon-commands"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clingo" = callPackage @@ -56054,8 +56054,8 @@ self: { ]; librarySystemDepends = [ clingo ]; description = "Haskell bindings to the Clingo ASP solver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) clingo;}; @@ -56067,8 +56067,8 @@ self: { sha256 = "0qhi727irlkvi4ygx5qvd6h1zzz22588lymi39s0gcjir473a538"; libraryHaskellDepends = [ base process ]; description = "A simple Haskell library for copying text to the clipboard in a cross-platform way"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56080,8 +56080,8 @@ self: { sha256 = "0s4n8d07190yarkxpa2kjphkm6lw2ljgwcix3x6m3lxcxrvc3nr0"; libraryHaskellDepends = [ base ]; description = "Haskell API to clipper (2d polygon union/intersection/xor/clipping API)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56107,8 +56107,8 @@ self: { assertions base data-default filepath old-locale parsec time ]; description = "A parser/generator for Kindle-format clipping files (`My Clippings.txt`),"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56121,8 +56121,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Tiny library to pretty print sparklines onto the CLI"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56135,7 +56135,7 @@ self: { libraryHaskellDepends = [ base natural-induction peano ]; description = "Counted list"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "clit" = callPackage @@ -56157,8 +56157,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Post tweets from stdin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56176,7 +56176,7 @@ self: { base foldl process system-filepath temporary text turtle ]; description = "Clone and benchmark Haskell cabal projects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clock" = callPackage @@ -56189,7 +56189,7 @@ self: { testHaskellDepends = [ base tasty tasty-quickcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "High-resolution clock functions: monotonic, realtime, cputime"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clock-extras" = callPackage @@ -56201,7 +56201,7 @@ self: { libraryHaskellDepends = [ base clock ]; testHaskellDepends = [ base hspec ]; description = "A couple functions that probably should be in the 'clock' package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clocked" = callPackage @@ -56217,8 +56217,8 @@ self: { ]; libraryPkgconfigDepends = [ QtCore ]; description = "timer functionality to clock IO commands"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {QtCore = null;}; @@ -56235,8 +56235,8 @@ self: { timezone-series ]; description = "Parse IRC logs such as the #haskell logs on tunes.org"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56256,8 +56256,8 @@ self: { system-fileio system-filepath text transformers ]; description = "Clone all github repositories from a given user"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56277,7 +56277,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Integers bounded by a closed interval"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "closure" = callPackage @@ -56288,8 +56288,8 @@ self: { sha256 = "1z9clkwjpj01g258h8bldlc759vwsgdlyppn29sr11kyani1zjwf"; libraryHaskellDepends = [ base hashable unordered-containers ]; description = "Depth- and breadth-first set closures"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56313,8 +56313,8 @@ self: { ]; doHaddock = false; description = "The Cloud Haskell Application Platform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56343,8 +56343,8 @@ self: { optparse-applicative text these transformers yaml ]; description = "A tool for interacting with AWS CloudFormation"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56361,8 +56361,8 @@ self: { crypto-pubkey-types old-locale RSA time ]; description = "CloudFront URL signer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56378,7 +56378,7 @@ self: { array base binary bytestring containers network time unix zlib ]; description = "Haskell CloudI API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cloudyfs" = callPackage @@ -56398,7 +56398,7 @@ self: { ]; description = "A cloud in the file system"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "clr-bindings" = callPackage @@ -56414,7 +56414,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Glue between clr-host and clr-typed"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clr-host" = callPackage @@ -56434,7 +56434,7 @@ self: { librarySystemDepends = [ glib mono ]; testHaskellDepends = [ base ]; description = "Hosting the Common Language Runtime"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) glib; inherit (pkgs) mono;}; "clr-inline" = callPackage @@ -56463,8 +56463,8 @@ self: { pipes process split template-haskell temporary text transformers ]; description = "Quasiquoters for inline C# and F#"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56476,7 +56476,7 @@ self: { sha256 = "1mnwxfmhz548bb1g17bddhmvd6lzl66bfi1a7f0j3phh7lgna4s1"; libraryHaskellDepends = [ base text ]; description = "Marshaling for the clr"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clr-typed" = callPackage @@ -56488,7 +56488,7 @@ self: { libraryHaskellDepends = [ base clr-marshal ghc-prim text tuple ]; testHaskellDepends = [ base clr-marshal hspec text ]; description = "A strongly typed Haskell interface to the CLR type system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clr-win-linker" = callPackage @@ -56503,7 +56503,7 @@ self: { base directory pipes pipes-safe process ]; description = "A GHC linker wrapper tool to workaround a GHC >8.2 bug"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cltw" = callPackage @@ -56516,7 +56516,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base curl mtl random tagsoup ]; description = "Command line Twitter utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "clua" = callPackage @@ -56533,8 +56533,8 @@ self: { base bytestring containers haskell98 language-c pretty pretty-show ]; description = "C to Lua data wrapper generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56546,7 +56546,7 @@ self: { sha256 = "1h1n349sq2lpikpvzzarz74200b8k7dkdjpp4rpkx79xdlfc58pc"; libraryHaskellDepends = [ base containers tree-fun ]; description = "Calculate the clumpiness of leaf properties in a tree"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "cluss" = callPackage @@ -56557,8 +56557,8 @@ self: { sha256 = "1q5km2f8zwnzcwnzj0khnszsgrb1x53zp0ryjwz2nfx9ajvh7zgg"; libraryHaskellDepends = [ base template-haskell ]; description = "simple alternative to type classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56584,8 +56584,8 @@ self: { base criterion hierarchical-clustering matrices mwc-random vector ]; description = "High performance clustering algorithms"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56605,7 +56605,7 @@ self: { ]; description = "Tools for manipulating sequence clusters"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56624,7 +56624,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings to the Clutter animation library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) clutter; inherit (pkgs) pango;}; @@ -56643,7 +56643,7 @@ self: { ]; description = "CMA-ES wrapper in Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "cmake-syntax" = callPackage @@ -56660,7 +56660,7 @@ self: { base bytestring hspec raw-strings-qq trifecta ]; description = "Parser for the CMake syntax (CMakeLists.txt and .cmake files)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cmark" = callPackage @@ -56677,7 +56677,7 @@ self: { base blaze-html cheapskate criterion discount markdown sundown text ]; description = "Fast, accurate CommonMark (Markdown) parser and renderer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cmark-gfm" = callPackage @@ -56694,7 +56694,7 @@ self: { base blaze-html cheapskate criterion discount markdown sundown text ]; description = "Fast, accurate GitHub Flavored Markdown parser and renderer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cmark-highlight" = callPackage @@ -56710,8 +56710,8 @@ self: { base blaze-html cmark highlighting-kate text ]; description = "Code highlighting for cmark"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56725,7 +56725,7 @@ self: { editedCabalFile = "1mizbv18bl8qrgz27wlz7sb6cfhblmp7p7gh7dqq8g0r4djrvqg5"; libraryHaskellDepends = [ base cmark lucid ]; description = "Use cmark with Lucid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cmark-patterns" = callPackage @@ -56736,8 +56736,8 @@ self: { sha256 = "15pdlcc0ak1pbx7qz6w5xfv4g9wkapx0flxqqkhcksa4k1h3hr1f"; libraryHaskellDepends = [ base cmark ]; description = "Pattern synonyms for cmark"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56756,8 +56756,8 @@ self: { base base-prelude cmark containers hspec QuickCheck text ]; description = "Represent cmark-parsed Markdown as a tree of sections"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56769,8 +56769,8 @@ self: { sha256 = "1hb92cgblmwp49lv0x0ib8g557mhjk6db7ihnim75ldii2f93dnm"; libraryHaskellDepends = [ base ]; description = "A binding to the standard C math library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56790,8 +56790,8 @@ self: { ]; executableHaskellDepends = [ base Cabal filepath ]; description = "Data model, parser, serialiser and transformations for Content MathML 3"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56808,8 +56808,8 @@ self: { base hspec hspec-laws HUnit QuickCheck quickcheck-instances text ]; description = "Library to compose and reuse command line fragments"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56827,7 +56827,7 @@ self: { base filepath process template-haskell transformers ]; description = "Command line argument processing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cmdargs-browser" = callPackage @@ -56847,7 +56847,7 @@ self: { process text transformers wai wai-handler-launch ]; description = "Helper to enter cmdargs command lines using a web browser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cmdlib" = callPackage @@ -56860,8 +56860,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base mtl split syb transformers ]; description = "a library for command line parsing & online help"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56883,8 +56883,8 @@ self: { test-framework test-framework-hunit transformers ]; description = "Declarative command-line option parsing and documentation library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56897,8 +56897,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hedgehog ]; description = "(C)oncurrent (M)onoidal (F)olds"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56910,7 +56910,7 @@ self: { sha256 = "1hym074a8akzg3c96b1yczmdw5pgn4g0ahqxsxhg8d0kf8lzi5ph"; libraryHaskellDepends = [ base ]; description = "Events and Channels as in Concurrent ML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cmonad" = callPackage @@ -56921,8 +56921,8 @@ self: { sha256 = "07adwhpsmg3q4nhifjpdjv2dy1m08n0qkvlssmbl3b6gklvb82sk"; libraryHaskellDepends = [ array base ]; description = "A library for C-like programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56941,8 +56941,8 @@ self: { ]; testSystemDepends = [ cmph ]; description = "low level interface to CMPH"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {cmph = null;}; @@ -56957,8 +56957,8 @@ self: { base ghc magic-tyfams should-not-typecheck ]; description = "Compare types of any kinds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -56985,8 +56985,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Write consistent git commit messages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57029,8 +57029,8 @@ self: { parsec StockholmAlignment template-haskell text vector ]; description = "Detailed visualization of CMs, HMMs and their comparisions"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57052,8 +57052,8 @@ self: { prettyclass process split stringtable-atom unix zlib ]; description = "Compiler/Translator for CnC Specification Files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57065,7 +57065,7 @@ self: { sha256 = "12vybpji4bxwn8in18xqp4l2js1cbnn8fgk3r6m5c8idp769ph2m"; libraryHaskellDepends = [ array base bytestring file-embed text ]; description = "Chinese/Mandarin <-> English dictionary, Chinese lexer"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "co-log" = callPackage @@ -57091,7 +57091,7 @@ self: { executableToolDepends = [ markdown-unlit ]; testHaskellDepends = [ base co-log-core hedgehog ]; description = "Composable Contravariant Comonadic Logging Library"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "co-log-concurrent" = callPackage @@ -57102,7 +57102,7 @@ self: { sha256 = "07z4aklk7dc2fhbc30kd9hbdvq71sa4ip6r2pyifcpn3p2pr3mna"; libraryHaskellDepends = [ base co-log-core stm ]; description = "Asynchronous backend for co-log library"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "co-log-core" = callPackage @@ -57116,7 +57116,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "Composable Contravariant Comonadic Logging Library"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "co-log-json" = callPackage @@ -57131,7 +57131,7 @@ self: { aeson base bytestring co-log-core containers string-conv text ]; description = "Structured messages support in co-log ecosystem"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "co-log-polysemy" = callPackage @@ -57145,8 +57145,8 @@ self: { libraryHaskellDepends = [ base co-log-core polysemy ]; executableHaskellDepends = [ base co-log-core polysemy ]; description = "Composable Contravariant Comonadic Logging Library"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57170,8 +57170,8 @@ self: { polysemy-plugin ]; description = "A Polysemy logging effect for high quality (unstructured) logs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57192,8 +57192,8 @@ self: { universum unix ]; description = "Syslog implementation on top of 'co-log-core'"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57212,8 +57212,8 @@ self: { base generic-random tasty tasty-quickcheck tasty-travis ]; description = "Command-line options and DSV parsing and printing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57239,7 +57239,7 @@ self: { linear megaparsec mtl parallel random split template-haskell text ]; description = "Computational biology toolkit to collaborate with researchers in constructive protein engineering"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cobot-io" = callPackage @@ -57262,8 +57262,8 @@ self: { neat-interpolation QuickCheck split text vector ]; description = "Biological data file formats and IO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57287,8 +57287,8 @@ self: { regex-tdfa text ]; description = "Biological data file formats and IO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {RNA = null;}; @@ -57300,8 +57300,8 @@ self: { sha256 = "1ax4c19xkszahcxvwc1wa1hrgk6ajck5sbprbplsi1gc9jj4g7jm"; libraryHaskellDepends = [ base containers ]; description = "Simple system for generating code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57314,7 +57314,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Windows code page library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "codec" = callPackage @@ -57336,8 +57336,8 @@ self: { tasty-quickcheck ]; description = "Simple bidirectional serialization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57352,8 +57352,8 @@ self: { libraryHaskellDepends = [ base bytestring containers text zlib ]; testHaskellDepends = [ base bytestring filepath process text ]; description = "Erlang VM byte code assembler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57376,8 +57376,8 @@ self: { QuickCheck regex-compat ]; description = "Cross-platform structure serialisation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57389,7 +57389,7 @@ self: { sha256 = "0kbn76g6ly1pjd9higi0k0f26hplm0jhz85b23inn0bjli14n2cl"; libraryHaskellDepends = [ base bytestring ]; description = "A library to read and write mailboxes in mbox format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "codec-rpm" = callPackage @@ -57412,8 +57412,8 @@ self: { HUnit parsec pretty text ]; description = "A library for manipulating RPM files"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57437,8 +57437,8 @@ self: { ]; testHaskellDepends = [ base HUnit ]; description = "Codecov.io support for Haskell."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57457,8 +57457,8 @@ self: { MissingH process regex-posix time ]; description = "Tool that automatically runs arbitrary commands when files change on disk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57472,8 +57472,8 @@ self: { editedCabalFile = "11kw4xs61c5d3kvlanx9waws8sj5k4d5445a8w1p5zx69x9im7bg"; libraryHaskellDepends = [ base curl mtl network tagsoup ]; description = "Submit and retrieve paste output from CodePad.org."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57501,8 +57501,8 @@ self: { test-framework test-framework-hunit text time witherable ]; description = "Graphics library for CodeWorld"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57528,8 +57528,8 @@ self: { http-client-tls network process transformers yaml ]; description = "A ctags file generator for cabal project dependencies"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57545,8 +57545,8 @@ self: { base comonad haskell-src-meta parsec template-haskell uniplate ]; description = "A notation for comonads, analogous to the do-notation for monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57559,7 +57559,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base unliftio ]; description = "Having trouble deriving instances because of type roles? Solve it here!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "coerce-util" = callPackage @@ -57570,7 +57570,7 @@ self: { sha256 = "0v4ymcrqij8q9s8pcgbfrnl8y379fki3zp80lg4xqvbx0i89vsxf"; libraryHaskellDepends = [ base ]; description = "utils for Data.Coerce"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "coercible-subtypes" = callPackage @@ -57583,7 +57583,7 @@ self: { editedCabalFile = "05bd9lp5jp31ac039vq0p58kr03g5ai3cyymc4ikhbnl3x44hx4d"; libraryHaskellDepends = [ base profunctors ]; description = "Coercible but only in one direction"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "coercible-utils" = callPackage @@ -57596,8 +57596,8 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base gauge ]; description = "Utility functions for Coercible types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57610,7 +57610,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base containers ]; description = "Extra utilities for manipulating nominal and representational coercions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "coformat" = callPackage @@ -57648,7 +57648,7 @@ self: { xml-conduit yaml ]; description = "Generate clang-format config based on some existing code base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cofunctor" = callPackage @@ -57659,7 +57659,7 @@ self: { sha256 = "0xn4k1c7l9z3g0slbwvlfg9kpfq8jbk0qf9363qz7azv7ks1149p"; libraryHaskellDepends = [ base ]; description = "DEPRECATED: use the \"contravariant\" package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cognimeta-utils" = callPackage @@ -57686,7 +57686,7 @@ self: { ]; description = "Utilities for Cognimeta products (such as perdure). API may change often."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "coin" = callPackage @@ -57710,7 +57710,7 @@ self: { ]; description = "Simple account manager"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57749,8 +57749,8 @@ self: { transformers unordered-containers uuid websockets ]; description = "Connector library for the coinbase exchange"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57783,8 +57783,8 @@ self: { unagi-streams unordered-containers uuid vector websockets wuss ]; description = "Client for Coinbase Pro"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57803,8 +57803,8 @@ self: { array base combinat containers tasty tasty-hunit ]; description = "Equivariant CSM classes of coincident root loci"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57828,8 +57828,8 @@ self: { ListZipper monad-atom mtl nlp-scores split swift-lda text vector ]; description = "Colada implements incremental word class class induction using online LDA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57847,8 +57847,8 @@ self: { pipes-attoparsec pipes-network text transformers ]; description = "Rudimentary JSON-RPC 2.0 client over raw TCP."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57864,7 +57864,7 @@ self: { executableHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring hspec ]; description = "File transfer via QR Codes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "collada-output" = callPackage @@ -57881,8 +57881,8 @@ self: { base collada-types containers SVGPath time vector xml ]; description = "Generate animated 3d objects in COLLADA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57894,7 +57894,7 @@ self: { sha256 = "1qs1bxxkjb6clszv8mahbmwdwbqpdr5hcxwn3nq5d6wc2xgb4y6r"; libraryHaskellDepends = [ base containers OpenGL tuple vector ]; description = "Data exchange between graphics applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "collapse-duplication" = callPackage @@ -57916,8 +57916,8 @@ self: { base bytestring cassava containers lens optparse-generic split ]; description = "Collapse the duplication output into clones and return their frequencies"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57931,8 +57931,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "utility for collapsing adjacent writes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57955,8 +57955,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Collection+JSON—Hypermedia Type Tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57970,8 +57970,8 @@ self: { array base bytestring containers QuickCheck ]; description = "Useful standard collections types and related functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -57985,8 +57985,8 @@ self: { editedCabalFile = "073x7vwgsj2xcqpywqdwk7pbj9zc9sinm17sknafgyxacx1r15xl"; libraryHaskellDepends = [ array base QuickCheck ]; description = "API for collection data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58002,8 +58002,8 @@ self: { array base bytestring collections-api containers ]; description = "Useful standard collections types and related functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58036,8 +58036,8 @@ self: { ansi-wl-pprint base doctest fast-logger QuickCheck semigroupoids ]; description = "Generic types and functions for columnar encoding and decoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58062,8 +58062,8 @@ self: { friday-devil split v4l2 vector vector-space yaml ]; description = "Count colors in images"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58076,7 +58076,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Styled console text output using ANSI escape sequences"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "colorize-haskell" = callPackage @@ -58090,7 +58090,7 @@ self: { libraryHaskellDepends = [ ansi-terminal base haskell-lexer ]; executableHaskellDepends = [ ansi-terminal base haskell-lexer ]; description = "Highligt Haskell source"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "colorless" = callPackage @@ -58112,8 +58112,8 @@ self: { aeson base containers hspec scientific text tuple vector ]; description = "Colorless | The Programmatic IDL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58130,8 +58130,8 @@ self: { text-conversions ]; description = "Http Client addon for Colorless"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58145,8 +58145,8 @@ self: { aeson base colorless mtl scotty text wai ]; description = "Scotty server add-on for Colorless"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58160,7 +58160,7 @@ self: { editedCabalFile = "0q152j8ybnga46azvfg3xmsjk01lz4wkhlli07cd92803vc4d6dl"; libraryHaskellDepends = [ base lens linear profunctors ]; description = "A type for colors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "colour" = callPackage @@ -58177,7 +58177,7 @@ self: { base QuickCheck random test-framework test-framework-quickcheck2 ]; description = "A model for human colour/color perception"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "colour-accelerate" = callPackage @@ -58188,7 +58188,7 @@ self: { sha256 = "1j7ff2wb58yf346z2abr1v1yq498fxm498rdf1g62ppf6vkdplw8"; libraryHaskellDepends = [ accelerate base ]; description = "Working with colours in Accelerate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "colour-space" = callPackage @@ -58205,8 +58205,8 @@ self: { linear linearmap-category manifolds semigroups vector-space ]; description = "Instances of the manifold-classes for colour types"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58218,7 +58218,7 @@ self: { sha256 = "1iglvl6k8vrq45h5r8r2ng575dgg30jfw1zq19zld72914mmvjdz"; libraryHaskellDepends = [ ansi-terminal base bytestring text ]; description = "Convenient interface for printing colourful messages"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "coltrane" = callPackage @@ -58234,8 +58234,8 @@ self: { wai-extra warp ]; description = "A jazzy, minimal web framework for Haskell, inspired by Sinatra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58256,8 +58256,8 @@ self: { ]; doHaddock = false; description = "Enhanced serialization using seeking"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58275,8 +58275,8 @@ self: { template-haskell text time unordered-containers vector ]; description = "A CSV toolkit based on cassava and enum-text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58288,8 +58288,8 @@ self: { sha256 = "1y6zm63jyigf631f2b0bqw1yhmr6hifaspqivy7qy30brmr5a27m"; doHaddock = false; description = "Haskell COM support library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58308,8 +58308,8 @@ self: { ]; executableHaskellDepends = [ base text ]; description = "Commonmark processing in pure haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "comark-html" = callPackage @@ -58328,8 +58328,8 @@ self: { base cmark comark-syntax comark-testutils criterion deepseq text ]; description = "Commonmark (markdown) to HTML renderer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {comark-testutils = null;}; @@ -58355,8 +58355,8 @@ self: { text ]; description = "Parser for Commonmark (markdown)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {comark-testutils = null;}; @@ -58368,8 +58368,8 @@ self: { sha256 = "0y1fp6griivzzxwp621cm2mrizxmrnjazhayl21aqfp7mb5i4ib2"; libraryHaskellDepends = [ base containers deepseq ]; description = "Definitions of AST that represents a Commonmark (markdown) document"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58393,8 +58393,8 @@ self: { transformers ]; description = "Generate and manipulate various combinatorial objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58414,7 +58414,7 @@ self: { test-framework-quickcheck2 transformers ]; description = "Generate and manipulate various combinatorial objects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "combinat-diagrams" = callPackage @@ -58430,8 +58430,8 @@ self: { linear transformers ]; description = "Graphical representations for various combinatorial objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58453,8 +58453,8 @@ self: { template-haskell th-lift trifecta void ]; description = "SKI Combinator interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58473,7 +58473,7 @@ self: { array base containers QuickCheck transformers utility-ht ]; description = "Count, enumerate, rank and unrank combinatorial objects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "combinatorial-problems" = callPackage @@ -58489,7 +58489,7 @@ self: { ]; description = "A number of data structures to represent and allow the manipulation of standard combinatorial problems, used as test problems in computer science"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58501,7 +58501,7 @@ self: { sha256 = "101b3lycfav6wqdqjhs0v93vgy4g3pfn5xyimip0x3alq0q2ix9a"; libraryHaskellDepends = [ base ]; description = "Efficient computation of common combinatoric functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "combobuffer" = callPackage @@ -58516,8 +58516,8 @@ self: { base containers template-haskell vector vector-space ]; description = "Various buffer implementations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58540,7 +58540,7 @@ self: { base ChasingBottoms containers QuickCheck tagged ]; description = "Arrays where the index type is a function of the shape type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "comfort-graph" = callPackage @@ -58558,7 +58558,7 @@ self: { base containers QuickCheck transformers utility-ht ]; description = "Graph structure with type parameters for nodes and edges"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "comic" = callPackage @@ -58574,8 +58574,8 @@ self: { time uuid ]; description = "A format for describing comics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58589,7 +58589,7 @@ self: { testHaskellDepends = [ base QuickCheck text ]; description = "CSV Parser & Producer"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "command" = callPackage @@ -58600,7 +58600,7 @@ self: { sha256 = "0qj6i5r1iz3d8visqpd74xwkribxzs4p66b1vgp0i3jiqgfrn2hw"; libraryHaskellDepends = [ base deepseq process ]; description = "Conveniently run shell commands"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "command-qq" = callPackage @@ -58616,7 +58616,7 @@ self: { base doctest hspec template-haskell text transformers ]; description = "Quasiquoters for external commands"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "commander" = callPackage @@ -58631,8 +58631,8 @@ self: { executableHaskellDepends = [ base containers ]; testHaskellDepends = [ base ]; description = "pattern matching against string based commands"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58649,7 +58649,7 @@ self: { ]; testHaskellDepends = [ base commandert text unordered-containers ]; description = "A command line argument/option parser library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "commandert" = callPackage @@ -58661,7 +58661,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base hspec mtl ]; description = "A monad for commanders"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "commodities" = callPackage @@ -58684,8 +58684,8 @@ self: { lens QuickCheck semigroups thyme transformers ]; description = "Library for working with commoditized amounts and price histories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58708,7 +58708,7 @@ self: { base bytestring containers criterion text transformers ]; description = "Pure Haskell commonmark parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "commonmark-cli" = callPackage @@ -58728,7 +58728,7 @@ self: { pretty-simple text ]; description = "Command-line commonmark converter and highlighter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "commonmark-extensions" = callPackage @@ -58752,7 +58752,7 @@ self: { base bytestring commonmark containers criterion text transformers ]; description = "Pure Haskell commonmark parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "commonmark-pandoc" = callPackage @@ -58767,7 +58767,7 @@ self: { base commonmark commonmark-extensions containers pandoc-types text ]; description = "Bridge between commonmark and pandoc AST"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "commsec" = callPackage @@ -58782,8 +58782,8 @@ self: { base bytestring cipher-aes128 crypto-api network ]; description = "Provide communications security using symmetric ephemeral keys"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58802,8 +58802,8 @@ self: { network RSA ]; description = "Key agreement for commsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58821,7 +58821,7 @@ self: { tasty-hunit tasty-quickcheck vector ]; description = "Commutative binary operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "comonad" = callPackage @@ -58837,7 +58837,7 @@ self: { transformers transformers-compat ]; description = "Comonads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "comonad-extras" = callPackage @@ -58853,7 +58853,7 @@ self: { transformers ]; description = "Exotic comonad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "comonad-random" = callPackage @@ -58865,7 +58865,7 @@ self: { libraryHaskellDepends = [ base category-extras random ]; description = "Comonadic interface for random values"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "comonad-transformers" = callPackage @@ -58877,7 +58877,7 @@ self: { libraryHaskellDepends = [ base comonad ]; doHaddock = false; description = "This package has been merged into comonad 4.0"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "comonads-fd" = callPackage @@ -58889,7 +58889,7 @@ self: { libraryHaskellDepends = [ base comonad ]; doHaddock = false; description = "This package has been merged into comonad 4.0"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compact" = callPackage @@ -58902,7 +58902,7 @@ self: { libraryHaskellDepends = [ base binary bytestring ghc-compact ]; testHaskellDepends = [ base directory ]; description = "Non-GC'd, contiguous storage for immutable data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compact-list" = callPackage @@ -58914,8 +58914,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; testHaskellDepends = [ base ]; description = "An append only list in a compact region"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58929,8 +58929,8 @@ self: { array base binary bytestring containers ]; description = "Compact Data.Map implementation using Data.Binary"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58950,8 +58950,8 @@ self: { transformers ]; description = "Mutable arrays living on the compact heap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58965,8 +58965,8 @@ self: { libraryHaskellDepends = [ base compact ghc-prim primitive vector ]; testHaskellDepends = [ base compact hspec ]; description = "Mutable vector with different GC characteristics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -58981,7 +58981,7 @@ self: { libraryHaskellDepends = [ base mtl primitive transformers ]; testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "Stacks, queues, and deques with compact representations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compact-socket" = callPackage @@ -58997,8 +58997,8 @@ self: { unix ]; description = "Socket functions for compact normal form"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59012,8 +59012,8 @@ self: { editedCabalFile = "03cw0x4dg0qwaysf2sndyzm27sva6x415dxd70fs2vcbys5m1j8j"; libraryHaskellDepends = [ base bytestring ]; description = "Fast, packed and strict strings with Unicode support, based on bytestrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59027,8 +59027,8 @@ self: { editedCabalFile = "1akx1kzpirl1fc3lfcrsa88jvrk023f9qyj2b2fbpz4p11d07qfc"; libraryHaskellDepends = [ base bytestring ]; description = "Same as compact-string except with a small fix so it builds on ghc-6.12"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59045,8 +59045,8 @@ self: { base primitive QuickCheck random tasty tasty-hunit tasty-quickcheck ]; description = "Small vectors of small integers stored very compactly"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59058,8 +59058,8 @@ self: { sha256 = "1qw47ps6bnp6xwaksqq7plry0ivsm18f0vf79yi1n755w6p49648"; libraryHaskellDepends = [ base containers transformers vector ]; description = "A typeclass for structures which can be catMaybed, filtered, and partitioned"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59072,7 +59072,7 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "A read-only memory-efficient key-value store"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compare-type" = callPackage @@ -59083,7 +59083,7 @@ self: { sha256 = "1s6p3ni8pqxbp08ci4w6y646wrh60s0g34figrwdcqrywscyicsb"; libraryHaskellDepends = [ base ]; description = "compare types of any kinds in haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compdata" = callPackage @@ -59110,8 +59110,8 @@ self: { template-haskell th-expand-syns transformers uniplate ]; description = "Compositional Data Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59127,8 +59127,8 @@ self: { base compdata containers criterion projection ]; description = "Tree automata on Compositional Data Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59150,8 +59150,8 @@ self: { unordered-containers vector ]; description = "Compositional Data Types on DAGs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59167,7 +59167,7 @@ self: { base composition containers deriving-compat fixplate tree-view ]; description = "Compdata basics implemented on top of Fixplate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compdata-param" = callPackage @@ -59187,8 +59187,8 @@ self: { test-framework-hunit transformers ]; description = "Parametric Compositional Data Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59206,7 +59206,7 @@ self: { pandoc pandoc-throw path rio vinyl ]; description = "Parse a Pandoc to a composite value"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "compdoc-dhall-decoder" = callPackage @@ -59224,7 +59224,7 @@ self: { text ]; description = "Allows you to write FromDhall instances for Compdoc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compendium-client" = callPackage @@ -59240,8 +59240,8 @@ self: { servant-client text ]; description = "Client for the Compendium schema server"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59265,7 +59265,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Compensated floating-point arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "competition" = callPackage @@ -59276,8 +59276,8 @@ self: { sha256 = "07c6b6yai8x9i8qndimzmyp5bzhwckis8kg207n152gnskk7i3zn"; libraryHaskellDepends = [ base filepath parsec ]; description = "Helpers and runners for code competitions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59289,8 +59289,8 @@ self: { sha256 = "0a1pp1jafra1agsx2jizdb33afzg02w6jh4a4pyw5w71kzqfrril"; libraryHaskellDepends = [ base MissingH ]; description = "Haskell functionality for quickly assembling simple compilers"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59307,7 +59307,7 @@ self: { base binary parsec tasty tasty-hunit tasty-quickcheck tasty-th text ]; description = "Parser for common compiler warning formats"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "complex-generic" = callPackage @@ -59320,8 +59320,8 @@ self: { editedCabalFile = "00v0mr5fc090wph3s9ks3ppf81nqbkd0yfa347fkn3zrq3daqr8f"; libraryHaskellDepends = [ base template-haskell ]; description = "complex numbers with non-mandatory RealFloat"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59333,7 +59333,7 @@ self: { sha256 = "0q0ffpqir4f2ch7d7p2fxgb73n7dg7xf19rg78an7i7zdl430cfj"; libraryHaskellDepends = [ base ]; description = "A simple integration function to integrate a complex-valued complex functions"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "complexity" = callPackage @@ -59349,8 +59349,8 @@ self: { transformers ]; description = "Empirical algorithmic complexity"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59371,7 +59371,7 @@ self: { teardown ]; description = "Monad for allocation and cleanup of application resources"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "componentm-devel" = callPackage @@ -59384,7 +59384,7 @@ self: { base componentm foreign-store rio teardown ]; description = "Easy REPL driven development using ComponentM"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "composable-associations" = callPackage @@ -59396,7 +59396,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base lens tasty tasty-hunit ]; description = "Types and helpers for composing types into a single larger key-value type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composable-associations-aeson" = callPackage @@ -59415,7 +59415,7 @@ self: { aeson base bytestring doctest tasty tasty-hunit tasty-quickcheck ]; description = "Aeson ToJSON/FromJSON implementation for the types of composable-associations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "compose-ltr" = callPackage @@ -59427,7 +59427,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "More intuitive, left-to-right function composition"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "compose-trans" = callPackage @@ -59438,8 +59438,8 @@ self: { sha256 = "0p2fd0knfbfjk4s0aalzrsrzpxffrykmaprxyakbgs1lmp4jyq9z"; libraryHaskellDepends = [ base mtl ]; description = "Composable monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59467,7 +59467,7 @@ self: { unordered-containers vector vinyl ]; description = "JSON for Vinyl records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composite-aeson-cofree-list" = callPackage @@ -59482,7 +59482,7 @@ self: { aeson base composite-aeson composite-aeson-writeonly free vector ]; description = "Print a Cofree [] as a JSON value"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "composite-aeson-path" = callPackage @@ -59493,7 +59493,7 @@ self: { sha256 = "08p988iq7y76px61dlj5jq35drmnrf4khi27wpqgh3pg9d96yihx"; libraryHaskellDepends = [ base composite-aeson path ]; description = "Formatting data for the path library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composite-aeson-refined" = callPackage @@ -59508,7 +59508,7 @@ self: { aeson-better-errors base composite-aeson mtl refined ]; description = "composite-aeson support for Refined from the refined package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composite-aeson-throw" = callPackage @@ -59523,7 +59523,7 @@ self: { aeson aeson-better-errors base composite-aeson exceptions ]; description = "MonadThrow behaviour for composite-aeson"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "composite-aeson-writeonly" = callPackage @@ -59537,7 +59537,7 @@ self: { aeson aeson-better-errors base composite-aeson ]; description = "WriteOnly indicators for composite-aeson"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "composite-base" = callPackage @@ -59560,7 +59560,7 @@ self: { unliftio-core vinyl ]; description = "Shared utilities for composite-* packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composite-binary" = callPackage @@ -59571,7 +59571,7 @@ self: { sha256 = "07d88krkpplprnw57j4bqi71p8bmj0wz28yw41wgl2p5g2h7zccp"; libraryHaskellDepends = [ base binary composite-base ]; description = "Orphan binary instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composite-ekg" = callPackage @@ -59585,7 +59585,7 @@ self: { base composite-base ekg-core lens text vinyl ]; description = "EKG Metrics for Vinyl records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composite-hashable" = callPackage @@ -59596,7 +59596,7 @@ self: { sha256 = "0zwv6m9nzz0g3ngmfznxh6wmprhcgdbfxrsgylnr6990ppk0bmg1"; libraryHaskellDepends = [ base composite-base hashable ]; description = "Orphan hashable instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composite-opaleye" = callPackage @@ -59618,8 +59618,8 @@ self: { vinyl ]; description = "Opaleye SQL for Vinyl records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59641,8 +59641,8 @@ self: { lens QuickCheck swagger2 template-haskell text vinyl ]; description = "Swagger for Vinyl records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59654,7 +59654,7 @@ self: { sha256 = "0y5xz4q5z2lw3jy3fdm5rl19sd969cdpq1a44ar45dpab0qffr41"; libraryHaskellDepends = [ base composite-base ]; description = "Tuple functions for composite records"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "composite-xstep" = callPackage @@ -59665,7 +59665,7 @@ self: { sha256 = "18q75ynlywr6yap6nn11x5kzxncn0b6ghmvbg642617pznznpfm9"; libraryHaskellDepends = [ base composite-base vinyl ]; description = "ReaderT transformer pattern for higher kinded composite data"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "composition" = callPackage @@ -59675,7 +59675,7 @@ self: { version = "1.0.2.1"; sha256 = "0smdyzcnfwiab1wnazmk4szali1ckh7dqcdp9vn7qnnabq7k08vi"; description = "Combinators for unorthodox function composition"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composition-extra" = callPackage @@ -59686,7 +59686,7 @@ self: { sha256 = "0abipab6bx138rynpkh4daj53bv5yqbw94zfswysyq6iix529669"; libraryHaskellDepends = [ base composition contravariant ]; description = "Combinators for unorthodox structure composition"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composition-prelude" = callPackage @@ -59697,7 +59697,7 @@ self: { sha256 = "151inlk43m96pnasc6llsjh8vxyc9b1i7xdgf1sp5p5072bzq305"; libraryHaskellDepends = [ base ]; description = "Higher-order function combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "composition-tree" = callPackage @@ -59709,8 +59709,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "Composition trees for arbitrary monoids"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59730,8 +59730,8 @@ self: { testHaskellDepends = [ base c smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base c criterion ]; description = "Compositional Data Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {c = null;}; @@ -59744,7 +59744,7 @@ self: { libraryHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base-prelude ]; description = "Sum and Product types and such"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "comprehensions-ghc" = callPackage @@ -59758,8 +59758,8 @@ self: { libraryHaskellDepends = [ base base-unicode-symbols ghc syb util ]; testHaskellDepends = [ base ]; description = "Plugin to generalize comprehensions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59779,8 +59779,8 @@ self: { semigroupoids semigroups unordered-containers ]; description = "Compressed containers and reducers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59793,7 +59793,7 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Common compression algorithms"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "compstrat" = callPackage @@ -59808,8 +59808,8 @@ self: { base compdata mtl template-haskell th-expand-syns transformers ]; description = "Strategy combinators for compositional data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59827,8 +59827,8 @@ self: { template-haskell th-expand-syns ]; description = "Automatically converting ASTs into compositional data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59880,8 +59880,8 @@ self: { test-framework-hunit transformers type-natural vector ]; description = "Well-kinded computational algebra library, currently supporting Groebner basis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59898,8 +59898,8 @@ self: { vector ]; description = "Collection of algorithms in Computational Geometry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59911,8 +59911,8 @@ self: { sha256 = "1kyg3dmgq5z0217rxgljs3x7x3xvcdly2aqj2ky4h4kbw1h0r260"; libraryHaskellDepends = [ base ]; description = "Advanced notions of computation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -59924,7 +59924,7 @@ self: { sha256 = "05xwqvcdnk8bsyj698ab9jxpa1nk23pf3m7wi9mwmw0q8n99fngd"; libraryHaskellDepends = [ base template-haskell ]; description = "A library for postfix control flow"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "conceit" = callPackage @@ -59938,7 +59938,7 @@ self: { base bifunctors semigroupoids semigroups void ]; description = "Concurrent actions that may fail with a value"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concise" = callPackage @@ -59955,7 +59955,7 @@ self: { tasty-quickcheck text ]; description = "Utilities for Control.Lens.Cons"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concorde" = callPackage @@ -59966,7 +59966,7 @@ self: { sha256 = "0903lrj6bzajjdr01hbld1jm6vf7assn84hqk4kgrrs1mr3ykc20"; libraryHaskellDepends = [ base containers process safe temporary ]; description = "Simple interface to the Concorde solver for the Traveling Salesperson Problem"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concraft" = callPackage @@ -59990,8 +59990,8 @@ self: { transformers vector vector-binary zlib ]; description = "Morphological disambiguation based on constrained CRFs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60013,8 +60013,8 @@ self: { ]; executableHaskellDepends = [ cmdargs ]; description = "Part-of-speech tagger for Croatian"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60043,8 +60043,8 @@ self: { dhall filepath pedestrian-dag sgd tagset-positional text ]; description = "Morphological tagger for Polish"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60089,7 +60089,7 @@ self: { ]; description = "Library for the Concrete data format"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60107,7 +60107,7 @@ self: { ]; description = "Automatically generated Thrift definitions for the Concrete data format"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60128,7 +60128,7 @@ self: { ]; description = "A parser driven by a standard RELAX NG schema with concrete syntax extensions"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60148,8 +60148,8 @@ self: { test-framework-quickcheck2 ]; description = "Binary and Hashable instances for TypeRep"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60165,7 +60165,7 @@ self: { base free mtl natural-transformation stm transformers ]; description = "A client side web UI framework for Haskell. Core framework."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrency" = callPackage @@ -60181,7 +60181,7 @@ self: { transformers ]; description = "Typeclasses, functions, and data types for concurrency and STM"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "concurrency-benchmarks" = callPackage @@ -60203,8 +60203,8 @@ self: { async base deepseq gauge mtl random streamly transformers ]; description = "Benchmarks to compare concurrency APIs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60216,7 +60216,7 @@ self: { sha256 = "13idx7w5k8rk3qqls3yn9xqwk116xsqb36ya3vxkb5x4q4vix3mv"; libraryHaskellDepends = [ base ]; description = "Simple thread barriers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-batch" = callPackage @@ -60227,7 +60227,7 @@ self: { sha256 = "1f77p053hpiaf7xp916rff9hp29hisk7cwxcq72l5v4h4g3ps59d"; libraryHaskellDepends = [ base clock stm ]; description = "Concurrent batching queue based on STM with timeout"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-buffer" = callPackage @@ -60246,8 +60246,8 @@ self: { ]; benchmarkHaskellDepends = [ bug criterion rerebase ]; description = "Concurrent expanding buffer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60272,7 +60272,7 @@ self: { ]; testHaskellDepends = [ async base dns hspec ]; description = "Concurrent DNS cache"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-extra" = callPackage @@ -60289,7 +60289,7 @@ self: { unbounded-delays ]; description = "Extra concurrency primitives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-hashtable" = callPackage @@ -60313,8 +60313,8 @@ self: { hashable random stm stm-containers unordered-containers vector ]; description = "Thread-safe hash tables for multi-cores!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {dictionary-type = null;}; @@ -60336,8 +60336,8 @@ self: { ]; benchmarkHaskellDepends = [ base machines time ]; description = "Concurrent networked stream transducers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60354,7 +60354,7 @@ self: { terminal-size text transformers unix ]; description = "Ungarble output from several threads or commands"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "concurrent-resource-map" = callPackage @@ -60366,7 +60366,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base containers random stm ]; description = "Concurrent resource map"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-rpc" = callPackage @@ -60377,7 +60377,7 @@ self: { sha256 = "0k0iwax6nx4jvqh7rawis5dp7lxx8bc3r3x0rr8qy7vsp14lmvgg"; libraryHaskellDepends = [ base ]; description = "An abstraction for inter-thread RPC based on MVars"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "concurrent-sa" = callPackage @@ -60388,7 +60388,7 @@ self: { sha256 = "1szvw0vih5jx2hvgb3h7mqh05im3pw687h7dshiy4ii5vs9pi6d6"; libraryHaskellDepends = [ base MonadRandom ]; description = "Concurrent simulated annealing system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-split" = callPackage @@ -60399,7 +60399,7 @@ self: { sha256 = "0i9gak7q3ay8g1kzq7dg0bs36bg88n7kwy3h1r6jrni7mz7jh05f"; libraryHaskellDepends = [ base ]; description = "MVars and Channels with distinguished input and output side"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-st" = callPackage @@ -60410,7 +60410,7 @@ self: { sha256 = "08zjpyf1jrsn161z9dngag63s47vrvz4m8aani9lvmlacbzpjfwd"; libraryHaskellDepends = [ base ghc-prim ]; description = "Concurrent Haskell in ST"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-state" = callPackage @@ -60423,8 +60423,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base exceptions mtl stm transformers ]; description = "MTL-like library using TVars"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60439,7 +60439,7 @@ self: { libraryHaskellDepends = [ base ghc-prim hashable ]; testHaskellDepends = [ base containers ]; description = "A fast concurrent unique identifier supply with a pure API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrent-utilities" = callPackage @@ -60452,7 +60452,7 @@ self: { editedCabalFile = "1jf0sx6yq557aspa3wm12hkc64pmfnc39kbc5wsa2k7ksash3k15"; libraryHaskellDepends = [ base ]; description = "More utilities and broad-used datastructures for concurrency"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "concurrentoutput" = callPackage @@ -60463,7 +60463,7 @@ self: { sha256 = "0fd372awmxrngbcb2phyzy3az9j2327kdhjnm7c5mm808vix67a8"; libraryHaskellDepends = [ base ]; description = "Ungarble output from several threads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cond" = callPackage @@ -60474,7 +60474,7 @@ self: { sha256 = "12xcjxli1scd4asr4zc77i5q9qka2100gx97hv3vv12l7gj7d703"; libraryHaskellDepends = [ base ]; description = "Basic conditional and boolean operators with monadic variants"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "condor" = callPackage @@ -60495,8 +60495,8 @@ self: { base binary Cabal containers glider-nlp HUnit text ]; description = "Information retrieval library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60508,8 +60508,8 @@ self: { sha256 = "1raf8mrnfnn90ymcnyhqf1kzb9mpfsk83qlmajibjd8n94iq76nd"; libraryHaskellDepends = [ array base ]; description = "Library for Condorcet voting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60521,8 +60521,8 @@ self: { sha256 = "1jdslfnwyh7l10xhk9i0293p0qnw0xsd70d5xgpc6xlijhrsg8wp"; libraryHaskellDepends = [ array base containers random stm time ]; description = "a library for live coding and real-time musical applications"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60534,7 +60534,7 @@ self: { sha256 = "1plml14h5d31jr3bvjjgaxcdqssxqfwwnbz9c5gvjlds6lla145p"; doHaddock = false; description = "a library for displaying musical time in a terminal-based clock"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "conductive-hsc3" = callPackage @@ -60550,8 +60550,8 @@ self: { hosc hsc3 random ]; description = "a library with examples of using Conductive with hsc3"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60563,8 +60563,8 @@ self: { sha256 = "16bdsjv64fc3ydv230rja5q9rqzlr4vd9mh3jabiyahck44imrvi"; libraryHaskellDepends = [ base conductive-base random ]; description = "a library of functions which are useful for composing music"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60581,7 +60581,7 @@ self: { transformers ]; description = "Lightweight composable continuation-based stream processors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "conduit" = callPackage @@ -60609,7 +60609,7 @@ self: { transformers vector ]; description = "Streaming data processing library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conduit-algorithms" = callPackage @@ -60644,7 +60644,7 @@ self: { streaming-commons transformers unliftio-core vector ]; description = "Conduit-based algorithms"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conduit-audio" = callPackage @@ -60657,7 +60657,7 @@ self: { editedCabalFile = "0zldqx1r2wmvqwg8r6x7v65h2nqr7fjcxab74f0f5i1nqsd5b51a"; libraryHaskellDepends = [ base conduit vector ]; description = "Combinators to efficiently slice and dice audio streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "conduit-audio-lame" = callPackage @@ -60676,8 +60676,8 @@ self: { librarySystemDepends = [ mp3lame ]; libraryToolDepends = [ c2hs ]; description = "conduit-audio interface to the LAME MP3 library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {mp3lame = null;}; @@ -60697,8 +60697,8 @@ self: { librarySystemDepends = [ samplerate ]; libraryToolDepends = [ c2hs ]; description = "conduit-audio interface to the libsamplerate resampling library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {samplerate = null;}; @@ -60715,7 +60715,7 @@ self: { transformers ]; description = "conduit-audio interface to the libsndfile audio file library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "conduit-combinators" = callPackage @@ -60727,7 +60727,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "DEPRECATED Functionality merged into the conduit package itself"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conduit-concurrent-map" = callPackage @@ -60743,7 +60743,7 @@ self: { ]; testHaskellDepends = [ base conduit hspec HUnit say ]; description = "Concurrent, order-preserving mapping Conduit"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conduit-connection" = callPackage @@ -60763,7 +60763,7 @@ self: { test-framework test-framework-hunit transformers ]; description = "Conduit source and sink for Network.Connection."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "conduit-extra" = callPackage @@ -60791,7 +60791,7 @@ self: { base bytestring bytestring-builder conduit gauge transformers ]; description = "Batteries included conduit: adapters for common libraries"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conduit-find" = callPackage @@ -60825,8 +60825,8 @@ self: { transformers-base unix-compat ]; description = "A file-finding conduit that allows user control over traversals"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60847,8 +60847,8 @@ self: { base bytestring conduit criterion mtl text ]; description = "Conduit for character encoding conversion"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60860,7 +60860,7 @@ self: { sha256 = "0ys65vs5wb412bimmsmkmf14krk2339n9rswynnwy3rdb74bsswf"; libraryHaskellDepends = [ base conduit mtl ]; description = "Merge multiple sorted conduits"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "conduit-network-stream" = callPackage @@ -60875,8 +60875,8 @@ self: { base bytestring conduit mtl network-conduit resourcet ]; description = "A base layer for network protocols using Conduits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60899,7 +60899,7 @@ self: { tasty-hunit ]; description = "Parsing framework based on conduit"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "conduit-resumablesink" = callPackage @@ -60915,8 +60915,8 @@ self: { base bytestring conduit hspec resourcet transformers void ]; description = "Allows conduit to resume sinks to feed multiple sources into it"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60940,8 +60940,8 @@ self: { test-framework-hunit throttle-io-stream unliftio unliftio-core ]; description = "Throttle Conduit Producers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60961,8 +60961,8 @@ self: { executableHaskellDepends = [ attoparsec base conduit resourcet ]; testHaskellDepends = [ attoparsec base conduit hspec resourcet ]; description = "Conduits for tokenizing streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -60987,8 +60987,8 @@ self: { resourcet text transformers unix unliftio unordered-containers ]; description = "Virtual file system for Conduit; disk, pure, and in-memory impls"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61015,8 +61015,8 @@ self: { zip-archive ]; description = "Zip archive interface for the Conduit Virtual File System"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61035,7 +61035,7 @@ self: { quickcheck-instances tasty tasty-quickcheck zstd ]; description = "Conduit-based ZStd Compression"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conf" = callPackage @@ -61051,8 +61051,8 @@ self: { base HUnit test-framework test-framework-hunit test-framework-th ]; description = "Parser for Haskell-based configuration files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61069,7 +61069,7 @@ self: { aeson base binary bytestring directory hspec QuickCheck ]; description = "read, parse json config"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "confcrypt" = callPackage @@ -61104,8 +61104,8 @@ self: { parser-combinators QuickCheck tasty tasty-hunit tasty-quickcheck text transformers ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61125,7 +61125,7 @@ self: { QuickCheck text ]; description = "Configuration management library"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "conferer_1_0_0_1" = callPackage @@ -61144,8 +61144,8 @@ self: { QuickCheck text ]; description = "Configuration management library"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "conferer-aeson" = callPackage @@ -61165,7 +61165,7 @@ self: { unordered-containers vector ]; description = "conferer's source for reading json files"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "conferer-dhall" = callPackage @@ -61185,8 +61185,8 @@ self: { hspec text ]; description = "Configuration for reading dhall files"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61199,7 +61199,7 @@ self: { libraryHaskellDepends = [ base conferer hedis text ]; testHaskellDepends = [ base conferer hedis hspec text ]; description = "conferer's FromConfig instances for hedis settings"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "conferer-hspec" = callPackage @@ -61211,7 +61211,7 @@ self: { libraryHaskellDepends = [ base conferer hspec-core text ]; testHaskellDepends = [ base conferer hspec hspec-core text ]; description = "conferer's FromConfig instances for hspec Config"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "conferer-provider-dhall" = callPackage @@ -61231,8 +61231,8 @@ self: { directory hspec text ]; description = "Configuration for reading dhall files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61253,8 +61253,8 @@ self: { unordered-containers vector ]; description = "conferer's provider for reading json files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61273,8 +61273,8 @@ self: { base conferer conferer-provider-json hspec yaml ]; description = "Configuration for reading yaml files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61293,7 +61293,7 @@ self: { base conferer hspec snap-core snap-server text ]; description = "conferer's FromConfig instances for snap Config"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "conferer-source-dhall" = callPackage @@ -61313,8 +61313,8 @@ self: { directory hspec text ]; description = "Configuration for reading dhall files"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61335,8 +61335,8 @@ self: { unordered-containers vector ]; description = "conferer's source for reading json files"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61354,8 +61354,8 @@ self: { base conferer conferer-source-json hspec yaml ]; description = "Configuration for reading yaml files"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61371,7 +61371,7 @@ self: { base conferer hspec http-types text wai warp ]; description = "conferer's FromConfig instances for warp settings"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "conferer-yaml" = callPackage @@ -61383,7 +61383,7 @@ self: { libraryHaskellDepends = [ base conferer conferer-aeson yaml ]; testHaskellDepends = [ base conferer conferer-aeson hspec yaml ]; description = "Configuration for reading yaml files"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "confetti" = callPackage @@ -61404,7 +61404,7 @@ self: { base tasty tasty-hunit tasty-smallcheck text ]; description = "A simple config file swapping tool"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conffmt" = callPackage @@ -61421,8 +61421,8 @@ self: { base language-conf megaparsec optparse-applicative pretty text ]; description = "A .conf file formatter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61437,8 +61437,8 @@ self: { libraryHaskellDepends = [ base deiko-config exceptions text ]; testHaskellDepends = [ base deiko-config tasty tasty-hunit text ]; description = "derive typeclass instances for decoding types from HOCON conf"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61459,7 +61459,7 @@ self: { base containers directory hedgehog ini text unordered-containers ]; description = "A library for simple INI-based configuration files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "config-manager" = callPackage @@ -61480,7 +61480,7 @@ self: { text time unordered-containers ]; description = "Configuration management"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "config-parser" = callPackage @@ -61492,8 +61492,8 @@ self: { libraryHaskellDepends = [ base parsec text ]; testHaskellDepends = [ base extra hspec lens parsec text ]; description = "Parse config files using parsec and generate parse errors on unhandled keys"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61511,8 +61511,8 @@ self: { ]; testHaskellDepends = [ base config-value text ]; description = "Schema definitions for the config-value package"; - license = stdenv.lib.licenses.isc; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.isc; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "config-select" = callPackage @@ -61527,8 +61527,8 @@ self: { base directory filepath unix vty-menu ]; description = "A small program for swapping out dot files"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61543,8 +61543,8 @@ self: { libraryToolDepends = [ alex happy ]; testHaskellDepends = [ base text ]; description = "Simple, layout-based value language similar to YAML or JSON"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "config-value-getopt" = callPackage @@ -61557,8 +61557,8 @@ self: { editedCabalFile = "1b5wfbqjjx6y8ll5h3vp2cmcdrcnjd3295y8ykd25yjx6f3swsja"; libraryHaskellDepends = [ base config-value text ]; description = "Interface between config-value and System.GetOpt"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61587,8 +61587,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "parser for config files, shell variables, command line args"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61600,8 +61600,8 @@ self: { sha256 = "1jqc5xpbxrlnpxk2yci861gpxl5c9vm9lffchrpp1hk8ag5wkxk1"; libraryHaskellDepends = [ base containers ]; description = "Simple data type for application configuration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61633,7 +61633,7 @@ self: { unordered-containers yaml ]; description = "Tools for specifying and parsing configurations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "configurator" = callPackage @@ -61655,7 +61655,7 @@ self: { test-framework-hunit text ]; description = "Configuration management"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "configurator-export" = callPackage @@ -61672,7 +61672,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Pretty printer and exporter for configurations from the \"configurator\" library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "configurator-ng" = callPackage @@ -61695,8 +61695,8 @@ self: { test-framework-hunit text ]; description = "The next generation of configuration management"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61717,7 +61717,7 @@ self: { test-framework-hunit text ]; description = "Reduced parser for configurator-ng config files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "confsolve" = callPackage @@ -61735,8 +61735,8 @@ self: { time unordered-containers ]; description = "A command line tool for resolving conflicts of file synchronizers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61748,8 +61748,8 @@ self: { sha256 = "1pj4kby5pba1xfz2fvv2lij7h2i8crf3qkhgs3rp4ziay0jkg18v"; libraryHaskellDepends = [ array base containers ]; description = "Decidable congruence relations for Haskell: up to you whether this is a joke"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61761,7 +61761,7 @@ self: { sha256 = "1is3j61ra1whjpm8rq89yj9rscqj1ipgqlnh1nwvyzi2nggl06ya"; libraryHaskellDepends = [ base containers random ]; description = "Sparse matrix linear-equation solver"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "conjure" = callPackage @@ -61781,8 +61781,8 @@ self: { old-time parsec pretty random stm unix ]; description = "A BitTorrent client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61800,8 +61800,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Tools for functors from Hask^k to Hask"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61816,8 +61816,8 @@ self: { libraryHaskellDepends = [ base text ]; executableHaskellDepends = [ base text ]; description = "A logger for a concurrent program"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61837,7 +61837,7 @@ self: { socks tls x509 x509-store x509-system x509-validation ]; description = "Simple and easy network connections API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "connection-pool" = callPackage @@ -61854,7 +61854,7 @@ self: { streaming-commons time transformers-base ]; description = "Connection pool built on top of resource-pool and streaming-commons"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "connection-string" = callPackage @@ -61870,8 +61870,8 @@ self: { ]; testHaskellDepends = [ base doctest text ]; description = "A library for parsing connection strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61888,8 +61888,8 @@ self: { ]; testHaskellDepends = [ base hedgehog ]; description = "Orders, Galois connections, and lattices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61907,8 +61907,8 @@ self: { ]; testHaskellDepends = [ base lifted-async transformers ]; description = "Eventually consistent STM transactions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61926,8 +61926,8 @@ self: { parsec parsec-extra split transformers unix utility-ht ]; description = "Interpret the command line and a config file as commands and options"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61939,7 +61939,7 @@ self: { sha256 = "07s4p41hjsalbaayxq2j973f3wnk8d7aybvl84fww7sz6mj7kvhw"; libraryHaskellDepends = [ base ]; description = "console user prompts"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "console-style" = callPackage @@ -61950,7 +61950,7 @@ self: { sha256 = "0zxxs59bzgf81d3ww285znmmciij3rswfgyc89ngxb6p86l8x0bd"; libraryHaskellDepends = [ base mtl transformers ]; description = "Styled console text output using ANSI escape sequences"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "const-math-ghc-plugin" = callPackage @@ -61962,8 +61962,8 @@ self: { libraryHaskellDepends = [ base containers ghc ]; testHaskellDepends = [ base directory process ]; description = "Compiler plugin for constant math elimination"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61975,7 +61975,7 @@ self: { sha256 = "16s8y035f30gyla620diwnsqi8lbmmfyxjpj4dlq24d45k5wfnsd"; libraryHaskellDepends = [ attoparsec base bytestring vector ]; description = "Parse ByteStrings of a prescribed length"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constr-eq" = callPackage @@ -61986,8 +61986,8 @@ self: { sha256 = "0vk3cz6897vjnn1q7y1sqxy42ii4pq5h7jxw1zyybi99p6c4vgm6"; libraryHaskellDepends = [ base ]; description = "Equality by only Constructor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -61999,7 +61999,7 @@ self: { sha256 = "00bd12gkv5yrqn52dyw3yjk2yind3m6d11k2d517gxanq9jqyx2c"; libraryHaskellDepends = [ base ]; description = "Generalization of standard Functor, Foldable, and Traversable classes"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "constrained-categories" = callPackage @@ -62014,8 +62014,8 @@ self: { base contravariant fail semigroups tagged trivial-constraint void ]; description = "Constrained clones of the category-theory type classes, using ConstraintKinds"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62035,8 +62035,8 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Constrained Categories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62049,8 +62049,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dynamic typing with retained constraints"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62074,8 +62074,8 @@ self: { smallcheck transformers vector ]; description = "Typeclasses and instances for monads with constraints"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62089,7 +62089,7 @@ self: { editedCabalFile = "0vlmsqgx7cpl65ibmx23hdqdyplgvbn144j9plkmrcs5aam1jsdj"; libraryHaskellDepends = [ base ]; description = "Normalised Deep Embeddings for Constrained Type-Class Instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constrained-platform-instances" = callPackage @@ -62102,7 +62102,7 @@ self: { array base constrained containers vector ]; description = "Instances of standard platform types for 'constrained' package"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "constraint" = callPackage @@ -62115,7 +62115,7 @@ self: { editedCabalFile = "0ivca43m1lqi75462z4hacvzs27whqzjnby7y7jjji8kqaw8wlda"; libraryHaskellDepends = [ base category unconstrained ]; description = "Reified constraints"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constraint-classes" = callPackage @@ -62126,7 +62126,7 @@ self: { sha256 = "08b9rsvrmwkb1gl3x7d24cpghfband7cgzw4ldvxzjqvgmnyf9jy"; libraryHaskellDepends = [ base constraints transformers ]; description = "Various typeclasses using ConstraintKinds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constraint-manip" = callPackage @@ -62137,8 +62137,8 @@ self: { sha256 = "1kxg2iid906rw53r12rha8q3031ixdi3wlviprswig911x9c0zbk"; libraryHaskellDepends = [ base indextype ]; description = "Some conviencience type functions for manipulating constraints"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62150,7 +62150,7 @@ self: { sha256 = "1v1m5vvicjmmz7mdp6fqf75fi2vf0hy25fyxgxpd4d7fbbyjvnh1"; libraryHaskellDepends = [ base category constraint reflection ]; description = "Constraint reflection"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constraint-tuples" = callPackage @@ -62161,7 +62161,7 @@ self: { sha256 = "16f9y0q771f3mc38g8jpr875c8grjav6sg9lwbhg7nmcvcczwqk2"; libraryHaskellDepends = [ base ]; description = "Partially applicable constraint tuples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constraints" = callPackage @@ -62180,7 +62180,7 @@ self: { testHaskellDepends = [ base hspec ]; testToolDepends = [ hspec-discover ]; description = "Constraint manipulation"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "constraints-deriving" = callPackage @@ -62201,7 +62201,7 @@ self: { base bytestring filepath ghc ghc-paths path path-io ]; description = "Manipulating constraints and deriving class instances programmatically"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constraints-emerge" = callPackage @@ -62217,8 +62217,8 @@ self: { ]; testHaskellDepends = [ base constraints hspec transformers ]; description = "Defer instance lookups until runtime"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62235,7 +62235,7 @@ self: { libraryHaskellDepends = [ base constraints template-haskell ]; executableHaskellDepends = [ aeson base constraints ]; description = "Utility package for constraints"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constrictor" = callPackage @@ -62246,7 +62246,7 @@ self: { sha256 = "17vdyc2r9fgblh2pjwdrya7iyrb83ay09zhpfvn80rrrj3d2nd8x"; libraryHaskellDepends = [ base ghc-prim transformers ]; description = "strict versions of many things in base"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "construct" = callPackage @@ -62272,7 +62272,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Haskell version of the Construct library for easy specification of file formats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "constructible" = callPackage @@ -62287,8 +62287,8 @@ self: { base binary-search complex-generic integer-roots ]; description = "Exact computation with constructible real numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62300,8 +62300,8 @@ self: { sha256 = "17ab0vkq5w3zwh76ws7b82wbc0871qdmvrxhxga78h3h0axjiz1x"; libraryHaskellDepends = [ base QuickCheck type-level ]; description = "A library of constructive algebra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62326,8 +62326,8 @@ self: { tasty-hunit text transformers typed-process unliftio uuid ]; description = "A consul client for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62354,8 +62354,8 @@ self: { transformers transformers-base ]; description = "Concurrent PostgreSQL data consumers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62369,8 +62369,8 @@ self: { base containers convert lens text vector ]; description = "Containers abstraction and utilities"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62382,7 +62382,7 @@ self: { sha256 = "1vlwaf363ymxpq0ry3h1lbn1dlyvf0dmja1q410ks0byz8kc77r7"; libraryHaskellDepends = [ base vector ]; description = "Functions for building containers from a known number of elements"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "container-classes" = callPackage @@ -62393,7 +62393,7 @@ self: { sha256 = "18mx50mp9pv1a33kcwmckz6r4a0j6rlc1165ivn9cj8iiwpmd6pv"; libraryHaskellDepends = [ base ]; description = "Generic classes for interacting with different container types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "containers_0_6_4_1" = callPackage @@ -62404,8 +62404,8 @@ self: { sha256 = "0vn43a7bf49pih9b65b359xf3658d96dpm9j35i8x8j61vlrcsid"; libraryHaskellDepends = [ array base deepseq ]; description = "Assorted concrete container types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "containers-accelerate" = callPackage @@ -62423,8 +62423,8 @@ self: { hashable-accelerate hedgehog tasty tasty-hedgehog ]; description = "Hashing-based container types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "containers-benchmark" = callPackage @@ -62441,8 +62441,8 @@ self: { base bytestring containers criterion deepseq ghc-prim random ]; description = "Extensive benchmark suite for containers package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62454,7 +62454,7 @@ self: { sha256 = "0l9d7hj66fygpsbjw6wy4l11c9cw739lvkrypapwihav7jzva541"; libraryHaskellDepends = [ base containers deepseq ]; description = "Provide orphan NFData instances for containers as needed. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "containers-unicode-symbols" = callPackage @@ -62465,7 +62465,7 @@ self: { sha256 = "006znsrwz3sssvg53mail2xd98hq6y4l83140sd2fzyg4df25js7"; libraryHaskellDepends = [ base base-unicode-symbols containers ]; description = "Unicode alternatives for common functions and operators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "containers-verified" = callPackage @@ -62476,8 +62476,8 @@ self: { sha256 = "08cwfn71ffvjfp252l3whic90rqyq1jvrk0m9xp54kh3g2rdqma9"; libraryHaskellDepends = [ containers ]; description = "Formally verified drop-in replacement of containers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62502,8 +62502,8 @@ self: { hspec memory mtl resourcet temporary ]; description = "Store and retrieve data from an on-disk store"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62519,7 +62519,7 @@ self: { testHaskellDepends = [ async base ghc-prim hspec ]; testToolDepends = [ hspec-discover ]; description = "Thread-indexed, nested contexts"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "context-free-art" = callPackage @@ -62542,7 +62542,7 @@ self: { base bifunctors blaze-markup blaze-svg HUnit random text text-show ]; description = "Generate art from context-free grammars"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "context-free-grammar" = callPackage @@ -62565,8 +62565,8 @@ self: { test-framework-quickcheck2 ]; description = "Basic algorithms on context-free grammars"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62585,7 +62585,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Modify HTTP requests/responses using context"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "context-resource" = callPackage @@ -62598,7 +62598,7 @@ self: { testHaskellDepends = [ async base context hspec ]; testToolDepends = [ hspec-discover ]; description = "Thread-safe, pool-compatible resource provider"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "context-stack" = callPackage @@ -62611,8 +62611,8 @@ self: { base classy-prelude mtl unordered-containers ]; description = "An abstraction of a stack and stack-based monadic context"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62631,7 +62631,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Add request-specific (or not!) context to your WAI applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "contiguous" = callPackage @@ -62654,8 +62654,8 @@ self: { base primitive random random-shuffle weigh ]; description = "Unified interface for primitive arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62667,8 +62667,8 @@ self: { sha256 = "0jfqxz0v107xw6mjr0wb1abb6v5zd3siy7z0gk9nqcvyacb80z4a"; libraryHaskellDepends = [ base contiguous primitive ]; description = "contiguous with bounds checks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62680,8 +62680,8 @@ self: { sha256 = "0nnxr6yihb82c7in0hsb7k9jkjccx5040pvxj5gb06ahzz5ls5yn"; libraryHaskellDepends = [ base contiguous primitive semirings ]; description = "dft of contiguous memory structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62698,8 +62698,8 @@ self: { transformers-base ]; description = "Monads with suspension and arbitrary-spot reentry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62713,7 +62713,7 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base criterion ]; description = "Types and functions for working with continued fractions in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "continued-fractions" = callPackage @@ -62730,7 +62730,7 @@ self: { test-framework-quickcheck2 ]; description = "Continued fractions"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "continuum" = callPackage @@ -62746,8 +62746,8 @@ self: { libraryHaskellDepends = [ base bytestring cereal containers mtl nanomsg-haskell time ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62762,8 +62762,8 @@ self: { libraryHaskellDepends = [ base bytestring cereal containers mtl nanomsg-haskell time ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62775,7 +62775,7 @@ self: { sha256 = "146g43sqa23n1qg100jvz5m1jcjfxx4rxzmc8559b6apys9ys4br"; libraryHaskellDepends = [ base ]; description = "Arrow and contravariant tracers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "contracheck-applicative" = callPackage @@ -62790,7 +62790,7 @@ self: { base containers contravariant generics-sop microlens mmorph ]; description = "Validation types/typeclass based on the contravariance"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "contravariant" = callPackage @@ -62801,7 +62801,7 @@ self: { sha256 = "1haxsq7jl95gzmbjdr2pgza9b7j0j3f26wwkf494gphz6c76yls4"; libraryHaskellDepends = [ base StateVar transformers ]; description = "Contravariant functors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "contravariant-extras" = callPackage @@ -62816,7 +62816,7 @@ self: { base contravariant template-haskell template-haskell-compat-v0208 ]; description = "Extras for the \"contravariant\" package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "control" = callPackage @@ -62832,8 +62832,8 @@ self: { base basic stm template-haskell transformers ]; description = "Class of monad transformers which control operations can be lifted thru"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62845,7 +62845,7 @@ self: { sha256 = "10amxm1ff7xhd8g66n65wkbb8d17n77v1nmwxkbzhrask398asp4"; libraryHaskellDepends = [ base ]; description = "Useful combinators for boolean expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "control-dotdotdot" = callPackage @@ -62856,7 +62856,7 @@ self: { sha256 = "0rwi5zwvqn18g7qyp9aw51w3yzkqbff9g7rcqdk1l871fvq8qhha"; libraryHaskellDepends = [ base ]; description = "Haskell operator `g ... f = \\x1 .. xn -> g (f x1 .. xn)`."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "control-dsl" = callPackage @@ -62874,7 +62874,7 @@ self: { base containers doctest doctest-discover temporary ]; description = "An alternative to monads in do-notation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "control-event" = callPackage @@ -62886,7 +62886,7 @@ self: { libraryHaskellDepends = [ base containers stm time ]; testHaskellDepends = [ base containers stm time ]; description = "Event scheduling system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "control-iso" = callPackage @@ -62901,8 +62901,8 @@ self: { base bytestring newtype-generics profunctors text ]; description = "A typeclass for type isomorphisms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62914,8 +62914,8 @@ self: { sha256 = "140n27vdbyjz5qycrwlrmyd7s48fxcl6msl16g7czg40k5y23j5s"; libraryHaskellDepends = [ attempt base transformers ]; description = "Monad transformer for attempt. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62932,7 +62932,7 @@ self: { transformers-base ]; description = "Explicitly typed, checked exceptions with stack traces"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "control-monad-exception-monadsfd" = callPackage @@ -62947,8 +62947,8 @@ self: { base control-monad-exception monads-fd transformers ]; description = "Monads-fd instances for the EMT exceptions monad transformer"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -62964,7 +62964,7 @@ self: { base control-monad-exception monads-tf transformers ]; description = "Monads-tf instances for the EMT exceptions monad transformer"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "control-monad-exception-mtl" = callPackage @@ -62976,7 +62976,7 @@ self: { libraryHaskellDepends = [ base control-monad-exception mtl ]; doHaddock = false; description = "MTL instances for the EMT exceptions monad transformer"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "control-monad-failure" = callPackage @@ -62987,8 +62987,8 @@ self: { sha256 = "1g304wb1fhx81iw2vv7nv6cp2qmy69frwiv3vax85lxw03s4nlkq"; libraryHaskellDepends = [ base failure transformers ]; description = "A class for monads which can fail with an error. (deprecated)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63000,8 +63000,8 @@ self: { sha256 = "0j9i85vq033789vx2589mfqwk954hqy1wla527ssbyf05k6vkn8j"; libraryHaskellDepends = [ base failure mtl ]; description = "A class for monads which can fail with an error for mtl 1 (deprecated)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63013,7 +63013,7 @@ self: { sha256 = "1habgf7byffqf1rqjkzpihvdhclaafgqsqpfpwp3fgpj5ayk1j33"; libraryHaskellDepends = [ base transformers ]; description = "Free monads and monad transformers"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "control-monad-loop" = callPackage @@ -63024,7 +63024,7 @@ self: { sha256 = "003k4pp6wgn30m9ksbh8680f0klzsvd90wsl9jpqs9lpg14hi6zj"; libraryHaskellDepends = [ base transformers transformers-base ]; description = "Simple monad transformer for imperative-style loops"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "control-monad-omega" = callPackage @@ -63035,7 +63035,7 @@ self: { sha256 = "1zx92zyvv10w61rzwhn1d4kggzmi9hggsyjcdav424280x31wb7n"; libraryHaskellDepends = [ base ]; description = "A breadth-first list monad"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "control-monad-queue" = callPackage @@ -63046,7 +63046,7 @@ self: { sha256 = "1dfiys93i7wnbf33dgb324gp57ab5y7pn405hq8iciq2c7kzfa6l"; libraryHaskellDepends = [ base ]; description = "Reusable corecursive queues, via continuations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "control-timeout" = callPackage @@ -63057,7 +63057,7 @@ self: { sha256 = "1g1x6c4dafckwcw48v83f3nm2sxv8kynwv8ib236ay913ycgayvg"; libraryHaskellDepends = [ base containers stm time ]; description = "Timeout handling"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "contstuff" = callPackage @@ -63068,7 +63068,7 @@ self: { sha256 = "0rw2bslajjch057fsxf881wi39bsd9y6196j0kb0lz47r0zn8003"; libraryHaskellDepends = [ base transformers ]; description = "Fast, easy to use CPS-based monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "contstuff-monads-tf" = callPackage @@ -63079,8 +63079,8 @@ self: { sha256 = "0j4y76ar0m642jxcyrvlrxagawrlq637cvx3fqprw5sl5cslgxh5"; libraryHaskellDepends = [ base contstuff monads-tf ]; description = "ContStuff instances for monads-tf transformers (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63092,8 +63092,8 @@ self: { sha256 = "0b5vskp1bxqpi4ffcxwjw6kr0jd6n8v8jlhf03p54ckfd5ym4ai6"; libraryHaskellDepends = [ base contstuff transformers ]; description = "Deprecated interface between contstuff 0.7.0 and the transformers package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63105,7 +63105,7 @@ self: { sha256 = "0y28m7kgphknra0w2kzf0g4m2bdj604nr3f22xng46nl7kljbpvj"; libraryHaskellDepends = [ base ]; description = "Limit operations for converging sequences"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "conversion" = callPackage @@ -63118,7 +63118,7 @@ self: { editedCabalFile = "17hrwyhlcch970vb4gk793xhcpg035n0gxypbjz58vkka04j3d4d"; libraryHaskellDepends = [ base-prelude ]; description = "Universal converter between values of different types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conversion-bytestring" = callPackage @@ -63129,7 +63129,7 @@ self: { sha256 = "0ybh702mrwjvm48i03bb5hfiiz5qypyxyz5n14wai0kjn4ks1qwh"; libraryHaskellDepends = [ base-prelude bytestring conversion ]; description = "\"Conversion\" instances for the \"bytestring\" library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conversion-case-insensitive" = callPackage @@ -63140,7 +63140,7 @@ self: { sha256 = "14mf5jincplqrdln6xja0c840mmj4khd5n3z5f4glgpnmk9r3dcp"; libraryHaskellDepends = [ case-insensitive conversion ]; description = "\"Conversion\" instances for the \"case-insensitive\" library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conversion-text" = callPackage @@ -63155,7 +63155,7 @@ self: { base-prelude bytestring conversion conversion-bytestring text ]; description = "\"Conversion\" instances for the \"text\" library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "conversions" = callPackage @@ -63176,8 +63176,8 @@ self: { source-constraints template-haskell text unliftio-core ]; description = "Injective explicit total and partial conversions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63195,8 +63195,8 @@ self: { lens template-haskell text utf8-string ]; description = "Safe and unsafe data conversion utilities with strong type-level operation. checking."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63220,8 +63220,8 @@ self: { pipes-bytestring pipes-csv text vector ]; description = "Convert the annotation of a gene to another in a delimited file using a variety of different databases"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63239,7 +63239,7 @@ self: { base bytestring containers mtl old-locale old-time text time ]; description = "Typeclasses and instances for converting between types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "convertible-ascii" = callPackage @@ -63255,8 +63255,8 @@ self: { convertible-text failure text ]; description = "convertible instances for ascii"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63277,8 +63277,8 @@ self: { time ]; description = "Typeclasses and instances for converting between types (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63290,7 +63290,7 @@ self: { sha256 = "0bdsdq5m4skh3sh6dfz7jrdcsnyg5vb392n6gcqm9s1m0749r4b3"; libraryHaskellDepends = [ base directory strict ]; description = "Tiered general-purpose libraries with domain-specific applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cookie" = callPackage @@ -63310,7 +63310,7 @@ self: { text time ]; description = "HTTP cookie parsing and rendering"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cookies" = callPackage @@ -63323,8 +63323,8 @@ self: { base bytestring chronos hashable text time ]; description = "web cookies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63337,8 +63337,8 @@ self: { libraryHaskellDepends = [ base lens papa transformers ]; testHaskellDepends = [ base HUnit lens ]; description = "A representation of latitude and longitude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63359,8 +63359,8 @@ self: { ]; executableHaskellDepends = [ base copilot-c99 copilot-libraries ]; description = "A stream DSL for writing embedded C programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63383,8 +63383,8 @@ self: { language-c99-simple pretty process QuickCheck ]; description = "A compiler for Copilot targeting C99"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63401,8 +63401,8 @@ self: { pretty process ]; description = "Copilot interface to a C model-checker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63414,7 +63414,7 @@ self: { sha256 = "0l13zqycini9fkiy90i0dzi831lqv8lwpdk0dzrk9r0c545iy2ga"; libraryHaskellDepends = [ base dlist mtl pretty ]; description = "An intermediate representation for Copilot"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "copilot-language" = callPackage @@ -63430,8 +63430,8 @@ self: { ghc-prim mtl ]; description = "A Haskell-embedded DSL for monitoring hard real-time distributed systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63447,8 +63447,8 @@ self: { array base containers copilot-language data-reify mtl parsec ]; description = "Libraries for the Copilot language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63464,8 +63464,8 @@ self: { base containers copilot-core directory filepath pretty sbv ]; description = "A compiler for CoPilot targeting SBV"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63483,8 +63483,8 @@ self: { directory mtl parsec pretty process random transformers xml ]; description = "k-induction for Copilot"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63504,8 +63504,8 @@ self: { ]; testHaskellDepends = [ base hlint ]; description = "Haskell interface to the Fedora Copr system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63532,7 +63532,7 @@ self: { which ]; description = "Yet another shell monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "core" = callPackage @@ -63543,8 +63543,8 @@ self: { sha256 = "1fqgfbd3in8l84250kda67paakz4sr2ywf5qzsy403546w7q9ccz"; libraryHaskellDepends = [ base bytestring parsec pretty ]; description = "External core parser and pretty printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63564,7 +63564,7 @@ self: { executableHaskellDepends = [ array base ]; executableToolDepends = [ alex happy ]; description = "compile your own mini functional language with Core"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "core-data" = callPackage @@ -63581,7 +63581,7 @@ self: { scientific text unordered-containers vector ]; description = "Convenience wrappers around common data structures and encodings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "core-haskell" = callPackage @@ -63596,8 +63596,8 @@ self: { base haskeline haskell-src-exts hint ]; description = "A subset of Haskell using in UCC for teaching purpose"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63619,7 +63619,7 @@ self: { transformers unix ]; description = "Opinionated Haskell Interoperability"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "core-text" = callPackage @@ -63636,7 +63636,7 @@ self: { prettyprinter template-haskell text text-short ]; description = "A rope type based on a finger tree over UTF-8 fragments"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "corebot-bliki" = callPackage @@ -63662,8 +63662,8 @@ self: { yesod ]; description = "A bliki written using yesod. Uses pandoc to process files stored in git."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63681,7 +63681,7 @@ self: { executableHaskellDepends = [ base process unix ]; testHaskellDepends = [ base process ]; description = "Write your main like it can call itself back"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "corenlp-parser" = callPackage @@ -63701,8 +63701,8 @@ self: { ]; librarySystemDepends = [ rocksdb ]; description = "Launches CoreNLP and parses the JSON output"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) rocksdb;}; @@ -63725,7 +63725,7 @@ self: { ]; description = "classy optical monadic state"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "coroutine-enumerator" = callPackage @@ -63737,7 +63737,7 @@ self: { libraryHaskellDepends = [ base enumerator monad-coroutine ]; description = "Bridge between the monad-coroutine and enumerator packages"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63750,7 +63750,7 @@ self: { libraryHaskellDepends = [ base iteratee monad-coroutine ]; description = "Bridge between the monad-coroutine and iteratee packages"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63762,8 +63762,8 @@ self: { sha256 = "1hgpy3fswhars994mz3756firiy0g5brx7w9is4nfhg8mr5vf3yg"; libraryHaskellDepends = [ base either free mtl transformers ]; description = "Object-oriented programming realization using coroutine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63782,8 +63782,8 @@ self: { vector ]; description = "A CouchDB view server for Haskell"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63810,8 +63810,8 @@ self: { ]; testToolDepends = [ couchdb ]; description = "A modern, lightweight, complete client for CouchDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) couchdb;}; "couchdb-conduit" = callPackage @@ -63840,8 +63840,8 @@ self: { unordered-containers ]; description = "Couch DB client library using http-conduit and aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63869,8 +63869,8 @@ self: { utf8-string vector ]; description = "Couch DB client library using http-enumerator and aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63882,7 +63882,7 @@ self: { sha256 = "1az2vr1rjq4pfgzswwbwgfq4kcb8kq759vn5kl7ghzaqr7b6vkgx"; libraryHaskellDepends = [ base ]; description = "Bijective mappings between values and possibly infinite prefixes of [0..]"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "countable" = callPackage @@ -63898,7 +63898,7 @@ self: { base bytestring silently tasty tasty-golden tasty-hunit ]; description = "Countable, Searchable, Finite, Empty classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "countable-inflections" = callPackage @@ -63914,8 +63914,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck text ]; description = "Countable Text Inflections"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63927,8 +63927,8 @@ self: { sha256 = "0jc34nrbzxzilrr1s2k7krrp9g5xc40hpf2srw6mccfrcsyacsnc"; libraryHaskellDepends = [ base containers ]; description = "An object frequency counter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63949,7 +63949,7 @@ self: { base QuickCheck quickcheck-classes tasty tasty-quickcheck ]; description = "Country data type and functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "country-codes" = callPackage @@ -63965,8 +63965,8 @@ self: { libraryHaskellDepends = [ aeson base deepseq shakespeare text ]; testHaskellDepends = [ aeson base HTF HUnit ]; description = "ISO 3166 country codes and i18n names"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -63991,8 +63991,8 @@ self: { test-framework test-framework-hunit ]; description = "A message-passing library for simplifying network applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64012,8 +64012,8 @@ self: { optparse-applicative process stm text time unix ]; description = "Simple and flexible CI system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64026,8 +64026,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "Exhaustivity Checking Library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64041,7 +64041,7 @@ self: { base groups primitive refined semirings ]; description = "Coya monoids"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cparsing" = callPackage @@ -64057,8 +64057,8 @@ self: { split template-haskell transformers ]; description = "A simple C++ parser with preprocessor features. C++ refactorings included."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64078,8 +64078,8 @@ self: { resourcet ]; description = "Conduit-based CPIO"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64110,8 +64110,8 @@ self: { ]; testHaskellDepends = [ base hspec hspec-megaparsec megaparsec ]; description = "Build tool for C"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64129,8 +64129,8 @@ self: { ]; librarySystemDepends = [ cplex ]; description = "high-level CPLEX interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) cplex;}; "cplusplus-th" = callPackage @@ -64146,8 +64146,8 @@ self: { ]; testHaskellDepends = [ base process QuickCheck ]; description = "C++ Foreign Import Generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64161,7 +64161,7 @@ self: { testHaskellDepends = [ base bytestring hspec ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Bindings for C++ demangling routines"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cpphs" = callPackage @@ -64194,7 +64194,7 @@ self: { base bytestring criterion crypto-random mtl ]; description = "Crypto Pseudo Random Number Generator using AES in counter mode"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cprng-aes-effect" = callPackage @@ -64212,8 +64212,8 @@ self: { extensible-effects ]; description = "Run random effect using cprng-aes, a crypto pseudo number generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64228,7 +64228,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base containers directory parallel ]; description = "Symbolic cryptographic protocol analyzer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cpu" = callPackage @@ -64242,7 +64242,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Cpu information and properties helpers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cpuid" = callPackage @@ -64266,7 +64266,7 @@ self: { sha256 = "0mans1i26w3rl1vvf9isn8y6lvmn9dlf2c0znbgjxj605jcy7cyi"; libraryHaskellDepends = [ attoparsec base bytestring deepseq ]; description = "Haskell Library for Checking CPU Information"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cpuperf" = callPackage @@ -64279,8 +64279,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base mtl process ]; description = "Modify the cpu frequency on OpenBSD systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64296,8 +64296,8 @@ self: { testHaskellDepends = [ base text ]; testPkgconfigDepends = [ python3 ]; description = "Bindings for libpython"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) python3;}; @@ -64320,7 +64320,7 @@ self: { ]; description = "Cassandra CQL binary protocol"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "cql-io" = callPackage @@ -64347,8 +64347,8 @@ self: { ]; doHaddock = false; description = "Cassandra CQL client"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64360,8 +64360,8 @@ self: { sha256 = "14mr1i7g61h25fn2xa02iyzq1mxcgzkisfmiakdakiya4zxjk10f"; libraryHaskellDepends = [ base bytestring cql-io tinylog ]; description = "Tinylog integration for cql-io"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64374,7 +64374,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "Command-Query Responsibility Segregation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cqrs-core" = callPackage @@ -64390,8 +64390,8 @@ self: { uuid-types ]; description = "Command-Query Responsibility Segregation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64413,8 +64413,8 @@ self: { transformers uuid-types wai-extra wai-middleware-static warp ]; description = "Example for cqrs package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64431,8 +64431,8 @@ self: { ]; testHaskellDepends = [ base cqrs-core cqrs-testkit hspec random ]; description = "Memory backend for the cqrs package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64456,8 +64456,8 @@ self: { pg-harness-client postgresql-libpq random resource-pool uuid-types ]; description = "PostgreSQL backend for the cqrs package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64478,8 +64478,8 @@ self: { text transformers ]; description = "SQLite3 backend for the cqrs package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64496,8 +64496,8 @@ self: { transformers ]; description = "Command-Query Responsibility Segregation Test Support"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64515,8 +64515,8 @@ self: { lifted-base random transformers uuid-types ]; description = "Command-Query Responsibility Segregation Test Support"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64529,7 +64529,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "Command-Query Responsibility Segregation. Modules for the basic types."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cr" = callPackage @@ -64547,8 +64547,8 @@ self: { base cmdargs directory process shelly text transformers unix ]; description = "Code review tool"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64562,7 +64562,7 @@ self: { librarySystemDepends = [ crack ]; description = "A haskell binding to cracklib"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {crack = null;}; @@ -64577,7 +64577,7 @@ self: { libraryHaskellDepends = [ array base FloatingHex ]; executableHaskellDepends = [ array base FloatingHex ]; description = "Crack various integer, floating-point data formats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "craft" = callPackage @@ -64608,8 +64608,8 @@ self: { base hspec hspec-megaparsec megaparsec QuickCheck ]; description = "A UNIX configuration management library in Haskell"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64623,8 +64623,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base colour mtl vector-space ]; description = "2D graphics library with integrated TikZ output"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64636,8 +64636,8 @@ self: { sha256 = "16in87l2v49k785fldm7fvprywg0v497kz29jr22y91q5j5gnm4z"; libraryHaskellDepends = [ base cairo craftwerk mtl ]; description = "Cairo backend for Craftwerk"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64655,8 +64655,8 @@ self: { base cairo containers craftwerk craftwerk-cairo gtk mtl ]; description = "Gtk UI for Craftwerk"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64677,8 +64677,8 @@ self: { tagsoup text time ]; description = "Simulation user crawl paths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64711,8 +64711,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "HTTP Racing Library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64730,8 +64730,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Implements various Cyclic Redundancy Checks (CRC)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64743,8 +64743,8 @@ self: { sha256 = "15x3xwq2vyg474m09jak1c2zx9w5acpfjgmy5jj4asxj33z9n7bz"; libraryHaskellDepends = [ base bytestring ]; description = "Calculate the crc16-ccitt"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64756,7 +64756,7 @@ self: { sha256 = "0x943wmcbj679kj7q2a2ipjycq17ajm71m487vkb8b6gdrdy8f2z"; libraryHaskellDepends = [ array base ]; description = "Compute CRC16 checksums using a lookup table"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crc32c" = callPackage @@ -64773,7 +64773,7 @@ self: { base bytestring hspec hspec-core QuickCheck ]; description = "Haskell bindings for crc32c"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crdt" = callPackage @@ -64789,8 +64789,8 @@ self: { safe stm time vector ]; description = "Conflict-free replicated data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64809,8 +64809,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Garbage collected event folding CRDT"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64836,8 +64836,8 @@ self: { test-framework-quickcheck2 ]; description = "Framework for artificial life experiments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64857,8 +64857,8 @@ self: { executableHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "Library to access secure credential storage providers"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64880,7 +64880,7 @@ self: { testHaskellDepends = [ base ]; description = "Secure Credentials Storage and Distribution"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "credentials-cli" = callPackage @@ -64905,7 +64905,7 @@ self: { ]; description = "Secure Credentials Administration"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "crf-chain1" = callPackage @@ -64922,8 +64922,8 @@ self: { parallel random sgd vector vector-binary-instances vector-th-unbox ]; description = "First-order, linear-chain conditional random fields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64943,8 +64943,8 @@ self: { vector-binary vector-th-unbox ]; description = "First-order, constrained, linear-chain conditional random fields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64962,8 +64962,8 @@ self: { logfloat monad-codec parallel sgd vector vector-binary ]; description = "Second-order, generic, constrained, linear conditional random fields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -64982,8 +64982,8 @@ self: { vector-binary vector-th-unbox ]; description = "Second-order, tiered, constrained, linear conditional random fields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65012,8 +65012,8 @@ self: { vector ]; description = "Crit-bit maps and sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65051,7 +65051,7 @@ self: { tasty-quickcheck vector ]; description = "Robust, reliable performance measurement and analysis"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "criterion-compare" = callPackage @@ -65072,8 +65072,8 @@ self: { data-default filepath lens lucid optparse-applicative text vector ]; description = "A simple tool for visualising differences in Criterion benchmark results"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65089,7 +65089,7 @@ self: { aeson base base-compat binary containers deepseq vector ]; description = "Criterion measurement functionality and associated types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "criterion-plus" = callPackage @@ -65116,8 +65116,8 @@ self: { transformers transformers-base vector ]; description = "Enhancement of the \"criterion\" benchmarking library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65136,8 +65136,8 @@ self: { aeson base blaze-html blaze-markup bytestring containers filepath ]; description = "Convert criterion output to HTML reports"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65154,8 +65154,8 @@ self: { unix ]; description = "CRIU RPC client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65169,8 +65169,8 @@ self: { libraryHaskellDepends = [ base proto-lens proto-lens-protoc ]; libraryPkgconfigDepends = [ protobuf ]; description = "Criu RPC protocol buffer types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) protobuf;}; @@ -65186,8 +65186,8 @@ self: { libraryHaskellDepends = [ base containers free mtl text ]; testHaskellDepends = [ base containers hedgehog hspec mtl ]; description = "A Conflict-Free Replicated JSON Datatype for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65199,8 +65199,8 @@ self: { sha256 = "1fgsmf2k0v1j7b3gv06q9c65410qa2ivl59rwkm7j931wsymsg26"; libraryHaskellDepends = [ base digits QuickCheck safe ]; description = "An implementation of Douglas Crockford's base32 encoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65219,8 +65219,8 @@ self: { mersenne-random-pure64 mtl parallel ]; description = "An offline renderer supporting ray tracing and photon mapping"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65243,7 +65243,7 @@ self: { ]; benchmarkHaskellDepends = [ attoparsec base criterion text time ]; description = "Cron datatypes and Attoparsec parser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cron-compat" = callPackage @@ -65264,8 +65264,8 @@ self: { text time transformers ]; description = "Cron datatypes and Attoparsec parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65283,7 +65283,7 @@ self: { text transformers unordered-containers vector ]; description = "Another bloated standard library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cruncher-types" = callPackage @@ -65295,8 +65295,8 @@ self: { libraryHaskellDepends = [ aeson base containers lens text ]; testHaskellDepends = [ base hlint ]; description = "Request and Response types for Eval.so's API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65315,8 +65315,8 @@ self: { transformers unix ]; description = "A runghc replacement with transparent caching"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65338,8 +65338,8 @@ self: { tasty-quickcheck ]; description = "Pure Haskell implelementation for GNU SHA512 crypt algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65357,7 +65357,7 @@ self: { base bytestring cereal entropy tagged transformers ]; description = "A generic interface for cryptographic operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-api-tests" = callPackage @@ -65376,7 +65376,7 @@ self: { test-framework-quickcheck2 ]; description = "A test framework and KATs for cryptographic operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-cipher-benchmarks" = callPackage @@ -65392,8 +65392,8 @@ self: { securemem ]; description = "Generic cryptography cipher benchmarks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65416,7 +65416,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Generic cryptography cipher tests"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-cipher-types" = callPackage @@ -65428,7 +65428,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base byteable bytestring securemem ]; description = "Generic cryptography cipher types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-classical" = callPackage @@ -65445,8 +65445,8 @@ self: { ]; testHaskellDepends = [ base bytestring QuickCheck ]; description = "An educational tool for studying classical cryptography schemes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65468,8 +65468,8 @@ self: { cryptocipher cryptohash-cryptoapi hspec skein transformers ]; description = "Conduit interface for cryptographic operations (from crypto-api)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65491,7 +65491,7 @@ self: { ]; testHaskellDepends = [ base HUnit QuickCheck ]; description = "An Enigma machine simulator with display"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-keys-ssh" = callPackage @@ -65504,8 +65504,8 @@ self: { base base64-bytestring binary bytestring ]; description = "Like crypto-pubkey-openssh but not dependent on any specific crypto library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65526,8 +65526,8 @@ self: { executableHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Multihash library on top of cryptonite crypto library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65551,7 +65551,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion mtl ]; description = "Cryptographic numbers: functions and algorithms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-pubkey" = callPackage @@ -65577,7 +65577,7 @@ self: { cryptohash deepseq mtl ]; description = "Public Key cryptography"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-pubkey-openssh" = callPackage @@ -65600,8 +65600,8 @@ self: { QuickCheck tasty tasty-quickcheck temporary ]; description = "OpenSSH keys decoder/encoder"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65613,7 +65613,7 @@ self: { sha256 = "0q0wlzjmpx536h1zcdzrpxjkvqw8abj8z0ci38138kpch4igbnby"; libraryHaskellDepends = [ asn1-encoding asn1-types base ]; description = "Generic cryptography Public keys algorithm types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-random" = callPackage @@ -65626,7 +65626,7 @@ self: { editedCabalFile = "1ax1iafbbqkcrvjnnxlvqh2zgpx8xzcbxl6l870207bpzwrja2f1"; libraryHaskellDepends = [ base bytestring securemem unix vector ]; description = "Simple cryptographic random related types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-random-api" = callPackage @@ -65637,7 +65637,7 @@ self: { sha256 = "0z49kwgjj7rz235642q64hbkgp0zl6ipn29xd19yb75xc5q7gsan"; libraryHaskellDepends = [ base bytestring entropy ]; description = "Simple random generators API for cryptography related code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-random-effect" = callPackage @@ -65655,8 +65655,8 @@ self: { transformers ]; description = "A random effect using crypto-random"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65673,7 +65673,7 @@ self: { transformers-base ]; description = "Cryptographic random number generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-simple" = callPackage @@ -65687,8 +65687,8 @@ self: { base bytestring cryptonite hspec QuickCheck ]; description = "A simple high level encryption interface based on cryptonite"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65710,7 +65710,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Easy-and-safe-to-use high-level cryptography based on Sodium"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "crypto-token" = callPackage @@ -65721,7 +65721,7 @@ self: { sha256 = "1djn3fhxm639qarjjrax60p3kva54baj8sdcdlng02034kjzx6i6"; libraryHaskellDepends = [ array base cryptonite memory ]; description = "crypto tokens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "crypto-totp" = callPackage @@ -65736,7 +65736,7 @@ self: { base bytestring cereal containers cryptohash tagged unix ]; description = "Provides generation and verification services for time-based one-time keys"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptocipher" = callPackage @@ -65752,8 +65752,8 @@ self: { cipher-rc4 crypto-cipher-types ]; description = "Symmetrical block and stream ciphers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65772,8 +65772,8 @@ self: { ]; testHaskellDepends = [ base hspec hspec-expectations MissingH ]; description = "Haskell wrapper for the cryptocompare API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65797,8 +65797,8 @@ self: { tasty-hunit text transformers ]; description = "Interledger Crypto-Conditions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65820,7 +65820,7 @@ self: { ]; benchmarkHaskellDepends = [ base byteable bytestring criterion ]; description = "collection of crypto hashes, fast, pure and practical"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptohash-conduit" = callPackage @@ -65836,7 +65836,7 @@ self: { transformers ]; description = "cryptohash conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptohash-cryptoapi" = callPackage @@ -65852,7 +65852,7 @@ self: { base bytestring cereal crypto-api cryptonite memory tagged ]; description = "Crypto-api interfaces for cryptohash"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptohash-md5" = callPackage @@ -65872,7 +65872,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Fast, pure and practical MD5 implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptohash-sha1" = callPackage @@ -65892,7 +65892,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Fast, pure and practical SHA-1 implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptohash-sha256" = callPackage @@ -65914,7 +65914,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Fast, pure and practical SHA-256 implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptohash-sha512" = callPackage @@ -65934,7 +65934,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Fast, pure and practical SHA-512 implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptoids" = callPackage @@ -65953,8 +65953,8 @@ self: { directory exceptions filepath memory ]; description = "Reversable and secure encoding of object ids as a bytestring"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65968,8 +65968,8 @@ self: { editedCabalFile = "0c3cq648sh5cpj0isknhayamzgzv8avixxfpzr4riags70jr28ld"; libraryHaskellDepends = [ base cryptoids-types exceptions ]; description = "Typeclass-based interface to cryptoids"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -65987,8 +65987,8 @@ self: { aeson base binary deepseq hashable http-api-data path-pieces ]; description = "Shared types for encrypting internal object identifiers before exposure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66025,8 +66025,8 @@ self: { base criterion deepseq directory filepath sbv text ]; description = "Cryptol: The Language of Cryptography"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66049,7 +66049,7 @@ self: { base bytestring deepseq gauge memory random ]; description = "Cryptography Primitives sink"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptonite-conduit" = callPackage @@ -66072,7 +66072,7 @@ self: { tasty-hunit tasty-quickcheck ]; description = "cryptonite conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptonite-openssl" = callPackage @@ -66092,7 +66092,7 @@ self: { tasty-quickcheck ]; description = "Crypto stuff using OpenSSL cryptographic library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openssl;}; "cryptostore" = callPackage @@ -66113,7 +66113,7 @@ self: { tasty-hunit tasty-quickcheck x509 ]; description = "Serialization of cryptographic data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cryptsy-api" = callPackage @@ -66134,8 +66134,8 @@ self: { unordered-containers vector ]; description = "Bindings for Cryptsy cryptocurrency exchange API"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66147,8 +66147,8 @@ self: { sha256 = "14mh098kgckncips17bdsbg08q78xk1114174zq860z4znmc1gxv"; libraryHaskellDepends = [ base crc16-table MaybeT serialport ]; description = "Control Crystalfontz LCD displays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66176,8 +66176,8 @@ self: { sha256 = "123x10ircbj8lrsqapf6cb9b3ibjgp1q8l862a3i6i0ak7ash49f"; libraryHaskellDepends = [ base ghc ]; description = "Compiler plugin for common subexpression elimination"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66209,8 +66209,8 @@ self: { base criterion simple-vec3 strict vector ]; description = "Analytical CSG (Constructive Solid Geometry) library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66226,7 +66226,7 @@ self: { base csound-expression csound-sampler sharc-timbre transformers ]; description = "a gallery of Csound instruments"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csound-controllers" = callPackage @@ -66237,7 +66237,7 @@ self: { sha256 = "1p2fa00djwyrv7fdrngawmk3r41q6a4mlsqgdm4qajmivbj0sg9m"; libraryHaskellDepends = [ base csound-expression ]; testHaskellDepends = [ base csound-expression ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csound-expression" = callPackage @@ -66256,7 +66256,7 @@ self: { process temporal-media transformers ]; description = "library to make electronic music"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csound-expression-dynamic" = callPackage @@ -66273,7 +66273,7 @@ self: { deriving-compat hashable transformers wl-pprint ]; description = "dynamic core for csound-expression library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csound-expression-opcodes" = callPackage @@ -66288,7 +66288,7 @@ self: { base csound-expression-dynamic csound-expression-typed transformers ]; description = "opcodes for the library csound-expression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csound-expression-typed" = callPackage @@ -66308,7 +66308,7 @@ self: { NumInstances temporal-media transformers wl-pprint ]; description = "typed core for the library csound-expression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csound-sampler" = callPackage @@ -66319,7 +66319,7 @@ self: { sha256 = "0mi7w39adkn5l1h05arfap3c0ddb8j65wv96i3jrswpc3ljf3b2y"; libraryHaskellDepends = [ base csound-expression transformers ]; description = "A musical sampler based on Csound"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csp" = callPackage @@ -66349,8 +66349,8 @@ self: { base directory filepath haskeline libcspm mtl ]; description = "A command line type checker for CSPM files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66362,8 +66362,8 @@ self: { sha256 = "029r1a6w76v9nqf70w3p5yqjmmnba4xyi3ldx10wl526d247r9r9"; libraryHaskellDepends = [ base containers pretty ]; description = "AST and pretty printer for CSPm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66375,8 +66375,8 @@ self: { sha256 = "150gdsf059x658z6cbclrydzbynw06nhrpf4i1l9gwb6siarvjv9"; libraryHaskellDepends = [ base mtl text ]; description = "Minimal monadic CSS DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66393,8 +66393,8 @@ self: { shakespeare text ]; description = "Defining and manipulating css easing strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66417,8 +66417,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 text ]; description = "Parsing, rendering and manipulating css selectors in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66440,7 +66440,7 @@ self: { base criterion deepseq directory scientific text ]; description = "High-performance CSS tokenizer and serializer"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "css-text" = callPackage @@ -66452,7 +66452,7 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; testHaskellDepends = [ attoparsec base hspec QuickCheck text ]; description = "CSS parser and renderer"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "csv" = callPackage @@ -66463,7 +66463,7 @@ self: { sha256 = "00767ai09wm7f0yzmpqck3cpgxncpr9djnmmz5l17ajz69139x4c"; libraryHaskellDepends = [ base filepath parsec ]; description = "CSV loader and dumper"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "csv-conduit" = callPackage @@ -66489,7 +66489,7 @@ self: { test-framework test-framework-hunit text transformers vector ]; description = "A flexible, fast, conduit-based CSV parser library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "csv-enumerator" = callPackage @@ -66506,8 +66506,8 @@ self: { directory enumerator safe transformers unix-compat ]; description = "A flexible, fast, enumerator-based CSV parser library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66526,7 +66526,7 @@ self: { ]; description = "A collection of CSV tools"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66538,7 +66538,7 @@ self: { sha256 = "1p5waqb9sj3xjrc01isqbii282sxs865ciyy03f7kzi66as5j6g9"; libraryHaskellDepends = [ base containers csv filepath process ]; description = "Scripts for manipulating tables stored as CSV files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "csv-to-qif" = callPackage @@ -66559,7 +66559,7 @@ self: { split spreadsheet ]; description = "A small program that will read csv files and create qif files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ctemplate" = callPackage @@ -66571,8 +66571,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ ctemplate ]; description = "Binding to the Google ctemplate library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ctemplate = null;}; @@ -66584,8 +66584,8 @@ self: { sha256 = "0sqrg04zlwq62jggjvrd1dq7a2alwx2190w6b19d3jn51n0s907m"; libraryHaskellDepends = [ array base ]; description = "packaging of Manuel Chakravarty's CTK Light for Hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66602,8 +66602,8 @@ self: { libraryHaskellDepends = [ array base chatty-text chatty-utils ]; executableHaskellDepends = [ array base chatty-text chatty-utils ]; description = "A programming language for text modification"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66627,7 +66627,7 @@ self: { random-shuffle stm transformers unordered-containers ]; description = "Non-blocking concurrent map"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cube" = callPackage @@ -66644,8 +66644,8 @@ self: { base bytestring cereal containers hspec STL ]; description = "Cubic DSL for 3D printing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66664,7 +66664,7 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "Implementation of Univalence in Cubical Sets"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cubicbezier" = callPackage @@ -66682,7 +66682,7 @@ self: { ]; testHaskellDepends = [ base parsec tasty tasty-hunit ]; description = "Efficient manipulating of 2D cubic bezier curves"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cubicspline" = callPackage @@ -66693,7 +66693,7 @@ self: { sha256 = "0ycv395qskjw8xryzam6skc92m4iixf6065grvfh23avlsffsv2v"; libraryHaskellDepends = [ base hmatrix safe ]; description = "Natural cubic spline interpolation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cublas" = callPackage @@ -66710,8 +66710,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "FFI bindings to the CUDA BLAS library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cuboid" = callPackage @@ -66724,8 +66724,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base GLUT Yampa ]; description = "3D Yampa/GLUT Puzzle Game"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66748,8 +66748,8 @@ self: { ]; doHaddock = false; description = "Haskell Implementation of Cuckoo Filters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66776,7 +66776,7 @@ self: { tasty tasty-hunit tasty-quickcheck time ]; description = "Pure and impure Cuckoo Filter"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cuda" = callPackage @@ -66796,8 +66796,8 @@ self: { libraryToolDepends = [ c2hs ]; executableHaskellDepends = [ base pretty ]; description = "FFI binding to the CUDA interface for programming NVIDIA GPUs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cudd" = callPackage @@ -66810,7 +66810,7 @@ self: { librarySystemDepends = [ cudd ]; libraryToolDepends = [ c2hs ]; description = "Bindings to the CUDD binary decision diagrams library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) cudd;}; "cue-sheet" = callPackage @@ -66835,7 +66835,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Support for construction, rendering, and parsing of CUE sheets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cufft" = callPackage @@ -66852,8 +66852,8 @@ self: { libraryHaskellDepends = [ base cuda ]; libraryToolDepends = [ c2hs ]; description = "Haskell bindings for the CUFFT library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "curl" = callPackage @@ -66867,7 +66867,7 @@ self: { libraryHaskellDepends = [ base bytestring containers ]; librarySystemDepends = [ curl ]; description = "Haskell binding to libcurl"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) curl;}; "curl-aeson" = callPackage @@ -66878,7 +66878,7 @@ self: { sha256 = "1fpi448f6bgf3rbw3zxf7r9nwyhv9q67zan5sixnad1y7lqxivrx"; libraryHaskellDepends = [ aeson base curl text utf8-string ]; description = "Communicate with HTTP service using JSON"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "curl-cookiejar" = callPackage @@ -66893,7 +66893,7 @@ self: { attoparsec base bytestring conduit conduit-extra http-client time ]; description = "Parsing and pretty-printing of cURL/wget cookie jars"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "curl-runnings" = callPackage @@ -66925,8 +66925,8 @@ self: { raw-strings-qq text ]; description = "A framework for declaratively writing curl based API tests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -66942,7 +66942,7 @@ self: { testHaskellDepends = [ base hspec ]; description = "bindings to libcurl, the multiprotocol file transfer library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "currencies" = callPackage @@ -66954,7 +66954,7 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base hspec text ]; description = "Currencies representation, pretty printing and conversion"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "currency" = callPackage @@ -66969,7 +66969,7 @@ self: { ]; description = "Types representing standard and non-standard currencies"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "currency-codes" = callPackage @@ -66985,8 +66985,8 @@ self: { ]; testHaskellDepends = [ aeson base bson hspec QuickCheck ]; description = "ISO-4217 Currency Codes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67002,8 +67002,8 @@ self: { aeson base http-conduit text unordered-containers ]; description = "Typesafe currency conversion"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67015,7 +67015,7 @@ self: { sha256 = "18lg46fzpz207bd60hbcas6ippw0wnsc8n93pnz775ks5y7apyr5"; libraryHaskellDepends = [ base old-locale process split ]; description = "Get the current system locale in System.Locale format"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "curry" = callPackage @@ -67028,7 +67028,7 @@ self: { editedCabalFile = "15blz8y7jvxznm3j6sak4kcqq5c4apd4fkh60ixc36pbgc2q9kip"; libraryHaskellDepends = [ base ]; description = "Curry types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "curry-base" = callPackage @@ -67045,7 +67045,7 @@ self: { ]; testHaskellDepends = [ base Cabal filepath mtl ]; description = "Functions for manipulating Curry programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "curry-frontend" = callPackage @@ -67072,8 +67072,8 @@ self: { ]; testHaskellDepends = [ base Cabal curry-base filepath ]; description = "Compile the functional logic language Curry to several intermediate formats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67091,7 +67091,7 @@ self: { http-types mtl regex-pcre text transformers wai warp ]; description = "A simple HTTP server framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "curryer-rpc" = callPackage @@ -67121,8 +67121,8 @@ self: { async base bytestring criterion network winery ]; description = "Fast, Haskell RPC"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67137,7 +67137,7 @@ self: { benchmarkHaskellDepends = [ base ]; description = "Easy to use FFI Bridge for using Rust in Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "cursedcsv" = callPackage @@ -67156,8 +67156,8 @@ self: { natural-sort parseargs primitive regex-tdfa safe unix vector ]; description = "Terminal tool for viewing tabular data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67174,7 +67174,7 @@ self: { validity-text ]; description = "Purely Functional Cursors"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cursor-brick" = callPackage @@ -67184,7 +67184,7 @@ self: { version = "0.1.0.0"; sha256 = "018i8yrdcj69qf00vz1sx7is5cx1a7vn5b8kr9b226n7vxlr3nzd"; libraryHaskellDepends = [ base brick cursor text ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cursor-fuzzy-time" = callPackage @@ -67199,7 +67199,7 @@ self: { base containers cursor deepseq fuzzy-time megaparsec microlens text time validity validity-time ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "cursor-fuzzy-time-gen" = callPackage @@ -67225,8 +67225,8 @@ self: { benchmarkHaskellDepends = [ base criterion cursor-fuzzy-time genvalidity-criterion QuickCheck ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67252,7 +67252,7 @@ self: { base criterion cursor genvalidity-criterion ]; description = "Generators for Purely Functional Cursors"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "curve25519" = callPackage @@ -67270,7 +67270,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Fast implementations of the curve25519 elliptic curve primitives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "curves" = callPackage @@ -67286,8 +67286,8 @@ self: { base bytestring containers filepath HaXml JuicyPixels QuickCheck ]; description = "Library for drawing curve based images"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67305,8 +67305,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "FFI bindings to CUDA Solver, a LAPACK-like library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "cusparse" = callPackage @@ -67321,8 +67321,8 @@ self: { libraryHaskellDepends = [ base cuda half storable-complex ]; libraryToolDepends = [ c2hs ]; description = "FFI bindings to the CUDA Sparse BLAS library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "custom-prelude" = callPackage @@ -67334,7 +67334,7 @@ self: { libraryHaskellDepends = [ base basic-prelude monad-loops ]; description = "An enhanced prelude, serving as a foundation for my projects"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67372,7 +67372,7 @@ self: { testPkgconfigDepends = [ pocketsphinx sphinxbase ]; testToolDepends = [ c2hs ]; description = "Cuts out uninteresting parts of videos by detecting silences"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) pocketsphinx; inherit (pkgs) sphinxbase;}; "cutter" = callPackage @@ -67389,7 +67389,7 @@ self: { base bytestring explicit-exception spreadsheet utility-ht ]; description = "Cut files according to a position list"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cv-combinators" = callPackage @@ -67408,8 +67408,8 @@ self: { allocated-processor base HOpenCV vector-space ]; description = "Functional Combinators for Computer Vision"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67421,7 +67421,7 @@ self: { sha256 = "0ywwkwm3sfm8dx447512jm57pdy8sr29z6bvnd3q58h5prz3r2nm"; libraryHaskellDepends = [ aeson base text ]; description = "simple and efficient cve datatype"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "cyclotomic" = callPackage @@ -67439,7 +67439,7 @@ self: { test-framework-quickcheck2 test-framework-smallcheck ]; description = "A subfield of the complex numbers for exact calculation"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "cypher" = callPackage @@ -67458,8 +67458,8 @@ self: { transformers-base unordered-containers vector ]; description = "Haskell bindings for the neo4j \"cypher\" query language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67472,7 +67472,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base transformers ]; description = "CZipWith class and deriving via TH"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "d-bus" = callPackage @@ -67502,8 +67502,8 @@ self: { tasty-quickcheck tasty-th text xml-hamlet ]; description = "Permissively licensed D-Bus client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67516,7 +67516,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base doctest ]; description = "Digits 0-9"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "d3d11binding" = callPackage @@ -67535,8 +67535,8 @@ self: { ]; executableHaskellDepends = [ base c-storable-deriving vect Win32 ]; description = "A raw binding for the directX 11"; - license = stdenv.lib.licenses.mit; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + platforms = [ "armv7l-linux" ]; }) {D3DCompiler = null; d3d11 = null; d3dx11 = null; d3dxof = null; dxgi = null; dxguid = null;}; @@ -67548,8 +67548,8 @@ self: { sha256 = "0wrxvfgss9fiv1pwsdi1md0plc4mf9sadkhgm46dsfq16dwrp3q2"; libraryHaskellDepends = [ base mtl random text ]; description = "Declarative visualization on a web browser with DSL approach"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67562,7 +67562,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base directory unix ]; description = "Start background daemons by double-forking"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "daemons" = callPackage @@ -67590,7 +67590,7 @@ self: { test-framework-hunit unix ]; description = "Daemons in Haskell made fun and easy"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "dag" = callPackage @@ -67606,8 +67606,8 @@ self: { base hspec QuickCheck quickcheck-instances ]; description = "Compile-time, type-safe directed acyclic graphs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67626,8 +67626,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec HUnit QuickCheck ]; description = "Parsing dAmn messages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67650,8 +67650,8 @@ self: { ]; executableHaskellDepends = [ base optparse-applicative ]; description = "Basic Slack bot framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67682,8 +67682,8 @@ self: { utf8-string ]; description = "Dao is meta programming language with its own built-in interpreted language, designed with artificial intelligence applications in mind"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67702,8 +67702,8 @@ self: { prednote rainbow text time transformers ]; description = "Prints a series of dates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67753,7 +67753,7 @@ self: { mv contrib/darcs_completion $out/share/bash-completion/completions/darcs ''; description = "a distributed, interactive, smart revision control system"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "darcs-benchmark" = callPackage @@ -67775,8 +67775,8 @@ self: { zlib ]; description = "Comparative benchmark suite for darcs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67809,7 +67809,7 @@ self: { executableSystemDepends = [ curl ]; description = "a distributed, interactive, smart revision control system"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) curl;}; @@ -67829,7 +67829,7 @@ self: { ]; description = "Tools to help manage Debian packages with Darcs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67852,7 +67852,7 @@ self: { executableSystemDepends = [ curl ncurses zlib ]; description = "David's Advanced Version Control System"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) curl; inherit (pkgs) ncurses; inherit (pkgs) zlib;}; @@ -67873,8 +67873,8 @@ self: { directory filepath hashed-storage mtl old-time utf8-string ]; description = "Import/export git fast-import streams to/from darcs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67893,8 +67893,8 @@ self: { time ]; description = "Generate graphs of darcs repository activity"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67913,7 +67913,7 @@ self: { ]; description = "Darcs repository monitor (sends email)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67927,7 +67927,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "Shell scripts for support of darcs workflow"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "darcs2dot" = callPackage @@ -67944,8 +67944,8 @@ self: { base containers darcs graph-wrapper string-conversions ]; description = "Outputs dependencies of darcs patches in dot format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67974,7 +67974,7 @@ self: { ]; description = "Darcs repository UI and hosting/collaboration app (hub.darcs.net branch)."; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -67998,7 +67998,7 @@ self: { ]; description = "Track application of Darcs patches"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68026,8 +68026,8 @@ self: { base binary bytestring criterion transformers ]; description = "Utility and parser for DarkPlaces demo files"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68044,8 +68044,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec hspec-core ]; description = "Darkplaces rcon client library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68075,8 +68075,8 @@ self: { text ]; description = "Darplaces rcon utility"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68094,8 +68094,8 @@ self: { libraryToolDepends = [ alex ]; testHaskellDepends = [ base bytestring hspec QuickCheck ]; description = "Parser for darkplaces colorful text"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68116,8 +68116,8 @@ self: { text transformers ]; description = "Convert package Haddock to Dash docsets (IDE docs)"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68129,7 +68129,7 @@ self: { sha256 = "0f1yvvzr24qgrx6k2g101s7vp012802iw6kli903n28nig93yn0x"; libraryHaskellDepends = [ array base containers transformers ]; description = "Utilities for accessing and manipulating fields of records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-accessor-monadLib" = callPackage @@ -68141,7 +68141,7 @@ self: { libraryHaskellDepends = [ base data-accessor monadLib ]; description = "Accessor functions for monadLib's monads"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "data-accessor-monads-fd" = callPackage @@ -68154,8 +68154,8 @@ self: { base data-accessor monads-fd transformers ]; description = "Use Accessor to access state in monads-fd State monad class"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68169,8 +68169,8 @@ self: { base data-accessor monads-tf transformers ]; description = "Use Accessor to access state in monads-tf State monad type family"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68182,7 +68182,7 @@ self: { sha256 = "1i8lk0vy04giixng5addgj740cbvwlc7g62qgrmhfip0w9k93kqh"; libraryHaskellDepends = [ base data-accessor mtl ]; description = "Use Accessor to access state in mtl State monad class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-accessor-template" = callPackage @@ -68198,7 +68198,7 @@ self: { base data-accessor template-haskell utility-ht ]; description = "Utilities for accessing and manipulating fields of records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-accessor-transformers" = callPackage @@ -68209,7 +68209,7 @@ self: { sha256 = "0yp030vafbpddl27m606aibbbr5ar5j5bsv4bksscz3cq4yq5j10"; libraryHaskellDepends = [ base data-accessor transformers ]; description = "Use Accessor to access state in transformers State monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-as" = callPackage @@ -68220,7 +68220,7 @@ self: { sha256 = "1rqdffwyxrnvsrqchnknjdmdz7afzhplyalnrclrm5zm6gj0dlia"; libraryHaskellDepends = [ base profunctors ]; description = "Simple extensible sum"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "data-ascii" = callPackage @@ -68236,7 +68236,7 @@ self: { text ]; description = "Type-safe, bytestring-based ASCII values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-aviary" = callPackage @@ -68247,8 +68247,8 @@ self: { sha256 = "03jhlb7w98bwx5xa23as9i6id0qxcl4f7k9rql2cgcy8nxf7c2xn"; libraryHaskellDepends = [ base ]; description = "Combinator birds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68260,8 +68260,8 @@ self: { sha256 = "1l95mrl6333hp46vsv54fglg4gwz8p14z3rysx6115blc81yx18x"; libraryHaskellDepends = [ base ]; description = "Utilities for accessing and comparing types based on so called bases - representations with limited polymorphism"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68285,8 +68285,8 @@ self: { aeson base lens postgresql-simple string-conv time ]; description = "A database library with a focus on ease of use, type safety and useful error messages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68298,7 +68298,7 @@ self: { sha256 = "02nzg1barhqhpf4x26mpzvk7jd29nali033qy01adjplv2z5m5sr"; libraryHaskellDepends = [ base binary ]; description = "Parser/Serialiser for IEEE-754 floating-point values"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "data-bword" = callPackage @@ -68310,7 +68310,7 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; testHaskellDepends = [ base tasty tasty-quickcheck ]; description = "Extra operations on binary words of fixed length"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-carousel" = callPackage @@ -68323,7 +68323,7 @@ self: { editedCabalFile = "1sk3qvn9pb1l170qqrxwv9mxj80p5276zzwl0rfn5403mpa1gajn"; libraryHaskellDepends = [ base containers lens ]; description = "A rotating sequence data structure"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "data-category" = callPackage @@ -68333,7 +68333,7 @@ self: { version = "0.10"; sha256 = "1mb72r17982w2sslmvi5nzpf7i702iikc7j4h68gzlfnm426jk9q"; description = "Category theory"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-cell" = callPackage @@ -68344,7 +68344,7 @@ self: { sha256 = "03liak61gr90i48rd4dlm5lhr8z9v02nn6kdy33sinbpm6313agr"; libraryHaskellDepends = [ base ]; description = "Generic cellular data representation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-check" = callPackage @@ -68356,8 +68356,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Library for checking and normalization of data (e.g. from web forms)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68369,7 +68369,7 @@ self: { sha256 = "0xjn7iqlsgi51h8gz4x40kc2qb5lwf6nw5kjwgkck1w5gjfd11yw"; libraryHaskellDepends = [ base deepseq ]; description = "Type-indexed runtime-checked properties"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-clist" = callPackage @@ -68382,7 +68382,7 @@ self: { editedCabalFile = "13hg7a3d4ky8b765dl03ryxg28lq8iaqj5ky3j51r0i1i4f2a9hy"; libraryHaskellDepends = [ base deepseq QuickCheck ]; description = "Simple functional ring type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-combinator-gen" = callPackage @@ -68393,8 +68393,8 @@ self: { sha256 = "0f1qw5rk9x3yd7nfhkwmpig7a6dc46yzl78fi8aaxpwqbsazpkjy"; libraryHaskellDepends = [ base template-haskell ]; description = "Generate a special combinator from any data type"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68406,7 +68406,7 @@ self: { sha256 = "15bifxba0yddpq5yz23hq9k2s7vkzcrwjpwvbw0kkjf3wjjay5bp"; libraryHaskellDepends = [ base constraints ]; description = "Define Backwards Compatibility Schemes for Arbitrary Data"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "data-concurrent-queue" = callPackage @@ -68417,8 +68417,8 @@ self: { sha256 = "0rmn4pq5pgvam78vxp4y7431jai8dklml322r4nw47jjc1m20kmv"; libraryHaskellDepends = [ base stm ]; description = "A Library for directional queues"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68430,8 +68430,8 @@ self: { sha256 = "0hdkj8fpa0mmi57ljl744kkh6hk99d4x8dbm2djprw7rvrj5irg8"; libraryHaskellDepends = [ base ]; description = "Data construction abstractions including Constructor, Destructor, Maker, Destroyer, Producer and Consumer"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68447,7 +68447,7 @@ self: { testHaskellDepends = [ base QuickCheck ]; benchmarkHaskellDepends = [ base criterion deepseq QuickCheck ]; description = "Generically compare data by their constructors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-cycle" = callPackage @@ -68461,8 +68461,8 @@ self: { base collections-api collections-base-instances ]; description = "a cyclic doubly linked list"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68480,7 +68480,7 @@ self: { data-default-instances-dlist data-default-instances-old-locale ]; description = "A class for types with a default value"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-class" = callPackage @@ -68491,7 +68491,7 @@ self: { sha256 = "0miyjz8d4jyvqf2vp60lyfbnflx6cj2k8apmm9ly1hq0y0iv80ag"; libraryHaskellDepends = [ base ]; description = "A class for types with a default value"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-extra" = callPackage @@ -68517,7 +68517,7 @@ self: { data-default-instances-vector ]; description = "A class for types with a default value"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-generics" = callPackage @@ -68538,7 +68538,7 @@ self: { text time unordered-containers vector ]; description = "A class for types with a default value"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-base" = callPackage @@ -68549,7 +68549,7 @@ self: { sha256 = "0ym1sw3ssdzzifxxhh76qlv8kkmb2iclc158incv1dklyr9y8kw4"; libraryHaskellDepends = [ base data-default-class ]; description = "Default instances for types in base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-bytestring" = callPackage @@ -68562,7 +68562,7 @@ self: { editedCabalFile = "0gpdba4y17rp0kp9pd2qj6r4pnrc86vx47fkk3zfkggmv73pa82r"; libraryHaskellDepends = [ base bytestring data-default-class ]; description = "Default instances for (lazy and strict) ByteString, Builder and ShortByteString"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-case-insensitive" = callPackage @@ -68575,7 +68575,7 @@ self: { editedCabalFile = "0w8k7zjxwbj1y2acxadg956pfpf7y70jc23wgjivqvafbv69ra25"; libraryHaskellDepends = [ case-insensitive data-default-class ]; description = "Default instance for CI type from case-insensitive package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-containers" = callPackage @@ -68586,7 +68586,7 @@ self: { sha256 = "06h8xka031w752a7cjlzghvr8adqbl95xj9z5zc1b62w02phfpm5"; libraryHaskellDepends = [ base containers data-default-class ]; description = "Default instances for types in containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-dlist" = callPackage @@ -68597,7 +68597,7 @@ self: { sha256 = "0narkdqiprhgayjiawrr4390h4rq4pl2pb6mvixbv2phrc8kfs3x"; libraryHaskellDepends = [ base data-default-class dlist ]; description = "Default instances for types in dlist"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-new-base" = callPackage @@ -68608,7 +68608,7 @@ self: { sha256 = "0hzi7szmjf2df3v4aaid6pk6i4ma25k78v5mcxkhd6w52ifg67c3"; libraryHaskellDepends = [ base data-default-class ]; description = "Default instances for types in newer versions of base package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-old-locale" = callPackage @@ -68619,7 +68619,7 @@ self: { sha256 = "00h81i5phib741yj517p8mbnc48myvfj8axzsw44k34m48lv1lv0"; libraryHaskellDepends = [ base data-default-class old-locale ]; description = "Default instances for types in old-locale"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-text" = callPackage @@ -68632,7 +68632,7 @@ self: { editedCabalFile = "01125vbzwq35rkppm96x8fnwjyfid7x6ay6wq8n0qhr0skhcp2js"; libraryHaskellDepends = [ base data-default-class text ]; description = "Default instances for (lazy and strict) Text and Text Builder"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-unordered-containers" = callPackage @@ -68647,7 +68647,7 @@ self: { data-default-class unordered-containers ]; description = "Default instances for unordered-containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-default-instances-vector" = callPackage @@ -68660,7 +68660,7 @@ self: { editedCabalFile = "0piq9b9ywzyk12glndy9w6dka6d5zrc1mywq5j032li3j6sbwy4a"; libraryHaskellDepends = [ data-default-class vector ]; description = "Default instances for types defined in vector package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-dispersal" = callPackage @@ -68681,8 +68681,8 @@ self: { test-framework-quickcheck2 vector ]; description = "Space-efficient and privacy-preserving data dispersal algorithms"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68700,7 +68700,7 @@ self: { testHaskellDepends = [ base hspec tagged ]; benchmarkHaskellDepends = [ base criterion ]; description = "Extensible records and polymorphic variants"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-diverse-lens" = callPackage @@ -68716,8 +68716,8 @@ self: { ]; testHaskellDepends = [ base data-diverse hspec lens tagged ]; description = "Isos & Lens for Data.Diverse.Many and Prisms for Data.Diverse.Which"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68734,7 +68734,7 @@ self: { ]; testHaskellDepends = [ base tasty tasty-quickcheck ]; description = "Stick two binary words together to get a bigger one"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-easy" = callPackage @@ -68752,8 +68752,8 @@ self: { QuickCheck safe text transformers unix ]; description = "Consistent set of utility functions for Maybe, Either, List and Monoids"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68767,8 +68767,8 @@ self: { base data-flags data-serializer data-sword ]; description = "Executable and Linkable Format (ELF) data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68793,8 +68793,8 @@ self: { hashable utf8-string ]; description = "Embed files and other binary blobs inside executables without Template Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68806,8 +68806,8 @@ self: { sha256 = "0brfvlx7hihgnlc87r3n17dncbydfwxs49dc8kgppxycqqss6vh1"; libraryHaskellDepends = [ base ]; description = "Combinator emoticons: data-aviary in the flavor of emoticons"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68819,7 +68819,7 @@ self: { sha256 = "1h1abz87nha7cpw50yvf8fwvcca350wnnz2d3z9k30sg6wq4y7cc"; libraryHaskellDepends = [ base ]; description = "Endian-sensitive data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-extend-generic" = callPackage @@ -68833,7 +68833,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Extend Haskell data or newtype like in OOP languages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-extra" = callPackage @@ -68844,7 +68844,7 @@ self: { sha256 = "0py4a3mzqga25y6y1sirvc9369n3b7y5kpm5f9m613yjlypv6pc1"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-filepath" = callPackage @@ -68859,8 +68859,8 @@ self: { base bifunctors ghc-prim semigroups split template-haskell ]; description = "A type safe file path data structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68880,7 +68880,7 @@ self: { executableHaskellDepends = [ base containers data-default ]; testHaskellDepends = [ base containers data-default hspec ]; description = "Generate data-files Cabal file field from existing files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-filter" = callPackage @@ -68891,7 +68891,7 @@ self: { sha256 = "1yz22b42rqsf4i9p4lnl06l8id3f1a84dng96q2nk1mmih9v3pbm"; libraryHaskellDepends = [ base data-default ]; description = "Utilities for filtering"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "data-fin" = callPackage @@ -68907,8 +68907,8 @@ self: { smallcheck tagged ]; description = "Finite totally ordered sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68921,8 +68921,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "Simple integral finite set"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68934,7 +68934,7 @@ self: { sha256 = "184rz8ypgrb3sxy9wiaq321d82p689w7dcwkc0qkjlabd7nv6ncy"; libraryHaskellDepends = [ base deepseq hashable ]; description = "Fixpoint data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-fix-cse" = callPackage @@ -68945,7 +68945,7 @@ self: { sha256 = "1v8ffi5c0sz8q2fla6fab4css3pkjmi0knx5d04mvffhw66bjhbz"; libraryHaskellDepends = [ base containers data-fix transformers ]; description = "Common subexpression elimination for the fixploint types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-flags" = callPackage @@ -68956,7 +68956,7 @@ self: { sha256 = "183h2dzqrp9wl4sg59sijlhqw5pgi10xgw7cx8vz1s86rkia3hj8"; libraryHaskellDepends = [ base template-haskell ]; description = "A package for working with bit masks and flags in general"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-flagset" = callPackage @@ -68967,8 +68967,8 @@ self: { sha256 = "0ygvzrcb2vskjf203svk9wpv8lw4447rd218zvys4a0787ss1aw2"; libraryHaskellDepends = [ base ]; description = "An efficient data type for sets of flags"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -68980,7 +68980,7 @@ self: { sha256 = "1415cf59wkf1599qcqmrpn9m4v9br3d763v1809mwg9bm2310x65"; libraryHaskellDepends = [ base containers ]; description = "Fold function applications. Framework for variadic functions."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-forest" = callPackage @@ -68992,7 +68992,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "A simple multi-way tree data structure"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "data-fresh" = callPackage @@ -69003,7 +69003,7 @@ self: { sha256 = "1hz30myv78mw4sf19k1yg4qikrnxsa5ng0ff4naxyz1zyi2m87f1"; libraryHaskellDepends = [ base free transformers ]; description = "Interface and functor transformers for fresh values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-function-meld" = callPackage @@ -69014,7 +69014,7 @@ self: { sha256 = "0gnnd23cwhg8l46a4y3brb059mhh9a05l8qbwpf6avl5cj5jkgwd"; libraryHaskellDepends = [ base ]; description = "Map the arguments and return value of functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-function-tacit" = callPackage @@ -69025,7 +69025,7 @@ self: { sha256 = "0fxmacmcnzvzspscliqbx31rmvif7ymc1knjijmx9pb92yaibcla"; libraryHaskellDepends = [ base ]; description = "Write functions in tacit (pointless) style using Applicative and De Bruijn index notation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-has" = callPackage @@ -69037,7 +69037,7 @@ self: { libraryHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base criterion transformers ]; description = "Simple extensible product"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-hash" = callPackage @@ -69053,7 +69053,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Combinators for building fast hashing functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-index" = callPackage @@ -69065,7 +69065,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base doctest ]; description = "Extending the concept of indices for lists and other containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-interval" = callPackage @@ -69085,8 +69085,8 @@ self: { QuickCheck syb tasty tasty-hunit tasty-quickcheck tasty-th ]; description = "Interval datatype, interval arithmetic and interval-based containers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69098,7 +69098,7 @@ self: { sha256 = "0m5xww8zvsa0whxl89wndpbdz9p5n03q3h3a904nqrxh966psfkb"; libraryHaskellDepends = [ base ]; description = "A simple lazy, infinite trie from integers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-ivar" = callPackage @@ -69109,8 +69109,8 @@ self: { sha256 = "1vnbmvihkrcknys33sam9zlb5qk5qqkxz6w3wamsbdmpp0q6zfb2"; libraryHaskellDepends = [ base containers ]; description = "Write-once variables with concurrency support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69126,7 +69126,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Json Token datatype"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-kiln" = callPackage @@ -69141,8 +69141,8 @@ self: { base containers data-fix IfElse mtl transformers ]; description = "Sculpt mutable recursive data with reference equality; bake it using a data kiln into an immutable lazy structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69154,8 +69154,8 @@ self: { sha256 = "0vck7a3vgdqml2pg3ilkw41d52pmx452sgh2h2q4qzysq26vw49w"; libraryHaskellDepends = [ base convert data-construction lens ]; description = "Data layering utilities. Layer is a data-type which wrapps other one, but keeping additional information. If you want to access content of simple newtype object, use Lens.Wrapper instead."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69167,7 +69167,7 @@ self: { sha256 = "1w8r4vw731dmam8vcidz9a4wb2swqd5djsf9vkkxihxnphh0a1x5"; libraryHaskellDepends = [ base bytestring vector ]; description = "Read/write arbitrary binary layouts to a \"Data.Vector.Storable\"."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-lens" = callPackage @@ -69182,8 +69182,8 @@ self: { base comonad containers semigroupoids transformers ]; description = "Used to be Haskell 98 Lenses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69197,8 +69197,8 @@ self: { base comonad data-lens mtl transformers ]; description = "Lenses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69211,8 +69211,8 @@ self: { libraryHaskellDepends = [ base data-lens ixset ]; testHaskellDepends = [ QuickCheck ]; description = "A Lens for IxSet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69224,7 +69224,7 @@ self: { sha256 = "0vmkvhl7zcsaxnx7d7b59cnrdnlnr9cfn910rpn34jny7fkydlvj"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "Simple lenses, minimum dependencies"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "data-lens-template" = callPackage @@ -69235,8 +69235,8 @@ self: { sha256 = "1w1a32298naha7sv8d0v018l8z1bmwpwnb3jg09a3n65ci9hy2zm"; libraryHaskellDepends = [ base data-lens template-haskell ]; description = "Utilities for Data.Lens"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69248,7 +69248,7 @@ self: { sha256 = "0r3y66lxgk0sdg500xnz0fvg4dvzvx47imnw0qkici22b9d92kv8"; libraryHaskellDepends = [ base ]; description = "Utilities for working with sequences within lists"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "data-list-zigzag" = callPackage @@ -69259,7 +69259,7 @@ self: { sha256 = "1gfgdn4v9gs2chmrxn1xh66qa8ivn8w4nb5vv1jg9y3isnvjax6q"; libraryHaskellDepends = [ base ]; description = "A list but with a balanced enumeration of Cartesian product"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-map-multikey" = callPackage @@ -69270,8 +69270,8 @@ self: { sha256 = "04h4k2zn6w8rahzyr80hwf8mvsmzgbqh7aw2138sva874bsk9mkf"; libraryHaskellDepends = [ base containers ]; description = "Data.Map with multiple, unique keys"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69283,7 +69283,7 @@ self: { sha256 = "1mvfc1xri3kgkx5q7za01bqg1x3bfvbgcffw5vwl6jmq4hh1sd5l"; libraryHaskellDepends = [ array base data-inttrie ]; description = "Combinators for building memo tables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-msgpack" = callPackage @@ -69309,7 +69309,7 @@ self: { base bytestring criterion deepseq QuickCheck ]; description = "A Haskell implementation of MessagePack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-msgpack-types" = callPackage @@ -69326,7 +69326,7 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "A Haskell implementation of MessagePack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-named" = callPackage @@ -69337,7 +69337,7 @@ self: { sha256 = "03f4xc4ayql17s48ajza2ny79j885mcmp0x3mrwcfdc42dlnd7nb"; libraryHaskellDepends = [ attoparsec base binary containers text ]; description = "Data types for named entities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-nat" = callPackage @@ -69348,8 +69348,8 @@ self: { sha256 = "1yzxkch0xzy76iyad0yshfnpvz38xklqdlyj8lgqnqsllw0vwh0m"; libraryHaskellDepends = [ base semigroups ]; description = "data Nat = Zero | Succ Nat"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69361,8 +69361,8 @@ self: { sha256 = "0z8m23kw8mj6hhy1r8y1vvlxxpwl273dhanszig2673a1sw0l98l"; libraryHaskellDepends = [ base bytestring failure text time ]; description = "Represent hierachichal structures, called objects in JSON. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69379,8 +69379,8 @@ self: { failure JSONb text ]; description = "Serialize JSON data to/from Haskell using the data-object library. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69399,8 +69399,8 @@ self: { failure text transformers yaml ]; description = "Serialize data to and from Yaml files (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69412,7 +69412,7 @@ self: { sha256 = "0wp6qqq6k1zbdw9bv9gkzdiz6y8wp8r7zsqbjh54c43j3i7vdvwx"; libraryHaskellDepends = [ base ]; description = "A data type for non-exclusive disjunction"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-ordlist" = callPackage @@ -69423,7 +69423,7 @@ self: { sha256 = "03a9ix1fcx08viwv2jg5ndw1qbkydyyrmjvqr9wasmcik9x1wv3g"; libraryHaskellDepends = [ base ]; description = "Set and bag operations on ordered lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-partition" = callPackage @@ -69434,7 +69434,7 @@ self: { sha256 = "05i8fg9q7fpc9jalhwbqpw6pfki2flqj4nqwgs3yfi0hvasvgjjb"; libraryHaskellDepends = [ base containers ]; description = "A pure disjoint set (union find) data structure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-pprint" = callPackage @@ -69447,8 +69447,8 @@ self: { editedCabalFile = "0gk2x4z7m0816gq6p22y5y8r1iydi4154xbn474i9nsbk56kp2by"; libraryHaskellDepends = [ base deepseq mtl parallel pretty time ]; description = "Prettyprint and compare Data values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69460,8 +69460,8 @@ self: { sha256 = "0ylimakhw37klz2axg8qrdhwag34mfa1byb2z2mz2i8z0w4737j8"; libraryHaskellDepends = [ base ]; description = "Reference cells that need two independent indices to be accessed"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69480,8 +69480,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "R-Tree is a spatial data structure similar to Quadtrees or B-Trees"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69493,7 +69493,7 @@ self: { sha256 = "0xqgzcpp9b0y2w5h1nln529dizdplhpfl41vxvbhxxcdkng3j53v"; libraryHaskellDepends = [ base data-accessor stm transformers ]; description = "Unify STRef and IORef in plain Haskell 98"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-reify" = callPackage @@ -69512,7 +69512,7 @@ self: { testHaskellDepends = [ base base-compat hspec ]; testToolDepends = [ hspec-discover ]; description = "Reify a recursive data structure into an explicit graph"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-reify-cse" = callPackage @@ -69523,8 +69523,8 @@ self: { sha256 = "0vjfpbp0maqwirvi8j21z9qbs396l76dk5npn8zxac56j0i6l62r"; libraryHaskellDepends = [ base containers data-reify ]; description = "Common Sub-Expression Elimination for graphs generated by Data.Reify."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69536,8 +69536,8 @@ self: { sha256 = "14k4agv5z8vlvb21vmfz9x1dcz6cgph6ix6qrac9mfyylywdffa9"; libraryHaskellDepends = [ base generic-deriving lens ]; description = "Alternative to Show data printing utility"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69549,8 +69549,8 @@ self: { sha256 = "0186py0zj9k987vxbsaxbckc7ik64rx87kq3mzkjzvam9qcc0rmj"; libraryHaskellDepends = [ base poly-control prologue ]; description = "Data types for returning results distinguishable by types"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69562,8 +69562,8 @@ self: { sha256 = "13bqp3vvsc6i6lcvw480i08fz2rm3f8varwyhvrp44dzv2q8zkl1"; libraryHaskellDepends = [ base bytestring containers text vector ]; description = "A typeclass for reversing order of contents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69576,7 +69576,7 @@ self: { libraryHaskellDepends = [ base bytestring bytestring-mmap unix ]; description = "Ropes, an alternative to (Byte)Strings"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69588,8 +69588,8 @@ self: { sha256 = "01gv16yz5y3wyc370a2snihz95wdnl7sk1jz9k7aypixsaw28a2f"; libraryHaskellDepends = [ base lens typelevel ]; description = "Recursive tuple data structure. It is very usefull when implementing some lo-level operations, allowing to traverse different elements using Haskell's type classes."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69608,7 +69608,7 @@ self: { base binary bytestring cereal tasty tasty-quickcheck ]; description = "Common API for serialization libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-size" = callPackage @@ -69621,8 +69621,8 @@ self: { base bytestring containers deepseq text ]; description = "Profiling of data structures"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69634,8 +69634,8 @@ self: { sha256 = "0h6z4yibjbnzck2fvh9mnppz9j0lzgx8nzmzm08q5yzmzjydy3rk"; libraryHaskellDepends = [ base vector-space ]; description = "Deprecated. Now called \"spacepart\". Space partitioning data structures."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69647,8 +69647,8 @@ self: { sha256 = "1xllcy2yn26shmcibnjczi7nm3mp9rqa6685iqc8a8vcic7mqcj9"; libraryHaskellDepends = [ base hashable unordered-containers ]; description = "A collection of standards representable by simple data types"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69675,8 +69675,8 @@ self: { pretty-simple text time ]; description = "ARM SVD and CubeMX XML parser and pretty printer for STM32 family"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "data-store" = callPackage @@ -69702,8 +69702,8 @@ self: { vector ]; description = "Type safe, in-memory dictionary with multidimensional keys"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69722,8 +69722,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "An efficient implementation of maps from strings to arbitrary values"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69744,8 +69744,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "Program that infers the fastest data structure available for your program"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69762,8 +69762,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-quickcheck ]; description = "Shorter binary words"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69775,7 +69775,7 @@ self: { sha256 = "0j6jsgj3lhx6ps3xs90vbgyvzmlr3sfl33r6rz34rvb29gs171n8"; libraryHaskellDepends = [ base ]; description = "Tensor and Group typeclasses"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "data-textual" = callPackage @@ -69795,7 +69795,7 @@ self: { text-printer type-hint ]; description = "Human-friendly textual representations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-timeout" = callPackage @@ -69810,7 +69810,7 @@ self: { base data-textual parsers stm tagged text-printer transformers-base ]; description = "64-bit timeouts of nanosecond precision"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-transform" = callPackage @@ -69821,7 +69821,7 @@ self: { sha256 = "0l0pbr0fg7i09lv05bhv0gl80x2mxxyvxa0n5jdknh5xfphqga96"; libraryHaskellDepends = [ base containers mtl ]; description = "Functions to transform data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-tree-print" = callPackage @@ -69834,7 +69834,7 @@ self: { editedCabalFile = "00qpzhm3lndhpql8aj93aj6r3x9n0gw3nx6n0q60xxrd6agyjifq"; libraryHaskellDepends = [ base pretty syb ]; description = "Print Data instances as a nested tree"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-treify" = callPackage @@ -69845,7 +69845,7 @@ self: { sha256 = "03xchr2h0f54rlcq285xaq5bakjq13mbjwz3xi3kfa6i71rr2rk9"; libraryHaskellDepends = [ base containers ty ]; description = "Reify a recursive data structure into an explicit graph"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "data-type" = callPackage @@ -69856,8 +69856,8 @@ self: { sha256 = "1x3wsnilp9sxy061sfmyyg0f6b0k2lxvi0g4qf2gkldrz32c4qvj"; libraryHaskellDepends = [ base ]; description = "Basic type wrangling types and classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69869,8 +69869,8 @@ self: { sha256 = "0zhpr40sf1vqa4k7f4j5crjkd701xls86whxrhdq8v8h08ssxvxj"; libraryHaskellDepends = [ base ]; description = "utilities for handle data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69887,8 +69887,8 @@ self: { base containers hspec regex-tdfa template-haskell ]; description = "A library for creating type safe validations"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69900,8 +69900,8 @@ self: { sha256 = "11ia37q28xz8a87xkc8yyvqqd3qzfvcbdnp2caxdbzvdnjbazhmk"; libraryHaskellDepends = [ base safe ]; description = "A variant data type, useful for modeling dynamically-typed programming languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69918,7 +69918,7 @@ self: { ]; testHaskellDepends = [ async base vector ]; description = "Dynamic growable resizable mutable generic vector"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "database-id-class" = callPackage @@ -69929,8 +69929,8 @@ self: { sha256 = "0zm053ll1vwd5gdwq4p3zpl9f010q894nk3djaad3ry4y2mirsc4"; libraryHaskellDepends = [ aeson base ]; description = "Class for types with a database id"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69946,8 +69946,8 @@ self: { aeson base database-id-class groundhog template-haskell ]; description = "HasId/Groundhog interop"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -69965,7 +69965,7 @@ self: { postgresql-simple text time transformers ]; description = "Database versioning and migration (experimental)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "database-study" = callPackage @@ -69976,8 +69976,8 @@ self: { sha256 = "1aqp7a46p758f1q99cn700mgc1dic896gpsih3vj2fmffqj42gd7"; libraryHaskellDepends = [ base containers ]; description = "Demonstrate how a database can be implemented the functional way"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70005,8 +70005,8 @@ self: { transformers-base unliftio unordered-containers vector ]; description = "Datadog client for Haskell. Supports both the HTTP API and StatsD."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70042,8 +70042,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Datadog tracing client and mock agent"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70057,7 +70057,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ array base containers ]; description = "Data encoding library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "datafix" = callPackage @@ -70089,8 +70089,8 @@ self: { filepath ghc ghc-paths lattices primitive text transformers turtle ]; description = "Fixing data-flow problems"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70114,8 +70114,8 @@ self: { aeson base bytestring containers hspec HUnit parsec vector ]; description = "Generate Graphviz documents from a Haskell representation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70133,7 +70133,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck stm ]; benchmarkHaskellDepends = [ base criterion stm ]; description = "A Pure-Haskell Timely Dataflow System"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "datalog" = callPackage @@ -70160,8 +70160,8 @@ self: { text ]; description = "An implementation of datalog in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70180,7 +70180,7 @@ self: { ]; description = "Tool to help pack files into the minimum number of CDs/DVDs/etc"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70202,7 +70202,7 @@ self: { scientific string-conversions text unordered-containers vector wreq ]; description = "Client for DataRobot API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "datasets" = callPackage @@ -70232,8 +70232,8 @@ self: { req safe-exceptions streaming ]; description = "Classical data sets for statistics and machine learning"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70252,8 +70252,8 @@ self: { attoparsec base base64-bytestring bytestring HTF text ]; description = "Handle data-urls"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70265,7 +70265,7 @@ self: { sha256 = "0grhcbd0rhdn0cf1fz82x8pv8cmxfhndlcwyrax4mnnr3pql9kmb"; libraryHaskellDepends = [ base bytestring ]; description = "Date cacher"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "date-conversions" = callPackage @@ -70277,8 +70277,8 @@ self: { libraryHaskellDepends = [ base dates time ]; testHaskellDepends = [ base dates hspec QuickCheck time ]; description = "Date conversions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70295,8 +70295,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Small library for parsing different dates formats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70316,7 +70316,7 @@ self: { ]; description = "Utilities to make Data.Time.* easier to use"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70336,7 +70336,7 @@ self: { ]; description = "Utilities to make Data.Time.* easier to use."; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70351,8 +70351,8 @@ self: { libraryHaskellDepends = [ base parsec pretty text time ]; executableHaskellDepends = [ base filepath parsec pretty text ]; description = "Generates DDL suggestions based on a CSV file"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70368,8 +70368,8 @@ self: { base binary containers mtl transformers vector vector-binary ]; description = "Directed acyclic word graphs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70390,7 +70390,7 @@ self: { tasty-quickcheck tasty-smallcheck ]; description = "Directed acyclic word graphs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dbcleaner" = callPackage @@ -70402,8 +70402,8 @@ self: { libraryHaskellDepends = [ base postgresql-simple text ]; testHaskellDepends = [ base hspec postgresql-simple text ]; description = "Clean database tables automatically around hspec tests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70417,8 +70417,8 @@ self: { base binary bytestring monad-loops rwlock ]; description = "Read and write XBase \".dbf\" files"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70439,8 +70439,8 @@ self: { base binary bytestring haskell98 process uulib ]; description = "Decompiler Bytecode Java"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70459,8 +70459,8 @@ self: { text time ]; description = "A *simple* database migration tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70487,7 +70487,7 @@ self: { yaml-light ]; description = "An implementation of relational database \"migrations\""; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dbmigrations-mysql" = callPackage @@ -70508,8 +70508,8 @@ self: { base dbmigrations HUnit mysql mysql-simple process ]; description = "The dbmigrations tool built for MySQL databases"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70528,8 +70528,8 @@ self: { base dbmigrations HDBC HDBC-postgresql HUnit process ]; description = "The dbmigrations tool built for PostgreSQL databases"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70544,8 +70544,8 @@ self: { executableHaskellDepends = [ base dbmigrations HDBC-sqlite3 ]; testHaskellDepends = [ base dbmigrations HDBC HDBC-sqlite3 HUnit ]; description = "The dbmigrations tool built for SQLite databases"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70573,7 +70573,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; doCheck = false; description = "A client library for the D-Bus IPC system"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "dbus-client" = callPackage @@ -70588,8 +70588,8 @@ self: { base containers dbus-core monads-tf text transformers ]; description = "Monadic and object-oriented interfaces to DBus"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70607,8 +70607,8 @@ self: { network parsec text unix vector xml-types ]; description = "Low-level D-Bus protocol implementation"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70625,7 +70625,7 @@ self: { base dbus hslogger optparse-applicative ]; description = "Expose a dbus server to control hslogger"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dbus-qq" = callPackage @@ -70641,8 +70641,8 @@ self: { ]; testHaskellDepends = [ base containers dbus QuickCheck ]; description = "Quasi-quoter for DBus functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70658,7 +70658,7 @@ self: { base containers dbus syb template-haskell text ]; description = "TemplateHaskell generator of DBus bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dbus-th-introspection" = callPackage @@ -70678,7 +70678,7 @@ self: { base cmdargs containers dbus dbus-th template-haskell ]; description = "Generate bindings for DBus calls by using DBus introspection and dbus-th"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dclabel" = callPackage @@ -70700,8 +70700,8 @@ self: { quickcheck-instances ]; description = "This packge is deprecated. See the the \"LIO.DCLabel\" in the \"lio\" package."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70713,8 +70713,8 @@ self: { sha256 = "1bfc9ip4fqzjzlzppkrnspnm6gc50f4rkf0wngnxyj7f79fvjr6k"; libraryHaskellDepends = [ base pretty QuickCheck ]; description = "The Disjunction Category Label Format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70734,8 +70734,8 @@ self: { executableHaskellDepends = [ base filepath optparse-applicative ]; testHaskellDepends = [ base ]; description = "DCPU-16 Emulator & Assembler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70747,8 +70747,8 @@ self: { sha256 = "1mw0qn7c6ag2w6gn6pwpjf979m3p5v3p9a1kal2x8g8ncx98dcn5"; libraryHaskellDepends = [ base dates time ]; description = "Discordian Date Types for Haskell"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70764,8 +70764,8 @@ self: { base containers deepseq parsec transformers wl-pprint ]; description = "Disciplined Disciple Compiler common utilities"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70785,8 +70785,8 @@ self: { deepseq directory filepath mtl process text time ]; description = "Disciplined Disciple Compiler build framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70799,8 +70799,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base filepath ]; description = "Disciplined Disciple Compiler base libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70817,8 +70817,8 @@ self: { parsec text transformers wl-pprint ]; description = "Disciplined Disciple Compiler core language and type checker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70832,8 +70832,8 @@ self: { base containers ddc-core ddc-core-tetra ]; description = "Disciplined Disciple Compiler PHP code generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70849,8 +70849,8 @@ self: { array base containers ddc-base ddc-core deepseq mtl transformers ]; description = "Disciplined Disciple Compiler semantic evaluator for the core language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70868,8 +70868,8 @@ self: { ddc-core-tetra deepseq limp limp-cbc mtl transformers ]; description = "Disciplined Disciple Compiler data flow compiler"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70886,8 +70886,8 @@ self: { ddc-core-simpl mtl text transformers ]; description = "Disciplined Disciple Compiler LLVM code generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70903,8 +70903,8 @@ self: { array base containers ddc-core deepseq mtl text transformers ]; description = "Disciplined Disciple Compiler C code generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70920,8 +70920,8 @@ self: { array base containers ddc-core deepseq mtl transformers ]; description = "Disciplined Disciple Compiler code transformations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70938,8 +70938,8 @@ self: { mtl pretty-show text transformers ]; description = "Disciplined Disciple Compiler intermediate language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70959,8 +70959,8 @@ self: { deepseq directory filepath mtl process time transformers ]; description = "Disciplined Disciple Compiler top-level driver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70972,8 +70972,8 @@ self: { sha256 = "0pbsnxzlbx9xblqf9199wrl80aard59l3193gm8gzxx7ispfhs3f"; libraryHaskellDepends = [ base containers ddc-base directory ]; description = "Disciplined Disciple Compiler user interface support"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -70990,8 +70990,8 @@ self: { mtl pretty-show text transformers ]; description = "Disciplined Disciple Compiler source language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71014,8 +71014,8 @@ self: { process transformers ]; description = "Disciplined Disciple Compiler command line tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71033,8 +71033,8 @@ self: { base buildbox containers directory filepath process random stm ]; description = "Disciplined Disciple Compiler test driver and buildbot"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71053,8 +71053,8 @@ self: { haskeline haskell-src-exts ]; description = "Disciple Core language interactive interpreter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71081,7 +71081,7 @@ self: { base criterion free-vector-spaces lens linear vector ]; description = "Delay differential equations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dead-code-detection" = callPackage @@ -71106,8 +71106,8 @@ self: { string-conversions uniplate ]; description = "detect dead code in haskell projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71123,8 +71123,8 @@ self: { base containers parsec template-haskell transformers vector ]; description = "Dead simple JSON parser, with some Template Haskell sugar"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71154,7 +71154,7 @@ self: { base Cabal HUnit parsec pretty regex-tdfa text ]; description = "Modules for working with the Debian package system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "debian-binary" = callPackage @@ -71168,7 +71168,7 @@ self: { libraryHaskellDepends = [ base directory filepath HSH ]; description = "Utilities to work with debian binary packages"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "debian-build" = callPackage @@ -71186,7 +71186,7 @@ self: { ]; executableHaskellDepends = [ base filepath transformers ]; description = "Debian package build sequence tools"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "debug" = callPackage @@ -71214,8 +71214,8 @@ self: { aeson base bytestring containers directory extra filepath text ]; description = "Simple trace-based debugger"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71227,7 +71227,7 @@ self: { sha256 = "19k9f92pjh52qnr31l0468hn2klkb8wszs7azwczvxzg8aq7krld"; libraryHaskellDepends = [ base groom process temporary ]; description = "Display a colorized diff between two Haskell values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "debug-dump" = callPackage @@ -71238,7 +71238,7 @@ self: { sha256 = "0il889gy8fdi1yxm7f1nmj4s5gxqyq35jm8p5fax6yhj6lmyciwl"; libraryHaskellDepends = [ base bytestring directory random text ]; description = "File-based debug output"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "debug-me" = callPackage @@ -71266,8 +71266,8 @@ self: { wai-websockets warp websockets ]; description = "secure remote debugging"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71284,8 +71284,8 @@ self: { aeson base debug-hoed directory filepath yaml ]; description = "A preprocessor for the debug package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {debug-hoed = null;}; @@ -71298,7 +71298,7 @@ self: { libraryHaskellDepends = [ base clock containers ]; testHaskellDepends = [ base ]; description = "Debug.Trace equivalent for timing computations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "debug-trace-var" = callPackage @@ -71309,8 +71309,8 @@ self: { sha256 = "12dlnvzvnjk6z37pnajmghd5wcrzkf4pkpc0r2nrjp4h3p9pjkqp"; libraryHaskellDepends = [ base template-haskell unicode-show ]; description = "You do not have to write variable names twice in Debug.Trace"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71325,8 +71325,8 @@ self: { libraryHaskellDepends = [ base lens random transformers ]; executableHaskellDepends = [ base ]; description = "More useful trace functions for investigating bugs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71339,7 +71339,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Convert Unicode characters with burrs to their ASCII counterparts"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dec" = callPackage @@ -71352,7 +71352,7 @@ self: { editedCabalFile = "1v5f5yby0cld1ziqqgkcx8b50qkpviplspm82a6wl7lw28cjm0hs"; libraryHaskellDepends = [ base ]; description = "Decidable propositions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "decepticons" = callPackage @@ -71363,8 +71363,8 @@ self: { sha256 = "1fnp2c2rdpihvxm5j22z1mrf8pnpcnasvfsrlg7lvg5m76md7k3v"; libraryHaskellDepends = [ base comonad-transformers ]; description = "The categorical dual of transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71380,8 +71380,8 @@ self: { base functor-products microlens singletons vinyl ]; description = "Combinators for manipulating dependently-typed predicates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71396,8 +71396,8 @@ self: { libraryHaskellDepends = [ base binary binary-bits deepseq mtl ]; testHaskellDepends = [ base binary doctest hspec QuickCheck ]; description = "An implementation of the General Decimal Arithmetic Specification"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71412,8 +71412,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Preprocessing decimal literals more or less as they are (instead of via fractions)"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71433,7 +71433,7 @@ self: { ]; testHaskellDepends = [ base mwc-probability ]; description = "DIY Markov Chains"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "decode-utf8" = callPackage @@ -71449,7 +71449,7 @@ self: { api-opentheory-unicode base opentheory-unicode ]; description = "Decode a UTF-8 byte stream on standard input"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "decoder-conduit" = callPackage @@ -71460,8 +71460,8 @@ self: { sha256 = "0z5krcl4xd385f7v2bsnfyr7zidqwfjvc6b432gbbn2vcrx966c7"; libraryHaskellDepends = [ base binary bytestring conduit ]; description = "Conduit for decoding ByteStrings using Data.Binary.Get"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71485,7 +71485,7 @@ self: { ]; description = "A type-checker for the λΠ-modulo calculus"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71504,8 +71504,8 @@ self: { testHaskellDepends = [ base doctest rank2classes ]; testToolDepends = [ markdown-unlit ]; description = "Deep natural and unnatural tree transformations, including attribute grammars"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71522,8 +71522,8 @@ self: { base containers doctest HUnit mtl QuickCheck safe transformers ]; description = "A library that provides deep-level programming style and(or) notation on Applicative and Monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71551,8 +71551,8 @@ self: { test-framework-quickcheck2 vector ]; description = "Deep Learning in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71571,8 +71571,8 @@ self: { array base ghc-prim HUnit test-framework test-framework-hunit ]; description = "Deep evaluation of data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "deepseq-bounded" = callPackage @@ -71595,8 +71595,8 @@ self: { parallel random syb template-haskell ]; description = "Bounded deepseq, including support for generic deriving"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71615,7 +71615,7 @@ self: { base deepseq ghc-prim HUnit test-framework test-framework-hunit ]; description = "GHC.Generics-based Control.DeepSeq.rnf implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "deepseq-instances" = callPackage @@ -71626,7 +71626,7 @@ self: { sha256 = "0shhk3hqy02qkrbbd85sbzhga7pvk6fwjnadnp6dkip55gllm24z"; libraryHaskellDepends = [ array base deepseq stm ]; description = "Candidate NFData Instances for Types in base"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "deepseq-magic" = callPackage @@ -71637,8 +71637,8 @@ self: { sha256 = "15nisjmhcfippz153b8l8f291halkgbrync5c2v6xwkh07ibn7yp"; libraryHaskellDepends = [ base ]; description = "Deep evaluation of data structures without NFData"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71651,8 +71651,8 @@ self: { libraryHaskellDepends = [ base deepseq template-haskell ]; testHaskellDepends = [ base deepseq template-haskell ]; description = "Template Haskell based deriver for optimised NFData instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71664,8 +71664,8 @@ self: { sha256 = "1hisk6yfq4182ak7d1mi1kmnwwlcl8w7gwc8wqkq4l8m3zfyij8k"; libraryHaskellDepends = [ base directory filepath hsmagick ]; description = "A DeepZoom image slicer. Only known to work on 32bit Linux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71677,8 +71677,8 @@ self: { sha256 = "1rz37w83awji034spyv4cnfbqb6r98r1bbvzh2i979qh5c5s6ckg"; libraryHaskellDepends = [ base cluss ]; description = "default arguments in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71701,7 +71701,7 @@ self: { tasty-quickcheck ]; description = "Abstractions over deferred folds"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "definitive-base" = callPackage @@ -71718,7 +71718,7 @@ self: { ]; description = "The base modules of the Definitive framework"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "definitive-filesystem" = callPackage @@ -71739,7 +71739,7 @@ self: { ]; description = "A library that enable you to interact with the filesystem in a definitive way"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "definitive-graphics" = callPackage @@ -71762,7 +71762,7 @@ self: { ]; description = "A definitive package allowing you to open windows, read image files and render text to be displayed or saved"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "definitive-parser" = callPackage @@ -71780,7 +71780,7 @@ self: { ]; description = "A parser combinator library for the Definitive framework"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "definitive-reactive" = callPackage @@ -71799,7 +71799,7 @@ self: { ]; description = "A simple Reactive library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "definitive-sound" = callPackage @@ -71819,7 +71819,7 @@ self: { ]; description = "A definitive package to handle sound and play it back"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "deiko-config" = callPackage @@ -71834,7 +71834,7 @@ self: { array base containers exceptions mtl parsec text transformers ]; description = "Small and typesafe configuration library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dejafu" = callPackage @@ -71850,7 +71850,7 @@ self: { leancheck profunctors random transformers ]; description = "A library for unit-testing concurrent programs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "deka" = callPackage @@ -71862,8 +71862,8 @@ self: { libraryHaskellDepends = [ base bytestring parsec transformers ]; librarySystemDepends = [ mpdec ]; description = "Decimal floating point arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {mpdec = null;}; @@ -71884,8 +71884,8 @@ self: { ]; testHaskellDepends = [ base bytestring deka QuickCheck quickpull ]; description = "Tests for deka, decimal floating point arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71902,8 +71902,8 @@ self: { ]; testHaskellDepends = [ AC-Vector base HUnit QuickCheck ]; description = "Build a Delaunay triangulation of a set of points"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71920,7 +71920,7 @@ self: { ]; testHaskellDepends = [ async base dimensional exceptions time ]; description = "More useful and humain delaying functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "delicious" = callPackage @@ -71934,8 +71934,8 @@ self: { base bytestring curl feed json nano-md5 xml ]; description = "Accessing the del.icio.us APIs from Haskell (v2)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71951,8 +71951,8 @@ self: { attoparsec base binary bytestring bytestring-show ]; description = "Parse character delimited textual data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71965,8 +71965,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base uhc-util uulib ]; description = "Library for dealing with tab and/or comma (or other) separated files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -71990,8 +71990,8 @@ self: { ]; testHaskellDepends = [ base directory filepath hspec ]; description = "A library for detecting file changes"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72013,8 +72013,8 @@ self: { base binary bytestring containers monad-atom nlp-scores text ]; description = "Online entropy-based model of lexical category acquisition"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72026,8 +72026,8 @@ self: { sha256 = "0kq6kz064jy6x1b7x46h2a9mf9n5irzbkzr4dd2by4yvac9yc5kw"; libraryHaskellDepends = [ base ]; description = "Generalized the Prelude more functionally"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72040,8 +72040,8 @@ self: { libraryHaskellDepends = [ base free transformers ]; testHaskellDepends = [ base hspec ]; description = "Demarcating transformed monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72056,8 +72056,8 @@ self: { libraryHaskellDepends = [ base directory filepath ]; executableHaskellDepends = [ base directory filepath ]; description = "Functions supporting bulk file and directory name normalization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72082,8 +72082,8 @@ self: { transformers transformers-compat vector ]; description = "Mutable and immutable dense multidimensional arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72105,8 +72105,8 @@ self: { tasty-quickcheck ]; description = "Dense int-set"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72125,7 +72125,7 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Simple and incomplete pure haskell implementation of linear algebra"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "dep-t" = callPackage @@ -72142,7 +72142,7 @@ self: { transformers unliftio-core ]; description = "Reader-like monad transformer for dependency injection"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dependency" = callPackage @@ -72159,7 +72159,7 @@ self: { testHaskellDepends = [ base containers hspec ]; benchmarkHaskellDepends = [ base containers criterion ]; description = "Dependency resolution for package management"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dependent-hashmap" = callPackage @@ -72178,8 +72178,8 @@ self: { mtl unordered-containers ]; description = "Dependent hash maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72194,7 +72194,7 @@ self: { libraryHaskellDepends = [ base containers dependent-sum ]; description = "Dependent finite maps (partial dependent products)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "dependent-map" = callPackage @@ -72210,7 +72210,7 @@ self: { ]; description = "Dependent finite maps (partial dependent products)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "dependent-monoidal-map" = callPackage @@ -72226,8 +72226,8 @@ self: { dependent-sum dependent-sum-aeson-orphans ]; description = "Dependent map that uses semigroup mappend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72239,8 +72239,8 @@ self: { sha256 = "0rvl1svd0ya8wrmlimkcb7iki33gvpm5h0ix9vac2id38l4a4fh9"; libraryHaskellDepends = [ base lens mtl prologue ]; description = "Control structure similar to Control.Monad.State, allowing multiple nested states, distinguishable by provided phantom types."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72252,8 +72252,8 @@ self: { sha256 = "07hs9s78wiybwjwkal2yq65hdavq0gg1h2ld7wbph61s2nsfrpm8"; libraryHaskellDepends = [ base ]; description = "Dependent sum type"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "dependent-sum" = callPackage @@ -72264,7 +72264,7 @@ self: { sha256 = "0aj63gvak0y4mgxndykqfg5w958hf7lp5blml2z647rjgy85bjw1"; libraryHaskellDepends = [ base constraints-extras some ]; description = "Dependent sum type"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "dependent-sum-aeson-orphans" = callPackage @@ -72280,7 +72280,7 @@ self: { dependent-sum some ]; description = "JSON instances for DSum, DMap, and Some"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dependent-sum-template" = callPackage @@ -72296,7 +72296,7 @@ self: { ]; testHaskellDepends = [ base constraints-extras dependent-sum ]; description = "Template Haskell code to generate instances of classes in dependent-sum package"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "depends" = callPackage @@ -72317,8 +72317,8 @@ self: { transformers yaml-config ]; description = "A simple configuration management tool for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72338,7 +72338,7 @@ self: { ]; description = "Analyze quality of nucleotide sequences"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72355,7 +72355,7 @@ self: { ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "Double-ended priority queues"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "deptrack-core" = callPackage @@ -72366,8 +72366,8 @@ self: { sha256 = "11v9yvvsp3m3igpqqqqkx1cp648s87xpa4d06vbsxnz4k6yp4bjj"; libraryHaskellDepends = [ base containers dlist mtl parsec ]; description = "DepTrack Core types and model"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72386,8 +72386,8 @@ self: { text ]; description = "DepTrack applied to DevOps"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72400,8 +72400,8 @@ self: { libraryHaskellDepends = [ base containers deptrack-core dotgen ]; testHaskellDepends = [ base containers deptrack-core dotgen ]; description = "Facilitate Graphviz representations of DepTrack dependencies"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72420,7 +72420,7 @@ self: { tasty-quickcheck ]; description = "Double-ended queues"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dequeue" = callPackage @@ -72434,8 +72434,8 @@ self: { libraryHaskellDepends = [ base QuickCheck safe ]; testHaskellDepends = [ base Cabal cabal-test-quickcheck ]; description = "A typeclass and an implementation for double-ended queues"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72448,7 +72448,7 @@ self: { libraryHaskellDepends = [ base fgl ]; description = "Find derangements of lists"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72463,7 +72463,7 @@ self: { ]; description = "Typeset Derivation Trees via MetaPost"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72484,8 +72484,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "A program and library to derive instances for data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72497,8 +72497,8 @@ self: { sha256 = "0bggj2jb3bbgxcz75v8q2yx29v88skiwjaj3fxkkynnv5zvrbgwr"; libraryHaskellDepends = [ base instant-generics template-haskell ]; description = "Macro to derive instances for Instant-Generics using Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72510,8 +72510,8 @@ self: { sha256 = "08zhyn9xcmhrrnh7y2a1r7v4nmgm2af0d41ns0wjqais67rzsxsp"; libraryHaskellDepends = [ base data-default ]; description = "Generic instances for enumerating complex data types"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72533,8 +72533,8 @@ self: { base haskell-src-exts haskell-src-meta template-haskell ]; description = "Instance deriving for (a subset of) GADTs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72548,7 +72548,7 @@ self: { base bifunctors reflection template-haskell ]; description = "Derive class instances though various kinds of lifting"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "derive-monoid" = callPackage @@ -72563,8 +72563,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base semigroups ]; description = "derive Semigroup/Monoid/IsList"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72578,7 +72578,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Derive Storable instances with GHC.Generics."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "derive-storable-plugin" = callPackage @@ -72597,7 +72597,7 @@ self: { base criterion deepseq derive-storable ]; description = "GHC core plugin supporting the derive-storable package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "derive-topdown" = callPackage @@ -72612,7 +72612,7 @@ self: { base mtl primitive syb template-haskell th-expand-syns transformers ]; description = "Help Haskellers derive class instances for composited data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "derive-trie" = callPackage @@ -72623,8 +72623,8 @@ self: { sha256 = "11c378mh5razibd9ljffm5353v4plrgvkfb62p6029f04sf29jnc"; libraryHaskellDepends = [ array base containers template-haskell ]; description = "Automatic derivation of Trie implementations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72641,7 +72641,7 @@ self: { aeson base hspec template-haskell text unordered-containers ]; description = "Derive ToJSON/FromJSON instances in a more prefix-friendly manner"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "deriving-aeson" = callPackage @@ -72653,7 +72653,7 @@ self: { libraryHaskellDepends = [ aeson base ]; testHaskellDepends = [ aeson base bytestring ]; description = "Type driven generic aeson instance customisation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "deriving-compat" = callPackage @@ -72676,7 +72676,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Backports of GHC deriving extensions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "deriving-show-simple" = callPackage @@ -72688,7 +72688,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit ]; description = "Derive a Show instance without field selector names"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "derp" = callPackage @@ -72699,7 +72699,7 @@ self: { sha256 = "0g8y98qjjampbwnxhvjzrs2jczh2mcwsacjq95jxpidgsld00shk"; libraryHaskellDepends = [ base containers ]; description = "Derivative Parsing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "derp-lib" = callPackage @@ -72710,8 +72710,8 @@ self: { sha256 = "0j883w01k9scz6cfxljkw9s2kgs9f7vdxyyxxhlvvkgzb0050v0x"; libraryHaskellDepends = [ base derp ]; description = "combinators based on parsing with derivatives (derp) package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72727,7 +72727,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit ]; description = "Parse and render JSON simply"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "describe" = callPackage @@ -72748,8 +72748,8 @@ self: { profunctors QuickCheck template-haskell text transformers ]; description = "Combinators for describing binary data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72761,7 +72761,7 @@ self: { sha256 = "00rk7m54igmrsi8j2fmql7c5wgyg7x5ws8397753470x5k2qv2ap"; libraryHaskellDepends = [ base ]; description = "Loads a list of items with fields"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "descript-lang" = callPackage @@ -72795,8 +72795,8 @@ self: { transformers yaml ]; description = "Library, interpreter, and CLI for Descript programming language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72816,7 +72816,7 @@ self: { aeson base bifunctors containers hspec HUnit mtl text transformers ]; description = "Self-describing consumers/parsers; forms, cmd-line args, JSON, etc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "desert" = callPackage @@ -72836,7 +72836,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "a simple build tool for OCaml projects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "despair" = callPackage @@ -72847,7 +72847,7 @@ self: { sha256 = "0nl1sgbvxgg5ajgwj24l6qxlsin5g0bly50j8w7sg7jkn3v0r9kc"; libraryHaskellDepends = [ base random ]; description = "Despair"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "deterministic-game-engine" = callPackage @@ -72859,8 +72859,8 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base hspec ]; description = "Simple deterministic game engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72883,7 +72883,7 @@ self: { template-haskell ]; description = "JSON and CSV encoding for rationals as decimal point numbers"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "detour-via-uom" = callPackage @@ -72904,8 +72904,8 @@ self: { uom-plugin ]; description = "JSON and CSV encoding for quantities"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72924,7 +72924,7 @@ self: { unordered-containers zlib ]; description = "Markov chain text generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "deunicode" = callPackage @@ -72937,8 +72937,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring utf8-string ]; description = "Get rid of unicode (utf-8) symbols in Haskell sources"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72957,8 +72957,8 @@ self: { text unix unordered-containers ]; description = "A small tool to make it easier to update program managed by Angel"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72980,8 +72980,8 @@ self: { source-constraints tasty tasty-mgolden text typed-process ]; description = "Haskell development tool agregate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -72995,8 +72995,8 @@ self: { base bytestring containers elf hdis86 syb ]; description = "Find gadgets for return-oriented programming on x86"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73016,7 +73016,7 @@ self: { time ]; description = "Type, render and parse the df1 hierarchical structured log format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "df1-html" = callPackage @@ -73036,7 +73036,7 @@ self: { text time xmlbf ]; description = "Render and parse df1 logs as HTML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dfinity-radix-tree" = callPackage @@ -73071,8 +73071,8 @@ self: { tasty-quickcheck temporary text transformers unordered-containers ]; description = "A generic data integrity layer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) leveldb;}; @@ -73084,7 +73084,7 @@ self: { sha256 = "1ybq5bnh85dbr9lfx5d6qw87x9qc8fs0yvbi1a6860an13lvrzy7"; libraryHaskellDepends = [ base scientific ]; description = "A package for precise decimal arithmatic using rationals"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dfsbuild" = callPackage @@ -73104,7 +73104,7 @@ self: { ]; description = "Build Debian From Scratch CD/DVD images"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73117,8 +73117,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base Cabal QuickCheck ]; description = "Implementation of DGIM algorithm"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73130,8 +73130,8 @@ self: { sha256 = "100xlxqhy33kllyb4dy7q0bwwy5wn9w45qy1cb5f0yb0dqff1pnx"; libraryHaskellDepends = [ base HTTP mtl network split ]; description = "Haskell front-end for DGS' bot interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73183,8 +73183,8 @@ self: { ]; doCheck = false; description = "A configuration language guaranteed to terminate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dhall" = callPackage @@ -73240,7 +73240,7 @@ self: { ]; doCheck = false; description = "A configuration language guaranteed to terminate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dhall-bash" = callPackage @@ -73261,7 +73261,7 @@ self: { base bytestring dhall optparse-generic text ]; description = "Compile Dhall to Bash"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dhall-check" = callPackage @@ -73278,8 +73278,8 @@ self: { base containers dhall directory filepath fsnotify text trifecta ]; description = "Check all dhall files in a project"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73311,8 +73311,8 @@ self: { turtle ]; description = "Generate HTML docs from a dhall package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73345,8 +73345,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Translate concourse config from Dhall to YAML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73378,7 +73378,7 @@ self: { aeson base bytestring dhall tasty tasty-hunit tasty-silver text ]; description = "Convert between Dhall and JSON or YAML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dhall-lex" = callPackage @@ -73397,7 +73397,7 @@ self: { testHaskellDepends = [ base bytestring hspec hspec-dirstream ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Lexer for the Dhall language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dhall-lsp-server" = callPackage @@ -73428,7 +73428,7 @@ self: { QuickCheck tasty tasty-hspec text ]; description = "Language Server Protocol (LSP) server for Dhall"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dhall-nix" = callPackage @@ -73451,8 +73451,8 @@ self: { base dhall hnix optparse-generic text ]; description = "Dhall to Nix compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73476,8 +73476,8 @@ self: { prettyprinter text transformers turtle ]; description = "Convert Dhall projects to Nix packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73495,8 +73495,8 @@ self: { base dhall optparse-applicative text ]; description = "Template text using Dhall"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73525,8 +73525,8 @@ self: { tasty tasty-golden tasty-hunit text ]; description = "Compile Dhall expressions to Cabal files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73557,7 +73557,7 @@ self: { tasty-hunit text ]; description = "Convert between Dhall and YAML"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "dhcp-lease-parser" = callPackage @@ -73575,8 +73575,8 @@ self: { attoparsec base bytestring chronos ip tasty tasty-hunit ]; description = "Parse a DHCP lease file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73610,8 +73610,8 @@ self: { ]; doHaddock = false; description = "Dhall/YAML configurable concurrent integration test executor"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73627,7 +73627,7 @@ self: { base containers df1 di-core di-df1 di-handle di-monad exceptions ]; description = "Typeful hierarchical structured logging using di, mtl and df1"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "di-core" = callPackage @@ -73646,7 +73646,7 @@ self: { tasty-quickcheck time ]; description = "Typeful hierarchical structured logging without monad towers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "di-df1" = callPackage @@ -73665,7 +73665,7 @@ self: { time ]; description = "Write logs in the df1 format using the di logging framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "di-handle" = callPackage @@ -73678,7 +73678,7 @@ self: { base bytestring di-core exceptions unix ]; description = "IO support for file handles in di-core"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "di-monad" = callPackage @@ -73693,7 +73693,7 @@ self: { base containers di-core exceptions mtl pipes stm transformers ]; description = "mtl flavoured typeful hierarchical structured logging for di-core"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "di-polysemy" = callPackage @@ -73706,7 +73706,7 @@ self: { base df1 di-core di-df1 di-handle polysemy ]; description = "DI logger wrapped for Polysemy"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dia-base" = callPackage @@ -73719,8 +73719,8 @@ self: { editedCabalFile = "0jp6vxj2m984dl7gnphs7119zxs8pplhq73nnicvbhjcliixyl6w"; libraryHaskellDepends = [ base deepseq ]; description = "An EDSL for teaching Haskell with diagrams - data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73738,8 +73738,8 @@ self: { base containers data-pprint deepseq dia-base mtl xhtml ]; description = "An EDSL for teaching Haskell with diagrams - functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73756,8 +73756,8 @@ self: { ]; doHaddock = false; description = "Embedded domain-specific language for declarative vector graphics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73771,8 +73771,8 @@ self: { editedCabalFile = "1cqibxx1a00m8nl9k48c0m0ln589rr4qw3f41xl1jk68b83r3x1k"; libraryHaskellDepends = [ base cubicbezier diagrams-lib ]; description = "deprecated, part of diagrams-contrib since 1.4"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73798,8 +73798,8 @@ self: { Rasterific time ]; description = "Braille diagrams with plain text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73828,8 +73828,8 @@ self: { filepath JuicyPixels lens svg-builder ]; description = "hint-based build service for the diagrams graphics EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73852,8 +73852,8 @@ self: { vector ]; description = "Cairo backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73872,8 +73872,8 @@ self: { optparse-applicative statestack text ]; description = "HTML5 canvas backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73902,8 +73902,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Collection of user contributions to diagrams EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73923,8 +73923,8 @@ self: { monoid-extras mtl profunctors semigroups unordered-containers ]; description = "Core libraries for diagrams EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73940,8 +73940,8 @@ self: { base containers diagrams-lib fgl graphviz split ]; description = "Graph layout and drawing with GraphViz and diagrams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73957,8 +73957,8 @@ self: { base cairo diagrams-cairo diagrams-lib gtk ]; description = "Backend for rendering diagrams directly to GTK windows"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -73989,8 +73989,8 @@ self: { tasty-quickcheck ]; description = "Preprocessor for embedding diagrams in Haddock documentation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74007,8 +74007,8 @@ self: { transformers ]; description = "HsQML (Qt5) backend for Diagrams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "diagrams-html5" = callPackage @@ -74026,8 +74026,8 @@ self: { statestack static-canvas text ]; description = "HTML5 canvas backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74061,8 +74061,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion diagrams-core ]; description = "Embedded domain-specific language for declarative graphics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74088,8 +74088,8 @@ self: { filepath linear optparse-applicative pandoc-types text ]; description = "A Pandoc filter to express diagrams inline using the Haskell EDSL _Diagrams_"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74107,8 +74107,8 @@ self: { monoid-extras mtl semigroups split vector-space ]; description = "PDF backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74128,8 +74128,8 @@ self: { optparse-applicative process split texrunner time vector zlib ]; description = "PGF backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74150,8 +74150,8 @@ self: { statestack ]; description = "Postscript backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74166,8 +74166,8 @@ self: { array base colour diagrams-core diagrams-lib ]; description = "Draw QR codes to SVG, PNG, PDF or PS files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74190,8 +74190,8 @@ self: { ]; testHaskellDepends = [ base diagrams-core diagrams-lib ]; description = "Rasterific backend for diagrams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74209,8 +74209,8 @@ self: { monoid-extras mtl reflex reflex-dom reflex-dom-contrib ]; description = "reflex backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "diagrams-rubiks-cube" = callPackage @@ -74225,8 +74225,8 @@ self: { adjunctions base data-default-class diagrams-lib distributive lens ]; description = "Library for drawing the Rubik's Cube"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74243,7 +74243,7 @@ self: { base deepseq tasty tasty-hunit tasty-quickcheck ]; description = "Pure Haskell solver routines used by diagrams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "diagrams-svg" = callPackage @@ -74264,8 +74264,8 @@ self: { optparse-applicative semigroups split svg-builder text ]; description = "SVG backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74279,8 +74279,8 @@ self: { base diagrams-core diagrams-lib dlist mtl ]; description = "TikZ backend for diagrams drawing EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74298,8 +74298,8 @@ self: { base cairo diagrams-cairo diagrams-lib wx wxcore ]; description = "Backend for rendering diagrams in wxWidgets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74317,8 +74317,8 @@ self: { webkitgtk3 ]; description = "Simple dialog-based user interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dialogflow-fulfillment" = callPackage @@ -74338,7 +74338,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A Dialogflow Fulfillment library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dib" = callPackage @@ -74361,8 +74361,8 @@ self: { base containers directory filepath mtl process time ]; description = "A simple, forward build system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74376,7 +74376,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base parsec random-fu transformers ]; description = "Simplistic D&D style dice-rolling system"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "dice-entropy-conduit" = callPackage @@ -74395,7 +74395,7 @@ self: { test-framework-quickcheck2 transformers ]; description = "Cryptographically secure n-sided dice via rejection sampling"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {}; "dice2tex" = callPackage @@ -74408,8 +74408,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Convert a Diceware wordlist into a printer-ready LaTeX file"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74423,8 +74423,8 @@ self: { base binary bytestring pretty safe time ]; description = "A library for reading and writing DICOM files in the Explicit VR Little Endian transfer syntax"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74453,8 +74453,8 @@ self: { random tagged text time ]; description = "Tools to handle StarDict dictionaries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74468,7 +74468,7 @@ self: { editedCabalFile = "1mn7jcc7h3b8f1pn9zigqp6mc2n0qb66lms5qnrx4zswdv5w9439"; libraryHaskellDepends = [ base containers ]; description = "Sharing/memoization of class members"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dictparser" = callPackage @@ -74483,8 +74483,8 @@ self: { executableHaskellDepends = [ base parsec ]; testHaskellDepends = [ base hspec parsec ]; description = "Parsec parsers for the DICT format produced by dictfmt -t"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74502,8 +74502,8 @@ self: { tasty-quickcheck ]; description = "Discrete Interval Encoding Trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74515,8 +74515,8 @@ self: { sha256 = "19sn53b4sb0sa7ibcz9wvpn3vhja0yx62p8f9ibawrycm4cpbpzl"; libraryHaskellDepends = [ base Enum util ]; description = "Diff and patch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74532,7 +74532,7 @@ self: { testHaskellDepends = [ base Diff ]; description = "A diff algorithm based on recursive longest common substrings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "diff-parse" = callPackage @@ -74544,7 +74544,7 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; testHaskellDepends = [ attoparsec base hspec text ]; description = "A parser for diff file formats"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "diff3" = callPackage @@ -74560,7 +74560,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Perform a 3-way difference of documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "diffarray" = callPackage @@ -74571,7 +74571,7 @@ self: { sha256 = "0p95i1xzp0bdm0zrdil79rfxfyz372y2qjdxyvxdzxvfb1mvalcm"; libraryHaskellDepends = [ array base ]; description = "DiffArray"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "diffcabal" = callPackage @@ -74589,8 +74589,8 @@ self: { process ]; description = "Diff two .cabal files syntactically"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74610,7 +74610,7 @@ self: { parallel-io process process-extras unix ]; description = "Tools for diffing stdout"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "difference-monoid" = callPackage @@ -74629,8 +74629,8 @@ self: { adjunctions base comonad containers deepseq distributive doctest groups hedgehog hedgehog-checkers QuickCheck semigroupoids ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74656,8 +74656,8 @@ self: { text-show vector ]; description = "Finds out whether an entity comes from different distributions (statuses)"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74671,8 +74671,8 @@ self: { editedCabalFile = "0gkcsdf9jrfs5lwhayl808flwlv446mixdn3n91v5gsxbcqqrsi7"; libraryHaskellDepends = [ base containers ]; description = "diff on maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74698,8 +74698,8 @@ self: { tasty-hunit text ]; description = "Generate todo lists from source code"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74711,7 +74711,7 @@ self: { sha256 = "1156jr67fjpp68r2qnq0py80cmk42cz356aarqsd8al98dnvxxn6"; libraryHaskellDepends = [ base math-functions ]; description = "A (deprecated) implementation of the digamma function"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digest" = callPackage @@ -74723,7 +74723,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ zlib ]; description = "Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) zlib;}; "digest-pure" = callPackage @@ -74736,7 +74736,7 @@ self: { testHaskellDepends = [ array base bytestring digest QuickCheck ]; description = "Pure hash functions for bytestrings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "digest-sig" = callPackage @@ -74750,7 +74750,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; doHaddock = false; description = "Signature for digest"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digestive-bootstrap" = callPackage @@ -74766,8 +74766,8 @@ self: { digestive-functors-blaze http-types text ]; description = "Speed up form designing using digestive functors and bootstrap"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74784,8 +74784,8 @@ self: { lucid-foundation text ]; description = "Speed up form designing using digestive functors and foundation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74807,7 +74807,7 @@ self: { test-framework-quickcheck2 text time ]; description = "A practical formlet library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digestive-functors-aeson" = callPackage @@ -74828,8 +74828,8 @@ self: { tasty-hunit text ]; description = "Run digestive-functors forms against JSON"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74845,7 +74845,7 @@ self: { base blaze-html blaze-markup digestive-functors text ]; description = "Blaze frontend for the digestive-functors library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digestive-functors-happstack" = callPackage @@ -74860,8 +74860,8 @@ self: { base bytestring digestive-functors happstack-server text ]; description = "Happstack backend for the digestive-functors library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74878,7 +74878,7 @@ self: { xmlhtml ]; description = "Heist frontend for the digestive-functors library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digestive-functors-hsp" = callPackage @@ -74890,8 +74890,8 @@ self: { libraryHaskellDepends = [ base digestive-functors hsp hsx text ]; libraryToolDepends = [ trhsx ]; description = "HSP support for digestive-functors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74903,7 +74903,7 @@ self: { sha256 = "176vc7gsm0379100imk1i8y8r2gx0l66dijgmxkqbq1qwkjfizs5"; libraryHaskellDepends = [ base digestive-functors lucid text ]; description = "Lucid frontend for the digestive-functors library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digestive-functors-scotty" = callPackage @@ -74921,7 +74921,7 @@ self: { wai-extra ]; description = "Scotty backend for the digestive-functors library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digestive-functors-snap" = callPackage @@ -74937,7 +74937,7 @@ self: { mtl snap-core text ]; description = "Snap backend for the digestive-functors library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digit" = callPackage @@ -74958,7 +74958,7 @@ self: { tasty tasty-hedgehog tasty-hspec tasty-hunit text ]; description = "A data-type representing digits 0-9 and other combinations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "digitalocean-kzs" = callPackage @@ -74975,8 +74975,8 @@ self: { ]; testHaskellDepends = [ base doctest hspec ]; description = "digitalocean api for haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -74989,8 +74989,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; testHaskellDepends = [ base QuickCheck ]; description = "Converts integers to lists of digits and back"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75009,7 +75009,7 @@ self: { ]; testHaskellDepends = [ base fgl hashable massiv QuickCheck ]; description = "Directed Graphs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dihaa" = callPackage @@ -75026,7 +75026,7 @@ self: { base FontyFruity JuicyPixels Rasterific vector ]; description = "ASCII based Diagram drawing in Haskell (Idea based on ditaa)"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "dijkstra-simple" = callPackage @@ -75038,7 +75038,7 @@ self: { libraryHaskellDepends = [ base containers fingertree ]; testHaskellDepends = [ base containers fingertree hspec ]; description = "A simpler Dijkstra shortest paths implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dimensional" = callPackage @@ -75061,7 +75061,7 @@ self: { testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Statically checked physical dimensions, using Type Families and Data Kinds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dimensional-codata" = callPackage @@ -75072,8 +75072,8 @@ self: { sha256 = "1bmal7i0zvfivri5w7fbl4n0gyybnr2wy2cvz21b33jrzjblr1g0"; libraryHaskellDepends = [ base dimensional numtype-dk ]; description = "CODATA Recommended Physical Constants with Dimensional Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75085,8 +75085,8 @@ self: { sha256 = "052daw4kj1ivj3h2lvs39m3xz1xy5ra8fj5pmpfnjmjgg5kfv2w1"; libraryHaskellDepends = [ base numtype-tf time ]; description = "Statically checked physical dimensions, implemented using type families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75102,7 +75102,7 @@ self: { base Cabal constraints-deriving QuickCheck ]; description = "Safe type-level dimensionality for multidimensional data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dingo-core" = callPackage @@ -75125,8 +75125,8 @@ self: { unordered-containers wai wai-eventsource wai-extra warp web-css ]; description = "Dingo is a Rich Internet Application platform based on the Warp web server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75146,8 +75146,8 @@ self: { shakespeare-js template-haskell text transformers ]; description = "Dingo Example"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75166,8 +75166,8 @@ self: { unordered-containers ]; description = "Dingo Widgets"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75188,7 +75188,7 @@ self: { base tasty tasty-quickcheck tasty-th text unordered-containers ]; description = "A convenient tagless EDSL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "diohsc" = callPackage @@ -75213,7 +75213,7 @@ self: { unix x509 x509-store x509-validation ]; description = "Gemini client"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "diophantine" = callPackage @@ -75225,8 +75225,8 @@ self: { libraryHaskellDepends = [ array base ]; libraryToolDepends = [ happy ]; description = "A quadratic diophantine equation solving library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75242,8 +75242,8 @@ self: { base containers HUnit parsec transformers TypeNat ]; description = "Diplomacy board game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75267,8 +75267,8 @@ self: { TypeNat wai warp warp-tls ]; description = "Play Diplomacy over HTTP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75285,7 +75285,7 @@ self: { base criterion directory dirstream pipes pipes-safe system-filepath ]; description = "Simple directory traversal library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "direct-binary-files" = callPackage @@ -75296,8 +75296,8 @@ self: { sha256 = "0ci6av8sgrlsn12dbpvqf3imq9w1hm2ll5np2fz7gh9760vvdidr"; libraryHaskellDepends = [ base bytestring mtl ]; description = "Serialization and deserialization monads for streams and ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75309,7 +75309,7 @@ self: { sha256 = "0698l8zylkgafx8g91icysz6rq2lyrnd25blhday67s9vkdpbvxh"; libraryHaskellDepends = [ base unix ]; description = "Library to switch to daemon mode using built-in OS facilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "direct-fastcgi" = callPackage @@ -75324,8 +75324,8 @@ self: { base bytestring containers mtl network utf8-string ]; description = "Native implementation of the FastCGI protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75344,8 +75344,8 @@ self: { transformers-base unix utf8-string ]; description = "Native webserver that acts as a library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75357,7 +75357,7 @@ self: { sha256 = "09hv06hslz83gpqfxxv6bfg4i6l7pfv82jxab4lf8g964ciaa42q"; libraryHaskellDepends = [ base bytestring ]; description = "An implementation of the MurmurHash3 algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "direct-plugins" = callPackage @@ -75368,8 +75368,8 @@ self: { sha256 = "03f7jrx0skqiirvpzzakk3wwwdjanjxpzv8j5nwpzvqpb4syshcr"; libraryHaskellDepends = [ base ghc ghc-paths ]; description = "Lightweight replacement for Plugins, specific to GHC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75389,8 +75389,8 @@ self: { base bytestring directory filepath safe-exceptions ]; description = "Bindings to RocksDB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75407,7 +75407,7 @@ self: { base base16-bytestring bytestring directory HUnit temporary text ]; description = "Low-level binding to SQLite3. Includes UTF8 and BLOB support."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "directed-cubical" = callPackage @@ -75423,8 +75423,8 @@ self: { unordered-containers vector ]; description = "Finite directed cubical complexes and associated algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75437,8 +75437,8 @@ self: { libraryHaskellDepends = [ base filepath time unix ]; testHaskellDepends = [ base filepath time unix ]; description = "Platform-agnostic library for filesystem operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "directory-contents" = callPackage @@ -75457,8 +75457,8 @@ self: { executableHaskellDepends = [ base filepath text ]; testHaskellDepends = [ base filepath ]; description = "Recursively build, navigate, and operate on a tree of directory contents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75483,7 +75483,7 @@ self: { transformers unix unordered-containers ]; description = "Directory layout DSL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "directory-listing-webpage-parser" = callPackage @@ -75497,7 +75497,7 @@ self: { base bytestring network-uri tagsoup text time ]; description = "directory listing webpage parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "directory-tree" = callPackage @@ -75509,7 +75509,7 @@ self: { libraryHaskellDepends = [ base directory filepath ]; testHaskellDepends = [ base directory filepath process ]; description = "A simple directory-like tree datatype, with useful IO functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "direm" = callPackage @@ -75522,8 +75522,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory ]; description = "Deletes a directory and retains its contents in the parent directory"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75539,8 +75539,8 @@ self: { aeson base containers hblock safecopy text time unordered-containers ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75557,7 +75557,7 @@ self: { ]; testHaskellDepends = [ base hspec log-domain mwc-random vector ]; description = "Multivariate Dirichlet distribution"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dirstream" = callPackage @@ -75574,7 +75574,7 @@ self: { base directory pipes pipes-safe system-fileio system-filepath unix ]; description = "Easily stream directory contents in constant memory"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dirtree" = callPackage @@ -75596,7 +75596,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A small library for working with directories"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "disassembler" = callPackage @@ -75607,7 +75607,7 @@ self: { sha256 = "1yg1mb9w679m1iml0rx2i6gq1ps8s56da4dvn2knvkgg7m1cr39c"; libraryHaskellDepends = [ array base containers mtl parsec ]; description = "Disassembler for X86 & AMD64 machine code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "discogs-haskell" = callPackage @@ -75630,8 +75630,8 @@ self: { transformers ]; description = "Client for Discogs REST API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75643,7 +75643,7 @@ self: { sha256 = "0axz9k5j9yfk58icnycr93b6d5fqylgqlxi8v7w5sv1n28hrpvvj"; libraryHaskellDepends = [ base containers ]; description = "DisCoCat implementation"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "discord-gateway" = callPackage @@ -75660,8 +75660,8 @@ self: { aeson base discord-types hslogger transformers url websockets wuss ]; description = "An API wrapper for Discord in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75685,7 +75685,7 @@ self: { ]; executableHaskellDepends = [ base text unliftio ]; description = "Write bots for Discord in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "discord-hs" = callPackage @@ -75701,8 +75701,8 @@ self: { websockets ]; description = "An API wrapper for Discord in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75734,8 +75734,8 @@ self: { unboxing-vector unordered-containers vector ]; description = "Discord verification bot"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75755,8 +75755,8 @@ self: { hslogger http-client mtl req stm text time url ]; description = "An API wrapper for Discord in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75775,8 +75775,8 @@ self: { vector ]; description = "Type information for discord-hs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75788,8 +75788,8 @@ self: { sha256 = "0ykbfisrb6k8vsqx5avv99j0z4j4615hmql263h12jzhjxfzd22d"; libraryHaskellDepends = [ base time ]; description = "library for handling Discordian calendar dates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75802,7 +75802,7 @@ self: { libraryHaskellDepends = [ base bytestring text ]; librarySystemDepends = [ markdown ]; description = "Haskell bindings to the discount Markdown library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {markdown = null;}; "discrete" = callPackage @@ -75815,8 +75815,8 @@ self: { editedCabalFile = "1ary1xyh2gy099p1madapfqhw2r1ys1pd8xg396xxaas4vjmqqkh"; libraryHaskellDepends = [ base ]; description = "replacement for enum"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75828,7 +75828,7 @@ self: { sha256 = "1in70wlm6qcmc743v0w1lha4wffjinbwsgcyq44gzk0lb79ix6lb"; libraryHaskellDepends = [ base ]; description = "Discrete Intervals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "discrete-space-map" = callPackage @@ -75843,7 +75843,7 @@ self: { adjunctions base comonad distributive keys semigroupoids ]; description = "A discrete space map"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "discrimination" = callPackage @@ -75871,7 +75871,7 @@ self: { splitmix unordered-containers vector vector-algorithms ]; description = "Fast generic linear-time sorting, joins and container construction"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "disjoint-containers" = callPackage @@ -75890,8 +75890,8 @@ self: { tasty-quickcheck ]; description = "Disjoint containers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75908,8 +75908,8 @@ self: { base containers HUnit mtl QuickCheck transformers ]; description = "Persistent disjoint-sets, a.k.a union-find."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75922,8 +75922,8 @@ self: { libraryHaskellDepends = [ base primitive ref-tf vector ]; testHaskellDepends = [ base hspec primitive ref-tf vector ]; description = "Monadic disjoint set"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -75935,7 +75935,7 @@ self: { sha256 = "0yy4gp5jhfsj3gbk7gh3yplxkxxfsmrl84chp4wfr4v46ff9pc2m"; libraryHaskellDepends = [ array base ]; description = "Imperative ST/IO based disjoint set data structure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "disk-free-space" = callPackage @@ -75948,7 +75948,7 @@ self: { editedCabalFile = "0x0wjycr3rhw9vcq51b4sz8cf7mcvx7whhywv72y25r9385lxb3i"; libraryHaskellDepends = [ base ]; description = "Retrieve information about disk space usage"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "diskhash" = callPackage @@ -75966,7 +75966,7 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-th ]; description = "Disk-based hash table"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "display" = callPackage @@ -75977,7 +75977,7 @@ self: { sha256 = "0hn1zdis621h87r4mr35vic9473iwqcdjnmmfgs1j5dfsh62kd6b"; libraryHaskellDepends = [ base bytestring text ]; description = "Display things for humans to read"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "display-haskell-do" = callPackage @@ -75988,7 +75988,7 @@ self: { sha256 = "0j2rsmgmkfwy0w96y1qzr5vmhr16qgd46rka8ya17rakb4rzvi3q"; libraryHaskellDepends = [ aeson base text ]; description = "A display API for HaskellDO"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "disposable" = callPackage @@ -75999,7 +75999,7 @@ self: { sha256 = "0kzyzbhhjm005fi2n59j4in58kps4rciaza9pzi0qd2xnn9j5iqv"; libraryHaskellDepends = [ base ghcjs-base-stub stm ]; description = "Allows storing different resource-releasing actions together"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dist-upload" = callPackage @@ -76013,8 +76013,8 @@ self: { libraryHaskellDepends = [ base Cabal directory filepath process ]; doHaddock = false; description = "Generate/Upload cabal package to Hackage"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76028,8 +76028,8 @@ self: { editedCabalFile = "0iysmnl4p1fsb4zd0mmr6q7zc7w90jrwcxxm7vi38658x19r8qmq"; libraryHaskellDepends = [ base ]; description = "Useful distance datatype and functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76042,7 +76042,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base hspec QuickCheck time ]; description = "Generate readable distances between times"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "distributed-closure" = callPackage @@ -76061,7 +76061,7 @@ self: { executableHaskellDepends = [ async base binary bytestring ]; testHaskellDepends = [ base binary hspec QuickCheck ]; description = "Serializable closures for distributed programming"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "distributed-fork" = callPackage @@ -76079,7 +76079,7 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Like 'forkIO', but uses remote machines instead of local threads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "distributed-fork-aws-lambda" = callPackage @@ -76105,8 +76105,8 @@ self: { base distributed-fork tasty tasty-hunit text ]; description = "AWS Lambda backend for distributed-fork"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76131,8 +76131,8 @@ self: { base binary bytestring network-transport-tcp ]; description = "Cloud Haskell: Erlang-style concurrency in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76160,8 +76160,8 @@ self: { test-framework-hunit transformers ]; description = "Cloud Haskell Async API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76184,8 +76184,8 @@ self: { rank1dynamic transformers unix ]; description = "Microsoft Azure backend for Cloud Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76215,8 +76215,8 @@ self: { test-framework test-framework-hunit transformers ]; description = "The Cloud Haskell Application Platform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76232,8 +76232,8 @@ self: { base distributed-process ekg-core text unordered-containers ]; description = "Collect node stats for EKG"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76269,8 +76269,8 @@ self: { test-framework-quickcheck2 time transformers unordered-containers ]; description = "Execution Framework for The Cloud Haskell Application Platform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76301,8 +76301,8 @@ self: { transformers unordered-containers ]; description = "Cloud Haskell Extras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76335,8 +76335,8 @@ self: { test-framework-quickcheck2 time transformers unordered-containers ]; description = "The Cloud Haskell implementation of Erlang/OTP gen_statem"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76362,8 +76362,8 @@ self: { test-framework-hunit transformers ]; description = "monad-control style typeclass and transformer instances for Process monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76380,8 +76380,8 @@ self: { transformers-base ]; description = "Orphan instances for MonadBase and MonadBaseControl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76402,8 +76402,8 @@ self: { ]; executableHaskellDepends = [ base distributed-process mtl ]; description = "Peer-to-peer node discovery for Cloud Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76434,8 +76434,8 @@ self: { test-framework-quickcheck2 time transformers unordered-containers ]; description = "The Cloud Haskell Application Platform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76468,8 +76468,8 @@ self: { unordered-containers ]; description = "Cloud Haskell Extended Process Registry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76492,8 +76492,8 @@ self: { transformers ]; description = "Simple zero-configuration backend for Cloud Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76525,8 +76525,8 @@ self: { test-framework-hunit time transformers unordered-containers ]; description = "Supervisors for The Cloud Haskell Application Platform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76546,8 +76546,8 @@ self: { stm test-framework test-framework-hunit ]; description = "Cloud Haskell Test Support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76584,8 +76584,8 @@ self: { test-framework-quickcheck2 time transformers unordered-containers ]; description = "Task Framework for The Cloud Haskell Application Platform"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76609,8 +76609,8 @@ self: { test-framework ]; description = "Tests and test support tools for distributed-process"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76639,8 +76639,8 @@ self: { network-transport-tcp transformers ]; description = "A Zookeeper back-end for Cloud Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76656,7 +76656,7 @@ self: { base binary bytestring containers deepseq rank1dynamic ]; description = "Compositional, type-safe, polymorphic static values and closures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "distribution" = callPackage @@ -76669,8 +76669,8 @@ self: { array base containers MonadRandom random ]; description = "Finite discrete probability distributions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76688,8 +76688,8 @@ self: { ]; testHaskellDepends = [ base deepseq hspec lens ]; description = "Types and functions to manipulate the Nixpkgs distribution"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "distribution-opensuse" = callPackage @@ -76710,7 +76710,7 @@ self: { executableHaskellDepends = [ base containers text turtle ]; testHaskellDepends = [ base ]; description = "Types, functions, and tools to manipulate the openSUSE distribution"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "distribution-plot" = callPackage @@ -76726,8 +76726,8 @@ self: { distribution lens ]; description = "Easily plot distributions from the distribution package.."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76743,7 +76743,7 @@ self: { testHaskellDepends = [ base generic-deriving hspec ]; testToolDepends = [ hspec-discover ]; description = "Distributive functors -- Dual to Traversable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ditto" = callPackage @@ -76756,7 +76756,7 @@ self: { base containers mtl semigroups text torsor ]; description = "ditto is a type-safe HTML form generation and validation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ditto-lucid" = callPackage @@ -76767,7 +76767,7 @@ self: { sha256 = "1if543wf7div8ww90ifdh75i2w99lhbfh8pfnzmd1yaw2j1m35ff"; libraryHaskellDepends = [ base ditto lucid path-pieces text ]; description = "Add support for using lucid with Ditto"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "diversity" = callPackage @@ -76789,8 +76789,8 @@ self: { base containers fasta optparse-applicative pipes semigroups ]; description = "Quantify the diversity of a population"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76828,8 +76828,8 @@ self: { time vector ]; description = "A wiki implemented with a firm theoretical foundation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76845,8 +76845,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Hit drums with haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76862,7 +76862,7 @@ self: { array base containers haskeline mtl pretty ]; description = "Generate Haskell code from a type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "djinn-ghc" = callPackage @@ -76877,7 +76877,7 @@ self: { async base containers djinn-lib ghc mtl transformers ]; description = "Generate Haskell code from a type. Bridge from Djinn to GHC API."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "djinn-lib" = callPackage @@ -76890,7 +76890,7 @@ self: { editedCabalFile = "0zz4q631wpxdm4h499j0m1kin4n1ahnwzb0x2jh6vd463i89xlbk"; libraryHaskellDepends = [ base containers mtl pretty ]; description = "Generate Haskell code from a type. Library extracted from djinn package."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "djinn-th" = callPackage @@ -76903,8 +76903,8 @@ self: { base containers logict template-haskell ]; description = "Generate executable Haskell code from a type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76925,8 +76925,8 @@ self: { time unix xdg-userdirs ]; description = "Fedora image download tool"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -76939,7 +76939,7 @@ self: { libraryHaskellDepends = [ base deepseq ]; testHaskellDepends = [ base Cabal QuickCheck ]; description = "Difference lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dlist_1_0" = callPackage @@ -76951,8 +76951,8 @@ self: { libraryHaskellDepends = [ base deepseq ]; testHaskellDepends = [ base QuickCheck ]; description = "Difference lists"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "dlist-instances" = callPackage @@ -76963,7 +76963,7 @@ self: { sha256 = "0nsgrr25r4qxv2kpn7i20hra8jjkyllxfrhh5hml3ysjdz010jni"; libraryHaskellDepends = [ base dlist semigroups ]; description = "Difference lists instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dlist-nonempty" = callPackage @@ -76987,7 +76987,7 @@ self: { base base-compat criterion dlist dlist-instances ]; description = "Non-empty difference lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dmc" = callPackage @@ -76999,7 +76999,7 @@ self: { libraryHaskellDepends = [ base process ]; testHaskellDepends = [ base hspec process QuickCheck ]; description = "cmd for common cases"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "dmcc" = callPackage @@ -77027,8 +77027,8 @@ self: { monad-control monad-logger random stm text unix unliftio websockets ]; description = "AVAYA DMCC API bindings and WebSockets server for AVAYA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77044,8 +77044,8 @@ self: { base containers directory lens mtl process transformers ]; description = "Complete bindings to the dmenu and dmenu2 command line tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77063,8 +77063,8 @@ self: { base containers directory dmenu lens mtl process transformers ]; description = "dmenu script for killing applications. Sortable by process id or CPU/MEM usage."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77082,8 +77082,8 @@ self: { base containers directory dmenu lens mtl process transformers ]; description = "Mounting and unmounting linux devices as user with dmenu and pmount"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77101,8 +77101,8 @@ self: { base containers directory dmenu lens mtl process transformers ]; description = "dmenu script for searching the web with customizable search engines"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77127,7 +77127,7 @@ self: { doHaddock = false; testTarget = "spec"; description = "DNS library in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dnscache" = callPackage @@ -77145,8 +77145,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Caching DNS resolver library and mass DNS resolver utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77159,8 +77159,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers hsdns HUnit network ]; description = "Asynchronous DNS RBL lookup"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77173,8 +77173,8 @@ self: { libraryHaskellDepends = [ base transformers ]; librarySystemDepends = [ dns_sd ]; description = "DNS service discovery bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {dns_sd = null;}; @@ -77188,7 +77188,7 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base criterion mtl text ]; description = "Do notation for free"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "do-notation" = callPackage @@ -77200,7 +77200,7 @@ self: { libraryHaskellDepends = [ base indexed ]; testHaskellDepends = [ base indexed ]; description = "Generalize do-notation to work on monads and indexed monads simultaneously"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "do-notation-dsl" = callPackage @@ -77216,7 +77216,7 @@ self: { base containers doctest doctest-discover temporary ]; description = "An alternative to monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dobutok" = callPackage @@ -77227,8 +77227,8 @@ self: { sha256 = "06wi9p4gyxqiwaih1hg5p4wypi77si5y8c1akqsvh3ssr0sds74r"; libraryHaskellDepends = [ base ]; description = "Creates the time intervals for CLI changing messages on the screen"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77240,7 +77240,7 @@ self: { sha256 = "1qps4zvk3qn2d93778cs2b6kf1k9fjgw5248hyx9v0n05crfw2i8"; libraryHaskellDepends = [ base ]; description = "The library is intended to print updated messages on the terminal screen"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO-effects" = callPackage @@ -77251,7 +77251,7 @@ self: { sha256 = "10xpr7nqhx1djsgcgfr40v7axkl8a0fxx16vrpvr7h525ygyibp5"; libraryHaskellDepends = [ base dobutokO-frequency ]; description = "A library to deal with SoX effects and possibilities"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO-frequency" = callPackage @@ -77262,7 +77262,7 @@ self: { sha256 = "11ngz39dqdcv6xkff9b590cbhd94gx1q71v6cz3birmhvbf8qwrm"; libraryHaskellDepends = [ base ]; description = "Helps to create experimental music. Working with frequencies and types."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO-poetry" = callPackage @@ -77284,7 +77284,7 @@ self: { uniqueness-periods vector ]; description = "Helps to order the 7 or less Ukrainian words to obtain somewhat suitable for poetry or music text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO-poetry-general" = callPackage @@ -77295,7 +77295,7 @@ self: { sha256 = "0gdhihblshxq70av2x8ni7vywdfic750kwq7qsbhagrqr71fvqb1"; libraryHaskellDepends = [ base mmsyn3 mmsyn6ukr mmsyn7s vector ]; description = "Helps to order the 7 or less words (first of all the Ukrainian ones) to obtain somewhat suitable for poetry or music text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO-poetry-general-languages" = callPackage @@ -77311,7 +77311,7 @@ self: { uniqueness-periods-general vector ]; description = "Helps to order the 7 or less words to obtain somewhat suitable for poetry or music text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO2" = callPackage @@ -77334,7 +77334,7 @@ self: { mmsyn7ukr process uniqueness-periods vector ]; description = "Helps to create experimental music from a file (or its part) and a Ukrainian text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO3" = callPackage @@ -77350,7 +77350,7 @@ self: { mmsyn7s mmsyn7ukr process vector ]; description = "Helps to create more complex experimental music from a file (especially timbre)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dobutokO4" = callPackage @@ -77366,7 +77366,7 @@ self: { vector-doublezip ]; description = "Helps to create experimental music. Uses SoX inside."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "doc-review" = callPackage @@ -77391,8 +77391,8 @@ self: { xml-basic ]; description = "Document review Web application, like http://book.realworldhaskell.org/"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77411,8 +77411,8 @@ self: { text ]; description = "Checks Haddock comments for pitfalls and version changes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77431,8 +77431,8 @@ self: { old-locale tagsoup time ]; description = "Generate an HTML index of installed Haskell packages and their documentation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77466,8 +77466,8 @@ self: { vector ]; description = "An API client for docker written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77490,8 +77490,8 @@ self: { turtle ]; description = "Builds a docker image and caches all of its intermediate stages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77525,8 +77525,8 @@ self: { ]; testHaskellDepends = [ base HTF text vector ]; description = "A build tool for multiple docker image layers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77539,7 +77539,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "A Haskell DSL for generating Dockerfiles"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dockerfile-creator" = callPackage @@ -77560,7 +77560,7 @@ self: { hspec language-docker megaparsec mtl process template-haskell text th-lift th-lift-instances time ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "doclayout" = callPackage @@ -77578,7 +77578,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion mtl text ]; description = "A prettyprinting library for laying out text documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "docopt" = callPackage @@ -77598,8 +77598,8 @@ self: { template-haskell text th-lift ]; description = "A command-line interface parser that will make you smile"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77620,7 +77620,7 @@ self: { unordered-containers vinyl yaml ]; description = "Vinyl-based records with hierarchical field names, default values and documentation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "docstrings" = callPackage @@ -77633,7 +77633,7 @@ self: { base containers heredoc template-haskell ]; description = "Docstrings for documentation in the repl"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "doctemplates" = callPackage @@ -77659,7 +77659,7 @@ self: { aeson base containers criterion doclayout filepath mtl text ]; description = "Pandoc-style document templates"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "doctest" = callPackage @@ -77688,7 +77688,7 @@ self: { stringbuilder syb transformers ]; description = "Test interactive Haskell examples"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "doctest_0_17" = callPackage @@ -77717,8 +77717,8 @@ self: { stringbuilder syb transformers ]; description = "Test interactive Haskell examples"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "doctest-discover" = callPackage @@ -77740,7 +77740,7 @@ self: { testHaskellDepends = [ base doctest ]; doHaddock = false; description = "Easy way to run doctests via cabal"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "doctest-discover-configurator" = callPackage @@ -77764,8 +77764,8 @@ self: { testHaskellDepends = [ base doctest ]; doHaddock = false; description = "Easy way to run doctests via cabal (no aeson dependency, uses configurator instead)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77781,8 +77781,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "Generate driver file for doctest's cabal integration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77798,7 +77798,7 @@ self: { base doctest-lib QuickCheck semigroups transformers ]; description = "Run doctest's in a Cabal.Test.exitcode-stdio environment"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "doctest-lib" = callPackage @@ -77809,7 +77809,7 @@ self: { sha256 = "1vswam0dhw52dihgnzirh18gqs8rj8h6jd7pl6y1mg2f9f9zmih2"; libraryHaskellDepends = [ base ]; description = "Parts of doctest exposed as library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "doctest-prop" = callPackage @@ -77821,8 +77821,8 @@ self: { libraryHaskellDepends = [ base HUnit QuickCheck ]; testHaskellDepends = [ base doctest HUnit QuickCheck ]; description = "Allow QuickCheck-style property testing within doctest"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77839,8 +77839,8 @@ self: { servant-client text ]; description = "Low-level bindings to the DocuSign API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77857,8 +77857,8 @@ self: { servant-client text ]; description = "Low-level bindings to the DocuSign API (only what is necessary for docusign-client)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77878,8 +77878,8 @@ self: { http-types servant-client servant-client-core text uuid ]; description = "Client bindings for the DocuSign API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77898,8 +77898,8 @@ self: { optparse-generic text uuid ]; description = "DocuSign examples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77926,8 +77926,8 @@ self: { tasty-hunit temporary ]; description = "Documentation generator for Vim plug-ins"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77956,8 +77956,8 @@ self: { urlencoded utility-ht ]; description = "Automatic Bibtex and fulltext of scientific articles"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -77978,7 +77978,7 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "Flag packer & handler for flaggable data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dollaridoos" = callPackage @@ -77989,7 +77989,7 @@ self: { sha256 = "1pipbyfpny8mq540rpfkgkwbc3mc13yf6xm1h9vxm0fnaa8kcbw9"; libraryHaskellDepends = [ base profunctors semigroups ]; description = "A newtype for monetary values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dom-events" = callPackage @@ -78001,7 +78001,7 @@ self: { libraryHaskellDepends = [ base text unordered-containers ]; testHaskellDepends = [ base ]; description = "DOM Events expressed as Haskell types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dom-lt" = callPackage @@ -78015,7 +78015,7 @@ self: { testHaskellDepends = [ base containers HUnit ]; benchmarkHaskellDepends = [ base containers criterion deepseq ]; description = "The Lengauer-Tarjan graph dominators algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dom-parser" = callPackage @@ -78036,7 +78036,7 @@ self: { xml-conduit ]; description = "Simple monadic DOM parser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dom-selector" = callPackage @@ -78056,7 +78056,7 @@ self: { template-haskell text th-lift xml-conduit ]; description = "DOM traversal by CSS selectors for xml-conduit package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "domain" = callPackage @@ -78080,8 +78080,8 @@ self: { tasty-hunit tasty-quickcheck template-haskell text th-orphans ]; description = "Codegen helping you define domain models"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78100,7 +78100,7 @@ self: { ]; testHaskellDepends = [ base doctest pretty-simple ]; description = "Domain authentication library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "domain-core" = callPackage @@ -78116,8 +78116,8 @@ self: { th-lift-instances ]; description = "Low-level API of \"domain\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78136,8 +78136,8 @@ self: { ]; testHaskellDepends = [ domain optics rerebase ]; description = "Integration of domain with optics"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78153,7 +78153,7 @@ self: { executableHaskellDepends = [ base containers lens mtl random ]; testHaskellDepends = [ base containers hspec lens mtl random ]; description = "A simulator for the board game Dominion"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "domplate" = callPackage @@ -78169,8 +78169,8 @@ self: { yaml ]; description = "A simple templating library using HTML5 as its template language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78184,7 +78184,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base text ]; description = "Datatypes and encoding for graphviz dot files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dot-linker" = callPackage @@ -78210,8 +78210,8 @@ self: { unordered-containers ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78225,7 +78225,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers graphviz hxt text ]; description = "Converter from GraphViz .dot format to yEd GraphML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dotenv" = callPackage @@ -78253,7 +78253,7 @@ self: { hspec-megaparsec megaparsec process text transformers yaml ]; description = "Loads environment variables from dotenv files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dotfs" = callPackage @@ -78284,8 +78284,8 @@ self: { ]; doHaddock = false; description = "Filesystem to manage and parse dotfiles"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78299,7 +78299,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base containers ]; description = "A simple interface for building .dot graph files."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dotnet-timespan" = callPackage @@ -78310,7 +78310,7 @@ self: { sha256 = "1hws424hf4ifijmz2xn3jvwvayll5jig83bgkl9zavwipkzqvjnq"; libraryHaskellDepends = [ base ]; description = ".NET TimeSpan"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "double-conversion" = callPackage @@ -78327,7 +78327,7 @@ self: { test-framework-quickcheck2 text ]; description = "Fast conversion between double precision floating point and text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "double-extra" = callPackage @@ -78343,7 +78343,7 @@ self: { rawstring-qm text ]; description = "Missing presentations for Double numbers (fixed, scientific etc.)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "double-metaphone" = callPackage @@ -78365,8 +78365,8 @@ self: { sha256 = "0libb7w3a8ffcr08x6s3xqzhbkxb8n111f53g638jr0xpz3r98yv"; libraryHaskellDepends = [ base ]; description = "Doublify API toolkit for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78378,7 +78378,7 @@ self: { sha256 = "19h3inxxxcblsbakm93mblhg8g68qc699c13cnska65ij50h3jwd"; libraryHaskellDepends = [ acl2 base ]; description = "The Dove verification language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dovin" = callPackage @@ -78405,7 +78405,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A proof assistant for Magic: The Gathering puzzles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dow" = callPackage @@ -78423,8 +78423,8 @@ self: { array base directory elerea GLFW mersenne-random OpenGL ]; description = "Dungeons of Wor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78437,7 +78437,7 @@ self: { libraryHaskellDepends = [ base bytestring feed tagsoup xml ]; testHaskellDepends = [ base hspec ]; description = "High-level file download based on URLs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "download-curl" = callPackage @@ -78450,7 +78450,7 @@ self: { editedCabalFile = "032f19gn7bnx3fpfdwclm1z1hsxaya6yml7p2hcg3b2ad6d11pyl"; libraryHaskellDepends = [ base bytestring curl feed tagsoup xml ]; description = "High-level file download based on URLs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "download-media-content" = callPackage @@ -78467,8 +78467,8 @@ self: { base bytestring filepath http-enumerator tagsoup text ]; description = "Simple tool to download images from RSS feeds (e.g. Flickr, Picasa)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78485,8 +78485,8 @@ self: { base directory filepath network-uri process safe ]; description = "A small, low-dependency library that provides turn-key file download over HTTP and HTTPS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78498,8 +78498,8 @@ self: { sha256 = "0sqvxyj3aybqvjlrz2a93lnp1vbjiqikysm575wizri2rd3vfj1l"; libraryHaskellDepends = [ base ]; description = "A Haskell library for using Dozenal (Duodecimal - Base 12) numbers"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78519,8 +78519,8 @@ self: { reflection scientific text transformers ]; description = "dozens api library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78534,8 +78534,8 @@ self: { array base ghc-prim pretty random vector ]; description = "Data Parallel Haskell common config and debugging functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78554,8 +78554,8 @@ self: { old-time parseargs random vector ]; description = "Data Parallel Haskell example programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78572,8 +78572,8 @@ self: { template-haskell vector ]; description = "Data Parallel Haskell common definitions used by other dph-lifted packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78589,8 +78589,8 @@ self: { array base dph-base dph-prim-par ghc random template-haskell vector ]; description = "Data Parallel Haskell lifted array combinators. (deprecated version)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78607,8 +78607,8 @@ self: { pretty random template-haskell vector ]; description = "Data Parallel Haskell lifted array combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78620,7 +78620,7 @@ self: { sha256 = "0csgd8ghbxv1vwp95dn98qv1zp8229fffm9j274bmjg857588i97"; doHaddock = false; description = "(deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dph-prim-interface" = callPackage @@ -78631,8 +78631,8 @@ self: { sha256 = "17m03gylc61d7mx26rz70kwmi014rv1g14683vraa1b77pci5h8j"; libraryHaskellDepends = [ base dph-base random vector ]; description = "Data Parallel Haskell segmented arrays. (abstract interface)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78649,8 +78649,8 @@ self: { vector ]; description = "Data Parallel Haskell segmented arrays. (production version)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78666,8 +78666,8 @@ self: { base dph-base dph-prim-interface ghc-prim primitive random vector ]; description = "Data Parallel Haskell segmented arrays. (sequential implementation)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78679,7 +78679,7 @@ self: { sha256 = "10s6qq4ayh85wvhnyl7dfdr72a76irvg83s71lww8ig988599ygp"; doHaddock = false; description = "(deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dpkg" = callPackage @@ -78699,8 +78699,8 @@ self: { testSystemDepends = [ dpkg ]; testPkgconfigDepends = [ libdpkg ]; description = "libdpkg bindings"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) dpkg; libdpkg = null;}; @@ -78714,8 +78714,8 @@ self: { base containers deepseq random semigroups ]; description = "A generic implementation of dynamic partial-order reduction (DPOR) for testing arbitrary models of concurrency"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78739,7 +78739,7 @@ self: { optparse-applicative streaming-commons unix unordered-containers ]; description = "a lightweight DNS proxy server"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "drClickOn" = callPackage @@ -78750,8 +78750,8 @@ self: { sha256 = "10rcmqa2x5xlh5pqfsg9dagf2lmrwc2bby3zklzv3x4s3yqg2ar3"; libraryHaskellDepends = [ base containers ]; description = "Monadic FRP"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78772,8 +78772,8 @@ self: { template-haskell text transformers ]; description = "Automatic derivation of optimized QuickCheck random generators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78791,7 +78791,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "playing draw poker"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "drawille" = callPackage @@ -78805,8 +78805,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "A port of asciimoo's drawille to haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78829,8 +78829,8 @@ self: { time unordered-containers vector ]; description = "Library and program for querying DVB (Dresdner Verkehrsbetriebe AG)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78847,8 +78847,8 @@ self: { base tasty tasty-hunit tasty-quickcheck text ]; description = "Simple schema management for arbitrary databases"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78869,8 +78869,8 @@ self: { base drifter either postgresql-simple tasty tasty-hunit text ]; description = "PostgreSQL support for the drifter schema migration tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78890,8 +78890,8 @@ self: { tasty-hunit text time transformers ]; description = "SQLite support for the drifter schema migraiton tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78903,7 +78903,7 @@ self: { sha256 = "1c5mv0klhdavbsaa1mng0q15vy0cz6x8ijfzgaf1f18yyxvb0q1q"; libraryHaskellDepends = [ base exceptions mtl transformers ]; description = "Boozy streaming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "drmaa" = callPackage @@ -78916,8 +78916,8 @@ self: { librarySystemDepends = [ drmaa ]; libraryToolDepends = [ c2hs ]; description = "A Haskell bindings to the DRMAA C library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {drmaa = null;}; @@ -78936,8 +78936,8 @@ self: { aeson base bytestring containers extensible formatting hspec microlens req servant-server text warp ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78966,8 +78966,8 @@ self: { servant-client-core text ]; description = "Dropbox API client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -78989,8 +78989,8 @@ self: { urlencoded utf8-string ]; description = "A library to access the Dropbox HTTP API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79009,8 +79009,8 @@ self: { time ]; description = "A command line tool for resolving dropbox conflicts. Deprecated! Please use confsolve."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79026,7 +79026,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ array base bytestring pureMD5 ]; description = "An implementation of the Drunken Bishop visual fingerprinting algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ds-kanren" = callPackage @@ -79040,8 +79040,8 @@ self: { libraryHaskellDepends = [ base containers logict ]; testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "A subset of the miniKanren language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79061,8 +79061,8 @@ self: { string-conversions ]; description = "Helper functions for setting up Double Submit Cookie defense for forms"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79090,8 +79090,8 @@ self: { test-framework-quickcheck2 text vector ]; description = "SQL backend for Database Supported Haskell (DSH)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79109,8 +79109,8 @@ self: { parallel primitive repa strict transformers vector ]; description = "DSMC library for rarefied gas dynamics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79130,8 +79130,8 @@ self: { mtl repa strict transformers vector ]; description = "DSMC toolkit for rarefied gas dynamics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79143,8 +79143,8 @@ self: { sha256 = "1vv32n736ncjsy4psp8zlqmpp0r7mncjq65zwkhq5i99jx4chb1q"; libraryHaskellDepends = [ base parsec ]; description = "Haskell Doge Serialized Object Notation Parser"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79156,8 +79156,8 @@ self: { sha256 = "1zflz9vhcz7psssn6hrizmwdmrvpagxhl0648k6f1n9xj50kp99y"; libraryHaskellDepends = [ base parsec ]; description = "DSON parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79172,7 +79172,7 @@ self: { libraryHaskellDepends = [ array base containers random ]; testHaskellDepends = [ array base containers QuickCheck ]; description = "Haskell Digital Signal Processing"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "dstring" = callPackage @@ -79183,8 +79183,8 @@ self: { sha256 = "15zy1dhfs87hxq1qm54ym0pdhvg7l76m7vy5y06dnksb1sblhaqm"; libraryHaskellDepends = [ base base-unicode-symbols dlist ]; description = "Difference strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79207,7 +79207,7 @@ self: { text vector ]; description = "DSV (delimiter-separated values)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dtab" = callPackage @@ -79227,7 +79227,7 @@ self: { libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ base bytestring ]; description = "Harmonix (Guitar Hero, Rock Band) DTA/DTB metadata library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dtd" = callPackage @@ -79246,8 +79246,8 @@ self: { uri-conduit xml-catalog xml-conduit xml-types ]; description = "Parse and render DTD files (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79263,8 +79263,8 @@ self: { attoparsec base containers dtd-types text xml-types ]; description = "Parse and render XML DTDs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79276,7 +79276,7 @@ self: { sha256 = "1h5ypjnpjim2lwlc6jfp8ixqg7zbkj7fg2kpnlwnyj29n9g58rka"; libraryHaskellDepends = [ base text xml-types ]; description = "Basic types for representing XML DTDs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dtrace" = callPackage @@ -79289,7 +79289,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "Haskell interface to the DTrace system tracing utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dtw" = callPackage @@ -79306,8 +79306,8 @@ self: { test-framework-quickcheck2 thyme vector vector-space ]; description = "(Fast) Dynamic Time Warping"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79321,7 +79321,7 @@ self: { editedCabalFile = "1cm80lc3p8bpzj0crxccx2fp33p171gz4j56r9fc5g5kza390nrb"; libraryHaskellDepends = [ base ]; description = "Dual category"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dual-game" = callPackage @@ -79340,7 +79340,7 @@ self: { base bifunctors cereal gloss network websockets ]; description = "Network multiplayer 2D shooting game"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dual-tree" = callPackage @@ -79358,8 +79358,8 @@ self: { base monoid-extras QuickCheck semigroups testing-feat ]; description = "Rose trees with cached and accumulating monoidal annotations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79377,7 +79377,7 @@ self: { ]; description = "Automatically generate dual constructions"; license = "AGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79403,7 +79403,7 @@ self: { tasty-quickcheck text time uri-bytestring xml-conduit xml-types ]; description = "XML streaming parser/renderer for the Dublin Core standard elements"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "duckling" = callPackage @@ -79434,7 +79434,7 @@ self: { ]; description = "A Haskell library for parsing text into structured data"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "duet" = callPackage @@ -79461,8 +79461,8 @@ self: { monad-logger mtl parsec syb text ]; description = "A tiny language, a subset of Haskell (with type classes) aimed at aiding teachers to teach Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79480,8 +79480,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "A computer “algebra” system that knows nothing about algebra, at the core"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79502,7 +79502,7 @@ self: { template-haskell text ]; description = "Dumps the names and values of expressions to ease debugging"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "dump-core" = callPackage @@ -79519,8 +79519,8 @@ self: { text ]; description = "A plug-in for rendering GHC core"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79537,7 +79537,7 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit transformers ]; description = "Generalised reactive framework supporting classic, arrowized and monadic FRP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dunai-core" = callPackage @@ -79551,8 +79551,8 @@ self: { base MonadRandom transformers transformers-base ]; description = "Generalised reactive framework supporting classic, arrowized and monadic FRP. (Core library fork.)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79566,7 +79566,7 @@ self: { base dunai normaldistribution QuickCheck ]; description = "Testing library for Dunai"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "duplo" = callPackage @@ -79602,8 +79602,8 @@ self: { base HUnit MissingH QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Frontend development build tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79617,8 +79617,8 @@ self: { editedCabalFile = "018pwi48hx6jcy9gkbbc4gcbjxa2n8b4lbfmd18mnm49ymwyyqlv"; libraryHaskellDepends = [ base bytestring directory filepath ]; description = "durable/atomic file system writes (from rio package)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79635,7 +79635,7 @@ self: { base doctest hspec parsec template-haskell time ]; description = "A tiny compile-time time utility library inspired by zeit/ms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dustme" = callPackage @@ -79657,7 +79657,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dvault" = callPackage @@ -79675,8 +79675,8 @@ self: { process vector ]; description = "Dead simple password manager"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79699,8 +79699,8 @@ self: { test-framework-quickcheck2 unordered-containers ]; description = "Efficient automatic differentiation and code generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79714,8 +79714,8 @@ self: { libraryPkgconfigDepends = [ dvdread ]; libraryToolDepends = [ c2hs ]; description = "A monadic interface to libdvdread"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {dvdread = null;}; @@ -79727,8 +79727,8 @@ self: { sha256 = "0dp6acmrvlns85nzbbh65vd6fjam04h11kxd9bk6j6hqa2qaqa43"; libraryHaskellDepends = [ base bytestring filepath transformers ]; description = "Read/write DVI and TFM file"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79741,7 +79741,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Dvorak encoding for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dwarf" = callPackage @@ -79753,8 +79753,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for DWARF debug format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79770,7 +79770,7 @@ self: { base binary bytestring containers text text-show transformers ]; description = "Parser for DWARF debug format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dwarfadt" = callPackage @@ -79789,8 +79789,8 @@ self: { ]; executableHaskellDepends = [ base containers dwarf-el ]; description = "High-level wrapper around the dwarf library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79803,7 +79803,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A minimal testing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dx9base" = callPackage @@ -79814,8 +79814,8 @@ self: { sha256 = "16gwlpxfgh78sx7cb2ryqklhz5smhwk51ma260d6rg082nhy5y3i"; libraryHaskellDepends = [ base Win32 ]; description = "Backend for a binding to the Microsoft DirectX 9 API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {}; "dx9d3d" = callPackage @@ -79827,8 +79827,8 @@ self: { libraryHaskellDepends = [ base dx9base Win32 ]; librarySystemDepends = [ d3d9 ]; description = "A binding to the Microsoft DirectX 9 API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {d3d9 = null;}; "dx9d3dx" = callPackage @@ -79840,8 +79840,8 @@ self: { libraryHaskellDepends = [ base dx9base dx9d3d Win32 ]; librarySystemDepends = [ d3dx9 ]; description = "A binding to the Microsoft DirectX 9 D3DX API"; - license = stdenv.lib.licenses.bsd3; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" ]; }) {d3dx9 = null;}; "dyckword" = callPackage @@ -79857,8 +79857,8 @@ self: { libraryHaskellDepends = [ base exact-combinatorics text ]; testHaskellDepends = [ ansi-terminal base hspec text ]; description = "A library for working with binary Dyck words"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79872,8 +79872,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base generics-sop ]; description = "Programatically identify space leaks in your program"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79890,7 +79890,7 @@ self: { text unordered-containers vector ]; description = "A dynamic type for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dynamic-cabal" = callPackage @@ -79911,8 +79911,8 @@ self: { tasty-hunit tasty-th ]; description = "Access the functions from the Cabal library without depending on it"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79929,7 +79929,7 @@ self: { base cairo colour GLFW-b GLUtil OpenGL pango pipes transformers ]; description = "Draw and update graphs in real time with OpenGL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dynamic-graphs" = callPackage @@ -79956,8 +79956,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion primitive ]; description = "Dynamic graph algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -79969,7 +79969,7 @@ self: { sha256 = "1agk7q556yf6v776568apvc4dgvxiqfshina12f69ky8afvjr6qz"; libraryHaskellDepends = [ base containers template-haskell unix ]; description = "Automatically derive dynamic linking methods from a data type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dynamic-loader" = callPackage @@ -79985,7 +79985,7 @@ self: { base directory ghc-prim hashable hashtables time transformers ]; description = "lightweight loader of GHC-based modules or packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dynamic-mvector" = callPackage @@ -79996,8 +79996,8 @@ self: { sha256 = "0hsy9mgnl2yf94kqxy69wgmr5hjqxpp55qvij3f53sxxywjrxdi2"; libraryHaskellDepends = [ base primitive vector ]; description = "A wrapper around MVector that enables pushing, popping and extending"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80016,8 +80016,8 @@ self: { base doctest ghc hspec lens QuickCheck transformers ]; description = "Object-oriented programming with duck typing and singleton classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80044,8 +80044,8 @@ self: { vector-space ]; description = "Interactive diagram windows"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80066,8 +80066,8 @@ self: { HUnit-Plus unordered-containers utf8-string ]; description = "A pretty-print library that employs a dynamic programming algorithm for optimal rendering"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80083,7 +80083,7 @@ self: { base binary bytestring hashable unordered-containers ]; description = "Optionally serializable dynamic state keyed by type"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "dynamodb-simple" = callPackage @@ -80110,8 +80110,8 @@ self: { unordered-containers ]; description = "Typesafe library for working with DynamoDB database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80124,8 +80124,8 @@ self: { libraryHaskellDepends = [ base ghc ghc-paths ]; testHaskellDepends = [ base ghc ghc-paths hspec ]; description = "Dynamically runtime loading packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80157,8 +80157,8 @@ self: { test-framework-hunit test-framework-quickcheck2 vector ]; description = "your dynamic optimization buddy"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80175,7 +80175,7 @@ self: { process time unix xdg-basedir ]; description = "Dynamic reconfiguration in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "dywapitchtrack" = callPackage @@ -80186,8 +80186,8 @@ self: { sha256 = "1fmn8aypgcvmbpfs0dr8yfkqq4p5jw2mh0wldjhhl6bffymkszgf"; libraryHaskellDepends = [ base bytestring transformers ]; description = "Bindings to the dywapitchtrack pitch tracking library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80223,8 +80223,8 @@ self: { unordered-containers vector ]; description = "Configure dzen2 bars in Dhall language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80237,7 +80237,7 @@ self: { libraryHaskellDepends = [ base colour process ]; description = "Utilities for creating inputs for dzen"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80251,8 +80251,8 @@ self: { libraryHaskellDepends = [ base dlist template-haskell ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Template Haskell library for writing monadic expressions more easily"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80267,7 +80267,7 @@ self: { libraryHaskellDepends = [ base bytestring network ]; description = "Socket operations with timeouts"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "eap" = callPackage @@ -80284,7 +80284,7 @@ self: { base binary bytestring cryptonite memory mtl pretty-hex ]; description = "Extensible Authentication Protocol (EAP)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "earclipper" = callPackage @@ -80299,8 +80299,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base filepath hspec ]; description = "Ear Clipping Triangulation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80312,7 +80312,7 @@ self: { sha256 = "0nssl7n697rzwlfb5lq4kl64j4mrb4i19rp5kzjpmc7iin9fzxsf"; libraryHaskellDepends = [ base vector ]; description = "Binding to C++ earcut library"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "early" = callPackage @@ -80333,8 +80333,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Early return syntax in do-notation (GHC plugin)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80346,7 +80346,7 @@ self: { sha256 = "1psg2d64igvjgskzk8y92xxbh14rzlnvcpv8l3nqx8x5950hxdxk"; libraryHaskellDepends = [ base data-default ]; description = "Robert Penner's easing equations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "easy-api" = callPackage @@ -80361,8 +80361,8 @@ self: { aeson base bytestring either http-conduit mtl resourcet text ]; description = "Utility code for building HTTP API bindings more quickly"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80375,7 +80375,7 @@ self: { libraryHaskellDepends = [ base hspec ]; testHaskellDepends = [ base hspec ]; description = "Parses command line arguments"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "easy-bitcoin" = callPackage @@ -80392,8 +80392,8 @@ self: { deepseq lens postgresql-simple safe text ]; description = "types and functions for bitcoin applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80405,7 +80405,7 @@ self: { sha256 = "0zmlcz723051qpn8l8vi51c5rx1blwrw4094jcshkmj8p9r2xxaj"; libraryHaskellDepends = [ base directory filepath time unix ]; description = "Cross-platform File handling"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "easyjson" = callPackage @@ -80420,8 +80420,8 @@ self: { base mtl parsec text unordered-containers vector ]; description = "Haskell JSON library with an emphasis on simplicity, minimal dependencies, and ease of use"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80433,8 +80433,8 @@ self: { sha256 = "18kndgvdj2apjpfga6fp7m16y1gx8zrwp3c5vfj03sx4v6jvciqk"; libraryHaskellDepends = [ base process ]; description = "A tiny plotting library, utilizes gnuplot for plotting"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80446,7 +80446,7 @@ self: { sha256 = "0vj9j41706lalxc2sankpnxrn3mg650wfd4rl6yw32pns6bdq86f"; libraryHaskellDepends = [ base bytestring containers mtl zlib ]; description = "User-friendly creation of EPS, PostScript, and PDF files"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "easytensor" = callPackage @@ -80467,8 +80467,8 @@ self: { base constraints-deriving dimensions time ]; description = "Pure, type-indexed haskell vector, matrix, and tensor library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80480,8 +80480,8 @@ self: { sha256 = "0gi8p76x7h78frv3yrg6a7qnzjczx3j7warqclc36pkwv050dn3i"; libraryHaskellDepends = [ base dimensions easytensor vulkan-api ]; description = "Use easytensor with vulkan-api"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80501,8 +80501,8 @@ self: { base directory hedgehog profunctors transformers unix ]; description = "Simple, expressive testing library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80514,8 +80514,8 @@ self: { sha256 = "0r3pl63fxrrfafwp3791xh0c47pb4jqqcm9lk52g0gaqg0s8x5qk"; libraryHaskellDepends = [ base time ]; description = "Time in ebeats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80534,8 +80534,8 @@ self: { aeson base bytestring cond directory parsec ]; description = "Parser combinators & EBNF, BFFs!"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80555,7 +80555,7 @@ self: { QuickCheck SHA ]; description = "The Amazon EC2 style signature calculator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ec2-unikernel" = callPackage @@ -80574,8 +80574,8 @@ self: { directory filepath lens process semigroups temporary text time unix ]; description = "A handy tool for uploading unikernels to Amazon's EC2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80594,8 +80594,8 @@ self: { testHaskellDepends = [ base base16-bytestring bytestring Cabal ]; benchmarkHaskellDepends = [ base bytestring criterion random ]; description = "Elliptic Curve Cryptography for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80607,8 +80607,8 @@ self: { sha256 = "1j2h568k2j8kpclvam3hghi13ddyas5d7c8nf469gwr80wmnyqxs"; libraryHaskellDepends = [ base bytestring eccrypto ]; description = "provides \"ed25519\" API using \"eccrypto\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80625,7 +80625,7 @@ self: { ]; description = "Basic ECDSA signing implementation"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "echo" = callPackage @@ -80640,7 +80640,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base process ]; description = "A cross-platform, cross-console way to handle echoing terminal input"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ecma262" = callPackage @@ -80658,8 +80658,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "A ECMA-262 interpreter library"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80675,7 +80675,7 @@ self: { base containers kan-extensions mtl transformers ]; description = "A GHC.Generics based entity component system."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ecu" = callPackage @@ -80693,8 +80693,8 @@ self: { ]; executableSystemDepends = [ canlib ]; description = "Tools for automotive ECU development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {canlib = null;}; @@ -80714,7 +80714,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "Ed25519 cryptographic signatures"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ed25519-donna" = callPackage @@ -80725,7 +80725,7 @@ self: { sha256 = "0kpqh4fzij9152sazbwxmbzv1b16ih17lwmr1bkii2xi5kkjbnvd"; libraryHaskellDepends = [ base bytestring crypto-api ]; description = "Haskell bindings to ed25519-donna (Elliptical Curve Signature Scheme)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eddie" = callPackage @@ -80742,8 +80742,8 @@ self: { base bifunctors classy-prelude hint optparse-applicative safe ]; description = "Command line file filtering with haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80775,8 +80775,8 @@ self: { tasty-golden text ]; description = "Templating language with similar syntax and features to Liquid or Jinja2"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80788,8 +80788,8 @@ self: { sha256 = "1wbasb9lsw2rycl2ibd8r9p3d9dl8gd75390qsc83znqx802ylxj"; libraryHaskellDepends = [ base containers deepseq parallel ]; description = "Semi-explicit parallel programming library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80801,8 +80801,8 @@ self: { sha256 = "1bf5zw1x4f6a801ig2b8b84kbnmp0asn804gkm18v9fjcchz3j9q"; libraryHaskellDepends = [ base edenmodules parallel ]; description = "Semi-explicit parallel programming skeleton library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80823,8 +80823,8 @@ self: { ghc-events-parallel gtk mtl text zip-archive ]; description = "A Tool to Visualize Parallel Functional Program Executions"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80836,7 +80836,7 @@ self: { sha256 = "0zxg57381wi23r17mgzl16ajgg61icxyy25kxyxyji9hw5aw22nw"; libraryHaskellDepends = [ base binary bytestring text ]; description = "EDF parsing library"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "edge" = callPackage @@ -80854,8 +80854,8 @@ self: { ALUT base cmdtheline containers gloss OpenAL random wraparound ]; description = "Top view space combat arcade game"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80883,8 +80883,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Tools for efficient immutable graphs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80896,8 +80896,8 @@ self: { sha256 = "1bznnqa4jmaj315sp1r0zr8g15s91yxbzdglki733hvwrsir05dj"; libraryHaskellDepends = [ base bytestring cereal hedis ]; description = "Statically typechecked client for Redis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80918,8 +80918,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A monad for rewriting things"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -80943,7 +80943,7 @@ self: { array base containers criterion deepseq process random time unix ]; description = "Levenshtein and restricted Damerau-Levenshtein edit distances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "edit-distance-linear" = callPackage @@ -80964,7 +80964,7 @@ self: { array base bytestring criterion text text-metrics ]; description = "Efficient implementation of the Levenshtein edit distance in linear memory"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "edit-distance-vector" = callPackage @@ -80978,7 +80978,7 @@ self: { base QuickCheck quickcheck-instances vector ]; description = "Calculate edit distances and edit scripts between vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "edit-lenses" = callPackage @@ -80991,8 +80991,8 @@ self: { base containers data-default lattices mtl ]; description = "Symmetric, stateful edit lenses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81006,7 +81006,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Programs demoing the use of symmetric, stateful edit lenses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "editable" = callPackage @@ -81017,8 +81017,8 @@ self: { sha256 = "15jz0b913xd8yd3nzk4vrlj0vzbhjarl05h9j0mdcfgxns5j0yxi"; libraryHaskellDepends = [ base text vty vty-ui ]; description = "Interactive editors for Generics"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81030,8 +81030,8 @@ self: { sha256 = "101zhzja14n8bhbrly7w2aywx3sxyzgyjdrmgpg4gn4alf4lzdlz"; libraryHaskellDepends = [ base ]; description = "Bindings to the editline library (libedit)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81054,7 +81054,7 @@ self: { base bytestring conduit conduit-extra resourcet ]; description = "Open the user's $VISUAL or $EDITOR for text input"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "editpipe" = callPackage @@ -81071,7 +81071,7 @@ self: { base optparse-applicative process temporary unix ]; description = "Edit stdin using an editor before sending to stdout"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "effect-handlers" = callPackage @@ -81089,8 +81089,8 @@ self: { testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base criterion ]; description = "A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81102,8 +81102,8 @@ self: { sha256 = "0lrx586ij1c09hv1rj14l2xi3papzdg8496kas6czdld0kfj8kw1"; libraryHaskellDepends = [ base type-level-sets ]; description = "Embeds effect systems and program logics into Haskell using graded monads and parameterised monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81115,8 +81115,8 @@ self: { sha256 = "08zalj8svp78ykqbf5nhd6khgygz8dplcvjd19w3hvgm08y4kxqi"; libraryHaskellDepends = [ base constraints mtl transformers ]; description = "Reducing the pain of transformer stacks with duplicated effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81138,7 +81138,7 @@ self: { ]; description = "A monadic embedding of aspect oriented programming"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "effective-aspects-mzv" = callPackage @@ -81159,7 +81159,7 @@ self: { ]; description = "A monadic embedding of aspect oriented programming, using \"Monads, Zippers and Views\" instead of mtl"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "effects" = callPackage @@ -81170,7 +81170,7 @@ self: { sha256 = "06cx0l9vxpjpgc1cxai19hw9rxfq89m61qvf7wxp1w2xd6yqa7xk"; libraryHaskellDepends = [ base containers newtype-generics void ]; description = "Computational Effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "effects-parser" = callPackage @@ -81181,7 +81181,7 @@ self: { sha256 = "0vjjld95kg02a4nr2a0lwlcwaq3867qvbbjk8b1g6fd3d1qj456r"; libraryHaskellDepends = [ base effects ]; description = "Parser Effect for the Control.Effects Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "effet" = callPackage @@ -81201,7 +81201,7 @@ self: { transformers-base ]; description = "An Effect System based on Type Classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "effin" = callPackage @@ -81212,8 +81212,8 @@ self: { sha256 = "1kq5n25m7bzw4zrz35b5zc8r4q0p0ai801hdf7r537fim0ia973x"; libraryHaskellDepends = [ base mtl ]; description = "A Typeable-free implementation of extensible effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81249,8 +81249,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion transformers ]; description = "Programming language with non-linear pattern-matching against non-free data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81272,8 +81272,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Manipulating Egison patterns: abstract syntax, parser, and pretty-printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81293,8 +81293,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Parser and pretty printer for Egison pattern expressions in Haskell source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81317,8 +81317,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Parser and pretty printer for Egison pattern expressions to use with TH"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81332,8 +81332,8 @@ self: { base egison mtl parsec template-haskell ]; description = "A quasi quotes for using Egison expression in Haskell code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81352,8 +81352,8 @@ self: { transformers ]; description = "A tutorial program for the Egison programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81365,7 +81365,7 @@ self: { sha256 = "05yjwrywpmh58rgx2if1za78g0x9xziv74cpvwnp7pr9b4s9i6zv"; libraryHaskellDepends = [ base ]; description = "Egyptian fractions in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ehaskell" = callPackage @@ -81384,7 +81384,7 @@ self: { ]; description = "like eruby, ehaskell is embedded haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81405,8 +81405,8 @@ self: { transformers ]; description = "Embedded haskell template using quasiquotes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81425,8 +81425,8 @@ self: { ]; librarySystemDepends = [ eibclient ]; description = "EIBd Client"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {eibclient = null;}; @@ -81446,8 +81446,8 @@ self: { base binary bytestring ghc-prim mtl primitive transformers vector ]; description = "Eigen C++ library (linear algebra: matrices, sparse matrices, vectors, numerical solvers)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81468,7 +81468,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Combinators for working with sums"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "either-both" = callPackage @@ -81480,7 +81480,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Either or both"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "either-list-functions" = callPackage @@ -81492,8 +81492,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base doctest ]; description = "Functions involving lists of Either"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81509,7 +81509,7 @@ self: { testHaskellDepends = [ base doctest hspec transformers ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "‘MonadFail’ instance for a wrapper of ‘ExceptT String m a’"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "either-unwrap" = callPackage @@ -81520,8 +81520,8 @@ self: { sha256 = "0g1f5m7bcpnyg2sdvwx8x34ml6dqfrn326s8pbfciaqqf7wddayc"; libraryHaskellDepends = [ base ]; description = "Functions for probing and unwrapping values inside of Either"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81533,7 +81533,7 @@ self: { sha256 = "069w3qbyghs1w8wqimj54dwblq5rx1ylgflzzc4cwnjn0aqzgs45"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ejdb2-binding" = callPackage @@ -81553,8 +81553,8 @@ self: { aeson base directory tasty tasty-hunit unordered-containers vector ]; description = "Binding to EJDB2 C library, an embedded JSON noSQL database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {ejdb2 = null; libejdb2 = null;}; @@ -81575,7 +81575,7 @@ self: { snap-server text time transformers unordered-containers ]; description = "Remote monitoring of processes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ekg-bosun" = callPackage @@ -81592,8 +81592,8 @@ self: { text time unordered-containers vector wreq ]; description = "Send ekg metrics to a Bosun instance"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81610,8 +81610,8 @@ self: { vector ]; description = "An EKG backend to send statistics to Carbon (part of Graphite monitoring tools)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81629,8 +81629,8 @@ self: { lens resourcet semigroups text time unordered-containers ]; description = "An ekg backend for Amazon Cloudwatch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81649,7 +81649,7 @@ self: { ]; benchmarkHaskellDepends = [ base ]; description = "Tracking of system metrics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ekg-elastic" = callPackage @@ -81665,8 +81665,8 @@ self: { unordered-containers wreq ]; description = "Push metrics to elastic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81684,8 +81684,8 @@ self: { http-client lens req text time unordered-containers ]; description = "Push metrics to elasticsearch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81702,7 +81702,7 @@ self: { unordered-containers vector ]; description = "An EKG backend to send statistics to influxdb"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ekg-json" = callPackage @@ -81718,7 +81718,7 @@ self: { aeson base ekg-core text unordered-containers ]; description = "JSON encoding of ekg metrics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ekg-log" = callPackage @@ -81734,8 +81734,8 @@ self: { time unix unordered-containers ]; description = "Push metrics to a log file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81755,7 +81755,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Easily expose your EKG metrics to Prometheus"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ekg-push" = callPackage @@ -81772,8 +81772,8 @@ self: { base bytestring ekg-core text time unordered-containers ]; description = "Small framework to push metric deltas to a broadcast channel using the ekg-core library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81794,8 +81794,8 @@ self: { unordered-containers ]; description = "Passes ekg statistics to rrdtool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81811,7 +81811,7 @@ self: { base bytestring ekg-core network text time unordered-containers ]; description = "Push metrics to statsd"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ekg-wai" = callPackage @@ -81831,8 +81831,8 @@ self: { text time transformers unordered-containers wai wai-app-static warp ]; description = "Remote monitoring of processes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81844,7 +81844,7 @@ self: { sha256 = "1am1j05z79prlybq3hg8vr4gwhl354af4dg9y1qr57vpp6gcpfwv"; libraryHaskellDepends = [ base hmatrix safe ]; description = "Find the elbow point"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "electrum-mnemonic" = callPackage @@ -81856,7 +81856,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-quickcheck ]; description = "easy to remember mnemonic for a high-entropy value"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "elenco-albero" = callPackage @@ -81868,7 +81868,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "make tree from a list"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "elerea" = callPackage @@ -81882,7 +81882,7 @@ self: { base containers transformers transformers-base ]; description = "A minimalistic FRP library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elerea-examples" = callPackage @@ -81895,8 +81895,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base elerea GLFW OpenGL ]; description = "Example applications for Elerea"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81909,7 +81909,7 @@ self: { libraryHaskellDepends = [ base elerea SDL ]; description = "Elerea FRP wrapper for SDL"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "elevator" = callPackage @@ -81920,8 +81920,8 @@ self: { sha256 = "1m509dh5k9ci87g22gd2j8lfg4hm4wn156gvd86p3r636c5hbdw2"; libraryHaskellDepends = [ base extensible transformers ]; description = "Immediately lifts to a desired level"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81934,7 +81934,7 @@ self: { libraryHaskellDepends = [ base binary bytestring ]; testHaskellDepends = [ base bytestring containers hspec ]; description = "An Elf parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eliminators" = callPackage @@ -81954,7 +81954,7 @@ self: { testHaskellDepends = [ base hspec singleton-nats singletons ]; testToolDepends = [ hspec-discover ]; description = "Dependently typed elimination functions using singletons"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elision" = callPackage @@ -81968,8 +81968,8 @@ self: { libraryHaskellDepends = [ base profunctors ]; executableHaskellDepends = [ base ]; description = "Arrows with holes"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -81995,8 +81995,8 @@ self: { tasty-quickcheck text wl-pprint-text ]; description = "Elliptic curve library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82013,7 +82013,7 @@ self: { aeson base containers hspec QuickCheck text ]; description = "Derive Elm types and Json code from Haskell types, using aeson's options"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-build-lib" = callPackage @@ -82029,7 +82029,7 @@ self: { template-haskell ]; description = "Compile Elm code to JS within Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-compiler" = callPackage @@ -82067,7 +82067,7 @@ self: { unordered-containers ]; description = "Values to help with elm-package, elm-make, and elm-lang.org."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-core-sources" = callPackage @@ -82082,7 +82082,7 @@ self: { base bytestring containers file-embed template-haskell ]; description = "Source files for the Elm runtime and standard libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-export" = callPackage @@ -82104,7 +82104,7 @@ self: { ]; description = "A library to generate Elm types from Haskell source"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "elm-export-persistent" = callPackage @@ -82120,8 +82120,8 @@ self: { unordered-containers ]; description = "elm-export persistent entities"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ jb55 ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ jb55 ]; }) {}; "elm-get" = callPackage @@ -82146,7 +82146,7 @@ self: { mtl network optparse-applicative process vector ]; description = "Tool for sharing and using Elm libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-hybrid" = callPackage @@ -82160,7 +82160,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Combine Elm with Haskell for data based applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-init" = callPackage @@ -82180,7 +82180,7 @@ self: { directory file-embed filepath process text time ]; description = "Set up basic structure for an elm project"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "elm-make" = callPackage @@ -82200,7 +82200,7 @@ self: { optparse-applicative text ]; description = "A build tool for Elm projects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-package" = callPackage @@ -82229,7 +82229,7 @@ self: { time unordered-containers vector zip-archive ]; description = "Package manager for Elm libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-reactor" = callPackage @@ -82253,7 +82253,7 @@ self: { unordered-containers websockets websockets-snap ]; description = "Interactive development tool for Elm programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-repl" = callPackage @@ -82278,7 +82278,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "a REPL for Elm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-server" = callPackage @@ -82297,7 +82297,7 @@ self: { process snap-core snap-server unordered-containers ]; description = "Server for developing Elm projects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-street" = callPackage @@ -82320,8 +82320,8 @@ self: { testHaskellDepends = [ aeson base bytestring hspec ]; doHaddock = false; description = "Crossing the road between Haskell and Elm"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82342,7 +82342,7 @@ self: { unordered-containers ]; description = "Elm syntax and pretty-printing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm-websocket" = callPackage @@ -82371,8 +82371,8 @@ self: { warp websockets ]; description = "Generate ELM code from a Wai websocket application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82388,7 +82388,7 @@ self: { base blaze-markup Elm shakespeare-js text yesod-core ]; description = "The Elm language Yesod compatibility module"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elm2nix" = callPackage @@ -82413,7 +82413,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Turn your Elm project into buildable Nix project"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elminator" = callPackage @@ -82431,7 +82431,7 @@ self: { aeson base containers mtl template-haskell text ]; description = "Generate ELM types/encoders/decoders from Haskell types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elo" = callPackage @@ -82443,7 +82443,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty ]; description = "Elo Rating Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "elocrypt" = callPackage @@ -82466,7 +82466,7 @@ self: { ]; description = "Generate easy-to-remember, hard-to-guess passwords"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "elsa" = callPackage @@ -82487,8 +82487,8 @@ self: { executableHaskellDepends = [ base mtl ]; testHaskellDepends = [ base directory filepath tasty tasty-hunit ]; description = "A tiny language for understanding the lambda-calculus"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82506,8 +82506,8 @@ self: { aeson base bytestring elynx-tools optparse-applicative slynx tlynx ]; description = "Validate and (optionally) redo ELynx analyses"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82530,7 +82530,7 @@ self: { base containers elynx-tools hmatrix hspec mwc-random vector ]; description = "Simulate molecular sequences along trees"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "elynx-nexus" = callPackage @@ -82542,7 +82542,7 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; testHaskellDepends = [ base hspec ]; description = "Import and export Nexus files"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "elynx-seq" = callPackage @@ -82562,7 +82562,7 @@ self: { base bytestring elynx-tools hspec matrices vector ]; description = "Handle molecular sequences"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "elynx-tools" = callPackage @@ -82584,7 +82584,7 @@ self: { vector zlib ]; description = "Tools for ELynx"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "elynx-tree" = callPackage @@ -82609,8 +82609,8 @@ self: { base criterion elynx-tools microlens mwc-random parallel ]; description = "Handle phylogenetic trees"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82629,8 +82629,8 @@ self: { base doctest tasty tasty-hspec tasty-quickcheck xkbcommon ]; description = "library to parse emacs style keybinding into the modifiers and the chars"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82650,8 +82650,8 @@ self: { transformers-base vector void ]; description = "Utilities to write Emacs dynamic modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82668,8 +82668,8 @@ self: { old-time parsec process time ]; description = "Sending eMail in Haskell made easy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82691,8 +82691,8 @@ self: { tasty-quickcheck text time ]; description = "Parsing and rendering of email and MIME headers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82708,8 +82708,8 @@ self: { aeson attoparsec base bytestring containers HTTP network ]; description = "A simple wrapper to send emails via the api of the service postmark (http://postmarkapp.com/)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82726,7 +82726,7 @@ self: { ]; testHaskellDepends = [ base bytestring doctest hspec QuickCheck ]; description = "Email address validation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "email-validate-json" = callPackage @@ -82737,7 +82737,7 @@ self: { sha256 = "06fwm2m83pqp1l4sij7vmxhcry2w8dcp52cwwvpkfimw8iszxqqc"; libraryHaskellDepends = [ aeson base email-validate text ]; description = "Aeson instances for email-validate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "email-validator" = callPackage @@ -82762,7 +82762,7 @@ self: { parallel-io pcre-light tasty tasty-hunit ]; description = "Perform basic syntax and deliverability checks on email addresses"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "emailaddress" = callPackage @@ -82782,8 +82782,8 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "Wrapper around email-validate library adding instances for common type classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82806,8 +82806,8 @@ self: { text-icu time word8 ]; description = "An email parser that will parse everything"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82824,8 +82824,8 @@ self: { base filepath her-lexer MissingH process ]; description = "Embed the values in scope in the haddock documentation of the module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82837,8 +82837,8 @@ self: { sha256 = "07xc7kdnlbfwr08zhgjphbcmn8ycilp6pna3nk4y0w2hw87g7db0"; libraryHaskellDepends = [ base embeddock time ]; description = "Example of using embeddock"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82850,8 +82850,8 @@ self: { sha256 = "1nk689j21ghaiymqnddlf4j8pgb9z61xflfrcgxw3zrxiv5jslk6"; libraryHaskellDepends = [ base chronos ]; description = "execute actions periodically while avoiding drift"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82870,8 +82870,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "support for embroidery formats in haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82902,7 +82902,7 @@ self: { vector vector-sized ]; description = "Empirical Mode Decomposition and Hilbert-Huang Transform"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "emgm" = callPackage @@ -82914,8 +82914,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit QuickCheck syb ]; description = "Extensible and Modular Generics for the Masses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82934,7 +82934,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "emoji utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "emojis" = callPackage @@ -82946,7 +82946,7 @@ self: { libraryHaskellDepends = [ base containers text ]; testHaskellDepends = [ base HUnit text ]; description = "Conversion between emoji characters and their names"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "empty" = callPackage @@ -82957,7 +82957,7 @@ self: { sha256 = "0ap7qby3n5qiwf791z4li05h0l6p6xi899wkmg6x8z6bb8z9q2d9"; doHaddock = false; description = "Ceci n'est pas une package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "empty-monad" = callPackage @@ -82968,8 +82968,8 @@ self: { sha256 = "0h68fff0qpyapkpsqcd6mgg8nyxcbjsw389dv8z8vm4hrqh1pip5"; libraryHaskellDepends = [ base ]; description = "A container that always has no values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -82986,8 +82986,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base ]; description = "Binding to the Enchant library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) enchant;}; @@ -83008,7 +83008,7 @@ self: { transformers transformers-base ]; description = "Catching all exceptions from within an enclosed computation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "encode-string" = callPackage @@ -83024,7 +83024,7 @@ self: { base bytestring QuickCheck quickcheck-instances text ]; description = "Safe string conversion and encoding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "encoding" = callPackage @@ -83045,8 +83045,8 @@ self: { ]; testHaskellDepends = [ base bytestring HUnit QuickCheck ]; description = "A library for various character encodings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83060,8 +83060,8 @@ self: { base chunked-data deepseq transformers-base ]; description = "Encoding-aware file I/O"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83085,8 +83085,8 @@ self: { universum ]; description = "Typed encryption with persistent support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83104,7 +83104,7 @@ self: { base between data-default-class mtl transformers ]; description = "Endomorphism utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eng-stemmer" = callPackage @@ -83123,7 +83123,7 @@ self: { base containers doctest tasty tasty-hunit text ]; description = "An English language stemmer (Porter2)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "engine-io" = callPackage @@ -83141,8 +83141,8 @@ self: { unordered-containers vector websockets ]; description = "A Haskell implementation of Engine.IO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83161,8 +83161,8 @@ self: { pipes-attoparsec pipes-wai socket-io text transformers unordered-containers wai wai-websockets websockets ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83179,8 +83179,8 @@ self: { base bytestring containers engine-io io-streams lifted-base snap-core unordered-containers websockets websockets-snap ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83199,8 +83199,8 @@ self: { wai-websockets websockets ]; description = "An @engine-io@ @ServerAPI@ that is compatible with @Wai@"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83217,8 +83217,8 @@ self: { base bytestring conduit conduit-extra engine-io http-types text unordered-containers wai wai-websockets websockets yesod-core ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83230,7 +83230,7 @@ self: { sha256 = "1akk15q4nn1c0d36x224qikq7639kz05dfvnxck71h4y3hkl1inj"; libraryHaskellDepends = [ base ]; description = "A numeric type for managing and automating engineering units"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "entangle" = callPackage @@ -83246,8 +83246,8 @@ self: { ]; executableHaskellDepends = [ base matrix quipper-core ]; description = "An application (and library) to convert quipper circuits into Qpmc models"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83262,7 +83262,7 @@ self: { setupHaskellDepends = [ base Cabal directory filepath process ]; libraryHaskellDepends = [ base bytestring unix ]; description = "A platform independent entropy source"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "entwine" = callPackage @@ -83291,8 +83291,8 @@ self: { transformers-either ]; description = "entwine - Concurrency tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83309,7 +83309,7 @@ self: { base generic-random hspec microlens QuickCheck template-haskell ]; description = "Generate an ADT being a subset of another ADT, and the corresponding mappings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "enum-text" = callPackage @@ -83325,8 +83325,8 @@ self: { unordered-containers ]; description = "A text rendering and parsing toolkit for enumerated types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83343,8 +83343,8 @@ self: { base bytestring enum-text fmt rio text ]; description = "Making fmt available with rio"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83356,7 +83356,7 @@ self: { sha256 = "1m3f79acnrssz89490vwxp1dabqadzda3a95yg6gh6mpn7x0gkw5"; libraryHaskellDepends = [ base ]; description = "small enum types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "enum-utf8" = callPackage @@ -83372,8 +83372,8 @@ self: { unordered-containers ]; description = "An experimental Utf8 parsing toolkit for enumerated types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83385,7 +83385,7 @@ self: { sha256 = "1v94y0a3rlkg3qlbv70d1zj2vjhssf1f89xlgb5cnsy9az07517q"; libraryHaskellDepends = [ base control-monad-omega tagged ]; description = "A typeclass for enumerating all values a type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "enumerate" = callPackage @@ -83404,8 +83404,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "enumerate all the values in a finite type (automatically)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83426,8 +83426,8 @@ self: { testHaskellDepends = [ base doctest hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "simple package for inverting functions and testing totality, via brute enumeration of the domain"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83444,7 +83444,7 @@ self: { ]; testHaskellDepends = [ arith-encode base binary HUnit-Plus ]; description = "A practical API for building recursive enumeration procedures and enumerating datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "enumerator" = callPackage @@ -83460,8 +83460,8 @@ self: { base bytestring containers text transformers ]; description = "Reliable, high-performance processing with left-fold enumerators"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83473,8 +83473,8 @@ self: { sha256 = "0xbrkv65m206qlvnjlbfb52kvjhw91rdnihwv3y31p2qj5zlz29p"; libraryHaskellDepends = [ base enumerator mtl ]; description = "Enumerator instances for monads-fd classes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83486,8 +83486,8 @@ self: { sha256 = "0s47j6pf05nwl105i2vwvsn18gis1v96gid85kj49ngb8ax0pjsp"; libraryHaskellDepends = [ base enumerator monads-tf ]; description = "Enumerator instances for monads-tf classes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83499,8 +83499,8 @@ self: { sha256 = "1fq4zmhc825bmyslfm7kbsa29qq773cgrz4npj2bcfl0jkbl3ndc"; libraryHaskellDepends = [ base enummapset-th ]; description = "Finitely represented /total/ EnumMaps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83525,8 +83525,8 @@ self: { base containers criterion deepseq mtl ]; description = "Map of maps using Enum types as keys"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83538,7 +83538,7 @@ self: { sha256 = "0p4klnhwr10yiv3w209vl1j09280257z0pz626ynbxbff4mh9wg4"; libraryHaskellDepends = [ base containers deepseq ]; description = "Enum wrappers for IntMap and IntSet"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "enummapset" = callPackage @@ -83556,7 +83556,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "IntMap and IntSet with Enum keys/elements"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "enummapset-th" = callPackage @@ -83569,7 +83569,7 @@ self: { base containers deepseq template-haskell ]; description = "TH-generated EnumSet/EnumMap wrappers around IntSet/IntMap"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "enumset" = callPackage @@ -83583,7 +83583,7 @@ self: { base data-accessor semigroups storable-record ]; description = "Sets of enumeration values represented by machine words"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "env-extra" = callPackage @@ -83601,8 +83601,8 @@ self: { base exceptions tasty tasty-hunit text transformers ]; description = "Safe helpers for accessing and modifying environment variables"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83632,8 +83632,8 @@ self: { transformers ]; description = "Pull configuration information from the ENV"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83648,7 +83648,7 @@ self: { libraryHaskellDepends = [ aeson base http-api-data mtl text ]; testHaskellDepends = [ base doctest Glob ]; description = "Defines generic 'Envelope' type to wrap reponses from a JSON API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "envparse" = callPackage @@ -83660,7 +83660,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec text ]; description = "Parse environment variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "envstatus" = callPackage @@ -83681,8 +83681,8 @@ self: { base ConfigFile parsec PyF tasty tasty-hspec ]; description = "Display efficiently the state of the local environment"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83702,7 +83702,7 @@ self: { transformers ]; description = "An environmentally friendly way to deal with environment variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "envy-extensible" = callPackage @@ -83719,7 +83719,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Provides FromEnv in envy instance for Record of extensible"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "epanet-haskell" = callPackage @@ -83730,8 +83730,8 @@ self: { sha256 = "1jpz58zlkhgf2fl4fzicpdkqqdbwy3sw56dga8yvjmgv5zcqqshx"; libraryHaskellDepends = [ base ]; description = "Haskell binding for EPANET"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83743,8 +83743,8 @@ self: { sha256 = "0sg5pipzc4s9xq83ari7rigjbvhyh76kqnp57i98bs3k54ba53ym"; libraryHaskellDepends = [ base stm time ]; description = "Baisc, Erlang-like message passing supporting sockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83765,8 +83765,8 @@ self: { trifecta vector ]; description = "A library for simulating epidemics as birth-death processes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83784,8 +83784,8 @@ self: { array base Cabal directory mtl process ]; description = "Compiler for a simple functional language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83800,7 +83800,7 @@ self: { libraryHaskellDepends = [ base unix ]; description = "epoll bindings"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83813,8 +83813,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base exceptions mtl ]; description = "Basic Erlang-like process support for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83832,7 +83832,7 @@ self: { base bytestring filepath old-time utf8-string xml zip-archive ]; description = "EPUB E-Book construction support library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "epub-metadata" = callPackage @@ -83855,7 +83855,7 @@ self: { utf8-string zip-archive ]; description = "Library for parsing epub document metadata"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "epub-tools" = callPackage @@ -83876,7 +83876,7 @@ self: { base directory epub-metadata filepath HUnit mtl parsec regex-compat ]; description = "Command line utilities for working with epub files"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "epubname" = callPackage @@ -83892,8 +83892,8 @@ self: { base directory epub-metadata mtl regex-compat ]; description = "Rename epub ebook files based on meta information"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83905,7 +83905,7 @@ self: { sha256 = "1bcvjpbdis79dd09i07l7rjkh7j79qbpwb731rgr9k9215268wfa"; libraryHaskellDepends = [ base semigroupoids ]; description = "Leibnizian equality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "equal-files" = callPackage @@ -83938,7 +83938,7 @@ self: { base containers template-haskell th-desugar th-extras void ]; description = "Proof assistant for Haskell using DataKinds & PolyKinds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "equational-reasoning_0_6_0_4" = callPackage @@ -83953,8 +83953,8 @@ self: { base containers template-haskell th-desugar void ]; description = "Proof assistant for Haskell using DataKinds & PolyKinds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "equational-reasoning-induction" = callPackage @@ -83967,8 +83967,8 @@ self: { base singletons template-haskell th-extras ]; description = "Proof assistant for Haskell using DataKinds & PolyKinds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -83990,8 +83990,8 @@ self: { tasty-hunit time ]; description = "Application level triggered, and edge triggered event multiqueues"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84012,7 +84012,7 @@ self: { transformers transformers-compat ]; description = "Maintaining an equivalence relation implemented as union-find using STT"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "erd" = callPackage @@ -84035,7 +84035,7 @@ self: { parsec raw-strings-qq tasty tasty-hunit text yaml ]; description = "An entity-relationship diagram generator from a plain text description"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "erf" = callPackage @@ -84046,7 +84046,7 @@ self: { sha256 = "0dxk2r32ajmmc05vaxcp0yw6vgv4lkbmh8jcshncn98xgsfbgw14"; libraryHaskellDepends = [ base ]; description = "The error function, erf, and related functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "erf-native" = callPackage @@ -84058,7 +84058,7 @@ self: { libraryHaskellDepends = [ base polynomial ]; description = "Native Haskell implementation of the interface from the erf package"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84075,7 +84075,7 @@ self: { ]; description = "FFI interface to Erlang"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84088,8 +84088,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base bytestring containers text ]; description = "A text censorship library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84108,8 +84108,8 @@ self: { aeson aeson-pretty base bytestring containers eros text ]; description = "DEPRECATED in favor of eros-http"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84129,8 +84129,8 @@ self: { warp ]; description = "JSON HTTP interface to Eros"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84145,7 +84145,7 @@ self: { libraryHaskellDepends = [ base containers text ]; executableHaskellDepends = [ base containers text ]; description = "Source code error pretty printing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "errno" = callPackage @@ -84156,7 +84156,7 @@ self: { sha256 = "0jix16b2c24pfbc3rig01nl68zdwpi28zzbciscalmq8lkpp10fa"; libraryHaskellDepends = [ base mtl ]; description = "a FFI utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "error-analyze" = callPackage @@ -84168,7 +84168,7 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base HUnit tasty tasty-hunit text ]; description = "Parse ghc and cabal error messages and give their causes for easier resolution"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "error-codes" = callPackage @@ -84180,8 +84180,8 @@ self: { libraryHaskellDepends = [ base primitive primitive-unlifted ]; testHaskellDepends = [ base ]; description = "Error code functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84204,8 +84204,8 @@ self: { unordered-containers ]; description = "Provides API for enriching errors with contexts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84217,8 +84217,8 @@ self: { sha256 = "0rv59fhlfr03qis957mjgl4gyk1i5axfyvr680z3ykbfd3k5gc1s"; libraryHaskellDepends = [ base either mtl transformers ]; description = "Error Continuations"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84230,8 +84230,8 @@ self: { sha256 = "0k0rpscg4h55215mgkd72yd5la3f2im21vlsgyg7v4pkrxd1cj1j"; libraryHaskellDepends = [ base mtl text text-render ]; description = "A useful type for collecting error messages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84243,8 +84243,8 @@ self: { sha256 = "0ch7c537fp52yg3qmc1v9rs4y70cc0zyb3g3i0bmmhgdhxd90bm5"; libraryHaskellDepends = [ base template-haskell ]; description = "An error replacement with call-site metadata"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84256,7 +84256,7 @@ self: { sha256 = "1gfi3jvag662xbsiv75ndb8p9s3c7j6lny15a9gqk8wd4l71myid"; libraryHaskellDepends = [ base template-haskell ]; description = "error functions that show file location information"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "error-message" = callPackage @@ -84271,8 +84271,8 @@ self: { ansi-wl-pprint base containers either-unwrap InfixApplicative mtl ]; description = "Composable error messages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84284,7 +84284,7 @@ self: { sha256 = "0ry06vhz7mrl7i587vw3pv2ralh8aw7km6jfhagww0hmckwdjqmm"; libraryHaskellDepends = [ base containers text ]; description = "Composable, hierarchical errors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "error-or-utils" = callPackage @@ -84295,7 +84295,7 @@ self: { sha256 = "14n5h69wknns3b6ij8avdijwlpwykalkpvx2q57cg6zv0ywnvmwz"; libraryHaskellDepends = [ base containers error-or text ]; description = "Utilities using ErrorOr datatype"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "error-util" = callPackage @@ -84306,8 +84306,8 @@ self: { sha256 = "01jfbq43ps6wjl9z5l1g8zfdi225mfn3xy59n6vrfxh0vsi1c6fz"; libraryHaskellDepends = [ base transformers ]; description = "Set of utils and operators for error handling"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84320,7 +84320,7 @@ self: { libraryHaskellDepends = [ base base-orphans ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "An orphan Eq instance for ErrorCall"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "errors" = callPackage @@ -84335,7 +84335,7 @@ self: { base exceptions safe text transformers transformers-compat ]; description = "Simplified error-handling"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "errors-ext" = callPackage @@ -84354,8 +84354,8 @@ self: { monad-control monad-loops mtl transformers ]; description = "`bracket`-like functions for `ExceptT` over `IO` monad"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84379,8 +84379,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "A script to concatenate AIP ERSA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84407,8 +84407,8 @@ self: { ]; testHaskellDepends = [ array base directory doctest filepath ]; description = "A monad for expressing SAT or QSAT problems using observable sharing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84426,8 +84426,8 @@ self: { array base containers ersatz toysolver transformers ]; description = "toysat driver as backend for ersatz"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84450,8 +84450,8 @@ self: { aeson attoparsec base bytestring yaml ]; description = "Easy Runtime Templates"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84468,8 +84468,8 @@ self: { base bytestring hspec QuickCheck silently text ]; description = "ANSI Escape Sequence Text Decoration Made Easy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84491,7 +84491,7 @@ self: { base doctest hspec QuickCheck quickcheck-properties ]; description = "Produce Text with terminal escape sequences"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "escoger" = callPackage @@ -84517,8 +84517,8 @@ self: { ]; doHaddock = false; description = "Terminal fuzzy selector"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84542,8 +84542,8 @@ self: { ]; doHaddock = false; description = "Esotericbot is a sophisticated, lightweight IRC bot"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84608,8 +84608,8 @@ self: { yesod-form yesod-static yesod-test ]; description = "Espial is an open-source, web-based bookmarking server"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84638,7 +84638,7 @@ self: { tagged text time transformers unliftio unordered-containers vector ]; description = "Type-safe EDSL for SQL queries on persistent backends"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ess" = callPackage @@ -84649,8 +84649,8 @@ self: { sha256 = "0pxrs9vr6gc61md9q4rxdc5fikvjandqw2rygs0xamrqlna51bcq"; libraryHaskellDepends = [ base ]; description = "The type-level S combinator in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84674,7 +84674,7 @@ self: { test-framework-quickcheck2 transformers ]; description = "General purpose live coding framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "essence-of-live-coding-gloss" = callPackage @@ -84689,7 +84689,7 @@ self: { base essence-of-live-coding foreign-store gloss syb transformers ]; description = "General purpose live coding framework - Gloss backend"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "essence-of-live-coding-gloss-example" = callPackage @@ -84707,7 +84707,7 @@ self: { transformers ]; description = "General purpose live coding framework - Gloss example"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "essence-of-live-coding-pulse" = callPackage @@ -84722,7 +84722,7 @@ self: { base essence-of-live-coding foreign-store pulse-simple transformers ]; description = "General purpose live coding framework - pulse backend"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "essence-of-live-coding-pulse-example" = callPackage @@ -84740,7 +84740,7 @@ self: { pulse-simple transformers vector ]; description = "General purpose live coding framework - pulse backend example"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "essence-of-live-coding-quickcheck" = callPackage @@ -84756,7 +84756,7 @@ self: { transformers ]; description = "General purpose live coding framework - QuickCheck integration"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "essence-of-live-coding-warp" = callPackage @@ -84772,7 +84772,7 @@ self: { ]; testHaskellDepends = [ base essence-of-live-coding http-client ]; description = "General purpose live coding framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "estimator" = callPackage @@ -84786,7 +84786,7 @@ self: { ad base distributive lens linear reflection ]; description = "State-space estimation algorithms such as Kalman Filters"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "estimators" = callPackage @@ -84802,8 +84802,8 @@ self: { prettyclass QuickCheck text ]; description = "Tool for managing probability estimation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84821,7 +84821,7 @@ self: { ]; description = "Repeats from ESTs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84839,7 +84839,7 @@ self: { ]; testHaskellDepends = [ aeson base rio tasty tasty-hunit ]; description = "Declarative configuration spec for Haskell projects"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "etcd" = callPackage @@ -84858,7 +84858,7 @@ self: { testHaskellDepends = [ async base hspec MonadRandom mtl text ]; description = "Client for etcd, a highly-available key value store"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "eternal" = callPackage @@ -84874,8 +84874,8 @@ self: { base base-unicode-symbols transformers utf8-string ]; description = "everything breaking the Fairbairn threshold"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84896,8 +84896,8 @@ self: { quickcheck-instances rerebase tasty tasty-hunit tasty-quickcheck ]; description = "Native event-sourcing database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84915,8 +84915,8 @@ self: { potoki QuickCheck text time timestamp ]; description = "Automatic timestamping for Eternity"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84945,8 +84945,8 @@ self: { base criterion deepseq lens mtl transformers ]; description = "Monad transformers and classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84970,8 +84970,8 @@ self: { hspec protolude text wl-pprint-text ]; description = "A Ethereum contract analyzer"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -84999,8 +84999,8 @@ self: { base ethereum-analyzer-deps hflags monad-logger protolude ]; description = "A CLI frontend for ethereum-analyzer"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85018,7 +85018,7 @@ self: { containers deepseq fast-logger global-lock monad-logger split text ]; description = "Stripped dependencies of ethereum-analyzer"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ethereum-analyzer-webui" = callPackage @@ -85046,8 +85046,8 @@ self: { base ethereum-analyzer ethereum-analyzer-deps hflags monad-logger ]; description = "A web frontend for ethereum-analyzer"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85076,8 +85076,8 @@ self: { base containers HUnit test-framework test-framework-hunit ]; description = "A Haskell version of an Ethereum client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85102,8 +85102,8 @@ self: { transformers ]; description = "A modified Merkle Patricia DB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85122,7 +85122,7 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Ethereum Recursive Length Prefix Encoding"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "eths-rlp" = callPackage @@ -85138,7 +85138,7 @@ self: { base bytestring doctest hspec QuickCheck quickcheck-instances ]; description = "Ethereum Recursive Length Prefix Encoding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ety" = callPackage @@ -85158,7 +85158,7 @@ self: { base bytestring curl random text-icu utf8-string xml ]; description = "Random etymology online entry"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "euler" = callPackage @@ -85171,7 +85171,7 @@ self: { testHaskellDepends = [ base hspec ]; testToolDepends = [ hspec-discover ]; description = "Mathematics utilities for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "euler-tour-tree" = callPackage @@ -85194,7 +85194,7 @@ self: { tasty-quickcheck ]; description = "Euler tour trees"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "euphoria" = callPackage @@ -85218,8 +85218,8 @@ self: { base criterion deepseq enummapset-th unordered-containers ]; description = "Dynamic network FRP with events and continuous values"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85237,8 +85237,8 @@ self: { http-types monad-control mtl time ]; description = "Free foreign exchange/currency feed from the European Central Bank"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85256,7 +85256,7 @@ self: { libraryPkgconfigDepends = [ libevdev ]; libraryToolDepends = [ c2hs ]; description = "Bindings to libevdev"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libevdev;}; "evdev-streamly" = callPackage @@ -85272,7 +85272,7 @@ self: { streamly streamly-fsnotify unix ]; description = "Bridge for working with evdev and streamly"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eve" = callPackage @@ -85290,7 +85290,7 @@ self: { base data-default hspec hspec-core lens mtl ]; description = "An extensible event framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eve-cli" = callPackage @@ -85306,8 +85306,8 @@ self: { base bytestring eve lens mtl text vty ]; testHaskellDepends = [ base bytestring eve lens mtl text vty ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85319,7 +85319,7 @@ self: { sha256 = "1d0bxg1dg66g1yv291cp4jh3xv3caxrddqrwb0g6g1929dl019fa"; libraryHaskellDepends = [ base ghc-prim primitive ]; description = "Efficient effect handlers based on evidence translation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "event" = callPackage @@ -85332,8 +85332,8 @@ self: { base containers semigroups transformers ]; description = "Monoidal, monadic and first-class events"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85345,8 +85345,8 @@ self: { sha256 = "1jkrc1k0ixjs95fvj36gr08igpx5vqff5zc6bi9f04ldxqz4wbap"; libraryHaskellDepends = [ base monads-tf yjtools ]; description = "library for event driven programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85358,7 +85358,7 @@ self: { sha256 = "1515v1khdkr145z5inrm2ardhpzfsbncpl5wmfd9nmilw97da9ld"; libraryHaskellDepends = [ base containers ]; description = "Event handlers"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "event-list" = callPackage @@ -85393,8 +85393,8 @@ self: { prettyclass priority-queue stateref ]; description = "Event-graph simulation monad transformer"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85410,7 +85410,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eventful-core" = callPackage @@ -85432,7 +85432,7 @@ self: { uuid ]; description = "Core module for eventful"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "eventful-dynamodb" = callPackage @@ -85455,8 +85455,8 @@ self: { quickcheck-instances safe text unordered-containers vector ]; description = "Library for eventful DynamoDB event stores"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85476,7 +85476,7 @@ self: { safe stm ]; description = "In-memory implementations for eventful"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "eventful-postgresql" = callPackage @@ -85498,8 +85498,8 @@ self: { persistent-postgresql text ]; description = "Postgres implementations for eventful"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85518,8 +85518,8 @@ self: { persistent-template text uuid ]; description = "Common library for SQL event stores"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85542,8 +85542,8 @@ self: { text uuid ]; description = "SQLite implementations for eventful"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85559,7 +85559,7 @@ self: { aeson aeson-casing base eventful-core extra hspec monad-logger text ]; description = "Common module used for eventful tests"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "eventlog2html" = callPackage @@ -85582,8 +85582,8 @@ self: { ]; executableHaskellDepends = [ aeson base filepath text ]; description = "Visualise an eventlog"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85602,8 +85602,8 @@ self: { suspend text timers websockets ]; description = "A different take on an IO system. Based on Amanda's IO loop, this eventloop takes a function that maps input events to output events. It can easily be extended by modules that represent IO devices or join multiple modules together."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85623,7 +85623,7 @@ self: { string-conversions text transformers-base unordered-containers uuid ]; description = "Provides an eventsourcing high level API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eventsource-geteventstore-store" = callPackage @@ -85647,8 +85647,8 @@ self: { tasty tasty-hspec transformers-base ]; description = "GetEventStore store implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85665,7 +85665,7 @@ self: { text transformers-base uuid ]; description = "Provides common test specification for Store implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eventsource-stub-store" = callPackage @@ -85686,7 +85686,7 @@ self: { streaming tasty tasty-hspec ]; description = "An in-memory stub store implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "eventsourced" = callPackage @@ -85707,7 +85707,7 @@ self: { base blaze-builder bytestring HUnit wai-extra ]; description = "Server-Sent Events the UNIX way"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "eventsourcing" = callPackage @@ -85728,7 +85728,7 @@ self: { unordered-containers ]; description = "CQRS/ES library"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "eventsourcing-postgresql" = callPackage @@ -85744,7 +85744,7 @@ self: { stm unordered-containers ]; description = "PostgreSQL adaptor for eventsourcing"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "eventstore" = callPackage @@ -85778,9 +85778,9 @@ self: { unordered-containers uuid vector ]; description = "EventStore TCP Client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85792,7 +85792,7 @@ self: { sha256 = "1rc0g5rn8hzglm2b4biaf8jvj5kb2j1s5vsxnm24q2gvrvjg03sx"; libraryHaskellDepends = [ async base stm ]; description = "Run a process every so often"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "every-bit-counts" = callPackage @@ -85803,8 +85803,8 @@ self: { sha256 = "0r959iyd5nsw3sj7p0gwsccdgaald9lwisg0lvq9qynyz09kh4vj"; libraryHaskellDepends = [ base haskell98 ]; description = "A functional pearl on encoding and decoding using question-and-answer strategies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85824,8 +85824,8 @@ self: { ]; executableToolDepends = [ alex happy uuagc ]; description = "An interpreter for EWE programming language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85841,7 +85841,7 @@ self: { base exceptions hashable stm time transformers vector ]; description = "Another fork of resource-pool, with a MonadIO and MonadCatch constraint"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exact-combinatorics" = callPackage @@ -85852,7 +85852,7 @@ self: { sha256 = "1ay98m9prmd1pi85v2n0rs2432hzb7mxizzg79sv0ln24an8amvj"; libraryHaskellDepends = [ base ]; description = "Efficient exact computation of combinatoric functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exact-cover" = callPackage @@ -85866,8 +85866,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers tasty tasty-hunit ]; description = "Efficient exact cover solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85886,7 +85886,7 @@ self: { base numtype-dk QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Exact rational multiples of pi (and integer powers of pi)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "exact-real" = callPackage @@ -85906,7 +85906,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Exact real arithmetic"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "exact-real-positional" = callPackage @@ -85917,8 +85917,8 @@ self: { sha256 = "0qh1aqyi2k7djwqykj888hxjisip9ahg2ap43cj0xmdvfh9p0351"; libraryHaskellDepends = [ base ]; description = "Framework for Exact Real Arithmetic in the Positional Number System"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85933,7 +85933,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Example Haskell Project"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "except-exceptions" = callPackage @@ -85946,8 +85946,8 @@ self: { editedCabalFile = "09i2w1ry7vmjc0a4d05a4hs7kdj3brn5jrxsy638f6acj41g5dhk"; libraryHaskellDepends = [ base exceptions transformers ]; description = "Safely deal with exceptions in ExceptT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -85959,7 +85959,7 @@ self: { sha256 = "0hph7mng5llcvazq9mqh9pndgbjjwivgmhpqlbf4r1xii7c0ymnx"; libraryHaskellDepends = [ base template-haskell ]; description = "Exception type hierarchy with TemplateHaskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exception-mailer" = callPackage @@ -85970,7 +85970,7 @@ self: { sha256 = "068zhr90gldin0f6xafqp1pncf6rhhm3gagnvn6r3p0kx060ia23"; libraryHaskellDepends = [ base hslogger mime-mail text ]; description = "Catch all runtime exceptions and send an email"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exception-monads-fd" = callPackage @@ -85985,8 +85985,8 @@ self: { base exception-transformers monads-fd transformers ]; description = "Exception monad transformer instances for monads-fd classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86002,7 +86002,7 @@ self: { base exception-transformers monads-tf transformers ]; description = "Exception monad transformer instances for monads-tf classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exception-mtl" = callPackage @@ -86015,7 +86015,7 @@ self: { base exception-transformers mtl transformers ]; description = "Exception monad transformer instances for mtl classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exception-transformers" = callPackage @@ -86032,7 +86032,7 @@ self: { transformers-compat ]; description = "Type classes and monads for unchecked extensible exceptions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exception-via" = callPackage @@ -86043,7 +86043,7 @@ self: { sha256 = "046f787jw3v1c61q9c9canq0m266wv39rsk0613fyrhl96sss66m"; libraryHaskellDepends = [ base template-haskell ]; description = "DerivingVia for your hierarchical exceptions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exceptional" = callPackage @@ -86054,8 +86054,8 @@ self: { sha256 = "01lzx4ihdvyivjnkvn78hcdsk83dvm6iy9v5q1f28kd1iv96x1ns"; libraryHaskellDepends = [ base exceptions ]; description = "Essentially the Maybe type with error messages"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86071,8 +86071,8 @@ self: { testHaskellDepends = [ base hspec process temporary ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "An exception-free readFile for use with '+RTS -xc -RTS' projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86095,8 +86095,8 @@ self: { test-framework-hunit test-framework-quickcheck2 transformers ]; description = "Extensible optionally-pure exceptions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "exchangerates" = callPackage @@ -86124,8 +86124,8 @@ self: { validity-containers validity-time yaml ]; description = "A Haskell client for https://exchangeratesapi.io/"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86140,8 +86140,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base directory process text ]; description = "Tool to run stack exec prj-exe more easy"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86166,7 +86166,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Provides the SHA1 hash of the program executable"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "executable-path" = callPackage @@ -86177,7 +86177,7 @@ self: { sha256 = "0vxwmnsvx13cawcyhbyljkds0l1vr996ijldycx7nj0asjv45iww"; libraryHaskellDepends = [ base directory filepath unix ]; description = "Finding out the full path of the executable"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "executor" = callPackage @@ -86189,8 +86189,8 @@ self: { libraryHaskellDepends = [ async base process ]; testHaskellDepends = [ async base doctest hspec process ]; description = "Shell helpers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86221,8 +86221,8 @@ self: { mtl multistate process transformers ]; description = "Tool to search/generate (haskell) expressions with a given type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86250,7 +86250,7 @@ self: { transformers transformers-base xml-conduit xml-lens ]; description = "A library for crawling exhentai"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exhaustive" = callPackage @@ -86264,7 +86264,7 @@ self: { base generics-sop template-haskell transformers ]; description = "Compile time checks that a computation considers producing data through all possible constructors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exherbo-cabal" = callPackage @@ -86288,8 +86288,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Exheres generator for cabal packages"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86302,8 +86302,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ exif ]; description = "A Haskell binding to a subset of libexif"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) exif;}; @@ -86323,7 +86323,7 @@ self: { string-conversions temporary text unordered-containers vector ]; description = "Haskell bindings to ExifTool"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "exigo-schema" = callPackage @@ -86348,8 +86348,8 @@ self: { resourcet template-haskell temporary text ]; description = "database schema for exigo marking/assessment tools"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86371,7 +86371,7 @@ self: { QuickCheck singletons tasty tasty-hunit tasty-quickcheck ]; description = "Dependent pairs and their instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exinst-aeson" = callPackage @@ -86389,7 +86389,7 @@ self: { aeson base bytestring exinst QuickCheck tasty tasty-quickcheck ]; description = "Dependent pairs and their instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exinst-bytes" = callPackage @@ -86409,7 +86409,7 @@ self: { tasty tasty-quickcheck ]; description = "Dependent pairs and their instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exinst-cereal" = callPackage @@ -86428,7 +86428,7 @@ self: { tasty-quickcheck ]; description = "Dependent pairs and their instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exinst-deepseq" = callPackage @@ -86439,8 +86439,8 @@ self: { sha256 = "0q9fq5w6lir3qqybf8d0j0hhs33zsvv1xg49669cv5irl9hixh9z"; libraryHaskellDepends = [ base constraints deepseq exinst ]; description = "Derive instances for the `deepseq` library for your existential types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86454,8 +86454,8 @@ self: { base constraints exinst hashable singletons ]; description = "Derive instances for the `hashable` library for your existential types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86474,7 +86474,7 @@ self: { base binary exinst QuickCheck serialise tasty tasty-quickcheck ]; description = "Dependent pairs and their instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exist" = callPackage @@ -86485,7 +86485,7 @@ self: { sha256 = "0w2ip29f99qzi3wxicydkv991ws0lhnar3w0qka54r2mjb3xzrk9"; libraryHaskellDepends = [ base base-unicode-symbols util ]; description = "Dependent sum type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exist-instances" = callPackage @@ -86500,7 +86500,7 @@ self: { base base-unicode-symbols constraint exist util ]; description = "Instances for \"exist\" package (requires more language extensions and dependencies)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "existential" = callPackage @@ -86520,8 +86520,8 @@ self: { unordered-containers ]; description = "Existential types with lens-like accessors"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {control-invariants = null;}; @@ -86533,8 +86533,8 @@ self: { sha256 = "1f7v2f7jmqx0nkl2wla88mnb21nava74b73rvsmfbj4kxmwchsgy"; libraryHaskellDepends = [ base contravariant ]; description = "Existential datatypes holding evidence of constraints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86546,7 +86546,7 @@ self: { sha256 = "00cyli96zkyqhjr3lqzrislqyk72xwm2dcqvjagklidh32d4k8ja"; libraryHaskellDepends = [ base ]; description = "Exit codes as defined by BSD"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "exitcode" = callPackage @@ -86566,8 +86566,8 @@ self: { tasty-hunit tasty-quickcheck transformers ]; description = "Monad transformer for exit codes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86582,7 +86582,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "Compression and decompression in the exomizer format"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "exotic-list-monads" = callPackage @@ -86597,7 +86597,7 @@ self: { testHaskellDepends = [ base hspec hspec-core QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "Non-standard monads on lists and non-empty lists"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "exp-cache" = callPackage @@ -86619,7 +86619,7 @@ self: { testHaskellDepends = [ base HUnit QuickCheck random tasty tasty-hunit tasty-quickcheck ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "exp-extended" = callPackage @@ -86630,8 +86630,8 @@ self: { sha256 = "14bz6wfzd8b51s09d2psg5hv5zq4f8lplgx0yvd3n0z704x3mcy6"; libraryHaskellDepends = [ base ]; description = "floating point with extended exponent range"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86656,7 +86656,7 @@ self: { base bimap containers gauge prettyprinter raw-strings-qq ]; description = "Linear programming over exponent pairs"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "expand" = callPackage @@ -86670,7 +86670,7 @@ self: { ]; description = "Extensible Pandoc"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86686,8 +86686,8 @@ self: { base bytestring enumerator hexpat text transformers xml-types ]; description = "Enumerator-based API for Expat"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86720,7 +86720,7 @@ self: { unliftio-core vector ]; description = "Perform scientific experiments stored in a DB, and generate reports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "expiring-cache-map" = callPackage @@ -86738,7 +86738,7 @@ self: { base bytestring containers hashable time unordered-containers ]; description = "General purpose simple caching"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "expiring-containers" = callPackage @@ -86761,8 +86761,8 @@ self: { tasty-hunit tasty-quickcheck timestamp ]; description = "Expiring containers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86774,7 +86774,7 @@ self: { sha256 = "0mkc7d346vdsjg83a253986w4pps53r262w1if91q16kx6qci7yy"; libraryHaskellDepends = [ base ]; description = "Create values which expire after a period of time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "explain" = callPackage @@ -86789,8 +86789,8 @@ self: { ansi-wl-pprint base haskell-src-exts ]; description = "Show how expressions are parsed"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86805,8 +86805,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Fully-flexible polymorphic lenses, without any bizarre profunctors"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86818,8 +86818,8 @@ self: { sha256 = "0g20kblzvhx53mi82frpx29x0nsfjrzsanqq8f6yw22lh47pbm4y"; libraryHaskellDepends = [ base ]; description = "explicit computation of determinant of small matrices"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86833,7 +86833,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base deepseq semigroups transformers ]; description = "Exceptions which are explicit in the type signature"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "explicit-iomodes" = callPackage @@ -86844,8 +86844,8 @@ self: { sha256 = "0irz1zy6iaipym73x343zvr6cqym6ci2vbjbyr564d29ymd6ldzd"; libraryHaskellDepends = [ base base-unicode-symbols tagged ]; description = "File handles with explicit IOModes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86857,8 +86857,8 @@ self: { sha256 = "0h3dlgkd2gx8zr3sh949nhqgrdg943dgpp4v1n599jjjpqpw16hj"; libraryHaskellDepends = [ base bytestring explicit-iomodes ]; description = "Extends explicit-iomodes with ByteString operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86870,8 +86870,8 @@ self: { sha256 = "12ny5wa1j1wp8fbg5k8zkv4a3axmssxcvfvhg3frsm4dych6hmyg"; libraryHaskellDepends = [ base explicit-iomodes text ]; description = "Extends explicit-iomodes with Text operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86885,8 +86885,8 @@ self: { base containers derive mtl template-haskell ]; description = "Explicit Sharing of Monadic Effects"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86900,8 +86900,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base directory pngload ]; description = "Experimental Plot data Reconstructor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86922,8 +86922,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "A distribution of the 'containers' package, with all modules exposed"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86937,7 +86937,7 @@ self: { testHaskellDepends = [ base leancheck ]; benchmarkHaskellDepends = [ base leancheck ]; description = "Dynamically-typed expressions involving applications and variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "expression-parser" = callPackage @@ -86948,8 +86948,8 @@ self: { sha256 = "1ldp1f2c823byx4ag8jpmq9bhw26lq98fz7ljqslffs37pc098qs"; libraryHaskellDepends = [ base ]; description = "Generalization of parsec's expression parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86967,8 +86967,8 @@ self: { ]; testHaskellDepends = [ base singletons text ]; description = "Expressions and Formulae a la carte"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -86987,8 +86987,8 @@ self: { base containers expressions singletons transformers z3 ]; description = "Encode and Decode expressions from Z3 ASTs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87017,8 +87017,8 @@ self: { tasty tasty-hunit text unordered-containers wl-pprint ]; description = "A simple expressions language based on row types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87036,8 +87036,8 @@ self: { pretty syb ]; description = "Libraries for processing GHC Core"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87060,8 +87060,8 @@ self: { xml ]; description = "automated printing for extemp speakers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87074,7 +87074,7 @@ self: { libraryHaskellDepends = [ attoparsec base template-haskell text ]; testHaskellDepends = [ attoparsec base template-haskell text ]; description = "TH to define a new record data type that extends the existing record data type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extended-categories" = callPackage @@ -87085,8 +87085,8 @@ self: { sha256 = "1dg9zvqszlg5v3mygazzgm84qlkcmpryv3vv4x3zwrzi1g0idq72"; libraryHaskellDepends = [ base constraints ghc-prim tagged ]; description = "Extended Categories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87099,7 +87099,7 @@ self: { libraryHaskellDepends = [ base transformers vector ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Heap and Vector container types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extended-containers-lens" = callPackage @@ -87110,7 +87110,7 @@ self: { sha256 = "107nfyrp62h6qwc3ra08cd9vyaanc7442wcbfmm83aw05fav3p43"; libraryHaskellDepends = [ base extended-containers lens ]; description = "lens instances for extended-containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extended-reals" = callPackage @@ -87127,7 +87127,7 @@ self: { tasty-th ]; description = "Extension of real numbers with positive/negative infinities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extensible" = callPackage @@ -87149,7 +87149,7 @@ self: { ]; testHaskellDepends = [ base lens QuickCheck template-haskell ]; description = "Extensible, efficient, optics-friendly data types and effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extensible-data" = callPackage @@ -87164,8 +87164,8 @@ self: { base data-lens hashable template-haskell unordered-containers ]; description = "Sums/products/lists/trees which can be extended in other modules"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87191,7 +87191,7 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "An Alternative to Monad Transformers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "extensible-effects-concurrent" = callPackage @@ -87225,8 +87225,8 @@ self: { base criterion deepseq extensible-effects text unliftio ]; description = "Message passing concurrency as extensible-effect"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87238,7 +87238,7 @@ self: { sha256 = "1273nqws9ij1rp1bsq5jc7k2jxpqa0svawdbim05lf302y0firbc"; libraryHaskellDepends = [ base ]; description = "Extensible exceptions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extensible-skeleton" = callPackage @@ -87256,8 +87256,8 @@ self: { ]; testHaskellDepends = [ base extensible ]; description = "Operational-based extensible effect library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87269,7 +87269,7 @@ self: { sha256 = "0s51rvsg41dymk173fxf7065yynlgx234xjs149lzm00gcwv92r6"; libraryHaskellDepends = [ base lens ]; description = "light-weight, extensible sums and products over types and kinds"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "extensions" = callPackage @@ -87296,7 +87296,7 @@ self: { hspec-hedgehog text ]; description = "Parse Haskell Language Extensions"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "external-sort" = callPackage @@ -87309,8 +87309,8 @@ self: { base binary bytestring EdisonAPI EdisonCore ]; description = "Sort large arrays on your hard drive. Kind of like the unix util sort."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87329,7 +87329,7 @@ self: { base directory filepath QuickCheck quickcheck-instances unix ]; description = "Extra functions I use"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extract-dependencies" = callPackage @@ -87349,8 +87349,8 @@ self: { async base Cabal containers package-description-remote ]; description = "Given a hackage package outputs the list of its dependencies"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87362,7 +87362,7 @@ self: { sha256 = "1bf0naqx0gb66dr7g58lfaba87zmg09ynzdb3cyyymwcv4l1knp8"; libraryHaskellDepends = [ base transformers ]; description = "A functor, where the \"stored\" value is isomorphic to Identity"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "extractelf" = callPackage @@ -87380,8 +87380,8 @@ self: { optparse-applicative ]; description = "Extract an ELF's metadata and sections into files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87397,8 +87397,8 @@ self: { aeson base bytestring http-client http-client-tls text time ]; description = "API Client for ExtraLife team and user data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87415,7 +87415,7 @@ self: { ]; testHaskellDepends = [ base express leancheck speculate ]; description = "generalize counter-examples of test properties"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ez-couch" = callPackage @@ -87438,8 +87438,8 @@ self: { vector ]; description = "A high level static library for working with CouchDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87453,8 +87453,8 @@ self: { editedCabalFile = "1x0fskz64l9xvywiif9jmmnjkkr7pbdri9y6k3cxgl47yipi0kf2"; libraryHaskellDepends = [ base transformers z3 ]; description = "Z3 bonds with pure interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87466,8 +87466,8 @@ self: { sha256 = "1vxhfr4wqm2bclnq15lp4q496w3916ll9chj6mcqbn0r64bmmkn8"; libraryHaskellDepends = [ base template-haskell ]; description = "Generate a special f-algebra combinator from any data type"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87483,8 +87483,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87496,8 +87496,8 @@ self: { sha256 = "0apgad2rqpgxypm10n98agmfrlxydcawvsvyafdwj8jhynfycx03"; libraryHaskellDepends = [ base free ]; description = "Faceted computation for dynamic information flow security"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87521,7 +87521,7 @@ self: { base containers parsec pretty QuickCheck random time ]; description = "Factoring integers and polynomials"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "factory" = callPackage @@ -87547,7 +87547,7 @@ self: { ]; description = "Rational arithmetic in an irrational world"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87561,8 +87561,8 @@ self: { editedCabalFile = "03v6p3vlilz6vk5xlvw3r31cqicx3m1xjii9shcqpacxvlh2zzlp"; libraryHaskellDepends = [ base exceptions mtl template-haskell ]; description = "Refined types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87580,8 +87580,8 @@ self: { HTTP MissingH text unordered-containers utf8-string vector ]; description = "A driver for the Factual API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87593,7 +87593,7 @@ self: { sha256 = "00n5m3fa14y882rnzw7pwc154bgp46rhvvj2cghldvybxmj61zgm"; libraryHaskellDepends = [ base ]; description = "Forward Automatic Differentiation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fadno" = callPackage @@ -87613,8 +87613,8 @@ self: { base containers fadno-xml hspec hspec-contrib HUnit lens ]; description = "Minimal library for music generation and notation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87631,8 +87631,8 @@ self: { diagrams-rasterific lens random ]; description = "Braid representations in Haskell"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87647,8 +87647,8 @@ self: { base containers Decimal lens mtl parsec xml ]; description = "XML/XSD combinators/schemas/codegen"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87660,7 +87660,7 @@ self: { sha256 = "18nlj6xvnggy61gwbyrpmvbdkq928wv0wx2zcsljb52kbhddnp3d"; doHaddock = false; description = "Forward-compatible MonadFail class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "failable" = callPackage @@ -87671,7 +87671,7 @@ self: { sha256 = "1vffrjywaxwfpzb6a34il772mkkaqwv9372aibijnvwf82rnglwg"; libraryHaskellDepends = [ base mtl transformers ]; description = "A 'Failable' error monad class to unify failure across monads that can fail"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "failable-list" = callPackage @@ -87682,8 +87682,8 @@ self: { sha256 = "0bq0q9n4wnacjqs517i12kl56m16n5ff4gk8kamh87gqkd58w06x"; libraryHaskellDepends = [ base ]; description = "A list-like type for lazy streams, which might terminate with an error"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87695,7 +87695,7 @@ self: { sha256 = "0jimc2x46zq7wnmzfbnqi67jl8yhbvr0fa65ljlc9p3fns9mca3p"; libraryHaskellDepends = [ base transformers ]; description = "A simple type class for success/failure computations. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "failure-detector" = callPackage @@ -87711,8 +87711,8 @@ self: { base QuickCheck tasty tasty-quickcheck time ]; description = "Failure Detectors implimented in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87730,7 +87730,7 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Lists with fair choice"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fair-predicates" = callPackage @@ -87742,7 +87742,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Fair Predicates"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "fake" = callPackage @@ -87758,8 +87758,8 @@ self: { ]; testHaskellDepends = [ base hspec random text time ]; description = "Randomly generated fake data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87772,8 +87772,8 @@ self: { libraryHaskellDepends = [ base base-prelude split X11 ]; librarySystemDepends = [ libXtst ]; description = "A crossplatform library to simulate keyboard input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.xorg) libXtst;}; @@ -87806,8 +87806,8 @@ self: { template-haskell text time unordered-containers vector yaml ]; description = "Library for producing fake data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87819,7 +87819,7 @@ self: { sha256 = "0rf4mr9977p70vsinr3iga6l5wzkxnkxd52j4jmdmrk5b6i3flcp"; libraryHaskellDepends = [ attoparsec base text ]; testHaskellDepends = [ attoparsec base hspec text ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fakedata-quickcheck" = callPackage @@ -87835,8 +87835,8 @@ self: { base fakedata hspec hspec-core QuickCheck random regex-tdfa text ]; description = "Fake a -> Gen a"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87853,7 +87853,7 @@ self: { base containers exceptions hspec QuickCheck ]; description = "Extensible fake file system for testing"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "fakepull" = callPackage @@ -87865,7 +87865,7 @@ self: { libraryHaskellDepends = [ base exceptions mtl ]; testHaskellDepends = [ base exceptions hspec mtl QuickCheck ]; description = "Monad to pull from fake stream-like objects"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "faker" = callPackage @@ -87877,7 +87877,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base gimlh random split ]; description = "Pure Haskell library for generating fake data"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "faktory" = callPackage @@ -87899,8 +87899,8 @@ self: { testHaskellDepends = [ aeson base hspec markdown-unlit ]; testToolDepends = [ markdown-unlit ]; description = "Faktory Worker for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87912,7 +87912,7 @@ self: { sha256 = "0jj806klxagv65ddxb85gdy89m46p4yqxr9y5s5gc4arb5xzlwjq"; libraryHaskellDepends = [ base transformers ]; testHaskellDepends = [ base transformers ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "falling-turnip" = callPackage @@ -87931,8 +87931,8 @@ self: { repa-algorithms vector ]; description = "Falling sand game/cellular automata simulation using regular parallel arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87952,7 +87952,7 @@ self: { ]; description = "A fun falling blocks game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87964,7 +87964,7 @@ self: { sha256 = "1yqbq038axx9a2j3kbdm11w3fgvkix2w7dqhrbf353r2n8vigxg8"; libraryHaskellDepends = [ base ]; description = "Reifies arbitrary terms into types that can be reflected back into terms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "family-tree" = callPackage @@ -87980,8 +87980,8 @@ self: { unordered-containers ]; description = "A family tree library for the Haskell programming language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -87995,7 +87995,7 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Fast hash functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fast-arithmetic" = callPackage @@ -88013,8 +88013,8 @@ self: { ]; doHaddock = false; description = "Fast functions on integers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88034,7 +88034,7 @@ self: { scientific template-haskell text unordered-containers vector ]; description = "Fast ByteString Builder"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "fast-combinatorics" = callPackage @@ -88052,8 +88052,8 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base criterion ]; description = "Fast combinatorics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88073,8 +88073,8 @@ self: { benchmarkHaskellDepends = [ base digits gauge ]; doHaddock = false; description = "Integer-to-digits conversion"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88090,7 +88090,7 @@ self: { base containers mtl process temporary text transformers ]; description = "Solve classical planning problems (STRIPS/SAS+) using Haskell & Fast Downward"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fast-logger" = callPackage @@ -88109,7 +88109,7 @@ self: { testHaskellDepends = [ base bytestring directory hspec ]; testToolDepends = [ hspec-discover ]; description = "A fast logging system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fast-math" = callPackage @@ -88120,7 +88120,7 @@ self: { sha256 = "15dyw88z9abiv6n40fz4g3jpj9v6qbxvqaf0ds32wh46igf1s425"; libraryHaskellDepends = [ base ]; description = "Non IEEE-754 compliant compile-time floating-point optimisations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fast-mult" = callPackage @@ -88131,7 +88131,7 @@ self: { sha256 = "0lpgfb1a2kf0c9w9br2izzqn0f66pchydnq87a7z74lzs5jm1bba"; libraryHaskellDepends = [ base ghc-prim integer-gmp strict-base ]; description = "Numeric type with asymptotically faster multiplications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fast-nats" = callPackage @@ -88142,8 +88142,8 @@ self: { sha256 = "1kp34h0ghpr3hwkbybwy954kbbdkbychzhjh4g1q44b2a8rgi5w1"; libraryHaskellDepends = [ base ]; description = "Natural Numbers with no overhead"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88170,7 +88170,7 @@ self: { base bytestring tasty tasty-hunit text void ]; description = "Fast incremental vi and emacs tags"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fast-tagsoup" = callPackage @@ -88185,7 +88185,7 @@ self: { base bytestring containers tagsoup text text-icu ]; description = "Fast parsing and extracting information from (possibly malformed) HTML/XML documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fast-tagsoup-utf8-only" = callPackage @@ -88196,7 +88196,7 @@ self: { sha256 = "10svhgjvp1802jawr1s5chkincl2xhh6k0grm60f216jpasbvff4"; libraryHaskellDepends = [ base bytestring tagsoup text ]; description = "Fast parser for tagsoup package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fasta" = callPackage @@ -88213,8 +88213,8 @@ self: { pipes-attoparsec pipes-bytestring pipes-group pipes-text split text ]; description = "A simple, mindless parser for fasta files"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88226,8 +88226,8 @@ self: { sha256 = "1nqrfrhw8gd3blfzrwbf7pm4wwqbxfaw640bzx62kwh7x2h6v3cm"; libraryHaskellDepends = [ base hmatrix vector ]; description = "Bayesian modeling algorithms accelerated for particular model structures"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88240,7 +88240,7 @@ self: { libraryHaskellDepends = [ base bytestring cgi ]; librarySystemDepends = [ fcgi ]; description = "A Haskell library for writing FastCGI programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) fcgi;}; "fastedit" = callPackage @@ -88261,8 +88261,8 @@ self: { QuickCheck ]; description = "find nearest neighbours by edit-distance"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88279,8 +88279,8 @@ self: { network-fancy ]; description = "Fast Internet Relay Chat (IRC) library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88300,8 +88300,8 @@ self: { ]; testHaskellDepends = [ base hspec text ]; description = "A highly experimental Fastly API client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88320,7 +88320,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "A fast, but bare bones, bytestring parser combinators library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fastpbkdf2" = callPackage @@ -88340,7 +88340,7 @@ self: { base bytestring criterion cryptonite pbkdf ]; description = "Haskell bindings to the fastpbkdf2 C library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openssl;}; "fastsum" = callPackage @@ -88359,8 +88359,8 @@ self: { base deepseq ghc-prim hashable template-haskell ]; description = "A fast open-union type suitable for 100+ contained alternatives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88375,8 +88375,8 @@ self: { base bytestring cassava hxt network-uri text ]; description = "Utilities for working with DuckDuckHack's FatHead Instant Answers"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88388,8 +88388,8 @@ self: { sha256 = "04m6hfj0sqhmq89fwfq4igz1rc0p3rzkhfg6fzsw5kyda2c8bbz0"; libraryHaskellDepends = [ base yices ]; description = "A fault tree analysis library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88420,8 +88420,8 @@ self: { ]; executableHaskellDepends = [ base mtl optparse-applicative split ]; description = "A compiler for Fay, a Haskell subset that compiles to JavaScript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88434,8 +88434,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base fay ]; description = "The base package for Fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88453,8 +88453,8 @@ self: { base Cabal data-default directory fay filepath safe split text ]; description = "Compile Fay code on cabal install, and ad-hoc recompile during development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88469,8 +88469,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base ]; description = "DOM FFI wrapper library for Fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88483,8 +88483,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base fay-text ]; description = "W3C compliant implementation of GeoPosition API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88497,8 +88497,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base fay-jquery ]; description = "Clientside HTML generation for fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88511,8 +88511,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base fay-text ]; description = "jQuery bindings for Fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88525,8 +88525,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base ]; description = "Like IORef but for Fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88539,8 +88539,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base ]; description = "SimpleJSON library for Fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88555,8 +88555,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay fay-base text ]; description = "Fay Text type represented as JavaScript strings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88569,8 +88569,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base ]; description = "Persistent FFI bindings for using jsUri in Fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88583,8 +88583,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base ]; description = "Websockets FFI library for Fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88611,7 +88611,7 @@ self: { unliftio ]; description = "Bindings to Facebook's API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fb-persistent" = callPackage @@ -88622,8 +88622,8 @@ self: { sha256 = "1il06mlvvjybfnqpdnir9nr1g0irf84fa4q8lzavrlqgny8f294s"; libraryHaskellDepends = [ base cereal fb persistent text time ]; description = "Provides Persistent instances to Facebook types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88652,8 +88652,8 @@ self: { ]; testHaskellDepends = [ aeson base bytestring filepath hspec text ]; description = "High-level bindings to Facebook Messenger Platform API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88670,8 +88670,8 @@ self: { unordered-containers ]; description = "Algo for Formal Concept Analysis"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88688,8 +88688,8 @@ self: { ]; testHaskellDepends = [ base hspec mtl ]; description = "Cache a function (a -> b)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88709,8 +88709,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "A faster way to navigate directories using the command line"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88726,8 +88726,8 @@ self: { executableHaskellDepends = [ base first-class-families ]; testHaskellDepends = [ base doctest first-class-families Glob ]; description = "Data structures and algorithms for first-class-families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88740,8 +88740,8 @@ self: { isLibrary = false; isExecutable = true; description = "TBA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88753,8 +88753,8 @@ self: { sha256 = "1yvsnk9awik143jh2268w1l5x70kmky60gac10fy2y1450dcn65x"; libraryHaskellDepends = [ base cgi HaXml xhtml ]; description = "Server-Side Integration for FCKeditor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88774,7 +88774,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "First class accessor labels implemented as lenses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fclabels-monadlib" = callPackage @@ -88785,8 +88785,8 @@ self: { sha256 = "1j15fxrpwnjnbjkswsy6jxn8f0bj2nhcdsf5976i7rka7gsjzr3d"; libraryHaskellDepends = [ base fclabels monadLib ]; description = "MonadLib monadic interface for the \"fclabels\" package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88818,8 +88818,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 text ]; description = "Admin API for Firebase Cloud Messaging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88831,7 +88831,7 @@ self: { sha256 = "1n4zk1i7g34w0wk5zy8n4r63xbglxf62h8j78kv5fc2yn95l30vh"; libraryHaskellDepends = [ base containers dbus ]; description = "Desktop Notifications client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fdo-trash" = callPackage @@ -88851,8 +88851,8 @@ self: { base Diff directory filepath old-locale parsec time unix url ]; description = "Utilities related to freedesktop Trash standard"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88864,7 +88864,7 @@ self: { sha256 = "03jpdg50g43lb3akfyfs0yh630igqfm0dg62bk4s5yv23cmbn8vf"; libraryHaskellDepends = [ base containers microlens-platform mtl ]; testHaskellDepends = [ base containers microlens-platform mtl ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "feature-flags" = callPackage @@ -88875,7 +88875,7 @@ self: { sha256 = "1lssjgksq0k2dd7l5lmzxnr9f5zk3gbh386zfmcqgc4iczdzfk0f"; libraryHaskellDepends = [ base text ]; description = "A simple library for dynamically enabling and disabling functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "feature-flipper" = callPackage @@ -88893,8 +88893,8 @@ self: { base bytestring containers digest hspec mtl text ]; description = "A minimally obtrusive feature flag library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88916,8 +88916,8 @@ self: { persistent persistent-postgresql ]; description = "A minimally obtrusive feature flag library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -88940,7 +88940,7 @@ self: { sha256 = "0hynmwic940vmna0czavbp1wx856ad9am7i6r0d2hq8jynrsin5w"; libraryHaskellDepends = [ base ]; description = "Library for Fedora distribution versions"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "fedora-haskell-tools" = callPackage @@ -88959,7 +88959,7 @@ self: { process simple-cmd simple-cmd-args split time unix ]; description = "Building and maintenance tools for Fedora Haskell"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "fedora-img-dl" = callPackage @@ -88979,8 +88979,8 @@ self: { xdg-userdirs ]; description = "Fedora image download tool"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89003,8 +89003,8 @@ self: { io-streams lens text ]; description = "Haskell interface to the Fedora Packages webapp API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89020,7 +89020,7 @@ self: { executableHaskellDepends = [ base QuickCheck ]; testHaskellDepends = [ base QuickCheck ]; description = "Short description of your package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "feed" = callPackage @@ -89046,7 +89046,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "feed-cli" = callPackage @@ -89064,8 +89064,8 @@ self: { base directory feed old-locale old-time time xml ]; description = "A simple command line interface for creating and updating feeds like RSS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89083,8 +89083,8 @@ self: { time-interval time-units timerep transformers utf8-string ]; description = "Watch RSS/Atom feeds (and do with them whatever you like)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89101,8 +89101,8 @@ self: { network-uri text transformers ]; description = "Utility for fetching feeds with redirect info and HTML link detection"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89141,8 +89141,8 @@ self: { tasty-smallcheck temporary text transformers ]; description = "CI service around gipeda"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89164,8 +89164,8 @@ self: { raw-strings-qq scotty text transformers wai warp wreq xml ]; description = "Translate syndication feeds"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89184,8 +89184,8 @@ self: { regex-posix tagsoup time utf8-string ]; description = "(unsupported)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89202,8 +89202,8 @@ self: { base bytestring download-curl feed hs-twitter ]; description = "Send posts from a feed to Twitter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89231,8 +89231,8 @@ self: { executableSystemDepends = [ mxnet ]; executableToolDepends = [ c2hs ]; description = "FFI to MXNet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) mxnet;}; @@ -89260,8 +89260,8 @@ self: { optparse-applicative palette Rasterific repa rio store ]; description = "Cocodataset with cocoapi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89288,8 +89288,8 @@ self: { executableSystemDepends = [ mxnet ]; testHaskellDepends = [ base fei-base hspec streaming ]; description = "mxnet dataiters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) mxnet;}; @@ -89319,8 +89319,8 @@ self: { stm-conduit vector ]; description = "Some datasets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89341,8 +89341,8 @@ self: { optparse-applicative random-source repa resourcet rio store ]; description = "fei examples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89359,8 +89359,8 @@ self: { text transformers-base vector ]; description = "A collection of standard models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89382,8 +89382,8 @@ self: { transformers-base type-combinators uuid wl-pprint-text ]; description = "Train a neural network with MXNet in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89412,8 +89412,8 @@ self: { base criterion data-default deepseq feldspar-language ]; description = "Compiler for the Feldspar language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {gcc_s = null;}; @@ -89437,8 +89437,8 @@ self: { tasty-quickcheck tasty-th utf8-string ]; description = "A functional embedded language for DSP and parallelism"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89456,8 +89456,8 @@ self: { feldspar-language imperative-edsl mainland-pretty monadic-edsl-priv ]; description = "Signal Processing extension for Feldspar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {feldspar-compiler-shim = null; monadic-edsl-priv = null;}; @@ -89480,7 +89480,7 @@ self: { api-opentheory-unicode base opentheory-unicode ]; description = "Converting a chess position from FEN notation to text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fences" = callPackage @@ -89492,7 +89492,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "To be written"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "fenfire" = callPackage @@ -89512,7 +89512,7 @@ self: { executableSystemDepends = [ raptor ]; description = "Graph-based notetaking system"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {raptor = null;}; @@ -89538,8 +89538,8 @@ self: { tasty-hunit tasty-quickcheck time ]; description = "Generate and verify HMAC-based authentication tokens"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89570,8 +89570,8 @@ self: { yesod yesod-test ]; description = "Remote multi-db SQLCipher server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89583,8 +89583,8 @@ self: { sha256 = "1gssbkwg9lqm3ajqkkcjnxjz8nhz855ki2hi5n2di3dappr73f0b"; libraryHaskellDepends = [ base containers regex-compat ]; description = "Simple functions for loading config files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89599,8 +89599,8 @@ self: { libraryHaskellDepends = [ base HTTP json network utf8-string ]; executableHaskellDepends = [ base pretty ]; description = "Haskell binding to the FriendFeed API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89622,8 +89622,8 @@ self: { unordered-containers ]; description = "automatic C++ binding generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89635,7 +89635,7 @@ self: { sha256 = "05ljkq3zv8nfx4xhvqql13qd81v46bnxnja8f8590yrf3zfqg87x"; libraryHaskellDepends = [ base bytestring template-haskell ]; description = "Runtime for fficxx-generated library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ffmpeg-light" = callPackage @@ -89657,7 +89657,7 @@ self: { ffmpeg libavcodec libavdevice libavformat libswscale ]; description = "Minimal bindings to the FFmpeg library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) ffmpeg; libavcodec = null; libavdevice = null; libavformat = null; libswscale = null;}; @@ -89674,8 +89674,8 @@ self: { base bytestring haskell98 hs-ffmpeg SDL stm ]; description = "Tutorials on ffmpeg usage to play video/audio"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89693,7 +89693,7 @@ self: { libraryPkgconfigDepends = [ fftw fftwFloat ]; testHaskellDepends = [ base carray QuickCheck storable-complex ]; description = "Bindings to the FFTW library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) fftw; inherit (pkgs) fftwFloat;}; "fftwRaw" = callPackage @@ -89705,7 +89705,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ fftw ]; description = "Low level bindings to FFTW"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) fftw;}; "ffunctor" = callPackage @@ -89724,8 +89724,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "FFunctor typeclass"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89743,7 +89743,7 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; benchmarkHaskellDepends = [ base deepseq microbench ]; description = "Martin Erwig's Functional Graph Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fgl-arbitrary" = callPackage @@ -89755,7 +89755,7 @@ self: { libraryHaskellDepends = [ base fgl QuickCheck ]; testHaskellDepends = [ base containers fgl hspec QuickCheck ]; description = "QuickCheck support for fgl"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fgl-extras-decompositions" = callPackage @@ -89766,8 +89766,8 @@ self: { sha256 = "0p9dv7hq312wjqzm2ha4rafnmd1vplzwd5vk5fmzypgl2a1cz42s"; libraryHaskellDepends = [ base containers fgl ]; description = "Graph decomposition algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89779,7 +89779,7 @@ self: { sha256 = "0vwafx0rggksg5i7cx4r2bs5wa6csb5p39vpix425zr3l6vggrxq"; libraryHaskellDepends = [ base dotgen fgl ]; description = "Convert FGL graphs to dot (graphviz) files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fib" = callPackage @@ -89790,7 +89790,7 @@ self: { sha256 = "17pk2fzgr4jjmpam52vmqg69927gfsl81w61h7q9zsf1vzd0qnix"; libraryHaskellDepends = [ base-noprelude integer-gmp semirings ]; description = "fibonacci algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fibon" = callPackage @@ -89811,8 +89811,8 @@ self: { process regex-compat statistics syb tabular time vector ]; description = "Tools for running and analyzing Haskell benchmarks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89824,7 +89824,7 @@ self: { sha256 = "18jqb4ynjsnpvydzpqzh7l5wyrjb3s3kxgc6a6ipwb6w2hygyf7k"; libraryHaskellDepends = [ base ]; description = "Fast computation of Fibonacci numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ficketed" = callPackage @@ -89844,8 +89844,8 @@ self: { wai wai-app-static warp ]; description = "update statically hosted file in a push stule through socketed"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89861,8 +89861,8 @@ self: { array base containers fclabels monads-fd transformers ]; description = "First-class record field combinators with infix record field syntax"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89878,7 +89878,7 @@ self: { base base64-bytestring containers json mtl utf8-string ]; description = "Abusing monadic syntax JSON objects generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fieldwise" = callPackage @@ -89890,8 +89890,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "Provides Fieldwise typeclass for operations of fields of records treated as independent components"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89903,8 +89903,8 @@ self: { sha256 = "03bxiicvfwia5g0whg454ph2s34n8firjcqhn6d7qvbim338hkxq"; libraryHaskellDepends = [ base containers parsec pretty ]; description = "Manipulation of FIG files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89918,8 +89918,8 @@ self: { base bytestring clock directory zip-archive ]; description = "Provide a uniform interface over file archives and directories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89935,8 +89935,8 @@ self: { base parsec process system-filepath template-haskell text ]; description = "Quasiquoter for system commands involving filepaths"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -89953,7 +89953,7 @@ self: { ]; testHaskellDepends = [ base filepath ]; description = "Use Template Haskell to embed file contents directly"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "file-embed-lzma" = callPackage @@ -89972,7 +89972,7 @@ self: { ]; testHaskellDepends = [ base bytestring ]; description = "Use Template Haskell to embed (LZMA compressed) data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "file-embed-poly" = callPackage @@ -89990,8 +89990,8 @@ self: { base bytestring directory file-embed filepath hspec ]; description = "Use Template Haskell to embed file contents directly"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90009,8 +90009,8 @@ self: { ]; testHaskellDepends = [ base lifted-base process ]; description = "common functions that show file location information"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90033,7 +90033,7 @@ self: { regex-compat regex-pcre ]; description = "Takes a Haskell source-code file and outputs its modules"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "file-path-th" = callPackage @@ -90050,7 +90050,7 @@ self: { base directory file-embed filepath template-haskell ]; description = "Template Haskell utilities for filepaths"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "file-templates" = callPackage @@ -90068,7 +90068,7 @@ self: { transformers unordered-containers ]; description = "Use templates for files and directories"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "filecache" = callPackage @@ -90087,8 +90087,8 @@ self: { base containers directory filepath hspec stm temporary ]; description = "A cache system associating values to files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90110,8 +90110,8 @@ self: { base directory either mtl tasty tasty-hunit text time transformers ]; description = "Diffing and patching module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90124,7 +90124,7 @@ self: { libraryHaskellDepends = [ base unix ]; testHaskellDepends = [ async base process ]; description = "Portable interface to file locking (flock / LockFileEx)"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "filemanip" = callPackage @@ -90139,7 +90139,7 @@ self: { base bytestring directory filepath mtl unix-compat ]; description = "Expressive file and directory manipulation for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fileneglect" = callPackage @@ -90150,8 +90150,8 @@ self: { sha256 = "1s00jlq6cbab0fasx0ngg1n3ilzi634d4a4aday4jngsnvbwb735"; libraryHaskellDepends = [ base hinotify stm ]; description = "Block thread until a file stops being modified"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90166,8 +90166,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Library for manipulating FilePaths in a cross platform way"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "filepath-bytestring" = callPackage @@ -90179,7 +90179,7 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; testHaskellDepends = [ base bytestring filepath QuickCheck ]; description = "Library for manipulating RawFilePaths in a cross platform way"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "filepath-crypto" = callPackage @@ -90198,8 +90198,8 @@ self: { cryptoids-types exceptions filepath sandi template-haskell ]; description = "Reversable and secure encoding of object ids as filepaths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90211,8 +90211,8 @@ self: { sha256 = "08rb2nafnh5vx7i6i3ddhq4h1s2ffgz8ailap5knr1xl7izgyywp"; libraryHaskellDepends = [ base base-io-access filepath ]; description = "IO Access for filepath"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90229,8 +90229,8 @@ self: { transformers ]; description = "Functions on System.FilePath"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90243,7 +90243,7 @@ self: { libraryHaskellDepends = [ base directory extra filepath ]; testHaskellDepends = [ base directory extra filepath QuickCheck ]; description = "File path glob-like matching"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fileplow" = callPackage @@ -90259,8 +90259,8 @@ self: { base bytestring hspec mtl QuickCheck temporary ]; description = "Library to process and search large files or a collection of files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90281,7 +90281,7 @@ self: { base Diff directory filepath HUnit mtl time ]; description = "Interface for versioning file stores"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "filesystem-abstractions" = callPackage @@ -90298,8 +90298,8 @@ self: { base bytestring list-tries posix-paths semigroups ]; description = "A shared set of abstractions and types for representing filessytem data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90321,8 +90321,8 @@ self: { transformers ]; description = "Use system-filepath data types with conduits. (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90338,8 +90338,8 @@ self: { base enumerator system-fileio system-filepath transformers unix ]; description = "Enumerator-based API for manipulating the filesystem"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90356,8 +90356,8 @@ self: { filepath mtl unix ]; description = "Recursively manipulate and traverse filesystems as lazy rose trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90374,8 +90374,8 @@ self: { ]; testHaskellDepends = [ base doctest hspec unordered-containers ]; description = "Flexible string substitution"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90397,7 +90397,7 @@ self: { executableHaskellDepends = [ aeson base bytestring scotty ]; testHaskellDepends = [ base bytestring HUnit ]; description = "Filterable request logging wai middleware. Change how data is logged and when."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "filters-basic" = callPackage @@ -90408,7 +90408,7 @@ self: { sha256 = "09q6fb8cv7di67wb8zhky8qpbwivzax59xik1zbcjf3sp465a337"; libraryHaskellDepends = [ base ]; description = "Allows to change the structure of the function output"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "filtrable" = callPackage @@ -90419,7 +90419,7 @@ self: { sha256 = "11jas9w611pslc3hanybsdwrh4292zvgigng8y4cv7gm0j908xng"; libraryHaskellDepends = [ base transformers ]; description = "Class of filtrable containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "filtrable_0_1_6_0" = callPackage @@ -90433,8 +90433,8 @@ self: { libraryHaskellDepends = [ base containers transformers ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Class of filtrable containers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fin" = callPackage @@ -90450,7 +90450,7 @@ self: { libraryHaskellDepends = [ base dec deepseq hashable QuickCheck ]; testHaskellDepends = [ base inspection-testing tagged ]; description = "Nat and Fin: peano naturals and finite numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "final" = callPackage @@ -90461,7 +90461,7 @@ self: { sha256 = "189vby5ym6hcjpz6y9chlgkyzl8wnndqkhzk7s7qy8mksr3g66f9"; libraryHaskellDepends = [ base stm transformers ]; description = "utility to add extra safety to monadic returns"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "final-pretty-printer" = callPackage @@ -90476,8 +90476,8 @@ self: { ansi-terminal base containers exceptions mtl temporary text ]; description = "Extensible pretty printing with semantic annotations and proportional fonts"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90503,8 +90503,8 @@ self: { optparse-applicative text tree-fun unordered-containers ]; description = "Find the clumpiness of labels in a tree"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90539,8 +90539,8 @@ self: { transformers-base unix-compat ]; description = "A file-finding conduit that allows user control over traversals"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90552,8 +90552,8 @@ self: { sha256 = "1iiyfp8p0iaf39brii95wp6887ds63bx8qrrm4raks8y4b1hflrc"; libraryHaskellDepends = [ base Cabal directory filepath mtl ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90572,8 +90572,8 @@ self: { http-directory simple-cmd-args text ]; description = "List http/html files"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90591,7 +90591,7 @@ self: { test-framework-quickcheck2 ]; description = "Generic finger-tree structure, with example instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fingertree-psqueue" = callPackage @@ -90602,8 +90602,8 @@ self: { sha256 = "14kc0ijx44q7whniickjj3h9ag1pixn51dlxjs6n2ypaclcjz34z"; libraryHaskellDepends = [ base fingertree ]; description = "Implementation of priority search queues as finger trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90615,8 +90615,8 @@ self: { sha256 = "1ja8cqxpqhvssbcywph3zna946g1li5hlzsqab9lhg6vw0baakdn"; libraryHaskellDepends = [ base ]; description = "Generic finger-tree structure using type families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90641,7 +90641,7 @@ self: { template-haskell typelits-witnesses vector vector-sized ]; description = "A better, more type-safe Enum"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "finitary-derive" = callPackage @@ -90664,8 +90664,8 @@ self: { hedgehog-classes ]; description = "Flexible and easy deriving of type classes for finitary types"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90684,7 +90684,7 @@ self: { base hedgehog hspec hspec-hedgehog optics-core ]; description = "Prisms and Isos between finitary types"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "finite-field" = callPackage @@ -90704,7 +90704,7 @@ self: { tasty-hunit tasty-quickcheck tasty-th ]; description = "Finite Fields"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "finite-typelits" = callPackage @@ -90715,7 +90715,7 @@ self: { sha256 = "0iyp9fyd2ki9qcmk9infz9p6rjhsx9jrs3f5yz0yqs8vj5na81yj"; libraryHaskellDepends = [ base deepseq ]; description = "A type inhabited by finitely many values, indexed by type-level naturals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "finito" = callPackage @@ -90733,7 +90733,7 @@ self: { base numeric-domains propeller split transformers ]; description = "Constraint Solver for Finite Domains"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "firebase-database" = callPackage @@ -90760,7 +90760,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Google Firebase Database SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {nano-http = null;}; @@ -90778,7 +90778,7 @@ self: { http-types mtl regex-pcre text transformers wai warp ]; description = "A simple HTTP server framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "firefly-example" = callPackage @@ -90794,8 +90794,8 @@ self: { aeson base blaze-html firefly mtl text wai ]; description = "A simple example using Firefly"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90808,8 +90808,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "First and Last generalized to return up to n values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90824,7 +90824,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "First class type families"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "first-class-instances" = callPackage @@ -90841,8 +90841,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "First class typeclass instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90854,7 +90854,7 @@ self: { sha256 = "1bh8ndf77pfh851d7szx0q2lpima6zm1d652s9j7jzchr7icyjvs"; libraryHaskellDepends = [ base transformers ]; description = "First class patterns and pattern matching, using type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "firstify" = callPackage @@ -90871,8 +90871,8 @@ self: { base containers directory filepath homeomorphic mtl Safe yhccore ]; description = "Defunctionalisation for Yhc Core"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90897,7 +90897,7 @@ self: { ]; description = "Calculates file-size frequency-distribution"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90917,8 +90917,8 @@ self: { QuickCheck text ]; description = "FIT file decoder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90942,8 +90942,8 @@ self: { statistics vector ]; description = "Parse FITS files"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -90957,7 +90957,7 @@ self: { librarySystemDepends = [ cfitsio ]; description = "A library for reading and writing data files in the FITS data format"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) cfitsio;}; @@ -90974,7 +90974,7 @@ self: { testHaskellDepends = [ base leancheck ]; benchmarkHaskellDepends = [ base pretty ]; description = "refining property sets for testing Haskell programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fix-imports" = callPackage @@ -90997,8 +90997,8 @@ self: { mtl pretty process split test-karya text time uniplate ]; description = "Program to manage the imports of a haskell module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91013,7 +91013,7 @@ self: { libraryHaskellDepends = [ base mmtl ]; description = "Simple fix-expression parser"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91025,8 +91025,8 @@ self: { sha256 = "01fxzhd2wqzp0paba64q5psfc4qvc4b8i88rdkn6mxlkm21gkp6y"; libraryHaskellDepends = [ base containers gitit ]; description = "Gitit plugin: Turn some Haskell symbols into pretty math symbols"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91038,7 +91038,7 @@ self: { sha256 = "10l2sh179xarb774q92cff2gkb20rsrlilfwp1fk61rzmz9yn64j"; libraryHaskellDepends = [ base ]; description = "Signed 15.16 precision fixed point arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixed-length" = callPackage @@ -91052,7 +91052,7 @@ self: { base non-empty storable-record tfp utility-ht ]; description = "Lists with statically known length based on non-empty package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixed-list" = callPackage @@ -91063,7 +91063,7 @@ self: { sha256 = "1gpv0p7xyzmrrq20irf0mpggnc0vm5hpq36j4vd1xlq6bplq1xmb"; libraryHaskellDepends = [ base ]; description = "A fixed length list type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixed-point" = callPackage @@ -91074,8 +91074,8 @@ self: { sha256 = "010gx32av4cn5bqq1zrrcah50ay528vw01fvv1xhfpkrx1ll9wka"; libraryHaskellDepends = [ base ]; description = "Binary fixed-point arithmetic"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91087,8 +91087,8 @@ self: { sha256 = "029mn44d1i794b1pbpa0zmf6b20zl0cvsf77mbfdkqnyx8986883"; libraryHaskellDepends = [ base fixed-point vector ]; description = "Unbox instances for the fixed-point package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91100,8 +91100,8 @@ self: { sha256 = "10b29gqy3rpwd5wf2b65p0llm8ksyp1p7k43rm1n5g5z67wkd7dx"; libraryHaskellDepends = [ base fixed-point vector-space ]; description = "vector-space instances for the fixed-point package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91117,8 +91117,8 @@ self: { base hmpfr integer-gmp reflection tagged template-haskell ]; description = "Fixed Precision Arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91130,8 +91130,8 @@ self: { sha256 = "0vb5h2v2qx19d7xibf7ksv2cha2pngh49mfpkh43f9vrwc6042ph"; libraryHaskellDepends = [ array base tagged ]; description = "Fixed-size wrapper for StorableArray, providing a Storable instance. Deprecated - use storable-static-array instead."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91143,8 +91143,8 @@ self: { sha256 = "0rk5ym38m48khss38v8x09sdfz2nyhw7bw3dbjzy5qad09nzsipl"; libraryHaskellDepends = [ async base clock time ]; description = "Pure Haskell library to repeat an action at a specific frequency"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91157,7 +91157,7 @@ self: { libraryHaskellDepends = [ base deepseq primitive ]; testHaskellDepends = [ base doctest filemanip primitive ]; description = "Generic vectors with statically known size"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixed-vector-binary" = callPackage @@ -91173,8 +91173,8 @@ self: { base binary fixed-vector tasty tasty-quickcheck ]; description = "Binary instances for fixed-vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91191,8 +91191,8 @@ self: { base fixed-vector serialise tasty tasty-quickcheck ]; description = "Binary instances for fixed-vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91209,8 +91209,8 @@ self: { base cereal fixed-vector tasty tasty-quickcheck ]; description = "Cereal instances for fixed-vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91228,7 +91228,7 @@ self: { libraryHaskellDepends = [ base deepseq fixed-vector primitive ]; testHaskellDepends = [ base doctest fixed-vector ]; description = "Library for working with product types generically"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixed-width" = callPackage @@ -91239,8 +91239,8 @@ self: { sha256 = "0gxmw70d1bdqjqrz3d1an009x7bqzlv41dfydp7b49ina5as9ry7"; libraryHaskellDepends = [ base ]; description = "Fixed width subsets of an Int64/Word64"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91252,7 +91252,7 @@ self: { sha256 = "01ss9rzg2r4gii6f7771n4vdyg022skyws6ncc3l62xycgz153a7"; libraryHaskellDepends = [ base random ]; description = "A fixed-precision real number type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixedwidth-hs" = callPackage @@ -91268,7 +91268,7 @@ self: { aeson attoparsec base bytestring text ]; description = "Quick parsing of fixed-width data formats"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fixer" = callPackage @@ -91296,8 +91296,8 @@ self: { validity-time yaml ]; description = "A Haskell client for http://fixer.io/"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91319,8 +91319,8 @@ self: { tasty tasty-quickcheck temporary ]; description = "File-backed recursive data structures"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91345,8 +91345,8 @@ self: { old-time QuickCheck text ]; description = "FIX (co)parser"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91368,8 +91368,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Opininated testing framework for mtl style (spies, stubs, and mocks)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91386,7 +91386,7 @@ self: { base containers QuickCheck tasty tasty-quickcheck ]; description = "Uniplate-style generic traversals for optionally annotated fixed-point types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixpoint" = callPackage @@ -91397,7 +91397,7 @@ self: { sha256 = "05h1cw1gpnwk1qjlia4l27j375cva8pp75fzn99w2rxsv6khszpb"; libraryHaskellDepends = [ base ]; description = "Data types as fixpoints"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fixtime" = callPackage @@ -91408,7 +91408,7 @@ self: { sha256 = "1walxcyi1wrv28vgy318c88z3mprz6mc8qfhbjgxb156iwfv80w5"; libraryHaskellDepends = [ base time ]; description = "Some fixes to the time package"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "fizz-buzz" = callPackage @@ -91419,7 +91419,7 @@ self: { sha256 = "1c0nar70857awmzxh6w12xvplqrgp1qh2r7rlnaqvwcfzqkghav4"; libraryHaskellDepends = [ base ]; description = "Functional Fizz/Buzz"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fizzbuzz" = callPackage @@ -91430,8 +91430,8 @@ self: { sha256 = "0iia37wsxvaff28ln4l9hzdg458vcnak3jj4kjnsrbbfysan5wlx"; libraryHaskellDepends = [ base ]; description = "test"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91449,8 +91449,8 @@ self: { async base bytestring network-simple optparse-applicative ]; description = "FizzBuzz as a service"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91477,8 +91477,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Complete high-level binding to libFLAC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {FLAC = null;}; @@ -91499,8 +91499,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Support for writing picture to FLAC metadata blocks with JuicyPixels"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91518,7 +91518,7 @@ self: { base binary deepseq HTTP optparse-applicative process ]; description = "Verify FLAC files ripped form CD using AccurateRip™"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "flags-applicative" = callPackage @@ -91534,7 +91534,7 @@ self: { ]; testHaskellDepends = [ base containers hspec text ]; description = "Applicative flag parsing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flamethrower" = callPackage @@ -91545,8 +91545,8 @@ self: { sha256 = "10kfy1cnp721hgz6lbc28y7hkjhbv6gpk2jff6nk2avrfbaqqd8x"; libraryHaskellDepends = [ base template-haskell text ]; description = "A template engine for HTML"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91563,8 +91563,8 @@ self: { base either optparse-applicative pipes ]; description = "FlameGraphs of profiling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91609,8 +91609,8 @@ self: { these turtle unliftio-path vinyl ]; description = "Generate language learning flashcards from video"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91637,7 +91637,7 @@ self: { unordered-containers vector ]; description = "Principled and efficient bit-oriented binary serialization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flat-maybe" = callPackage @@ -91648,8 +91648,8 @@ self: { sha256 = "0kxyr7k47lsw7xg523kf98d57p6i1iz5dmyp91zg1xs2hsbjgvlq"; libraryHaskellDepends = [ base ghc-prim ]; description = "Strict Maybe without space and indirection overhead"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91668,7 +91668,7 @@ self: { ]; testHaskellDepends = [ base vector ]; description = "Painless general-purpose sampling"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "flat-tex" = callPackage @@ -91681,7 +91681,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory parsec ]; description = "flatten a latex multi-file latex document and remove all comments"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "flatbuffers" = callPackage @@ -91716,8 +91716,8 @@ self: { scientific template-haskell text text-manipulate vector ]; description = "Haskell implementation of the FlatBuffers protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91732,8 +91732,8 @@ self: { libraryHaskellDepends = [ base constraints transformers ]; testHaskellDepends = [ base tasty tasty-quickcheck transformers ]; description = "Work generically on your datatype without knowing its shape nor its contents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91749,7 +91749,7 @@ self: { base containers template-haskell th-extras transformers ]; description = "Generate default function implementations for complex type classes"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "flexible-time" = callPackage @@ -91760,8 +91760,8 @@ self: { sha256 = "179k0r58r5s0g1vfs7ab382iq7qf5xbrnmvx2y8p86pz8fcz7a8l"; libraryHaskellDepends = [ base bytestring unix-time ]; description = "simple extension of Data.UnixTime."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91776,7 +91776,7 @@ self: { libraryHaskellDepends = [ base text ]; executableHaskellDepends = [ base bytestring text ]; description = "A configurable reimplementation of unlit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flexiwrap" = callPackage @@ -91787,8 +91787,8 @@ self: { sha256 = "0vvl9w3i374k720sscbcsbha89fcfk1hcvdr0nk4y7gkp13xwdba"; libraryHaskellDepends = [ base data-type mtl QuickCheck ]; description = "Flexible wrappers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91802,8 +91802,8 @@ self: { base data-type flexiwrap mtl smallcheck ]; description = "SmallCheck (Serial) instances for flexiwrap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91816,7 +91816,7 @@ self: { libraryHaskellDepends = [ base clock ]; testHaskellDepends = [ base clock hspec QuickCheck ]; description = "work with durations of time using the Flick as the smallest unit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flickr" = callPackage @@ -91834,8 +91834,8 @@ self: { ]; executableHaskellDepends = [ xhtml ]; description = "Haskell binding to the Flickr API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91847,7 +91847,7 @@ self: { sha256 = "17w40nfmdb4crg23fnqn663i4a60dx5714rcyaiqllm4r25n5qv9"; libraryHaskellDepends = [ base bytestring parsec utf8-string ]; description = "A parser for IGC files"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "flight-kml" = callPackage @@ -91870,7 +91870,7 @@ self: { tasty-quickcheck tasty-smallcheck template-haskell time ]; description = "Parsing of pilot tracklogs dumped as KML"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "flink-statefulfun" = callPackage @@ -91891,8 +91891,8 @@ self: { ]; libraryToolDepends = [ proto-lens-protoc ]; description = "Flink stateful functions SDK"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91906,7 +91906,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base process safe-exceptions ]; description = "e.g. `flip systemctl foo.service start` does `systemctl start foo.service`"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "flippers" = callPackage @@ -91919,7 +91919,7 @@ self: { editedCabalFile = "1d3k5prcb5nl7gwq30h4n7qsbl86hrj42zpvrqwsr9lir2jss279"; libraryHaskellDepends = [ base ]; description = "Variations on flip for multiple arguments"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flite" = callPackage @@ -91935,8 +91935,8 @@ self: { array base containers haskell98 parsec ]; description = "f-lite compiler, interpreter and libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91957,7 +91957,7 @@ self: { base bytestring mtl parsec regex-compat text ]; description = "Generate flow charts from your code base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "float-binstring" = callPackage @@ -91973,8 +91973,8 @@ self: { attoparsec base hspec HUnit QuickCheck split text ]; description = "C99 printf \"%a\" style formatting and parsing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -91986,7 +91986,7 @@ self: { sha256 = "0f4nrj5qy6j6d9ll22zjkbgvw2rx0x2w7nllhl929zdbmhxrjk73"; libraryHaskellDepends = [ base integer-gmp ]; description = "FFI bindings for C _Float128"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "floating-bits" = callPackage @@ -91999,8 +91999,8 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base criterion ]; description = "Conversions between floating and integral values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92012,7 +92012,7 @@ self: { sha256 = "1zsxjwgm8nkphnmsbz03yvplc2r02qybb387n910j4j6vya98khc"; libraryHaskellDepends = [ array base integer-gmp ]; description = "Alternative faster String representations for Double and Float, String representations for more general numeric types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flock" = callPackage @@ -92030,7 +92030,7 @@ self: { ]; description = "Wrapper for flock(2)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "floskell" = callPackage @@ -92065,7 +92065,7 @@ self: { haskell-src-exts text utf8-string ]; description = "A flexible Haskell source code pretty printer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flow" = callPackage @@ -92077,7 +92077,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit ]; description = "Write more understandable Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "flow-er" = callPackage @@ -92089,8 +92089,8 @@ self: { libraryHaskellDepends = [ base flow ]; testHaskellDepends = [ base doctest flow QuickCheck ]; description = "More directional operators"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92109,7 +92109,7 @@ self: { base containers dotgen mtl parsec QuickCheck ]; description = "Library and binary to generate sequence/flow diagrams from plain text source"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flowdock" = callPackage @@ -92128,8 +92128,8 @@ self: { pipes-parse template-haskell text unordered-containers uuid ]; description = "Flowdock client library for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92166,8 +92166,8 @@ self: { transformers unordered-containers vector ]; description = "API integration with Flowdock"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92195,8 +92195,8 @@ self: { tasty-quickcheck text time unordered-containers ]; description = "Flowdock REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92215,7 +92215,7 @@ self: { ]; description = "Analyze 454 flowgrams (.SFF files)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92228,8 +92228,8 @@ self: { libraryHaskellDepends = [ base containers syb ]; testHaskellDepends = [ base QuickCheck ]; description = "Generalized Flow Locks Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92248,8 +92248,8 @@ self: { directory MonadRandom mtl random ]; description = "Simulate 454 pyrosequencing"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92282,8 +92282,8 @@ self: { ]; testToolDepends = [ alex happy ]; description = "A layout spec language for memory managers implemented in Rust"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92308,8 +92308,8 @@ self: { base directory filepath mtl OpenGLRaw parsec text ]; description = "FLTK bindings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fltk14; inherit (pkgs) libGL; inherit (pkgs) libGLU; inherit (pkgs) pkg-config;}; @@ -92327,8 +92327,8 @@ self: { base bytestring directory fltkhs process stm ]; description = "FLTKHS demos. Please scroll to the bottom for more information."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "fltkhs-fluid-demos" = callPackage @@ -92341,8 +92341,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring fltkhs ]; description = "Fltkhs Fluid Demos"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "fltkhs-fluid-examples" = callPackage @@ -92355,8 +92355,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring fltkhs ]; description = "Fltkhs Fluid Examples"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92370,8 +92370,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base fltkhs ]; description = "Fltkhs template project"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "fltkhs-themes" = callPackage @@ -92389,8 +92389,8 @@ self: { ]; librarySystemDepends = [ fontconfig ]; description = "A set of themed widgets that provides drop in replacements to the ones in FLTKHS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) fontconfig;}; "fluent-logger" = callPackage @@ -92414,8 +92414,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "A structured logger for Fluentd (Haskell)"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92432,7 +92432,7 @@ self: { ]; description = "Conduit interface for fluent-logger"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "fluffy" = callPackage @@ -92452,7 +92452,7 @@ self: { resource-pool text time uuid-types yesod-core yesod-static ]; description = "A simple web application as a online practice website for XDU SE 2017 fall SPM"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "fluffy-parser" = callPackage @@ -92467,8 +92467,8 @@ self: { base binary bytestring pandoc parsec postgresql-simple ]; description = "The parser for fluffy to parsec the question bank in .docx type"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92491,7 +92491,7 @@ self: { aeson base containers hspec scientific text vector ]; description = "Code-generated, Auto-versioned, & Smart Web APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fluid-idl-http-client" = callPackage @@ -92507,7 +92507,7 @@ self: { text-conversions ]; description = "Http Client addon for Fluid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fluid-idl-scotty" = callPackage @@ -92520,7 +92520,7 @@ self: { aeson base fluid-idl mtl scotty text wai ]; description = "Scotty server add-on for Fluid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fluidsynth" = callPackage @@ -92534,8 +92534,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL containers directory ]; librarySystemDepends = [ fluidsynth ]; description = "Haskell bindings to FluidSynth"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fluidsynth;}; @@ -92551,7 +92551,7 @@ self: { testHaskellDepends = [ async base hspec QuickCheck stm ]; benchmarkHaskellDepends = [ async base deepseq old-time stm ]; description = "Concurrent bouded blocking queues optimized for flushing. Both IO and STM implementations."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "flux-monoid" = callPackage @@ -92562,8 +92562,8 @@ self: { sha256 = "0aa5p8604j63zz8rfxcp4p4110k27ys5dcy980kg5hjzba7aj54m"; libraryHaskellDepends = [ base ]; description = "A monoid for tracking changes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92581,8 +92581,8 @@ self: { base directory filepath mtl process Unixutils ]; description = "A Friendly Markup language without syntax"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92594,7 +92594,7 @@ self: { sha256 = "19h95ph7lh7llw6j1v1rssrdi5k7xw8x0iac9rgzss371s2w3g9d"; libraryHaskellDepends = [ base ]; description = "FoldMap lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fmt" = callPackage @@ -92621,7 +92621,7 @@ self: { text vector ]; description = "A new formatting library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fmt-for-rio" = callPackage @@ -92632,8 +92632,8 @@ self: { sha256 = "0hxf1cgch4l5vwnsg4449ing3qi40kpfcwjg4l807sw0b18ccwar"; libraryHaskellDepends = [ base enum-text-rio ]; description = "Adaptor for getting fmt to work with rio"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92646,8 +92646,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base fmt ]; testHaskellDepends = [ ansi-terminal base fmt ]; description = "ANSI terminal colors formatters for fmt library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92669,7 +92669,7 @@ self: { unordered-containers wai wai-extra ]; description = "A functional web framework"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "fn-extra" = callPackage @@ -92688,8 +92688,8 @@ self: { wai-extra wai-util xmlhtml ]; description = "Extras for Fn, a functional web framework"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92707,7 +92707,7 @@ self: { tasty-quickcheck ]; description = "A general abstraction for manipulating elements of container data structures"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "focuslist" = callPackage @@ -92731,7 +92731,7 @@ self: { QuickCheck tasty tasty-hedgehog tasty-hspec template-haskell ]; description = "Lists with a focused element"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fold-debounce" = callPackage @@ -92747,7 +92747,7 @@ self: { ]; testHaskellDepends = [ base hspec stm time ]; description = "Fold multiple events that happen in a given period of time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fold-debounce-conduit" = callPackage @@ -92766,7 +92766,7 @@ self: { base conduit hspec resourcet stm transformers ]; description = "Regulate input traffic from conduit Source with Control.FoldDebounce"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "foldable-ix" = callPackage @@ -92777,7 +92777,7 @@ self: { sha256 = "1lvf1n8mnv3imlry4nqdv8c2c930yic0raqs2awnbmyyy1c6fc79"; libraryHaskellDepends = [ base ]; description = "Functions to find out the indices of the elements in the Foldable structures"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "foldable1" = callPackage @@ -92788,7 +92788,7 @@ self: { sha256 = "02p9wg0rcp7qvjp588y6r2szz7ja5x1idl04vn3hr7mbrbjq9ml5"; libraryHaskellDepends = [ base transformers util ]; description = "Foldable types with at least 1 element"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "foldl" = callPackage @@ -92811,7 +92811,7 @@ self: { testHaskellDepends = [ base doctest ]; benchmarkHaskellDepends = [ base criterion ]; description = "Composable, streaming, and efficient left folds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "foldl-exceptions" = callPackage @@ -92825,7 +92825,7 @@ self: { libraryHaskellDepends = [ base foldl safe-exceptions ]; testHaskellDepends = [ base doctest ]; description = "Exception handling with FoldM"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "foldl-incremental" = callPackage @@ -92846,8 +92846,8 @@ self: { ]; benchmarkHaskellDepends = [ base containers criterion foldl ]; description = "incremental folds"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92872,8 +92872,8 @@ self: { base criterion foldl mwc-random statistics vector ]; description = "Statistical functions from the statistics package implemented as Folds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92900,8 +92900,8 @@ self: { base criterion foldl lens-family-core ]; description = "Transducers for foldl folds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92923,8 +92923,8 @@ self: { text transformers ]; description = "Attoparsec and foldl-transduce integration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92950,7 +92950,7 @@ self: { base bytestring deepseq directory doctest filepath mtl semigroups ]; description = "Beautiful Folding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "folds-common" = callPackage @@ -92963,8 +92963,8 @@ self: { libraryHaskellDepends = [ base containers folds ]; testHaskellDepends = [ base containers tasty tasty-quickcheck ]; description = "A playground of common folds for folds"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -92983,7 +92983,7 @@ self: { array base containers gloss optparse-applicative xml ]; description = "Toolset for Folger Shakespeare Library's XML annotated plays"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "follow" = callPackage @@ -93011,8 +93011,8 @@ self: { text time transformers unordered-containers yaml ]; description = "Haskell library to follow content published on any subject"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93037,7 +93037,7 @@ self: { path text unix utf8-string ]; description = "Be notified when a file gets appended, solely with what was added. Warning - only works on linux and for files that are strictly appended, like log files."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "follower" = callPackage @@ -93055,8 +93055,8 @@ self: { old-locale strict time ]; description = "Follow Tweets anonymously"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93069,8 +93069,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ foma ]; description = "Simple Haskell bindings for Foma"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) foma;}; @@ -93082,7 +93082,7 @@ self: { sha256 = "1njwikgrsm52diq84j6lgjcndssk3ihmgp7fndwjq9m2v2h346gh"; libraryHaskellDepends = [ base ]; description = "A Font Awesome data type enumerating all icon classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "font-opengl-basic4x6" = callPackage @@ -93096,8 +93096,8 @@ self: { libraryHaskellDepends = [ base OpenGL ]; executableHaskellDepends = [ base GLFW-b OpenGL ]; description = "Basic4x6 font for OpenGL"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93114,7 +93114,7 @@ self: { ]; description = "Paper soccer, an OpenGL game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93130,7 +93130,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "for-free" = callPackage @@ -93146,8 +93146,8 @@ self: { transformers ]; description = "Functor, Monad, MonadPlus, etc for free"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93168,8 +93168,8 @@ self: { transformers vector ]; description = "A library accelerates imperative style programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93186,8 +93186,8 @@ self: { base containers data-default-class lens linear ]; description = "Simple force-directed layout"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93202,7 +93202,7 @@ self: { executableHaskellDepends = [ base process transformers ]; description = "Run a command on files with magic substituion support (sequencing and regexp)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93214,8 +93214,8 @@ self: { sha256 = "17wsqrq1zq1p80gnrfsvks5bhickfqj5mh2prbzzkzb3s28l1mby"; libraryHaskellDepends = [ aeson base text ]; description = "A Haskell library for working with forecast.io data."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93227,7 +93227,7 @@ self: { sha256 = "1pj30p7z5nq8j95z9c4kjv6spandfch3r0dvx3n8wsbh3270dvxj"; libraryHaskellDepends = [ base ]; description = "Types and instances for implementing a Storable with different peek and poke"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "foreign-store" = callPackage @@ -93238,7 +93238,7 @@ self: { sha256 = "1p436dn6l5zjzizcsj0hn10s2n907gr7c8y89i4sm3h69lhqlw86"; libraryHaskellDepends = [ base ]; description = "Store a stable pointer in a foreign context to be retrieved later"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "foreign-var" = callPackage @@ -93251,8 +93251,8 @@ self: { editedCabalFile = "077s05370sx7pn053z1y6ygjg77dsvpcd5r8ivx9q9rk8m1hdjgr"; libraryHaskellDepends = [ base stm transformers ]; description = "Encapsulating mutatable state in external libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93268,8 +93268,8 @@ self: { aeson base comonad deepseq free hashable profunctors semigroupoids ]; description = "Tree and Forest types"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93291,8 +93291,8 @@ self: { aeson base bytestring containers HUnit mtl tasty tasty-hunit ]; description = "Recursively delete CloudFormation stacks and their dependants"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93307,8 +93307,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Library for generating fake placeholder data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93320,7 +93320,7 @@ self: { sha256 = "0qnl3bvqiwh6d7lm3w06is5ivh025c7024695m7fzajvzbpk67jp"; libraryHaskellDepends = [ base transformers ]; description = "An implementation of forkIO for monad stacks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "forma" = callPackage @@ -93338,7 +93338,7 @@ self: { ]; testHaskellDepends = [ aeson base containers hspec mtl text ]; description = "Parse and validate forms in JSON format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "formal" = callPackage @@ -93360,8 +93360,8 @@ self: { parsec process text transformers urlencoded wl-pprint-text ]; description = "A statically typed, functional programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93374,8 +93374,8 @@ self: { libraryHaskellDepends = [ haskell2010 parsec ]; testHaskellDepends = [ haskell2010 parsec QuickCheck ]; description = "Rendering from and scanning to format strings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93388,7 +93388,7 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base hspec text ]; description = "Various number formatting functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "format-status" = callPackage @@ -93405,8 +93405,8 @@ self: { base data-concurrent-queue old-locale stm text time ]; description = "A utility for writing the date to dzen2"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93424,8 +93424,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "Number text formatting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93446,8 +93446,8 @@ self: { lens old-locale QuickCheck text time ]; description = "Business-quality formatting of numbers, dates, and other things"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93466,7 +93466,7 @@ self: { ]; testHaskellDepends = [ base hspec semigroups text ]; description = "Combinator-based type-safe formatting (like printf() or FORMAT)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "formatting_7_1_1" = callPackage @@ -93486,8 +93486,8 @@ self: { scientific text time transformers ]; description = "Combinator-based type-safe formatting (like printf() or FORMAT)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "forml" = callPackage @@ -93511,8 +93511,8 @@ self: { process text urlencoded utf8-string zlib ]; description = "A statically typed, functional programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93529,8 +93529,8 @@ self: { transformers xhtml ]; description = "Formlets implemented in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93547,8 +93547,8 @@ self: { ]; libraryToolDepends = [ trhsx ]; description = "HSP support for Formlets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93570,8 +93570,8 @@ self: { ansi-wl-pprint base containers lens text trifecta ]; description = "Formura is a simple language to describe stencil computation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93599,8 +93599,8 @@ self: { type-level ]; description = "ForSyDe's Haskell-embedded Domain Specific Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93617,7 +93617,7 @@ self: { base directory doctest hspec old-time process QuickCheck random ]; description = "ForSyDe's Haskell-embedded Domain Specific Language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "forth-hll" = callPackage @@ -93628,8 +93628,8 @@ self: { sha256 = "1hmcicxnxcl99chidkbg1kspjzpxxcw8qh4lrwvmlpz2knzf11g3"; libraryHaskellDepends = [ array-forth base free mtl ]; description = "A simple eDSL for generating arrayForth code"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93658,8 +93658,8 @@ self: { filepath GenericPretty hspec mtl pretty text uniplate ]; description = "Parser and anlyses for Fortran standards 66, 77, 90 and 95"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93674,8 +93674,8 @@ self: { libraryHaskellDepends = [ ansi-terminal base text ]; testHaskellDepends = [ base doctest hspec ]; description = "Interactive terminal prompt"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93687,7 +93687,7 @@ self: { sha256 = "0q11h91mlbaflxl35sya5r4h9r5d18v5ib0hplrzcnsgwchdcd3f"; libraryHaskellDepends = [ base SafeSemaphore stm unagi-chan ]; description = "Concurrent channels with a forwarding primitive"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "foscam-directory" = callPackage @@ -93706,8 +93706,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Foscam File format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93727,8 +93727,8 @@ self: { base directory doctest filepath parsec QuickCheck template-haskell ]; description = "Foscam File format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93755,8 +93755,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Foscam File format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93772,7 +93772,7 @@ self: { testHaskellDepends = [ base basement ]; benchmarkHaskellDepends = [ base basement gauge ]; description = "Alternative prelude with batteries and no dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "foundation-edge" = callPackage @@ -93783,7 +93783,7 @@ self: { sha256 = "0dqpalqn9p10vmz3sw60aga76rpi4d92hrvq2v91pv44p1iva2mb"; libraryHaskellDepends = [ bytestring foundation text ]; description = "foundation's edge with the conventional set of packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fountain" = callPackage @@ -93794,7 +93794,7 @@ self: { sha256 = "0mxzrvrag2qwn22llklmdkcf4icd8n9ifg1awd9q7ffll8a1a67p"; libraryHaskellDepends = [ base containers random ]; description = "A fountain codec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fourmolu" = callPackage @@ -93822,7 +93822,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fourmolu_0_3_0_0" = callPackage @@ -93850,8 +93850,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "fp-ieee" = callPackage @@ -93869,8 +93869,8 @@ self: { ]; benchmarkHaskellDepends = [ base gauge ]; description = "IEEE 754-2019 compliant operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93907,8 +93907,8 @@ self: { optparse-applicative process safe text unordered-containers ]; description = "Simple interface to the FP Complete IDE API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -93927,7 +93927,7 @@ self: { base bytestring cryptonite integer-logarithms vector ]; description = "Format-preserving encryption"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fpipe" = callPackage @@ -93938,7 +93938,7 @@ self: { sha256 = "1b6r19yy9wh5w8xb0ajjxsd2qyzjnkgyav1975qv92wwxslyxwr8"; libraryHaskellDepends = [ base ]; description = "F#-style composition and application"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fplll" = callPackage @@ -93954,8 +93954,8 @@ self: { libraryPkgconfigDepends = [ fplll ]; testHaskellDepends = [ base ]; description = "Haskell bindings to "; - license = stdenv.lib.licenses.lgpl21Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fplll;}; @@ -93967,7 +93967,7 @@ self: { sha256 = "15qpfi3b9vnpm17q3y64nsrhlj5vi9rgrgysjfk98aw1gkj9mvv4"; libraryHaskellDepends = [ base ]; description = "A library for NLA operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fpnla-examples" = callPackage @@ -93991,8 +93991,8 @@ self: { test-framework-quickcheck2 time vector ]; description = "Example implementations for FPNLA library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94018,8 +94018,8 @@ self: { test-framework-quickcheck2 ]; description = "IEEE754r floating point conformance tests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94038,7 +94038,7 @@ self: { ]; description = "Installed package query tool for Gentoo Linux"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "fractal" = callPackage @@ -94051,7 +94051,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Draw Newton, Julia and Mandelbrot fractals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fractals" = callPackage @@ -94063,8 +94063,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base integer-gmp QuickCheck ]; description = "A collection of useful fractal curve encoders"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94076,8 +94076,8 @@ self: { sha256 = "0ajkrp7babip4y0symj65yanyazsazp7lsbbsa3il2b6kp9fwgxd"; libraryHaskellDepends = [ base semigroups ]; description = "Fractions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94093,7 +94093,7 @@ self: { executableHaskellDepends = [ array base GLUT OpenGL random ]; description = "A 3-D First Person Shooter Game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94117,8 +94117,8 @@ self: { ]; executableHaskellDepends = [ pretty ]; description = "A simple web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghc-binary = null;}; @@ -94130,7 +94130,7 @@ self: { sha256 = "0wy1c9xgd6ykymqciga1sla83wfdwy17p88bygfp6pflbc0rw57g"; libraryHaskellDepends = [ base frame pandoc ]; description = "A markdown to Frame GUI writer for Pandoc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "franchise" = callPackage @@ -94141,8 +94141,8 @@ self: { sha256 = "144fywp5fcix5i06wvwvzwsr19bgxpajx7bi7jw43hnm3rlcj4vr"; libraryHaskellDepends = [ base ]; description = "A package for configuring and building Haskell software"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94169,7 +94169,7 @@ self: { base bytestring network optparse-applicative stm vector ]; description = "Append-only database"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fraxl" = callPackage @@ -94188,8 +94188,8 @@ self: { ]; benchmarkHaskellDepends = [ base time ]; description = "Cached and parallel data fetching"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94209,8 +94209,8 @@ self: { text uuid ]; description = "RabbitMQ Messaging API supporting request-response"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94231,7 +94231,7 @@ self: { transformers transformers-base ]; description = "Monads for free"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "free_5_1_6" = callPackage @@ -94249,8 +94249,8 @@ self: { transformers transformers-base ]; description = "Monads for free"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "free-algebras" = callPackage @@ -94270,8 +94270,8 @@ self: { mtl transformers ]; description = "Free algebras"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94283,7 +94283,7 @@ self: { sha256 = "1s5fdl7sgqhwk3zqrbv9qjzp7r12wyh4pwz38yywzhc32gl0vm4r"; libraryHaskellDepends = [ base ]; description = "free categories"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "free-category" = callPackage @@ -94300,8 +94300,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "efficient data types for free categories and arrows"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94313,8 +94313,8 @@ self: { sha256 = "1caiwxhm2wx0cnr2g4zvk2qv170jps14lf9j1q40qvx5qy3fxwlz"; libraryHaskellDepends = [ base type-aligned ]; description = "Free monads suitable for concurrent computation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94329,7 +94329,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "An extensible effects library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "free-functors" = callPackage @@ -94346,7 +94346,7 @@ self: { profunctors template-haskell transformers ]; description = "Free functors, adjoint to functors that forget class constraints"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "free-game" = callPackage @@ -94367,8 +94367,8 @@ self: { StateVar template-haskell transformers vector void ]; description = "Create games for free"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94385,8 +94385,8 @@ self: { time transformers ]; description = "An HTTP Client based on Free Monads"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94402,8 +94402,8 @@ self: { base comonad-transformers free kan-extensions mtl transformers ]; description = "Operational Applicative, Alternative, Monad and MonadPlus from free types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94419,8 +94419,8 @@ self: { base containers haskell-src haskell-src-exts mtl pretty syb ]; description = "Automatic generation of free theorems"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94439,8 +94439,8 @@ self: { ]; executableHaskellDepends = [ cgi free-theorems utf8-string xhtml ]; description = "Automatically Generating Counterexamples to Naive Free Theorems"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94458,8 +94458,8 @@ self: { old-locale old-time parsec pretty syb utf8-string xhtml ]; description = "Taming Selective Strictness"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94478,8 +94478,8 @@ self: { utf8-string xhtml ]; description = "Taming Selective Strictness"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94499,8 +94499,8 @@ self: { process time xhtml ]; description = "CGI-based web interface for the free-theorems package"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94516,8 +94516,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94533,8 +94533,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94552,7 +94552,7 @@ self: { base lens linear MemoTrie pragmatic-show vector vector-space ]; description = "Instantiate the classes from the vector-space package with types from linear"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "free-vl" = callPackage @@ -94569,7 +94569,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base containers mtl tasty tasty-hunit ]; description = "van Laarhoven encoded Free Monad with Extensible Effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "freekick2" = callPackage @@ -94591,7 +94591,7 @@ self: { ]; description = "A soccer game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94611,8 +94611,8 @@ self: { transformers ]; description = "A generalisation of the Category->Functor->Applicative->Monad hierarchy and more"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94627,8 +94627,8 @@ self: { librarySystemDepends = [ freenect freenect_sync ]; libraryPkgconfigDepends = [ libfreenect ]; description = "Interface to the Kinect device"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) freenect; freenect_sync = null; libfreenect = null;}; @@ -94649,7 +94649,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion free mtl ]; description = "Implementation of the Freer Monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "freer-converse" = callPackage @@ -94665,8 +94665,8 @@ self: { base freer-effects tasty tasty-hunit tasty-quickcheck text ]; description = "Handle effects conversely using monadic conversation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94687,8 +94687,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion free mtl ]; description = "Implementation of effect system for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94700,7 +94700,7 @@ self: { sha256 = "14d5683z37xyahrw6dbcv516lmc8vasl1bc6zvdy3wr4y4g1qyzd"; libraryHaskellDepends = [ base ]; description = "Freer indexed monad for type-level resource-aware effectual operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "freer-simple" = callPackage @@ -94727,7 +94727,7 @@ self: { base criterion extensible-effects free mtl ]; description = "Implementation of a friendly effect system for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "freer-simple-catching" = callPackage @@ -94739,8 +94739,8 @@ self: { libraryHaskellDepends = [ base freer-simple ]; testHaskellDepends = [ base freer-simple hspec ]; description = "Checked runtime exceptions with freer-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94761,8 +94761,8 @@ self: { http-types ]; description = "Make HTTP requests with freer-simple!"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94775,8 +94775,8 @@ self: { libraryHaskellDepends = [ base containers freer-simple time ]; testHaskellDepends = [ base containers freer-simple hspec time ]; description = "Automatic profling of freer-simple programs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94789,8 +94789,8 @@ self: { libraryHaskellDepends = [ base containers freer-simple random ]; testHaskellDepends = [ base containers freer-simple hspec random ]; description = "Random number generators using freer-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94803,8 +94803,8 @@ self: { libraryHaskellDepends = [ base freer-simple time ]; testHaskellDepends = [ base freer-simple hspec time ]; description = "freer-simple interface to IO based time functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94822,8 +94822,8 @@ self: { array base cpphs directory mtl parallel pretty random syb ]; description = "A Haskell syntax extension for generalised sections"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94845,8 +94845,8 @@ self: { aeson base bytestring containers data-default hspec hspec-core ]; description = "Access the Freesound Project database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94861,8 +94861,8 @@ self: { base boundingboxes bytestring freetype2 linear ]; description = "Single line text rendering for OpenGL ES"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94877,7 +94877,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base template-haskell ]; description = "Haskell bindings for FreeType 2 library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "french-cards" = callPackage @@ -94889,7 +94889,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec HUnit ]; description = "French Playing Cards"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "freq" = callPackage @@ -94906,8 +94906,8 @@ self: { testHaskellDepends = [ base bytestring containers hedgehog ]; benchmarkHaskellDepends = [ base bytestring containers gauge ]; description = "Are you ready to get freaky?"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94924,7 +94924,7 @@ self: { ]; description = "Fresco binding for Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "fresh" = callPackage @@ -94935,8 +94935,8 @@ self: { sha256 = "1441yv55bwmiwnr6jsccq91anq8vhc2a4ka0irn3i2i9cjzw0gkw"; libraryHaskellDepends = [ base containers haskell-src-exts syb ]; description = "Introduce fresh variables into Haskell source code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -94959,7 +94959,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 vector ]; description = "A functional image processing library for Haskell"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "friday-devil" = callPackage @@ -94975,8 +94975,8 @@ self: { ]; librarySystemDepends = [ libdevil ]; description = "Uses the DevIL C library to read and write images from and to files and memory buffers"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libdevil;}; @@ -94993,7 +94993,7 @@ self: { base bytestring file-embed friday hspec JuicyPixels ]; description = "Converts between the Friday and JuicyPixels image types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "friday-scale-dct" = callPackage @@ -95008,8 +95008,8 @@ self: { base base-compat carray fft friday vector ]; description = "Scale Friday images with DCT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95025,8 +95025,8 @@ self: { base bifunctors lens optparse-applicative ]; description = "Attempt to pretty-print any input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95041,7 +95041,7 @@ self: { libraryHaskellDepends = [ base old-locale time ]; testHaskellDepends = [ base hspec old-locale time ]; description = "Print time information in friendly ways"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "frisby" = callPackage @@ -95054,7 +95054,7 @@ self: { array base containers fail mtl semigroups ]; description = "Linear time composable parser for PEG grammars"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "from-sum" = callPackage @@ -95066,7 +95066,7 @@ self: { libraryHaskellDepends = [ base transformers ]; testHaskellDepends = [ base doctest Glob ]; description = "Combinators for working with Maybe and Either"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fromhtml" = callPackage @@ -95080,7 +95080,7 @@ self: { libraryHaskellDepends = [ base bytestring process-extras text ]; executableHaskellDepends = [ base bytestring process-extras text ]; description = "Simple adapter for transformation of HTML to other formats"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "front" = callPackage @@ -95099,8 +95099,8 @@ self: { fay-dom fay-websockets mtl stm text websockets ]; description = "A reactive frontend web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95117,7 +95117,7 @@ self: { attoparsec base bytestring hspec QuickCheck text yaml ]; description = "Parses frontmatter as used in Jekyll markdown files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "frotate" = callPackage @@ -95131,7 +95131,7 @@ self: { executableHaskellDepends = [ base optparse-applicative time ]; testHaskellDepends = [ base doctest ]; description = "Advanced rotation of backups and other things"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "frown" = callPackage @@ -95145,7 +95145,7 @@ self: { executableHaskellDepends = [ base directory ]; description = "LALR(k) parser generator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95157,8 +95157,8 @@ self: { sha256 = "18mnxlwlyh4q18xc9svpwma3qgwp473dfg1z1rmdll6za82zmvzn"; libraryHaskellDepends = [ base containers mtl ]; description = "Arduino programming without the hassle of C"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95173,8 +95173,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers mtl transformers ]; description = "Principled practical FRP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95190,8 +95190,8 @@ self: { base containers frpnow gloss mtl transformers ]; description = "Program awesome stuff with Gloss and frpnow!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95208,8 +95208,8 @@ self: { base containers frpnow glib gtk mtl transformers ]; description = "Program GUIs with GTK and frpnow!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95223,8 +95223,8 @@ self: { base containers frpnow glib gtk3 mtl text ]; description = "Program GUIs with GTK3 and frpnow!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95239,8 +95239,8 @@ self: { libraryHaskellDepends = [ base frpnow vty ]; executableHaskellDepends = [ base containers frpnow vty ]; description = "Program terminal applications with vty and frpnow!"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95255,7 +95255,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Lexical extension for Quasi-Quotations using French-Quotes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fs-events" = callPackage @@ -95266,8 +95266,8 @@ self: { sha256 = "0jw6cx9fzzs8r20acjq8nq8zjhwiwnvg1b0kc97c2sij1bhw6pw4"; libraryHaskellDepends = [ base ]; description = "A haskell binding to the FSEvents API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95279,8 +95279,8 @@ self: { sha256 = "1lhvq4pqgsc52hzgh39ijw4yqw6r4pgq7shv8y5xfgyjibzkmf8m"; libraryHaskellDepends = [ base hint ]; description = "csv parser for fsh"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95292,7 +95292,7 @@ self: { sha256 = "1scmvhbsn988x6j4a94ibg1c7adrxf8lzn06n9n1iv62bjd450m3"; libraryHaskellDepends = [ base ]; description = "some F# operators, high priority pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fsmActions" = callPackage @@ -95307,8 +95307,8 @@ self: { base containers fgl filepath graphviz MissingH mtl parsec pretty ]; description = "Finite state machines and FSM actions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95332,7 +95332,7 @@ self: { unix-compat ]; description = "Cross platform library for file change notification"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fsnotify-conduit" = callPackage @@ -95351,7 +95351,7 @@ self: { transformers ]; description = "Get filesystem notifications as a stream of events"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fst" = callPackage @@ -95370,8 +95370,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "Finite state transducers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95383,8 +95383,8 @@ self: { sha256 = "07lx4928d1fnjbpfmky4jhhk7sqj98b11vdbv4f67p3bwfn5lrp8"; libraryHaskellDepends = [ base directory filepath ]; description = "File system utilities for Haskell that are missing from built in libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95404,8 +95404,8 @@ self: { system-filepath text time-units turtle ]; description = "Wait and observe events on the filesystem for a path, with a timeout"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95426,8 +95426,8 @@ self: { base directory fsnotify haskeline optparse-applicative process ]; description = "File System watching tool with cli and slave functionalities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95446,7 +95446,7 @@ self: { regex-pcre-builtin system-filepath unix ]; description = "Watch a file/directory and run a command when it's modified"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ft-generator" = callPackage @@ -95459,8 +95459,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base mtl parsec ]; description = "implementation accompanying a WFLP'19 paper"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95478,8 +95478,8 @@ self: { base base-unicode-symbols bytestring safe transformers usb ]; description = "A thin layer over USB to communicate with FTDI chips"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95497,7 +95497,7 @@ self: { ]; testHaskellDepends = [ base bytestring tasty tasty-hspec ]; description = "Transfer files with FTP and FTPS"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "ftp-client-conduit" = callPackage @@ -95513,7 +95513,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Transfer file with FTP and FTPS with Conduit"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "ftp-conduit" = callPackage @@ -95529,8 +95529,8 @@ self: { utf8-string ]; description = "FTP client package with conduit interface based off http-conduit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95549,7 +95549,7 @@ self: { ]; description = "FTP Client and Server Library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95561,7 +95561,7 @@ self: { sha256 = "1gj7j6mpfgv7ra3v9pm8gbvzbdmcvjri4zzmllx84d138l983k6g"; libraryHaskellDepends = [ base ShowF type-unary ]; description = "Depth-typed functor-based trees, both top-down and bottom-up"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ftshell" = callPackage @@ -95579,8 +95579,8 @@ self: { base containers free-theorems mtl pretty Shellac Shellac-readline ]; description = "Shell interface to the FreeTheorems library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95592,7 +95592,7 @@ self: { sha256 = "0g0qy0lcixbjm5srmfl1dnci4m09zwqcs5dpknpnsdc4b4l3925r"; libraryHaskellDepends = [ base ]; description = "A recapitulated prelude with minimal dependencies and profligate exports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "full-sessions" = callPackage @@ -95603,8 +95603,8 @@ self: { sha256 = "0irm1zrggjl9zrapzxfl3kj32d81k30c8nbmr3bf9ramjg65xm90"; libraryHaskellDepends = [ base ghc network ]; description = "a monad for protocol-typed network programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95625,7 +95625,7 @@ self: { array base containers QuickCheck tasty tasty-quickcheck text vector ]; description = "In-memory full text search engine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fullstop" = callPackage @@ -95644,8 +95644,8 @@ self: { base HUnit QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Simple sentence segmenter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95674,8 +95674,8 @@ self: { unordered-containers utf8-string vcs-web-hook-parse ]; description = "IRC bot for fun, learning, creativity and collaboration"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95694,8 +95694,8 @@ self: { network-uri ]; description = "Report events to FunBot over a JSON/HTTP API"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95707,7 +95707,7 @@ self: { sha256 = "075h2iwa4vjhl2ckv7qv4n5s1zfvsnsam06xsznhqpjb9m2m1208"; libraryHaskellDepends = [ aeson base text ]; description = "Interact with FunBot's external events"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "funbot-git-hook" = callPackage @@ -95726,8 +95726,8 @@ self: { hit network-uri template text utf8-string ]; description = "Git hook which sends events to FunBot"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95740,8 +95740,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base filepath pretty process ]; description = "Functional MetaPost is a Haskell frontend to the MetaPost language"; - license = stdenv.lib.licenses.gpl3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.gpl3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "funcons-intgen" = callPackage @@ -95760,8 +95760,8 @@ self: { iml-tools mtl pretty regex-applicative split text uu-cco ]; description = "Generate Funcons interpreters from CBS description files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {iml-tools = null;}; @@ -95779,8 +95779,8 @@ self: { base containers funcons-tools gll text ]; description = "call-by-value lambda-calculus with meta-programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95796,8 +95796,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base funcons-tools funcons-values ]; description = "A modular interpreter for executing SIMPLE funcons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95823,8 +95823,8 @@ self: { random-strings regex-applicative split text TypeCompose vector ]; description = "A modular interpreter for executing funcons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95840,8 +95840,8 @@ self: { base bv containers multiset text vector ]; description = "Library providing values and operations on values in a fixed universe"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95854,7 +95854,7 @@ self: { libraryHaskellDepends = [ base tagged ]; testHaskellDepends = [ base tagged ]; description = "Create poly variadic functions for monoidal results"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "function-combine" = callPackage @@ -95865,8 +95865,8 @@ self: { sha256 = "1m8bmqxb9kar3y8zv22qs2a6kzd636m5li1r2q4y6pps0nglv9i9"; libraryHaskellDepends = [ base data-type ]; description = "Combining functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95878,8 +95878,8 @@ self: { sha256 = "0dxym6xrylngw8r5spi246nmi8fvvxxx776qismcr04zqshv7ygw"; libraryHaskellDepends = [ base numeric-prelude ]; description = "Instances of the Algebra.* classes for functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95891,8 +95891,8 @@ self: { sha256 = "1la9xqm5gs6a6cb18wyx9wr0nx6p5ryhczvb72d0zm6xrjrf0r5s"; libraryHaskellDepends = [ base HList ]; description = "Combinators that allow for a more functional/monadic style of Arrow programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95904,7 +95904,7 @@ self: { sha256 = "1l72f0zz2hfhxydsmi0kqcq7mwib0cvk050mdhgyqgqdglphdpi9"; libraryHaskellDepends = [ base ]; description = "KMP implemented on haskell's built-in cons-cell-based lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "functor" = callPackage @@ -95917,8 +95917,8 @@ self: { editedCabalFile = "1cjr0x65q1hmls7jszmngbibbif1l9jipjgkndpr33d84ry10hnj"; libraryHaskellDepends = [ base category ]; description = "Functors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95930,7 +95930,7 @@ self: { sha256 = "0jshf7and80p0gq26zz83xj4p3ff8lppa5252qg0646xsr06lfkr"; doHaddock = false; description = "This package has been subsumed by semigroupoids"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "functor-classes-compat" = callPackage @@ -95947,7 +95947,7 @@ self: { base containers hashable unordered-containers vector ]; description = "Data.Functor.Classes instances for core packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "functor-combinators" = callPackage @@ -95974,8 +95974,8 @@ self: { semigroupoids tasty tasty-hedgehog transformers trivial-constraint ]; description = "Tools for functor combinator-based program design"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -95992,7 +95992,7 @@ self: { TypeCompose ]; description = "Functor combinators with tries & zippers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "functor-friends" = callPackage @@ -96003,8 +96003,8 @@ self: { sha256 = "1apbdfhmhw1f30w62wwq6nr98pqhqbadp9c05vc424jm82v0169d"; libraryHaskellDepends = [ base recursion-schemes ]; description = "Friendly helpers for your recursion schemes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96018,8 +96018,8 @@ self: { editedCabalFile = "0nvk9hff0vd3s7q67pb4my5vfz1y954y0l8vlbbmdx9i20r1m8nf"; libraryHaskellDepends = [ base template-haskell ]; description = "Infix operators for mapping over compositions of functors. Lots of them."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96031,7 +96031,7 @@ self: { sha256 = "1qfrnny4qsn94n24q705z8d9gh9llz9nbyqbyy7hwh79bf1rkrcg"; libraryHaskellDepends = [ base ]; description = "Monad-style combinators for functors"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "functor-products" = callPackage @@ -96042,8 +96042,8 @@ self: { sha256 = "12rybs7d7m38sfnh9vqs375mzc0k8y0g0dgmwn2c23k9dn5r55jv"; libraryHaskellDepends = [ base microlens singletons text vinyl ]; description = "General functor products for various Foldable instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96055,8 +96055,8 @@ self: { sha256 = "1sf4d3af4kf341g7slpylm2113cy0597fngr5ldlds8znylspmms"; libraryHaskellDepends = [ base ghc-prim lens ]; description = "Collection of functor utilities, providing handy operators, like generalization of (.)."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96068,8 +96068,8 @@ self: { sha256 = "1aa4f6yp4vrrrs3rswhjxw2gij3mwn8yf299kgv42wd03xazyxrs"; libraryHaskellDepends = [ base ]; description = "Data.FunctorM (compatibility package)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96081,7 +96081,7 @@ self: { sha256 = "0nfnjxihn0nhj0rhi1wvqax1f95wskr3fwb7c2clz4lvsma6bfg6"; libraryHaskellDepends = [ base ]; description = "(.:) and friends, syntax for Functor and Applicative."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "funflow" = callPackage @@ -96120,8 +96120,8 @@ self: { text unix ]; description = "Workflows with arrows"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96143,8 +96143,8 @@ self: { tasty-hunit temporary unix ]; description = "Utility functions for using funflow with nix"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96161,7 +96161,7 @@ self: { TypeCompose ]; description = "GLL parser with simple combinator interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "funion" = callPackage @@ -96178,8 +96178,8 @@ self: { base bytestring directory filepath haskell98 HFuse unix ]; description = "A unioning file-system using HFuse"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96195,8 +96195,8 @@ self: { testHaskellDepends = [ base hscolour ipprint tasty tasty-hspec ]; benchmarkHaskellDepends = [ base criterion hscolour ipprint ]; description = "funnyPrint function to colorize GHCi output"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96208,8 +96208,8 @@ self: { sha256 = "0zblrfg8mfbc1hzxb36hk2lb3c167xmpcvg8h595m9kjpdmj4ayw"; libraryHaskellDepends = [ base mtl ]; description = "A generalization of pattern matching"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96231,8 +96231,8 @@ self: { QuickCheck random time ]; description = "A modern DPLL-style SAT solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96244,8 +96244,8 @@ self: { sha256 = "0jf8yhk45n06avl9avgmawvazsz585i7jppvcds6pjd8pqdb2qk4"; libraryHaskellDepends = [ base ]; description = "Type-level function utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96266,7 +96266,7 @@ self: { testToolDepends = [ markdown-unlit ]; benchmarkHaskellDepends = [ base gauge transformers ]; description = "A fast, flexible, fused effect system"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fused-effects-exceptions" = callPackage @@ -96283,7 +96283,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Handle exceptions thrown in IO with fused-effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fused-effects-lens" = callPackage @@ -96295,7 +96295,7 @@ self: { libraryHaskellDepends = [ base fused-effects microlens ]; testHaskellDepends = [ base fused-effects hspec microlens ]; description = "Monadic lens combinators for fused-effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fused-effects-mwc-random" = callPackage @@ -96313,7 +96313,7 @@ self: { testHaskellDepends = [ base fused-effects mwc-random vector ]; benchmarkHaskellDepends = [ base fused-effects-random gauge ]; description = "High-quality random number generation as an effect"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fused-effects-optics" = callPackage @@ -96324,7 +96324,7 @@ self: { sha256 = "16q5b7b46k4hi8c46kq57dxidh2djzksc7s8jb65k341bbvlsy1w"; libraryHaskellDepends = [ base fused-effects optics-core ]; description = "Bridge between the optics and fused-effects ecosystems"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fused-effects-random" = callPackage @@ -96335,7 +96335,7 @@ self: { sha256 = "0krcyx4hhvkxh0rbfwxb52xgb4rl45dflyx3aw8xryp6wn9my770"; libraryHaskellDepends = [ base fused-effects random transformers ]; description = "Random number generation for fused-effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fused-effects-readline" = callPackage @@ -96354,7 +96354,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "A readline-like effect and carrier for fused-effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fused-effects-resumable" = callPackage @@ -96367,8 +96367,8 @@ self: { base deepseq fused-effects transformers ]; description = "Resumable exceptions for the fused-effects ecosystem"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96385,8 +96385,8 @@ self: { unliftio-pool ]; description = "A fused-effects adapter for squeal-postgresql"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96403,8 +96403,8 @@ self: { base fused-effects tasty tasty-hunit template-haskell ]; description = "Template Haskell helpers for fused-effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96419,8 +96419,8 @@ self: { libraryHaskellDepends = [ base pipes-safe transformers void ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Effectful streaming library based on shortcut fusion techniques"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96437,7 +96437,7 @@ self: { transformers ]; description = "GHC plugin to make stream fusion more predictable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fusion-plugin-types" = callPackage @@ -96448,7 +96448,7 @@ self: { sha256 = "14lzymjna6faiwj7bdm1jrz42jfj3w1wi2hv66mldjhadf45613d"; libraryHaskellDepends = [ base ]; description = "Types for the fusion-plugin package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "futhark" = callPackage @@ -96486,7 +96486,7 @@ self: { sexp-grammar tasty tasty-hunit tasty-quickcheck text ]; description = "An optimising compiler for a functional, array-oriented language"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "futhask" = callPackage @@ -96500,7 +96500,7 @@ self: { libraryHaskellDepends = [ base directory raw-strings-qq split ]; executableHaskellDepends = [ base directory raw-strings-qq split ]; description = "Generate Haskell wrappers for Futhark libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "futun" = callPackage @@ -96513,8 +96513,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring network unix ]; description = "Simple IP-over-UDP tunnel using TUNTAP"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96526,8 +96526,8 @@ self: { sha256 = "1gvv1m6sfxdc28h4rzp5dh6hrz6nfh031nhs192606v8wg78m3ri"; libraryHaskellDepends = [ base ]; description = "Supposed to mimics and enhance proposed C++ \"future\" features"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96539,7 +96539,7 @@ self: { sha256 = "10whksji6r1bilmj2fxcccg89zh7c08s2zfn07r6wj3xgschrckv"; libraryHaskellDepends = [ base transformers ]; description = "realtime resource handling with manual concurrency"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "futures" = callPackage @@ -96550,7 +96550,7 @@ self: { sha256 = "0dx484i5q58yw3h6j9qp42x546vkky3sc29cqbr9969sfilmbqz8"; libraryHaskellDepends = [ base ]; description = "Simple and fast implementation of Future"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fuzzcheck" = callPackage @@ -96568,7 +96568,7 @@ self: { base hspec hspec-expectations HUnit QuickCheck ]; description = "A simple checker for stress testing monadic code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fuzzy" = callPackage @@ -96580,7 +96580,7 @@ self: { libraryHaskellDepends = [ base monoid-subclasses ]; testHaskellDepends = [ base HUnit ]; description = "Filters a list based on a fuzzy string search"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fuzzy-dates" = callPackage @@ -96592,7 +96592,7 @@ self: { libraryHaskellDepends = [ base hourglass hspec lens parsec ]; testHaskellDepends = [ base hourglass hspec lens parsec ]; description = "Libary for parsing dates in strings in varied formats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fuzzy-parse" = callPackage @@ -96611,7 +96611,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Tools for processing unstructured text data"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fuzzy-time" = callPackage @@ -96625,7 +96625,7 @@ self: { libraryHaskellDepends = [ base containers deepseq megaparsec text time validity validity-time ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "fuzzy-time-gen" = callPackage @@ -96649,8 +96649,8 @@ self: { benchmarkHaskellDepends = [ base criterion fuzzy-time genvalidity-criterion ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96671,8 +96671,8 @@ self: { test-framework-hunit test-framework-quickcheck2 time ]; description = "Translates high-level definitions of \"fuzzily\" scheduled objects (e.g. play this commercial 10 times per hour between 9:00-13:00) to a list of accurately scheduled objects using glpk-hs."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96692,7 +96692,7 @@ self: { unordered-containers vector ]; description = "Fuzzy set for approximate string matching"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fuzzytime" = callPackage @@ -96724,7 +96724,7 @@ self: { ]; testHaskellDepends = [ async base hspec ]; description = "Fast Mutable Vars"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "fwgl" = callPackage @@ -96739,8 +96739,8 @@ self: { base hashable transformers unordered-containers vect vector Yampa ]; description = "Game engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96757,8 +96757,8 @@ self: { unordered-containers vect vector ]; description = "FWGL GLFW backend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96774,8 +96774,8 @@ self: { base fwgl ghcjs-base hashable unordered-containers vect ]; description = "FWGL GHCJS backend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96787,7 +96787,7 @@ self: { sha256 = "1awscv2y8ywcyyn08hdmlh3qdjs33akr7grfdfls59rmhidg4fhd"; libraryHaskellDepends = [ base ]; description = "Horizontally composable effects"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "g-npm" = callPackage @@ -96800,8 +96800,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base HTTP json ]; description = "Generate Gentoo ebuilds from NodeJS/npm packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96834,8 +96834,8 @@ self: { tasty-hunit text time unordered-containers ]; description = "Haskell symbolic execution engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96847,8 +96847,8 @@ self: { sha256 = "1g42xkc4jc1a94s1krr1yrn191f8d6rmcpwk9ndwzk3nwby9v1vf"; libraryHaskellDepends = [ base g2 ]; description = "G2Q allows constraint programming, via writing Haskell predicates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96861,8 +96861,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A theorem prover for propositional logic that uses G4ip"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96880,7 +96880,7 @@ self: { executableToolDepends = [ happy ]; testHaskellDepends = [ base ]; description = "Theorem prover for intuitionistic propositional logic using G4ip"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gact" = callPackage @@ -96898,7 +96898,7 @@ self: { ]; description = "General Alignment Clustering Tool"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96925,8 +96925,8 @@ self: { vector ]; description = "FFTs over finite fields"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96952,8 +96952,8 @@ self: { protolude QuickCheck semirings vector wl-pprint-text ]; description = "Galois field library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -96968,7 +96968,7 @@ self: { executableHaskellDepends = [ array base hscurses random text ]; testHaskellDepends = [ array base hspec ]; description = "Conway's Game of Life"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "game-probability" = callPackage @@ -96979,8 +96979,8 @@ self: { sha256 = "1wl29h702g79kwy4ca35x1q37aaj3rphf1i9vdm2hmd44bzrwvkk"; libraryHaskellDepends = [ base containers probability random ]; description = "Simple probability library for dice rolls, card games and similar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97006,7 +97006,7 @@ self: { executableHaskellDepends = [ base cairo containers glib gtk time ]; description = "Game clock that shows two analog clock faces"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97037,8 +97037,8 @@ self: { tasty-quickcheck text time ]; description = "Tool for generating TOTP MFA tokens"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97059,8 +97059,8 @@ self: { test-framework-quickcheck2 ]; description = "Gamma function and related functions"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97072,7 +97072,7 @@ self: { sha256 = "0gj7ln0xq1a7zzxhyl636z854xfq714kmh2ld30ll0dskr701l1p"; libraryHaskellDepends = [ base containers mtl stm transformers ]; description = "Non-deterministic parallelism with bags"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "garepinoh" = callPackage @@ -97086,8 +97086,8 @@ self: { libraryHaskellDepends = [ base haskeline transformers ]; executableHaskellDepends = [ base haskeline transformers ]; description = "reverse prefix notation calculator and calculation library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97099,7 +97099,7 @@ self: { sha256 = "0r8wybcqn7g24q8abrw757h76r75l4jh4hjx91yh44h4c1r6k4yf"; doHaddock = false; description = "TBA"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gargoyle" = callPackage @@ -97114,7 +97114,7 @@ self: { base directory filelock filepath network process unix ]; description = "Automatically spin up and spin down local daemons"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gargoyle-postgresql" = callPackage @@ -97135,7 +97135,7 @@ self: { base bytestring gargoyle process text unix ]; description = "Manage PostgreSQL servers with gargoyle"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gargoyle-postgresql-connect" = callPackage @@ -97154,8 +97154,8 @@ self: { gargoyle-postgresql-nix postgresql-simple resource-pool ]; description = "Connect to gargoyle-managed postgresql instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97176,8 +97176,8 @@ self: { base gargoyle gargoyle-postgresql which ]; description = "Manage PostgreSQL servers with gargoyle and nix"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97190,7 +97190,7 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; testHaskellDepends = [ base hspec mtl transformers ]; description = "A monad transformer for keeping track of where you've come from"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "garsia-wachs" = callPackage @@ -97201,7 +97201,7 @@ self: { sha256 = "0mks5nwc19i0wsc5hhxh0ji2bh0224y3r89b3p9dfzzn64n3za6v"; libraryHaskellDepends = [ base ]; description = "A Functional Implementation of the Garsia-Wachs Algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gas" = callPackage @@ -97212,8 +97212,8 @@ self: { sha256 = "1khapcq5yfx46pmc3y5nax8p5v5ckbis8v4f53jng6j59cd27c3f"; libraryHaskellDepends = [ base free transformers ]; description = "Limit how many steps a program may take"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97225,7 +97225,7 @@ self: { sha256 = "0dhna3mj7mdyk1n0x3barpn5g4hkjl9fnbr403xym1dm8rl7r7hg"; libraryHaskellDepends = [ base binary containers mtl QuickCheck ]; description = "A framework of algebraic classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gather" = callPackage @@ -97236,8 +97236,8 @@ self: { sha256 = "0ajh8ygks61knc17vgsm5dsnqhkcrz2s0gaw6xyppq415wijgv0m"; libraryHaskellDepends = [ base ]; description = "An applicative for parsing unordered things, heterogenous sorting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97257,7 +97257,7 @@ self: { ]; benchmarkHaskellDepends = [ base ]; description = "small framework for performance measurement and analysis"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gbu" = callPackage @@ -97272,8 +97272,8 @@ self: { base containers fgl Graphalyze haskell98 mtl regex-posix ]; description = "planar graph embedding into a plane"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97285,7 +97285,7 @@ self: { sha256 = "0cql0csrwqddpw28qmpr47mcnszmdc2szwvbnardr86pmjhvgwph"; libraryHaskellDepends = [ base ]; description = "Poor Richard's Memory Manager"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gc-monitoring-wai" = callPackage @@ -97301,8 +97301,8 @@ self: { unordered-containers wai ]; description = "a wai application to show GHC.GCStats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97332,8 +97332,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "GCode processor"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "gconf" = callPackage @@ -97349,8 +97349,8 @@ self: { libraryPkgconfigDepends = [ GConf ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GNOME configuration database system"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.gnome2) GConf;}; @@ -97367,7 +97367,7 @@ self: { expat fontconfig freetype gd libjpeg libpng zlib ]; description = "A Haskell binding to a subset of the GD graphics library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) expat; inherit (pkgs) fontconfig; inherit (pkgs) freetype; inherit (pkgs) gd; inherit (pkgs) libjpeg; inherit (pkgs) libpng; @@ -97404,8 +97404,8 @@ self: { tasty-th text time unordered-containers vector websockets wuss ]; description = "API Wrapping for Coinbase's GDAX exchange"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97420,7 +97420,7 @@ self: { libraryHaskellDepends = [ base bytestring megaparsec text time ]; testHaskellDepends = [ base hspec megaparsec QuickCheck text ]; description = "GDELT V2 (Global Database of Events, Language, and Tone)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gdiff" = callPackage @@ -97431,7 +97431,7 @@ self: { sha256 = "1d0d8f8bfw7ld6a1d5y6syzdha5qsm909mqzd5gfqcbi2wnh8aqc"; libraryHaskellDepends = [ base ]; description = "Generic diff and patch"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gdiff-ig" = callPackage @@ -97446,8 +97446,8 @@ self: { array base ghc-prim instant-generics template-haskell ]; description = "Generic diff for the instant-generics library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97466,8 +97466,8 @@ self: { base containers gdiff mtl template-haskell th-expand-syns uniplate ]; description = "Generate gdiff GADTs and Instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97486,7 +97486,7 @@ self: { transformers ]; description = "recursive atomic build system"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "gdp" = callPackage @@ -97500,7 +97500,7 @@ self: { libraryHaskellDepends = [ base lawful ]; executableHaskellDepends = [ base ]; description = "Reason about invariants and preconditions with ghosts of departed proofs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gearbox" = callPackage @@ -97513,7 +97513,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base GLUT OpenGLRaw Vec ]; description = "zooming rotating fractal gears graphics demo"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "gedcom" = callPackage @@ -97530,8 +97530,8 @@ self: { ]; testHaskellDepends = [ base hspec megaparsec text-all ]; description = "Parser for the GEDCOM genealogy file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97552,8 +97552,8 @@ self: { text-icu time ]; description = "Geek blog engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97578,7 +97578,7 @@ self: { ]; description = "Geek blog engine server"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97599,8 +97599,8 @@ self: { librarySystemDepends = [ gegl ]; libraryPkgconfigDepends = [ gegl ]; description = "Haskell bindings to GEGL library"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gegl;}; @@ -97619,8 +97619,8 @@ self: { ]; executableHaskellDepends = [ base linear mtl vector ]; description = "A graphics description language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97638,8 +97638,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "FreeType2 based text rendering for the gelatin realtime rendering system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97651,8 +97651,8 @@ self: { sha256 = "0yp3z4sz52f21zvdy1xmd0bvpicbnv4wa53937rq1vw2jv60xx2r"; libraryHaskellDepends = [ base FontyFruity gelatin linear vector ]; description = "Gelatin's support for rendering TTF outlines, using FontyFruity"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97674,8 +97674,8 @@ self: { ]; executableHaskellDepends = [ base gelatin lens linear mtl vector ]; description = "OpenGL rendering routines for the gelatin-picture graphics EDSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97693,8 +97693,8 @@ self: { libraryHaskellDepends = [ base gelatin-gl mtl sdl2 transformers ]; executableHaskellDepends = [ base either filepath sdl2 ]; description = "An SDL2 backend for the gelatin renderer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97707,8 +97707,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring filepath gelatin ]; description = "Gelatin's OpenGL shaders"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97724,7 +97724,7 @@ self: { base gemini-server network-uri transformers ]; description = "A simple Happstack-style Gemini router"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gemini-server" = callPackage @@ -97742,7 +97742,7 @@ self: { utf8-string ]; description = "A lightweight server for the Gemini protocol"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gemini-textboard" = callPackage @@ -97763,7 +97763,7 @@ self: { network-uri nonce sqlite-simple text time transformers ]; description = "A barebones textboard for the Gemini protocol"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gemstone" = callPackage @@ -97781,7 +97781,7 @@ self: { ]; description = "A simple library of helpers for SDL+GL games"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97797,8 +97797,8 @@ self: { base bytestring Cabal containers filepath hackage-db pretty ]; description = "Code to generate instances for the package \"ghc-instances\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97816,8 +97816,8 @@ self: { base bytestring optparse-applicative random vector ]; description = "Create wordlist-based passwords easily"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97834,8 +97834,8 @@ self: { transformers ]; description = "A testing framework inspired by QuickCheck and SmallCheck"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97851,8 +97851,8 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; executableHaskellDepends = [ attoparsec base text ]; description = "Identify a persons gender by their first name"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97868,8 +97868,8 @@ self: { librarySystemDepends = [ genders ]; testHaskellDepends = [ base bytestring hspec network vector ]; description = "Bindings to libgenders"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {genders = null;}; @@ -97885,7 +97885,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Library for generating interface documentation from types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "general-games" = callPackage @@ -97901,7 +97901,7 @@ self: { ]; testHaskellDepends = [ base hspec HUnit MonadRandom ]; description = "Library supporting simulation of a number of games"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "general-prelude" = callPackage @@ -97915,8 +97915,8 @@ self: { base lens pointless-fun strict system-filepath ]; description = "Prelude replacement using generalized type classes where possible"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97928,8 +97928,8 @@ self: { sha256 = "1rwz2ribijj5hb2isg0yz6hb2mwyjhzfg0ys041yb43qlcbhkhdd"; libraryHaskellDepends = [ base List transformers ]; description = "Python-generators notation for creation of monadic lists"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97941,8 +97941,8 @@ self: { sha256 = "0i51xx2hhjqjdvyzy2jza921jcfhy37azyp1cfaakvrj9kxl2w2q"; libraryHaskellDepends = [ base mtl random ]; description = "Actually useful monadic random value generators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97962,8 +97962,8 @@ self: { base HUnit QuickCheck test-framework test-framework-hunit ]; description = "stringly-named getters for generic data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -97980,7 +97980,7 @@ self: { unordered-containers vector ]; description = "Derivation of Aeson instances using GHC generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-arbitrary" = callPackage @@ -97991,7 +97991,7 @@ self: { sha256 = "1imw36k5kxfl7ik0mzjxa8xzqg6hs3k253kpi19a9l53wxa0mwv9"; libraryHaskellDepends = [ base QuickCheck ]; description = "Generic implementation for QuickCheck's Arbitrary"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "generic-binary" = callPackage @@ -98002,8 +98002,8 @@ self: { sha256 = "1h6xs56c351137mjc3hdba7yfcw8jy9dvzj0vdrgwm0dprn0xh29"; libraryHaskellDepends = [ base binary bytestring ghc-prim ]; description = "Generic Data.Binary derivation using GHC generics."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98019,8 +98019,8 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Automatically convert Generic instances to and from church representations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98033,7 +98033,7 @@ self: { libraryHaskellDepends = [ base template-haskell th-abstraction ]; testHaskellDepends = [ base HUnit ]; description = "Constraints via Generic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-data" = callPackage @@ -98059,7 +98059,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Deriving instances with GHC.Generics and related utilities"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "generic-data-surgery" = callPackage @@ -98075,7 +98075,7 @@ self: { base generic-data show-combinators tasty tasty-hunit ]; description = "Surgery for generic data types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "generic-deepseq" = callPackage @@ -98088,7 +98088,7 @@ self: { editedCabalFile = "16x2sj8wq6wbda93910r8vyddi1j4yzzr0172bih0anc93mrmvaq"; libraryHaskellDepends = [ base ghc-prim ]; description = "Generic deep evaluation of data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-deriving" = callPackage @@ -98107,7 +98107,7 @@ self: { testHaskellDepends = [ base hspec template-haskell ]; testToolDepends = [ hspec-discover ]; description = "Generic programming library for generalised deriving"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-deriving_1_14" = callPackage @@ -98124,8 +98124,8 @@ self: { testHaskellDepends = [ base hspec template-haskell ]; testToolDepends = [ hspec-discover ]; description = "Generic programming library for generalised deriving"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "generic-enum" = callPackage @@ -98137,8 +98137,8 @@ self: { libraryHaskellDepends = [ array base bytestring ]; testHaskellDepends = [ array base bytestring hspec ]; description = "An Enum class that fixes some deficiences with Prelude's Enum"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98150,8 +98150,8 @@ self: { sha256 = "1wwhbn3hpanr5ya1dc8spaf1r38sc1hglpz3d6mqizlna0p9a68l"; libraryHaskellDepends = [ base ]; description = "Generically derived enumerations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98163,7 +98163,7 @@ self: { sha256 = "084rfdmcw071dslnw86n2w58xiqhkaldf7qjcmlizykqc15si5xh"; libraryHaskellDepends = [ base containers text ]; description = "Generic Environment Generator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "generic-functor" = callPackage @@ -98175,7 +98175,7 @@ self: { libraryHaskellDepends = [ ap-normalize base ]; testHaskellDepends = [ base transformers ]; description = "Deriving generalized functors with GHC.Generics"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "generic-lens" = callPackage @@ -98193,7 +98193,7 @@ self: { base doctest HUnit inspection-testing lens profunctors ]; description = "Generically derive traversals, lenses and prisms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-lens-core" = callPackage @@ -98204,7 +98204,7 @@ self: { sha256 = "0h7fjh3zk8lkkmdj3w3wg72gbmnr8wz9wfm58ryvx0036l284qji"; libraryHaskellDepends = [ base indexed-profunctors text ]; description = "Generically derive traversals, lenses and prisms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-lens-labels" = callPackage @@ -98215,8 +98215,8 @@ self: { sha256 = "0lhzxknz8117zc28d7l9wfvln5lp7alxfx8f6q4b986i93dzkl09"; libraryHaskellDepends = [ base generic-lens ]; description = "GHC.OverloadedLabels.IsLabel instance for lenses from ghc-generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98231,7 +98231,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Monomorphic field lens like with generic-lens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-lucid-scaffold" = callPackage @@ -98242,8 +98242,8 @@ self: { sha256 = "13lry3hqqrqgk5z9dc6q6hr70iqky4ssra2l71y51gnrg1kprkrz"; libraryHaskellDepends = [ base lucid text ]; description = "General-purpose web page scaffold for Lucid"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98255,7 +98255,7 @@ self: { sha256 = "1h27gd7f0px3xgan9liqwav8xhl0smn6nhdmi7ggd18mjafa1ngv"; libraryHaskellDepends = [ base generics-sop ]; description = "First class pattern matching"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "generic-maybe" = callPackage @@ -98276,8 +98276,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "A generic version of Data.Maybe"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98289,7 +98289,7 @@ self: { sha256 = "1pradfv1i2z73f3vxx78ahmfsdszcgi44kn29aww2hdgf2np5l6g"; libraryHaskellDepends = [ base ]; description = "Derive monoid instances for product types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-optics" = callPackage @@ -98307,7 +98307,7 @@ self: { base doctest HUnit inspection-testing optics-core ]; description = "Generically derive traversals, lenses and prisms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-optics-lite" = callPackage @@ -98321,7 +98321,7 @@ self: { libraryHaskellDepends = [ base generic-lens-lite optics-core ]; testHaskellDepends = [ base optics-core ]; description = "Monomorphic field opics like with generic-lens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-override" = callPackage @@ -98332,7 +98332,7 @@ self: { sha256 = "13v5zrhhzjzm4fib5zjsp4sf1hhgx9450mmy4v12h7bgljz8xfd5"; libraryHaskellDepends = [ base ]; description = "Provides functionality for overriding instances for generic derivation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-override-aeson" = callPackage @@ -98344,8 +98344,8 @@ self: { libraryHaskellDepends = [ aeson base generic-override ]; testHaskellDepends = [ aeson base generic-override hspec text ]; description = "Provides orphan instances necessary for integrating generic-override and aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98364,8 +98364,8 @@ self: { base bytestring containers tasty tasty-hunit text vector ]; description = "Pretty printing for Generic value"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98380,7 +98380,7 @@ self: { base deepseq inspection-testing QuickCheck ]; description = "Generic random generators for QuickCheck"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "generic-records" = callPackage @@ -98391,7 +98391,7 @@ self: { sha256 = "0xga8vm89xjgzmnz5032kqyq1q8nhbf01n55xjgda4kfjzkx1yr0"; libraryHaskellDepends = [ base ]; description = "Magic record operations using generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generic-server" = callPackage @@ -98402,8 +98402,8 @@ self: { sha256 = "0bl3gfqdw6sdwcailzkzmpz433cpxf6np9w9qnkwwa05xhcpd2k6"; libraryHaskellDepends = [ base bytestring network ]; description = "Simple generic TCP/IP server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98416,8 +98416,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; testHaskellDepends = [ base ghc-prim hspec QuickCheck ]; description = "Generic implementation of Storable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98430,7 +98430,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Generic Tree data type"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98444,8 +98444,8 @@ self: { editedCabalFile = "1dxf7c66vncw8zn0848g0bk2i2msbrb4njzvkzwvlaiphq0gqg10"; libraryHaskellDepends = [ base containers transformers ]; description = "A map, where the keys may be complex structured data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98460,8 +98460,8 @@ self: { base HaXml mtl syb-with-class template-haskell ]; description = "Marshalling Haskell values to/from XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98476,8 +98476,8 @@ self: { libraryHaskellDepends = [ base generic-deriving hxt text ]; testHaskellDepends = [ base hxt tasty tasty-hunit tasty-th ]; description = "Generic generation of HXT XmlPickler instances using GHC Generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98496,7 +98496,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "A library for generic programming that aims to be easy to understand"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generics-mrsop" = callPackage @@ -98510,8 +98510,8 @@ self: { base containers mtl sop-core template-haskell ]; description = "Generic Programming with Mutually Recursive Sums of Products"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98523,8 +98523,8 @@ self: { sha256 = "01fkfk18h8dpl6w3ipx85ay9qj8s56xl7022ids21a0slyc4ml4s"; libraryHaskellDepends = [ base generics-mrsop ]; description = "Reimplementation of the gdiff algorithm for generics-mrsop"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98546,7 +98546,7 @@ self: { base criterion deepseq template-haskell ]; description = "Generic Programming using True Sums of Products"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "generics-sop-lens" = callPackage @@ -98557,7 +98557,7 @@ self: { sha256 = "1yl74pz6r2zf9sspzbqg6xvr6k9b5irq3c3pjrf5ih6hfrz4k1ks"; libraryHaskellDepends = [ base generics-sop lens ]; description = "Lenses for types in generics-sop"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "genericserialize" = callPackage @@ -98569,8 +98569,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Serialization library using Data.Generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98598,8 +98598,8 @@ self: { persistent-sqlite persistent-template text ]; description = "Opinionated bootstrapping for Haskell web services"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98623,8 +98623,8 @@ self: { persistent-template text ]; description = "Opinionated bootstrapping for Haskell web services"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98638,8 +98638,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base random-fu ]; description = "A Genetic Algorithm library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98664,7 +98664,7 @@ self: { executableHaskellDepends = [ base GenI ]; description = "GenI graphical user interface"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98688,8 +98688,8 @@ self: { base bytestring cmdargs directory filepath GenI json text ]; description = "Companion tools for use with the GenI surface realiser"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98710,7 +98710,7 @@ self: { ]; description = "Conversion utility for the GenI generator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98723,7 +98723,7 @@ self: { libraryHaskellDepends = [ base containers mtl template-haskell ]; testHaskellDepends = [ base containers mtl template-haskell ]; description = "Generate generalized fmap, foldMap and traverse"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geniplate" = callPackage @@ -98734,8 +98734,8 @@ self: { sha256 = "01cwyf5kql4hf76p1ssqpmhaxyl7rmnmqwv644wgd0j8km8b6szc"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "Use Template Haskell to generate Uniplate-like functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98747,7 +98747,7 @@ self: { sha256 = "08w4rslxzv6z85qzam1yazjb6vrzcr55vsjjyjgsi86pb1a8hr3b"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "Use Template Haskell to generate Uniplate-like functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geniserver" = callPackage @@ -98769,7 +98769,7 @@ self: { ]; description = "Simple HTTP server for GenI results"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98781,8 +98781,8 @@ self: { sha256 = "1a9b2h4swfwx5zwcyr2zdhxdxi9f68pwpglijxhxb5javjc4dppr"; libraryHaskellDepends = [ base MonadRandom syb syz ]; description = "Genetic programming library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98795,8 +98795,8 @@ self: { libraryHaskellDepends = [ base parsec transformers ]; testHaskellDepends = [ base HUnit parsec transformers ]; description = "Gentle markup language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -98811,7 +98811,7 @@ self: { libraryHaskellDepends = [ base QuickCheck random validity ]; testHaskellDepends = [ base hspec hspec-core QuickCheck ]; description = "Testing utilities for the validity library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-aeson" = callPackage @@ -98833,7 +98833,7 @@ self: { aeson base genvalidity genvalidity-hspec hspec ]; description = "GenValidity support for aeson"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-bytestring" = callPackage @@ -98858,7 +98858,7 @@ self: { QuickCheck ]; description = "GenValidity support for ByteString"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-containers" = callPackage @@ -98882,7 +98882,7 @@ self: { QuickCheck ]; description = "GenValidity support for containers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-criterion" = callPackage @@ -98899,7 +98899,7 @@ self: { base criterion genvalidity QuickCheck ]; description = "Criterion benchmarks for generators"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-hspec" = callPackage @@ -98918,7 +98918,7 @@ self: { base genvalidity hspec hspec-core QuickCheck ]; description = "Standard spec's for GenValidity instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-hspec-aeson" = callPackage @@ -98940,7 +98940,7 @@ self: { validity ]; description = "Standard spec's for aeson-related instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-hspec-binary" = callPackage @@ -98959,7 +98959,7 @@ self: { base binary genvalidity genvalidity-property hspec validity ]; description = "Standard spec's for binary-related Instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-hspec-cereal" = callPackage @@ -98979,7 +98979,7 @@ self: { validity ]; description = "Standard spec's for cereal-related instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-hspec-hashable" = callPackage @@ -99000,7 +99000,7 @@ self: { hspec hspec-core QuickCheck validity ]; description = "Standard spec's for Hashable instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-hspec-optics" = callPackage @@ -99019,7 +99019,7 @@ self: { microlens validity ]; description = "Standard spec's for lens"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-hspec-persistent" = callPackage @@ -99039,7 +99039,7 @@ self: { genvalidity-text hspec persistent QuickCheck text validity ]; description = "Standard spec's for persistent-related instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-mergeful" = callPackage @@ -99064,7 +99064,7 @@ self: { benchmarkHaskellDepends = [ base criterion genvalidity-criterion mergeful ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-mergeless" = callPackage @@ -99090,7 +99090,7 @@ self: { benchmarkHaskellDepends = [ base criterion genvalidity-criterion mergeless ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-path" = callPackage @@ -99110,7 +99110,7 @@ self: { base criterion genvalidity genvalidity-criterion path QuickCheck ]; description = "GenValidity support for Path"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-property" = callPackage @@ -99126,7 +99126,7 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Standard properties for functions on `Validity` types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-scientific" = callPackage @@ -99144,7 +99144,7 @@ self: { base genvalidity genvalidity-hspec hspec QuickCheck scientific ]; description = "GenValidity support for Scientific"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-text" = callPackage @@ -99167,7 +99167,7 @@ self: { base criterion genvalidity genvalidity-criterion QuickCheck text ]; description = "GenValidity support for Text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-time" = callPackage @@ -99187,7 +99187,7 @@ self: { base criterion genvalidity-criterion time ]; description = "GenValidity support for time"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-typed-uuid" = callPackage @@ -99211,7 +99211,7 @@ self: { QuickCheck typed-uuid ]; description = "Generators for Phantom-Typed version of UUID"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-unordered-containers" = callPackage @@ -99232,7 +99232,7 @@ self: { validity ]; description = "GenValidity support for unordered-containers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-uuid" = callPackage @@ -99254,7 +99254,7 @@ self: { base criterion genvalidity genvalidity-criterion QuickCheck uuid ]; description = "GenValidity support for UUID"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "genvalidity-vector" = callPackage @@ -99272,7 +99272,7 @@ self: { base genvalidity genvalidity-hspec hspec vector ]; description = "GenValidity support for vector"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "geo-resolver" = callPackage @@ -99294,8 +99294,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Performs geo location lookups and parses the results"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99312,7 +99312,7 @@ self: { array base binary bytestring bzlib template-haskell th-lift ]; description = "High precision conversion between GPS and UK Grid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geocalc" = callPackage @@ -99323,7 +99323,7 @@ self: { sha256 = "1bvbvrkxh8dvm796ilpp294qlacid6aap2ljdi9pmz1lkf20fxjg"; libraryHaskellDepends = [ base ]; description = "Libary for calculating distances between two coordinates in WSG84"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geocode-google" = callPackage @@ -99338,7 +99338,7 @@ self: { base containers hjson HTTP network network-uri ]; description = "Geocoding using the Google Web API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geodetic" = callPackage @@ -99354,8 +99354,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Geodetic calculations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99367,8 +99367,8 @@ self: { sha256 = "1v7dl3nl9gp8pj469sk41k8nz34s1dngpinif06v8bbpms31i0bd"; libraryHaskellDepends = [ base dimensional lens semigroups ]; description = "Types for geodetic operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99388,7 +99388,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Terrestrial coordinate systems and geodetic calculations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geohash" = callPackage @@ -99399,7 +99399,7 @@ self: { sha256 = "1pdx4pnq893kkjmgg0bgh9bfvfqdvzfq5fi02zfyhw3h8h4k05v4"; libraryHaskellDepends = [ array base ]; description = "Geohash latitudes and longitudes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geoip2" = callPackage @@ -99415,7 +99415,7 @@ self: { reinterpret-cast text ]; description = "Pure haskell interface to MaxMind GeoIP database"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geojson" = callPackage @@ -99436,7 +99436,7 @@ self: { tasty-quickcheck text validation ]; description = "A thin GeoJSON Layer above the aeson library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "geojson-types" = callPackage @@ -99447,8 +99447,8 @@ self: { sha256 = "10kcrvimb7mdy59bk7x7nwkzhp85ws4511xakcl6bgiwhls39x4j"; libraryHaskellDepends = [ aeson base bson bytestring lens text ]; description = "GeoJSON data types including JSON/BSON conversion"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99467,8 +99467,8 @@ self: { siphon test-framework test-framework-hunit text ]; description = "Geolite CSV Parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99481,8 +99481,8 @@ self: { libraryHaskellDepends = [ base ieee754 linear QuickCheck ]; testHaskellDepends = [ base ieee754 linear QuickCheck ]; description = "package for geometry in euklidean 2d space"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99503,8 +99503,8 @@ self: { ]; testSystemDepends = [ geos ]; description = "Bindings for GEOS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) geos;}; @@ -99523,8 +99523,8 @@ self: { time ]; description = "Fetch from emusic using .emx files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99536,8 +99536,8 @@ self: { sha256 = "0jsr8cmbnllcswdvf1rp11sc6cpjhwr22x7kx9sk3dw8bv772jjc"; libraryHaskellDepends = [ base ]; description = "Command-line parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99557,7 +99557,7 @@ self: { QuickCheck safe silently tagged ]; description = "Create command line interfaces with ease"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "getopt-simple" = callPackage @@ -99568,7 +99568,7 @@ self: { sha256 = "1pf40nc3jzprv4wn9h8mr0nhzxzilffgkapxg3k0qksfxydzv7pp"; libraryHaskellDepends = [ base containers ]; description = "A \"System.Console.GetOpt\" wrapper to make simple use case easy."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gf" = callPackage @@ -99603,7 +99603,7 @@ self: { preBuild = ''export LD_LIBRARY_PATH=`pwd`/dist/build''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH''; description = "Grammatical Framework"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ggtsTC" = callPackage @@ -99617,8 +99617,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base containers parsec ]; description = "A type checker and runtime system of rCOS/g (impl. of ggts-FCS)."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99636,8 +99636,8 @@ self: { base directory github memory text vector ]; description = "Github Standard Labeler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99657,7 +99657,7 @@ self: { executableHaskellDepends = [ aeson base bytestring ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Script helpers for interacting with GitHub"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc_8_10_2" = callPackage @@ -99676,8 +99676,8 @@ self: { terminfo time transformers unix ]; description = "The GHC API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-api-compat" = callPackage @@ -99689,7 +99689,7 @@ self: { libraryHaskellDepends = [ ghc ]; doHaddock = false; description = "GHC-API compatibility helpers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-boot_8_8_3" = callPackage @@ -99706,8 +99706,8 @@ self: { base binary bytestring directory filepath ghc-boot-th ]; description = "Shared functionality between GHC and its boot libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-boot-th_8_10_2" = callPackage @@ -99718,8 +99718,8 @@ self: { sha256 = "1jic3l319b02f8b4r87c48645xhn5784vhgz2mp7d0zi2srrsfcz"; libraryHaskellDepends = [ base ]; description = "Shared functionality between GHC and the `template-haskell` library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-byteorder" = callPackage @@ -99732,7 +99732,7 @@ self: { testHaskellDepends = [ base ]; doHaddock = false; description = "\"GHC.ByteOrder\" API Compatibility Layer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-call-stack-extras" = callPackage @@ -99743,7 +99743,7 @@ self: { sha256 = "01gvyl2r7jqxca33gdavv6l2a6yz4xh2ndmb4v0y2mdgc9sskymc"; libraryHaskellDepends = [ base ]; description = "Extra utilities for HasCallStack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-check" = callPackage @@ -99760,7 +99760,7 @@ self: { safe-exceptions template-haskell transformers ]; description = "detect mismatches between compile-time and run-time versions of the ghc api"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-clippy-plugin" = callPackage @@ -99777,8 +99777,8 @@ self: { base dhall ghc text text-icu text-regex-replace ]; description = "Override GHC error messages to the user's liking"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99792,8 +99792,8 @@ self: { editedCabalFile = "09l51r0nk7vj6a9crz7q5sv4962mnq18xb6zkxfl6cnm28v85nsk"; libraryHaskellDepends = [ base bytestring ghc-prim ]; description = "In memory storage of deeply evaluated data structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-core" = callPackage @@ -99810,7 +99810,7 @@ self: { base colorize-haskell directory filepath pcre-light process ]; description = "Display GHC's core and assembly output in a pager"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-core-html" = callPackage @@ -99828,7 +99828,7 @@ self: { base blaze-html bytestring containers mtl parsec process ]; description = "Core to HTML display"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-core-smallstep" = callPackage @@ -99840,8 +99840,8 @@ self: { libraryHaskellDepends = [ base ghc ]; testHaskellDepends = [ base ghc ghc-paths ]; description = "A small-step semantics for Core"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99853,8 +99853,8 @@ self: { sha256 = "19iapv0m2g7d5i88pg9h19r89hafwj5f3h5682sp37irl4mzwkww"; libraryHaskellDepends = [ base deepseq ghc-heap ghc-prim ]; description = "Determine the size of data structures in GHC's memory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99870,8 +99870,8 @@ self: { base bytestring directory filepath ghc serialise text ]; description = "An AST and compiler plugin for dumping GHC's Core representation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99896,8 +99896,8 @@ self: { process unordered-containers vector ]; description = "Dump GHC's parsed, renamed, and type checked ASTs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99921,8 +99921,8 @@ self: { regex-tdfa-text ]; description = "Handy tools for working with @ghc-dump@ dumps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99934,8 +99934,8 @@ self: { sha256 = "0aw4wnbzfw031xqmq0lpi4zz2md1f43nj921ni91mhdl5xgqcajm"; libraryHaskellDepends = [ base ghc ]; description = "Explicitly prevent sharing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -99955,7 +99955,7 @@ self: { executableHaskellDepends = [ base containers ]; testHaskellDepends = [ base ]; description = "Library and tool for parsing .eventlog files from GHC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-events-analyze" = callPackage @@ -99978,8 +99978,8 @@ self: { th-lift th-lift-instances transformers unordered-containers ]; description = "Analyze and visualize event logs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100003,8 +100003,8 @@ self: { array base binary bytestring containers transformers ]; description = "Library and tool for parsing .eventlog files from parallel GHC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100028,7 +100028,7 @@ self: { ghc-boot ghc-paths HUnit mtl silently syb ]; description = "ExactPrint for GHC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-gc-tune" = callPackage @@ -100041,7 +100041,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath process ]; description = "Graph performance of Haskell programs with different GC flags"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-generic-instances" = callPackage @@ -100052,8 +100052,8 @@ self: { sha256 = "0264ma0w85fwypnagd0l4zfs1wi1yk16rygn6fhpzgsxycwmg47h"; libraryHaskellDepends = [ base ghc ]; description = "Derived instances of GHC.Generic of the GHC AST"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100073,7 +100073,7 @@ self: { ]; testHaskellDepends = [ base deepseq ]; description = "Extract the heap representation of Haskell values and thunks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-hotswap" = callPackage @@ -100085,7 +100085,7 @@ self: { libraryHaskellDepends = [ base concurrent-extra deepseq ghci ]; description = "Library for hot-swapping shared objects in GHC"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-imported-from" = callPackage @@ -100121,8 +100121,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Find the Haddock documentation for a symbol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100144,8 +100144,8 @@ self: { process template-haskell time unix ]; description = "Easily import all instances contained in GHC distributed libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100158,8 +100158,8 @@ self: { libraryHaskellDepends = [ base ghc hashable ]; testHaskellDepends = [ base inspection-testing ]; description = "A magic typeclass that just does it"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100179,7 +100179,7 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-lib-parser" = callPackage @@ -100198,7 +100198,7 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "The GHC API, decoupled from GHC versions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-lib-parser-ex" = callPackage @@ -100218,7 +100218,7 @@ self: { tasty-hunit uniplate ]; description = "Algorithms on GHC parse trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-make" = callPackage @@ -100233,7 +100233,7 @@ self: { base process shake unordered-containers ]; description = "Accelerated version of ghc --make"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-man-completion" = callPackage @@ -100246,8 +100246,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base parsec process ]; description = "Generate a bash completion from the GHC manpage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100294,8 +100294,8 @@ self: { base criterion directory filepath temporary ]; description = "Happy Haskell Hacking"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100310,7 +100310,7 @@ self: { base exceptions extensible-exceptions ghc mtl ]; description = "An mtl compatible version of the Ghc-Api monads and monad-transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-options" = callPackage @@ -100332,8 +100332,8 @@ self: { transformers unix ]; description = "Utilities for extracting GHC options needed to compile a given Haskell target"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {bin-package-db = null;}; @@ -100359,8 +100359,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A parallel wrapper for 'ghc --make'"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100373,7 +100373,7 @@ self: { libraryHaskellDepends = [ base ghc ]; libraryToolDepends = [ cpphs happy ]; description = "Haskell source parser from GHC"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghc-paths" = callPackage @@ -100387,7 +100387,7 @@ self: { setupHaskellDepends = [ base Cabal directory ]; libraryHaskellDepends = [ base ]; description = "Knowledge of GHC's installation directories"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-pkg-autofix" = callPackage @@ -100404,8 +100404,8 @@ self: { base Cabal cmdargs filepath parsec process split ]; description = "Simple utility to fix BROKEN package dependencies for cabal-install"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100420,8 +100420,8 @@ self: { base Cabal directory filepath ghc ghc-paths ]; description = "Provide library support for ghc-pkg information"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100437,8 +100437,8 @@ self: { testHaskellDepends = [ base ]; doHaddock = false; description = "Type checker plugins without the type checking"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100450,8 +100450,8 @@ self: { sha256 = "06nc87f4mcqcddllysb75qj942y5mmdwss7h9z3m0m93lbxxy6a2"; libraryHaskellDepends = [ rts ]; description = "GHC primitives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-prof" = callPackage @@ -100472,7 +100472,7 @@ self: { tasty-hunit temporary text ]; description = "Library for parsing GHC time and allocation profiling reports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-prof-aeson" = callPackage @@ -100484,7 +100484,7 @@ self: { libraryHaskellDepends = [ aeson base text vector ]; testHaskellDepends = [ aeson base bytestring hspec ]; description = "Parser for GHC's JSON profiling output"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-prof-aeson-flamegraph" = callPackage @@ -100502,7 +100502,7 @@ self: { optparse-applicative text vector ]; description = "Turn GHC `-pj` profiling output into FlameGraph format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-prof-flamegraph" = callPackage @@ -100518,7 +100518,7 @@ self: { base filepath optparse-applicative process ]; description = "Generates flamegraphs from GHC .prof files."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghc-proofs" = callPackage @@ -100530,8 +100530,8 @@ self: { libraryHaskellDepends = [ base ghc ]; testHaskellDepends = [ base transformers ]; description = "GHC plugin to prove program equations by simplification"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100543,7 +100543,7 @@ self: { sha256 = "1hg5iddlh87hir5vqjby2bihah4xcyarsfcgff3gd8l2h7mqi2dn"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-session" = callPackage @@ -100562,8 +100562,8 @@ self: { ]; executableHaskellDepends = [ base transformers ]; description = "Simplified GHC API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100579,8 +100579,8 @@ self: { base binary bytestring directory filepath ghc ghc-paths ]; description = "Simplified interface to the GHC API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100597,7 +100597,7 @@ self: { base ghc ghc-paths QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Constructs Haskell syntax trees for the GHC API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-srcspan-plugin" = callPackage @@ -100608,8 +100608,8 @@ self: { sha256 = "10zh7i4nx4ds3f1d7m2m1caqnxmi3dh6a900fl8mcp6a09isvglh"; libraryHaskellDepends = [ array base containers ghc hpc ]; description = "Generic GHC Plugin for annotating Haskell code with source location data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100621,8 +100621,8 @@ self: { sha256 = "0rwx7l89r5yfi1187c0zgx1ph2rsagyvrizb1c0vnbyrwhpbslh0"; libraryHaskellDepends = [ base ghc ]; description = "Data and Typeable instances for the GHC API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100634,8 +100634,8 @@ self: { sha256 = "0mfnlp0z64999cc3jgzi3x5s428gs5jsqmmbr2n5v7shh0csnff4"; libraryHaskellDepends = [ base bytestring ghc syb ]; description = "Scrap Your Boilerplate utilities for the GHC API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100651,7 +100651,7 @@ self: { testHaskellDepends = [ base hspec text ]; testToolDepends = [ hspec-discover ]; description = "Syntax highlighter for Haskell using lexer of GHC itself"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-tags-core" = callPackage @@ -100680,8 +100680,8 @@ self: { pipes-attoparsec pipes-bytestring text ]; description = "a library to work with tags created from Haskell parsed tree"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100703,8 +100703,8 @@ self: { pipes-bytestring pipes-safe text ]; description = "A compiler plugin which generates tags file from GHC parsed syntax tree"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100716,8 +100716,8 @@ self: { sha256 = "13qhwjbhyi3nrjdvc0fdgxf4kz55my541mz2j3sndpxsmbymqs3m"; libraryHaskellDepends = [ base ghc ]; description = "Utilities for writing GHC type-checker plugins"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-tcplugins-extra" = callPackage @@ -100728,7 +100728,7 @@ self: { sha256 = "0v9y444gydfyk56y7adpabd633yv1d8jmddvgg272n8jpdpagw67"; libraryHaskellDepends = [ base ghc ]; description = "Utilities for writing GHC type-checker plugins"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "ghc-time-alloc-prof" = callPackage @@ -100747,8 +100747,8 @@ self: { temporary text ]; description = "Library for parsing GHC time and allocation profiling reports"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100760,7 +100760,7 @@ self: { sha256 = "074pvam1mb5sranh04i6xcs55vgk3h45vg0mdxnbxc3jmmv76lgi"; libraryHaskellDepends = [ base ]; description = "Provides bindings to functions starting and stopping the RTS timers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-trace-events" = callPackage @@ -100772,7 +100772,7 @@ self: { libraryHaskellDepends = [ base bytestring text ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Faster traceEvent and traceMarker, and binary object logging for eventlog"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-typelits-extra" = callPackage @@ -100795,7 +100795,7 @@ self: { tasty-hunit ]; description = "Additional type-level operations on GHC.TypeLits.Nat"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "ghc-typelits-knownnat" = callPackage @@ -100815,7 +100815,7 @@ self: { base ghc-typelits-natnormalise tasty tasty-hunit tasty-quickcheck ]; description = "Derive KnownNat constraints from other KnownNat constraints"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "ghc-typelits-natnormalise" = callPackage @@ -100831,7 +100831,7 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit template-haskell ]; description = "GHC typechecker plugin for types of kind GHC.TypeLits.Nat"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "ghc-typelits-presburger" = callPackage @@ -100856,7 +100856,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Presburger Arithmetic Solver for GHC Type-level natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghc-typelits-presburger_0_5_0_0" = callPackage @@ -100881,8 +100881,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Presburger Arithmetic Solver for GHC Type-level natural numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghc-usage" = callPackage @@ -100896,8 +100896,8 @@ self: { libraryHaskellDepends = [ base containers ghc ]; executableHaskellDepends = [ base ghc-paths unix ]; description = "Print minimal export lists"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100916,8 +100916,8 @@ self: { svgcairo text transformers xdot ]; description = "Live visualization of data structures in GHCi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100929,7 +100929,7 @@ self: { sha256 = "1xsfznfypgmv67qdxm8zvl8n84hj47akjn9fsdi66b8flbx8c0gm"; libraryHaskellDepends = [ base directory ghc time ]; description = "Dump the ghc flags during compilation"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "ghci_8_10_2" = callPackage @@ -100946,8 +100946,8 @@ self: { ghc-boot-th ghc-heap template-haskell transformers unix ]; description = "The library supporting GHC's interactive interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "ghci-dap" = callPackage @@ -100972,8 +100972,8 @@ self: { time transformers unix ]; description = "ghci-dap is a GHCi having DAP interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -100985,8 +100985,8 @@ self: { sha256 = "1jlym5k2d43avkgw7ff3pdaad5j2q5yq803cy74bgy0z69x77v1w"; libraryHaskellDepends = [ base cairo colour diagrams gtk ]; description = "Display simple diagrams from ghci"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101005,8 +101005,8 @@ self: { mtl process unix ]; description = "An implementation of ghci using the Haskeline line-input library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101019,7 +101019,7 @@ self: { libraryHaskellDepends = [ base binary ]; testHaskellDepends = [ base binary doctest QuickCheck ]; description = "GHCi as a Hex Calculator interactive"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghci-history-parser" = callPackage @@ -101031,8 +101031,8 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base doctest hspec parsec ]; description = "parse output of ghci \":history\" command"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101044,8 +101044,8 @@ self: { sha256 = "06lg1czsr6k5h18aks33p2kbahiidhv7xsrv7n1fcvqsgglzgk3z"; libraryHaskellDepends = [ base ghc MissingH ]; description = "A library for interactively evaluating Haskell code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101067,8 +101067,8 @@ self: { haskeline process syb time transformers unix ]; description = "Next generation GHCi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101080,8 +101080,8 @@ self: { sha256 = "01syl5c6ana4m8d3jc5pbi64zf3c4l2x0r7jwkizm7kymszmbns5"; libraryHaskellDepends = [ base hscolour ipprint ]; description = "colored pretty-printing within ghci"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101098,7 +101098,7 @@ self: { wai-app-static warp websockets ]; description = "A websocket server that survives GHCi reloads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghcid" = callPackage @@ -101124,7 +101124,7 @@ self: { fsnotify process tasty tasty-hunit terminal-size time unix ]; description = "GHCi based bare bones IDE"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghcide_0_7_0_0" = callPackage @@ -101180,9 +101180,9 @@ self: { aeson base directory filepath shake shake-bench text yaml ]; description = "The core of an IDE"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; broken = true; }) {shake-bench = null;}; @@ -101242,9 +101242,9 @@ self: { aeson base directory filepath shake shake-bench text yaml ]; description = "The core of an IDE"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; + maintainers = with lib.maintainers; [ maralorn ]; broken = true; }) {shake-bench = null;}; @@ -101256,7 +101256,7 @@ self: { sha256 = "0yf2lpd7n891i61w1g0zbmi2zv93a2jzifxdsrqj39wxhl6afpc6"; libraryHaskellDepends = [ aeson base http-types text ]; description = "Crossbrowser AJAX Bindings for GHCJS"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghcjs-base_0_2_0_0" = callPackage @@ -101282,8 +101282,8 @@ self: { test-framework-hunit test-framework-quickcheck2 text ]; description = "base library for GHCJS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghcjs-prim = null;}; @@ -101301,7 +101301,7 @@ self: { scientific text transformers unordered-containers vector ]; description = "Allow GHCJS projects to compile under GHC and develop using intero"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghcjs-codemirror" = callPackage @@ -101313,7 +101313,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Installs CodeMirror JavaScript files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghcjs-dom" = callPackage @@ -101328,7 +101328,7 @@ self: { base containers ghcjs-dom-jsaddle text transformers ]; description = "DOM library that supports both GHCJS and GHC"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghcjs-dom-hello" = callPackage @@ -101349,8 +101349,8 @@ self: { base ghcjs-dom jsaddle-warp jsaddle-webkit2gtk mtl ]; description = "GHCJS DOM Hello World, an example package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ghcjs-dom-jsaddle" = callPackage @@ -101362,7 +101362,7 @@ self: { libraryHaskellDepends = [ jsaddle-dom ]; doHaddock = false; description = "DOM library that supports both GHCJS and GHC using jsaddle"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghcjs-dom-jsffi" = callPackage @@ -101372,8 +101372,8 @@ self: { version = "0.9.4.0"; sha256 = "02m0qszdl3kxyhjrzj1ph9gwbr9jkzak2v1b47v6ywsm7hmjgn7w"; description = "DOM library using JSFFI and GHCJS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101388,8 +101388,8 @@ self: { base glib gtk3 text transformers webkitgtk3 ]; description = "DOM library that supports both GHCJS and WebKitGTK"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "ghcjs-fetch" = callPackage @@ -101406,8 +101406,8 @@ self: { aeson base bytestring case-insensitive ghcjs-base-stub http-types ]; description = "GHCJS bindings for the JavaScript Fetch API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101424,8 +101424,8 @@ self: { transient transient-universe ]; description = "Client-side web EDSL for transient nodes running in the web browser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101437,7 +101437,7 @@ self: { sha256 = "0b3hj0gm9gcgwpg8f7vxy87fasgpgn27ciyafhmy6b4fnnmn41kn"; libraryHaskellDepends = [ base transformers ]; description = "GHCJS version of Perch library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghcjs-promise" = callPackage @@ -101448,8 +101448,8 @@ self: { sha256 = "06zq3bqcrci7zgkgphkhv5awzw75ivg6hn9avx9c4yp2c1ra3593"; libraryHaskellDepends = [ base ghcjs-base protolude ]; description = "Bidirectional bidings to javascript's promise"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101468,8 +101468,8 @@ self: { template-haskell ]; description = "Virtual-dom bindings for GHCJS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghcjs-ffiqq = null; ghcjs-prim = null;}; @@ -101487,7 +101487,7 @@ self: { base base64-bytestring binary bytestring ghcjs-base text ]; description = "Deprecated: use ghcjs-base's native websockets"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ghcjs-xhr" = callPackage @@ -101498,8 +101498,8 @@ self: { sha256 = "07nra5d0hc70v23wqaivwj96lakiz34vv96m9khi5y9f5lsads0l"; libraryHaskellDepends = [ base ghcjs-base text ]; description = "XmlHttpRequest (\"AJAX\") bindings for GHCJS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101526,8 +101526,8 @@ self: { wai-websockets warp websockets yesod yesod-static ]; description = "Interactive Haskell interpreter in a browser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101546,8 +101546,8 @@ self: { regex-tdfa-text scientific text ]; description = "GHC .prof files viewer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101561,7 +101561,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base zenc ]; description = "Decode Z-encoded strings from GHC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ghost-buster" = callPackage @@ -101573,7 +101573,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Existential type utilites"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ght" = callPackage @@ -101597,7 +101597,7 @@ self: { ]; description = "Trivial routines for inspecting git repositories"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101617,7 +101617,7 @@ self: { ]; libraryPkgconfigDepends = [ atk ]; description = "Atk bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) atk;}; "gi-cairo" = callPackage @@ -101640,7 +101640,7 @@ self: { setupCompileFlags+=" $(pkg-config --libs cairo-gobject)" ''; description = "Cairo bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) cairo;}; "gi-cairo-again" = callPackage @@ -101655,8 +101655,8 @@ self: { base cairo-core haskell-gi-base template-haskell ]; description = "Bridge between packages gi-* and cairo-core"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -101672,7 +101672,7 @@ self: { base gi-cairo gi-cairo-render haskell-gi-base mtl ]; description = "GI friendly Binding to the Cairo library"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {}; "gi-cairo-render" = callPackage @@ -101689,7 +101689,7 @@ self: { libraryPkgconfigDepends = [ cairo ]; libraryToolDepends = [ c2hs ]; description = "GI friendly Binding to the Cairo library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) cairo;}; "gi-dbusmenu" = callPackage @@ -101708,7 +101708,7 @@ self: { ]; libraryPkgconfigDepends = [ libdbusmenu ]; description = "Dbusmenu bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) libdbusmenu;}; "gi-dbusmenugtk3" = callPackage @@ -101732,7 +101732,7 @@ self: { ]; libraryPkgconfigDepends = [ gtk3 libdbusmenu-gtk3 ]; description = "DbusmenuGtk bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gtk3; inherit (pkgs) libdbusmenu-gtk3;}; "gi-gdk" = callPackage @@ -101756,7 +101756,7 @@ self: { ]; libraryPkgconfigDepends = [ gtk3 ]; description = "Gdk bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gtk3;}; "gi-gdk_4_0_2" = callPackage @@ -101780,8 +101780,8 @@ self: { ]; libraryPkgconfigDepends = [ gtk4 ]; description = "Gdk bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {gtk4 = null;}; "gi-gdkpixbuf" = callPackage @@ -101802,7 +101802,7 @@ self: { ]; libraryPkgconfigDepends = [ gdk-pixbuf ]; description = "GdkPixbuf bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gdk-pixbuf;}; "gi-gdkx11" = callPackage @@ -101824,7 +101824,7 @@ self: { ]; libraryPkgconfigDepends = [ gtk3 ]; description = "GdkX11 bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gtk3;}; "gi-gdkx11_4_0_2" = callPackage @@ -101846,8 +101846,8 @@ self: { ]; libraryPkgconfigDepends = [ gtk4-x11 ]; description = "GdkX11 bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {gtk4-x11 = null;}; "gi-ggit" = callPackage @@ -101868,7 +101868,7 @@ self: { ]; libraryPkgconfigDepends = [ libgit2-glib ]; description = "libgit2-glib bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) libgit2-glib;}; "gi-gio" = callPackage @@ -101887,7 +101887,7 @@ self: { ]; libraryPkgconfigDepends = [ glib ]; description = "Gio bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) glib;}; "gi-girepository" = callPackage @@ -101906,7 +101906,7 @@ self: { ]; libraryPkgconfigDepends = [ gobject-introspection ]; description = "GIRepository (gobject-introspection) bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gobject-introspection;}; "gi-glib" = callPackage @@ -101925,7 +101925,7 @@ self: { ]; libraryPkgconfigDepends = [ glib ]; description = "GLib bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) glib;}; "gi-gobject" = callPackage @@ -101944,7 +101944,7 @@ self: { ]; libraryPkgconfigDepends = [ glib ]; description = "GObject bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) glib;}; "gi-graphene" = callPackage @@ -101963,8 +101963,8 @@ self: { ]; libraryPkgconfigDepends = [ graphene-gobject ]; description = "Graphene bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {graphene-gobject = null;}; @@ -101989,8 +101989,8 @@ self: { ]; libraryPkgconfigDepends = [ gtk4 ]; description = "Gsk bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {gtk4 = null;}; @@ -102010,7 +102010,7 @@ self: { ]; libraryPkgconfigDepends = [ gstreamer ]; description = "GStreamer bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs.gst_all_1) gstreamer;}; "gi-gstaudio" = callPackage @@ -102031,8 +102031,8 @@ self: { ]; libraryPkgconfigDepends = [ gst-plugins-base ]; description = "GStreamerAudio bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; @@ -102054,7 +102054,7 @@ self: { ]; libraryPkgconfigDepends = [ gst-plugins-base ]; description = "GStreamerBase bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; "gi-gstpbutils" = callPackage @@ -102078,8 +102078,8 @@ self: { ]; libraryPkgconfigDepends = [ gstreamer-pbutils ]; description = "GStreamer Plugins Base Utils bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {gstreamer-pbutils = null;}; @@ -102101,8 +102101,8 @@ self: { ]; libraryPkgconfigDepends = [ gstreamer-tag ]; description = "GStreamer Tag bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {gstreamer-tag = null;}; @@ -102124,7 +102124,7 @@ self: { ]; libraryPkgconfigDepends = [ gst-plugins-base ]; description = "GStreamerVideo bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs.gst_all_1) gst-plugins-base;}; "gi-gtk" = callPackage @@ -102148,7 +102148,7 @@ self: { ]; libraryPkgconfigDepends = [ gtk3 ]; description = "Gtk bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gtk3;}; "gi-gtk_4_0_3" = callPackage @@ -102172,8 +102172,8 @@ self: { ]; libraryPkgconfigDepends = [ gtk4 ]; description = "Gtk bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {gtk4 = null;}; "gi-gtk-declarative" = callPackage @@ -102197,8 +102197,8 @@ self: { unordered-containers vector ]; description = "Declarative GTK+ programming in Haskell"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -102217,8 +102217,8 @@ self: { pipes-concurrency text ]; description = "Declarative GTK+ programming in Haskell in the style of Pux"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -102236,7 +102236,7 @@ self: { gi-gtk haskell-gi-base mtl text transformers ]; description = "A wrapper for gi-gtk, adding a few more idiomatic API parts on top"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {}; "gi-gtkosxapplication" = callPackage @@ -102257,8 +102257,8 @@ self: { ]; libraryPkgconfigDepends = [ gtk-mac-integration-gtk3 ]; description = "GtkosxApplication bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {gtk-mac-integration-gtk3 = null;}; @@ -102283,8 +102283,8 @@ self: { ]; libraryPkgconfigDepends = [ gtksheet ]; description = "GtkSheet bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {gtksheet = null;}; @@ -102309,7 +102309,7 @@ self: { ]; libraryPkgconfigDepends = [ gtksourceview3 ]; description = "GtkSource bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gtksourceview3;}; "gi-handy" = callPackage @@ -102333,8 +102333,8 @@ self: { ]; libraryPkgconfigDepends = [ libhandy ]; description = "libhandy bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libhandy;}; @@ -102354,7 +102354,7 @@ self: { ]; libraryPkgconfigDepends = [ harfbuzz harfbuzz-gobject ]; description = "HarfBuzz bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) harfbuzz; harfbuzz-gobject = null;}; "gi-ibus" = callPackage @@ -102375,7 +102375,7 @@ self: { ]; libraryPkgconfigDepends = [ ibus ]; description = "IBus bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) ibus;}; "gi-javascriptcore" = callPackage @@ -102394,8 +102394,8 @@ self: { ]; libraryPkgconfigDepends = [ webkitgtk ]; description = "JavaScriptCore bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk;}; "gi-notify" = callPackage @@ -102416,7 +102416,7 @@ self: { ]; libraryPkgconfigDepends = [ libnotify ]; description = "Libnotify bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) libnotify;}; "gi-ostree" = callPackage @@ -102437,8 +102437,8 @@ self: { ]; libraryPkgconfigDepends = [ ostree ]; description = "OSTree bindings"; - license = stdenv.lib.licenses.lgpl21; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.lgpl21; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) ostree;}; "gi-pango" = callPackage @@ -102463,7 +102463,7 @@ self: { setupCompileFlags+=" $(pkg-config --libs cairo-gobject)" ''; description = "Pango bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) cairo; inherit (pkgs) pango;}; "gi-pangocairo" = callPackage @@ -102489,7 +102489,7 @@ self: { setupCompileFlags+=" $(pkg-config --libs cairo-gobject)" ''; description = "PangoCairo bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) cairo; inherit (pkgs) pango;}; "gi-poppler" = callPackage @@ -102510,8 +102510,8 @@ self: { ]; libraryPkgconfigDepends = [ poppler_gi ]; description = "Poppler bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) poppler_gi;}; @@ -102533,7 +102533,7 @@ self: { ]; libraryPkgconfigDepends = [ libsecret ]; description = "Libsecret bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) libsecret;}; "gi-soup" = callPackage @@ -102554,7 +102554,7 @@ self: { ]; libraryPkgconfigDepends = [ libsoup ]; description = "Libsoup bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) libsoup;}; "gi-vte" = callPackage @@ -102578,7 +102578,7 @@ self: { ]; libraryPkgconfigDepends = [ vte_291 ]; description = "Vte bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {vte_291 = pkgs.vte;}; "gi-webkit" = callPackage @@ -102600,8 +102600,8 @@ self: { libraryPkgconfigDepends = [ webkitgtk24x-gtk3 ]; doHaddock = false; description = "WebKit bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk24x-gtk3;}; "gi-webkit2" = callPackage @@ -102625,8 +102625,8 @@ self: { ]; libraryPkgconfigDepends = [ webkitgtk ]; description = "WebKit2 bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk;}; "gi-webkit2webextension" = callPackage @@ -102650,8 +102650,8 @@ self: { ]; libraryPkgconfigDepends = [ webkitgtk ]; description = "WebKit2-WebExtension bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk;}; "gi-wnck" = callPackage @@ -102674,8 +102674,8 @@ self: { ]; libraryPkgconfigDepends = [ libwnck ]; description = "Wnck bindings"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libwnck;}; @@ -102695,7 +102695,7 @@ self: { ]; libraryPkgconfigDepends = [ xlibsWrapper ]; description = "xlib bindings"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) xlibsWrapper;}; "giak" = callPackage @@ -102714,8 +102714,8 @@ self: { filepath mtl process semigroups stm stm-chans text unix wybor ]; description = "Fuzzy finder for cabal executables"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -102727,7 +102727,7 @@ self: { sha256 = "1hxdgff1rw3yp3a2p26bj6034jgc458bdzma1xkbh9pahlhwhs2l"; libraryHaskellDepends = [ base split ]; description = "Haskell parser for GIML"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ginger" = callPackage @@ -102759,7 +102759,7 @@ self: { utf8-string ]; description = "An implementation of the Jinja2 template language in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gingersnap" = callPackage @@ -102780,7 +102780,7 @@ self: { transformers ]; description = "Consistent and safe JSON APIs with snap-core and (by default) postgresql-simple"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ginsu" = callPackage @@ -102803,8 +102803,8 @@ self: { ]; executableSystemDepends = [ openssl ]; description = "Ginsu Gale Client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl;}; @@ -102823,7 +102823,7 @@ self: { ]; libraryPkgconfigDepends = [ system-glib ]; description = "Binding to GIO"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {system-glib = pkgs.glib;}; "gipeda" = callPackage @@ -102845,8 +102845,8 @@ self: { unordered-containers vector yaml ]; description = "Git Performance Dashboard"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -102872,8 +102872,8 @@ self: { network-uri text ]; description = "Giphy HTTP API wrapper and CLI search tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -102891,8 +102891,8 @@ self: { aeson base bytestring conduit http-conduit text ]; description = "A reliable command-line client for gist.github.com"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -102917,8 +102917,8 @@ self: { ]; doCheck = false; description = "Git operations in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -102937,8 +102937,8 @@ self: { system-filepath text transformers unix ]; description = "Determine which Git repositories need actions to be taken"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103010,8 +103010,8 @@ self: { checkPhase = ''PATH+=":$PWD" git-annex test''; enableSharedExecutables = false; description = "manage files with git, without checking their contents into git"; - license = stdenv.lib.licenses.agpl3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.agpl3; + maintainers = with lib.maintainers; [ peti ]; }) {inherit (pkgs) bup; inherit (pkgs) curl; inherit (pkgs) git; inherit (pkgs) gnupg; inherit (pkgs) lsof; inherit (pkgs) openssh; inherit (pkgs) perl; inherit (pkgs) rsync; inherit (pkgs) wget; @@ -103034,7 +103034,7 @@ self: { base brick hspec microlens optparse-applicative process vector vty ]; description = "git checkout command-line tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "git-checklist" = callPackage @@ -103053,7 +103053,7 @@ self: { ]; description = "Maintain per-branch checklists in Git"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103075,8 +103075,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A simple parser for Git configuration files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103096,8 +103096,8 @@ self: { ]; executableHaskellDepends = [ base relude ]; description = "Haskell Git Helper Tool"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103118,8 +103118,8 @@ self: { test-framework-quickcheck2 time utf8-string ]; description = "Bindings to the date parsing from Git"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103135,7 +103135,7 @@ self: { base directory filepath process template-haskell ]; description = "Use TH to embed Git repo information"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "git-fmt" = callPackage @@ -103157,8 +103157,8 @@ self: { pipes-concurrency process temporary text time ]; description = "Custom git command for formatting code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103181,7 +103181,7 @@ self: { process text ]; description = "A Git subcommand to show total addition, deletion per file"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "git-gpush" = callPackage @@ -103201,8 +103201,8 @@ self: { transformers ]; description = "More intelligent push-to-GitHub utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103216,8 +103216,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base base-compat process ]; description = "Move a git branch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103234,7 +103234,7 @@ self: { http-types network-uri text ]; description = "git-lfs protocol"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "git-mediate" = callPackage @@ -103252,7 +103252,7 @@ self: { optparse-applicative process unix-compat ]; description = "Tool to help resolving git conflicts"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "git-monitor" = callPackage @@ -103275,8 +103275,8 @@ self: { template-haskell text time transformers unix unordered-containers ]; description = "Passively snapshots working tree changes efficiently"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103293,8 +103293,8 @@ self: { enumerator filepath zlib-enum ]; description = "Git object and its parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103326,8 +103326,8 @@ self: { optparse-applicative text ]; description = "Git remote helper to store git objects on IPFS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103356,8 +103356,8 @@ self: { split text time transformers unix unix-compat utf8-string ]; description = "repairs a damaged git repository"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103377,8 +103377,8 @@ self: { ]; executableHaskellDepends = [ base Cabal ]; description = "A sanity checker for your git history"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103408,8 +103408,8 @@ self: { ]; testToolDepends = [ git ]; description = "A framework for pre-commit checks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103429,7 +103429,7 @@ self: { base mtl parsec tasty tasty-hunit tasty-quickcheck tasty-smallcheck ]; description = "More efficient replacement to the great git-radar"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gitcache" = callPackage @@ -103446,7 +103446,7 @@ self: { base cryptonite directory filepath process utf8-string ]; description = "Simple git utility to use and manage clone cache"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gitdo" = callPackage @@ -103465,8 +103465,8 @@ self: { optparse-applicative sqlite-simple system-filepath text turtle wreq ]; description = "Create Github issues out of TODO comments in code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103486,7 +103486,7 @@ self: { temporary unliftio ]; description = "Compile git revision info into Haskell projects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "github" = callPackage @@ -103516,7 +103516,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Access to the GitHub API, v3"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "github-backup" = callPackage @@ -103543,8 +103543,8 @@ self: { ]; executableToolDepends = [ git ]; description = "backs up everything github knows about a repository, to the repository"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) git;}; @@ -103570,8 +103570,8 @@ self: { vector vector-instances ]; description = "Access to the GitHub API, v3"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103588,7 +103588,7 @@ self: { wai-logger warp ]; description = "GitHub webhooks library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "github-release" = callPackage @@ -103608,7 +103608,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Upload files to GitHub releases"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "github-rest" = callPackage @@ -103631,7 +103631,7 @@ self: { tasty-quickcheck text time transformers unliftio unliftio-core ]; description = "Query the GitHub REST API programmatically"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "github-tools" = callPackage @@ -103650,8 +103650,8 @@ self: { http-client-tls monad-parallel tabular tagsoup text time vector ]; description = "Various Github helper utilities"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103671,7 +103671,7 @@ self: { ]; description = "Type definitions for objects used by the GitHub v3 API"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "github-utils" = callPackage @@ -103682,8 +103682,8 @@ self: { sha256 = "1d7g1rzaqg19bc41vqvcdxdi37z9h7ajy3khsqa4pwbfavj412a5"; libraryHaskellDepends = [ base basic-prelude github text ]; description = "Useful functions that use the GitHub API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103702,8 +103702,8 @@ self: { uuid vector ]; description = "GitHub WebHook Handler"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103722,8 +103722,8 @@ self: { github-webhook-handler snap-core uuid ]; description = "GitHub WebHook Handler implementation for Snap"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103742,7 +103742,7 @@ self: { ]; testHaskellDepends = [ aeson base bytestring hspec text vector ]; description = "Aeson instances for GitHub Webhook payloads"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "githud" = callPackage @@ -103767,8 +103767,8 @@ self: { tasty-smallcheck ]; description = "Heads up, and you see your GIT context"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103787,8 +103787,8 @@ self: { text ]; description = "Apply GitHub .gitignore templates to already existing repositories."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103841,8 +103841,8 @@ self: { ]; testHaskellDepends = [ base hspec rio ]; description = "Gitlab Web API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103862,7 +103862,7 @@ self: { ]; testHaskellDepends = [ aeson base bytestring tasty tasty-hunit ]; description = "A Haskell library for the GitLab web API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gitlib" = callPackage @@ -103884,8 +103884,8 @@ self: { unliftio-core unordered-containers ]; description = "API library for working with Git repositories"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103913,8 +103913,8 @@ self: { tagged text transformers ]; description = "Gitlib repository backend that uses the git command-line tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103932,8 +103932,8 @@ self: { hspec-expectations HUnit ]; description = "Run tests between repositories"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103960,8 +103960,8 @@ self: { transformers ]; description = "Libgit2 backend for gitlib"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -103991,8 +103991,8 @@ self: { monad-logger resourcet temporary text transformers ]; description = "Gitlib repository backend for storing Git objects in Amazon S3"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104006,8 +104006,8 @@ self: { base exceptions gitlib mtl transformers ]; description = "Sample backend for gitlib showing the basic structure for any backend"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104026,8 +104026,8 @@ self: { unliftio-core ]; description = "Test library for confirming gitlib backend compliance"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104046,8 +104046,8 @@ self: { unordered-containers ]; description = "Generic utility functions for working with Git repositories"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104063,7 +104063,7 @@ self: { base base-compat directory filepath process template-haskell ]; description = "Compile git revision info into Haskell projects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gitson" = callPackage @@ -104088,8 +104088,8 @@ self: { aeson base criterion directory random transformers ]; description = "A document store library for Git + JSON"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104105,8 +104105,8 @@ self: { aeson base bytestring exceptions lens lens-aeson mtl text wreq ]; description = "Gitter.im API client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104134,8 +104134,8 @@ self: { text ]; description = "CLI Giphy search tool with previews in iTerm 2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104148,7 +104148,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Gilbert-Johnson-Keerthi (GJK) collision detection algorithm"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gjk2d" = callPackage @@ -104159,7 +104159,7 @@ self: { sha256 = "1wpaiaki61a7wl56qv6ycz9hgc9f8wvqdcqxpxaqvndxmri4njsv"; libraryHaskellDepends = [ base linear ]; testHaskellDepends = [ base linear ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gl" = callPackage @@ -104176,7 +104176,7 @@ self: { ]; librarySystemDepends = [ libGL ]; description = "Complete OpenGL raw bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libGL;}; "gl-capture" = callPackage @@ -104187,7 +104187,7 @@ self: { sha256 = "0pcan0fpb1mfwda69f8z8pdrdav79rdm31yvmrk98dca7al7k583"; libraryHaskellDepends = [ base bytestring OpenGL ]; description = "simple image capture from OpenGL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glabrous" = callPackage @@ -104207,7 +104207,7 @@ self: { base directory either hspec text unordered-containers ]; description = "A template DSL library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glade" = callPackage @@ -104223,8 +104223,8 @@ self: { libraryHaskellDepends = [ base glib gtk ]; libraryPkgconfigDepends = [ libglade ]; description = "Binding to the glade library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.gnome2) libglade;}; @@ -104236,8 +104236,8 @@ self: { sha256 = "06kzakvssmldjgx0s8qm0a3cd9glmwrdnh690sv708jcvg8x45y3"; libraryHaskellDepends = [ base glade HaXml template-haskell ]; description = "Automagically declares getters for widget handles in specified interface file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104262,7 +104262,7 @@ self: { transformers ]; description = "A simply typed lambda calculus interpreter, written with GADTs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glapp" = callPackage @@ -104278,8 +104278,8 @@ self: { base containers GLFW-b lens mtl OpenGL ]; description = "An OpenGL micro framework"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104293,7 +104293,7 @@ self: { editedCabalFile = "15zppqxc064yqc0wrmlnhaji2lg95fg598ikz03c3j4w1g5v1wdb"; libraryHaskellDepends = [ base vector ]; description = "Graphical Lasso algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glaze" = callPackage @@ -104304,7 +104304,7 @@ self: { sha256 = "18925rqf3ah1k7xcb15zk0gcbc4slvvhr5lsz32fh96gid089cdv"; libraryHaskellDepends = [ base lens ]; description = "Framework for rendering things with metadata/headers and values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glazier" = callPackage @@ -104325,8 +104325,8 @@ self: { tagged transformers unliftio unliftio-core ]; description = "Extensible effects using ContT, State and variants"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104342,8 +104342,8 @@ self: { base glazier mmorph pipes stm stm-extras transformers ]; description = "A threaded rendering framework using glaizer and pipes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104363,8 +104363,8 @@ self: { newtype-generics stm tagged transformers unliftio unliftio-core ]; description = "ReactJS binding using Glazier.Command."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104389,8 +104389,8 @@ self: { unordered-containers ]; description = "Examples of using glazier-react"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104410,8 +104410,8 @@ self: { lens-misc monadlist mtl tagged transformers ]; description = "Generic widget library using glazier-react"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104436,8 +104436,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Tiny cli to fetch PR info from gitlab"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104455,7 +104455,7 @@ self: { ]; libraryPkgconfigDepends = [ glib ]; description = "Binding to the GLIB library for Gtk2Hs"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) glib;}; "glicko" = callPackage @@ -104471,8 +104471,8 @@ self: { ]; testHaskellDepends = [ base data-default hspec ]; description = "Glicko-2 implementation in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104485,8 +104485,8 @@ self: { libraryHaskellDepends = [ base containers text ]; testHaskellDepends = [ base Cabal containers hspec text ]; description = "Natural Language Processing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104501,7 +104501,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base ppm split ]; description = "A simple ray tracer in an early stage of development"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glirc" = callPackage @@ -104531,8 +104531,8 @@ self: { executableHaskellDepends = [ base lens text vty ]; testHaskellDepends = [ base HUnit ]; description = "Console IRC client"; - license = stdenv.lib.licenses.isc; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.isc; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "gll" = callPackage @@ -104548,7 +104548,7 @@ self: { TypeCompose ]; description = "GLL parser with simple combinator interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glob-posix" = callPackage @@ -104566,8 +104566,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion Glob MissingH ]; description = "Haskell bindings for POSIX glob library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104585,8 +104585,8 @@ self: { syntax-trees-fork-bairyn tagged template-haskell ]; description = "Library enabling unique top-level declarations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104607,8 +104607,8 @@ self: { test-framework-hunit test-framework-quickcheck2 transformers ]; description = "Global mutable configuration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104620,7 +104620,7 @@ self: { sha256 = "0b2sz9ag6wcr0amgrx08l7924brfansnh9rv64wg9s3nk4ni2sxp"; libraryHaskellDepends = [ base ]; description = "A global lock implemented without unsafePerformIO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "global-variables" = callPackage @@ -104631,8 +104631,8 @@ self: { sha256 = "0fvhh6q6z114qyi5rhwzxhrlqfhx6af97187b49lyvx2k9zkzvzp"; libraryHaskellDepends = [ base containers stm ]; description = "Namespaced, global, and top-level mutable variables without unsafePerformIO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104657,7 +104657,7 @@ self: { doHaddock = false; description = "ray tracer"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104673,7 +104673,7 @@ self: { base bmp bytestring containers ghc-prim gloss-rendering GLUT OpenGL ]; description = "Painless 2D vector graphics, animations and simulations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gloss-accelerate" = callPackage @@ -104688,7 +104688,7 @@ self: { accelerate base gloss gloss-rendering linear-accelerate ]; description = "Extras to interface Gloss and Accelerate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gloss-algorithms" = callPackage @@ -104699,7 +104699,7 @@ self: { sha256 = "0wx546hm1afgq0al5bk1g2qfgg9r520whm6igz18lkc9fsksjfgd"; libraryHaskellDepends = [ base containers ghc-prim gloss ]; description = "Data structures and algorithms for working with 2D graphics"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gloss-banana" = callPackage @@ -104712,8 +104712,8 @@ self: { editedCabalFile = "0nia67zywmxyvcnlk0a906dijh9h7m6w48330n9gs2mjkhkyqb13"; libraryHaskellDepends = [ base gloss reactive-banana ]; description = "An Interface for gloss in terms of a reactive-banana Behavior"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104725,8 +104725,8 @@ self: { sha256 = "17gwy13z4lymm9dpj26q4ihcl198gqn9kpcjdw8lcgfcg4gxszsm"; libraryHaskellDepends = [ base bytestring gloss repa repa-devil ]; description = "Display images in Gloss using libdevil for decoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104746,8 +104746,8 @@ self: { gloss-raster random repa repa-algorithms repa-io vector ]; description = "Examples using the gloss library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104767,8 +104767,8 @@ self: { executableHaskellDepends = [ base gloss ]; testHaskellDepends = [ base directory filepath gloss JuicyPixels ]; description = "Export Gloss pictures to png, bmp, tga, tiff, gif and juicy-pixels-image"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104780,8 +104780,8 @@ self: { sha256 = "01k9600f9lv65n9bi2v40gzcl14gg9cm27fxz8yk4kx1hk5hv980"; libraryHaskellDepends = [ base gloss gloss-juicy ]; description = "Gloss wrapper that simplifies writing games"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104803,7 +104803,7 @@ self: { base bmp bytestring gloss JuicyPixels vector ]; description = "Load any image supported by Juicy.Pixels in your gloss application"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gloss-raster" = callPackage @@ -104818,7 +104818,7 @@ self: { base containers ghc-prim gloss gloss-rendering repa ]; description = "Parallel rendering of raster images"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gloss-raster-accelerate" = callPackage @@ -104833,8 +104833,8 @@ self: { accelerate base colour-accelerate gloss gloss-accelerate ]; description = "Parallel rendering of raster images using Accelerate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "gloss-rendering" = callPackage @@ -104849,7 +104849,7 @@ self: { base bmp bytestring containers GLUT OpenGL ]; description = "Gloss picture data types and rendering functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gloss-sodium" = callPackage @@ -104860,8 +104860,8 @@ self: { sha256 = "0ygjqzb1pn092j0d0gcwhxdv940rdlvpaj1gxa347mdgvp4jb9za"; libraryHaskellDepends = [ base gloss sodium ]; description = "A Sodium interface to the Gloss drawing package"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104880,8 +104880,8 @@ self: { testSystemDepends = [ glpk ]; testToolDepends = [ tasty-discover ]; description = "Low-level Haskell bindings to GLPK"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) glpk;}; @@ -104900,8 +104900,8 @@ self: { array base containers deepseq gasp mtl ]; description = "Comprehensive GLPK linear programming bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) glpk;}; @@ -104920,8 +104920,8 @@ self: { ]; testHaskellDepends = [ base bytestring directory filepath shower ]; description = "glTF scene loader"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104951,8 +104951,8 @@ self: { transformers-base unordered-containers ]; description = "Make better services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -104977,7 +104977,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Make better services and clients"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glue-core" = callPackage @@ -105001,7 +105001,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Make better services and clients"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glue-ekg" = callPackage @@ -105025,7 +105025,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Make better services and clients"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "glue-example" = callPackage @@ -105045,7 +105045,7 @@ self: { transformers-base unordered-containers ]; description = "Make better services and clients"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gluturtle" = callPackage @@ -105058,7 +105058,7 @@ self: { base convertible GLUT stm yjsvg yjtools ]; description = "turtle like LOGO with glut"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gmap" = callPackage @@ -105073,8 +105073,8 @@ self: { array AvlTree base COrdering QuickCheck random ]; description = "Composable maps and generic tries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105093,8 +105093,8 @@ self: { priority-queue qd reflection Vec ]; description = "Mandelbrot Set explorer using GTK"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105107,7 +105107,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ gmp ]; description = "GMP integer conversions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gmp;}; "gnome-desktop" = callPackage @@ -105123,7 +105123,7 @@ self: { ]; description = "Randomly set a picture as the GNOME desktop background"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105140,7 +105140,7 @@ self: { libraryPkgconfigDepends = [ libgnome-keyring ]; libraryToolDepends = [ c2hs ]; description = "Bindings for libgnome-keyring"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs.gnome3) gnome-keyring; inherit (pkgs) libgnome-keyring;}; @@ -105159,7 +105159,7 @@ self: { libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GNOME Virtual File System library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {gnome-vfs = null; gnome-vfs_module = null;}; @@ -105187,8 +105187,8 @@ self: { conduit conduit-extra lens sbp tasty tasty-golden tasty-hunit time ]; description = "GNSS Converters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105211,8 +105211,8 @@ self: { testPkgconfigDepends = [ libidn ]; testToolDepends = [ c2hs ]; description = "Bindings for GNU IDN"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libidn;}; @@ -105234,7 +105234,7 @@ self: { utility-ht ]; description = "2D and 3D plots using gnuplot"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gnutls" = callPackage @@ -105248,7 +105248,7 @@ self: { librarySystemDepends = [ gnutls ]; libraryPkgconfigDepends = [ gnutls ]; description = "Bindings for GNU libgnutls"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) gnutls;}; "goa" = callPackage @@ -105262,8 +105262,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base directory filepath process ]; description = "GHCi bindings to lambdabot"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105283,8 +105283,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Core imports for Geometric Optimization Libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105299,8 +105299,8 @@ self: { libraryHaskellDepends = [ base goal-core hmatrix vector ]; executableHaskellDepends = [ base goal-core ]; description = "Scientific computing on geometric objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105320,8 +105320,8 @@ self: { ]; executableHaskellDepends = [ base goal-core goal-geometry vector ]; description = "Manifolds of probability distributions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105345,8 +105345,8 @@ self: { vector ]; description = "Mealy based simulation tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105364,7 +105364,7 @@ self: { testHaskellDepends = [ base bytestring cereal QuickCheck safe ]; description = "Time Series Compression"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "goatee" = callPackage @@ -105381,8 +105381,8 @@ self: { ]; testHaskellDepends = [ base containers HUnit mtl parsec ]; description = "A monadic take on a 2,500-year-old board game - library"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105403,8 +105403,8 @@ self: { executableHaskellDepends = [ base gtk ]; testHaskellDepends = [ base HUnit ]; description = "A monadic take on a 2,500-year-old board game - GTK+ UI"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105426,8 +105426,8 @@ self: { executableHaskellDepends = [ base criterion random weigh ]; testHaskellDepends = [ base hspec hspec-core ]; description = "Go-style channels"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105450,8 +105450,8 @@ self: { libraryToolDepends = [ c2hs ]; doHaddock = false; description = "Haskell bindings for the Godot game engine API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105463,8 +105463,8 @@ self: { sha256 = "1whl3fvwxh26nsb4l6brljsmwl891w5yxlsv69mdfvfb1rl7p64f"; libraryHaskellDepends = [ base ghc-prim ]; description = "The Gofer 2.30 standard prelude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -105487,7 +105487,7 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Extensible interface to Web APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "goggles-gcs" = callPackage @@ -105503,7 +105503,7 @@ self: { text unix-time ]; description = "`goggles` interface to Google Cloud Storage"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gogol" = callPackage @@ -105527,7 +105527,7 @@ self: { ]; description = "Comprehensive Google Services SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-abusiveexperiencereport" = callPackage @@ -105539,7 +105539,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Abusive Experience Report SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-acceleratedmobilepageurl" = callPackage @@ -105551,7 +105551,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Accelerated Mobile Pages (AMP) URL SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-accessapproval" = callPackage @@ -105563,7 +105563,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Access Approval SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-accesscontextmanager" = callPackage @@ -105575,7 +105575,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Access Context Manager SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexchange-buyer" = callPackage @@ -105587,7 +105587,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Exchange Buyer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexchange-seller" = callPackage @@ -105599,7 +105599,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Exchange Seller SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexchangebuyer2" = callPackage @@ -105611,7 +105611,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Exchange Buyer API II SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adexperiencereport" = callPackage @@ -105623,7 +105623,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Ad Experience Report SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-datatransfer" = callPackage @@ -105635,7 +105635,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Admin Data Transfer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-directory" = callPackage @@ -105647,7 +105647,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Admin Directory SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-emailmigration" = callPackage @@ -105659,7 +105659,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Email Migration API v2 SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-admin-reports" = callPackage @@ -105671,7 +105671,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Admin Reports SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adsense" = callPackage @@ -105683,7 +105683,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google AdSense Management SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-adsense-host" = callPackage @@ -105695,7 +105695,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google AdSense Host SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-affiliates" = callPackage @@ -105707,7 +105707,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Affiliate Network SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-alertcenter" = callPackage @@ -105719,7 +105719,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google G Suite Alert Center SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-analytics" = callPackage @@ -105731,7 +105731,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Analytics SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-analyticsreporting" = callPackage @@ -105743,7 +105743,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Analytics Reporting SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-android-enterprise" = callPackage @@ -105755,7 +105755,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play EMM SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-android-publisher" = callPackage @@ -105767,7 +105767,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Developer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-androiddeviceprovisioning" = callPackage @@ -105779,7 +105779,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Android Device Provisioning Partner SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-androidmanagement" = callPackage @@ -105791,7 +105791,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Android Management SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-appengine" = callPackage @@ -105803,7 +105803,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google App Engine Admin SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-activity" = callPackage @@ -105815,7 +105815,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Drive Activity SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-calendar" = callPackage @@ -105827,7 +105827,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Calendar SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-licensing" = callPackage @@ -105839,7 +105839,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Enterprise License Manager SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-reseller" = callPackage @@ -105851,7 +105851,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Enterprise Apps Reseller SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-apps-tasks" = callPackage @@ -105863,7 +105863,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Tasks SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-appstate" = callPackage @@ -105875,7 +105875,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google App State SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-autoscaler" = callPackage @@ -105887,7 +105887,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Autoscaler SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-bigquery" = callPackage @@ -105899,7 +105899,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google BigQuery SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-bigquerydatatransfer" = callPackage @@ -105911,7 +105911,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google BigQuery Data Transfer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-bigtableadmin" = callPackage @@ -105923,7 +105923,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Bigtable Admin SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-billing" = callPackage @@ -105935,7 +105935,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Billing SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-binaryauthorization" = callPackage @@ -105947,7 +105947,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Binary Authorization SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-blogger" = callPackage @@ -105959,7 +105959,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Blogger SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-books" = callPackage @@ -105971,7 +105971,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Books SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-chat" = callPackage @@ -105983,7 +105983,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Hangouts Chat SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-civicinfo" = callPackage @@ -105995,7 +105995,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Civic Information SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-classroom" = callPackage @@ -106007,7 +106007,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Classroom SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudasset" = callPackage @@ -106019,7 +106019,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Asset SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-clouderrorreporting" = callPackage @@ -106031,7 +106031,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Error Reporting SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudfunctions" = callPackage @@ -106043,7 +106043,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Functions SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudidentity" = callPackage @@ -106055,7 +106055,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Identity SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudiot" = callPackage @@ -106067,7 +106067,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud IoT SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudkms" = callPackage @@ -106079,7 +106079,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Key Management Service (KMS) SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudmonitoring" = callPackage @@ -106091,7 +106091,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Monitoring SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudprivatecatalog" = callPackage @@ -106103,7 +106103,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Private Catalog SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudprivatecatalogproducer" = callPackage @@ -106115,7 +106115,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Private Catalog Producer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudprofiler" = callPackage @@ -106127,7 +106127,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Profiler SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudscheduler" = callPackage @@ -106139,7 +106139,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Scheduler SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudsearch" = callPackage @@ -106151,7 +106151,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Search SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudshell" = callPackage @@ -106163,7 +106163,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Shell SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudtasks" = callPackage @@ -106175,7 +106175,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Tasks SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-cloudtrace" = callPackage @@ -106187,7 +106187,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Trace SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-commentanalyzer" = callPackage @@ -106199,7 +106199,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Perspective Comment Analyzer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-composer" = callPackage @@ -106211,7 +106211,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Composer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-compute" = callPackage @@ -106223,7 +106223,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-consumersurveys" = callPackage @@ -106235,7 +106235,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Consumer Surveys SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-container" = callPackage @@ -106247,7 +106247,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Kubernetes Engine SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-containeranalysis" = callPackage @@ -106259,7 +106259,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Container Analysis SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-containerbuilder" = callPackage @@ -106271,7 +106271,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Build SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-core" = callPackage @@ -106294,7 +106294,7 @@ self: { testHaskellDepends = [ base tasty ]; description = "Core data types and functionality for Gogol libraries"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-customsearch" = callPackage @@ -106306,7 +106306,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google CustomSearch SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dataflow" = callPackage @@ -106318,7 +106318,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Dataflow SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-datafusion" = callPackage @@ -106330,7 +106330,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Data Fusion SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dataproc" = callPackage @@ -106342,7 +106342,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Dataproc SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-datastore" = callPackage @@ -106354,7 +106354,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Datastore SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-debugger" = callPackage @@ -106366,7 +106366,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Debugger SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-deploymentmanager" = callPackage @@ -106378,7 +106378,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Deployment Manager SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dfareporting" = callPackage @@ -106390,7 +106390,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google DCM/DFA Reporting And Trafficking SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dialogflow" = callPackage @@ -106402,7 +106402,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Dialogflow SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-digitalassetlinks" = callPackage @@ -106414,7 +106414,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Digital Asset Links SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-discovery" = callPackage @@ -106426,7 +106426,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google API Discovery Service SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dlp" = callPackage @@ -106438,7 +106438,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Data Loss Prevention (DLP) SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-dns" = callPackage @@ -106450,7 +106450,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud DNS SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-docs" = callPackage @@ -106462,7 +106462,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Docs SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-doubleclick-bids" = callPackage @@ -106474,7 +106474,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google DoubleClick Bid Manager SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-doubleclick-search" = callPackage @@ -106486,7 +106486,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google DoubleClick Search SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-drive" = callPackage @@ -106498,7 +106498,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Drive SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-driveactivity" = callPackage @@ -106510,7 +106510,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Drive Activity SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-factchecktools" = callPackage @@ -106522,7 +106522,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fact Check Tools SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-file" = callPackage @@ -106534,7 +106534,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Filestore SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebase-dynamiclinks" = callPackage @@ -106546,7 +106546,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Dynamic Links SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebase-rules" = callPackage @@ -106558,7 +106558,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Rules SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebasehosting" = callPackage @@ -106570,7 +106570,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Hosting SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firebaseremoteconfig" = callPackage @@ -106582,7 +106582,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Firebase Remote Config SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-firestore" = callPackage @@ -106594,7 +106594,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Firestore SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-fitness" = callPackage @@ -106606,7 +106606,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fitness SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-fonts" = callPackage @@ -106618,7 +106618,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fonts Developer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-freebasesearch" = callPackage @@ -106630,7 +106630,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Freebase Search SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-fusiontables" = callPackage @@ -106642,7 +106642,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Fusion Tables SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-games" = callPackage @@ -106654,7 +106654,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Game Services SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-games-configuration" = callPackage @@ -106666,7 +106666,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Game Services Publishing SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-games-management" = callPackage @@ -106678,7 +106678,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Game Services Management SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-genomics" = callPackage @@ -106690,7 +106690,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Genomics SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-gmail" = callPackage @@ -106702,7 +106702,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Gmail SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-groups-migration" = callPackage @@ -106714,7 +106714,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Groups Migration SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-groups-settings" = callPackage @@ -106726,7 +106726,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Groups Settings SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-healthcare" = callPackage @@ -106738,7 +106738,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Healthcare SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-iam" = callPackage @@ -106750,7 +106750,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Identity and Access Management (IAM) SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-iamcredentials" = callPackage @@ -106762,7 +106762,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google IAM Service Account Credentials SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-iap" = callPackage @@ -106774,7 +106774,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Identity-Aware Proxy SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-identity-toolkit" = callPackage @@ -106786,7 +106786,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Identity Toolkit SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-indexing" = callPackage @@ -106798,7 +106798,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Indexing SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-jobs" = callPackage @@ -106810,7 +106810,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Talent Solution SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-kgsearch" = callPackage @@ -106822,7 +106822,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Knowledge Graph Search SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-language" = callPackage @@ -106834,7 +106834,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Natural Language SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-latencytest" = callPackage @@ -106846,7 +106846,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Network Performance Monitoring SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-libraryagent" = callPackage @@ -106858,7 +106858,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Library Agent SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-logging" = callPackage @@ -106870,7 +106870,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Logging SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-manufacturers" = callPackage @@ -106882,7 +106882,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Manufacturer Center SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-maps-coordinate" = callPackage @@ -106894,7 +106894,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Maps Coordinate SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-maps-engine" = callPackage @@ -106906,7 +106906,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Maps Engine SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-mirror" = callPackage @@ -106918,7 +106918,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Mirror SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-ml" = callPackage @@ -106930,7 +106930,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Machine Learning Engine SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-monitoring" = callPackage @@ -106942,7 +106942,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Stackdriver Monitoring SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-oauth2" = callPackage @@ -106954,7 +106954,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google OAuth2 SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-oslogin" = callPackage @@ -106966,7 +106966,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud OS Login SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-pagespeed" = callPackage @@ -106978,7 +106978,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google PageSpeed Insights SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-partners" = callPackage @@ -106990,7 +106990,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Partners SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-people" = callPackage @@ -107002,7 +107002,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google People SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-photoslibrary" = callPackage @@ -107014,7 +107014,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Photos Library SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-play-moviespartner" = callPackage @@ -107026,7 +107026,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Movies Partner SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-playcustomapp" = callPackage @@ -107038,7 +107038,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Play Custom App Publishing SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-plus" = callPackage @@ -107050,7 +107050,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google + SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-plus-domains" = callPackage @@ -107062,7 +107062,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google + Domains SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-poly" = callPackage @@ -107074,7 +107074,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Poly SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-prediction" = callPackage @@ -107086,7 +107086,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Prediction SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-proximitybeacon" = callPackage @@ -107098,7 +107098,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Proximity Beacon SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-pubsub" = callPackage @@ -107110,7 +107110,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Pub/Sub SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-qpxexpress" = callPackage @@ -107122,7 +107122,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google QPX Express SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-redis" = callPackage @@ -107134,7 +107134,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Memorystore for Redis SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-remotebuildexecution" = callPackage @@ -107146,7 +107146,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Remote Build Execution SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-replicapool" = callPackage @@ -107158,7 +107158,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Replica Pool SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-replicapool-updater" = callPackage @@ -107170,7 +107170,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Instance Group Updater SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-resourcemanager" = callPackage @@ -107182,7 +107182,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Resource Manager SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-resourceviews" = callPackage @@ -107194,7 +107194,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Compute Engine Instance Groups SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-run" = callPackage @@ -107206,7 +107206,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Run SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-runtimeconfig" = callPackage @@ -107218,7 +107218,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Runtime Configuration SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-safebrowsing" = callPackage @@ -107230,7 +107230,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Safe Browsing SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-script" = callPackage @@ -107242,7 +107242,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Apps Script SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-searchconsole" = callPackage @@ -107254,7 +107254,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Search Console URL Testing Tools SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-securitycenter" = callPackage @@ -107266,7 +107266,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Security Command Center SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicebroker" = callPackage @@ -107278,7 +107278,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Broker SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-serviceconsumermanagement" = callPackage @@ -107290,7 +107290,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Consumer Management SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicecontrol" = callPackage @@ -107302,7 +107302,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Control SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicemanagement" = callPackage @@ -107314,7 +107314,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Management SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-servicenetworking" = callPackage @@ -107326,7 +107326,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Networking SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-serviceusage" = callPackage @@ -107338,7 +107338,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service Usage SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-serviceuser" = callPackage @@ -107350,7 +107350,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Service User SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-sheets" = callPackage @@ -107362,7 +107362,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Sheets SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-shopping-content" = callPackage @@ -107374,7 +107374,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Content API for Shopping SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-siteverification" = callPackage @@ -107386,7 +107386,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Site Verification SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-slides" = callPackage @@ -107398,7 +107398,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Slides SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-sourcerepo" = callPackage @@ -107410,7 +107410,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Source Repositories SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-spanner" = callPackage @@ -107422,7 +107422,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Spanner SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-spectrum" = callPackage @@ -107434,7 +107434,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Spectrum Database SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-speech" = callPackage @@ -107446,7 +107446,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Speech-to-Text SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-sqladmin" = callPackage @@ -107458,7 +107458,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud SQL Admin SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-storage" = callPackage @@ -107470,7 +107470,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Storage JSON SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-storage-transfer" = callPackage @@ -107482,7 +107482,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Storage Transfer SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-streetviewpublish" = callPackage @@ -107494,7 +107494,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Street View Publish SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-surveys" = callPackage @@ -107506,7 +107506,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Surveys SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-tagmanager" = callPackage @@ -107518,7 +107518,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Tag Manager SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-taskqueue" = callPackage @@ -107530,7 +107530,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google TaskQueue SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-testing" = callPackage @@ -107542,7 +107542,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Testing SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-texttospeech" = callPackage @@ -107554,7 +107554,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Text-to-Speech SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-toolresults" = callPackage @@ -107566,7 +107566,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Tool Results SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-tpu" = callPackage @@ -107578,7 +107578,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud TPU SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-tracing" = callPackage @@ -107590,7 +107590,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Tracing SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-translate" = callPackage @@ -107602,7 +107602,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Translation SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-urlshortener" = callPackage @@ -107614,7 +107614,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google URL Shortener SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-useraccounts" = callPackage @@ -107626,7 +107626,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud User Accounts SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-vault" = callPackage @@ -107638,7 +107638,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google G Suite Vault SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-videointelligence" = callPackage @@ -107650,7 +107650,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Video Intelligence SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-vision" = callPackage @@ -107662,7 +107662,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Cloud Vision SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-webmaster-tools" = callPackage @@ -107674,7 +107674,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Search Console SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-websecurityscanner" = callPackage @@ -107686,7 +107686,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google Web Security Scanner SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-youtube" = callPackage @@ -107698,7 +107698,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google YouTube Data SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-youtube-analytics" = callPackage @@ -107710,7 +107710,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google YouTube Analytics SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gogol-youtube-reporting" = callPackage @@ -107722,7 +107722,7 @@ self: { libraryHaskellDepends = [ base gogol-core ]; description = "Google YouTube Reporting SDK"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "goldplate" = callPackage @@ -107742,8 +107742,8 @@ self: { unordered-containers ]; description = "A lightweight golden test runner"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107755,8 +107755,8 @@ self: { sha256 = "0njlbvlqzm9282rwk21klr3jq6m46i2qz46xbsdhw9jg2dawq97j"; libraryHaskellDepends = [ base renderable transformers varying ]; description = "Graphical user interfaces that are renderable, change over time and eventually produce a value"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107776,8 +107776,8 @@ self: { random scientific stm text time unordered-containers ]; description = "Client for the Google Cloud APIs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107789,7 +107789,7 @@ self: { sha256 = "12ib4y8cjg0dvvizy8yxgjaqvyawdy7vxmh1ab12b4yg40wwsg6g"; libraryHaskellDepends = [ aeson base bytestring HTTP lens mtl ]; description = "Simple interface to the google.com/dictionary API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "google-drive" = callPackage @@ -107812,8 +107812,8 @@ self: { hspec-expectations-lifted load-env text time ]; description = "Google Drive API access"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107832,8 +107832,8 @@ self: { syb text time ]; description = "Google HTML5 Slide generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107848,7 +107848,7 @@ self: { libraryHaskellDepends = [ aeson base bytestring conduit conduit-extra http-conduit text ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "google-mail-filters" = callPackage @@ -107864,8 +107864,8 @@ self: { ]; testHaskellDepends = [ base google-search text time xml-conduit ]; description = "Write GMail filters and output to importable XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107882,8 +107882,8 @@ self: { text ]; description = "Bindings to the Google Geocoding API (formerly Maps Geocoding API)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107904,8 +107904,8 @@ self: { base bytestring hoauth2 hspec http-conduit load-env text ]; description = "Google OAuth2 token negotiation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107925,8 +107925,8 @@ self: { testHaskellDepends = [ base tasty tasty-hspec ]; benchmarkHaskellDepends = [ base criterion ]; description = "Opininated use of Google Authentication for ease"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107944,7 +107944,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Get Google OAuth2 token for CLI tools"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "google-oauth2-jwt" = callPackage @@ -107959,8 +107959,8 @@ self: { base base64-bytestring bytestring HsOpenSSL RSA text unix-time ]; description = "Get a signed JWT for Google Service Accounts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107972,8 +107972,8 @@ self: { sha256 = "1jn22iykcl6694lsshj7xxnqx33d6spqlr2q93v6ak3yaygxd7hr"; libraryHaskellDepends = [ base free nats text time ]; description = "EDSL for Google and GMail search expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -107997,8 +107997,8 @@ self: { wai-extra warp ]; description = "Google APIs for server to server applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108018,8 +108018,8 @@ self: { servant servant-client servant-JuicyPixels text utf8-string ]; description = "Bindings to the Google Maps Static API (formerly Static Maps API)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108036,8 +108036,8 @@ self: { servant-client text transformers ]; description = "Google Translate API bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108055,8 +108055,8 @@ self: { http-enumerator http-types mtl text time timerep transformers url ]; description = "Haskell implementation of the Google+ API v1"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108075,8 +108075,8 @@ self: { test-framework-hunit test-framework-quickcheck2 text ]; description = "Google Polyline Encoder/Decoder"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108097,7 +108097,7 @@ self: { mime-types network optparse-applicative text wai warp ]; description = "proxy gopher over http"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "gopherbot" = callPackage @@ -108115,7 +108115,7 @@ self: { ]; description = "Spidering robot to download files from Gopherspace"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108144,8 +108144,8 @@ self: { unordered-containers vector wreq ]; description = "GoPro Plus Client API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108164,8 +108164,8 @@ self: { unordered-containers ]; description = "Core of FRP game engine called Gore&Ash"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108183,8 +108183,8 @@ self: { resourcet transformers transformers-base unordered-containers ]; description = "Gore&Ash engine extension that implements actor style of programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108207,8 +108207,8 @@ self: { test-framework test-framework-hunit transformers ]; description = "Core module for Gore&Ash engine that embeds async IO actions into game loop"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108234,8 +108234,8 @@ self: { text-show time transformers unordered-containers vector ]; description = "Demonstration game for Gore&Ash game engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108252,8 +108252,8 @@ self: { transformers unordered-containers ]; description = "Core module for Gore&Ash engine for GLFW input events"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108273,8 +108273,8 @@ self: { lambdacube-compiler lambdacube-gl mtl text unordered-containers ]; description = "Core module for Gore&Ash engine that do something"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108293,8 +108293,8 @@ self: { unordered-containers ]; description = "Core module for gore-and-ash with logging utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108316,8 +108316,8 @@ self: { typesafe-endian unordered-containers ]; description = "Core module for Gore&Ash engine with low level network API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108336,8 +108336,8 @@ self: { unordered-containers ]; description = "Gore&Ash core module for integration with SDL library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108357,8 +108357,8 @@ self: { hashable mtl text unordered-containers ]; description = "Gore&Ash module for high level network synchronization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108378,7 +108378,7 @@ self: { scientific text unix unordered-containers vector ]; description = "A Haskell Vault KVv2 secret engine client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gotta-go-fast" = callPackage @@ -108396,7 +108396,7 @@ self: { word-wrap ]; description = "A command line utility for practicing typing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gpah" = callPackage @@ -108416,8 +108416,8 @@ self: { uniplate uu-parsinglib zlib ]; description = "Generic Programming Use in Hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108429,7 +108429,7 @@ self: { sha256 = "1fm0k6n6fb5a3wvmb2l6k4zq3sdfxv16cb2y2zmjgxgj5n3gy9s8"; libraryHaskellDepends = [ base ]; description = "Generalized Pitch Class Sets for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gpio" = callPackage @@ -108451,7 +108451,7 @@ self: { base directory exceptions monad-control optparse-generic safe ]; description = "Haskell GPIO interface, designed specifically for the RaspberryPi"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gpolyline" = callPackage @@ -108462,7 +108462,7 @@ self: { sha256 = "01bsl7s8r33jgvk9lyca02awj43acii8spa6sskz19ivhm2adcr8"; libraryHaskellDepends = [ base split ]; description = "Pure module for encoding/decoding Google Polyline"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gps" = callPackage @@ -108482,8 +108482,8 @@ self: { test-framework-quickcheck2 time vector ]; description = "For manipulating GPS coordinates and trails"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108504,8 +108504,8 @@ self: { tar time xsd ]; description = "GPS to HTML Summary Report"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108522,8 +108522,8 @@ self: { void xml-conduit xml-types ]; description = "Read GPX files using conduits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108537,8 +108537,8 @@ self: { testHaskellDepends = [ base hedgehog ]; benchmarkHaskellDepends = [ base criterion ]; description = "Applicative non-linear consumption"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108551,8 +108551,8 @@ self: { libraryHaskellDepends = [ base containers grab text ]; testHaskellDepends = [ base containers hedgehog text ]; description = "Applicative parsers for form parameter lists"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108569,8 +108569,8 @@ self: { base directory filepath hspec network process stm unix ]; description = "Library to write graceful shutdown / upgrade service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108589,8 +108589,8 @@ self: { aeson aeson-pretty base bytestring Diff tasty tasty-hunit ]; description = "API for creating grafana dashboards represented as json"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108609,8 +108609,8 @@ self: { aeson base containers hspec mtl test-fixture text ]; description = "Monadic correlated log events"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108634,8 +108634,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "A Haskell client for Grakn"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108654,7 +108654,7 @@ self: { ]; description = "A parsing library of context-free grammar combinators"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108690,8 +108690,8 @@ self: { rank2classes text ]; description = "parsers that combine into grammars"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108708,8 +108708,8 @@ self: { grapefruit-ui ]; description = "Examples using the Grapefruit library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108727,8 +108727,8 @@ self: { arrows base containers fingertree semigroups TypeCompose ]; description = "Functional Reactive Programming core"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108740,8 +108740,8 @@ self: { sha256 = "0j1jy4rq11gk7j08cz7skdqlbnjrciiv0vi491lvmbbwmvf15cd6"; libraryHaskellDepends = [ arrows base grapefruit-frp ]; description = "A record system for Functional Reactive Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108760,8 +108760,8 @@ self: { grapefruit-records ]; description = "Declarative user interface programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108781,8 +108781,8 @@ self: { grapefruit-records grapefruit-ui gtk3 transformers ]; description = "GTK+-based backend for declarative user interface programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108797,7 +108797,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Class of graphs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "graph-core" = callPackage @@ -108817,8 +108817,8 @@ self: { unordered-containers vector ]; description = "Fast, memory efficient and persistent graph implementation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108843,7 +108843,7 @@ self: { mwc-random QuickCheck ]; description = "Functions for generating structured or random FGL graphs"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "graph-matchings" = callPackage @@ -108854,8 +108854,8 @@ self: { sha256 = "0dzkv13w06hkxg2vkbblpskvsq02c2ay06rw2j4vyjpw13hms5bv"; libraryHaskellDepends = [ base containers fgl ]; description = "An implementation of algorithms for matchings in graphs"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108869,8 +108869,8 @@ self: { base base-unicode-symbols containers mtl ]; description = "Monadic graph rewriting of hypergraphs with ports and multiedges"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108890,8 +108890,8 @@ self: { graph-rewriting-layout OpenGL parsec ]; description = "Interactive graph rewriting system implementing various well-known combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108908,8 +108908,8 @@ self: { graph-rewriting-layout OpenGL ]; description = "OpenGL interface for interactive port graph rewriting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108931,8 +108931,8 @@ self: { OpenGL parsec ]; description = "Lambdascope, an optimal evaluator of the lambda calculus, as an interactive graph-rewriting system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108948,8 +108948,8 @@ self: { AC-Vector base base-unicode-symbols graph-rewriting ]; description = "Force-directed node placement intended for incremental graph drawing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108969,8 +108969,8 @@ self: { graph-rewriting-layout OpenGL parsec ]; description = "Two evalutors of the SKI combinator calculus as interactive graph rewrite systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -108986,8 +108986,8 @@ self: { base base-unicode-symbols containers graph-rewriting ]; description = "Evaluation strategies for port-graph rewriting systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109009,8 +109009,8 @@ self: { uu-parsinglib ]; description = "Evaluate first-order applicative term rewrite systems interactively using graph reduction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109031,8 +109031,8 @@ self: { graph-rewriting-layout IndentParser OpenGL parsec ]; description = "Evaluator of the lambda-calculus in an interactive graph rewriting system with explicit sharing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109044,8 +109044,8 @@ self: { sha256 = "1a9qq5gpyxg6j6ja3kjldnf11wywjvvxpwvgiahlsrmwfw2c8d74"; libraryHaskellDepends = [ array base bytestring containers ]; description = "Serialization of data structures with references"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109061,8 +109061,8 @@ self: { base containers fgl mtl parsec syb template-haskell ]; description = "A simple wrapper & quasi quoter for fgl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109078,8 +109078,8 @@ self: { base containers data-lens data-lens-template mtl ]; description = "Graph walk abstraction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109096,7 +109096,7 @@ self: { array base containers deepseq hspec QuickCheck ]; description = "A wrapper around the standard Data.Graph with a less awkward interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "graphbuilder" = callPackage @@ -109113,8 +109113,8 @@ self: { test-framework-quickcheck2 ]; description = "A declarative, monadic graph construction language for small graphs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109131,8 +109131,8 @@ self: { mtl transformers ]; description = "A minimal Graph Theory library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109150,8 +109150,8 @@ self: { base bitmap bitmap-opengl FTGL OpenGL stb-image ]; description = "A functional interface to 2D drawing in OpenGL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109167,8 +109167,8 @@ self: { base bitmap-opengl containers hxt OpenGL stb-image transformers ]; description = "Load 3D geometry in the COLLADA format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109180,8 +109180,8 @@ self: { sha256 = "0bcqj0n8qqaqfrn21qgkf8si5qgxl3qlsc8djy0rqhnfi2grb8nh"; libraryHaskellDepends = [ base haskell98 OpenGL QuickCheck ]; description = "Classes for renderable objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109200,8 +109200,8 @@ self: { ]; executableHaskellDepends = [ base CV wx wxcore ]; description = "Tools for creating graphical UIs, based on wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109222,7 +109222,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Graphs and networks library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "graphmod" = callPackage @@ -109240,7 +109240,7 @@ self: { pretty ]; description = "Present the module dependencies of a program as a \"dot\" graph"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "graphmod-plugin" = callPackage @@ -109258,8 +109258,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "A reimplementation of graphmod as a source plugin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109285,7 +109285,7 @@ self: { ]; description = "Haskell GraphQL implementation"; license = "MPL-2.0 AND BSD-3-Clause"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109315,8 +109315,8 @@ self: { attoparsec base criterion exceptions protolude transformers ]; description = "GraphQL API"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109347,8 +109347,8 @@ self: { tasty tasty-hunit template-haskell text transformers unliftio-core ]; description = "A client for Haskell programs to query a GraphQL API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109364,8 +109364,8 @@ self: { aeson aeson-helper base graphql text unordered-containers vector ]; description = "GraphQL Utils"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109377,8 +109377,8 @@ self: { sha256 = "0sm0j1d2h6b2d3ksbbdyvzyvwl306mb64yikwkdwp2izfy387lwg"; libraryHaskellDepends = [ base containers json text ]; description = "GraphQL interface middleware for SQL databases"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109396,7 +109396,7 @@ self: { array base containers transformers transformers-compat void ]; description = "A simple monadic graph library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "graphted" = callPackage @@ -109407,8 +109407,8 @@ self: { sha256 = "0y2nqsygqcxb0w7x1irikqqx10m209nihqmxqy1s18snrlvh06c9"; libraryHaskellDepends = [ base indexed ]; description = "Graph indexed monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109426,8 +109426,8 @@ self: { base containers dotgen haskell-src-exts haskell98 uniplate ]; description = "A simple tool to illustrate dependencies between Haskell types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109455,8 +109455,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "A declarative library for describing dependencies between data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109484,8 +109484,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "A declarative library for describing dependencies between data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109512,7 +109512,7 @@ self: { testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base criterion deepseq text ]; description = "Bindings to Graphviz for graph visualisation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) graphviz;}; "graql" = callPackage @@ -109529,8 +109529,8 @@ self: { testHaskellDepends = [ base hspec markdown-unlit text ]; testToolDepends = [ markdown-unlit ]; description = "Execute Graql queries on a Grakn graph"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109555,8 +109555,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "GRASP implementation for the AMMM project"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109573,7 +109573,7 @@ self: { ]; testHaskellDepends = [ base hspec text ]; description = "Generate Gravatar image URLs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gray-code" = callPackage @@ -109585,8 +109585,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Gray code encoder/decoder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109603,7 +109603,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Gray encoding schemes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "graylog" = callPackage @@ -109625,7 +109625,7 @@ self: { ]; description = "Support for graylog output"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "greencard" = callPackage @@ -109639,8 +109639,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ array base containers pretty ]; description = "GreenCard, a foreign function pre-processor for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109653,8 +109653,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ array base containers greencard pretty ]; description = "A foreign function interface pre-processor library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109675,7 +109675,7 @@ self: { ]; executablePkgconfigDepends = [ libXau xcb xdmcp xlibsWrapper ]; description = "Simple clipboard manager to be integrated with rofi"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libXau; xcb = null; xdmcp = null; inherit (pkgs) xlibsWrapper;}; @@ -109691,8 +109691,8 @@ self: { base binary bytestring clock hostname network stm system-uuid time ]; description = "A scalable distributed logger with a high-precision global time axis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109716,8 +109716,8 @@ self: { ]; testHaskellDepends = [ aeson-qq base hspec lens lens-aeson mtl ]; description = "Graph database client for TinkerPop3 Gremlin Server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109741,8 +109741,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion hmatrix ]; description = "Practical Deep Learning in Haskell"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109760,7 +109760,7 @@ self: { ]; description = "Generalised replicate functions"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "greskell" = callPackage @@ -109781,7 +109781,7 @@ self: { hspec text unordered-containers ]; description = "Haskell binding for Gremlin graph query language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "greskell-core" = callPackage @@ -109802,7 +109802,7 @@ self: { text unordered-containers vector ]; description = "Haskell binding for Gremlin graph query language - core data types and tools"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "greskell-websocket" = callPackage @@ -109824,7 +109824,7 @@ self: { vector ]; description = "Haskell client for Gremlin Server using WebSocket serializer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "grid" = callPackage @@ -109840,7 +109840,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Tools for working with regular grids (graphs, lattices)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "grid-proto" = callPackage @@ -109862,8 +109862,8 @@ self: { sdl2-mixer sdl2-ttf StateVar text vector ]; description = "Grid-based prototyping framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109876,8 +109876,8 @@ self: { libraryHaskellDepends = [ base earclipper gjk gridbox ]; testHaskellDepends = [ base earclipper gjk gridbox hspec ]; description = "Collision detection for GridBox"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109890,7 +109890,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "A grid box model"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gridfs" = callPackage @@ -109908,7 +109908,7 @@ self: { ]; description = "GridFS (MongoDB file storage) implementation"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gridland" = callPackage @@ -109926,8 +109926,8 @@ self: { SDL-image SDL-mixer tuple vector ]; description = "Grid-based multimedia engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109950,7 +109950,7 @@ self: { adjunctions base comonad deepseq distributive gauge singletons vector ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "grm" = callPackage @@ -109971,8 +109971,8 @@ self: { ]; executableToolDepends = [ happy ]; description = "grm grammar converter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -109987,7 +109987,7 @@ self: { libraryHaskellDepends = [ base haskell-src-exts ]; executableHaskellDepends = [ base ]; description = "Pretty printing for well-behaved Show instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groot" = callPackage @@ -110036,8 +110036,8 @@ self: { vector yaml ]; description = "Command line utility to manage AWS ECS resources"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110052,8 +110052,8 @@ self: { libraryHaskellDepends = [ base mtl ncurses ]; executableHaskellDepends = [ base lens mtl ncurses ]; description = "A spoof on gloss for terminal animation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110073,7 +110073,7 @@ self: { transformers transformers-base transformers-compat ]; description = "Type-safe datatype-database mapping library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groundhog-converters" = callPackage @@ -110091,8 +110091,8 @@ self: { groundhog-th tasty tasty-hunit tasty-quickcheck ]; description = "Extended Converter Library for groundhog embedded types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110116,7 +110116,7 @@ self: { groundhog-th mtl ]; description = "Type-safe datatype-database mapping library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groundhog-mysql" = callPackage @@ -110133,7 +110133,7 @@ self: { mysql mysql-simple resource-pool resourcet text time transformers ]; description = "MySQL backend for the groundhog library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groundhog-postgresql" = callPackage @@ -110151,7 +110151,7 @@ self: { time transformers vector ]; description = "PostgreSQL backend for the groundhog library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groundhog-sqlite" = callPackage @@ -110168,7 +110168,7 @@ self: { resource-pool resourcet text transformers unordered-containers ]; description = "Sqlite3 backend for the groundhog library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groundhog-th" = callPackage @@ -110184,7 +110184,7 @@ self: { text time unordered-containers yaml ]; description = "Type-safe datatype-database mapping library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "group-by-date" = callPackage @@ -110202,7 +110202,7 @@ self: { transformers unix-compat utility-ht ]; description = "Shell command for grouping files by dates into folders"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "group-theory" = callPackage @@ -110217,7 +110217,7 @@ self: { libraryHaskellDepends = [ base containers groups ]; testHaskellDepends = [ base doctest ]; description = "The theory of groups"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "group-with" = callPackage @@ -110233,8 +110233,8 @@ self: { base Cabal containers hspec hspec-expectations QuickCheck ]; description = "Classify objects by key-generating function, like SQL GROUP BY"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110252,7 +110252,7 @@ self: { base code-page criterion optparse-applicative random utility-ht ]; description = "Replacement definition of Data.List.GroupBy"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "grouped-list" = callPackage @@ -110267,8 +110267,8 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Grouped lists. Equal consecutive elements are grouped."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110280,7 +110280,7 @@ self: { sha256 = "0gpjlq9f2il4vp7ihh1sf5g2jr1rbi5big5c6dhjk961n8b1dq0z"; libraryHaskellDepends = [ base ]; description = "A Groupoid class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groupoids" = callPackage @@ -110292,7 +110292,7 @@ self: { libraryHaskellDepends = [ base semigroupoids ]; doHaddock = false; description = "This package has been absorbed into semigroupoids 4.0"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groups" = callPackage @@ -110303,7 +110303,7 @@ self: { sha256 = "0ghabk9r3pqccwfshy80p460awv0niyfi3nirg5bqnxm923c4njn"; libraryHaskellDepends = [ base ]; description = "Groups"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "groups-generic" = callPackage @@ -110314,8 +110314,8 @@ self: { sha256 = "1rnil9qashpvrjxmziymf447pnqpqpnga0lxlk7413y4dprn2rad"; libraryHaskellDepends = [ base generic-data groups ]; description = "Generically derive Group instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110335,7 +110335,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Mutable vector with efficient appends"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "growler" = callPackage @@ -110356,8 +110356,8 @@ self: { unordered-containers vector wai wai-extra warp ]; description = "A revised version of the scotty library that attempts to be simpler and more performant"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110369,8 +110369,8 @@ self: { sha256 = "1ymvgsrqhnym2wv5j8mbhh8i3r7y0jcz19k927qmffqk7sacfxg1"; libraryHaskellDepends = [ base proto-lens proto-lens-runtime ]; description = "Generated messages and instances for etcd gRPC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110387,8 +110387,8 @@ self: { network proto-lens proto-lens-runtime ]; description = "gRPC client for etcd"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110417,8 +110417,8 @@ self: { async base bytestring criterion proto3-suite random ]; description = "Haskell implementation of gRPC layered on shared C library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110444,8 +110444,8 @@ self: { transformers turtle unix ]; description = "Haskell implementation of gRPC layered on shared C library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {gpr = null; inherit (pkgs) grpc;}; @@ -110467,8 +110467,8 @@ self: { old-locale OpenGL OpenGLRaw parallel qd qd-vec ruff time Vec ]; description = "fractal explorer GUI using the ruff library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110487,8 +110487,8 @@ self: { random ruff Vec ]; description = "Mandelbrot Set examples using ruff and gruff"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110506,7 +110506,7 @@ self: { ]; libraryPkgconfigDepends = [ gsasl ]; description = "Bindings for GNU libgsasl"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) gsasl;}; "gsc-weighting" = callPackage @@ -110517,7 +110517,7 @@ self: { sha256 = "0y80j5qk601c965assl8d91k9bpvzijn2z0w64n2ksij9lm6b8p5"; libraryHaskellDepends = [ base hierarchical-clustering ]; description = "Generic implementation of Gerstein/Sonnhammer/Chothia weighting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gscholar-rss" = callPackage @@ -110534,8 +110534,8 @@ self: { base feed http-conduit scalpel-core text uri xml-types ]; description = "scrapes google scholar, provides RSS feed"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110548,8 +110548,8 @@ self: { setupHaskellDepends = [ base Cabal ]; libraryHaskellDepends = [ base vector ]; description = "Bindings the the GSL random number generation facilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110561,8 +110561,8 @@ self: { sha256 = "1qf5m3zksn16mlgavrwbq6yd1mbyafy27qf1ws4nmkxl8ci0k48i"; libraryHaskellDepends = [ base gsl-random random-fu ]; description = "Instances for using gsl-random with random-fu"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110580,8 +110580,8 @@ self: { base containers mtl parsec permute sindre text X11 ]; description = "A visual generic menu"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "gssapi" = callPackage @@ -110595,7 +110595,7 @@ self: { libraryHaskellDepends = [ base bytestring resourcet transformers ]; librarySystemDepends = [ gssapi_krb5 krb5 ]; description = "libgssapi and libkrb5 bindings for haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {gssapi_krb5 = null; inherit (pkgs) krb5;}; "gssapi-wai" = callPackage @@ -110611,7 +110611,7 @@ self: { http-types vault wai wai-extra ]; description = "WAI Middleware for SPNEGO authentiaction"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gstorable" = callPackage @@ -110627,8 +110627,8 @@ self: { base generic-storable ghc-prim hspec QuickCheck ]; description = "Generic implementation of Storable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110648,8 +110648,8 @@ self: { libraryPkgconfigDepends = [ gst-plugins-base gstreamer ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GStreamer open source multimedia framework"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {gst-plugins-base = null; gstreamer = null;}; @@ -110683,8 +110683,8 @@ self: { base csv directory filepath rowrecord split ]; description = "The General Transit Feed Specification format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110700,8 +110700,8 @@ self: { base protocol-buffers protocol-buffers-descriptor ]; description = "GTFS RealTime protobafs library (autogenerated from .proto file)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110720,7 +110720,7 @@ self: { ]; libraryPkgconfigDepends = [ gtk2 ]; description = "Binding to the Gtk+ graphical user interface library"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gtk2;}; "gtk-helpers" = callPackage @@ -110735,7 +110735,7 @@ self: { array base gio glib gtk mtl process template-haskell ]; description = "A collection of auxiliary operations and widgets related to Gtk+"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gtk-jsinput" = callPackage @@ -110746,7 +110746,7 @@ self: { sha256 = "0fjlk6z8j77l35k9cdzgbyf1w5wd0v0k1sry78vf7f6j4mvv8wb0"; libraryHaskellDepends = [ base gtk json transformers ]; description = "A simple custom form widget for gtk which allows inputing of JSON values"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "gtk-largeTreeStore" = callPackage @@ -110762,7 +110762,7 @@ self: { ]; testHaskellDepends = [ base containers gtk3 hspec ]; description = "Large TreeStore support for gtk2hs"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "gtk-mac-integration" = callPackage @@ -110778,8 +110778,8 @@ self: { libraryHaskellDepends = [ array base containers glib gtk mtl ]; libraryPkgconfigDepends = [ gtk-mac-integration-gtk2 ]; description = "Bindings for the Gtk/OS X integration library"; - license = stdenv.lib.licenses.lgpl21; - platforms = [ "x86_64-darwin" ]; + license = lib.licenses.lgpl21; + platforms = [ "armv7l-linux" "x86_64-darwin" ]; }) {inherit (pkgs) gtk-mac-integration-gtk2;}; "gtk-serialized-event" = callPackage @@ -110796,8 +110796,8 @@ self: { ]; libraryPkgconfigDepends = [ gtk2 ]; description = "GTK+ Serialized event"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtk2;}; @@ -110809,7 +110809,7 @@ self: { sha256 = "1qqfhaap2996015h3jkgg9j3hyxrh88wn6kba29ys0q1h35f8yws"; libraryHaskellDepends = [ base gtk ]; description = "A simple custom form widget for gtk which allows single LOC creation/updating of list views"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "gtk-sni-tray" = callPackage @@ -110839,7 +110839,7 @@ self: { optparse-applicative status-notifier-item text unix ]; description = "A standalone StatusNotifierItem/AppIndicator tray"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gtk3;}; "gtk-strut" = callPackage @@ -110850,7 +110850,7 @@ self: { sha256 = "19p3w1zvnaazfd01yy4cl00sl53xc7kqgqhsw7l3psadmwk6x4w1"; libraryHaskellDepends = [ base gi-gdk gi-gtk text transformers ]; description = "Libary for creating strut windows with gi-gtk"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gtk-toggle-button-list" = callPackage @@ -110861,7 +110861,7 @@ self: { sha256 = "14hb7nxf4l0q7hab8dzll8dh5ccb4hhc8arywijdgdrz4i2s2706"; libraryHaskellDepends = [ base gtk ]; description = "A simple custom form widget for gtk which allows single LOC creation/updating of toggle button lists"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "gtk-toy" = callPackage @@ -110872,8 +110872,8 @@ self: { sha256 = "0zf3k0c5h5wcgkqr8np5kvgz4c9nha86k5whsn4f1wk0ikj98dfq"; libraryHaskellDepends = [ base containers gtk ]; description = "Convenient Gtk canvas with mouse and keyboard input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -110886,7 +110886,7 @@ self: { libraryHaskellDepends = [ base glib gtk3 ]; libraryPkgconfigDepends = [ xlibsWrapper ]; description = "A wrapper around the eggtraymanager library for Linux system trays"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) xlibsWrapper;}; "gtk2hs-buildtools" = callPackage @@ -110907,7 +110907,7 @@ self: { libraryToolDepends = [ alex happy ]; executableHaskellDepends = [ base ]; description = "Tools to build the Gtk2Hs suite of User Interface libraries"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "gtk2hs-cast-glade" = callPackage @@ -110923,7 +110923,7 @@ self: { ]; description = "A type class for cast functions of Gtk2hs: glade package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-glib" = callPackage @@ -110935,7 +110935,7 @@ self: { libraryHaskellDepends = [ base glib ]; description = "A type class for cast functions of Gtk2hs: glib package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-gnomevfs" = callPackage @@ -110951,7 +110951,7 @@ self: { ]; description = "A type class for cast functions of Gtk2hs: gnomevfs package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-gtk" = callPackage @@ -110967,7 +110967,7 @@ self: { ]; description = "A type class for cast functions of Gtk2hs: gtk package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-gtkglext" = callPackage @@ -110983,7 +110983,7 @@ self: { ]; description = "A type class for cast functions of Gtk2hs: gtkglext package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-gtksourceview2" = callPackage @@ -111000,7 +111000,7 @@ self: { ]; description = "A type class for cast functions of Gtk2hs: gtksourceview2 package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-cast-th" = callPackage @@ -111012,7 +111012,7 @@ self: { libraryHaskellDepends = [ base hint template-haskell ]; description = "A type class for cast functions of Gtk2hs: TH package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "gtk2hs-hello" = callPackage @@ -111025,8 +111025,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base glib gtk3 transformers ]; description = "Gtk2Hs Hello World, an example package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111039,7 +111039,7 @@ self: { libraryHaskellDepends = [ base cairo glib gtk mtl ]; description = "Adds a module to gtk2hs allowing layouts to be defined using reverse polish notation"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111060,7 +111060,7 @@ self: { ]; libraryPkgconfigDepends = [ gtk3 ]; description = "Binding to the Gtk+ 3 graphical user interface library"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) gtk3;}; "gtk3-helpers" = callPackage @@ -111075,7 +111075,7 @@ self: { array base gio glib gtk3 mtl process template-haskell ]; description = "A collection of auxiliary operations and widgets related to Gtk"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "gtk3-mac-integration" = callPackage @@ -111091,8 +111091,8 @@ self: { libraryHaskellDepends = [ array base containers glib gtk3 mtl ]; libraryPkgconfigDepends = [ gtk-mac-integration-gtk3 ]; description = "Bindings for the Gtk/OS X integration library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {gtk-mac-integration-gtk3 = null;}; @@ -111111,8 +111111,8 @@ self: { libraryPkgconfigDepends = [ gtkglext ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GTK+ OpenGL Extension"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtk2; inherit (pkgs.gnome2) gtkglext; inherit (pkgs) libGLU; inherit (pkgs.xorg) libICE; @@ -111134,8 +111134,8 @@ self: { libraryPkgconfigDepends = [ gtkimageview ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GtkImageView library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtkimageview;}; @@ -111155,7 +111155,7 @@ self: { ]; description = "Gnome rsync progress display"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111175,8 +111175,8 @@ self: { libraryPkgconfigDepends = [ gtksourceview ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GtkSourceView library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtksourceview;}; @@ -111196,8 +111196,8 @@ self: { libraryPkgconfigDepends = [ gtksourceview3 ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the GtkSourceView library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtksourceview3;}; @@ -111209,7 +111209,7 @@ self: { sha256 = "15a6g0bkjf9r0zl7x61ip05kb7k4rf7yxr7z8jybs5q8g78i1b0c"; libraryHaskellDepends = [ base ]; description = "Memory allocation with added stress tests and integrity checks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "guarded-rewriting" = callPackage @@ -111220,8 +111220,8 @@ self: { sha256 = "04396pd4c4yqpw6ai5ciigva9l3acdz7yn4d5hvyks52khv5fsf9"; libraryHaskellDepends = [ base instant-generics ]; description = "Datatype-generic rewriting with preconditions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111233,8 +111233,8 @@ self: { sha256 = "1xaj8zl6cbgks3r0asbnkz1ixq1hlglpjxdymj6ikyjq955sxmzj"; libraryHaskellDepends = [ base HList ]; description = "Generate simple combinators given their type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111247,7 +111247,7 @@ self: { libraryHaskellDepends = [ base bytestring text uuid uuid-types ]; testHaskellDepends = [ base HUnit ]; description = "A simple wrapper around uuid"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "gulcii" = callPackage @@ -111261,8 +111261,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base cairo containers filepath gtk ]; description = "graphical untyped lambda calculus interactive interpreter"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111274,7 +111274,7 @@ self: { sha256 = "0vvzlfnvh9r9jqf7v83d0piqpvl40sg0mswf9f41vncgzg0z79v2"; libraryHaskellDepends = [ base ]; description = "The first 1001 Fibonacci numbers, retrieved from the Gutenberg Project"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "gw" = callPackage @@ -111287,8 +111287,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base unix ]; description = "ghcWithPackages cmdline util"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111302,8 +111302,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base extra GiveYouAHead ]; description = "A binary version of GiveYouAHead"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111325,8 +111325,8 @@ self: { base exceptions http-client servant-client ]; description = "REST client to the gym-http-api project"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111350,8 +111350,8 @@ self: { stm template-haskell transformers utf8-string vinyl ]; description = "Haskell library for retrieving data from various booru image sites"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111375,8 +111375,8 @@ self: { tasty-hunit tasty-quickcheck temporary time transformers unix ]; description = "High Level Binding for GnuPG Made Easy (gpgme)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111400,8 +111400,8 @@ self: { base containers hspec QuickCheck split text ]; description = "Reversi game in haskell/blank-canvas"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111428,8 +111428,8 @@ self: { vector-algorithms vty ]; description = "An Implementation of Game 2048"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111441,8 +111441,8 @@ self: { sha256 = "16aljqvzf8n1js0drqii99z3v8xba0468w27c9vmf5w483awkqjb"; libraryHaskellDepends = [ base bytestring mtl resourcet ]; description = "Bindings to Linux I2C with support for repeated-start transactions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111458,8 +111458,8 @@ self: { base bytestring containers mtl serialport time ]; description = "Control your Arduino board from Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111487,7 +111487,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "An FFI binding to CMU/Long's BDD library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {bdd = null; mem = null;}; @@ -111504,7 +111504,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "An FFI binding to the CUDD library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) cudd; epd = null; inherit (pkgs) mtr; inherit (pkgs) st; util = null;}; @@ -111521,8 +111521,8 @@ self: { executableHaskellDepends = [ base hashable ]; testHaskellDepends = [ base hashable ]; description = "Conceptual modelling support for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111539,7 +111539,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "interface to CSound API"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {csound64 = null; inherit (pkgs) libsndfile;}; @@ -111551,8 +111551,8 @@ self: { sha256 = "1ays1qy2zsl3h49ryr2y9dymfv1ak1m1d0jvarmqwg3nb49armhm"; libraryHaskellDepends = [ base containers directory process ]; description = "A simple library for representing and minimising DFAs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111565,8 +111565,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base cereal vector ]; description = "F(2^e) math for cryptography"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111583,8 +111583,8 @@ self: { text time zlib ]; description = "Haskell GELF library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111608,8 +111608,8 @@ self: { filepath hooplext mtl parsec pretty template-haskell transformers ]; description = "A library for analyzing and transforming LLVM (3.5) assembly codes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {hooplext = null;}; @@ -111627,8 +111627,8 @@ self: { old-locale old-time pureMD5 random time ]; description = "Library to interact with the @Mollom anti-spam service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111643,8 +111643,8 @@ self: { libraryHaskellDepends = [ base hOff-parser OpenGL ]; executableHaskellDepends = [ base GLFW hOff-parser OpenGL parsec ]; description = "The tool to transform the OFF to other image format"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111656,7 +111656,7 @@ self: { sha256 = "1vjvn4sr9nb7dd0in57kay6sb49nqzs377v6k9570h5faaj1dyci"; libraryHaskellDepends = [ base parsec ]; description = "The parser to parser the OFF(Object File Format, Princeton ModelNet)"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hOpenPGP" = callPackage @@ -111703,7 +111703,7 @@ self: { zlib ]; description = "native Haskell implementation of OpenPGP (RFC4880)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hPDB" = callPackage @@ -111722,8 +111722,8 @@ self: { text unordered-containers vector zlib ]; description = "Protein Databank file format library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111750,8 +111750,8 @@ self: { iterable linear mtl process template-haskell text time vector ]; description = "Examples for hPDB library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111767,8 +111767,8 @@ self: { aeson base bytestring http-conduit network text ]; description = "Pushover.net API functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111780,8 +111780,8 @@ self: { sha256 = "1kc03mgsxijszdvxw4qwq4fnd0ln61v08rk9y1k6kx9vyqc7bilc"; libraryHaskellDepends = [ array base containers unix ]; description = "R bindings and interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111793,7 +111793,7 @@ self: { sha256 = "188rs1g2yacka8c4wbqkhwjrin95f3ribm8007lqsxiapaj1d89y"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "haskell implementation of RESP (REdis Serialization Protocol)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hS3" = callPackage @@ -111812,7 +111812,7 @@ self: { network-uri old-locale old-time random regex-compat utf8-string ]; description = "Interface to Amazon's Simple Storage Service (S3)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hScraper" = callPackage @@ -111828,8 +111828,8 @@ self: { process regex-compat text transformers ]; description = "A Haskell library to scrape and crawl web-pages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111846,8 +111846,8 @@ self: { utf8-string ]; description = "Interface to Amazon's SimpleDB service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111861,8 +111861,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base ]; description = "Parser, print and manipulate structures in PDB file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111874,8 +111874,8 @@ self: { sha256 = "08zmzzwbvqsyz7v5grjwg81434bdr3zkkd12ifhk76xg2p0xfhmk"; libraryHaskellDepends = [ base containers hmatrix random ]; description = "Multidimensional arrays and simple tensor computations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111892,7 +111892,7 @@ self: { executableSystemDepends = [ blas liblapack ]; description = "Optimal variable selection in chain graphical model"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) blas; liblapack = null;}; @@ -111910,7 +111910,7 @@ self: { base directory gtk3 process split text ]; description = "A Gtk mixer GUI application for FreeBSD"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haar" = callPackage @@ -111926,8 +111926,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Haar wavelet transforms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111952,8 +111952,8 @@ self: { ]; executableHaskellDepends = [ base text ]; description = "Haskell message bot framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -111965,7 +111965,7 @@ self: { sha256 = "07h9a8l32j6j5ssrl7f1j02jlmn5f7c48h88fn7lbzhj24kqasl3"; libraryHaskellDepends = [ base ]; description = "customizable pretty printer library for tables"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "hablo" = callPackage @@ -111985,8 +111985,8 @@ self: { optparse-applicative parsec template text time unix ]; description = "A minimalist static blog generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112009,8 +112009,8 @@ self: { ]; executableHaskellDepends = [ base optparse-applicative text ]; description = "A blog system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112022,7 +112022,7 @@ self: { sha256 = "0m0wfg74kmpz6ydldz5h9z5xd54957v1rprl9wal9sjr0pzl28a7"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "Template Haskell framework for automatic FFI code generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hack" = callPackage @@ -112034,7 +112034,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring data-default ]; description = "a Haskell Webserver Interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hack-contrib" = callPackage @@ -112053,8 +112053,8 @@ self: { time utf8-string ]; description = "Hack contrib"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112072,7 +112072,7 @@ self: { ]; description = "Hack helper that renders Press templates"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112090,8 +112090,8 @@ self: { utf8-string ]; description = "hack-frontend-happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112103,7 +112103,7 @@ self: { sha256 = "0m0af44jv03djn5i2lgrnnvvcdqx44qppfx76m1bwr7gv1vzm432"; libraryHaskellDepends = [ base bytestring cgi containers hack ]; description = "Allows programs written against MonadCGI to run with any hack handler. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hack-handler-cgi" = callPackage @@ -112114,8 +112114,8 @@ self: { sha256 = "0pm8vs94dbaahqrdwfffwa1jb9ghyjnq48sirlw1dj2gcsa3np2x"; libraryHaskellDepends = [ base bytestring hack ]; description = "Hack handler using CGI protocol. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112135,7 +112135,7 @@ self: { ]; description = "hack handler implementation using epoll"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112155,7 +112155,7 @@ self: { librarySystemDepends = [ event ]; description = "Hack EvHTTP (libevent) Handler"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {event = null;}; @@ -112168,8 +112168,8 @@ self: { libraryHaskellDepends = [ base bytestring hack hack-handler-cgi ]; librarySystemDepends = [ fcgi ]; description = "Hack handler direct to fastcgi (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fcgi;}; @@ -112187,8 +112187,8 @@ self: { mtl network ]; description = "Hack Happstack server handler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112205,8 +112205,8 @@ self: { base bytestring containers data-default hack hyena network ]; description = "Hyena hack handler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112222,7 +112222,7 @@ self: { ]; description = "Hack Kibro handler"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112238,8 +112238,8 @@ self: { base bytestring failure hack network web-encodings ]; description = "A simplistic HTTP server handler for Hack. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112253,8 +112253,8 @@ self: { base bytestring hack split web-encodings ]; description = "Applies some basic redirect rules to get cleaner paths. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112270,8 +112270,8 @@ self: { base clientsession hack old-locale predicates time web-encodings ]; description = "Middleware for easily keeping session data in client cookies. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112283,7 +112283,7 @@ self: { sha256 = "1x7526939h7g44yyscyk324gdb40cryyiffh13iinf8aw1rach70"; libraryHaskellDepends = [ base hack split zlib ]; description = "Automatic gzip compression of responses. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hack-middleware-jsonp" = callPackage @@ -112298,8 +112298,8 @@ self: { base bytestring bytestring-class hack web-encodings ]; description = "Automatic wrapping of JSON responses to convert into JSONP. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112311,7 +112311,7 @@ self: { sha256 = "1b6jzdisv58scyzb9pxhqrnz74sy0j96jkbbnf84wccwbwn4rf28"; libraryHaskellDepends = [ base bytestring data-default ]; description = "a Haskell Webserver Interface (V2)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hack2-contrib" = callPackage @@ -112327,7 +112327,7 @@ self: { hack2 network-uri text time ]; description = "Hack2 contrib"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hack2-contrib-extra" = callPackage @@ -112345,7 +112345,7 @@ self: { filepath hack2 hack2-contrib network old-locale old-time time ]; description = "Hack2 contrib extra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hack2-handler-happstack-server" = callPackage @@ -112362,8 +112362,8 @@ self: { happstack-server mtl network ]; description = "Hack2 Happstack server handler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112384,8 +112384,8 @@ self: { stm text unix zeromq-haskell ]; description = "Hack2 Mongrel2 HTTP handler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112404,8 +112404,8 @@ self: { snap-server ]; description = "Hack2 Snap server handler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112422,8 +112422,8 @@ self: { air base data-default hack2 hack2-interface-wai warp ]; description = "Hack2 warp handler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112440,7 +112440,7 @@ self: { http-types network safe wai ]; description = "Hack2 interface to WAI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hackage-api" = callPackage @@ -112458,8 +112458,8 @@ self: { ]; testHaskellDepends = [ base http-client-tls servant-client ]; description = "An API binding to Hackage API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112480,8 +112480,8 @@ self: { filepath tar time utf8-string ]; description = "Access cabal-install's Hackage database via Data.Map"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "hackage-diff" = callPackage @@ -112500,8 +112500,8 @@ self: { haskell-src-exts HTTP mtl process text ]; description = "Compare the public API of different versions of a Hackage library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112531,8 +112531,8 @@ self: { base monad-logger optparse-applicative ]; description = "Simple mirroring utility for Hackage"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112551,7 +112551,7 @@ self: { old-locale old-time parsedate ]; description = "Generate cumulative graphs of hackage uploads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hackage-processing" = callPackage @@ -112564,8 +112564,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal containers hackage-db ]; description = "Process 00-index.tar.gz from Hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112589,8 +112589,8 @@ self: { unordered-containers wai warp zlib zlib-conduit ]; description = "Provide a proxy for Hackage which modifies responses in some way. (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112613,8 +112613,8 @@ self: { zlib ]; description = "Manage secure file-based package repositories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112644,7 +112644,7 @@ self: { unordered-containers vector zlib ]; description = "Hackage security library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hackage-security-HTTP" = callPackage @@ -112659,7 +112659,7 @@ self: { base bytestring hackage-security HTTP mtl network network-uri zlib ]; description = "Hackage security bindings against the HTTP library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hackage-server" = callPackage @@ -112697,8 +112697,8 @@ self: { vector xml zlib ]; description = "The Hackage web server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112717,7 +112717,7 @@ self: { old-time parsedate tagsoup ]; description = "Generate sparkline graphs of hackage statistics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hackage-whatsnew" = callPackage @@ -112735,8 +112735,8 @@ self: { temporary ]; description = "Check for differences between working directory and hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112750,8 +112750,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base download feed tagsoup ]; description = "Convert Hackage RSS feeds to wiki format for publishing on Haskell.org"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112765,8 +112765,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base feed feed2twitter ]; description = "Send new Hackage releases to Twitter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112784,8 +112784,8 @@ self: { base Cabal containers directory filepath mtl process regex-tdfa ]; description = "Hackage testing tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112810,8 +112810,8 @@ self: { quickcheck-instances ]; description = "API for Hacker News"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112828,7 +112828,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base ]; description = "\"Hack\" like a programmer in movies and games!"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hackmanager" = callPackage @@ -112848,8 +112848,8 @@ self: { ]; executableHaskellDepends = [ base optparse-applicative text ]; description = "Generate useful files for Haskell projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112901,8 +112901,8 @@ self: { transformers-base ]; description = "Lightweight Erlang-style actors for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112914,8 +112914,8 @@ self: { sha256 = "0nxcl3v9gnnyjzdpk30m2pmrhwcva9rky2dxrj4nnkr67ajm2dj0"; libraryHaskellDepends = [ base stm ]; description = "Practical actors for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112932,8 +112932,8 @@ self: { doCheck = false; preCheck = "unset GHC_PACKAGE_PATH"; description = "A documentation-generation tool for Haskell libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112950,8 +112950,8 @@ self: { doCheck = false; preCheck = "unset GHC_PACKAGE_PATH"; description = "A documentation-generation tool for Haskell libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -112976,8 +112976,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A documentation-generation tool for Haskell libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113002,8 +113002,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A documentation-generation tool for Haskell libraries"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113015,8 +113015,8 @@ self: { sha256 = "1nqq7k8ssl6h1d501d8ayzsdlihnbfrqy4l5z43msc6lr7ffvz2r"; libraryHaskellDepends = [ base ]; description = "A documentation-only package exemplifying haddock markup features"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113035,8 +113035,8 @@ self: { array base Cabal containers directory filepath ghc ghc-paths pretty ]; description = "A documentation-generation tool for Haskell libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113057,8 +113057,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Library exposing some functionality of Haddock"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "haddock-library" = callPackage @@ -113080,7 +113080,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Library exposing some functionality of Haddock"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "haddock-test" = callPackage @@ -113095,8 +113095,8 @@ self: { base bytestring Cabal directory filepath process syb xhtml xml ]; description = "Test utilities for Haddock"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113118,8 +113118,8 @@ self: { sqlite-simple tagsoup text transformers ]; description = "Generate docset of Dash by Haddock haskell documentation tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113148,7 +113148,7 @@ self: { ShellCheck split text ]; description = "Dockerfile Linter JavaScript API"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hadoop-formats" = callPackage @@ -113165,8 +113165,8 @@ self: { librarySystemDepends = [ snappy ]; testHaskellDepends = [ base bytestring filepath text vector ]; description = "Read/write file formats commonly used by Hadoop"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) snappy;}; @@ -113187,8 +113187,8 @@ self: { ]; testHaskellDepends = [ base protobuf tasty tasty-hunit vector ]; description = "Use the Hadoop RPC interface from Haskell"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113204,7 +113204,7 @@ self: { testHaskellDepends = [ base bytestring conduit extra hspec ]; testToolDepends = [ hspec-discover ]; description = "A simple Hadoop streaming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hadoop-tools" = callPackage @@ -113230,8 +113230,8 @@ self: { tasty-quickcheck vector ]; description = "Fast command line tools for working with Hadoop"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113250,7 +113250,7 @@ self: { ]; testHaskellDepends = [ base doctest filemanip process ]; description = "Confirm delegation of NS and MX records"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "hafar" = callPackage @@ -113262,8 +113262,8 @@ self: { libraryHaskellDepends = [ base intervals mtl ]; testHaskellDepends = [ base intervals mtl QuickCheck ]; description = "Affine arithmetic library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113290,8 +113290,8 @@ self: { base directory filemanip filepath optparse-applicative ]; description = "A static site generator with blogging/comments support"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113313,7 +113313,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A graph library offering mutable, immutable, and inductive graphs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haha" = callPackage @@ -113327,7 +113327,7 @@ self: { libraryHaskellDepends = [ base containers time ]; executableHaskellDepends = [ base containers time ]; description = "A simple library for creating animated ascii art on ANSI terminals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hahp" = callPackage @@ -113344,8 +113344,8 @@ self: { ]; executableHaskellDepends = [ base time ]; description = "Analytic Hierarchy Process"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113368,8 +113368,8 @@ self: { tasty-hunit tasty-th text ]; description = "A typed template engine, subset of jinja2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113390,7 +113390,7 @@ self: { netrc network-uri optparse-applicative parsec process text wreq ]; description = "A service for pull-based continuous deployment based on hydra"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hailgun" = callPackage @@ -113408,7 +113408,7 @@ self: { transformers ]; description = "Mailgun REST api interface for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hailgun-send" = callPackage @@ -113423,8 +113423,8 @@ self: { base bytestring configurator hailgun text ]; description = "A program to send emails throught the Mailgun api"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113440,7 +113440,7 @@ self: { base email-validate hailgun mtl text transformers ]; description = "Easy-to-use wrapper for the hailgun package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hails" = callPackage @@ -113481,8 +113481,8 @@ self: { wai-test ]; description = "Multi-app web platform framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {quickcheck-lio-instances = null;}; @@ -113501,7 +113501,7 @@ self: { iterio-server mongoDB mtl ]; description = "Dynamic launcher of Hails applications"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "hairy" = callPackage @@ -113529,8 +113529,8 @@ self: { base criterion http-types mtl persistent scotty time wai wai-extra ]; description = "A JSON REST API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113560,8 +113560,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ghc-prim ]; description = "A probabilistic programming embedded DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113589,8 +113589,8 @@ self: { sha256 = "1ddmnzan16vn0fbp1fgsidahayihhr0vw8saypdqq7lnhqw8j9d4"; libraryHaskellDepends = [ base HTTP network ]; description = "Akismet spam protection library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113605,8 +113605,8 @@ self: { libraryHaskellDepends = [ base transformers ]; executableHaskellDepends = [ base ]; description = "Minimal akka-inspired actor library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113623,8 +113623,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "A mako-like quasi-quoter template library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113664,8 +113664,8 @@ self: { ]; testToolDepends = [ utillinux ]; description = "A static website compiler library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) utillinux;}; @@ -113680,8 +113680,8 @@ self: { base directory filepath hakyll pandoc process ]; description = "A package allowing to write Hakyll blog posts in Rmd"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113698,8 +113698,8 @@ self: { transformers xhtml ]; description = "Wrapper to integrate literate Agda files with Hakyll"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113716,8 +113716,8 @@ self: { pandoc pandoc-types process text ]; description = "Hakyll extension for rendering Coq code using Alectryon"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113729,8 +113729,8 @@ self: { sha256 = "11dl3rqls2yxkmycx63xr1cix4adk6b29sbwr4v5n48bqamr7p1j"; libraryHaskellDepends = [ base blaze-html blaze-markup hakyll ]; description = "Blaze templates for Hakyll"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113746,8 +113746,8 @@ self: { libraryHaskellDepends = [ base hakyll pandoc ]; executableHaskellDepends = [ base directory filepath hakyll ]; description = "Extra modules for the hakyll website compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113764,8 +113764,8 @@ self: { ]; testHaskellDepends = [ base blaze-html bytestring cassava hspec ]; description = "Generate Html tables from Csv files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113784,8 +113784,8 @@ self: { ]; executableHaskellDepends = [ base hakyll ]; description = "Compile Elm code for inclusion in Hakyll static site"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113797,8 +113797,8 @@ self: { sha256 = "0mkbsivifggi64k97ssxb0dskzwf7h0sny4m8gmkdsvwqjhfdjam"; libraryHaskellDepends = [ base hakyll hyphenation split tagsoup ]; description = "automatic hyphenation for Hakyll"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113824,7 +113824,7 @@ self: { ]; description = "A Hakyll library for internationalization"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hakyll-contrib-links" = callPackage @@ -113843,8 +113843,8 @@ self: { base binary QuickCheck test-framework test-framework-quickcheck2 ]; description = "A hakyll library that helps maintain a separate links database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113875,7 +113875,7 @@ self: { temporary text time xml-types ]; description = "Convert from other blog engines to Hakyll"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hakyll-dhall" = callPackage @@ -113895,8 +113895,8 @@ self: { ]; executableHaskellDepends = [ base dhall hakyll ]; description = "Dhall compiler for Hakyll"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113911,8 +113911,8 @@ self: { base containers data-default filepath hakyll ]; description = "Allow Hakyll to create hierarchical menues from directories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113927,7 +113927,7 @@ self: { base blaze-html blaze-markup Elm hakyll mtl ]; description = "Hakyll wrapper for the Elm compiler"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hakyll-favicon" = callPackage @@ -113941,8 +113941,8 @@ self: { libraryHaskellDepends = [ base filepath hakyll ]; executableHaskellDepends = [ base hakyll ]; testHaskellDepends = [ base ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113957,8 +113957,8 @@ self: { base filestore hakyll time time-locale-compat ]; description = "FileStore utilities for Hakyll"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113980,8 +113980,8 @@ self: { JuicyPixels JuicyPixels-extra tasty tasty-hunit ]; description = "Hakyll utilities to work with images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -113993,8 +113993,8 @@ self: { sha256 = "1w8wmqdfxf9w4mb9k77gak9iqxysa7mbb5phfh9a0hy30vx2qb1d"; libraryHaskellDepends = [ base hakyll ogmarkup ]; description = "Integrate ogmarkup document with Hakyll"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114006,8 +114006,8 @@ self: { sha256 = "03s51ql10g6vjsrzwxa2jwff4wckp7vf3sg9r6hdsbh30l4720il"; libraryHaskellDepends = [ base bytestring hakyll typed-process ]; description = "Hakyll compiler for arbitrary external processes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114023,8 +114023,8 @@ self: { aeson-pretty base data-default-class filepath hakyll hsass ]; description = "Hakyll SASS compiler over hsass"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114036,8 +114036,8 @@ self: { sha256 = "1c86lzfri5s3xzh5qyw1rpbv1wag26vbxl7pbcmjl25ad380riax"; libraryHaskellDepends = [ base containers hakyll ]; description = "Adds series functionality to hakyll"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114055,8 +114055,8 @@ self: { base blaze-html containers hakyll shakespeare text ]; description = "Hakyll Hamlet compiler"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114078,8 +114078,8 @@ self: { regex-posix split tasty tasty-hunit tasty-quickcheck ]; description = "A shortcode extension module for Hakyll"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114096,8 +114096,8 @@ self: { ]; testHaskellDepends = [ base hspec mtl pandoc text ]; description = "Use shortcut-links in markdown file for Hakyll"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114114,8 +114114,8 @@ self: { ]; testHaskellDepends = [ base directory hakyll tasty tasty-hunit ]; description = "Typescript and javascript hakyll compilers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114137,8 +114137,8 @@ self: { http-types mtl text time unordered-containers ]; description = "A runtime environment for Haskell applications running on AWS Lambda"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114167,8 +114167,8 @@ self: { test-framework-hunit ]; description = "A tool to generate missing import statements for Haskell modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114186,7 +114186,7 @@ self: { test-framework-quickcheck2 ]; description = "Half-precision floating-point"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "halfs" = callPackage @@ -114209,8 +114209,8 @@ self: { fingertree HFuse mtl QuickCheck random time unix ]; description = "The HAskelL File System (\"halfs\" -- intended for use on the HaLVM)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114225,7 +114225,7 @@ self: { libraryHaskellDepends = [ base directory HaXml pandoc ]; description = "Haskell Static Web Page Generator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114255,8 +114255,8 @@ self: { time ]; description = "A live recompiler"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114273,8 +114273,8 @@ self: { base doctest hspec matrix matrix-as-xyz parsec QuickCheck ]; description = "Symmetry operations generater of Hall Symbols"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114295,8 +114295,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Library implementing Halma rules"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114315,8 +114315,8 @@ self: { gtk halma mtl mvc pipes timeit ]; description = "GTK application for playing Halma"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114341,8 +114341,8 @@ self: { vector ]; description = "Telegram bot for playing Halma"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114356,7 +114356,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base hint process ]; description = "looks for functions given a set of example input/outputs"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "halves" = callPackage @@ -114368,8 +114368,8 @@ self: { libraryHaskellDepends = [ base lens ]; testHaskellDepends = [ base hedgehog lens ]; description = "Split or combine data structures to and from halves, quarters, eighths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114389,8 +114389,8 @@ self: { mime-types network-uri simple-tar text XenDevice ]; description = "A simple, static HaLVM web server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {HALVMCore = null; XenDevice = null;}; @@ -114417,7 +114417,7 @@ self: { ]; testHaskellDepends = [ base bytestring ]; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114429,7 +114429,7 @@ self: { sha256 = "19792k9pwpkqwqznxm00nbq22swnayz7fv60ly0wsw5zmf1g6wv8"; libraryHaskellDepends = [ base HCodecs newtype ]; description = "Binding to the OS level Midi services (fork of system-midi)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hamilton" = callPackage @@ -114454,7 +114454,7 @@ self: { vector-sized vty ]; description = "Physics on generalized coordinate systems using Hamiltonian Mechanics and AD"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hamlet" = callPackage @@ -114466,7 +114466,7 @@ self: { libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; description = "Haml-like template files that are compile-time checked (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hampp" = callPackage @@ -114484,8 +114484,8 @@ self: { preprocessor-tools ]; description = "Haskell macro preprocessor"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114509,8 +114509,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Interpreter for SQL-structure definitions in YAML (YamSql)"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114524,8 +114524,8 @@ self: { editedCabalFile = "1dik6zsi0x310m2x9qy64c0b4bd2gag1l6v1nsh09xqj7vlfpp5v"; libraryHaskellDepends = [ array base deepseq hashable ]; description = "A purely functional and persistent hash map"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114547,7 +114547,7 @@ self: { optparse-applicative resourcet stm-conduit unix ]; description = "Intel AMT serial-over-lan (SOL) client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hamusic" = callPackage @@ -114566,8 +114566,8 @@ self: { ]; executableHaskellDepends = [ filepath ]; description = "Library to handle abstract music"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114580,7 +114580,7 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base text ]; description = "Convert Halfwidth Katakana to Fullwidth Katakana"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hanabi-dealer" = callPackage @@ -114593,8 +114593,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base containers random ]; description = "Hanabi card game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114606,7 +114606,7 @@ self: { sha256 = "1ldfq3y9h9wvhqd3qs99hdi0d02016s7vkmf74p6wppkrzgfs3xn"; libraryHaskellDepends = [ base ]; description = "This package is deprecated. It formerly contained Haskell utilities for data structures and data manipulation."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "handa-gdata" = callPackage @@ -114635,8 +114635,8 @@ self: { split time unix-compat utf8-string xml ]; description = "Library and command-line utility for accessing Google services and APIs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114656,7 +114656,7 @@ self: { aeson base bytestring containers scientific ]; description = "Geographic and Geometric Data"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "handa-opengl" = callPackage @@ -114672,7 +114672,7 @@ self: { split vector-space ]; description = "Utility functions for OpenGL and GLUT"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "handle-like" = callPackage @@ -114683,8 +114683,8 @@ self: { sha256 = "1h3wl4pqnz53ijrw8656j1rgfj61adzvgxm0qvg74wl3hi83xkgd"; libraryHaskellDepends = [ base bytestring ]; description = "HandleLike class"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114705,8 +114705,8 @@ self: { base bytestring tasty tasty-hunit tasty-th ]; description = "A DSL to describe common shell operations and interpeters for running them locally and remotely"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114730,7 +114730,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "API Client for the handwriting.io API."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hangman" = callPackage @@ -114744,7 +114744,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base mtl random utility-ht ]; description = "Hangman implementation in Haskell written in two hours"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hannahci" = callPackage @@ -114765,8 +114765,8 @@ self: { wai-middleware-static yaml ]; description = "Simple Continuous Integration/Deployment System"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114790,8 +114790,8 @@ self: { tasty-quickcheck ]; description = "Network Stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114803,8 +114803,8 @@ self: { sha256 = "10zj129s6l4gf9acvs1yahdwv5vqj9kqwshvfjdak3gbi7arw48s"; libraryHaskellDepends = [ base bytestring hans pcap ]; description = "Driver for real ethernet devices for HaNS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114816,8 +114816,8 @@ self: { sha256 = "07jspsi8y921n5m5ar93w4gqaff4mjx79ss416ccm4s1k4l2km0b"; libraryHaskellDepends = [ base bytestring hans pfq ]; description = "Driver for real ethernet devices for HaNS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {pfq = null;}; @@ -114849,8 +114849,8 @@ self: { split text transformers unix utf8-string ]; description = "Korean spell checker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114869,8 +114869,8 @@ self: { base checkers hspec QuickCheck quickcheck-text text ]; description = "Graphviz code generation with Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114901,7 +114901,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A deployment library for Haskell applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "happindicator" = callPackage @@ -114919,8 +114919,8 @@ self: { libraryPkgconfigDepends = [ libappindicator-gtk2 ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the appindicator library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libappindicator-gtk2;}; @@ -114935,8 +114935,8 @@ self: { libraryHaskellDepends = [ base glib gtk3 ]; libraryPkgconfigDepends = [ libappindicator-gtk3 ]; description = "Binding to the appindicator library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libappindicator-gtk3;}; @@ -114955,7 +114955,7 @@ self: { ]; description = "\"Haskell Applets\" provides an event handler and a canvas for building simple GUI apps"; license = "AGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114978,7 +114978,7 @@ self: { ]; description = "The \"Haskell Applets\" Gtk+ ver. 2 back-end for \"happlets\"."; license = "AGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -114992,8 +114992,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath ]; description = "A small program for counting the comments in haskell source"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115007,8 +115007,8 @@ self: { libraryHaskellDepends = [ base bytestring HAppS-Server hsp mtl plugins ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115025,8 +115025,8 @@ self: { hsp mtl network plugins RJson ]; description = "Utilities for using HSP templates in HAppS applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115051,8 +115051,8 @@ self: { syb ]; description = "A Happstack Tutorial that is its own web 2.0-type demo."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115067,8 +115067,8 @@ self: { libraryHaskellDepends = [ base happstack-server ]; doHaddock = false; description = "The haskell application server stack + code generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115087,8 +115087,8 @@ self: { random ]; description = "A Happstack Authentication Suite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115118,8 +115118,8 @@ self: { web-routes-happstack web-routes-hsp web-routes-th ]; description = "Happstack Authentication Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115136,7 +115136,7 @@ self: { mtl safecopy transformers-base ]; description = "client-side session data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "happstack-contrib" = callPackage @@ -115156,8 +115156,8 @@ self: { old-time syb unix ]; description = "Web related tools and services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115179,8 +115179,8 @@ self: { syb-with-class-instances-text template-haskell text time ]; description = "Happstack data manipulation libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115198,8 +115198,8 @@ self: { happstack-server mtl random template-haskell time xhtml ]; description = "Cross-request user interactions for Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115225,8 +115225,8 @@ self: { web-routes-mtl ]; description = "A package for building Facebook applications using Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115243,7 +115243,7 @@ self: { utf8-string ]; description = "Happstack extension for use with FastCGI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "happstack-fay" = callPackage @@ -115258,8 +115258,8 @@ self: { aeson base fay happstack-fay-ajax happstack-server mtl ]; description = "Support for using Fay with Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115272,8 +115272,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ fay-base fay-jquery ]; description = "Support for using Fay with Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115294,8 +115294,8 @@ self: { web-routes web-routes-happstack web-routes-hsp web-routes-th ]; description = "Glue code for using Happstack with acid-state, web-routes, reform, and HSP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115307,8 +115307,8 @@ self: { sha256 = "1l12gyyqzblb9psk6692r9xw640jxzyxqldfyg2yrzz8y0zi649a"; libraryHaskellDepends = [ base happstack-server shakespeare text ]; description = "Support for Hamlet HTML templates in Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115325,8 +115325,8 @@ self: { heist mtl text ]; description = "Support for using Heist templates in Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115350,8 +115350,8 @@ self: { text utf8-string ]; description = "Convenience functions for Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115368,7 +115368,7 @@ self: { utf8-string ]; description = "Support for using HSP templates in Happstack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "happstack-hstringtemplate" = callPackage @@ -115383,8 +115383,8 @@ self: { base bytestring happstack-server hslogger HStringTemplate mtl ]; description = "Support for using HStringTemplate in Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115403,8 +115403,8 @@ self: { syb-with-class template-haskell ]; description = "Efficient relational queries on Haskell sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115422,8 +115422,8 @@ self: { jmacro text utf8-string wl-pprint-text ]; description = "Support for using JMacro with Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115437,8 +115437,8 @@ self: { base bytestring happstack-server mtl text ]; description = "Happstack minus the useless stuff"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115454,8 +115454,8 @@ self: { base happstack-server monad-peel mtl transformers ]; description = "monad-peel instances for Happstack types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115471,8 +115471,8 @@ self: { base happstack-server mtl plugins-auto template-haskell th-lift ]; description = "The haskell application server stack + reload"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115501,7 +115501,7 @@ self: { base bytestring containers HUnit parsec zlib ]; description = "Web related tools and services"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "happstack-server-tls" = callPackage @@ -115519,7 +115519,7 @@ self: { ]; librarySystemDepends = [ openssl ]; description = "extend happstack-server with https:// support (TLS/SSL)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openssl;}; "happstack-server-tls-cryptonite" = callPackage @@ -115536,8 +115536,8 @@ self: { happstack-server hslogger network sendfile time tls unix ]; description = "Extend happstack-server with native HTTPS support (TLS/SSL)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115558,8 +115558,8 @@ self: { stm syb template-haskell unix ]; description = "Event-based distributed state"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115575,7 +115575,7 @@ self: { base containers happstack-server list-tries transformers ]; description = "Support for static URL routing with overlap detection for Happstack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "happstack-util" = callPackage @@ -115598,8 +115598,8 @@ self: { template-haskell time unix unix-compat ]; description = "Web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115621,8 +115621,8 @@ self: { web-routes-happstack web-routes-th ]; description = "Utilities for using YUI3 with Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115642,8 +115642,8 @@ self: { executableHaskellDepends = [ array base containers mtl ]; testHaskellDepends = [ base process ]; description = "Happy is a parser generator for Haskell"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "happy" = callPackage @@ -115658,7 +115658,7 @@ self: { executableHaskellDepends = [ array base containers mtl ]; testHaskellDepends = [ base process ]; description = "Happy is a parser generator for Haskell"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "happy-dot" = callPackage @@ -115676,7 +115676,7 @@ self: { array base clock language-dot transformers xml ]; description = "Parser for dot made with happy"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "happy-hour" = callPackage @@ -115687,8 +115687,8 @@ self: { sha256 = "1pj61x1ynspk3avfsy9735blzggz78r4b35gin1bza619gp9yzsb"; libraryHaskellDepends = [ base Chart Chart-diagrams ]; description = "Generate simple okay-looking bar plots without much effort"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115705,7 +115705,7 @@ self: { ]; libraryToolDepends = [ happy ]; description = "Quasi-quoter for Happy parsers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "happybara" = callPackage @@ -115721,8 +115721,8 @@ self: { time transformers transformers-base ]; description = "Acceptance test framework for web applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115742,8 +115742,8 @@ self: { process text time transformers transformers-base vector word8 ]; description = "WebKit Happybara driver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115755,8 +115755,8 @@ self: { sha256 = "0vh9ig9mvg12qgysk7gbqwiib3m2ciwi10asb1i0x25xjp585shi"; libraryHaskellDepends = [ base directory filepath process ]; description = "WebKit Server binary for Happybara (taken from capybara-webkit)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115775,8 +115775,8 @@ self: { base hspec QuickCheck quickcheck-instances ]; description = "Capstone bindings for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) capstone;}; @@ -115792,8 +115792,8 @@ self: { base containers parsec split tagsoup text transformers ]; description = "jQuery for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115815,8 +115815,8 @@ self: { QuickCheck random template-haskell vector ]; description = "A Haskell implementation of the Quil instruction set for quantum computing"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115831,7 +115831,7 @@ self: { aeson base bytestring directory filepath text ]; description = "HAR spec in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "harchive" = callPackage @@ -115850,7 +115850,7 @@ self: { executableSystemDepends = [ openssl sqlite ]; description = "Networked content addressed backup and restore software"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl; inherit (pkgs) sqlite;}; @@ -115868,8 +115868,8 @@ self: { mtl operational-alacarte pretty syntactic ]; description = "Deep embedding of hardware descriptions with code generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115890,8 +115890,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Haskell program configuration using higher kinded data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115911,7 +115911,7 @@ self: { ]; description = "A Gentoo package query tool"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115937,8 +115937,8 @@ self: { base containers derive hlint hslogger hspec HUnit QuickCheck ]; description = "A web service specification compiler that generates implementation and tests"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115955,8 +115955,8 @@ self: { ]; libraryPkgconfigDepends = [ groonga ]; description = "Low level bindings for Groonga"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) groonga;}; @@ -115975,8 +115975,8 @@ self: { scotty text time transformers wai-extra ]; description = "Yet another Groonga http server"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -115988,7 +115988,7 @@ self: { sha256 = "0n30bvpfijaji8p2lk3vc0dfcgd2sclwakvbi31jma4z1i03k89q"; libraryHaskellDepends = [ base ]; description = "HaRP allows pattern-matching with regular expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "harpy" = callPackage @@ -116004,8 +116004,8 @@ self: { template-haskell ]; description = "Runtime code generation for x86 machine code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116026,8 +116026,8 @@ self: { aeson base bytestring file-embed hspec time ]; description = "Bindings for Harvest API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116041,8 +116041,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base QuickCheck ]; description = "Entity based records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116054,8 +116054,8 @@ self: { sha256 = "0yyrfd8mgxwyfgwcg61q7yj2cq2zj6zlk1l340y4vzj71r53qgc4"; libraryHaskellDepends = [ base has template-haskell ]; description = "Template Haskell function for Has records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116076,8 +116076,8 @@ self: { base bytestring containers hspec QuickCheck text ]; description = "Haskell driver for Neo4j 3+ (BOLT protocol)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116103,8 +116103,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Extras for hasbolt library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116146,7 +116146,7 @@ self: { base bytestring conduit cryptohash hex path ]; description = "Decompress SAPCAR archives"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "hascard" = callPackage @@ -116181,8 +116181,8 @@ self: { tasty-quickcheck text vector vty word-wrap ]; description = "A TUI for reviewing notes using 'flashcards' written with markdown-like syntax"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116204,8 +116204,8 @@ self: { network safe-exceptions stm template-haskell uuid ]; description = "Cassandra driver for haskell"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116225,7 +116225,7 @@ self: { ]; description = "Hascat Web Server"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hascat-lib" = callPackage @@ -116243,7 +116243,7 @@ self: { ]; description = "Hascat Package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hascat-setup" = callPackage @@ -116265,7 +116265,7 @@ self: { doHaddock = false; description = "Hascat Installation helper"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hascat-system" = callPackage @@ -116282,7 +116282,7 @@ self: { ]; description = "Hascat System Package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hash" = callPackage @@ -116300,8 +116300,8 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Hashing tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116317,7 +116317,7 @@ self: { base base16-bytestring blake2 bytestring directory filepath ]; description = "Hash as cache"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "hash-tree" = callPackage @@ -116336,7 +116336,7 @@ self: { memory QuickCheck ]; description = "Merkle Hash Tree"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hashable" = callPackage @@ -116363,7 +116363,7 @@ self: { base bytestring criterion ghc-prim integer-gmp siphash text ]; description = "A class for types that can be converted to a hash value"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hashable-accelerate" = callPackage @@ -116374,8 +116374,8 @@ self: { sha256 = "04cfwd1vyz4xm87ah3x1avs2yzqi6ygcd3sl70v50g492dfl6738"; libraryHaskellDepends = [ accelerate base template-haskell ]; description = "A class for types which can be converted into a hash value"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hashable-extras" = callPackage @@ -116394,8 +116394,8 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Higher-rank Hashable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116414,8 +116414,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ghc-prim hashable ]; description = "Automatically generates Hashable instances with GHC.Generics."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116429,8 +116429,8 @@ self: { editedCabalFile = "00ngp3hqp3i0xbx00vdgv92pq0n1q5dffjfjni5bnb3rzlafsvvl"; libraryHaskellDepends = [ base hashable sorted-list time ]; description = "Provides instances missing from Hashable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116444,7 +116444,7 @@ self: { editedCabalFile = "1dr7ak803ngrhpv43dy25jm18gfzn02gzd3hm31dzcjv3mxsmbrk"; libraryHaskellDepends = [ base hashable time ]; description = "Hashable instances for Data.Time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hashabler" = callPackage @@ -116462,8 +116462,8 @@ self: { template-haskell text ]; description = "Principled, portable & extensible hashing of data and types, including an implementation of the FNV-1a and SipHash algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116482,8 +116482,8 @@ self: { extensible-exceptions filepath mmap mtl zlib ]; description = "Hashed file storage support code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116497,8 +116497,8 @@ self: { editedCabalFile = "16lgwd9wsjbqjbibg1qmgbb24r6x2rcsihc205cddjs3qxk8mkdc"; libraryHaskellDepends = [ base containers simple-money ]; description = "A library for working with HashFlare.io contracts and hashrates"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116511,7 +116511,7 @@ self: { libraryHaskellDepends = [ base bytestring containers split ]; testHaskellDepends = [ base bytestring containers split ]; description = "Hashids generates short, unique, non-sequential ids from numbers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hashing" = callPackage @@ -116534,7 +116534,7 @@ self: { array base bytestring cryptonite mtl QuickCheck template-haskell ]; description = "A pure haskell library implements several hash algorithms"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hashmap" = callPackage @@ -116545,7 +116545,7 @@ self: { sha256 = "0ma7svf9nanlfbj9nkk6bzk4m98i7xd71xrdc3a5dmmws5yba1nw"; libraryHaskellDepends = [ base containers deepseq hashable ]; description = "Persistent containers Map and Set based on hashing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hashmap-throw" = callPackage @@ -116556,7 +116556,7 @@ self: { sha256 = "0dibdmpb6nyhn37xfdw8wgam4a2w8b3hl04ivg08d1ybq4a4m1k5"; libraryHaskellDepends = [ base exceptions hashable hashmap ]; description = "Throw behaviour for hashmap lookup"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hashrename" = callPackage @@ -116572,7 +116572,7 @@ self: { base bytestring cryptohash directory filepath ]; description = "Rename every file in a directory with his SHA1 hash"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hashring" = callPackage @@ -116588,8 +116588,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Efficient consistent hashing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116608,7 +116608,7 @@ self: { unordered-containers ]; description = "Benchmark of hash table implementations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hashtables" = callPackage @@ -116629,7 +116629,7 @@ self: { vector ]; description = "Mutable hash tables in the ST monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hashtables-plus" = callPackage @@ -116650,8 +116650,8 @@ self: { transformers ]; description = "Extensions for a \"hashtables\" library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116663,8 +116663,8 @@ self: { sha256 = "03wn142r0sh7adfghjqwb2mgq4rgkqs8nq2rx2jq717dr2xp987n"; libraryHaskellDepends = [ base containers mtl ]; description = "Process-Based Discrete Event Simulation library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116682,8 +116682,8 @@ self: { base constraints ghc-prim reflection tagged transformers void ]; description = "Categories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116702,8 +116702,8 @@ self: { regex-compat xhtml ]; description = "Generate homepages for cabal packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116722,7 +116722,7 @@ self: { ]; description = "Utility to generate bindings for BlackBerry Cascades"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "haskakafka" = callPackage @@ -116746,7 +116746,7 @@ self: { base bytestring containers either-unwrap hspec regex-posix ]; description = "Kafka bindings for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) rdkafka;}; "haskanoid" = callPackage @@ -116766,7 +116766,7 @@ self: { ]; description = "A breakout game written in Yampa using SDL"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "haskarrow" = callPackage @@ -116783,8 +116783,8 @@ self: { base cmdargs containers cpphs directory her-lexer split ]; description = "A dialect of haskell with order of execution based on dependency resolution"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116805,8 +116805,8 @@ self: { http-types monads-tf stm text wai warp ]; description = "Easily-extensible chatbot for Slack messaging service"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116831,8 +116831,8 @@ self: { transformers unix-compat ]; description = "Computes and audits file hashes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116851,7 +116851,7 @@ self: { process-extras text ]; description = "Generate tags file for Haskell project and its nearest deps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskeem" = callPackage @@ -116870,7 +116870,7 @@ self: { ]; description = "A small scheme interpreter"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116895,8 +116895,8 @@ self: { base bytestring containers HUnit process text unix ]; description = "A command-line interface for user input, written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "haskeline-class" = callPackage @@ -116907,8 +116907,8 @@ self: { sha256 = "0xgdq2xgw2ccyfzkj5n36s5n6km5l947d2iy4y1qms8kbc05zmfl"; libraryHaskellDepends = [ base haskeline mtl ]; description = "Class interface for working with Haskeline"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116919,7 +116919,7 @@ self: { version = "0.4.0.0"; sha256 = "0bbjbrhxdms8wbv1dh129l2pkqw5rfva26121ayfx5vr8h7aa7zf"; libraryHaskellDepends = [ ansi-terminal base haskeline mtl safe ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskelisp" = callPackage @@ -116932,8 +116932,8 @@ self: { editedCabalFile = "0h900mw5kzd9fvywpbhfd9acnfwp3qk7nfi9yr9ibamjb8s87cm1"; libraryHaskellDepends = [ base containers mtl protolude text ]; description = "Write Emacs module in Haskell, using Emacs 25's Dynamic Module feature"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116959,8 +116959,8 @@ self: { base binary bytestring foundation lens text ]; description = "Haskell Application BlockChain Interface (ABCI) Server Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -116983,8 +116983,8 @@ self: { xml2json ]; description = "haskell client of aliyun service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117017,8 +117017,8 @@ self: { transformers ]; description = "Transform text from the command-line using Haskell expressions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117031,7 +117031,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring QuickCheck random ]; description = "A bcrypt implementation for haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "haskell-bitmex-client" = callPackage @@ -117057,8 +117057,8 @@ self: { http-client-tls katip mtl text time websockets ]; description = "Complete BitMEX Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117086,8 +117086,8 @@ self: { semigroups text time transformers unordered-containers vector ]; description = "Auto-generated bitmex API Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117107,8 +117107,8 @@ self: { base bytestring mtl QuickCheck tasty tasty-quickcheck tasty-th ]; description = "BrainFuck interpreter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117139,8 +117139,8 @@ self: { ]; doHaddock = false; description = "Cabal package script generator for Travis-CI"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117161,8 +117161,8 @@ self: { ]; executableHaskellDepends = [ base directory process ]; description = "Library for parallel programming in the Intel Concurrent Collections paradigm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117174,8 +117174,8 @@ self: { sha256 = "1iz94kyq1xn3v89aay282qglv2sh41b04p8vaygwm22v1g4b4kk7"; libraryHaskellDepends = [ base process ]; description = "Simple CoffeeScript API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117195,8 +117195,8 @@ self: { base bimap boolean-list bytestring containers ]; description = "compress files"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117212,8 +117212,8 @@ self: { base containers lens pretty-show protolude split text ]; description = "Core Types for NLP"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117225,8 +117225,8 @@ self: { sha256 = "1r0vhaxcsszrcqnw70gz8xpfrqddmxf9kpka63gix1bjic4alzjn"; libraryHaskellDepends = [ base deepseq ]; description = "Small modules for a Haskell course in which Haskell is taught by implementing Prelude functionality"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117241,7 +117241,7 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base unix ]; description = "Haskell implementation of the DAP interface data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-debug-adapter" = callPackage @@ -117276,8 +117276,8 @@ self: { process resourcet safe-exceptions text ]; description = "Haskell Debug Adapter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117294,8 +117294,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Client library for the Disque datastore"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117318,8 +117318,8 @@ self: { executableHaskellDepends = [ base ghc text ]; testHaskellDepends = [ base ]; description = "A program to find and display the docs and type of a name"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117332,8 +117332,8 @@ self: { libraryHaskellDepends = [ base eigen vector ]; testHaskellDepends = [ base eigen vector ]; description = "Some utility functions for haskell-eigen library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117346,7 +117346,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base syb template-haskell ]; description = "Simple parser parser from Haskell to TemplateHaskell expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-fake-user-agent" = callPackage @@ -117359,7 +117359,7 @@ self: { editedCabalFile = "03pqk1bc2j5xfchwmccbyq2sa57fy7w3ky6apa0wjr4zwni17pb5"; libraryHaskellDepends = [ base bytestring lens tagsoup wreq ]; description = "Simple library for retrieving current user agent strings"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "haskell-formatter" = callPackage @@ -117386,8 +117386,8 @@ self: { QuickCheck tasty tasty-hunit ]; description = "Haskell source code formatter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117414,8 +117414,8 @@ self: { system-filepath text transformers transformers-base unix ]; description = "A Haskell ftp server with configurable backend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117432,8 +117432,8 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Typesafe generation of haskell source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117455,7 +117455,7 @@ self: { base filepath haskell-src-exts old-locale time uniplate ]; description = "GetText runtime library implementation in pure Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-gi" = callPackage @@ -117477,7 +117477,7 @@ self: { libraryPkgconfigDepends = [ glib gobject-introspection ]; testHaskellDepends = [ base doctest process ]; description = "Generate Haskell bindings for GObject Introspection capable libraries"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) glib; inherit (pkgs) gobject-introspection;}; "haskell-gi-base" = callPackage @@ -117489,7 +117489,7 @@ self: { libraryHaskellDepends = [ base bytestring containers text ]; libraryPkgconfigDepends = [ glib ]; description = "Foundation for libraries generated by haskell-gi"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) glib;}; "haskell-gi-overloading" = callPackage @@ -117500,7 +117500,7 @@ self: { sha256 = "0ak8f79ia9zlk94zr02sq8bqi5n5pd8ria8w1dj3adcdvpw9gmry"; doHaddock = false; description = "Overloading support for haskell-gi"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-go-checkers" = callPackage @@ -117513,8 +117513,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers gloss ]; description = "Go and Checkers game in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117533,7 +117533,7 @@ self: { tagsoup text wreq ]; description = "Simple library for accessing Google Trends"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "haskell-holes-th" = callPackage @@ -117545,8 +117545,8 @@ self: { libraryHaskellDepends = [ base template-haskell transformers ]; testHaskellDepends = [ base template-haskell transformers ]; description = "Infer haskell code by given type"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117569,8 +117569,8 @@ self: { tasty-hunit ]; description = "Bindings to the igraph C library (v0.8.0)."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117589,7 +117589,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "create haskell import graph for graphviz"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "haskell-in-space" = callPackage @@ -117602,8 +117602,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base HGL random ]; description = "'Asteroids' arcade games"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117623,8 +117623,8 @@ self: { servant-client split text unordered-containers vector wai ]; description = "Haskell bindings to the Kubernetes API (via swagger-codegen)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117636,7 +117636,7 @@ self: { sha256 = "1mb3np20ig0hbgnfxrzr3lczq7ya4p76g20lvnxch8ikck61afii"; libraryHaskellDepends = [ base ]; description = "A fully compliant Haskell 98 lexer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-lsp" = callPackage @@ -117665,7 +117665,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell library for the Microsoft Language Server Protocol"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "haskell-lsp_0_24_0_0" = callPackage @@ -117694,8 +117694,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell library for the Microsoft Language Server Protocol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "haskell-lsp-client" = callPackage @@ -117715,8 +117715,8 @@ self: { base directory haskell-lsp lens process text unix ]; description = "A haskell package to build your own Language Server client"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117734,7 +117734,7 @@ self: { lens network-uri scientific text unordered-containers ]; description = "Haskell library for the Microsoft Language Server Protocol, data types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "haskell-lsp-types_0_24_0_0" = callPackage @@ -117751,8 +117751,8 @@ self: { lens network-uri scientific text unordered-containers ]; description = "Haskell library for the Microsoft Language Server Protocol, data types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "haskell-menu" = callPackage @@ -117763,7 +117763,7 @@ self: { sha256 = "18s8g82v3h4b7maz6di43vfym6d3w16j4rbh5sjh4ps26yjnnfy4"; libraryHaskellDepends = [ base containers ]; description = "A simple menu system for Haskell programs"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "haskell-ml" = callPackage @@ -117782,8 +117782,8 @@ self: { executableHaskellDepends = [ base hmatrix random-shuffle ]; testHaskellDepends = [ base MonadRandom ]; description = "Machine learning in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117796,7 +117796,7 @@ self: { libraryHaskellDepends = [ array base bytestring cereal ]; testHaskellDepends = [ array base bytestring cereal hspec ]; description = "A cereal-based parser for the Modbus protocol"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-mpfr" = callPackage @@ -117808,7 +117808,7 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Correctly-rounded arbitrary-precision floating-point arithmetic"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117828,7 +117828,7 @@ self: { librarySystemDepends = [ open-pal open-rte openmpi ]; libraryToolDepends = [ c2hs ]; description = "Distributed parallel programming in Haskell using MPI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {open-pal = null; open-rte = null; inherit (pkgs) openmpi;}; "haskell-names" = callPackage @@ -117851,7 +117851,7 @@ self: { tasty tasty-golden traverse-with-class ]; description = "Name resolution library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-neo4j-client" = callPackage @@ -117882,8 +117882,8 @@ self: { unordered-containers vector ]; description = "A Haskell neo4j client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117898,8 +117898,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "OpenFlow protocol in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117921,8 +117921,8 @@ self: { system-fileio system-filepath text turtle ]; description = "Manage nix overrides for haskell packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117941,8 +117941,8 @@ self: { transformers transformers-compat ]; description = "Haskell suite library for package management and integration with Cabal"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117962,8 +117962,8 @@ self: { old-locale poppler template-haskell time zlib ]; description = "Tool for presenting PDF-based presentations"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -117992,8 +117992,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "A test system for the Haskell Platform environment"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118015,8 +118015,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A terminal music player based on afplay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118034,7 +118034,7 @@ self: { ]; description = "A library for generating 2D plots painlessly"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118050,8 +118050,8 @@ self: { testHaskellDepends = [ base bytestring hspec inline-c text ]; testPkgconfigDepends = [ libpostal ]; description = "Haskell binding for the libpostal library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {libpostal = null;}; @@ -118075,7 +118075,7 @@ self: { unordered-containers vector ]; description = "A haskell library for PostGIS geometry types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "haskell-proxy-list" = callPackage @@ -118093,7 +118093,7 @@ self: { text wreq ]; description = "Simple library for retrieving proxy servers info from https://proxy-list.org"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "haskell-qrencode" = callPackage @@ -118105,7 +118105,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ qrencode ]; description = "Haskell bindings for libqrencode"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) qrencode;}; "haskell-read-editor" = callPackage @@ -118117,8 +118117,8 @@ self: { libraryHaskellDepends = [ base directory process ]; testHaskellDepends = [ base directory hspec process ]; description = "Opens a temporary file on the system's EDITOR and returns the resulting edits"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118135,8 +118135,8 @@ self: { transformers ]; description = "Reflect Haskell types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118148,8 +118148,8 @@ self: { sha256 = "03d8c1gnxd923f3fqqw06w3ibnd20llfgd7s5jgkscc872i5ghz6"; libraryHaskellDepends = [ base syb ]; description = "A DSL for expressing natural deduction rules in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118164,7 +118164,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Let the Haskell logo talk to your users!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-snake" = callPackage @@ -118184,7 +118184,7 @@ self: { base containers lens linear mtl random sdl2 sdl2-ttf text vector ]; description = "Snake game implemetation in Haskell using SDL2"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "haskell-spacegoo" = callPackage @@ -118200,8 +118200,8 @@ self: { text vector vector-space ]; description = "Client API for Rocket Scissor Spacegoo"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118216,8 +118216,8 @@ self: { libraryHaskellDepends = [ array base pretty syb ]; libraryToolDepends = [ happy ]; description = "Support for manipulating Haskell source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118238,7 +118238,7 @@ self: { ]; doCheck = false; description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-src-exts-observe" = callPackage @@ -118251,8 +118251,8 @@ self: { editedCabalFile = "1n4f4yylk09g95040g6pbcygzp95yadihv0sxr4sj87j0d4xa6fc"; libraryHaskellDepends = [ base haskell-src-exts Hoed ]; description = "Observable orphan instances for haskell-src-exts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118266,8 +118266,8 @@ self: { base haskell-src-exts lens template-haskell ]; description = "Prisms with newtype wrappers for haskell-src-exts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118284,8 +118284,8 @@ self: { ]; testHaskellDepends = [ base haskell-src-exts hspec ]; description = "A quasiquoter for haskell-src-exts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118299,8 +118299,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base haskell-src-exts ]; description = "Pretty print haskell code with comments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118312,7 +118312,7 @@ self: { sha256 = "1jfdjaikmjx9sfairp4jjn0vzhw5vhwrg43y082ddpc1bgx2jw7m"; libraryHaskellDepends = [ base haskell-src-exts ]; description = "A simplified view on the haskell-src-exts AST"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "haskell-src-exts-util" = callPackage @@ -118328,7 +118328,7 @@ self: { transformers uniplate ]; description = "Helper functions for working with haskell-src-exts trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-src-match" = callPackage @@ -118348,8 +118348,8 @@ self: { base filepath hspec interpolatedstring-perl6 template-haskell text ]; description = "Testing code generators piece by piece"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118371,7 +118371,7 @@ self: { template-haskell ]; description = "Parse source to template-haskell abstract syntax"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-src-meta-mwotton" = callPackage @@ -118387,8 +118387,8 @@ self: { template-haskell ]; description = "Parse source to template-haskell abstract syntax"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118407,8 +118407,8 @@ self: { testHaskellDepends = [ base bytestring hspec typed-process ]; testToolDepends = [ hspec-discover ]; description = "haskell-stack-trace-plugin"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118421,7 +118421,7 @@ self: { libraryHaskellDepends = [ base lens semigroups text time ]; testHaskellDepends = [ base doctest ]; description = "Some useful wrappers and functions for building time ranges"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-to-elm" = callPackage @@ -118443,7 +118443,7 @@ self: { unordered-containers ]; description = "Generate Elm types and JSON encoders and decoders from Haskell types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell-token-utils" = callPackage @@ -118466,8 +118466,8 @@ self: { mtl pretty QuickCheck rosezipper semigroups syb uniplate ]; description = "Utilities to tie up tokens to an AST"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118484,8 +118484,8 @@ self: { uniplate ]; description = "Haskell AST for efficient tooling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118503,8 +118503,8 @@ self: { safe split template-haskell uniplate ]; description = "Creating the Haskell-Tools AST from GHC's representations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118521,8 +118521,8 @@ self: { references ]; description = "Facilities for generating new parts of the Haskell-Tools AST"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118538,8 +118538,8 @@ self: { base containers ghc haskell-tools-ast mtl references uniplate ]; description = "Conversions on Haskell-Tools AST to prepare for refactorings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118557,8 +118557,8 @@ self: { references safe split template-haskell transformers uniplate ]; description = "Creating the Haskell-Tools AST from GHC's representations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118590,8 +118590,8 @@ self: { template-haskell time transformers uniplate ]; description = "Refactoring Tool for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118627,8 +118627,8 @@ self: { time ]; description = "Command-line frontend for Haskell-tools Refact"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118662,8 +118662,8 @@ self: { tasty-hunit ]; description = "Background process for Haskell-tools that editors can connect to"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118688,8 +118688,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Debugging Tools for Haskell-tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118720,8 +118720,8 @@ self: { tasty-hunit websockets ]; description = "A web-based demo for Haskell-tools Refactor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118752,8 +118752,8 @@ self: { template-haskell time transformers uniplate ]; description = "Refactoring Tool for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118770,8 +118770,8 @@ self: { uniplate ]; description = "Pretty printing of Haskell-Tools AST"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118801,8 +118801,8 @@ self: { transformers uniplate ]; description = "Refactoring Tool for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118824,8 +118824,8 @@ self: { tasty tasty-hunit ]; description = "Facilities for generating new parts of the Haskell-Tools AST"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118859,8 +118859,8 @@ self: { test-framework-quickcheck2 time x509 ]; description = "A Haskell Tor Node"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118874,8 +118874,8 @@ self: { base containers haskell-src-exts pretty ]; description = "A type checker for Haskell/haskell-src-exts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118887,8 +118887,8 @@ self: { sha256 = "0fv533nac6dlawgffr1kvn4xpv63hdcb4wgyqbbg2s6dg9a2hw38"; libraryHaskellDepends = [ base process ]; description = "Simple TypeScript API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118900,8 +118900,8 @@ self: { sha256 = "1pqh1v0klpi8iq882l5gk0fsf87kabq6rw1wjwkiq6fvw8cc1l97"; libraryHaskellDepends = [ base binary bytestring network ]; description = "Haskell implementation of the Tokyo Tyrant binary protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118944,7 +118944,7 @@ self: { executableHaskellDepends = [ base hspec text ]; executableToolDepends = [ hspec-discover ]; description = "Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskell2010" = callPackage @@ -118955,8 +118955,8 @@ self: { sha256 = "1s0avb08b5iwaym42jz783mk1az9kmjf3zmhfag0kzdw10qcnz4m"; libraryHaskellDepends = [ array base ghc-prim ]; description = "Compatibility with Haskell 2010"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118968,8 +118968,8 @@ self: { sha256 = "02amj6wza3aaw3i84yjh6zwn7v5g3v1d748ajc7gv6cpd4904pzq"; libraryHaskellDepends = [ array base ]; description = "Haskell 2020[draft] Standard Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -118985,8 +118985,8 @@ self: { array base directory old-locale old-time process time ]; description = "Compatibility with Haskell 98"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119002,8 +119002,8 @@ self: { array base directory old-locale old-time process time ]; description = "Compatibility with Haskell 98"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119019,8 +119019,8 @@ self: { base containers directory mtl old-locale old-time pretty time ]; description = "A library of combinators for generating and executing SQL statements"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119032,8 +119032,8 @@ self: { sha256 = "1l9ifff33xbgdr6fahnzz00nb7va2r0i3pncjd1j8bbnyya1w2kl"; libraryHaskellDepends = [ base containers haskelldb HDBC ]; description = "Bracketed HDBC session for HaskellDB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119049,8 +119049,8 @@ self: { base haskelldb haskelldb-connect-hdbc HDBC MonadCatchIO-mtl mtl ]; description = "Bracketed HaskellDB HDBC session using MonadCatchIO-mtl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119067,8 +119067,8 @@ self: { MonadCatchIO-transformers transformers ]; description = "Bracketed HaskellDB HDBC session using MonadCatchIO-transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119085,8 +119085,8 @@ self: { MonadCatchIO-transformers transformers ]; description = "Bracketed HaskellDB HDBC session using MonadCatchIO-transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119103,8 +119103,8 @@ self: { monad-control transformers-base ]; description = "Bracketed HaskellDB HDBC session using lifted-base"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119119,8 +119119,8 @@ self: { libraryHaskellDepends = [ base haskell98 haskelldb mtl plugins ]; executableHaskellDepends = [ haskelldb ]; description = "HaskellDB support for the dynamically loaded drivers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119138,8 +119138,8 @@ self: { base containers directory haskelldb mtl old-time ]; description = "An experimental HaskellDB back-end in pure Haskell (no SQL)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119155,8 +119155,8 @@ self: { base containers convertible haskelldb HDBC mtl old-time ]; description = "HaskellDB support for HDBC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119174,8 +119174,8 @@ self: { base haskelldb haskelldb-hdbc HDBC HDBC-mysql mtl ]; description = "HaskellDB support for the HDBC MySQL driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119193,8 +119193,8 @@ self: { base haskelldb haskelldb-hdbc HDBC HDBC-odbc mtl ]; description = "HaskellDB support for the HDBC ODBC driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119213,8 +119213,8 @@ self: { ]; executableSystemDepends = [ postgresql ]; description = "HaskellDB support for the HDBC PostgreSQL driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) postgresql;}; @@ -119232,8 +119232,8 @@ self: { base haskelldb haskelldb-hdbc HDBC HDBC-sqlite3 mtl ]; description = "HaskellDB support for the HDBC SQLite driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119245,8 +119245,8 @@ self: { sha256 = "0j1aqix21pqcsw7skl897pd1ir6hg836g4zb2h5338h4gih6blx0"; libraryHaskellDepends = [ base haskelldb hsql mtl old-time ]; description = "HaskellDB support for HSQL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119264,8 +119264,8 @@ self: { base haskelldb haskelldb-hsql hsql hsql-mysql mtl ]; description = "HaskellDB support for the HSQL MySQL driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119283,8 +119283,8 @@ self: { base haskelldb haskelldb-hsql hsql hsql-odbc mtl ]; description = "HaskellDB support for the HSQL ODBC driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119302,8 +119302,8 @@ self: { base haskelldb haskelldb-hsql hsql hsql-oracle mtl ]; description = "HaskellDB support for the HSQL Oracle driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {hsql-oracle = null;}; @@ -119321,8 +119321,8 @@ self: { base haskelldb haskelldb-hsql hsql hsql-postgresql mtl ]; description = "HaskellDB support for the HSQL PostgreSQL driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119340,8 +119340,8 @@ self: { base haskelldb haskelldb-hsql hsql hsql-sqlite mtl ]; description = "HaskellDB support for the HSQL SQLite driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {hsql-sqlite = null;}; @@ -119359,8 +119359,8 @@ self: { base haskelldb haskelldb-hsql hsql hsql-sqlite3 mtl ]; description = "HaskellDB support for the HSQL SQLite3 driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119372,8 +119372,8 @@ self: { sha256 = "12whvz0qy9lqk1frfl5px9lhr1nwy519vj2z9c3g8nqjzscwzayb"; libraryHaskellDepends = [ base haskelldb mtl template-haskell ]; description = "Template Haskell utilities for HaskellDB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119384,8 +119384,8 @@ self: { version = "1.0.0"; sha256 = "01652m0bym80400navqlpdv5n0gfgnfzd1d0857f3kd13ksqk2hy"; description = "HaskellDB support for WXHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119401,8 +119401,8 @@ self: { base containers haskell-src-exts mtl template-haskell ]; description = "For parsing Haskell-ish languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119426,8 +119426,8 @@ self: { test-framework-quickcheck2 ]; description = "A scrabble library capturing the core game logic of scrabble"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119445,8 +119445,8 @@ self: { base cryptohash directory either filepath mtl process text ]; description = "Command line tool for running Haskell scripts with a hashbang"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119479,7 +119479,7 @@ self: { vector ]; description = "Elm to Haskell translation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskelzinc" = callPackage @@ -119495,8 +119495,8 @@ self: { base containers directory filepath parsec pretty process ]; description = "CP in Haskell through MiniZinc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119511,8 +119511,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Compiler from I- to S-Expressions for the Scheme Programming Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119540,8 +119540,8 @@ self: { vector ]; description = "A transactional, ACID compliant, embeddable key-value store"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119565,7 +119565,7 @@ self: { transformers vector ]; description = "B+-tree implementation in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskey-mtl" = callPackage @@ -119585,8 +119585,8 @@ self: { transformers ]; description = "A monad transformer supporting Haskey transactions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119598,8 +119598,8 @@ self: { sha256 = "061dhk7d9d8mnb1rs7077q383sqlby8s31ips8jjadkkhyxi5lvz"; libraryHaskellDepends = [ base containers haskell98 SDL SDL-ttf ]; description = "Haskell game library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119616,8 +119616,8 @@ self: { text time unordered-containers ]; description = "Haskell bindings to refheap"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119637,8 +119637,8 @@ self: { th-lift unordered-containers ]; description = "The core logical system of HaskHOL, an EDSL for HOL theorem proving"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119659,7 +119659,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Haskell Evaluation inside of LaTeX code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskmon" = callPackage @@ -119675,8 +119675,8 @@ self: { vector ]; description = "A haskell wrapper for PokeAPI.co (www.pokeapi.co)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119702,8 +119702,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 text ]; description = "Implementation of the Bitcoin protocol"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119721,8 +119721,8 @@ self: { mtl network-bitcoin text transformers transformers-base ]; description = "An adapter for haskoin to network-bitcoin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119754,8 +119754,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Bitcoin & Bitcoin Cash library for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119778,8 +119778,8 @@ self: { test-framework-quickcheck2 ]; description = "Implementation of Bitcoin cryptographic primitives"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119811,8 +119811,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "P2P library for Bitcoin and Bitcoin Cash"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119835,8 +119835,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Implementation of the Bitcoin network protocol messages"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119861,8 +119861,8 @@ self: { test-framework-quickcheck2 ]; description = "Implementation of Bitcoin script parsing and evaluation"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119908,8 +119908,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Storage and index for Bitcoin and Bitcoin Cash"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119935,8 +119935,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Data for Haskoin Store"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -119959,8 +119959,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Utility functions for the Network.Haskoin project"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120003,8 +120003,8 @@ self: { unordered-containers ]; description = "Implementation of a Bitcoin SPV Wallet with BIP32 and multisig support"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120023,7 +120023,7 @@ self: { ]; description = "Web Application Abstraction"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120040,7 +120040,7 @@ self: { ]; description = "Integrating HttpSpec with Haskoon"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120059,7 +120059,7 @@ self: { ]; description = "Integrating HttpSpec with Haskoon"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120085,7 +120085,7 @@ self: { ]; description = "The Haskore Computer Music System"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120104,7 +120104,7 @@ self: { ]; description = "Routines for realtime playback of Haskore songs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120127,7 +120127,7 @@ self: { ]; description = "Haskore back-end for SuperCollider"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120148,7 +120148,7 @@ self: { ]; description = "Music rendering coded in Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120160,7 +120160,7 @@ self: { sha256 = "1aq8lwyj4whz4llkwgx7n44rnrhk6ykyi8cpb0cjsabk3h29mm0b"; libraryHaskellDepends = [ base ]; description = "The February 2000 version of Haskore"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haskseg" = callPackage @@ -120185,7 +120185,7 @@ self: { random-shuffle text vector zlib ]; description = "Simple unsupervised segmentation model"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasktags" = callPackage @@ -120213,7 +120213,7 @@ self: { utf8-string ]; description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasktorch" = callPackage @@ -120242,8 +120242,8 @@ self: { ]; doHaddock = false; description = "Torch for tensors and neural networks in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120273,8 +120273,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Code generation tools for Hasktorch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120291,7 +120291,7 @@ self: { base hasktorch-types-th hspec QuickCheck text ]; description = "Testing library for Hasktorch's FFI bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasktorch-ffi-th" = callPackage @@ -120309,8 +120309,8 @@ self: { base hasktorch-ffi-tests hasktorch-types-th hspec QuickCheck text ]; description = "Bindings to Torch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ATen = null;}; @@ -120333,8 +120333,8 @@ self: { hasktorch-types-thc hspec QuickCheck text ]; description = "Bindings to Cutorch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ATen = null;}; @@ -120363,8 +120363,8 @@ self: { ]; doHaddock = false; description = "Core Hasktorch abstractions wrapping FFI bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120390,8 +120390,8 @@ self: { ]; doHaddock = false; description = "Backpack signatures for Tensor operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120407,8 +120407,8 @@ self: { base hasktorch-signatures-types hasktorch-types-th ]; description = "Functions to partially satisfy tensor signatures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120425,8 +120425,8 @@ self: { ]; doHaddock = false; description = "Signatures for support tensors in hasktorch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120441,7 +120441,7 @@ self: { libraryHaskellDepends = [ base deepseq ]; doHaddock = false; description = "Core types for Hasktorch backpack signatures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasktorch-types-th" = callPackage @@ -120455,7 +120455,7 @@ self: { libraryHaskellDepends = [ base inline-c ]; libraryToolDepends = [ c2hs ]; description = "C-types for Torch"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasktorch-types-thc" = callPackage @@ -120467,7 +120467,7 @@ self: { libraryHaskellDepends = [ base hasktorch-types-th inline-c ]; libraryToolDepends = [ c2hs ]; description = "C-types for Cutorch"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasktorch-zoo" = callPackage @@ -120487,8 +120487,8 @@ self: { vector ]; description = "Neural architectures in hasktorch"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120513,8 +120513,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Haskus binary format manipulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120534,8 +120534,8 @@ self: { optparse-applicative optparse-simple process temporary text yaml ]; description = "Haskus system build tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120558,8 +120558,8 @@ self: { base containers doctest tasty tasty-quickcheck ]; description = "Haskus utility modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120576,8 +120576,8 @@ self: { haskus-utils-data template-haskell text ]; description = "Compatibility modules with other external packages (ByteString, etc.)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120595,8 +120595,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Haskus data utility modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120611,8 +120611,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "Haskus types utility modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120635,8 +120635,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq QuickCheck ]; description = "Variant and EADT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120653,8 +120653,8 @@ self: { haskus-utils-compat lucid text ]; description = "Haskus web"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120686,8 +120686,8 @@ self: { persistent-template split tagsoup text time utf8-string ]; description = "HTTP server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120702,8 +120702,8 @@ self: { libraryHaskellDepends = [ base mtl old-time wtk ]; executableHaskellDepends = [ mtl old-time QuickCheck time wtk ]; description = "Loan calculator engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120722,8 +120722,8 @@ self: { wtk-gtk ]; description = "Loan calculator Gtk GUI. Based on haslo (Haskell Loan) library."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120754,7 +120754,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion directory text ]; description = "CSS Minifier"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasparql-client" = callPackage @@ -120765,8 +120765,8 @@ self: { sha256 = "1ln0kdm40y6l8sncrjl0mj9bpd30ffg3msaxyd6fq520ypyws9pm"; libraryHaskellDepends = [ base HTTP monads-fd network xml ]; description = "This package enables to write SPARQL queries to remote endpoints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120779,7 +120779,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ aspell ]; description = "Haskell bindings to aspell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) aspell;}; "hasql" = callPackage @@ -120807,7 +120807,7 @@ self: { ]; benchmarkHaskellDepends = [ bug criterion rerebase ]; description = "An efficient PostgreSQL driver with a flexible mapping API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hasql-backend" = callPackage @@ -120823,8 +120823,8 @@ self: { vector ]; description = "API for backends of \"hasql\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120847,8 +120847,8 @@ self: { vector ]; description = "Encodable and Decodable classes for hasql"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120871,8 +120871,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "A declarative abstraction over PostgreSQL Cursor"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120890,8 +120890,8 @@ self: { contravariant-extras hasql hasql-transaction transformers ]; description = "An abstraction for simultaneous fetching from multiple PostgreSQL cursors"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120912,8 +120912,8 @@ self: { tasty-quickcheck ]; description = "Toolkit for constructing Hasql statements dynamically"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120932,8 +120932,8 @@ self: { vector ]; description = "Generic encoder and decoder deriving for Hasql"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -120950,7 +120950,7 @@ self: { time uuid vector ]; description = "Implicit definitions for Hasql, such as default codecs for standard types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hasql-migration" = callPackage @@ -120970,7 +120970,7 @@ self: { base bytestring hasql hasql-transaction hspec transformers ]; description = "PostgreSQL Schema Migrations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasql-notifications" = callPackage @@ -120992,7 +120992,7 @@ self: { executableHaskellDepends = [ base hasql ]; testHaskellDepends = [ base bytestring hasql hspec QuickCheck ]; description = "LISTEN/NOTIFY support for Hasql"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasql-optparse-applicative" = callPackage @@ -121007,7 +121007,7 @@ self: { base-prelude hasql hasql-pool optparse-applicative ]; description = "\"optparse-applicative\" parsers for \"hasql\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hasql-pipes" = callPackage @@ -121022,7 +121022,7 @@ self: { base bytestring-tree-builder hasql pipes pipes-safe protolude ]; description = "A pipe to stream a postgres database cursor in the hasql ecosystem"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasql-pool" = callPackage @@ -121034,7 +121034,7 @@ self: { libraryHaskellDepends = [ base-prelude hasql resource-pool time ]; testHaskellDepends = [ base-prelude hasql hspec ]; description = "A pool of connections for Hasql"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hasql-postgres" = callPackage @@ -121069,8 +121069,8 @@ self: { QuickCheck quickcheck-instances scientific text time vector ]; description = "A \"PostgreSQL\" backend for the \"hasql\" library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121085,8 +121085,8 @@ self: { base-prelude hasql-postgres optparse-applicative ]; description = "An \"optparse-applicative\" parser for \"hasql-postgres\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121121,8 +121121,8 @@ self: { resource-pool split stm text time tmp-postgres transformers ]; description = "A PostgreSQL backed queue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121139,8 +121139,8 @@ self: { unordered-containers vector ]; description = "A somewhat opinionated \"simpler\" API to hasql"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121159,8 +121159,8 @@ self: { text uuid vector ]; description = "Template Haskell utilities for Hasql"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121179,7 +121179,7 @@ self: { ]; testHaskellDepends = [ async hasql rebase ]; description = "Composable abstraction over retryable transactions for Hasql"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hasql-url" = callPackage @@ -121195,8 +121195,8 @@ self: { ]; testHaskellDepends = [ base hasql tasty tasty-quickcheck ]; description = "Parse PostgreSQL connection URI into Hasql.Connection Settings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121212,7 +121212,7 @@ self: { base binary bytestring dlist mtl mysql-haskell scientific text time ]; description = "composable SQL generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hastache" = callPackage @@ -121240,8 +121240,8 @@ self: { base bytestring directory HUnit mtl syb text ]; description = "Haskell implementation of Mustache templates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121258,8 +121258,8 @@ self: { unordered-containers vector ]; description = "render hastache templates using aeson values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121273,8 +121273,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base curl filepath mtl ]; description = "A universal pastebin tool, written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121294,8 +121294,8 @@ self: { wai wai-websockets warp websockets ]; description = "Framework for type-safe, distributed web applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121323,8 +121323,8 @@ self: { unix utf8-string ]; description = "Haskell To ECMAScript compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {bin-package-db = null;}; @@ -121339,8 +121339,8 @@ self: { base data-default haste-compiler transformers ]; description = "Google API bindings for the Haste compiler"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "haste-lib" = callPackage @@ -121358,8 +121358,8 @@ self: { utf8-string ]; description = "Base libraries for haste-compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121374,8 +121374,8 @@ self: { base containers directory filepath haste-lib ]; description = "A port of blaze-markup and blaze-html to Haste"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121387,8 +121387,8 @@ self: { sha256 = "1a92ahmphsr0dgj1jlp2cxpq5yy59b3avw3gzmv0jzrds41p3ic8"; libraryHaskellDepends = [ base haste-compiler transformers ]; description = "Create, navigate and modify the DOM tree with composable syntax, with the haste compiler"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; }) {}; "haste-prim" = callPackage @@ -121399,8 +121399,8 @@ self: { sha256 = "1gmvvqy0xy396r3jnfmdhh70j7k73qs38cw9znwgl8jjywpzrmw5"; libraryHaskellDepends = [ base ghc-prim integer-gmp ]; description = "Low level primitives for the Haste compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121426,7 +121426,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "A program to download subtitle files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hasty-hamiltonian" = callPackage @@ -121443,7 +121443,7 @@ self: { ]; testHaskellDepends = [ ad base mwc-probability ]; description = "Speedy traversal through parameter space"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hat" = callPackage @@ -121467,7 +121467,7 @@ self: { ]; description = "The Haskell tracer, generating and viewing Haskell execution traces"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hatex-guide" = callPackage @@ -121483,8 +121483,8 @@ self: { transformers ]; description = "HaTeX User's Guide"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121508,7 +121508,7 @@ self: { ]; description = "XMPP client with 9P and (optionally) GTK interfaces"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hath" = callPackage @@ -121528,7 +121528,7 @@ self: { base cmdargs process split tasty tasty-hunit tasty-quickcheck ]; description = "Hath manipulates network blocks in CIDR notation"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "hats" = callPackage @@ -121558,8 +121558,8 @@ self: { async attoparsec base bytestring criterion random stm ]; description = "Haskell client for the NATS messaging system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121582,8 +121582,8 @@ self: { base test-framework test-framework-quickcheck2 ]; description = "A truth table generator for classical propositional logic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121606,7 +121606,7 @@ self: { base http-client http-client-tls monad-logger text ]; description = "Library for checking for weak/compromised passwords"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haven" = callPackage @@ -121625,8 +121625,8 @@ self: { http-types mtl process SHA temporary transformers xml ]; description = "Recursively retrieve maven dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121651,8 +121651,8 @@ self: { tasty-hunit tasty-quickcheck text ]; description = "Implementation of the rules of Love Letter"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121674,8 +121674,8 @@ self: { regex-tdfa SHA time utf8-string ]; description = "A twitter client for GTK+. Beta version."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121701,8 +121701,8 @@ self: { text transformers ]; description = "Haskell cash-flow and tax simulation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121729,7 +121729,7 @@ self: { unordered-containers ]; description = "A Haskell library for efficient, concurrent, and concise data access"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haxl-amazonka" = callPackage @@ -121745,8 +121745,8 @@ self: { transformers ]; description = "Haxl data source for accessing AWS services through amazonka"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121769,8 +121769,8 @@ self: { unordered-containers vector ]; description = "An example Haxl data source for accessing the Facebook Graph API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121795,8 +121795,8 @@ self: { utf8-string zlib ]; description = "Readable HaxBall replays"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121817,7 +121817,7 @@ self: { utf8-string ]; description = "XML-RPC client and server library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "haxr-th" = callPackage @@ -121828,8 +121828,8 @@ self: { sha256 = "1h1g4r7c5k3rja49ip4m21f2sscn06xjxharnlyazvvs6mzfysif"; libraryHaskellDepends = [ base haxr template-haskell ]; description = "Automatic deriving of XML-RPC structs for Haskell records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121846,8 +121846,8 @@ self: { url ]; description = "A simple HTTP proxy server library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121868,8 +121868,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base process xml ]; description = "Haskell bindings for the C Wayland library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libGL; inherit (pkgs) wayland;}; @@ -121888,8 +121888,8 @@ self: { pandoc url ]; description = "Hayoo CLI"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121908,8 +121908,8 @@ self: { base cairo filepath glade gtk haskell98 process svgcairo time unix ]; description = "N-back memory game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121939,8 +121939,8 @@ self: { vector ]; description = "Bayesian Networks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121957,8 +121957,8 @@ self: { base directory ghc ghc-mod ghc-paths libhbb ]; description = "Haskell Busy Bee, a backend for text editors"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121970,8 +121970,8 @@ self: { sha256 = "1glld44m6h8yfh5h63w9q5isy238j0j312ycx43va1xa80x5r4dq"; libraryHaskellDepends = [ base bytestring Decimal digits split ]; description = "Packed binary-coded decimal (BCD) serialization"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -121987,8 +121987,8 @@ self: { attoparsec base blaze-builder bytestring containers network ]; description = "Client for the beanstalkd workqueue service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122007,8 +122007,8 @@ self: { ]; executableSystemDepends = [ SDL_mixer ]; description = "A simple step sequencer GUI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) SDL_mixer;}; @@ -122045,8 +122045,8 @@ self: { optparse-applicative parsec primitive text transformers vector ]; description = "An optimizing Brainfuck compiler and evaluator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122064,8 +122064,8 @@ self: { librarySystemDepends = [ blas liblapack ]; testHaskellDepends = [ base hspec primitive vector ]; description = "Human friendly BLAS and Lapack bindings for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) blas; liblapack = null;}; @@ -122085,8 +122085,8 @@ self: { hashable path-pieces safecopy text unordered-containers uuid vector ]; description = "A mutable vector that provides indexation on the datatype fields it stores"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122121,7 +122121,7 @@ self: { executableHaskellDepends = [ base ]; description = "Minimal extensible web-browser"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hbro-contrib" = callPackage @@ -122154,7 +122154,7 @@ self: { ]; description = "Third-party extensions to hbro"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hburg" = callPackage @@ -122174,8 +122174,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "Haskell Bottom Up Rewrite Generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122188,7 +122188,7 @@ self: { libraryHaskellDepends = [ base containers gasp mtl ]; description = "Haskell CAD library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122202,8 +122202,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring language-c ]; description = "A toy C compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122216,8 +122216,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base colour random ]; description = "haskell cg (minus)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122233,8 +122233,8 @@ self: { base cairo colour filepath hcg-minus process ]; description = "haskell cg (minus) (cairo rendering)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122247,8 +122247,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base mps ]; description = "A collection of code cheatsheet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122281,8 +122281,8 @@ self: { text-format-heavy unix unix-bytestring unordered-containers yaml ]; description = "Implementation of checkers (\"draughts\") board game - server application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122299,8 +122299,8 @@ self: { array attoparsec base containers hlint hspec QuickCheck text ]; description = "Chess library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122321,8 +122321,8 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "A testing library for command line applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122345,8 +122345,8 @@ self: { async base bytestring HUnit network QuickCheck random ]; description = "CoAP implementation for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122370,7 +122370,7 @@ self: { base base64-bytestring bytestring criterion ghc-prim reflection ]; description = "An implementation of the Consistent Overhead Byte Stuffing algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hcom" = callPackage @@ -122381,8 +122381,8 @@ self: { sha256 = "1ps6q3sn0dlkhxkwgpq9jj0rklrnsgsrrlk63g9jr8lfris2wlzq"; doHaddock = false; description = "Haskell COM support library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122400,7 +122400,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base data-default HUnit ieee754 mtl ]; description = "Easily convert between latitude/longitude, UTM and OSGB"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hcount" = callPackage @@ -122420,8 +122420,8 @@ self: { stan text ]; description = "Haskell name counts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122438,8 +122438,8 @@ self: { random stm time ]; description = "A simple job scheduler, which just runs some IO action at a given time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122460,8 +122460,8 @@ self: { base directory HaskellForMaths QuickCheck text ]; description = "Virtual Rubik's cube of arbitrary size"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122474,8 +122474,8 @@ self: { libraryHaskellDepends = [ base unix ]; librarySystemDepends = [ bluetooth cwiid ]; description = "Library to interface with the wiimote"; - license = stdenv.lib.licenses.gpl2; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.gpl2; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {bluetooth = null; inherit (pkgs) cwiid;}; "hdaemonize" = callPackage @@ -122490,7 +122490,7 @@ self: { base bytestring extensible-exceptions filepath hsyslog mtl unix ]; description = "Library to handle the details of writing daemons for UNIX"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hdaemonize-buildfix" = callPackage @@ -122505,8 +122505,8 @@ self: { base extensible-exceptions filepath hsyslog mtl unix ]; description = "Library to handle the details of writing daemons for UNIX"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122523,8 +122523,8 @@ self: { vector ]; description = "Deserialize from HDBC rows to FromJSON instances"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122536,8 +122536,8 @@ self: { sha256 = "034zsmqgavh4ns69f6j4a1afyqbd1b7h35macmf20vzxj0j0bawj"; libraryHaskellDepends = [ attoparsec base containers HDBC text ]; description = "Manipulate data in PostgreSQL \"hstore\" columns"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122576,8 +122576,8 @@ self: { time uuid ]; description = "Haskell Database Independent interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122598,8 +122598,8 @@ self: { resourcet test-framework test-framework-quickcheck2 transformers ]; description = "Conduit glue for HDBI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122627,8 +122627,8 @@ self: { test-framework-quickcheck2 text time uuid ]; description = "PostgreSQL driver for hdbi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122648,8 +122648,8 @@ self: { test-framework text ]; description = "SQlite driver for HDBI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122669,8 +122669,8 @@ self: { test-framework-hunit test-framework-quickcheck2 text time uuid ]; description = "test suite for testing HDBI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122690,8 +122690,8 @@ self: { network process syb time transformers unix ]; description = "Persistent GHC powered background server for FAST haskell development tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122710,7 +122710,7 @@ self: { ]; description = "HDF: Uniform Rate Audio Signal Processing in Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122731,7 +122731,7 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "High-level bindings to the HDF5 \"lite\" interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) hdf5;}; "hdiff" = callPackage @@ -122763,8 +122763,8 @@ self: { prettyprinter-ansi-terminal QuickCheck text ]; description = "Pattern-Expression-based differencing of arbitrary types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122779,8 +122779,8 @@ self: { base cgi Crypto network parsec random time ]; description = "Server-side HTTP Digest (RFC2617) in the CGI monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122799,8 +122799,8 @@ self: { executableHaskellDepends = [ array base haskell98 pretty ]; executableToolDepends = [ happy ]; description = "An IDL compiler for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122812,8 +122812,8 @@ self: { sha256 = "0qr8d4qbvkncv4im0iwwdr9khvkyy4ky8wnwxri1jqhylcq8vdks"; libraryHaskellDepends = [ base bytestring containers QuickCheck ]; description = "Interface to the udis86 disassembler for x86 and x86-64 / AMD64"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122826,8 +122826,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ markdown ]; description = "Haskell bindings to the Discount markdown library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {markdown = null;}; @@ -122841,8 +122841,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory process unix vty ]; description = "a small display manager"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122870,8 +122870,8 @@ self: { unordered-containers vector ]; description = "A Digital Ocean client in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122896,8 +122896,8 @@ self: { ]; testHaskellDepends = [ base containers mtl ]; description = "Haskell docs tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122924,8 +122924,8 @@ self: { network-transport-tcp random template-haskell time ]; description = "Haskell distributed parallel Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122941,8 +122941,8 @@ self: { array base bytestring cereal containers deepseq template-haskell ]; description = "Explicit closures in Haskell distributed parallel Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122962,8 +122962,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq primitive ]; description = "Haskell implementation of High Dynamic Range (HDR) Histograms"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -122979,7 +122979,7 @@ self: { base case-insensitive megaparsec parser-combinators selective ]; description = "More informative parser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "headergen" = callPackage @@ -122998,8 +122998,8 @@ self: { time ]; description = "Creates a header for a haskell source file"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123027,7 +123027,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "License Header Manager"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heap" = callPackage @@ -123039,7 +123039,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Heaps in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heap-console" = callPackage @@ -123057,8 +123057,8 @@ self: { testHaskellDepends = [ base hspec ]; testToolDepends = [ hspec-discover ]; description = "interactively inspect Haskell values at runtime"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123070,7 +123070,7 @@ self: { sha256 = "0vg39qm8g69n10ys9v9knnaq5dqdjndj6ffy0xb78bwrr3rm5mci"; libraryHaskellDepends = [ base ]; description = "Asymptotically optimal Brodal/Okasaki heaps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heapsize" = callPackage @@ -123088,7 +123088,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq primitive ]; description = "Determine the size of runtime data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heapsort" = callPackage @@ -123101,8 +123101,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base ]; description = "Heapsort of MArrays as a demo of imperative programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123118,8 +123118,8 @@ self: { base co-log co-log-core ekg ekg-core ekg-statsd heart-core text ]; description = "An opinionated app prelude and framework in the UnliftIO style"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123139,8 +123139,8 @@ self: { unliftio-core unordered-containers ]; description = "An opinionated library prelude in the UnliftIO style"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123152,8 +123152,8 @@ self: { sha256 = "059dx7paaniwmxgyzapv0542jf8yb4vzbg8501d2j779ixvzm80d"; libraryHaskellDepends = [ async base io-streams time ]; description = "Heartbeats for io-streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123183,8 +123183,8 @@ self: { vector ]; description = "Find and annotate ITDs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123208,8 +123208,8 @@ self: { pipes pipes-text safe text turtle vector ]; description = "Find and annotate ITDs with assembly or read pair joining"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123228,7 +123228,7 @@ self: { text ]; description = "Compression and decompression using heatshrink"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heavy-log-shortcuts" = callPackage @@ -123243,8 +123243,8 @@ self: { base fast-logger heavy-logger monad-control text text-format-heavy ]; description = "Simle api for heavy logger"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123266,8 +123266,8 @@ self: { thread-local-storage transformers-base ]; description = "Full-weight logging based on fast-logger"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123283,8 +123283,8 @@ self: { amazonka-core base binary heavy-logger template-haskell text ]; description = "heavy-logger compatibility with amazonka-core logging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123305,8 +123305,8 @@ self: { text text-format-heavy ]; description = "Orphan instances for data types in heavy-logger package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123319,8 +123319,8 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base hspec QuickCheck time ]; description = "Hebrew dates and prayer times"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123333,8 +123333,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base cereal crypto-api hF2 ]; description = "Elliptic Curve Cryptography for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123347,7 +123347,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Oh heck, it's a heckin' case conversion library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "heckle" = callPackage @@ -123366,8 +123366,8 @@ self: { ]; executableHaskellDepends = [ base directory process split ]; description = "Jekyll in Haskell (feat. LaTeX)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123392,7 +123392,7 @@ self: { base containers mmorph mtl pretty-show text transformers ]; description = "Release with confidence"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedgehog-checkers" = callPackage @@ -123407,8 +123407,8 @@ self: { base containers hedgehog semigroupoids semigroups ]; testHaskellDepends = [ base either hedgehog ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123420,8 +123420,8 @@ self: { sha256 = "0zfk967xzpwfh3y3ys8d0c3zcz251dnp41xha11613ji3yfk0wff"; libraryHaskellDepends = [ base hedgehog hedgehog-checkers lens ]; testHaskellDepends = [ base hedgehog hedgehog-checkers lens ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123442,7 +123442,7 @@ self: { aeson base binary comonad containers hedgehog vector ]; description = "Hedgehog will eat your typeclass bugs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedgehog-corpus" = callPackage @@ -123453,7 +123453,7 @@ self: { sha256 = "194pj8mjia5v4mc0hcyxgipf15j0dr44w02r1bcf89b4b8vnk5hq"; libraryHaskellDepends = [ base ]; description = "hedgehog-corpus"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedgehog-fakedata" = callPackage @@ -123465,8 +123465,8 @@ self: { libraryHaskellDepends = [ base fakedata hedgehog random ]; testHaskellDepends = [ base containers fakedata hedgehog ]; description = "Use 'fakedata' with 'hedgehog'"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123482,7 +123482,7 @@ self: { base contravariant hedgehog transformers ]; description = "Function generation for `hedgehog`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedgehog-gen" = callPackage @@ -123495,7 +123495,7 @@ self: { base bytestring hedgehog text typerep-map ]; description = "Customizable Gen for ADT using Generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedgehog-gen-json" = callPackage @@ -123519,8 +123519,8 @@ self: { timerep tz unordered-containers vector ]; description = "JSON generators for Hedgehog"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123532,8 +123532,8 @@ self: { sha256 = "1166jwk3f4bfw54qaxk3q3gxrfmffwwfkmd8xyvwj7i3whwzxq0f"; libraryHaskellDepends = [ base hedgehog ]; description = "GHC Generics automatically derived hedgehog generators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123551,8 +123551,8 @@ self: { ]; testHaskellDepends = [ base hedgehog ]; description = "Golden testing capabilities for hedgehog using Aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123566,7 +123566,7 @@ self: { editedCabalFile = "0ddmwz3ngamij2k4paf7508dnzqn4qjpgwypbpr8d6s2y95jbvfh"; libraryHaskellDepends = [ base hedgehog QuickCheck transformers ]; description = "Use QuickCheck generators in Hedgehog and vice versa"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedgehog-servant" = callPackage @@ -123589,8 +123589,8 @@ self: { string-conversions text ]; description = "Hedgehog property testing for Servant APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123616,7 +123616,7 @@ self: { ]; benchmarkHaskellDepends = [ base mtl time ]; description = "Client library for the Redis datastore: supports full command set, pipelining"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedis-config" = callPackage @@ -123631,8 +123631,8 @@ self: { aeson base bytestring hedis scientific text time ]; description = "Easy trivial configuration for Redis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123643,7 +123643,7 @@ self: { version = "0.1.0.1"; sha256 = "165a7pw1i1i9gxljmx03zavza5qjyir09bwk067cfr5an9razvq6"; libraryHaskellDepends = [ base envy hedis scientific time ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedis-monadic" = callPackage @@ -123659,7 +123659,7 @@ self: { transformers-compat ]; description = "A la MonadReader for Redis connection"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedis-namespace" = callPackage @@ -123674,8 +123674,8 @@ self: { executableHaskellDepends = [ base bytestring hedis mtl ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123697,8 +123697,8 @@ self: { test-framework test-framework-hunit transformers ]; description = "Caching mandatory data with Redis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123710,8 +123710,8 @@ self: { sha256 = "1dq7rpqg35caqj664q2ndqgd59mq7cfjahkaka5mlk1k5yjvz7av"; libraryHaskellDepends = [ base bytestring either hedis mtl ]; description = "A simplified API for hedis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123729,8 +123729,8 @@ self: { test-framework-hunit transformers ]; description = "Tags for hedis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123752,7 +123752,7 @@ self: { base containers hedgehog megaparsec text time uuid-types vector ]; description = "EDN parsing and encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hedn-functor" = callPackage @@ -123769,8 +123769,8 @@ self: { base containers hedn recursion-schemes text vector ]; description = "Base functor for EDN AST"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123786,8 +123786,8 @@ self: { executableHaskellDepends = [ base haskeline ]; testHaskellDepends = [ base doctest ]; description = "A small library and executable for generating dice rolls"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123813,8 +123813,8 @@ self: { testHaskellDepends = [ base tasty tasty-hspec ]; benchmarkHaskellDepends = [ base criterion weigh ]; description = "Tidy data in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123833,8 +123833,8 @@ self: { transformers ]; description = "An extensible build helper for haskell, in the vein of leiningen"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123877,7 +123877,7 @@ self: { vector xmlhtml ]; description = "An Haskell template system supporting both HTML5 and XML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heist-aeson" = callPackage @@ -123893,8 +123893,8 @@ self: { vector xmlhtml ]; description = "Use JSON directly from Heist templates"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123908,8 +123908,8 @@ self: { base heist template-haskell text xmlhtml ]; description = "Adding support for asynchronous updates (\"AJAX\") with heist"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123932,7 +123932,7 @@ self: { executableToolDepends = [ alex happy ]; description = "Typechecking terms of the Edinburgh Logical Framework (LF)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "helics" = callPackage @@ -123955,8 +123955,8 @@ self: { newrelic-collector-client newrelic-common newrelic-transaction ]; description = "New Relic® agent SDK wrapper for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {newrelic-collector-client = null; newrelic-common = null; newrelic-transaction = null;}; @@ -123975,8 +123975,8 @@ self: { base bytestring data-default-class helics vault wai ]; description = "New Relic® agent SDK wrapper for wai"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -123990,8 +123990,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers mtl parsec process ]; description = "An incomplete Elisp compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124016,7 +124016,7 @@ self: { ]; description = "The Helium Compiler"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124032,7 +124032,7 @@ self: { base bytestring deepseq lifted-base mtl random text transformers ]; description = "A backwards-compatible, modern replacement for the Prelude"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "helix" = callPackage @@ -124056,8 +124056,8 @@ self: { aeson base hspec hspec-wai hspec-wai-json text wai ]; description = "Web development micro framework for haskell with typesafe URLs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124082,8 +124082,8 @@ self: { ]; executableHaskellDepends = [ base transformers utf8-string ]; description = "A Haskell shell based on shell-conduit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124103,8 +124103,8 @@ self: { mtl network regex-pcre safe stm tar utf8-string zlib ]; description = "Distributed hackage mirror"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124129,8 +124129,8 @@ self: { base containers Lucu mtl network regex-posix ]; description = "Simple, distributed, anonymous data sharing network"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124144,7 +124144,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Hello World, an example package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "helm" = callPackage @@ -124166,7 +124166,7 @@ self: { executableHaskellDepends = [ base linear random ]; testHaskellDepends = [ base hspec ]; description = "A functionally reactive game engine"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "help-esb" = callPackage @@ -124182,8 +124182,8 @@ self: { uuid ]; description = "A Haskell client for the Help.com team's ESB."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124201,8 +124201,8 @@ self: { array base binary bytestring hemkay-core portaudio ]; description = "A module music mixer and player"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124214,7 +124214,7 @@ self: { sha256 = "0br41879jynw3dzb2hlb07m55zmzgyim6gi8i48bzimbi70c9z89"; libraryHaskellDepends = [ array base binary bytestring ]; description = "A device independent module music mixer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hemokit" = callPackage @@ -124243,8 +124243,8 @@ self: { testHaskellDepends = [ base bytestring hspec HUnit vector ]; benchmarkHaskellDepends = [ base conduit criterion mtl ]; description = "Haskell port of the Emokit EEG project"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124265,8 +124265,8 @@ self: { transformers uuid ]; description = "Haskell bindings to Xen hypervisor interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {xenctrl = null;}; @@ -124281,8 +124281,8 @@ self: { base bitset bytestring network typesafe-endian ]; description = "Bindings and high level interface for to ENet v1.3.9"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124294,8 +124294,8 @@ self: { sha256 = "0b7syzfzbcznjb98hi4k8bp46ss08s9qg2763bnnm1b10i7km23z"; libraryHaskellDepends = [ bytestring haskell2010 lha ]; description = "HEPEVT parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124307,8 +124307,8 @@ self: { sha256 = "1hbx48r8zdmyr5qjf0b3pagmamj8pibsp7ca7bxdgk4jz8pxv2my"; libraryHaskellDepends = [ base mtl split ]; description = "A lexer for Haskell source code"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124320,8 +124320,8 @@ self: { sha256 = "1gkcd9ikaxjirxh8haq8b9a372n1dlaq63n9xzq9gsyazkxz7lgn"; libraryHaskellDepends = [ base her-lexer parsec transformers ]; description = "Parsec frontend to \"her-lexer\" for Haskell source code"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124339,8 +124339,8 @@ self: { base containers ghc-prim indents mtl parsec regex-posix ]; description = "HAML to ERB translator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124399,8 +124399,8 @@ self: { ]; doHaddock = false; description = "Runs Continuous Integration tasks on your machines"; - license = stdenv.lib.licenses.asl20; - maintainers = with stdenv.lib.maintainers; [ roberth ]; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ roberth ]; }) {bdw-gc = null; inherit (pkgs) boost; inherit (pkgs) nix;}; "hercules-ci-api-agent" = callPackage @@ -124430,8 +124430,8 @@ self: { time uuid ]; description = "API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise"; - license = stdenv.lib.licenses.asl20; - maintainers = with stdenv.lib.maintainers; [ roberth ]; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ roberth ]; }) {}; "hercules-ci-api-core" = callPackage @@ -124453,8 +124453,8 @@ self: { string-conv swagger2 text time uuid ]; description = "Types and convenience modules use across Hercules CI API packages"; - license = stdenv.lib.licenses.asl20; - maintainers = with stdenv.lib.maintainers; [ roberth ]; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ roberth ]; }) {}; "here" = callPackage @@ -124469,7 +124469,7 @@ self: { base haskell-src-meta mtl parsec template-haskell ]; description = "Here docs & interpolated strings via quasiquotation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heredoc" = callPackage @@ -124480,7 +124480,7 @@ self: { sha256 = "0h0g2f7yscwl1ba1yn3jnz2drvd6ns9m910hwlmq3kdq3k39y3f9"; libraryHaskellDepends = [ base template-haskell ]; description = "multi-line string / here document using QuasiQuotes"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "heredocs" = callPackage @@ -124496,8 +124496,8 @@ self: { ]; testHaskellDepends = [ base bytestring doctest text ]; description = "Heredocument on Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124510,7 +124510,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base doctest ]; description = "haskell time manipulation in a 'kerf like' style"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hermit" = callPackage @@ -124539,8 +124539,8 @@ self: { temporary ]; description = "Haskell Equational Reasoning Model-to-Implementation Tunnel"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124556,8 +124556,8 @@ self: { base containers ghc ghc-prim hermit syb template-haskell ]; description = "HERMIT plugin for optimizing Scrap-Your-Boilerplate traversals"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124578,8 +124578,8 @@ self: { mtl optparse-applicative semigroups split vty ]; description = "A command-line manager for delicious kitchen recipes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124594,7 +124594,7 @@ self: { libraryHaskellDepends = [ base random text ]; executableHaskellDepends = [ base random text ]; description = "Think back of the five tenets of hero club"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heroku" = callPackage @@ -124606,7 +124606,7 @@ self: { libraryHaskellDepends = [ base network-uri text ]; testHaskellDepends = [ base hspec network-uri text ]; description = "helpers for deploying to Heroku"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heroku-persistent" = callPackage @@ -124622,7 +124622,7 @@ self: { ]; testHaskellDepends = [ base hspec persistent-postgresql ]; description = "Parse DATABASE_URL into configuration types for Persistent"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "herringbone" = callPackage @@ -124641,8 +124641,8 @@ self: { transformers unix-compat ]; description = "A library for compiling and serving static web assets"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124659,8 +124659,8 @@ self: { system-filepath template-haskell text ]; description = "Embed preprocessed web assets in your executable with Template Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124677,8 +124677,8 @@ self: { system-filepath text time wai wai-app-static ]; description = "Wai adapter for the Herringbone web asset preprocessor"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124705,8 +124705,8 @@ self: { process text time uniplate unix ]; description = "the Haskell Extensible Shell: Haskell for Bash-style scripts"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124725,7 +124725,7 @@ self: { ]; description = "Haskell's embedded SQL"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124746,8 +124746,8 @@ self: { base criterion deepseq hvect template-haskell vinyl ]; description = "Fast heterogeneous data structures"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124759,7 +124759,7 @@ self: { sha256 = "1fnzj37kya5gqjchm3yq0709ay50n0spb24x5rxkxfbl0yy2nzk7"; libraryHaskellDepends = [ base ]; description = "Pure heterogeneous maps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "heterocephalus" = callPackage @@ -124777,7 +124777,7 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "A type-safe template engine for working with front end development tools"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "heterogeneous-list-literals" = callPackage @@ -124789,8 +124789,8 @@ self: { libraryHaskellDepends = [ base Only ]; testHaskellDepends = [ base ]; description = "Allows the use of tuples as literals for Heterogeneous collections"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124808,8 +124808,8 @@ self: { base constraint-manip hspec indextype polydata ]; description = "A heterogeneous list type"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124827,7 +124827,7 @@ self: { executableSystemDepends = [ ncurses ]; description = "Text Tetris"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses;}; @@ -124842,8 +124842,8 @@ self: { base containers deepseq parallel random text ]; description = "A genetic programming based on tree structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124891,7 +124891,7 @@ self: { ]; testSystemDepends = [ secp256k1 ]; description = "Ethereum virtual machine evaluator"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {inherit (pkgs) libff; inherit (pkgs) secp256k1;}; "hevolisa" = callPackage @@ -124907,8 +124907,8 @@ self: { base bytestring cairo filepath haskell98 ]; description = "Genetic Mona Lisa problem in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124927,8 +124927,8 @@ self: { base bytestring cairo dph-seq filepath haskell98 ]; description = "Genetic Mona Lisa problem in Haskell - using Data Parallel Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124940,7 +124940,7 @@ self: { sha256 = "1mc66758254d93m7vab7q6lhn7qphzxd6wyc3v6yq1diy0gji4va"; libraryHaskellDepends = [ base bytestring ]; description = "Convert strings into hexadecimal and back"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hex-text" = callPackage @@ -124953,8 +124953,8 @@ self: { libraryHaskellDepends = [ base base16-bytestring bytestring text ]; testHaskellDepends = [ base doctest ]; description = "ByteString-Text hexidecimal conversions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124966,8 +124966,8 @@ self: { sha256 = "1bx49z3ycc24bsn0x0617x0gmgapan6qnwnwq6v0w06gjrahr4r4"; libraryHaskellDepends = [ base containers ]; description = "Haskell scripting interface for HexChat"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -124980,7 +124980,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "A library for forming hexdumps"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "hexif" = callPackage @@ -124991,8 +124991,8 @@ self: { sha256 = "1asv5vs694mcifffvm5a4gsplpz7frk3p3zr9lqqv1f172ql9lql"; libraryHaskellDepends = [ base binary bytestring filepath ]; description = "Reading Exif data form a JPEG file with Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125011,8 +125011,8 @@ self: { random ]; description = "A small game based on domino-like hexagonal tiles"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125025,7 +125025,7 @@ self: { libraryHaskellDepends = [ base bytestring extra ]; testHaskellDepends = [ base bytestring ]; description = "XML subset DOM parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hexml-lens" = callPackage @@ -125045,8 +125045,8 @@ self: { base bytestring doctest hexml hspec lens QuickCheck wreq ]; description = "Lenses for the hexml package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125064,7 +125064,7 @@ self: { ]; librarySystemDepends = [ expat ]; description = "XML parser/formatter based on expat"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) expat;}; "hexpat-iteratee" = callPackage @@ -125081,8 +125081,8 @@ self: { List parallel transformers ]; description = "Chunked XML parsing using iteratees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125098,7 +125098,7 @@ self: { base bytestring deepseq hexpat hexpat-tagsoup lens ]; description = "Lenses for Hexpat"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hexpat-pickle" = callPackage @@ -125114,7 +125114,7 @@ self: { utf8-string ]; description = "XML picklers based on hexpat, source-code-similar to those of the HXT package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hexpat-pickle-generic" = callPackage @@ -125131,8 +125131,8 @@ self: { test-framework-quickcheck2 ]; description = "Picklers for de/serialising Generic data types to and from XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125148,7 +125148,7 @@ self: { base bytestring hexpat List mtl parser-combinators text transformers ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hexpat-tagsoup" = callPackage @@ -125159,7 +125159,7 @@ self: { sha256 = "0481446ba5m0h8lxmp216gzll0wr77mhk6hvm087749fwjj597aj"; libraryHaskellDepends = [ base hexpat tagsoup ]; description = "Parse (possibly malformed) HTML to hexpat tree"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hexpr" = callPackage @@ -125173,8 +125173,8 @@ self: { base data-ref either mtl parsec transformers ]; description = "A framework for symbolic, homoiconic languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125192,8 +125192,8 @@ self: { mime-types mtl text transformers vault wai warp ]; description = "An express-like http framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125209,8 +125209,8 @@ self: { base bytestring containers parsec template-haskell ]; description = "Hexadecimal ByteString literals, with placeholders that bind variables"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125228,7 +125228,7 @@ self: { ]; testHaskellDepends = [ base binary bytestring hspec text ]; description = "Fast and safe representation of a hex string"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hext" = callPackage @@ -125244,8 +125244,8 @@ self: { ]; executableHaskellDepends = [ base text ]; description = "a text classification library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125257,7 +125257,7 @@ self: { sha256 = "0iq6kj7mijxppjghpqx19s79sj6k1jqf21gfi8jqbj6bq7j2cdvj"; libraryHaskellDepends = [ base ]; description = "Generic and niche utility functions and more for Haskell"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "hextream" = callPackage @@ -125280,8 +125280,8 @@ self: { tasty tasty-golden tasty-hunit text ]; description = "Streaming-friendly XML parsers"; - license = stdenv.lib.licenses.cc0; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125313,8 +125313,8 @@ self: { utf8-string wai wai-extra warp ]; description = "A server for Eye-Fi SD cards"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125336,8 +125336,8 @@ self: { universe-base ]; description = "Heyting and Boolean algebras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125353,8 +125353,8 @@ self: { librarySystemDepends = [ doublefann ]; libraryPkgconfigDepends = [ fann ]; description = "Haskell binding to the FANN library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {doublefann = null; fann = null;}; @@ -125373,8 +125373,8 @@ self: { MonadCatchIO-transformers network transformers ]; description = "Flash debugger"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125390,8 +125390,8 @@ self: { libraryHaskellDepends = [ base eprocess mtl ]; executableHaskellDepends = [ wx wxcore ]; description = "Four in a Row in Haskell!!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125403,7 +125403,7 @@ self: { sha256 = "0lmjgwgfp1s2ag2fbi6n8yryafb5qz87yb0p122lxzm3487sf98h"; libraryHaskellDepends = [ base containers template-haskell text ]; description = "Command line flag parser, very similar to Google's gflags"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hfmt" = callPackage @@ -125432,8 +125432,8 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Haskell source code formatter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125453,8 +125453,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Hess-Smith panel code for inviscid 2-d airfoil analysis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125471,7 +125471,7 @@ self: { ]; testHaskellDepends = [ base base-unicode-symbols hspec text ]; description = "Simple Haskell formatting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hfov" = callPackage @@ -125482,8 +125482,8 @@ self: { sha256 = "04qwmjxm06akvpakc5imcx0ls9zlsz74s4r9p7xzj0q5fv20z09l"; libraryHaskellDepends = [ base ]; description = "Field-of-view calculation for low-resolution 2D raster grids"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125502,8 +125502,8 @@ self: { gd GLUT OpenGL OpenGLRaw ]; description = "OpenGL fractal renderer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125519,7 +125519,7 @@ self: { librarySystemDepends = [ Cocoa ]; libraryToolDepends = [ CoreServices ]; description = "File/folder watching for OS X"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" ]; }) {inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa; inherit (pkgs.darwin.apple_sdk.frameworks) CoreServices;}; @@ -125534,8 +125534,8 @@ self: { base containers haskell-src mtl pretty syb ]; description = "A library for fusing a subset of Haskell programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125555,7 +125555,7 @@ self: { ]; description = "Tools to help manage Debian packages with Mercurial"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125578,8 +125578,8 @@ self: { sha256 = "08a8lmh1rg3d1rmpfhcc2fzyc0kybqhzahx4hrvfrqjw7czcnmrw"; libraryHaskellDepends = [ array base haskell98 mtl ]; description = "Haskell Genetic Algorithm Library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125598,8 +125598,8 @@ self: { test-framework test-framework-hunit ]; description = "GDB Machine Interface: program-driven control of GDB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125617,8 +125617,8 @@ self: { transformers transformers-base unordered-containers ]; description = "A Gearman client for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125635,7 +125635,7 @@ self: { ]; description = "Random generation of modal and hybrid logic formulas"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125647,8 +125647,8 @@ self: { sha256 = "0l460mmbla7354dldil0d7qzba7dp4jhhsna0s27gdd9aad4flsd"; libraryHaskellDepends = [ base containers ]; description = "A geometric library with bindings to GPC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125675,7 +125675,7 @@ self: { ]; testHaskellDepends = [ base doctest doctest-discover QuickCheck ]; description = "Geometric Algorithms, Data structures, and Data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hgeometry-combinatorial" = callPackage @@ -125706,7 +125706,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Data structures, and Data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hgeometry-ipe" = callPackage @@ -125738,8 +125738,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Reading and Writing ipe7 files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125760,8 +125760,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Writing geometric primitives from HGeometry as SVG Files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125776,8 +125776,8 @@ self: { librarySystemDepends = [ geos ]; testHaskellDepends = [ base MissingH ]; description = "Simple Haskell bindings to GEOS C API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) geos;}; @@ -125800,8 +125800,8 @@ self: { base Cabal containers deepseq filepath haskell-src-exts uniplate ]; description = "Bindings to libintl.h (gettext, bindtextdomain)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125825,8 +125825,8 @@ self: { testHaskellDepends = [ base hspec spherical ]; doHaddock = false; description = "Library and for GIS with Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125847,8 +125847,8 @@ self: { ]; executableHaskellDepends = [ base cmdargs directory ]; description = "Haskell bindings to the GitHub API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125865,7 +125865,7 @@ self: { ]; description = "Various animations generated using HGL"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {HTam = null;}; @@ -125878,8 +125878,8 @@ self: { libraryHaskellDepends = [ base ghc-prim integer-gmp ]; testHaskellDepends = [ base QuickCheck ]; description = "Haskell interface to GMP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125899,7 +125899,7 @@ self: { ]; description = "An haskell port of the java version of gom"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125911,8 +125911,8 @@ self: { sha256 = "0j6ybi8f5csa9rpbpy8dc9p6l6vf2qh2zk589a9nqj2phllz7mwf"; libraryHaskellDepends = [ base bytestring network ]; description = "Gopher server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125935,8 +125935,8 @@ self: { ansi-terminal base optparse-applicative ]; description = "Search Haskell source code from the command line"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -125952,7 +125952,7 @@ self: { aeson base bytestring directory filepath process template-haskell ]; description = "Compile Mercurial (hg) version info into Haskell code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hgrib" = callPackage @@ -125970,8 +125970,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base directory hspec ]; description = "Unofficial bindings for GRIB API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {grib_api = null;}; @@ -125984,8 +125984,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ harp ]; description = "Binding to libharp"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {harp = null;}; @@ -126012,8 +126012,8 @@ self: { ghc-boot hlint hspec process syb ]; description = "Happy Haskell Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126027,8 +126027,8 @@ self: { setupHaskellDepends = [ base Cabal directory ]; libraryHaskellDepends = [ base ]; description = "Bindings to https://www.open-mpi.org/projects/hwloc"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126059,7 +126059,7 @@ self: { temporary text time ]; description = "Generate scaffold for cabal project"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hi-file-parser" = callPackage @@ -126073,7 +126073,7 @@ self: { libraryHaskellDepends = [ base binary bytestring rio vector ]; testHaskellDepends = [ base binary bytestring hspec rio vector ]; description = "Parser for GHC's hi files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hi3status" = callPackage @@ -126093,8 +126093,8 @@ self: { ]; executableHaskellDepends = [ base dbus process ]; description = "Status line for i3bar"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126115,7 +126115,7 @@ self: { ]; description = "Relatively efficient Tcl interpreter with support for basic operations"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126130,7 +126130,7 @@ self: { executableHaskellDepends = [ array base bytestring mtl network ]; description = "haskell robot for IChat protocol"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126144,7 +126144,7 @@ self: { libraryPkgconfigDepends = [ hidapi ]; libraryToolDepends = [ c2hs ]; description = "Interface to hidapi library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) hidapi;}; "hid-examples" = callPackage @@ -126178,8 +126178,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq ]; doHaddock = false; description = "Examples to accompany the book \"Haskell in Depth\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126196,7 +126196,7 @@ self: { ]; librarySystemDepends = [ systemd ]; description = "Haskell bindings to HIDAPI"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) systemd;}; "hidden-char" = callPackage @@ -126210,8 +126210,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Provides cross-platform getHiddenChar function"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126242,7 +126242,7 @@ self: { unordered-containers yaml ]; description = "Set up a GHC API session"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hie-compat" = callPackage @@ -126258,7 +126258,7 @@ self: { transformers ]; description = "HIE files for GHC 8.6 and other HIE file backports"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hie-core" = callPackage @@ -126294,8 +126294,8 @@ self: { parser-combinators tasty tasty-hunit text ]; description = "The core of an IDE"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126321,8 +126321,8 @@ self: { base directory filepath ghc ghc-paths hspec process ]; description = "Generates a references DB from .hie files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126334,8 +126334,8 @@ self: { sha256 = "11fjfmdjzvid0352d346p5xf44bl7dn8bd8pms5pi34xysdyr7pg"; libraryHaskellDepends = [ base containers HUnit mtl multiset ]; description = "Automated clustering of arbitrary elements in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126349,7 +126349,7 @@ self: { libraryHaskellDepends = [ array base containers ]; testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "Fast algorithms for single, average/UPGMA and complete linkage clustering"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hierarchical-clustering-diagrams" = callPackage @@ -126368,8 +126368,8 @@ self: { HUnit ]; description = "Draw diagrams of dendrograms made by hierarchical-clustering"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126381,8 +126381,8 @@ self: { sha256 = "1yzhw7kgz5iljm8ndh5kyr18367cl6l120m1gkn5x9hpsh9mlamm"; libraryHaskellDepends = [ base template-haskell ]; description = "Template Haskell functions to easily create exception hierarchies"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126413,8 +126413,8 @@ self: { filepath hmatrix lens optparse-generic safe text text-show vector ]; description = "Hierarchical spectral clustering of a graph"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126437,8 +126437,8 @@ self: { transformers-compat ]; description = "Predicated traversal of generated trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126454,8 +126454,8 @@ self: { base directory filepath mtl old-time stm timers-updatable ]; description = "Notification library for a filesystem hierarchy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126476,7 +126476,7 @@ self: { executableHaskellDepends = [ base cmdargs ]; testHaskellDepends = [ base ]; description = "WiFi connection script generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "higgledy" = callPackage @@ -126495,8 +126495,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Partial types as a type constructor"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126512,7 +126512,7 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Memory usage statistics"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126536,7 +126536,7 @@ self: { transformers transformers-base unliftio ]; description = "A rich monadic API for working with leveldb databases"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "higherorder" = callPackage @@ -126549,8 +126549,8 @@ self: { editedCabalFile = "0nflwfx4gng0kk2lxfsrrk10sgjln7jq4zl3ydv8i0n4m472b1y5"; libraryHaskellDepends = [ base ]; description = "Some higher order functions for Bool and []"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126568,8 +126568,8 @@ self: { aeson base bytestring criterion deepseq text ]; description = "Spec based JSON parsing/serialisation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126588,8 +126588,8 @@ self: { aeson base bytestring highjson hspec lens QuickCheck swagger2 text ]; description = "Derive swagger instances from highjson specs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126610,8 +126610,8 @@ self: { QuickCheck swagger2 text ]; description = "Template Haskell helpers for highjson specs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126643,7 +126643,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Command line tool for highlighting parts of files matching a regex"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "highlight-versions" = callPackage @@ -126659,8 +126659,8 @@ self: { ansi-terminal base Cabal containers hackage-db ]; description = "Highlight package versions which differ from the latest version on Hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126678,7 +126678,7 @@ self: { base blaze-html bytestring filepath mtl pcre-light text ]; description = "source code highlighting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "highlighter2" = callPackage @@ -126695,7 +126695,7 @@ self: { base blaze-html bytestring containers filepath mtl pcre-light text ]; description = "source code highlighting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "highlighting-kate" = callPackage @@ -126736,7 +126736,7 @@ self: { transformers ]; description = "Generate STL models from SRTM elevation data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "himerge" = callPackage @@ -126755,7 +126755,7 @@ self: { ]; description = "Haskell Graphical User Interface for Emerge"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {mozembed = null;}; @@ -126776,8 +126776,8 @@ self: { base bytestring directory gtk HTTP http-conduit network temporary ]; description = "Simple gtk2hs image viewer. Point it at an image and fire away."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126799,8 +126799,8 @@ self: { unordered-containers vector ]; description = "multithreaded snmp poller for riemann"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126835,8 +126835,8 @@ self: { haskell-src-exts mtl utf8-string ]; description = "Extensible Haskell pretty printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126853,8 +126853,8 @@ self: { ]; testHaskellDepends = [ base containers hspec ]; description = "Template for Hindley-Milner based languages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126870,7 +126870,7 @@ self: { base containers deepseq hinduce-missingh parallel vector ]; description = "Apriori algorithm for association rule mining"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hinduce-classifier" = callPackage @@ -126881,8 +126881,8 @@ self: { sha256 = "1cdx916xkpsy2ilsmmdkyqax2gb0cx6sgkydvjbiw7qibd76ylza"; libraryHaskellDepends = [ base hinduce-missingh layout ]; description = "Interface and utilities for classifiers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126900,8 +126900,8 @@ self: { base convertible hinduce-classifier hinduce-missingh layout ]; description = "Decision Tree Classifiers for hInduce"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126921,8 +126921,8 @@ self: { layout vector ]; description = "Example data for hInduce"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126934,7 +126934,7 @@ self: { sha256 = "1606fz8qhvwqidi798y3mxlmbmwn8yp3a4cl59j4i8s05vgbaj9z"; libraryHaskellDepends = [ base ]; description = "Utility functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hinfo" = callPackage @@ -126953,7 +126953,7 @@ self: { ]; testHaskellDepends = [ aeson base optparse-applicative text yaml ]; description = "Command Line App With Info on your Haskell App"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hinit" = callPackage @@ -126983,8 +126983,8 @@ self: { base fused-effects path-io quickcheck-text ]; description = "Generic project initialization tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -126999,8 +126999,8 @@ self: { libraryHaskellDepends = [ async base containers directory unix ]; testHaskellDepends = [ base directory ]; description = "Haskell binding to inotify"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hinotify" = callPackage @@ -127014,7 +127014,7 @@ self: { libraryHaskellDepends = [ async base bytestring containers unix ]; testHaskellDepends = [ base bytestring directory unix ]; description = "Haskell binding to inotify"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hinotify-bytestring" = callPackage @@ -127032,7 +127032,7 @@ self: { base bytestring directory posix-paths unix utf8-string ]; description = "Haskell binding to inotify, using ByteString filepaths"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hinquire" = callPackage @@ -127052,8 +127052,8 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "Generate armet style query strings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127070,7 +127070,7 @@ self: { ]; description = "Installer wrapper for Haskell applications"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127091,7 +127091,7 @@ self: { base containers directory exceptions filepath HUnit stm unix ]; description = "Runtime Haskell interpreter (GHC API wrapper)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hint-server" = callPackage @@ -127106,8 +127106,8 @@ self: { base eprocess exceptions hint monad-loops mtl ]; description = "A server process that runs hint"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127129,8 +127129,8 @@ self: { base directory exceptions extensible-exceptions filepath HUnit unix ]; description = "Runtime Haskell interpreter (GHC API wrapper)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127157,8 +127157,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell / Erlang interoperability library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127174,7 +127174,7 @@ self: { executableHaskellDepends = [ base haskell98 random ]; description = "Space Invaders"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127186,8 +127186,8 @@ self: { sha256 = "137jjwcs3a9n2zybkqqfdy2m1a2ahpdcmficwfmn7ykdz487xcsq"; libraryHaskellDepends = [ base haskell98 Stream ]; description = "Streams and Unique Fixed Points"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127212,8 +127212,8 @@ self: { base criterion deepseq repa repa-algorithms vector ]; description = "Haskell Image Processing (HIP) Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127238,8 +127238,8 @@ self: { wreq ]; description = "A library for building HipChat Bots"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127258,8 +127258,8 @@ self: { string-conversions text time ]; description = "Hipchat API bindings in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127275,8 +127275,8 @@ self: { base containers hgeometry hxt parsec split text text-format ]; description = "Support for reading and writing ipe7 files (http://ipe7.sourceforge.net)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127292,7 +127292,7 @@ self: { base bytestring directory functors mtl ]; description = "an IPS patcher"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hircules" = callPackage @@ -127311,7 +127311,7 @@ self: { ]; description = "IRC client"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127332,8 +127332,8 @@ self: { vector-space ]; description = "Calculates IRT 2PL and 3PL models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127349,8 +127349,8 @@ self: { base bytestring conduit http-conduit http-types text time ]; description = "Unofficial API bindings to KISSmetrics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127374,8 +127374,8 @@ self: { hist-pl-fusion hist-pl-lexicon hist-pl-lmf pipes polimorf ]; description = "Umbrella package for the historical dictionary of Polish"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127390,8 +127390,8 @@ self: { base binary containers dawg text text-binary ]; description = "A generic, DAWG-based dictionary"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127408,8 +127408,8 @@ self: { text text-binary ]; description = "Merging historical dictionary with PoliMorf"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127426,8 +127426,8 @@ self: { hist-pl-types pipes text transformers ]; description = "A binary representation of the historical dictionary of Polish"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127439,8 +127439,8 @@ self: { sha256 = "146vz15fig8k1wcvcw7fg64abxvg1nyarvhigz9jkzf5yngkzwvm"; libraryHaskellDepends = [ base hist-pl-types polysoup text ]; description = "LMF parsing for the historical dictionary of Polish"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127452,7 +127452,7 @@ self: { sha256 = "146ywyh67a0hasgcpfmffrj8w1kg6anksaa3mm9f80k83shqhvrb"; libraryHaskellDepends = [ base parsec ]; description = "A simple EDSL for transliteration rules"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hist-pl-types" = callPackage @@ -127463,8 +127463,8 @@ self: { sha256 = "0i13aj1xcwap0k3w48vyiiganbvj93zydawmw3gw7m0kr6nl5l9v"; libraryHaskellDepends = [ base binary text text-binary ]; description = "Types in the historical dictionary of Polish"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127479,7 +127479,7 @@ self: { libraryHaskellDepends = [ base deepseq ghc-prim primitive vector ]; benchmarkHaskellDepends = [ base criterion mwc-random vector ]; description = "Library for histograms creation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "histogram-fill-binary" = callPackage @@ -127490,7 +127490,7 @@ self: { sha256 = "0dkvdc5sbnarpdam9gg6q1rvc5xx51pga0whzf6mq81yjn2ydvqy"; libraryHaskellDepends = [ base binary histogram-fill vector ]; description = "Binary instances for histogram-fill package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "histogram-fill-cereal" = callPackage @@ -127501,7 +127501,7 @@ self: { sha256 = "1kaj56b7cp2c4s0fdkirw48igy54zhdrcrjsjpyv4cnywq8nvqrq"; libraryHaskellDepends = [ base cereal histogram-fill vector ]; description = "Binary instances for histogram-fill package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "historian" = callPackage @@ -127518,8 +127518,8 @@ self: { base containers directory filepath process regex-compat regex-posix ]; description = "Extract the interesting bits from shell history"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127538,8 +127538,8 @@ self: { base bytestring containers git hashable hashtables hourglass ]; description = "Git like program in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127555,8 +127555,8 @@ self: { base containers fgl hashable hit transformers unordered-containers ]; description = "Use graph algorithms to access and manipulate Git repos"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127578,8 +127578,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base github hspec text ]; description = "Haskell Git Helper Tool"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127596,8 +127596,8 @@ self: { text unordered-containers vector ]; description = "Jcase library for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127609,7 +127609,7 @@ self: { sha256 = "0wmzxwi24q7r0yxnalzqnn3k0bzf7wc4ql26dv94pvzir156kahj"; libraryHaskellDepends = [ base containers hjson parsec ]; description = "XPath-like syntax for querying JSON"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hjs" = callPackage @@ -127627,8 +127627,8 @@ self: { array base bytestring containers directory mtl parsec regex-compat ]; description = "JavaScript Parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127652,7 +127652,7 @@ self: { base directory extra filepath process unix ]; description = "Haskell implementation of a javascript minifier"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hjson" = callPackage @@ -127663,7 +127663,7 @@ self: { sha256 = "1r59g5ypqjsldflsddg7pzpa6j8jps5nwm4h9cwiw7qk734rjik8"; libraryHaskellDepends = [ base containers parsec ]; description = "JSON parsing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hjson-query" = callPackage @@ -127674,8 +127674,8 @@ self: { sha256 = "0sj86rm5pz0q9079f5kjnpz51dxvvq72waaf8h64jzrrhkpz8mlx"; libraryHaskellDepends = [ base containers hjson ]; description = "library for querying from JSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127697,8 +127697,8 @@ self: { vector ]; description = "JSON Pointer library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127729,8 +127729,8 @@ self: { wai-app-static warp ]; description = "JSON Schema library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127751,7 +127751,7 @@ self: { tasty-quickcheck text transformers unordered-containers ]; description = "Majority Judgment"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hjugement-cli" = callPackage @@ -127780,8 +127780,8 @@ self: { time transformers unix unordered-containers ]; description = "Majority Judgment and Helios-C command line tool"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127809,7 +127809,7 @@ self: { transformers ]; description = "A cryptographic protocol for the Majority Judgment"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hkd" = callPackage @@ -127835,7 +127835,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ aeson base ]; description = "Apply default value for optional field of HKD"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hkd-delta" = callPackage @@ -127846,8 +127846,8 @@ self: { sha256 = "0qb20y6nca61h4mpgyhi6xfcwxf4q92pscr5zqd8yklfcz4qqyz9"; libraryHaskellDepends = [ base ]; description = "Definition of \"Delta structures\" for higher kinded data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127859,8 +127859,8 @@ self: { sha256 = "0s3siyp85k84c9j1srg8y78ia6yj9s6vls9y1hnkgsmg1mx755qg"; libraryHaskellDepends = [ base profunctors ]; description = "Generic lens/prism/traversal-kinded data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127873,7 +127873,7 @@ self: { libraryHaskellDepends = [ base byteable bytestring cryptohash ]; testHaskellDepends = [ base byteable bytestring cryptohash hspec ]; description = "Implementation of HKDF (RFC 5869)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hkgr" = callPackage @@ -127892,7 +127892,7 @@ self: { simple-cmd-args xdg-basedir ]; description = "Simple Hackage release workflow for package maintainers"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hkt" = callPackage @@ -127907,8 +127907,8 @@ self: { base hspec inspection-testing protolude text ]; description = "A library for higher kinded types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127928,7 +127928,7 @@ self: { template-haskell transformers uniplate utf8-string ]; description = "A library to build valid LaTeX files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hlbfgsb" = callPackage @@ -127946,8 +127946,8 @@ self: { base HUnit test-framework test-framework-hunit vector ]; description = "Haskell binding to L-BFGS-B version 3.0"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gfortran;}; @@ -127969,8 +127969,8 @@ self: { array base bytestring bytestring-csv containers haskell98 parallel ]; description = "Fast algorithm for mining closed frequent itemsets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -127993,7 +127993,7 @@ self: { websockets ]; description = "Web Socket interface to Leap Motion controller"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hledger" = callPackage @@ -128036,8 +128036,8 @@ self: { utility-ht wizards ]; description = "Command-line interface for the hledger accounting system"; - license = stdenv.lib.licenses.gpl3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.gpl3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "hledger-api" = callPackage @@ -128061,8 +128061,8 @@ self: { wai-extra warp ]; description = "Web API server for the hledger accounting tool"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128082,7 +128082,7 @@ self: { ]; description = "A pie chart image generator for the hledger accounting tool"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128096,7 +128096,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base hledger-lib text time ]; description = "Compares the transactions in two ledger files"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hledger-flow" = callPackage @@ -128119,7 +128119,7 @@ self: { base containers foldl HUnit path path-io stm text turtle ]; description = "An hledger workflow focusing on automated statement import and classification"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hledger-iadd" = callPackage @@ -128154,7 +128154,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A terminal UI as drop-in replacement for hledger add"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hledger-interest" = callPackage @@ -128172,8 +128172,8 @@ self: { base Cabal Decimal hledger-lib mtl text time ]; description = "computes interest for a given account"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "hledger-irr" = callPackage @@ -128191,8 +128191,8 @@ self: { text time ]; description = "computes the internal rate of return of an investment"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128229,7 +128229,7 @@ self: { uglymemo unordered-containers utf8-string ]; description = "A reusable library providing the core functionality of hledger"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hledger-makeitso" = callPackage @@ -128250,7 +128250,7 @@ self: { base containers foldl HUnit stm text turtle ]; description = "An hledger workflow focusing on automated statement import and classification"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hledger-stockquotes" = callPackage @@ -128273,7 +128273,7 @@ self: { base hedgehog tasty tasty-hedgehog tasty-hunit ]; description = "Generate HLedger Price Directives From Daily Stock Quotes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hledger-ui" = callPackage @@ -128296,8 +128296,8 @@ self: { split text text-zipper time transformers unix vector vty ]; description = "Curses-style terminal interface for the hledger accounting system"; - license = stdenv.lib.licenses.gpl3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.gpl3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "hledger-vty" = callPackage @@ -128315,7 +128315,7 @@ self: { ]; description = "A curses-style console interface for the hledger accounting tool"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128351,8 +128351,8 @@ self: { base hledger hledger-lib hspec text yesod yesod-test ]; description = "Web-based user interface for the hledger accounting system"; - license = stdenv.lib.licenses.gpl3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.gpl3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "hlibBladeRF" = callPackage @@ -128366,8 +128366,8 @@ self: { libraryPkgconfigDepends = [ libbladeRF ]; testHaskellDepends = [ base hlint ]; description = "Haskell binding to libBladeRF SDR library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libbladeRF;}; @@ -128383,7 +128383,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Bindings to https://github.com/anrieff/libcpuid"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hlibev" = callPackage @@ -128395,8 +128395,8 @@ self: { libraryHaskellDepends = [ base network ]; librarySystemDepends = [ ev ]; description = "FFI interface to libev"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ev = null;}; @@ -128409,8 +128409,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ fam ]; description = "FFI interface to libFAM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fam;}; @@ -128425,7 +128425,7 @@ self: { testHaskellDepends = [ base process ]; testToolDepends = [ git ]; description = "Low-level bindings to libgit2"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) git; inherit (pkgs) openssl;}; "hlibsass" = callPackage @@ -128440,7 +128440,7 @@ self: { librarySystemDepends = [ libsass ]; testHaskellDepends = [ base hspec ]; description = "Low-level bindings to Libsass"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) libsass;}; "hlint" = callPackage @@ -128465,8 +128465,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Source code suggestions"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "hlint-test" = callPackage @@ -128480,7 +128480,7 @@ self: { libraryHaskellDepends = [ base hlint ]; executableHaskellDepends = [ base hlint ]; description = "Run hlint in test suite"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hlist" = callPackage @@ -128493,7 +128493,7 @@ self: { editedCabalFile = "0qcvl0krnhyvvn857p1b6mc65mglbplywcmx8n8vb8ikw5vhkh68"; libraryHaskellDepends = [ base ]; description = "Heterogeneous list"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hlivy" = callPackage @@ -128510,8 +128510,8 @@ self: { resourcet text transformers unordered-containers ]; description = "Client library for the Apache Livy REST API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128523,8 +128523,8 @@ self: { sha256 = "1q3jsnxy7x0lv7wqfv9hlqnr22661k4agbb8yjbhj32fxyjqrn4f"; libraryHaskellDepends = [ base old-locale time ]; description = "Simple, concurrent, extendable and easy-to-use logging library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128543,8 +128543,8 @@ self: { base bytestring curl regex-base regex-posix ]; description = "Library and utility interfacing to longurl.org"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128562,8 +128562,8 @@ self: { hlrdb-core memory random store time unordered-containers zstd ]; description = "High-level Redis Database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128582,8 +128582,8 @@ self: { unordered-containers ]; description = "High-level Redis Database Core API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128597,7 +128597,7 @@ self: { libraryHaskellDepends = [ base containers hcg-minus hps ]; description = "Haskell Lindenmayer Systems"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128615,7 +128615,7 @@ self: { hls-plugin-api lens shake text transformers unordered-containers ]; description = "Class/instance management plugin for Haskell Language Server"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hls-eval-plugin" = callPackage @@ -128637,7 +128637,7 @@ self: { unordered-containers ]; description = "Eval plugin for Haskell Language Server"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hls-exactprint-utils" = callPackage @@ -128654,7 +128654,7 @@ self: { hls-plugin-api retrie syb text transformers ]; description = "Common utilities to interaction between ghc-exactprint and HLS plugins"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hls-explicit-imports-plugin" = callPackage @@ -128671,8 +128671,8 @@ self: { hls-plugin-api shake text unordered-containers ]; description = "Explicit imports plugin for Haskell Language Server"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128691,7 +128691,7 @@ self: { hls-plugin-api text unordered-containers ]; description = "Haddock comments plugin for Haskell Language Server"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hls-hlint-plugin" = callPackage @@ -128712,8 +128712,8 @@ self: { temporary text transformers unordered-containers ]; description = "Hlint integration plugin with Haskell Language Server"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128734,7 +128734,7 @@ self: { unordered-containers ]; description = "Haskell Language Server API for plugin communication"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hls-retrie-plugin" = callPackage @@ -128753,8 +128753,8 @@ self: { shake text transformers unordered-containers ]; description = "Retrie integration plugin for Haskell Language Server"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128774,7 +128774,7 @@ self: { syb text transformers unordered-containers ]; description = "HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hlwm" = callPackage @@ -128789,8 +128789,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base stm transformers unix X11 ]; description = "Bindings to the herbstluftwm window manager"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128806,7 +128806,7 @@ self: { ]; description = "Haskell LilyPond"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128825,8 +128825,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "A tool and library for Markov chains based text generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128840,8 +128840,8 @@ self: { base containers mtl network parsec xhtml ]; description = "Simple wikitext-like markup format implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128861,7 +128861,7 @@ self: { ]; librarySystemDepends = [ openblasCompat ]; description = "Numeric Linear Algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openblasCompat;}; "hmatrix-backprop" = callPackage @@ -128883,7 +128883,7 @@ self: { microlens microlens-platform vector-sized vinyl ]; description = "hmatrix operations lifted for backprop"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hmatrix-banded" = callPackage @@ -128897,8 +128897,8 @@ self: { libraryHaskellDepends = [ base hmatrix transformers ]; librarySystemDepends = [ liblapack ]; description = "HMatrix interface to LAPACK functions for banded matrices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {liblapack = null;}; @@ -128910,7 +128910,7 @@ self: { sha256 = "0cbnxzl9ymqnyrikwk13d660l3hmi4ln5zdx0q814k8b7hyvsnkb"; libraryHaskellDepends = [ base bytestring cassava hmatrix vector ]; description = "CSV encoding and decoding for hmatrix"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hmatrix-glpk" = callPackage @@ -128922,7 +128922,7 @@ self: { libraryHaskellDepends = [ base containers hmatrix ]; librarySystemDepends = [ glpk ]; description = "Linear Programming based on GLPK"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) glpk;}; "hmatrix-gsl" = callPackage @@ -128937,7 +128937,7 @@ self: { ]; libraryPkgconfigDepends = [ gsl ]; description = "Numerical computation"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) gsl;}; "hmatrix-gsl-stats" = callPackage @@ -128953,7 +128953,7 @@ self: { ]; libraryPkgconfigDepends = [ gsl ]; description = "GSL Statistics interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gsl;}; "hmatrix-mmap" = callPackage @@ -128964,8 +128964,8 @@ self: { sha256 = "03z1f1xqw4hqh41q6hh8p103cl7dg9hqcawqlinapfmkvw5mzy8d"; libraryHaskellDepends = [ base hmatrix mmap ]; description = "Memory map Vector from disk into memory efficiently"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -128986,7 +128986,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion hmatrix ]; description = "Low-level machine learning auxiliary functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) blas; liblapack = null;}; "hmatrix-nipals" = callPackage @@ -128999,8 +128999,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base hmatrix ]; description = "NIPALS method for Principal Components Analysis on large data-sets"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129013,7 +129013,7 @@ self: { libraryHaskellDepends = [ base hmatrix nlopt-haskell vector ]; testHaskellDepends = [ base doctest ]; description = "Interface HMatrix with the NLOPT minimizer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hmatrix-quadprogpp" = callPackage @@ -129025,7 +129025,7 @@ self: { libraryHaskellDepends = [ base hmatrix vector ]; librarySystemDepends = [ QuadProgpp ]; description = "Bindings to the QuadProg++ quadratic programming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) QuadProgpp;}; "hmatrix-repa" = callPackage @@ -129036,7 +129036,7 @@ self: { sha256 = "1gki1qp8gi8953iqq9i6nsxrjjgjqsq7q105icjp585f01la9hsi"; libraryHaskellDepends = [ base hmatrix repa vector ]; description = "Adaptors for interoperability between hmatrix and repa"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hmatrix-sparse" = callPackage @@ -129049,8 +129049,8 @@ self: { libraryHaskellDepends = [ base hmatrix ]; librarySystemDepends = [ mkl_core mkl_intel mkl_sequential ]; description = "Sparse linear solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {mkl_core = null; mkl_intel = null; mkl_sequential = null;}; @@ -129062,7 +129062,7 @@ self: { sha256 = "1mywr61kr852sbff26n9x95kswx9l4ycbv6s68qsbkh02xzqq7qz"; libraryHaskellDepends = [ base hmatrix hmatrix-gsl ]; description = "Interface to GSL special functions"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hmatrix-static" = callPackage @@ -129078,7 +129078,7 @@ self: { ]; description = "hmatrix with vector and matrix sizes encoded in types"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129106,8 +129106,8 @@ self: { base bytestring cassava clock hmatrix optparse-applicative ]; description = "hmatrix interface to sundials"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {sundials_arkode = null; sundials_cvode = null;}; @@ -129123,8 +129123,8 @@ self: { testHaskellDepends = [ base hmatrix hspec QuickCheck vector ]; benchmarkHaskellDepends = [ base criterion hmatrix vector ]; description = "SVDLIBC bindings for HMatrix"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129140,8 +129140,8 @@ self: { base haskell-src-exts haskell-src-meta hmatrix template-haskell ]; description = "MATLAB-like syntax for hmatrix vectors and matrices"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129159,8 +129159,8 @@ self: { testHaskellDepends = [ base HUnit QuickCheck random ]; benchmarkHaskellDepends = [ base HUnit QuickCheck random ]; description = "Tests for hmatrix"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129177,7 +129177,7 @@ self: { base ghc-typelits-knownnat hedgehog hmatrix vector vector-sized ]; description = "Conversions between hmatrix and vector-sized types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hmeap" = callPackage @@ -129193,7 +129193,7 @@ self: { ]; description = "Haskell Meapsoft Parser"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129214,7 +129214,7 @@ self: { ]; description = "Haskell Meapsoft Parser Utilities"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129230,7 +129230,7 @@ self: { base binary containers monad-stm stm transformers ]; description = "In-memory relational database"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hmenu" = callPackage @@ -129243,8 +129243,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base MissingH process ]; description = "CLI fuzzy finder and launcher"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129264,8 +129264,8 @@ self: { executableHaskellDepends = [ base probable vector ]; testHaskellDepends = [ base HUnit vector ]; description = "HMEP Multi Expression Programming – a genetic programming variant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129277,7 +129277,7 @@ self: { sha256 = "0q2b2hk6s0fnyw67yfrbmiv7m2cwdcz1q86zzcna4ci5gyv0j07d"; libraryHaskellDepends = [ base stm ]; description = "Binding to the OS level MIDI services"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hmk" = callPackage @@ -129297,7 +129297,7 @@ self: { ]; description = "A make alternative based on Plan9's mk"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129313,8 +129313,8 @@ self: { array base data-memocombinators list-extras logfloat ]; description = "A hidden markov model library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129333,8 +129333,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "Hidden Markov Models using HMatrix primitives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129355,8 +129355,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "Hidden Markov Models using LAPACK primitives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129378,7 +129378,7 @@ self: { executableSystemDepends = [ ncurses ]; description = "An ncurses mp3 player written in Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses;}; @@ -129412,7 +129412,7 @@ self: { libraryHaskellDepends = [ base integer-gmp ]; librarySystemDepends = [ mpfr ]; description = "Haskell binding to the MPFR library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) mpfr;}; "hmt" = callPackage @@ -129433,7 +129433,7 @@ self: { ]; description = "Haskell Music Theory"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129452,7 +129452,7 @@ self: { ]; description = "Haskell Music Theory Diagrams"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129472,7 +129472,7 @@ self: { ]; description = "Interpreter for the MUMPS langugae"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129502,8 +129502,8 @@ self: { ]; testSystemDepends = [ netcdf ]; description = "Haskell NetCDF library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) netcdf;}; @@ -129560,7 +129560,7 @@ self: { template-haskell text time transformers unordered-containers ]; description = "Haskell implementation of the Nix language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hnix-store-core" = callPackage @@ -129588,7 +129588,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Core effects for interacting with the Nix store"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hnix-store-core_0_4_1_0" = callPackage @@ -129617,8 +129617,8 @@ self: { tasty-hspec tasty-hunit tasty-quickcheck temporary text unix ]; description = "Core effects for interacting with the Nix store"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "hnix-store-remote" = callPackage @@ -129635,7 +129635,7 @@ self: { network nix-derivation text time unordered-containers ]; description = "Remote hnix store"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hnn" = callPackage @@ -129653,7 +129653,7 @@ self: { vector-binary-instances zlib ]; description = "A reasonably fast and simple neural network library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hnock" = callPackage @@ -129668,7 +129668,7 @@ self: { executableHaskellDepends = [ base text ]; testHaskellDepends = [ base ]; description = "A Nock interpreter"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hnop" = callPackage @@ -129681,7 +129681,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hnormalise" = callPackage @@ -129722,8 +129722,8 @@ self: { aeson attoparsec base criterion random text ]; description = "Log message normalisation tool producing structured JSON messages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129739,8 +129739,8 @@ self: { ]; testHaskellDepends = [ base compdata patch-combinators ]; description = "Generic rewrite rules with safe treatment of variables and binders"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129758,8 +129758,8 @@ self: { old-locale random RSA SHA time utf8-string ]; description = "A Haskell implementation of OAuth 1.0a protocol."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129780,7 +129780,7 @@ self: { uri-bytestring-aeson ]; description = "Haskell OAuth2 authentication client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hob" = callPackage @@ -129807,8 +129807,8 @@ self: { base containers gtk3 gtksourceview3 hspec mtl text ]; description = "A source code editor aiming for the convenience of use"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129826,8 +129826,8 @@ self: { base filemanip filepath fsnotify system-filepath text ]; description = "A small file watcher for OSX"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129845,8 +129845,8 @@ self: { tagged template-haskell th-expand-syns transformers vector ]; description = "A library for canonically representing terms with binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129866,8 +129866,8 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; testSystemDepends = [ ocilib ]; description = "FFI binding to OCILIB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ocilib = null;}; @@ -129910,8 +129910,8 @@ self: { tasty-smallcheck text unordered-containers word8 ]; description = "Interact with the docker registry and generate nix build instructions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129924,7 +129924,7 @@ self: { libraryHaskellDepends = [ base hspec MissingH parsec split ]; testHaskellDepends = [ base hspec MissingH parsec split ]; description = "Small library for typesafe's configuration specification"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hodatime" = callPackage @@ -129947,8 +129947,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion random ]; description = "A fully featured date/time library based on Nodatime"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129967,8 +129967,8 @@ self: { text time ]; description = "hoe: Haskell One-liner Evaluator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -129981,7 +129981,7 @@ self: { libraryHaskellDepends = [ base mtl star-to-star template-haskell ]; description = "defining @mtl@-ready monads as * -> * fixed-points"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hog" = callPackage @@ -129998,8 +129998,8 @@ self: { base cmdargs filepath irc network old-locale time unix ]; description = "Simple IRC logger bot"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130017,8 +130017,8 @@ self: { array base bytestring containers HUnit mtl old-locale random time ]; description = "Library and tools to manipulate the Ogg container format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130044,8 +130044,8 @@ self: { optparse-applicative servant-client text time transformers ]; description = "Bindings to the Toggl.com REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130061,8 +130061,8 @@ self: { libraryToolDepends = [ cgen cgen-hs grgen ]; doHaddock = false; description = "Haskell binding to a subset of OGRE"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {OGRE = null; OgreMain = null; cgen-hs = null; grgen = null;}; @@ -130078,8 +130078,8 @@ self: { executableHaskellDepends = [ base hogre ]; executableSystemDepends = [ OgreMain ]; description = "Examples for using Hogre"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {OgreMain = null;}; @@ -130095,8 +130095,8 @@ self: { librarySystemDepends = [ OIS ]; executableHaskellDepends = [ base X11 ]; description = "OIS bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {OIS = null;}; @@ -130110,7 +130110,7 @@ self: { editedCabalFile = "1xp8l236gflh5njl3s8f0d2ahqypks70pfjnawskc0fcnl818qpa"; libraryHaskellDepends = [ base either mtl ]; description = "Some convenience facilities for hoisting errors into a monad"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hol" = callPackage @@ -130140,8 +130140,8 @@ self: { transformers ]; description = "Higher order logic"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130153,8 +130153,8 @@ self: { sha256 = "1j2ql6izsd85skd6l9j1qfg7pj5rf513096s9bkvqip9bb4ibr4r"; libraryHaskellDepends = [ base random safe ]; description = "An engine for Texas hold'em Poker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130166,8 +130166,8 @@ self: { sha256 = "05ba87wk9b5i5b4gsfvsj16rv91dqsmzyys6b5fkssrxh2ika36c"; libraryHaskellDepends = [ base containers ]; description = "Higher kinded type removal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130179,7 +130179,7 @@ self: { sha256 = "13f6f647ykssqgdqw4fp7gnr2ardxbcn41ksgs15v5dx1n1xvan1"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "holmes" = callPackage @@ -130203,7 +130203,7 @@ self: { ]; testToolDepends = [ markdown-unlit tasty-discover ]; description = "Tools and combinators for solving constraint problems"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "holy-project" = callPackage @@ -130237,8 +130237,8 @@ self: { ]; doCheck = false; description = "Start your Haskell project with cabal, git and tests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130250,8 +130250,8 @@ self: { sha256 = "1wm15bdz02sjgpz2n266xd50q3p6mncnv8mhimky6ps1kmzb5r6c"; libraryHaskellDepends = [ base containers mtl QuickCheck ]; description = "Homeomorphic Embedding Test"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130265,8 +130265,8 @@ self: { array base directory haskell98 random time ]; description = "Haskell Offline Music Manipulation And Generation EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130281,7 +130281,7 @@ self: { ]; description = "DirectSound extension (Windows) for the Hommage sound library"; license = "GPL"; - platforms = stdenv.lib.platforms.none; + platforms = [ "armv7l-linux" ]; }) {}; "homoiconic" = callPackage @@ -130293,8 +130293,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "Constructs FAlgebras from typeclasses, making Haskell functions homoiconic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130309,7 +130309,7 @@ self: { setupHaskellDepends = [ base Cabal directory ]; libraryHaskellDepends = [ base OneTuple Only single-tuple ]; description = "Homotuple, all whose elements are the same type"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "homplexity" = callPackage @@ -130336,8 +130336,8 @@ self: { base filepath haskell-src-exts hspec template-haskell ]; description = "Haskell code quality tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130351,7 +130351,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base hourglass split ]; executableHaskellDepends = [ base hourglass split ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "honi" = callPackage @@ -130367,8 +130367,8 @@ self: { testHaskellDepends = [ base hspec HUnit ]; testSystemDepends = [ freenect OpenNI2 ]; description = "OpenNI 2 binding"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {OpenNI2 = null; inherit (pkgs) freenect;}; @@ -130380,7 +130380,7 @@ self: { sha256 = "102jw5j89amgvz3k3b05plpw9pjkhg1rjpjpcvpxq11x8mfdxyhf"; libraryHaskellDepends = [ base ]; description = "Cross-platform interface to the PC speaker"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hoobuddy" = callPackage @@ -130398,8 +130398,8 @@ self: { mtl process yaml ]; description = "Simple tool for fetching and merging hoogle data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130412,8 +130412,8 @@ self: { libraryHaskellDepends = [ array base FPretty ghc-prim ]; testHaskellDepends = [ base ghc-prim ]; description = "Debugging by observing in place"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130425,8 +130425,8 @@ self: { sha256 = "15rj6qfyhihzc5svl3dwkn387x7bbkl5am7h0kj5jjj8hv2q1pnc"; libraryHaskellDepends = [ base ]; description = "Dummy package to disable Hood without having to remove all the calls to observe"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130438,8 +130438,8 @@ self: { sha256 = "0iyi1zljywamfaqc0mbd1xw3gn1hq0lcdgx688rr8zliw23jix02"; libraryHaskellDepends = [ array base ]; description = "Debugging by observing in place"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130457,8 +130457,8 @@ self: { array astar base containers hfov monad-loops mtl ncurses random ]; description = "A small, toy roguelike"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130479,8 +130479,8 @@ self: { ]; executableHaskellDepends = [ base cmdargs hoodle-core ]; description = "Executable for hoodle"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130497,8 +130497,8 @@ self: { strict text ]; description = "text builder for hoodle file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130531,8 +130531,8 @@ self: { ]; librarySystemDepends = [ libX11 libXi ]; description = "Core library for hoodle"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXi;}; @@ -130558,8 +130558,8 @@ self: { unordered-containers xournal-parser ]; description = "extra hoodle tools"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130577,8 +130577,8 @@ self: { lens mtl strict text transformers xournal-types ]; description = "Hoodle file parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130605,8 +130605,8 @@ self: { base cmdargs directory directory-tree filepath gtk3 ]; description = "publish hoodle files as a static web site"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130627,8 +130627,8 @@ self: { uuid ]; description = "Hoodle file renderer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130645,8 +130645,8 @@ self: { vector ]; description = "Data types for programs for hoodle file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130679,7 +130679,7 @@ self: { executableHaskellDepends = [ base ]; testTarget = "--test-option=--no-net"; description = "Haskell API Search"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hoogle-index" = callPackage @@ -130698,8 +130698,8 @@ self: { optparse-applicative process temporary transformers ]; description = "Easily generate Hoogle indices for installed packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130711,8 +130711,8 @@ self: { sha256 = "0gwdqpml8kn8xxxaq628d4way29k2f31f5av49fx7qj150h5qs5b"; libraryHaskellDepends = [ base directory process text ]; description = "run executables in a directory as hooks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130729,7 +130729,7 @@ self: { network stm ]; description = "Abstraction over creating network connections with SOCKS5 and TLS"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "hoop" = callPackage @@ -130750,8 +130750,8 @@ self: { parsec pretty template-haskell text ]; description = "Object-Oriented Programming in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130771,8 +130771,8 @@ self: { test-framework-hunit ]; description = "A library to support dataflow analysis and optimization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130796,8 +130796,8 @@ self: { snap-core snap-server text time transformers unix xml ]; description = "Haskell Media Server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130814,8 +130814,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base QuickCheck ]; description = "Haskell binding to libopencc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) opencc;}; @@ -130835,8 +130835,8 @@ self: { test-framework-quickcheck2 ]; description = "Haskell bindings for OpenCL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {OpenCL = null;}; @@ -130868,7 +130868,7 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "hOpenPGP-based command-line tools"; - license = stdenv.lib.licenses.agpl3Plus; + license = lib.licenses.agpl3Plus; }) {}; "hopenssl" = callPackage @@ -130883,8 +130883,8 @@ self: { librarySystemDepends = [ openssl ]; testHaskellDepends = [ base bytestring HUnit ]; description = "FFI Bindings to OpenSSL's EVP Digest Interface"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {inherit (pkgs) openssl;}; "hopfield" = callPackage @@ -130915,8 +130915,8 @@ self: { QuickCheck random vector ]; description = "Hopfield Networks, Boltzmann Machines and Clusters"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {MagickCore = null; inherit (pkgs) imagemagick;}; @@ -130939,7 +130939,7 @@ self: { test-framework-quickcheck2 vector ]; description = "Hopfield Networks for unsupervised learning in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hopfli" = callPackage @@ -130953,7 +130953,7 @@ self: { libraryHaskellDepends = [ base bytestring zlib ]; testHaskellDepends = [ base bytestring hspec QuickCheck zlib ]; description = "Bidings to Google's Zopfli compression library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hoppy-docs" = callPackage @@ -130967,8 +130967,8 @@ self: { base haskell-src hoppy-generator hoppy-runtime ]; description = "C++ FFI generator - Documentation"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -130985,8 +130985,8 @@ self: { process temporary text ]; description = "C++ FFI generator - Code generator"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131000,8 +131000,8 @@ self: { base Cabal containers directory filepath ]; description = "C++ FFI generator - Runtime support"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131016,8 +131016,8 @@ self: { base filepath haskell-src hoppy-generator ]; description = "C++ FFI generator - Standard library bindings"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131050,8 +131050,8 @@ self: { filepath process QuickCheck text transformers vector ]; description = "Handy Operations on Power Series"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131071,8 +131071,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "A language based on homotopy type theory with an interval type"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131090,7 +131090,7 @@ self: { timezone-series ]; description = "date time"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "horizon" = callPackage @@ -131101,8 +131101,8 @@ self: { sha256 = "1qx27i0xlrgcrdzp6lc06skipj888cfdxwwfrd7fyig48jn3wyd4"; libraryHaskellDepends = [ AC-Angle base time ]; description = "Sunrise and sunset UTC approximations from latitude and longitude coordinates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131121,8 +131121,8 @@ self: { ]; executableHaskellDepends = [ base optparse-applicative text ]; description = "Rename function definitions returned by SMT solvers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131140,7 +131140,7 @@ self: { time transformers ]; description = "Haskell Open Sound Control"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hosc-json" = callPackage @@ -131159,7 +131159,7 @@ self: { ]; description = "Haskell Open Sound Control JSON Serialisation"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131181,7 +131181,7 @@ self: { ]; description = "Haskell Open Sound Control Utilities"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {www-minus = null;}; @@ -131200,7 +131200,7 @@ self: { hashable iproute microlens-th text ]; description = "Network Host Addresses"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hostname" = callPackage @@ -131211,7 +131211,7 @@ self: { sha256 = "0p6gm4328946qxc295zb6vhwhf07l1fma82vd0siylnsnsqxlhwv"; libraryHaskellDepends = [ base ]; description = "A very simple package providing a cross-platform means of determining the hostname"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hostname-validate" = callPackage @@ -131222,7 +131222,7 @@ self: { sha256 = "0my8g4kqf9mz7ii79ff53rwkx3yv9kkn4jbm60q4b7g1rzhb3bvz"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Validate hostnames e.g. localhost or foo.co.uk."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hosts-server" = callPackage @@ -131239,8 +131239,8 @@ self: { attoparsec base bytestring data-default dns iproute network ]; description = "An dns server which is extremely easy to config"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131259,8 +131259,8 @@ self: { haskell-src-exts optparse-applicative split ]; description = "Generates ctags for Haskell, incorporating import lists and qualified imports"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131272,8 +131272,8 @@ self: { sha256 = "1c614gvwypfqaj4gqsdimqq40i34w393vikq5hhy3d4qll2qp8hv"; libraryHaskellDepends = [ base plugins ]; description = "Simple code hotswapping"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131293,7 +131293,7 @@ self: { base bytestring deepseq gauge mtl old-locale time ]; description = "simple performant time related library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hourglass-fuzzy-parsing" = callPackage @@ -131304,8 +131304,8 @@ self: { sha256 = "188mw1z8n650y3qik98x2m70sr8q66x4l4pg34mirk6kg4mgzy37"; libraryHaskellDepends = [ base hourglass parsec ]; description = "A small library for parsing more human friendly date/time formats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131322,7 +131322,7 @@ self: { aeson base hourglass hspec hspec-expectations text ]; description = "Orphan Aeson instances to hourglass"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "houseman" = callPackage @@ -131351,8 +131351,8 @@ self: { streaming-commons temporary text time trifecta unix ]; description = "A Haskell implementation of Foreman"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131365,7 +131365,7 @@ self: { libraryHaskellDepends = [ base indexed ]; testHaskellDepends = [ base do-notation indexed ]; description = "Non-interactive proof assistant monad for first-order logic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hp2any-core" = callPackage @@ -131381,8 +131381,8 @@ self: { old-locale process time ]; description = "Heap profiling helper library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131404,8 +131404,8 @@ self: { ]; executableSystemDepends = [ freeglut libGL libGLU ]; description = "Real-time heap graphing utility and profile stream server with a reusable graphing module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) freeglut; inherit (pkgs) libGL; inherit (pkgs) libGLU;}; @@ -131427,8 +131427,8 @@ self: { glib gtk gtkglext hp2any-core hp2any-graph OpenGL time ]; description = "A utility to visualise and compare heap profiles"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131443,7 +131443,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base containers filepath ]; description = "A tool for converting GHC heap-profiles to HTML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hp2pretty" = callPackage @@ -131461,7 +131461,7 @@ self: { optparse-applicative semigroups text ]; description = "generate pretty graphs from heap profiles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpack" = callPackage @@ -131499,7 +131499,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A modern format for Haskell packages"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hpack-convert" = callPackage @@ -131530,8 +131530,8 @@ self: { split temporary text unordered-containers vector yaml ]; description = "Convert Cabal manifests into hpack's package.yamls"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131562,8 +131562,8 @@ self: { tasty-golden text transformers utf8-string yaml ]; description = "hpack's dhalling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131581,8 +131581,8 @@ self: { aeson base cmdargs filepath hpaco-lib strict utf8-string yaml ]; description = "Modular template compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131600,8 +131600,8 @@ self: { mtl parsec safe split strict transformers ]; description = "Modular template compiler library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131623,8 +131623,8 @@ self: { process time wx wxcore ]; description = "A scrapbook for Haskell developers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131637,8 +131637,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ papi ]; description = "Binding for the PAPI library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) papi;}; @@ -131667,7 +131667,7 @@ self: { ]; description = "Haskell paste web site"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131687,8 +131687,8 @@ self: { lifted-base network optparse-applicative process safe utf8-string ]; description = "A command-line client for hpaste.org"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131705,7 +131705,7 @@ self: { utf8-string word8 ]; description = "Support for well-typed paths"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpath-directory" = callPackage @@ -131728,7 +131728,7 @@ self: { process time unix unix-bytestring utf8-string ]; description = "Alternative to 'directory' package with ByteString based filepaths"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpath-filepath" = callPackage @@ -131739,7 +131739,7 @@ self: { sha256 = "01sclksryvl8z56asxda2q4wx0snc89482xlav6mrgzxsi432a07"; libraryHaskellDepends = [ base bytestring unix word8 ]; description = "ByteString based filepath manipulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpath-io" = callPackage @@ -131756,7 +131756,7 @@ self: { safe-exceptions streamly time unix ]; description = "High-level IO operations on files/directories"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpath-posix" = callPackage @@ -131767,7 +131767,7 @@ self: { sha256 = "1gxqrlxcm01ysd3hs61rhzfa3inxsj1w0hncydf1q66skshabzmf"; libraryHaskellDepends = [ base bytestring hpath-filepath unix ]; description = "Some low-level POSIX glue code, that is not in 'unix'"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpc_0_6_0_3" = callPackage @@ -131782,8 +131782,8 @@ self: { base containers directory filepath time ]; description = "Code Coverage Library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hpc-codecov" = callPackage @@ -131804,7 +131804,7 @@ self: { base directory filepath tar tasty tasty-hunit ]; description = "Generate codecov report from hpc data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpc-coveralls" = callPackage @@ -131829,8 +131829,8 @@ self: { ]; testHaskellDepends = [ base HUnit ]; description = "Coveralls.io support for Haskell."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131857,7 +131857,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Convert HPC output into LCOV format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpc-strobe" = callPackage @@ -131868,7 +131868,7 @@ self: { sha256 = "1fgw4pf72684mi7s5pqvfj75s8y004rxf3ww377kyrlw1mb7405c"; libraryHaskellDepends = [ base filepath hpc ]; description = "Hpc-generated strobes for a running Haskell program"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpc-threshold" = callPackage @@ -131885,7 +131885,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base deepseq hspec ]; description = "Ensure the code coverage is above configured thresholds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpc-tracer" = callPackage @@ -131903,8 +131903,8 @@ self: { unix ]; description = "Tracer with AJAX interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131928,7 +131928,7 @@ self: { base bytestring memory optparse-applicative semigroups utf8-string ]; description = "A tool for looking through PDF file using Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hpg" = callPackage @@ -131941,8 +131941,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base random ]; description = "a simple password generator"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131972,8 +131972,8 @@ self: { protolude QuickCheck ]; description = "Monads for GPIO in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -131990,8 +131990,8 @@ self: { transformers ]; description = "monadic, reactive Formlets running in the Web browser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hplaylist" = callPackage @@ -132006,7 +132006,7 @@ self: { executableHaskellDepends = [ base directory filepath process ]; description = "Application for managing playlist files on a music player"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132027,7 +132027,7 @@ self: { ]; description = "Podcast Aggregator (downloader)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132048,7 +132048,7 @@ self: { executableHaskellDepends = [ base directory filepath time ]; testHaskellDepends = [ base bytestring transformers ]; description = "A Haskell pre-processor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hpqtypes" = callPackage @@ -132077,8 +132077,8 @@ self: { unordered-containers uuid-types vector ]; description = "Haskell bindings to libpqtypes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) postgresql;}; @@ -132104,8 +132104,8 @@ self: { tasty-hunit text transformers uuid-types ]; description = "Extra utilities for hpqtypes library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132135,8 +132135,8 @@ self: { ]; executableToolDepends = [ alex ]; description = "Parse Google Protocol Buffer specifications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132165,8 +132165,8 @@ self: { ]; executableToolDepends = [ alex ]; description = "Parse Google Protocol Buffer specifications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132189,7 +132189,7 @@ self: { wai-extra warp warp-tls ]; description = "a lightweight HTTP proxy server, and more"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "hps" = callPackage @@ -132202,7 +132202,7 @@ self: { libraryHaskellDepends = [ base filepath hcg-minus process ]; description = "Haskell Postscript"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132219,7 +132219,7 @@ self: { executableHaskellDepends = [ base cairo gtk hps random ]; description = "Cairo rendering for the haskell postscript library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132231,8 +132231,8 @@ self: { sha256 = "0w1yyrv4k7fi016084j4k1lh6jgxg5502r83zszr9cjc6rraj8fc"; libraryHaskellDepends = [ base vector ]; description = "A nice implementation of the k-Means algorithm"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132246,7 +132246,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "Haskell bindings for libpuz"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hpygments" = callPackage @@ -132261,8 +132261,8 @@ self: { aeson base bytestring process process-extras ]; description = "Highlight source code using Pygments"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132279,7 +132279,7 @@ self: { ]; description = "AI of Pylos game with GLUT interface"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132295,8 +132295,8 @@ self: { base lens optparse-applicative parsec text ]; description = "pyrg utility done right"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132326,8 +132326,8 @@ self: { base criterion deepseq megaparsec text validation ]; description = "Python language tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132358,7 +132358,7 @@ self: { ]; description = "HQuantLib is a port of essencial parts of QuantLib to Haskell"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132371,7 +132371,7 @@ self: { libraryHaskellDepends = [ base time ]; description = "HQuantLib Time is a business calendar functions extracted from HQuantLib"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132389,7 +132389,7 @@ self: { test-framework-hunit text xmlhtml ]; description = "A query language for transforming HTML5"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hranker" = callPackage @@ -132402,8 +132402,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base HCL NonEmpty ]; description = "Basic utility for ranking a list of items"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132423,8 +132423,8 @@ self: { ]; testHaskellDepends = [ base hset transformers-base ]; description = "Generalization of MonadReader and ReaderT using hset"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132440,8 +132440,8 @@ self: { base comonad hreader hset lens lens-action profunctors ]; description = "Optics for hreader package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132470,8 +132470,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A Type dependent Highlevel HTTP client library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132496,8 +132496,8 @@ self: { ]; testToolDepends = [ hspec-discover markdown-unlit ]; description = "Conduit streaming support for Hreq"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132518,8 +132518,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Core functionality for Hreq Http client library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132532,7 +132532,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base process tasty tasty-hunit ]; description = "File size in human readable format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hricket" = callPackage @@ -132545,8 +132545,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers ]; description = "A Cricket scoring application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132572,8 +132572,8 @@ self: { base containers hspec hspec-core HUnit kazura-queue QuickCheck ]; description = "A Riemann Client for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132596,7 +132596,7 @@ self: { aeson attoparsec base QuickCheck text vector ]; description = "Embed a Ruby intepreter in your Haskell program !"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) ruby;}; "hs-GeoIP" = callPackage @@ -132608,7 +132608,7 @@ self: { libraryHaskellDepends = [ base bytestring deepseq ]; librarySystemDepends = [ GeoIP ]; description = "Haskell bindings to the MaxMind GeoIPCity database via the C library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {GeoIP = null;}; "hs-bibutils" = callPackage @@ -132640,8 +132640,8 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion cryptohash ]; benchmarkSystemDepends = [ libb2 ]; description = "A cryptohash-inspired library for blake2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libb2;}; @@ -132660,8 +132660,8 @@ self: { tasty-quickcheck ]; description = "Compression and decompression in the brotli format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {brotlidec = null; brotlienc = null;}; @@ -132673,7 +132673,7 @@ self: { sha256 = "02dd7kli8nm01jxs0p8imqvbdr4yzqizi6bwyyr228p3wscbdsn8"; libraryHaskellDepends = [ base bytestring gd random ]; description = "Generate images suitable for use as CAPTCHAs in online web-form security"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-carbon" = callPackage @@ -132685,7 +132685,7 @@ self: { libraryHaskellDepends = [ base deepseq mtl parallel random ]; testHaskellDepends = [ base HUnit ]; description = "A Haskell framework for parallel monte carlo simulations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hs-carbon-examples" = callPackage @@ -132702,8 +132702,8 @@ self: { base deepseq gloss hs-carbon monad-loops mtl tf-random ]; description = "Example Monte Carlo simulations implemented with Carbon"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132719,8 +132719,8 @@ self: { array base bytestring bytestring-mmap directory filepath mtl ]; description = "A library for reading CDB (Constant Database) files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132741,8 +132741,8 @@ self: { base containers directory filepath megaparsec ]; description = "Conllu validating parser and utils"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132772,8 +132772,8 @@ self: { regex-tdfa template-haskell text time ]; description = "Dependency Injection library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132786,8 +132786,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; librarySystemDepends = [ ole32 oleaut32 ]; description = "Pragmatic .NET interop for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ole32 = null; oleaut32 = null;}; @@ -132810,7 +132810,7 @@ self: { raw-strings-qq template-haskell text time ]; description = "Haskell bindings for a very compact embedded ECMAScript (JavaScript) engine"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hs-excelx" = callPackage @@ -132825,8 +132825,8 @@ self: { base bytestring containers mtl text time xml-conduit zip-archive ]; description = "HS-Excelx provides basic read-only access to Excel 2007 and 2010 documents in XLSX format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132838,8 +132838,8 @@ self: { sha256 = "0j52drd3pb6ssgngfqxdsvvjjnx11nsmxwjsin6cmbv0nifpyq51"; libraryHaskellDepends = [ base bytestring haskell98 ]; description = "Bindings to FFMPEG library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132853,8 +132853,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ fltk fltk_images ]; description = "Binding to GUI library FLTK"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fltk; fltk_images = null;}; @@ -132866,7 +132866,7 @@ self: { sha256 = "1cigaggilr05pgizj11g5c40ln38zb5q8p0igliamkhx7fz3axis"; libraryHaskellDepends = [ base dual tagged transformers ]; description = "Functors from products of Haskell and its dual to Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-gchart" = callPackage @@ -132878,7 +132878,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base mtl ]; description = "Haskell wrapper for the Google Chart API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-gen-iface" = callPackage @@ -132896,8 +132896,8 @@ self: { haskell-src-exts hse-cpp mtl tagged ]; description = "Utility to generate haskell-names interface files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132913,8 +132913,8 @@ self: { base containers directory filepath parsec process ]; description = "Haskell wrapper around the GIZA++ toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132927,8 +132927,8 @@ self: { libraryHaskellDepends = [ base haskell-src ]; testHaskellDepends = [ base haskell-src hspec ]; description = "Haskell source code analyzer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132940,7 +132940,7 @@ self: { sha256 = "04dm8c5ilaw4agljfp7k31ln2j5m1shyg4zb3x36rjkbs807z8sf"; libraryHaskellDepends = [ base hs-functors ]; description = "Indexed applicative functors and monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-java" = callPackage @@ -132959,8 +132959,8 @@ self: { filepath Glob LibZip MissingH mtl parsec utf8-string ]; description = "Java .class files assembler/disassembler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -132974,8 +132974,8 @@ self: { aeson base bytestring HTTP network text ]; description = "JSON-RPC client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133002,8 +133002,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Logo interpreter written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133028,8 +133028,8 @@ self: { base bytestring lens managed QuickCheck tasty tasty-hunit tasty-quickcheck ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {mesos = null; inherit (pkgs) protobuf;}; "hs-multiaddr" = callPackage @@ -133047,8 +133047,8 @@ self: { base bytestring either-unwrap hs-multihash hspec iproute sandi ]; description = "Multiaddr library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {hs-multihash = null;}; @@ -133062,8 +133062,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base HandsomeSoup hxt random ]; description = "Name generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133078,7 +133078,7 @@ self: { libraryHaskellDepends = [ base text ]; executableHaskellDepends = [ base containers emojis text ]; description = "The OpenMoji emoji dataset"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-pattrans" = callPackage @@ -133103,8 +133103,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "DSL for musical patterns and transformation, based on contravariant functors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133124,8 +133124,8 @@ self: { array base directory glib gtk MonadPrompt mtl random ]; description = "Programmer's Mine Sweeper in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133137,7 +133137,7 @@ self: { sha256 = "1xwdikiqy2dxyzr6wx51wy51vifsvshblx7kkhfqd7izjf87ww8f"; libraryHaskellDepends = [ base bytestring ]; description = "PHP session and values serialization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-pkg-config" = callPackage @@ -133150,8 +133150,8 @@ self: { editedCabalFile = "1kj5lrv2a9mgzqbwkznpsgjgs5s9wnwrcsab2mykxpkm8f71nk81"; libraryHaskellDepends = [ base data-default-class text ]; description = "Create pkg-config configuration files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133172,8 +133172,8 @@ self: { zip-archive ]; description = "A library for Passbook pass creation & signing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133188,7 +133188,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Bindings to C pipe functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-profunctors" = callPackage @@ -133199,7 +133199,7 @@ self: { sha256 = "09iylf1xjxsikjyaib9902na33bkfs8nv3wasyvikg4g82xqay5y"; libraryHaskellDepends = [ base hs-functors ]; description = "Profunctors from Haskell to Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-re" = callPackage @@ -133210,8 +133210,8 @@ self: { sha256 = "0rx7shfjyi9k910mvzskykqxnijl8rrh08c0bkqlmqwisyhl7wbb"; libraryHaskellDepends = [ array base regex-base regex-posix ]; description = "Easy to use Regex"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133228,8 +133228,8 @@ self: { unordered-containers ]; description = "A Haskell client for RQlite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133250,8 +133250,8 @@ self: { executableSystemDepends = [ notifier ]; testHaskellDepends = [ base protolude ]; description = "Experimental! Wraps this awesome rust library so you can use it in haskell. https://docs.rs/crate/notify"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {notifier = null;}; @@ -133272,8 +133272,8 @@ self: { base containers hspec tasty tasty-hunit xml-conduit ]; description = "Simple and easy web scraping and automation in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133289,7 +133289,7 @@ self: { libraryHaskellDepends = [ base directory network ]; testHaskellDepends = [ base HUnit network temporary unix ]; description = "Write a server supporting Server::Starter's protocol in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs-snowtify" = callPackage @@ -133305,8 +133305,8 @@ self: { base either safe safe-exceptions text turtle ]; description = "snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133325,8 +133325,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Convert an eventlog into the speedscope json format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133344,8 +133344,8 @@ self: { base HTTP json mime network old-locale old-time random utf8-string ]; description = "Haskell binding to the Twitter API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133361,7 +133361,7 @@ self: { executableHaskellDepends = [ base HTTP json mtl network pretty ]; description = "Commandline Twitter feed archiver"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133373,8 +133373,8 @@ self: { sha256 = "0qb7gsbki3ciqddxp9j46rnx64vv622n2p9vidv1b000wbmmrz15"; libraryHaskellDepends = [ base old-locale time ]; description = "Implements the RFC 2426 vCard 3.0 spec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133394,8 +133394,8 @@ self: { base bytestring containers filepath tasty tasty-hunit temporary ]; description = "Client library for Facebook's Watchman tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133416,7 +133416,7 @@ self: { base bytestring criterion ghc-prim zlib ]; description = "Haskell bindings to the Zstandard compression algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs2048" = callPackage @@ -133440,7 +133440,7 @@ self: { base criterion hastache random statistics ]; description = "A 2048 clone in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hs2ats" = callPackage @@ -133464,7 +133464,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Create ATS types from Haskell types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hs2bf" = callPackage @@ -133482,8 +133482,8 @@ self: { array base containers directory filepath haskell-src mtl ]; description = "Haskell to Brainfuck compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133502,7 +133502,7 @@ self: { ]; description = "Generate graphviz-code from Haskell-code"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hs2ps" = callPackage @@ -133514,8 +133514,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec template-haskell ]; description = "Translate Haskell types to PureScript"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133540,8 +133540,8 @@ self: { sha256 = "0p77xndqpqfyjw9y7q791pysrpz3zkimw8mcxyfl4yrh34sammx9"; libraryHaskellDepends = [ base bytestring unix ]; description = "I2C access for Haskell and Linux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133554,7 +133554,7 @@ self: { libraryHaskellDepends = [ base lens ]; testHaskellDepends = [ base HUnit lens ]; description = "PID control loop"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "hsSqlite3" = callPackage @@ -133571,7 +133571,7 @@ self: { ]; description = "Sqlite3 bindings"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133584,8 +133584,8 @@ self: { libraryHaskellDepends = [ array base bytestring dlist mtl ]; librarySystemDepends = [ xenctrl ]; description = "FFI bindings to the Xen Control library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {xenctrl = null;}; @@ -133618,7 +133618,7 @@ self: { uuid xml-conduit ]; description = "Akamai API(Edgegrid and Netstorage)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsaml2" = callPackage @@ -133645,8 +133645,8 @@ self: { network-uri semigroups string-conversions time x509 ]; description = "OASIS Security Assertion Markup Language (SAML) V2.0"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libxml2;}; @@ -133671,7 +133671,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Integrating Sass into Haskell applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hsautogui" = callPackage @@ -133687,8 +133687,8 @@ self: { ]; testHaskellDepends = [ base cpython hspec ]; description = "Haskell bindings for PyAutoGUI, a library for automating user interaction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133703,8 +133703,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base Hclip HTTP process unix ]; description = "(ab)Use Google Translate as a speech synthesiser"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133722,7 +133722,7 @@ self: { base bytestring containers directory filepath preprocessor-tools ]; description = "Preprocesses a file, adding blobs from files as string literals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsbackup" = callPackage @@ -133740,8 +133740,8 @@ self: { old-locale strict time ]; description = "simple utility for rolling filesystem backups"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133755,8 +133755,8 @@ self: { isExecutable = true; executableHaskellDepends = [ attoparsec base text vector ]; description = "A command line calculator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133779,8 +133779,8 @@ self: { test-framework-hunit text time ]; description = "Launch and gather data from Haskell and non-Haskell benchmarks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133799,8 +133799,8 @@ self: { time ]; description = "Backend for uploading benchmark data to CodeSpeed"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133824,8 +133824,8 @@ self: { split statistics text ]; description = "Backend for uploading benchmark data to Google Fusion Tables"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133845,7 +133845,7 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hspec ]; description = "A preprocessor that helps with writing Haskell bindings to C code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsc3" = callPackage @@ -133864,8 +133864,8 @@ self: { transformers vector ]; description = "Haskell SuperCollider"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133882,7 +133882,7 @@ self: { ]; description = "Haskell SuperCollider Auditor"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133896,7 +133896,7 @@ self: { libraryHaskellDepends = [ base cairo gtk hosc hsc3 split ]; description = "haskell supercollider cairo drawing"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133915,7 +133915,7 @@ self: { ]; description = "haskell supercollider data"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133929,7 +133929,7 @@ self: { libraryHaskellDepends = [ base hsc3 safe ]; description = "Haskell SuperCollider Unit Generator Database"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133943,7 +133943,7 @@ self: { libraryHaskellDepends = [ base directory filepath hsc3 process ]; description = "haskell supercollider graph drawing"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133964,7 +133964,7 @@ self: { ]; description = "FORTH SUPERCOLLIDER"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -133990,7 +133990,7 @@ self: { executableHaskellDepends = [ base ]; description = "Haskell SuperCollider Graphs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134012,7 +134012,7 @@ self: { ]; description = "Haskell SuperCollider Language"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134033,7 +134033,7 @@ self: { ]; description = "LISP SUPERCOLLIDER"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134052,7 +134052,7 @@ self: { ]; description = "Haskell SuperCollider Plotting"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134073,7 +134073,7 @@ self: { ]; description = "Create and control scsynth processes"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134087,7 +134087,7 @@ self: { libraryHaskellDepends = [ base hsc3 ]; description = "Haskell SuperCollider Record Variants"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134106,7 +134106,7 @@ self: { ]; description = "hsc3 re-writing"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134134,7 +134134,7 @@ self: { ]; description = "SuperCollider server resource management and synchronization"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134148,7 +134148,7 @@ self: { libraryHaskellDepends = [ base bytestring hosc ]; description = "Haskell SuperCollider SoundFile"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134166,7 +134166,7 @@ self: { ]; description = "Haskell SuperCollider SoundFile"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134180,7 +134180,7 @@ self: { libraryHaskellDepends = [ base hsc3 ]; description = "Unsafe Haskell SuperCollider"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134203,7 +134203,7 @@ self: { ]; description = "Haskell SuperCollider Utilities"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134230,8 +134230,8 @@ self: { regex-compat temporary text transformers unix ]; description = "Very simple file/directory structure scaffolding writer monad EDSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134247,7 +134247,7 @@ self: { librarySystemDepends = [ camwire_1394 dc1394_control raw1394 ]; description = "Haskell bindings to IIDC1394 cameras, via Camwire"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {camwire_1394 = null; dc1394_control = null; raw1394 = null;}; @@ -134264,8 +134264,8 @@ self: { Thrift ]; description = "cassandra database interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134280,8 +134280,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring ghc-prim HTTP ]; executableHaskellDepends = [ aeson base bytestring ghc-prim HTTP ]; description = "Command line client and library for SoundCloud.com"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134296,7 +134296,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base random random-shuffle ]; description = "minimal ncurses-like library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hschema" = callPackage @@ -134313,7 +134313,7 @@ self: { natural-transformation profunctors text unordered-containers vector ]; description = "Describe schemas for your Haskell data types"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "hschema-aeson" = callPackage @@ -134342,7 +134342,7 @@ self: { scientific text time unordered-containers vector ]; description = "Describe schemas for your Haskell data types"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "hschema-prettyprinter" = callPackage @@ -134360,7 +134360,7 @@ self: { vector ]; description = "Describe schemas for your Haskell data types"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "hschema-quickcheck" = callPackage @@ -134377,7 +134377,7 @@ self: { quickcheck-instances text unordered-containers vector ]; description = "Describe schemas for your Haskell data types"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "hsclock" = callPackage @@ -134391,7 +134391,7 @@ self: { executableHaskellDepends = [ base cairo glib gtk old-time ]; description = "An elegant analog clock using Haskell, GTK and Cairo"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134429,8 +134429,8 @@ self: { base directory mtl process test-simple Unixutils ]; description = "cscope like browser for Haskell code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134446,7 +134446,7 @@ self: { base directory filepath process time ]; description = "Haskell shell script template"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "hscuid" = callPackage @@ -134465,8 +134465,8 @@ self: { executableHaskellDepends = [ base criterion ]; testHaskellDepends = [ base containers text ]; description = "Collision-resistant IDs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134497,7 +134497,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base hscurses random safe unix ]; description = "hscurses swimming fish example"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "hsdev" = callPackage @@ -134540,8 +134540,8 @@ self: { hformat hspec lens lens-aeson mtl text ]; description = "Haskell development library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134555,7 +134555,7 @@ self: { libraryHaskellDepends = [ base bytestring hosc ]; description = "Haskell SDIF"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134570,8 +134570,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base cairo containers HUnit parsec ]; description = "hsdip - a Diplomacy parser/renderer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134588,8 +134588,8 @@ self: { libraryHaskellDepends = [ base containers network ]; librarySystemDepends = [ adns ]; description = "Asynchronous DNS Resolver"; - license = stdenv.lib.licenses.lgpl3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.lgpl3; + maintainers = with lib.maintainers; [ peti ]; }) {inherit (pkgs) adns;}; "hsdns-cache" = callPackage @@ -134604,8 +134604,8 @@ self: { base hsdns network SafeSemaphore text time unordered-containers ]; description = "Caching asynchronous DNS resolver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134617,7 +134617,7 @@ self: { sha256 = "0k2bmsk6d3ym7z71bwxicc0b8wsw0camjgxgbybx4pdz0261dc7f"; libraryHaskellDepends = [ base cpphs haskell-src-exts ]; description = "Preprocess+parse haskell code"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hsebaysdk" = callPackage @@ -134634,7 +134634,7 @@ self: { time transformers unordered-containers ]; description = "Haskell eBay SDK"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsemail" = callPackage @@ -134646,8 +134646,8 @@ self: { libraryHaskellDepends = [ base parsec time time-compat ]; testHaskellDepends = [ base hspec parsec time ]; description = "Parsec parsers for the Internet Message format (e-mail)"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "hsemail-ns" = callPackage @@ -134659,7 +134659,7 @@ self: { libraryHaskellDepends = [ base mtl old-time parsec ]; testHaskellDepends = [ base doctest hspec old-time parsec ]; description = "Internet Message Parsers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsendxmpp" = callPackage @@ -134677,7 +134677,7 @@ self: { ]; description = "sendxmpp clone, sending XMPP messages via CLI"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hsenv" = callPackage @@ -134697,8 +134697,8 @@ self: { io-streams mtl process safe split unix ]; description = "Virtual Haskell Environment builder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134712,7 +134712,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base cmdargs wai-app-static warp ]; description = "Simple http server in haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hset" = callPackage @@ -134724,8 +134724,8 @@ self: { libraryHaskellDepends = [ base deepseq tagged type-fun ]; testHaskellDepends = [ base HUnit tagged ]; description = "Primitive list with elements of unique types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134744,7 +134744,7 @@ self: { base binary bytestring containers hspec HUnit iconv text time ]; description = "EXIF handling library in pure Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsfacter" = callPackage @@ -134755,8 +134755,8 @@ self: { sha256 = "1j7pny0yjpx5qw2d9br723dyic4v09k1qbvrham57p9qxn9m5b0q"; libraryHaskellDepends = [ base containers language-puppet text ]; description = "A small and ugly library that emulates the output of the puppet facter program"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134772,8 +134772,8 @@ self: { base hdaemonize hslogger network process ]; description = "Incremental builder for flash"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134787,8 +134787,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ghc ]; description = "Z-decoder"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134812,8 +134812,8 @@ self: { uri-encode ]; description = "Salesforce API Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134827,7 +134827,7 @@ self: { librarySystemDepends = [ gcrypt gnutls ]; description = "Library wrapping the GnuTLS API"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {gcrypt = null; inherit (pkgs) gnutls;}; @@ -134841,7 +134841,7 @@ self: { librarySystemDepends = [ gcrypt gnutls ]; description = "Library wrapping the GnuTLS API"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {gcrypt = null; inherit (pkgs) gnutls;}; @@ -134854,8 +134854,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers random stm time ]; description = "An implementation of the GSOM clustering algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -134903,7 +134903,7 @@ self: { librarySystemDepends = [ blas liblapack ]; libraryPkgconfigDepends = [ gsl ]; description = "Signal processing and EEG data analysis"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) blas; inherit (pkgs) gsl; liblapack = null;}; "hsilop" = callPackage @@ -134919,7 +134919,7 @@ self: { base directory filepath haskeline xdg-basedir ]; description = "RPN calculator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hsimport" = callPackage @@ -134946,7 +134946,7 @@ self: { ]; doHaddock = false; description = "Extend the import list of a Haskell source file"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsini" = callPackage @@ -134965,7 +134965,7 @@ self: { tasty-quickcheck tasty-th ]; description = "ini configuration files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsinspect" = callPackage @@ -134987,8 +134987,8 @@ self: { transformers ]; description = "Inspect Haskell source files"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135019,8 +135019,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "LSP interface over the hsinspect binary"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135041,7 +135041,7 @@ self: { optparse-applicative process safe-exceptions transformers ]; description = "Install Haskell software"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "hskeleton" = callPackage @@ -135052,8 +135052,8 @@ self: { sha256 = "0f06xir28rzpwphk14gkpww8l7gbws4habhm26915idpnd4bva2w"; libraryHaskellDepends = [ base Cabal ]; description = "Skeleton for new Haskell programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135069,8 +135069,8 @@ self: { base Cabal directory filepath process unix ]; description = "HSlackBuilder automatically generates slackBuild scripts from a cabal package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135084,8 +135084,8 @@ self: { libraryHaskellDepends = [ base containers ]; librarySystemDepends = [ svm ]; description = "A FFI binding to libsvm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {svm = null;}; @@ -135102,8 +135102,8 @@ self: { base Cabal hint MemoTrie process regex-compat ]; description = "Resolves links to Haskell identifiers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135123,7 +135123,7 @@ self: { ]; testHaskellDepends = [ base HUnit ]; description = "Versatile logging framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hslogger-reader" = callPackage @@ -135141,8 +135141,8 @@ self: { attoparsec base hslogger optparse-applicative text text-icu time ]; description = "Parsing hslogger-produced logs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135154,8 +135154,8 @@ self: { sha256 = "1fg7nz63c3nbpibm5q4mm7rvch7ihf3rlbh6jnhdj6qdspvm38p8"; libraryHaskellDepends = [ base hslogger mtl template-haskell ]; description = "Automatic generation of hslogger functions"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135194,8 +135194,8 @@ self: { base conduit hspec QuickCheck split stm transformers ]; description = "A library to work with, or as, a logstash server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135218,7 +135218,7 @@ self: { quickcheck-instances tasty tasty-hunit tasty-quickcheck text ]; description = "Bindings to Lua, an embeddable scripting language"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) lua5_3;}; "hslua_1_3_0" = callPackage @@ -135240,8 +135240,8 @@ self: { quickcheck-instances tasty tasty-hunit tasty-quickcheck text ]; description = "Bindings to Lua, an embeddable scripting language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) lua5_3;}; "hslua-aeson" = callPackage @@ -135262,7 +135262,7 @@ self: { quickcheck-instances scientific text unordered-containers vector ]; description = "Allow aeson data types to be used with lua"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hslua-module-doclayout" = callPackage @@ -135278,7 +135278,7 @@ self: { base doclayout hslua tasty tasty-hunit tasty-lua ]; description = "Lua module wrapping Text.DocLayout."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hslua-module-system" = callPackage @@ -135296,7 +135296,7 @@ self: { base hslua tasty tasty-hunit tasty-lua text ]; description = "Lua module wrapper around Haskell's System module"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hslua-module-text" = callPackage @@ -135312,7 +135312,7 @@ self: { base hslua tasty tasty-hunit tasty-lua text ]; description = "Lua module for text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hsluv-haskell" = callPackage @@ -135324,8 +135324,8 @@ self: { libraryHaskellDepends = [ base colour ]; testHaskellDepends = [ aeson base bytestring colour containers ]; description = "HSLuv conversion utility"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135349,8 +135349,8 @@ self: { freetype2 GraphicsMagick lcms libxml2 ]; description = "FFI bindings for the GraphicsMagick library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {GraphicsMagick = null; inherit (pkgs) bzip2; freetype2 = null; jasper = null; inherit (pkgs) lcms; inherit (pkgs) libjpeg; @@ -135370,7 +135370,7 @@ self: { ]; testHaskellDepends = [ base containers HUnit mtl ]; description = "A collection of miscellaneous modules"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsmodetweaks" = callPackage @@ -135387,8 +135387,8 @@ self: { base containers directory hpack protolude text ]; description = "Tool for generating .dir-locals.el for intero"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135400,8 +135400,8 @@ self: { sha256 = "08gbrwrc85in34nrgjm0zr5sjz2zbjc7hk2zlpvk1dq8x62a6wsg"; libraryHaskellDepends = [ array base directory network old-time ]; description = "Simple SMTP Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135415,7 +135415,7 @@ self: { librarySystemDepends = [ libsndfile ]; libraryToolDepends = [ c2hs ]; description = "Haskell bindings for libsndfile"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) libsndfile;}; "hsndfile-storablevector" = callPackage @@ -135426,7 +135426,7 @@ self: { sha256 = "1n7jw14pnixiv1z50lb7yzwyyl3yd3gdfg5w0gx0m52pnmqiav9z"; libraryHaskellDepends = [ base hsndfile storablevector ]; description = "Haskell bindings for libsndfile (Data.StorableVector interface)"; - license = stdenv.lib.licenses.lgpl2; + license = lib.licenses.lgpl2; }) {}; "hsndfile-vector" = callPackage @@ -135437,7 +135437,7 @@ self: { sha256 = "1598bf87llbiri1qh8zirhbsd94c9vhd41lf9vialqrykbmi3zig"; libraryHaskellDepends = [ base hsndfile vector ]; description = "Haskell bindings for libsndfile (Data.Vector interface)"; - license = stdenv.lib.licenses.lgpl2; + license = lib.licenses.lgpl2; }) {}; "hsnock" = callPackage @@ -135458,8 +135458,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Nock 5K interpreter"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135471,7 +135471,7 @@ self: { sha256 = "0f8xpmzmg71l7qn1vjvzncsx8r7vfpzvlnlq0029ixf64gshbmzl"; libraryHaskellDepends = [ base vector ]; description = "A coherent 3d noise library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsns" = callPackage @@ -135484,8 +135484,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base network pcap ]; description = "a miniature network sniffer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135504,8 +135504,8 @@ self: { stm stm-chans text ]; description = "Haskell NSQ client"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135522,8 +135522,8 @@ self: { libraryHaskellDepends = [ array base mtl network old-time random ]; executableHaskellDepends = [ unix ]; description = "Libraries to use SNTP protocol and small client/server implementations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135548,8 +135548,8 @@ self: { test-framework-quickcheck2 ]; description = "Haskell library that supports command-line flag processing"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135588,8 +135588,8 @@ self: { time wai ]; description = "Iron, Hawk, Oz: Web auth protocols"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135601,7 +135601,7 @@ self: { sha256 = "1ayfywgrlmzivsq6lirmgvl65x1shf8041lzw2yh245rkmd91lsf"; libraryHaskellDepends = [ base mtl text ]; description = "Haskell Server Pages is a library for writing dynamic server-side web pages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsp-cgi" = callPackage @@ -135612,8 +135612,8 @@ self: { sha256 = "0m1xylqzmi2c1c92zk5bq6232id9fmjlx4s88ic2fvf5a389n11n"; libraryHaskellDepends = [ base containers harp hsp network ]; description = "Facilitates running Haskell Server Pages web pages as CGI programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135625,7 +135625,7 @@ self: { sha256 = "10za4f07a5agg3zgy32fdz02vg9fl344qswhzj5mnx8wpnxmr3y6"; libraryHaskellDepends = [ base bytestring dataenc gd ]; description = "Sparklines for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsparql" = callPackage @@ -135646,8 +135646,8 @@ self: { test-framework-hunit text wai warp ]; description = "A SPARQL query generator and DSL, and a client to query a SPARQL server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135664,7 +135664,7 @@ self: { ]; description = "Haskell Spear Parser"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135680,7 +135680,7 @@ self: { base hspec-core hspec-discover hspec-expectations QuickCheck ]; description = "A Testing Framework for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec_2_7_8" = callPackage @@ -135695,8 +135695,8 @@ self: { base hspec-core hspec-discover hspec-expectations QuickCheck ]; description = "A Testing Framework for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hspec-attoparsec" = callPackage @@ -135714,7 +135714,7 @@ self: { attoparsec base bytestring hspec hspec-expectations text ]; description = "Utility functions for testing your attoparsec parsers with hspec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-bracket" = callPackage @@ -135725,7 +135725,7 @@ self: { sha256 = "1d6262frfaghmq77nqsvcalm6w4jl7bn995bkphx461skhm8n300"; libraryHaskellDepends = [ base hspec ]; description = "The bracket definitions for Hspec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-checkers" = callPackage @@ -135737,7 +135737,7 @@ self: { libraryHaskellDepends = [ base checkers hspec ]; testHaskellDepends = [ base checkers hspec ]; description = "Allows to use checkers properties from hspec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-contrib" = callPackage @@ -135751,7 +135751,7 @@ self: { libraryHaskellDepends = [ base hspec-core HUnit ]; testHaskellDepends = [ base hspec hspec-core HUnit QuickCheck ]; description = "Contributed functionality for Hspec"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-core" = callPackage @@ -135778,7 +135778,7 @@ self: { testToolDepends = [ hspec-meta ]; testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'"; description = "A Testing Framework for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-core_2_7_8" = callPackage @@ -135805,8 +135805,8 @@ self: { testToolDepends = [ hspec-meta ]; testTarget = "--test-option=--skip --test-option='Test.Hspec.Core.Runner.hspecResult runs specs in parallel'"; description = "A Testing Framework for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hspec-dirstream" = callPackage @@ -135824,7 +135824,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Helper functions to simplify adding integration tests"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-discover" = callPackage @@ -135843,7 +135843,7 @@ self: { ]; testToolDepends = [ hspec-meta ]; description = "Automatically discover and run Hspec tests"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-discover_2_7_8" = callPackage @@ -135862,8 +135862,8 @@ self: { ]; testToolDepends = [ hspec-meta ]; description = "Automatically discover and run Hspec tests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hspec-expectations" = callPackage @@ -135875,7 +135875,7 @@ self: { libraryHaskellDepends = [ base call-stack HUnit ]; testHaskellDepends = [ base call-stack HUnit nanospec ]; description = "Catchy combinators for HUnit"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-expectations-json" = callPackage @@ -135892,8 +135892,8 @@ self: { ]; testHaskellDepends = [ aeson-qq base hspec ]; description = "Hspec expectations for JSON Values"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135910,7 +135910,7 @@ self: { ]; testHaskellDepends = [ base hspec lens silently ]; description = "Hspec expectations for the lens stuff"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "hspec-expectations-lifted" = callPackage @@ -135921,7 +135921,7 @@ self: { sha256 = "0a1qwz0n80lph8m9cq6cb06m8bsmqgg8ifx0acpylvrrkd8g3k92"; libraryHaskellDepends = [ base hspec-expectations transformers ]; description = "A version of hspec-expectations generalized to MonadIO"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-expectations-match" = callPackage @@ -135937,8 +135937,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "An hspec expectation that asserts a value matches a pattern"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135954,8 +135954,8 @@ self: { base deepseq hspec-expectations wl-pprint-extras wl-pprint-terminfo ]; description = "hspec-expectations with pretty printing on failure"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -135972,7 +135972,7 @@ self: { ]; testHaskellDepends = [ aeson base hspec HUnit text ]; description = "Catchy combinators for HUnit"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-experimental" = callPackage @@ -135984,8 +135984,8 @@ self: { libraryHaskellDepends = [ base hspec HUnit QuickCheck ]; testHaskellDepends = [ base hspec-meta ]; description = "An experimental DSL for testing on top of Hspec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136003,7 +136003,7 @@ self: { executableHaskellDepends = [ base directory optparse-applicative ]; testHaskellDepends = [ base directory hspec hspec-core silently ]; description = "Golden tests for hspec"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-golden-aeson" = callPackage @@ -136024,7 +136024,7 @@ self: { quickcheck-arbitrary-adt silently transformers ]; description = "Use tests to monitor changes in Aeson serialization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-hashable" = callPackage @@ -136040,8 +136040,8 @@ self: { base hashable hspec hspec-core QuickCheck silently ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136060,7 +136060,7 @@ self: { ]; testHaskellDepends = [ base hedgehog hspec ]; description = "Integrate Hedgehog and Hspec!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-jenkins" = callPackage @@ -136071,8 +136071,8 @@ self: { sha256 = "16aql0fyssc16z85isskccq93dj5i1pydblnf2q1np7z6pl1azy2"; libraryHaskellDepends = [ base blaze-markup hspec ]; description = "Jenkins-friendly XML formatter for Hspec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136086,7 +136086,7 @@ self: { testHaskellDepends = [ base hspec markdown-unlit QuickCheck ]; testToolDepends = [ markdown-unlit ]; description = "Document and test laws for standard type classes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-leancheck" = callPackage @@ -136098,7 +136098,7 @@ self: { libraryHaskellDepends = [ base hspec hspec-core HUnit leancheck ]; testHaskellDepends = [ base hspec leancheck ]; description = "LeanCheck support for the Hspec test framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-megaparsec" = callPackage @@ -136114,7 +136114,7 @@ self: { ]; testHaskellDepends = [ base hspec hspec-expectations megaparsec ]; description = "Utility functions for testing Megaparsec parsers with Hspec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-meta" = callPackage @@ -136142,7 +136142,7 @@ self: { setenv stm time transformers ]; description = "A version of Hspec which is used to test Hspec itself"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-monad-control" = callPackage @@ -136157,8 +136157,8 @@ self: { base hspec-core monad-control transformers transformers-base ]; description = "Orphan instances of MonadBase and MonadBaseControl for SpecM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136175,7 +136175,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "A testing framework for Haskell using Hspec"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "hspec-need-env" = callPackage @@ -136189,7 +136189,7 @@ self: { libraryHaskellDepends = [ base hspec-core hspec-expectations ]; testHaskellDepends = [ base hspec hspec-core setenv transformers ]; description = "Read environment variables for hspec tests"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-parsec" = callPackage @@ -136203,7 +136203,7 @@ self: { libraryHaskellDepends = [ base hspec-expectations parsec ]; testHaskellDepends = [ base hspec parsec ]; description = "Hspec expectations for testing Parsec parsers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-pg-transact" = callPackage @@ -136219,8 +136219,8 @@ self: { text tmp-postgres ]; description = "Helpers for creating database tests with hspec and pg-transact"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136239,7 +136239,7 @@ self: { ]; testHaskellDepends = [ base hspec hspec-contrib transformers ]; description = "Test Framework for checking server's status"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-setup" = callPackage @@ -136268,8 +136268,8 @@ self: { projectroot QuickCheck split strict ]; description = "Add an hspec test-suite in one command"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136281,8 +136281,8 @@ self: { sha256 = "0b4y84vqyx22kihr0sbbxzr6sdz99hi2rhyl09r8ddzkzqadfii3"; libraryHaskellDepends = [ hspec test-shouldbe ]; description = "Convenience wrapper and utilities for hspec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136299,7 +136299,7 @@ self: { ]; testHaskellDepends = [ base hspec mtl stm ]; description = "Find slow test cases"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-smallcheck" = callPackage @@ -136318,7 +136318,7 @@ self: { smallcheck ]; description = "SmallCheck support for the Hspec testing framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-snap" = callPackage @@ -136341,8 +136341,8 @@ self: { transformers ]; description = "A library for testing with Hspec and the Snap Web Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136354,7 +136354,7 @@ self: { sha256 = "1svdw7z92cxfflyahq1gn6kfb33p7pl4byqp5a4baj7b5gd18rqg"; libraryHaskellDepends = [ base directory hspec safe strict ]; description = "Simple project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hspec-structured-formatter" = callPackage @@ -136364,8 +136364,8 @@ self: { version = "0.1.0.3"; sha256 = "008gm0qvhvp6z6a9sq5vpljqb90258apd83rkzy47k3bczy1sgmj"; libraryHaskellDepends = [ base hspec ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136380,7 +136380,7 @@ self: { libraryHaskellDepends = [ base hspec-core ]; testHaskellDepends = [ base hspec hspec-core ]; description = "Table-driven (by-example) HSpec tests"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-test-framework" = callPackage @@ -136395,7 +136395,7 @@ self: { base hspec hspec-contrib hspec-core HUnit QuickCheck ]; description = "Run test-framework tests with Hspec"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-test-framework-th" = callPackage @@ -136411,7 +136411,7 @@ self: { ]; testHaskellDepends = [ base hspec-test-framework HUnit ]; description = "Run test-framework tests with Hspec"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-test-sandbox" = callPackage @@ -136423,8 +136423,8 @@ self: { libraryHaskellDepends = [ base hspec hspec-core test-sandbox ]; testHaskellDepends = [ base hspec test-sandbox ]; description = "Hspec convenience functions for use with test-sandbox"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136448,7 +136448,7 @@ self: { wai-extra ]; description = "Experimental Hspec support for testing WAI applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-wai_0_11_1" = callPackage @@ -136471,8 +136471,8 @@ self: { wai-extra ]; description = "Experimental Hspec support for testing WAI applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hspec-wai-json" = callPackage @@ -136489,7 +136489,7 @@ self: { ]; testHaskellDepends = [ base hspec hspec-wai ]; description = "Testing JSON APIs with hspec-wai"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hspec-wai-json_0_11_0" = callPackage @@ -136506,8 +136506,8 @@ self: { ]; testHaskellDepends = [ base hspec hspec-wai ]; description = "Testing JSON APIs with hspec-wai"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "hspec-webdriver" = callPackage @@ -136524,8 +136524,8 @@ self: { stm text transformers unordered-containers webdriver ]; description = "Write end2end web application tests using webdriver and hspec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136539,8 +136539,8 @@ self: { editedCabalFile = "1q0pw1ggki7h839jicf2k0lllbm219qjcr3407hvcih9vfkbw03j"; libraryHaskellDepends = [ base hspec hspec-discover ]; description = "Alpha version of Hspec 2.0"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136552,8 +136552,8 @@ self: { sha256 = "0y45jizkf2kfj3yjjkq96kavkfp74vf5dyyjvi9pj3kshf8sx8il"; libraryHaskellDepends = [ base hspec QuickCheckVariant ]; description = "Spec for testing properties for variant types"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136572,8 +136572,8 @@ self: { RSA unix utf8-string ]; description = "Wrapper for PKCS #11 interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136585,7 +136585,7 @@ self: { sha256 = "1qnqg2gg93l5dp2nyvvaq7n58gsnljvbafbhfpvys48g5ry2dk7a"; libraryHaskellDepends = [ base old-time ]; description = "Session handler for HSP"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "hspread" = callPackage @@ -136600,8 +136600,8 @@ self: { base binary bytestring containers extensible-exceptions network ]; description = "A client library for the spread toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136616,8 +136616,8 @@ self: { libraryHaskellDepends = [ array base bytestring vty ]; doHaddock = false; description = "A terminal presentation tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136643,8 +136643,8 @@ self: { test-framework-hunit ]; description = "The Haskell Stream Processor command line utility"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136656,8 +136656,8 @@ self: { sha256 = "0i53n42ynq22fzlz4kpmri4q4abmi4dz8bz0izn307is1pmk4bby"; libraryHaskellDepends = [ base old-time ]; description = "Database access from Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136672,8 +136672,8 @@ self: { libraryHaskellDepends = [ base Cabal hsql ]; librarySystemDepends = [ mysqlclient ]; description = "MySQL driver for HSQL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {mysqlclient = null;}; @@ -136686,8 +136686,8 @@ self: { libraryHaskellDepends = [ base hsql old-time ]; librarySystemDepends = [ unixODBC ]; description = "A Haskell Interface to ODBC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) unixODBC;}; @@ -136700,8 +136700,8 @@ self: { libraryHaskellDepends = [ base hsql old-time ]; librarySystemDepends = [ postgresql ]; description = "A Haskell Interface to PostgreSQL via the PQ library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) postgresql;}; @@ -136714,8 +136714,8 @@ self: { libraryHaskellDepends = [ base hsql ]; librarySystemDepends = [ sqlite ]; description = "SQLite3 driver for HSQL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) sqlite;}; @@ -136737,8 +136737,8 @@ self: { base containers directory QuickCheck tagged text ]; description = "Haskell binding for Qt Quick"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {qt5 = null;}; "hsqml-datamodel" = callPackage @@ -136750,8 +136750,8 @@ self: { libraryHaskellDepends = [ base hsqml template-haskell text ]; libraryPkgconfigDepends = [ qt5 ]; description = "HsQML (Qt5) data model"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {qt5 = null;}; "hsqml-datamodel-vinyl" = callPackage @@ -136766,8 +136766,8 @@ self: { base exceptions hsqml-datamodel type-list vinyl ]; description = "HsQML DataModel instances for Vinyl Rec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hsqml-demo-manic" = callPackage @@ -136783,8 +136783,8 @@ self: { base containers hsqml MonadRandom text ]; description = "HsQML-based clone of Pipe Mania"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hsqml-demo-morris" = callPackage @@ -136802,8 +136802,8 @@ self: { base containers deepseq directory hsqml OddWord text ]; description = "HsQML-based implementation of Nine Men's Morris"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hsqml-demo-notes" = callPackage @@ -136821,8 +136821,8 @@ self: { base containers hsqml sqlite-simple text transformers ]; description = "Sticky notes example program implemented in HsQML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hsqml-demo-samples" = callPackage @@ -136836,8 +136836,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base hsqml OpenGL OpenGLRaw text ]; description = "HsQML sample programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hsqml-morris" = callPackage @@ -136855,8 +136855,8 @@ self: { base containers deepseq directory hsqml OddWord tagged ]; description = "HsQML-based implementation of Nine Men's Morris"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "hsreadability" = callPackage @@ -136879,8 +136879,8 @@ self: { text ]; description = "Access to the Readability API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136895,8 +136895,8 @@ self: { attoparsec base bytestring network utf8-string ]; description = "RELP (Reliable Event Logging Protocol) server implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -136911,7 +136911,7 @@ self: { testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Haskell bindings to libseccomp"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {seccomp = null;}; @@ -136935,7 +136935,7 @@ self: { memory stm tasty tasty-hunit tasty-quickcheck ]; description = "SSH protocol implementation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hsshellscript" = callPackage @@ -136960,7 +136960,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "Haskell for Unix shell scripting tasks"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hssourceinfo" = callPackage @@ -136975,7 +136975,7 @@ self: { base containers directory filepath regexpr ]; description = "get haskell source code info"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hssqlppp" = callPackage @@ -136996,8 +136996,8 @@ self: { tasty tasty-hunit template-haskell text transformers uniplate ]; description = "SQL parser and type checker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137016,8 +137016,8 @@ self: { base hssqlppp syb tasty tasty-hunit template-haskell text ]; description = "hssqlppp extras which need template-haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137040,8 +137040,8 @@ self: { ]; executableToolDepends = [ cpphs ]; description = "Haskell version of tar CLI utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137057,7 +137057,7 @@ self: { array base hmatrix hmatrix-gsl-stats random vector ]; description = "Statistics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hstats" = callPackage @@ -137068,8 +137068,8 @@ self: { sha256 = "1a0rzbnbxd7r9b0ibs74nzijbdhj019wssdk1fls2r9i0w1v6i9h"; libraryHaskellDepends = [ base ]; description = "Statistical Computing in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137081,8 +137081,8 @@ self: { sha256 = "092q52yyb1xdji1y72bdcgvp8by2w1z9j717sl1gmh2p89cpjrs4"; libraryHaskellDepends = [ base bytestring mtl network text ]; description = "Quick and dirty statsd interface"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137100,8 +137100,8 @@ self: { base directory filepath ghc ghc-paths HUnit mtl QuickCheck random ]; description = "Runs tests via QuickCheck1 and HUnit; like quickCheck-script but uses GHC api"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137115,8 +137115,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskell-src-exts ]; description = "Takes haskell source on stdin, parses it, then prettyprints it to stdout"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137145,8 +137145,8 @@ self: { test-framework-quickcheck2 ]; description = "Distributed instant messaging over Tor"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; }) {}; "hstox" = callPackage @@ -137173,8 +137173,8 @@ self: { executableHaskellDepends = [ base process ]; testHaskellDepends = [ async base ]; description = "A Tox protocol implementation in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137199,8 +137199,8 @@ self: { base bytestring conduit resourcet transformers ]; description = "Tradeking API bindings for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137218,8 +137218,8 @@ self: { base cmdargs directory filepath haskell-src-exts syb text vector ]; description = "Checks Haskell source code for style compliance"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137240,8 +137240,8 @@ self: { mtl parallel QuickCheck random unordered-containers vector xml ]; description = "A two player abstract strategy game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137263,8 +137263,8 @@ self: { system-filepath text text-format time transformers unix ]; description = "One-time, faithful conversion of Subversion repositories to Git"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137293,8 +137293,8 @@ self: { http-client http-client-tls hxt QuickCheck text ]; description = "Sudoku game with a GTK3 interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137314,7 +137314,7 @@ self: { shakespeare text transformers ]; description = "Synthesizable Verilog DSL supporting for multiple clock and reset"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hswip" = callPackage @@ -137327,7 +137327,7 @@ self: { librarySystemDepends = [ ncurses readline swipl ]; description = "embedding prolog in haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses; inherit (pkgs) readline; swipl = null;}; @@ -137344,8 +137344,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base haskell-src-exts mtl utf8-string ]; description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137359,8 +137359,8 @@ self: { base hsp jmacro mtl text wl-pprint-text ]; description = "hsp+jmacro support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137372,8 +137372,8 @@ self: { sha256 = "1051fh4yjnsax60v4rfh5r87n660ygq033gmg710nm3gw57ihkl2"; libraryHaskellDepends = [ base hsx mtl ]; description = "XHTML utilities to use together with HSX"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137396,7 +137396,7 @@ self: { template-haskell utf8-string ]; description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hsyscall" = callPackage @@ -137407,8 +137407,8 @@ self: { sha256 = "0ysi317vwgksaq78k31sb8s34rjjhl4w8ncvycfsmmdnv7cdg2ld"; libraryHaskellDepends = [ base ]; description = "FFI to syscalls"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137424,8 +137424,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "FFI interface to syslog(3) from POSIX.1-2001"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "hsyslog-tcp" = callPackage @@ -137440,8 +137440,8 @@ self: { base bytestring hsyslog hsyslog-udp network text time ]; description = "syslog over TCP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137458,7 +137458,7 @@ self: { ]; testHaskellDepends = [ base hspec time ]; description = "Log to syslog over a network via UDP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hszephyr" = callPackage @@ -137470,8 +137470,8 @@ self: { libraryHaskellDepends = [ base bytestring mtl time ]; librarySystemDepends = [ com_err zephyr ]; description = "Simple libzephyr bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {com_err = null; zephyr = null;}; @@ -137491,7 +137491,7 @@ self: { testHaskellDepends = [ base directory filepath hspec ]; testToolDepends = [ hspec-discover ]; description = "Bindings to TagLib, audio meta-data library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) taglib;}; "htags" = callPackage @@ -137506,8 +137506,8 @@ self: { base directory filepath haskell-src mtl ]; description = "A Haskell98 parsing tags program similar to ctags"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137525,8 +137525,8 @@ self: { base bytestring bzlib directory filepath old-locale tar time zlib ]; description = "Command-line tar archive utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137538,7 +137538,7 @@ self: { sha256 = "18kgglc22k4v66hh9yf2qa7zx60ka2xl9bvzpinvc5v4zv0prl7l"; libraryHaskellDepends = [ base ]; description = "Tautology Proving Logic in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "htdp-image" = callPackage @@ -137554,8 +137554,8 @@ self: { base gloss HUnit test-framework test-framework-hunit ]; description = "Beginner friendly graphics library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137571,8 +137571,8 @@ self: { libraryToolDepends = [ gcc ]; executableHaskellDepends = [ base ]; description = "A library for testing correctness of pseudo random number generators in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gcc;}; @@ -137589,8 +137589,8 @@ self: { zlib ]; description = "Import from the Tiled map editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137604,7 +137604,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base process time ]; description = "Timing utility for the command line"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "htirage" = callPackage @@ -137620,7 +137620,7 @@ self: { base containers QuickCheck tasty tasty-quickcheck text transformers ]; description = "Equiprobable draw from publicly verifiable random data"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "htlset" = callPackage @@ -137631,8 +137631,8 @@ self: { sha256 = "0i7qipq0dbyd9zqjl1n6sxzma066293gpbxwqwd84wiw3vw2gz3w"; libraryHaskellDepends = [ base containers ]; description = "Heterogenous Set"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137644,7 +137644,7 @@ self: { sha256 = "0q9hmfii62kc82ijlg238fxrzxhsivn42x5wd6ffcr9xldg4jd8c"; libraryHaskellDepends = [ base ]; description = "HTML combinator library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html-charset" = callPackage @@ -137668,8 +137668,8 @@ self: { base bytestring doctest doctest-discover hlint QuickCheck ]; description = "Determine character encoding of HTML documents/fragments"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137690,7 +137690,7 @@ self: { base bytestring containers deepseq hspec HUnit text xml-conduit ]; description = "Parse HTML documents using xml-conduit datatypes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "html-email-validate" = callPackage @@ -137707,7 +137707,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Validating an email address against HTML standard"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html-entities" = callPackage @@ -137722,7 +137722,7 @@ self: { attoparsec base base-prelude text unordered-containers ]; description = "A codec library for HTML-escaped text and HTML-entities"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "html-entity" = callPackage @@ -137742,7 +137742,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "HTML entity decoding and encoding for Text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html-entity-map" = callPackage @@ -137758,7 +137758,7 @@ self: { base criterion text unordered-containers ]; description = "Map from HTML5 entity names to the corresponding Unicode text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html-kure" = callPackage @@ -137769,8 +137769,8 @@ self: { sha256 = "1x72f3r6nayv03y0a7x5dyj2lnbli14nmqi5i7i8isqbngsvca0l"; libraryHaskellDepends = [ base hxt kure ]; description = "HTML rewrite engine, using KURE"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137809,7 +137809,7 @@ self: { attoparsec base criterion deepseq tagsoup text ]; description = "A high-performance HTML tokenizer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html-rules" = callPackage @@ -137820,8 +137820,8 @@ self: { sha256 = "1k0jqx1mlcar6z8ggrz3fv1nzilkwdxvg3gvsb3pg7nvbkhz5lpw"; libraryHaskellDepends = [ base lens mtl tagsoup transformers ]; description = "Perform traversals of HTML structures using sets of rules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137844,8 +137844,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "An \"attoparsec\"-based HTML tokenizer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -137857,7 +137857,7 @@ self: { sha256 = "1d66kdg81774b8isw1mfkl54sgmaz0n04n6shd5jjz18sjwyxp14"; libraryHaskellDepends = [ base tagsoup ]; description = "A HTML truncator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html-validator-cli" = callPackage @@ -137884,7 +137884,7 @@ self: { hspec http-conduit text utf8-string ]; description = "A command-line interface for https://validator.w3.org/"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html2hamlet" = callPackage @@ -137903,7 +137903,7 @@ self: { optparse-declarative regex-tdfa text wl-pprint-text xml-conduit ]; description = "HTML to Hamlet converter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "html5-entity" = callPackage @@ -137917,7 +137917,7 @@ self: { libraryHaskellDepends = [ base containers text ]; benchmarkHaskellDepends = [ base containers criterion ]; description = "A library for looking up and validating HTML5 entities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "htn" = callPackage @@ -137929,7 +137929,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec ]; description = "resolver using htn algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "htodo" = callPackage @@ -137942,7 +137942,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base HDBC HDBC-sqlite3 ]; description = "A todo application"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "htoml" = callPackage @@ -137967,7 +137967,7 @@ self: { unordered-containers vector ]; description = "Parser for TOML files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "htoml-megaparsec" = callPackage @@ -137993,7 +137993,7 @@ self: { benchmarkHaskellDepends = [ base criterion text ]; doHaddock = false; description = "Parser for TOML files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "htrace" = callPackage @@ -138004,7 +138004,7 @@ self: { sha256 = "0ar1w9p6ppag2vp8kw6byirhfdfs4r639pjh5icnyiiliz6jkvlx"; libraryHaskellDepends = [ base ]; description = "Hierarchical tracing for debugging of lazy evaluation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hts" = callPackage @@ -138017,7 +138017,7 @@ self: { libraryHaskellDepends = [ base hmt xml ]; description = "Haskell Music Typesetting"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138041,8 +138041,8 @@ self: { htsn-common hxt MissingH network process tasty tasty-hunit unix ]; description = "Parse XML files from The Sports Network feed"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138056,7 +138056,7 @@ self: { ansi-terminal base hslogger transformers ]; description = "Display/logging facilities used by both htsn and htsn-import"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "htsn-import" = callPackage @@ -138085,8 +138085,8 @@ self: { split tasty tasty-hunit time transformers tuple ]; description = "Import XML files from The Sports Network into an RDBMS"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138098,8 +138098,8 @@ self: { sha256 = "15wbafj54yfipp3pfqk0yd5qlzm76457mngv1fs899sp31y2m2cv"; libraryHaskellDepends = [ base containers ]; description = "Heterogenous Sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138112,7 +138112,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Functions for working with HTTP Accept headers"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "http-api-data" = callPackage @@ -138139,7 +138139,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Converting to/from HTTP API data like URL pieces, headers and query parameters"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-api-data_0_4_3" = callPackage @@ -138164,8 +138164,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Converting to/from HTTP API data like URL pieces, headers and query parameters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "http-attoparsec" = callPackage @@ -138176,8 +138176,8 @@ self: { sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3"; libraryHaskellDepends = [ attoparsec base bytestring http-types ]; description = "Attoparsec parsers for http-types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138205,7 +138205,7 @@ self: { ]; doCheck = false; description = "An HTTP client engine"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-client_0_7_4" = callPackage @@ -138232,8 +138232,8 @@ self: { ]; doCheck = false; description = "An HTTP client engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "http-client-auth" = callPackage @@ -138251,8 +138251,8 @@ self: { transformers utf8-string ]; description = "HTTP authorization (both basic and digest) done right"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138265,7 +138265,7 @@ self: { libraryHaskellDepends = [ base http-client ]; doHaddock = false; description = "Frontend support for using http-client with conduit (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-client-extra" = callPackage @@ -138284,7 +138284,7 @@ self: { http-types random text transformers ]; description = "wrapper for http-client exposing cookies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-client-lens" = callPackage @@ -138299,8 +138299,8 @@ self: { base bytestring http-client http-types lens network ]; description = "Optics for http-client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138313,7 +138313,7 @@ self: { libraryHaskellDepends = [ base http-client ]; doHaddock = false; description = "Generate multipart uploads for http-client. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-client-openssl" = callPackage @@ -138332,7 +138332,7 @@ self: { ]; doCheck = false; description = "http-client backend using the OpenSSL library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-client-openssl_0_3_3" = callPackage @@ -138351,8 +138351,8 @@ self: { ]; doCheck = false; description = "http-client backend using the OpenSSL library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "http-client-overrides" = callPackage @@ -138374,7 +138374,7 @@ self: { base bytestring http-client tasty tasty-hunit text ]; description = "HTTP client overrides"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-client-request-modifiers" = callPackage @@ -138390,8 +138390,8 @@ self: { network network-uri ]; description = "Convenient monadic HTTP request modifiers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138408,7 +138408,7 @@ self: { network-bsd utf8-string ]; description = "restricting the servers that http-client will use"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-client-session" = callPackage @@ -138423,8 +138423,8 @@ self: { base-prelude bytestring either http-client mtl-prelude ]; description = "A simple abstraction over the \"http-client\" connection manager"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138441,8 +138441,8 @@ self: { io-streams mtl transformers ]; description = "http-client for io-streams supporting openssl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138469,7 +138469,7 @@ self: { benchmarkHaskellDepends = [ base gauge http-client ]; doCheck = false; description = "http-client backend using the connection package and tls library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-client-websockets" = callPackage @@ -138487,8 +138487,8 @@ self: { base bytestring hspec http-client-tls network-uri websockets ]; description = "Glue code for http-client and websockets"; - license = stdenv.lib.licenses.cc0; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138506,7 +138506,7 @@ self: { directory mtl network text transformers unordered-containers ]; description = "Common types for HTTP clients and servers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-conduit" = callPackage @@ -138534,7 +138534,7 @@ self: { ]; doCheck = false; description = "HTTP client package with conduit interface and HTTPS support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-conduit-browser" = callPackage @@ -138560,8 +138560,8 @@ self: { resourcet text time transformers wai warp ]; description = "Browser interface to the http-conduit package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138579,8 +138579,8 @@ self: { http-client-openssl http-types network network-uri text time zlib ]; description = "HTTP downloader tailored for web-crawler needs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138597,7 +138597,7 @@ self: { base bytestring doctest hspec old-locale time ]; description = "HTTP Date parser/formatter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-directory" = callPackage @@ -138615,8 +138615,8 @@ self: { ]; testHaskellDepends = [ base hspec text ]; description = "http directory listing library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138634,8 +138634,8 @@ self: { ]; testHaskellDepends = [ aeson base hspec ]; description = "High level HTTP client for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138662,7 +138662,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Verified downloads with retries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-encodings" = callPackage @@ -138679,7 +138679,7 @@ self: { base bytestring HTTP iconv mime mtl parsec text utf8-string zlib ]; description = "A library for encoding and decoding bodies of HTTP messages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-enumerator" = callPackage @@ -138703,8 +138703,8 @@ self: { utf8-string zlib-enum ]; description = "HTTP client package with enumerator interface and HTTPS support. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138716,8 +138716,8 @@ self: { sha256 = "1x073nw7fagbj16x42n7xgyr5liv69l0g4ig1f4adzdc9p997l27"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "Attoparsec-based parsers for the RFC-2616 HTTP grammar rules"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138740,7 +138740,7 @@ self: { ]; description = "HTTP and WebSocket client based on io-streams"; license = "BSD-3-Clause AND GPL-2.0-or-later"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138763,8 +138763,8 @@ self: { tasty-quickcheck text wai wai-extra ]; description = "Generic kinds and types for working with HTTP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138783,7 +138783,7 @@ self: { base bytestring hspec http-types QuickCheck quickcheck-instances ]; description = "A low-level HTTP library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-link-header" = callPackage @@ -138807,7 +138807,7 @@ self: { base criterion directory network-uri text transformers ]; description = "A parser and writer for the HTTP Link header as specified in RFC 5988 \"Web Linking\""; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "http-link-header_1_2_0" = callPackage @@ -138831,8 +138831,8 @@ self: { network-uri text transformers ]; description = "A parser and writer for the HTTP Link header per RFC 5988"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "http-listen" = callPackage @@ -138849,8 +138849,8 @@ self: { base bytestring exceptions HTTP network transformers ]; description = "Listen to HTTP requests and handle them in arbitrary ways"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138873,7 +138873,7 @@ self: { test-framework test-framework-quickcheck2 utf8-string ]; description = "Processing HTTP Content-Type and Accept headers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-mock" = callPackage @@ -138889,7 +138889,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "HTTP mocking and expectations library for Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "http-monad" = callPackage @@ -138908,8 +138908,8 @@ self: { network-uri parsec semigroups transformers utility-ht ]; description = "Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138926,8 +138926,8 @@ self: { transformers ]; description = "A type unsafe http library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138947,8 +138947,8 @@ self: { http-types pipes pipes-bytestring pipes-safe transformers wai ]; description = "Serve a WAI application with http-pony"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -138960,7 +138960,7 @@ self: { sha256 = "14fbqw5bqsbyvr99g4bpk54n38mz2ilkyb6979rgdr2fpvzkv6rr"; libraryHaskellDepends = [ base case-insensitive lens profunctors ]; description = "Tag http headers as case insensitive"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-pony-transformer-http" = callPackage @@ -138975,7 +138975,7 @@ self: { attoparsec base bytestring pipes pipes-attoparsec transformers ]; description = "Transform raw TCP stream to a basic HTTP type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-pony-transformer-startline" = callPackage @@ -138988,7 +138988,7 @@ self: { attoparsec base bytestring http-types lens ]; description = "transform HTTP startlines to tuples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-proxy" = callPackage @@ -139015,8 +139015,8 @@ self: { vault wai wai-conduit warp warp-tls ]; description = "A library for writing HTTP and HTTPS proxies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139032,7 +139032,7 @@ self: { aeson base bytestring http-conduit network-uri text ]; description = "Simple http queries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-querystring" = callPackage @@ -139048,8 +139048,8 @@ self: { base bytestring containers doctest hspec http-types QuickCheck ]; description = "The HTTP query builder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139069,8 +139069,8 @@ self: { transformers unordered-containers ]; description = "Declarative DSL for parsing an HTTP response"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139095,7 +139095,7 @@ self: { transformers unliftio wai warp ]; description = "Reverse proxy HTTP requests, either over raw sockets or with WAI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-rfc7807" = callPackage @@ -139115,8 +139115,8 @@ self: { servant servant-server tasty tasty-hunit text ]; description = "RFC7807 style response messages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139132,8 +139132,8 @@ self: { base HTTP mime network network-uri text unix url utf8-string ]; description = "A library for writing Haskell web servers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139147,8 +139147,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base network ]; description = "A simple websever with an interact style API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139180,7 +139180,7 @@ self: { unordered-containers ]; description = "An HTTP client using io-streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-test" = callPackage @@ -139199,7 +139199,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Test framework for HTTP APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-trace" = callPackage @@ -139218,7 +139218,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Tracking http redirects"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "http-types" = callPackage @@ -139236,7 +139236,7 @@ self: { base bytestring doctest hspec QuickCheck quickcheck-instances text ]; description = "Generic HTTP types for Haskell (for both client and server code)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http-wget" = callPackage @@ -139247,8 +139247,8 @@ self: { sha256 = "1sbg4gpx8ikaxb15wflm7fnjnkr32fj07bva62z54dsm630s37fx"; libraryHaskellDepends = [ base failure process transformers ]; description = "Provide a simple HTTP client interface by wrapping the wget command line tool. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139280,7 +139280,7 @@ self: { mwc-random network-byte-order psqueues stm ]; description = "HTTP/2 library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http2-client" = callPackage @@ -139298,7 +139298,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "A native HTTP2 client library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http2-client-exe" = callPackage @@ -139317,7 +139317,7 @@ self: { lifted-async lifted-base optparse-applicative time tls ]; description = "A command-line http2 client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http2-client-grpc" = callPackage @@ -139336,8 +139336,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Implement gRPC-over-HTTP2 clients"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139354,8 +139354,8 @@ self: { zlib ]; description = "Encoders based on `proto-lens` for gRPC over HTTP2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139374,7 +139374,7 @@ self: { proto3-wire zlib ]; description = "Encoders based on `proto3-wire` for gRPC over HTTP2"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "http2-grpc-types" = callPackage @@ -139388,7 +139388,7 @@ self: { base binary bytestring case-insensitive zlib ]; description = "Types for gRPC over HTTP2 common for client and servers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "httpd-shed" = callPackage @@ -139401,7 +139401,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base network network-bsd network-uri ]; description = "A simple web-server with an interact style API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "https-everywhere-rules" = callPackage @@ -139424,8 +139424,8 @@ self: { taggy-lens text text-icu ]; description = "High-level access to HTTPS Everywhere rulesets"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139440,8 +139440,8 @@ self: { base directory filepath functor-infix text ]; description = "Low-level (i.e. XML) access to HTTPS Everywhere rulesets."; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139460,7 +139460,7 @@ self: { ]; description = "Specification of HTTP request/response generators and parsers"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139474,8 +139474,8 @@ self: { isExecutable = true; executableHaskellDepends = [ alsa-pcm base carray fft gloss ]; description = "harmonic analyser and tuner for musical instruments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139503,8 +139503,8 @@ self: { ]; testSystemDepends = [ tvm_runtime ]; description = "Bindings for TVM machine learning framework"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {tvm_runtime = null;}; @@ -139518,8 +139518,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base OpenGL random SDL ]; description = "A two player abstract strategy game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139538,7 +139538,7 @@ self: { process regex-compat unix utf8-string ]; description = "For multiplexing GHC installations and providing development sandboxes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hubigraph" = callPackage @@ -139550,7 +139550,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers haxr mtl ]; description = "A haskell wrap for Ubigraph"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hubris" = callPackage @@ -139575,7 +139575,7 @@ self: { executableSystemDepends = [ ruby ]; description = "Support library for Hubris, the Ruby <=> Haskell bridge"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) ruby;}; "huck" = callPackage @@ -139595,8 +139595,8 @@ self: { unordered-containers ]; description = "huck"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139608,7 +139608,7 @@ self: { sha256 = "0ajyqwnpdhby9h6skl3l0dys53ycnyq7y7r72ma7x0b5rdi3djd2"; libraryHaskellDepends = [ base ]; description = "Haskell IOT on Intel Edison and other Linux computers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "huff" = callPackage @@ -139628,8 +139628,8 @@ self: { libraryToolDepends = [ alex ]; executableHaskellDepends = [ base ]; description = "A fast-foward-based planner"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139641,8 +139641,8 @@ self: { sha256 = "191llv4s64jrh8cma43r5z740avd5picja5fr45l4mi2gwmkx4s3"; libraryHaskellDepends = [ base containers fingertree ]; description = "Pure Haskell implementation of the Huffman encoding algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139659,8 +139659,8 @@ self: { yhccore ]; description = "Hugs Front-end to Yhc Core"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139687,8 +139687,8 @@ self: { mtl network split strict text time unix utf8-string ]; description = "IRC server written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139721,8 +139721,8 @@ self: { vty witherable-class ]; description = "A TUI MPD client, inspired by ncmpcpp"; - license = stdenv.lib.licenses.gpl2Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139734,8 +139734,8 @@ self: { sha256 = "0lr2m5gci1k0x7w1i49cb6nhbnnkym4raaagn916ahf79y05jv7d"; libraryHaskellDepends = [ base text ]; description = "A lawless typeclass for parsing text entered by humans"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139749,7 +139749,7 @@ self: { testHaskellDepends = [ base doctest Glob time ]; benchmarkHaskellDepends = [ base criterion ]; description = "Provide duration helper"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "human-text" = callPackage @@ -139760,8 +139760,8 @@ self: { sha256 = "0v6wrs9mcmiwk9ladjcibw1yqpbbl0y6v9i3ni39v0byby0a2zpa"; libraryHaskellDepends = [ base text ]; description = "A lawless typeclass for converting values to human-friendly text"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139773,8 +139773,8 @@ self: { sha256 = "0pzfhp65afkdc33pjbxzcf68c02w6nq8sxqspfwbn78dghg9cbrn"; libraryHaskellDepends = [ base bytestring deepseq ghc text ]; description = "Redefinition-free prelude alternative"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139800,7 +139800,7 @@ self: { ]; description = "Haskell UPnP Media Server"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139823,7 +139823,7 @@ self: { QuickCheck split ]; description = "CSS-like syntax for file system manipulation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hunit-dejafu" = callPackage @@ -139834,7 +139834,7 @@ self: { sha256 = "11d52blw31mcsg7c3w1f7khy3vk2p03h4c5z6ja6wb9k5bg4d004"; libraryHaskellDepends = [ base dejafu exceptions HUnit ]; description = "Deja Fu support for the HUnit test framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hunit-gui" = callPackage @@ -139849,8 +139849,8 @@ self: { libraryHaskellDepends = [ base cairo gtk haskell98 HUnit ]; executableHaskellDepends = [ base cairo gtk haskell98 HUnit ]; description = "A GUI testrunner for HUnit"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139862,7 +139862,7 @@ self: { sha256 = "089l8n1yjcf6sypr76r8p0djwpcqaa5xdk1d0m2k9piig9fnzr40"; libraryHaskellDepends = [ base HUnit parsec ]; description = "An HUnit Testable instance for Parsec parser unit tests"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hunit-rematch" = callPackage @@ -139874,8 +139874,8 @@ self: { libraryHaskellDepends = [ base HUnit rematch ]; testHaskellDepends = [ base hspec HUnit rematch ]; description = "HUnit support for rematch"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139895,7 +139895,7 @@ self: { ]; description = "Unpacker tool with DWIM"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139912,8 +139912,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq stm ]; benchmarkPkgconfigDepends = [ hunspell ]; description = "Hunspell thread-safe FFI bindings for spell checking"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) hunspell;}; @@ -139945,8 +139945,8 @@ self: { time ]; description = "A search and indexing engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139970,8 +139970,8 @@ self: { wai-extra wai-middleware-static warp ]; description = "A search and indexing engine server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -139995,8 +139995,8 @@ self: { time transformers unordered-containers ]; description = "A Command line Interface for the Hunt server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {hunt-client = null;}; @@ -140025,8 +140025,8 @@ self: { http-types QuickCheck simple temporary transformers wai wai-extra ]; description = "Upload packages or documentation to a hackage server"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140042,8 +140042,8 @@ self: { array base bytestring containers kangaroo ]; description = "Extract function names from Windows DLLs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140068,8 +140068,8 @@ self: { ]; executableHaskellDepends = [ base directory network-uri ]; description = "Haskell URL resolver"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140088,8 +140088,8 @@ self: { aeson base bytestring containers here hspec text ]; description = "Haskell bindings for Hurriyet API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140114,8 +140114,8 @@ self: { parsec process transformers ]; description = "R5RS Scheme interpreter, compiler, and library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140131,8 +140131,8 @@ self: { array base containers husk-scheme json mtl transformers ]; description = "Extra libraries for the husk Scheme platform"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140151,7 +140151,7 @@ self: { ]; description = "A simple command line calculator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140172,8 +140172,8 @@ self: { websockets wuss ]; description = "A program for the button on Reddit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140187,8 +140187,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base parsec parsec-numbers ]; description = "Quick implemention of Hutton's Razor"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140200,8 +140200,8 @@ self: { sha256 = "0i8h380nszd7hk7x6l7qx0ri6k12551li2m77gspzakcf47l6ldp"; libraryHaskellDepends = [ base easyplot ]; description = "Fuzzy logic library with support for T1, IT2, GT2"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140214,7 +140214,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Simple strict heterogeneous lists"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hvega" = callPackage @@ -140233,7 +140233,7 @@ self: { tasty-golden text unordered-containers ]; description = "Create Vega-Lite visualizations (version 4) in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hvega-theme" = callPackage @@ -140244,7 +140244,7 @@ self: { sha256 = "0g2h5is0gbr43fn8pbfj2nzh4wlgx6kjayq4lcnbr10z0j3vpqpv"; libraryHaskellDepends = [ base hvega text ]; description = "Theme for hvega"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "hw-aeson" = callPackage @@ -140263,7 +140263,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Convenience functions for Aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-all" = callPackage @@ -140290,8 +140290,8 @@ self: { hw-string-parse hw-succinct hw-uri hw-xml ]; description = "Demo library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140328,7 +140328,7 @@ self: { ]; doHaddock = false; description = "Balanced parentheses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-bits" = callPackage @@ -140351,7 +140351,7 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; benchmarkHaskellDepends = [ base criterion vector ]; description = "Bit manipulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-ci-assist" = callPackage @@ -140372,8 +140372,8 @@ self: { testToolDepends = [ hspec-discover ]; doHaddock = false; description = "CI Assistant for Haskell projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140399,7 +140399,7 @@ self: { base bytestring conduit criterion mmap vector ]; description = "Conduits for tokenizing streams"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hw-conduit-merges" = callPackage @@ -140416,7 +140416,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Additional merges and joins for Conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-diagnostics" = callPackage @@ -140429,7 +140429,7 @@ self: { testHaskellDepends = [ base doctest doctest-discover ]; testToolDepends = [ doctest-discover ]; description = "Diagnostics library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-dsv" = callPackage @@ -140470,8 +140470,8 @@ self: { mmap vector ]; description = "Unbelievably fast streaming DSV file parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140505,7 +140505,7 @@ self: { base bits-extra bytestring criterion hw-bits hw-prim vector ]; description = "File Dump"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-eliasfano" = callPackage @@ -140544,7 +140544,7 @@ self: { hw-hspec-hedgehog hw-int hw-packed-vector hw-prim mmap vector ]; description = "Elias-Fano"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-excess" = callPackage @@ -140569,7 +140569,7 @@ self: { base bytestring criterion hw-prim vector ]; description = "Excess"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-fingertree" = callPackage @@ -140587,7 +140587,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Generic finger-tree structure, with example instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-fingertree-strict" = callPackage @@ -140607,7 +140607,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Generic strict finger-tree structure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-hedgehog" = callPackage @@ -140621,7 +140621,7 @@ self: { testHaskellDepends = [ base doctest doctest-discover ]; testToolDepends = [ doctest-discover ]; description = "Extra hedgehog functionality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-hspec-hedgehog" = callPackage @@ -140640,7 +140640,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Interoperability between hspec and hedgehog"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-int" = callPackage @@ -140658,7 +140658,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Additional facilities for Integers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-ip" = callPackage @@ -140689,7 +140689,7 @@ self: { testToolDepends = [ doctest-discover hspec-discover ]; doHaddock = false; description = "Library for manipulating IP addresses and CIDR blocks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-json" = callPackage @@ -140733,8 +140733,8 @@ self: { ]; doHaddock = false; description = "Memory efficient JSON parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140764,8 +140764,8 @@ self: { base bytestring criterion hw-json lens ]; description = "Lens for hw-json"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140792,8 +140792,8 @@ self: { ]; testToolDepends = [ doctest-discover ]; description = "SIMD-based JSON semi-indexer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140831,8 +140831,8 @@ self: { base bytestring criterion directory mmap ]; description = "Memory efficient JSON parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140872,8 +140872,8 @@ self: { base bytestring criterion directory mmap ]; description = "Memory efficient JSON parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140900,8 +140900,8 @@ self: { transformers unordered-containers ]; description = "Avro support for Kafka infrastructure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -140926,7 +140926,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Kafka bindings for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) rdkafka;}; "hw-kafka-conduit" = callPackage @@ -140951,7 +140951,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Conduit bindings for hw-kafka-client"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hw-mquery" = callPackage @@ -140973,7 +140973,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Monadic query DSL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-packed-vector" = callPackage @@ -141006,7 +141006,7 @@ self: { base criterion directory hedgehog hspec hw-prim vector ]; description = "Packed Vector"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-parser" = callPackage @@ -141026,7 +141026,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "Simple parser support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-prim" = callPackage @@ -141053,7 +141053,7 @@ self: { base bytestring criterion mmap transformers vector ]; description = "Primitive functions and data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-prim-bits" = callPackage @@ -141073,8 +141073,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion vector ]; description = "Primitive support for bit manipulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141114,7 +141114,7 @@ self: { ]; doHaddock = false; description = "Rank-select"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-rankselect-base" = callPackage @@ -141140,7 +141140,7 @@ self: { base bits-extra criterion hw-bits hw-prim vector ]; description = "Rank-select base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-simd" = callPackage @@ -141172,8 +141172,8 @@ self: { transformers vector ]; description = "SIMD library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141202,7 +141202,7 @@ self: { transformers vector ]; description = "Primitive functions and data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-string-parse" = callPackage @@ -141214,7 +141214,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base bytestring hspec QuickCheck vector ]; description = "String parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-succinct" = callPackage @@ -141232,7 +141232,7 @@ self: { mono-traversable text vector word8 ]; description = "Succint datastructures"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hw-uri" = callPackage @@ -141267,8 +141267,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Supports IO on URIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141283,7 +141283,7 @@ self: { libraryHaskellDepends = [ base bytestring hw-prim vector ]; testHaskellDepends = [ base hspec QuickCheck vector ]; description = "Vector type with convenient typeclass instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hw-xml" = callPackage @@ -141326,7 +141326,7 @@ self: { resourcet vector ]; description = "XML parser based on succinct data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hwall-auth-iitk" = callPackage @@ -141344,8 +141344,8 @@ self: { unix ]; description = "Initial version of firewall Authentication for IITK network"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141368,8 +141368,8 @@ self: { transformers ]; description = "Haskell Web Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141390,8 +141390,8 @@ self: { executableToolDepends = [ alex happy ]; testHaskellDepends = [ array base Cabal containers mtl ]; description = "An implementation of Neil D. Jones' While language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141410,7 +141410,7 @@ self: { base directory extra filepath hint simple-cmd-args ]; description = "Commandline text processing with Haskell functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hworker" = callPackage @@ -141431,8 +141431,8 @@ self: { text time uuid ]; description = "A reliable at-least-once job queue built on top of redis"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141449,8 +141449,8 @@ self: { time unordered-containers ]; description = "Library for sending email with Amazon's SES and hworker"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141483,8 +141483,8 @@ self: { containers hedgehog hspec magic-wormhole protolude saltine text ]; description = "magic-wormhole client"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141503,8 +141503,8 @@ self: { regex-compat text unix ]; description = "Simple Haskell Web Server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141524,8 +141524,8 @@ self: { base bytestring Cabal criterion cryptohash parallel ]; description = "Hashing with SL2"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141537,8 +141537,8 @@ self: { sha256 = "0kfsc85k4vgdbkryrw80rgpjzzbavwqqzqylc95h80vm7xnlg2p9"; libraryHaskellDepends = [ base bytestring fingertree hwsl2 ]; description = "A hashed byte-vector based on algebraic hashes and finger trees"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141552,8 +141552,8 @@ self: { base bytestring hwsl2 reducers semigroups ]; description = "Semigroup and Reducer instances for Data.Hash.SL2"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141565,8 +141565,8 @@ self: { sha256 = "04wkgql6gs9glmp9kj5awis5b15vmwgkyqzi814k9514k3c7c1rb"; libraryHaskellDepends = [ base ]; description = "Haskell extras (missing utility functions)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141585,8 +141585,8 @@ self: { xml-types ]; description = "Haskell XMPP (Jabber Client) Command Line Interface (CLI)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141613,8 +141613,8 @@ self: { ]; executableHaskellDepends = [ base cmdargs ]; description = "A pen notetaking program written in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141633,7 +141633,7 @@ self: { parsec ]; description = "A collection of tools for processing XML with Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hxt-binary" = callPackage @@ -141649,7 +141649,7 @@ self: { ]; description = "Serialisation and deserialisation of HXT XmlTrees"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxt-cache" = callPackage @@ -141666,7 +141666,7 @@ self: { ]; description = "Cache for HXT XML Documents and other binary data"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxt-charproperties" = callPackage @@ -141677,7 +141677,7 @@ self: { sha256 = "1bk88hj2pqlvcnyfncqyb9j7w9vvdxcq3cgr0w2l09c0abas23pm"; libraryHaskellDepends = [ base ]; description = "Character properties and classes for XML and Unicode"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hxt-css" = callPackage @@ -141690,7 +141690,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base hxt parsec split ]; description = "CSS selectors for HXT"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hxt-curl" = callPackage @@ -141702,7 +141702,7 @@ self: { libraryHaskellDepends = [ base bytestring curl hxt parsec ]; description = "LibCurl interface for HXT"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxt-expat" = callPackage @@ -141714,7 +141714,7 @@ self: { libraryHaskellDepends = [ base bytestring hexpat hxt ]; description = "Expat parser for HXT"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxt-extras" = callPackage @@ -141725,7 +141725,7 @@ self: { sha256 = "1bv8kcra2vgjbp7k0yczlrfbjh7ib2xixaqpnnd60hq84878nzb1"; libraryHaskellDepends = [ base hxt ]; description = "Extra functions for HXT"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hxt-filter" = callPackage @@ -141742,7 +141742,7 @@ self: { ]; description = "A collection of tools for processing XML with Haskell (Filter variant)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxt-http" = callPackage @@ -141757,7 +141757,7 @@ self: { base bytestring HTTP hxt network network-uri parsec ]; description = "Interface to native Haskell HTTP package HTTP"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hxt-pickle-utils" = callPackage @@ -141770,8 +141770,8 @@ self: { editedCabalFile = "0d5fg718y7xzw76ip33q0w1liqk70q9074qkd198mjnijxjcrkf3"; libraryHaskellDepends = [ base hxt mtl ]; description = "Utility functions for using HXT picklers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141793,7 +141793,7 @@ self: { base bytestring criterion deepseq parsec text ]; description = "A regular expression library for W3C XML Schema regular expressions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hxt-relaxng" = callPackage @@ -141809,7 +141809,7 @@ self: { network-uri parsec ]; description = "The HXT RelaxNG validator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hxt-tagsoup" = callPackage @@ -141825,7 +141825,7 @@ self: { ]; description = "TagSoup parser for HXT"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxt-unicode" = callPackage @@ -141836,7 +141836,7 @@ self: { sha256 = "0rj48cy8z4fl3zpg5bpa458kqr83adav6jnqv4i71dclpprj6n3v"; libraryHaskellDepends = [ base hxt-charproperties ]; description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hxt-xpath" = callPackage @@ -141851,7 +141851,7 @@ self: { ]; description = "The XPath modules for HXT"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxt-xslt" = callPackage @@ -141867,7 +141867,7 @@ self: { ]; description = "The XSLT modules for HXT"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "hxthelper" = callPackage @@ -141879,7 +141879,7 @@ self: { libraryHaskellDepends = [ base bytestring encoding hxt mtl ]; description = "Helper functions for HXT"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141891,8 +141891,8 @@ self: { sha256 = "0faiyflyhmn2y0bs920qgm9xkj9i69lzxhsg4rxffal989gi32z8"; libraryHaskellDepends = [ base cgi fastcgi libxml mtl xslt ]; description = "Minimal webframework using fastcgi, libxml2 and libxslt"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141906,8 +141906,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers HUnit random ]; description = "A Yahtzee game implementation in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141929,8 +141929,8 @@ self: { unordered-containers ]; description = "Literate-style Documentation Generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141947,8 +141947,8 @@ self: { base containers haskell98 mtl parsec ]; description = "A implementation of a type-checker for Lambda-H"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -141964,7 +141964,7 @@ self: { base deepseq primitive semigroups vector ]; description = "Hybrid vectors e.g. Mixed Boxed/Unboxed vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hydra-hs" = callPackage @@ -141977,8 +141977,8 @@ self: { librarySystemDepends = [ sixense_x64 ]; testHaskellDepends = [ base ]; description = "Haskell binding to the Sixense SDK for the Razer Hydra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {sixense_x64 = null;}; @@ -142010,8 +142010,8 @@ self: { text time transformers unix ]; description = "NCurses interface to view multiple ByteString streams in parallel"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142028,8 +142028,8 @@ self: { ]; testHaskellDepends = [ base Cabal containers mtl QuickCheck ]; description = "An alternate Prelude"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142050,8 +142050,8 @@ self: { hydrogen-parsing hydrogen-prelude hydrogen-syntax ]; description = "Hydrogen Data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142067,8 +142067,8 @@ self: { base containers hydrogen-multimap hydrogen-prelude ]; description = "Hydrogen Command Line Arguments Parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142080,8 +142080,8 @@ self: { sha256 = "0d9457sarii5z1m2p1jzfk1g1ix2bm0s3ghfw7gab1w74i3hlh88"; libraryHaskellDepends = [ base hydrogen-parsing hydrogen-prelude ]; description = "Hydrogen Data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142093,8 +142093,8 @@ self: { sha256 = "0ik68a85yxdz12sgfpqi7bagkhvm9qgvl2bgplm2anxjsxcqbi93"; libraryHaskellDepends = [ base containers ghc-prim ]; description = "Hydrogen Multimap"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142108,8 +142108,8 @@ self: { base containers hydrogen-prelude parsec ]; description = "Hydrogen Parsing Utilities"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142129,8 +142129,8 @@ self: { regex-base regex-tdfa strict text time transformers uuid ]; description = "Hydrogen Prelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142142,8 +142142,8 @@ self: { sha256 = "0hdvvp3kxc66y6bxzcrjqp7wc6s21isvfra0ps53j69jmnzqd2mh"; libraryHaskellDepends = [ base hydrogen-prelude parsec ]; description = "Hydrogen Prelude /w Parsec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142160,8 +142160,8 @@ self: { uuid ]; description = "Hydrogen Syntax"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142176,8 +142176,8 @@ self: { base containers hydrogen-prelude parsec time ]; description = "Hydrogen Tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142189,7 +142189,7 @@ self: { sha256 = "04v39lvh0z0ig6igsz7ncfasag3j6pdbsa86gyp63n4g325fmf38"; libraryHaskellDepends = [ base ]; description = "Hydrogen Version Type"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hyena" = callPackage @@ -142206,8 +142206,8 @@ self: { mtl network network-bytestring unix ]; description = "Simple web application server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142229,8 +142229,8 @@ self: { process text wai warp websockets ]; description = "WebGL live-coding environment for writing shaders with Hylogen"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142242,7 +142242,7 @@ self: { sha256 = "0ha9bn7mqyqwpxzzcd4p0hm59dbrf3rcnpyihjkgnb7j4wk1f1rx"; libraryHaskellDepends = [ base data-reify vector-space ]; description = "GLSL embedded in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "hylolib" = callPackage @@ -142258,7 +142258,7 @@ self: { ]; description = "Tools for hybrid logics related programs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142274,7 +142274,7 @@ self: { executableHaskellDepends = [ base hylolib mtl ]; description = "Tableau based theorem prover for hybrid logics"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142291,7 +142291,7 @@ self: { ]; description = "Very small programs for hybrid logics"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142303,7 +142303,7 @@ self: { sha256 = "14vl52v4qshdyp45qrg8ii8xzpi6n05qdgz3ri59wis8hdw1v06z"; libraryHaskellDepends = [ base blaze-html deepseq text ]; description = "Display class for the HyperHaskell graphical Haskell interpreter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hyper-extra" = callPackage @@ -142318,8 +142318,8 @@ self: { base diagrams-lib diagrams-svg hyper QuickCheck svg-builder text ]; description = "Display instances for the HyperHaskell graphical Haskell interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142339,8 +142339,8 @@ self: { hint hyper scotty text transformers ]; description = "Server back-end for the HyperHaskell graphical Haskell interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142359,8 +142359,8 @@ self: { pipes pretty ]; description = "a fast, trustworthy HTTP(s) server built"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142376,8 +142376,8 @@ self: { adjunctions base distributive profunctors transformers ]; description = "Hyperfunctions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142405,8 +142405,8 @@ self: { base hspec lens QuickCheck text unordered-containers ]; description = "Reliable performance measurement with robust data export"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142432,7 +142432,7 @@ self: { simple-reflect ]; description = "An approximate streaming (constant space) unique object counter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hyperloglogplus" = callPackage @@ -142448,8 +142448,8 @@ self: { ]; testHaskellDepends = [ base HUnit semigroups tasty tasty-hunit ]; description = "Approximate cardinality estimation using constant space"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142465,8 +142465,8 @@ self: { aeson attoparsec base bytestring http-enumerator http-types ]; description = "A thin wrapper for the Hyperpublic API"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142478,7 +142478,7 @@ self: { sha256 = "0pnp5d1a0hwn6jm8v6i7yygd831q2bvsz6qb9n8db8n17lfxikx4"; libraryHaskellDepends = [ base containers ]; description = "Text hyphenation algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hyphenation" = callPackage @@ -142500,7 +142500,7 @@ self: { base containers doctest unordered-containers ]; description = "Configurable Knuth-Liang hyphenation"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "hypher" = callPackage @@ -142529,8 +142529,8 @@ self: { transformers-base unordered-containers vector ]; description = "A Haskell neo4j client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142575,7 +142575,7 @@ self: { librarySystemDepends = [ z3 ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Bindings for the Z3 Theorem Prover"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) z3;}; "hzaif" = callPackage @@ -142592,7 +142592,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "This package is Zaif Exchange Api wrapper"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hzenhan" = callPackage @@ -142604,7 +142604,7 @@ self: { libraryHaskellDepends = [ base containers text ]; testHaskellDepends = [ base containers QuickCheck text ]; description = "Zenhan library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hzenity" = callPackage @@ -142619,7 +142619,7 @@ self: { base containers data-default process process-extras text time ]; description = "Haskell interface to Zenity dialogs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "hzk" = callPackage @@ -142637,7 +142637,7 @@ self: { ]; testSystemDepends = [ zookeeper_mt ]; description = "Haskell client library for Apache Zookeeper"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) zookeeper_mt;}; "hzulip" = callPackage @@ -142661,8 +142661,8 @@ self: { scotty stm stm-conduit text transformers ]; description = "A haskell wrapper for the Zulip API"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142683,8 +142683,8 @@ self: { base containers hspec tasty tasty-hspec text ]; description = "Internationalization for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142704,7 +142704,7 @@ self: { transformers turtle ]; description = "Base i3blocks written in haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "i3ipc" = callPackage @@ -142721,8 +142721,8 @@ self: { ]; testHaskellDepends = [ aeson base bytestring hspec ]; description = "A type-safe wrapper around i3's IPC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142741,8 +142741,8 @@ self: { time ]; description = "iCalendar data types, parser, and printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142755,7 +142755,7 @@ self: { libraryHaskellDepends = [ base interleavableIO mtl ]; description = "Version of Control.Exception using InterleavableIO."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "iap-verifier" = callPackage @@ -142771,8 +142771,8 @@ self: { monads-tf text transformers ]; description = "A simple wrapper of In-App-Purchase receipt validate APIs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142789,8 +142789,8 @@ self: { attoparsec base bytestring network unix ]; description = "An API for the Interactive Brokers Trading Workstation written in pure Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142809,8 +142809,8 @@ self: { ]; testHaskellDepends = [ base HUnit tasty tasty-hunit text ]; description = "Validate and generate IBANs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142822,7 +142822,7 @@ self: { sha256 = "0yrdh4y0ssldg0lmrbr6yk0zg2sihirp3mnh20dvg3m887kdhrj1"; libraryHaskellDepends = [ base dbus directory unix xdg-basedir ]; description = "A simple uncomplete ibus api"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "ical" = callPackage @@ -142843,8 +142843,8 @@ self: { executableHaskellDepends = [ base time ]; testHaskellDepends = [ base ]; description = "iCalendar format parser and org-mode converter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142890,8 +142890,8 @@ self: { wai-websockets warp websockets ]; description = "A fast JSON document store with push notification support"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ rkrzr ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ rkrzr ]; }) {}; "icfpc2020-galaxy" = callPackage @@ -142902,7 +142902,7 @@ self: { sha256 = "17m8vp3kikpscagb40972r9a8i6ng8wjc697zdslj5zl95rpyrvd"; libraryHaskellDepends = [ base ghc-prim transformers ]; description = "A strange message received at the Pegovka observatory"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "icon-fonts" = callPackage @@ -142913,7 +142913,7 @@ self: { sha256 = "0lc5filf2xydjrsq9d5qlwz3y76pn590pjiqjjhibkk4dhnys3gs"; libraryHaskellDepends = [ base ]; description = "Package for handling icon fonts in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "iconv" = callPackage @@ -142924,7 +142924,7 @@ self: { sha256 = "0m5m0ph5im443xcz60wm1zp98bnmf8l1b5gfllxwhjriwdl52hin"; libraryHaskellDepends = [ base bytestring ]; description = "String encoding conversion"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "iconv-typed" = callPackage @@ -142940,8 +142940,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Type safe iconv wrapper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -142988,8 +142988,8 @@ self: { test-framework test-framework-hunit text unix utf8-string ]; description = "An IDE backend library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143014,8 +143014,8 @@ self: { unix-compat ]; description = "Shared library used be ide-backend and ide-backend-server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143027,7 +143027,7 @@ self: { sha256 = "1zj1glpyhmgpkxy4n96aqqf3s1gl2irl8ksnx4i9y4nwvs06qzj0"; libraryHaskellDepends = [ base ]; description = "RTS for the IDE backend"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ide-backend-server" = callPackage @@ -143050,8 +143050,8 @@ self: { transformers unix unordered-containers zlib ]; description = "An IDE backend server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143071,8 +143071,8 @@ self: { QuickCheck random streaming-commons time uniplate wai wl-pprint ]; description = "Feedback services for intelligent tutoring systems"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143091,7 +143091,7 @@ self: { ]; description = "Interactive domain reasoner for logic and mathematics"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143105,8 +143105,8 @@ self: { base containers ideas parsec QuickCheck ]; description = "Common types for mathematical domain reasoners"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143122,8 +143122,8 @@ self: { base containers ideas ideas-math-types ]; description = "Interactive domain reasoner for statistics"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143136,8 +143136,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "Idempotent monoids"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143160,7 +143160,7 @@ self: { base bytestring criterion JuicyPixels random tf-random ]; description = "Flexible generation of identicons"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "identicon-style-squares" = callPackage @@ -143180,7 +143180,7 @@ self: { base bytestring cryptohash identicon JuicyPixels ]; description = "Squares style for the identicon package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "identifiers" = callPackage @@ -143204,8 +143204,8 @@ self: { base binary bytestring cereal criterion deepseq text ]; description = "Numeric identifiers for values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143231,8 +143231,8 @@ self: { MissingH polyparse process text utf8-string ]; description = "ID3v2 (tagging standard for MP3 files) library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143244,7 +143244,7 @@ self: { sha256 = "04w2mp9wa4mzdz4njx47j081jia8y000b46cw8vmx44fx8gv1zwp"; libraryHaskellDepends = [ base punycode stringprep text ]; description = "Implements IDNA (RFC 3490)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "idna2008" = callPackage @@ -143255,8 +143255,8 @@ self: { sha256 = "1pd62pr1hyk565mxc15f5lxyms58bywcqll5ya6cnzw20lv4lzlz"; libraryHaskellDepends = [ base punycode split ]; description = "Converts Unicode hostnames into ASCII"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143277,7 +143277,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "A project manage tool for Idris"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "idris" = callPackage @@ -143321,8 +143321,8 @@ self: { time transformers ]; description = "Functional Programming Language with Dependent Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gmp;}; @@ -143334,7 +143334,7 @@ self: { sha256 = "0ckhmy10l4kchr5bg1hlygrj86ij0wrj3r8in9g3c3jhh00dx3km"; libraryHaskellDepends = [ base ]; description = "Utilities for dealing with IEEE floating point numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ieee-utils" = callPackage @@ -143345,8 +143345,8 @@ self: { sha256 = "0548m1xjvzf65kkklmqjr2f5h85zdfpvxmdbx5rcg33zi8aiqfgk"; libraryHaskellDepends = [ base ]; description = "ieee-utils"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143358,7 +143358,7 @@ self: { sha256 = "0x0mkvnf3q4yfh7bi7hv6364gy0l57syzy9xgzyax8z94zh465c3"; libraryHaskellDepends = [ base ]; description = "ieee-utils"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ieee754" = callPackage @@ -143369,7 +143369,7 @@ self: { sha256 = "1lcs521g9lzy9d7337vg4w7q7s8500rfqy7rcifcz6pm6yfgyb8f"; libraryHaskellDepends = [ base ]; description = "Utilities for dealing with IEEE floating point numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ieee754-parser" = callPackage @@ -143396,8 +143396,8 @@ self: { ]; testHaskellDepends = [ base bytestring HUnit stocks ]; description = "Library for the IEX Trading API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143409,7 +143409,7 @@ self: { sha256 = "078lg8b6n4bhlhh6ax4k4n8k8fk7hiwcnzyr4h9zbq6vczl77xi8"; libraryHaskellDepends = [ base ]; description = "(?) and (?>) conditional operator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ifcxt" = callPackage @@ -143423,8 +143423,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "put if statements within type constraints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143452,7 +143452,7 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "An inductive-form set constraint solver"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ig" = callPackage @@ -143473,8 +143473,8 @@ self: { time transformers transformers-base unordered-containers ]; description = "Bindings to Instagram's API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143497,8 +143497,8 @@ self: { transformers wl-pprint-text ]; description = "An keyboard-driven interactive graph editor"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143517,8 +143517,8 @@ self: { libraryPkgconfigDepends = [ ige-mac-integration ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Bindings for the Gtk/OS X integration library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {ige-mac-integration = null;}; @@ -143538,8 +143538,8 @@ self: { executableHaskellDepends = [ base directory path ]; testHaskellDepends = [ base HTF text ]; description = "Handle ignore files of different VCSes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143557,8 +143557,8 @@ self: { librarySystemDepends = [ igraph ]; libraryToolDepends = [ c2hs ]; description = "Bindings to the igraph C library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) igraph;}; @@ -143572,7 +143572,7 @@ self: { ad base poly semirings text vector-space ]; description = "International Geomagnetic Reference Field"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ihaskell" = callPackage @@ -143607,8 +143607,8 @@ self: { raw-strings-qq setenv shelly text transformers ]; description = "A Haskell backend kernel for the IPython project"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143624,8 +143624,8 @@ self: { aeson aeson-pretty base bytestring here ihaskell text ]; description = "IHaskell display instances for Aeson"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143637,8 +143637,8 @@ self: { sha256 = "1vb4x6h6bs3liq1bbnhs3ns0zrk4czy63zmkp1q075g7fq1fh7hw"; libraryHaskellDepends = [ base ihaskell ]; description = "IHaskell display instances for basic types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143650,8 +143650,8 @@ self: { sha256 = "1733lg13v3pn95249gxbxrvbwfg2a95badvf98vkx6hx2mbxv9q7"; libraryHaskellDepends = [ base blaze-html blaze-markup ihaskell ]; description = "IHaskell display instances for blaze-html types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143668,8 +143668,8 @@ self: { ihaskell ]; description = "IHaskell display instances for charts types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143686,8 +143686,8 @@ self: { directory ihaskell text ]; description = "IHaskell display instances for diagram types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143699,8 +143699,8 @@ self: { sha256 = "1cbfhv9kg33dj28mn6mhhi363pz9jr2kw4ph64ga1fiawlj563l0"; libraryHaskellDepends = [ base classy-prelude ihaskell ]; description = "IHaskell display instances for basic types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143712,8 +143712,8 @@ self: { sha256 = "1qdcx0y52w805z5dg2xwsy1ykbbk05i4k04y0w3r4r3wwjvq3kk6"; libraryHaskellDepends = [ base bytestring gnuplot ihaskell ]; description = "IHaskell display instance for Gnuplot (from gnuplot package)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143725,8 +143725,8 @@ self: { sha256 = "1min39vd75rn7vwpmggf8a30fhlv5zphhmckb5a4g6lqg5v1kf1y"; libraryHaskellDepends = [ base bytestring ihaskell process ]; description = "IHaskell display instance for GraphViz (external binary)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143738,8 +143738,8 @@ self: { sha256 = "0rsfavpxm14bbrjcsi9rps3p1bjhhgvam0znhn8vwfmic3fpsda8"; libraryHaskellDepends = [ base HaTeX ihaskell text ]; description = "IHaskell display instances for hatex"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143751,8 +143751,8 @@ self: { sha256 = "0k7h33cqj58dv4hrsdjgnbykh036mrvbw6cbr98xlkdq5062pnzp"; libraryHaskellDepends = [ aeson base hvega ihaskell text ]; description = "IHaskell display instance for hvega types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143770,8 +143770,8 @@ self: { ihaskell-blaze inline-r template-haskell temporary ]; description = "Embed R quasiquotes and plots in IHaskell notebooks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143786,8 +143786,8 @@ self: { base bytestring directory ihaskell JuicyPixels ]; description = "IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143804,8 +143804,8 @@ self: { text utf8-string ]; description = "IHaskell display instances for bytestrings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143821,8 +143821,8 @@ self: { aeson base here ihaskell parsec random text unordered-containers ]; description = "IHaskell display instances for Parsec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143834,8 +143834,8 @@ self: { sha256 = "12bi8im5489kmy0d26kn3hljkj4c1xynsa97h6nh5dp53awklm3y"; libraryHaskellDepends = [ base bytestring hmatrix ihaskell plot ]; description = "IHaskell display instance for Plot (from plot package)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143853,8 +143853,8 @@ self: { ihaskell ihaskell-blaze Rlang-QQ split stm template-haskell xformat ]; description = "a rDisp quasiquote to show plots from Rlang-QQ in IHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143872,8 +143872,8 @@ self: { text unix unordered-containers vector vinyl ]; description = "IPython standard widgets for IHaskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143887,7 +143887,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base process ]; description = "Interpolated Haskell"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "ihttp" = callPackage @@ -143905,8 +143905,8 @@ self: { ]; executableHaskellDepends = [ base network ]; description = "Incremental HTTP iteratee"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143924,7 +143924,7 @@ self: { base criterion lens loop transformers vector ]; description = "Optimised list functions for doing index-related things"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "illuminate" = callPackage @@ -143944,8 +143944,8 @@ self: { executableHaskellDepends = [ array base containers html xhtml ]; executableToolDepends = [ alex ]; description = "A fast syntax highlighting library built with alex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -143959,7 +143959,7 @@ self: { editedCabalFile = "1wl2sv2g7iwxldk582h1z6a2b3ks4wzk8rx8bflcxwlh6s4kq0s7"; libraryHaskellDepends = [ base bytestring ]; description = "Determine the type of an image by reading the first bytes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "imagefilters" = callPackage @@ -143970,7 +143970,7 @@ self: { sha256 = "1n7awx8wsm6z0sp54jri3sp403n14wzr08vjj4a422q1lf306l3y"; libraryHaskellDepends = [ base gd ]; description = "Image Filters (contrast, brightness, gaussian blur, etc)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "imagemagick" = callPackage @@ -143995,7 +143995,7 @@ self: { testPkgconfigDepends = [ imagemagick ]; description = "bindings to imagemagick library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) imagemagick;}; "imagepaste" = callPackage @@ -144014,8 +144014,8 @@ self: { template-haskell transformers vcs-revision ]; description = "Command-line image paste utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144036,7 +144036,7 @@ self: { base bytestring conduit conduit-extra hspec resourcet ]; description = "Determine the size of some common image formats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "imap" = callPackage @@ -144062,8 +144062,8 @@ self: { tasty-quickcheck text transformers word8 ]; description = "An efficient IMAP client library, with SSL and streaming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144081,8 +144081,8 @@ self: { base bytestring directory HaskellNet HsOpenSSL network text ]; description = "Downloads email from imap SSL servers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144105,7 +144105,7 @@ self: { ]; description = "Minimalistic reference manager"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144121,8 +144121,8 @@ self: { base data-default-class http-client req text xml-conduit xml-lens ]; description = "A function to post an image to imgur"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144143,8 +144143,8 @@ self: { base curl directory haskell98 hxt hxt-xpath url ]; description = "Uploader for Imgur"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144157,8 +144157,8 @@ self: { libraryHaskellDepends = [ base imj-base imj-prelude mtl ]; testHaskellDepends = [ base ]; description = "Animation Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144183,8 +144183,8 @@ self: { ansi-terminal base imj-prelude mtl text time ]; description = "Game engine with geometry, easing, animated text, delta rendering"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144205,8 +144205,8 @@ self: { executableHaskellDepends = [ base imj-prelude ]; testHaskellDepends = [ base imj-base mtl text ]; description = "A game with flying numbers and 8-bit color animations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144222,8 +144222,8 @@ self: { base imj-prelude optparse-applicative ]; description = "An application to determine the maximum capacity of stdout buffer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144235,8 +144235,8 @@ self: { sha256 = "1nv3fxps3i4znibv98qygxdl22dzri5zkw6hjaqajb4nlnh4bd0v"; libraryHaskellDepends = [ base mtl text ]; description = "Prelude library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144275,8 +144275,8 @@ self: { typed-process typerep-map uri-bytestring xml-conduit xml-types ]; description = "Execute arbitrary actions for each item from RSS/Atom feeds"; - license = stdenv.lib.licenses.cc0; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144295,8 +144295,8 @@ self: { base lifted-base stm tasty tasty-hunit transformers ]; description = "Spawn threads that never die (unless told to do so)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "immortal" = callPackage @@ -144310,7 +144310,7 @@ self: { libraryHaskellDepends = [ base stm unliftio-core ]; testHaskellDepends = [ base stm tasty tasty-hunit transformers ]; description = "Spawn threads that never die (unless told to do so)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "immortal-queue" = callPackage @@ -144322,7 +144322,7 @@ self: { libraryHaskellDepends = [ async base immortal ]; testHaskellDepends = [ base stm tasty tasty-hunit ]; description = "Build a pool of queue-processing worker threads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "immortal-worker" = callPackage @@ -144338,8 +144338,8 @@ self: { unliftio-core ]; description = "Create worker threads that logs exceptions and restarts"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144363,8 +144363,8 @@ self: { parsec richreports split staticanalysis text uxadt ]; description = "Multi-platform parser analyzer and generator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144390,8 +144390,8 @@ self: { tasty-th ]; description = "Deep embedding of imperative programs with code generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144408,8 +144408,8 @@ self: { operational-alacarte pretty syntactic ]; description = "Deep embedding of VHDL programs with code generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144422,8 +144422,8 @@ self: { libraryHaskellDepends = [ base containers named template-haskell ]; doHaddock = false; description = "Framework for defaulting superclasses"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144454,7 +144454,7 @@ self: { testHaskellDepends = [ base hspec parsec ]; benchmarkHaskellDepends = [ base criterion parsec ]; description = "A math-inspired programmatic 2D & 3D CAD system"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "implicit-hie" = callPackage @@ -144480,7 +144480,7 @@ self: { hspec-attoparsec text transformers yaml ]; description = "Auto generate hie-bios cradles & hie.yaml"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "implicit-hie-cradle" = callPackage @@ -144500,7 +144500,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Auto generate hie-bios cradles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "implicit-logging" = callPackage @@ -144513,8 +144513,8 @@ self: { editedCabalFile = "02x6cmbxyw26y5azhjrx8461vngsj27l0a255xvhg2pl25zwfbfs"; libraryHaskellDepends = [ base mtl time transformers ]; description = "A logging framework built around implicit parameters"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144526,8 +144526,8 @@ self: { sha256 = "1da01fnwxf1350ywawvl58qf479q2rz81wi9s8lvw2n3d75qpn8i"; libraryHaskellDepends = [ base data-default-class ]; description = "Named and unnamed implicit parameters with defaults"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144560,8 +144560,8 @@ self: { universum unordered-containers ]; description = "Tool for haskell imports refactoring"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144574,8 +144574,8 @@ self: { libraryHaskellDepends = [ base directory filepath mtl ]; testHaskellDepends = [ base directory filepath mtl ]; description = "Generate code for importing directories automatically"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144587,8 +144587,8 @@ self: { sha256 = "0557f8a9aaslkhpyp7b6zidg88a3472ya31rp8amqf71393nvkqp"; libraryHaskellDepends = [ base lens ]; description = "Set of data and type definitions of impossible types. Impossible types are useful when declaring type classes / type families instances that should not be expanded by GHC until a specific type is provided in order to keep the types nice and readable."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144609,8 +144609,8 @@ self: { ]; testHaskellDepends = [ base Cabal Imprevu ]; description = "Reactive programming language based on a DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {Imprevu = null;}; @@ -144631,8 +144631,8 @@ self: { ]; testHaskellDepends = [ base Cabal ]; description = "Imprevu support for Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "imprint" = callPackage @@ -144646,8 +144646,8 @@ self: { libraryHaskellDepends = [ base binary bytestring constraints ]; testHaskellDepends = [ base binary constraints hspec ]; description = "Serialization of arbitrary Haskell expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144659,8 +144659,8 @@ self: { sha256 = "0z8w7lgk263ickb4l3ajhvy1bjq38bbiiw6c048a3yn4h8kpg67a"; libraryHaskellDepends = [ base mtl yices ]; description = "An imperative, verifiable programming language for high assurance applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144683,7 +144683,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Mutable containers in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "in-other-words" = callPackage @@ -144704,7 +144704,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A higher-order effect system where the sky's the limit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "inbox" = callPackage @@ -144715,7 +144715,7 @@ self: { sha256 = "12012di97775da8ijv0qjwaxls36kvly0j7nvqqj15ai3kf9yarq"; libraryHaskellDepends = [ async base error-or text time ]; description = "Inbox for asychronous messages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "inc-ref" = callPackage @@ -144726,7 +144726,7 @@ self: { sha256 = "0hr25bdwq2a1mj74wb8dvb95jyfqx13rz0h4makyb5kqlhxz40xl"; libraryHaskellDepends = [ base stm ]; description = "A STM reference useful for incremental computing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "inch" = callPackage @@ -144748,8 +144748,8 @@ self: { presburger pretty ]; description = "A type-checker for Haskell with integer constraints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144761,8 +144761,8 @@ self: { sha256 = "1dsrx48srmrqcw4y60prgnzxzr7nc7vyzjv0nnr2vaay3j6pxkii"; libraryHaskellDepends = [ base ]; description = "Simple parser combinators for lexical analysis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144781,7 +144781,7 @@ self: { testHaskellDepends = [ base bytestring ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Inclusion of files in executables at compile-time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "incremental" = callPackage @@ -144797,7 +144797,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "incremental update library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "incremental-computing" = callPackage @@ -144817,8 +144817,8 @@ self: { ]; benchmarkHaskellDepends = [ base containers deepseq QuickCheck ]; description = "Incremental computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144842,8 +144842,8 @@ self: { QuickCheck ]; description = "Package for doing incremental computations on maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144867,7 +144867,7 @@ self: { base bytestring criterion deepseq monoid-subclasses text ]; description = "Generic parser library capable of providing partial results from partial input"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "incremental-sat-solver" = callPackage @@ -144878,7 +144878,7 @@ self: { sha256 = "1a75jkv48awijwdch0lnvcxdihh8ns9rflzgsbbhw8p34k1jpz8s"; libraryHaskellDepends = [ base containers mtl ]; description = "Simple, Incremental SAT Solving as a Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "increments" = callPackage @@ -144897,8 +144897,8 @@ self: { test-framework test-framework-quickcheck2 ]; description = "type classes for incremental updates to data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144913,7 +144913,7 @@ self: { libraryHaskellDepends = [ base containers text ]; executableHaskellDepends = [ base optparse-applicative text ]; description = "Fix your indentation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indentation" = callPackage @@ -144929,8 +144929,8 @@ self: { parsec parsers trifecta ]; description = "Indentation sensitive parsing combinators for Parsec and Trifecta"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144942,8 +144942,8 @@ self: { sha256 = "1l1zk5wz9x0m4ird1qk8shi1fkcm3sq2nwkjj6wz2sicp0xkx6h9"; libraryHaskellDepends = [ base mtl ]; description = "Indentation sensitive parsing combinators core library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144958,8 +144958,8 @@ self: { libraryHaskellDepends = [ base indentation-core mtl parsec ]; testHaskellDepends = [ base parsec tasty tasty-hunit ]; description = "Indentation sensitive parsing combinators for Parsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144976,8 +144976,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit trifecta ]; description = "Indentation sensitive parsing combinators for Trifecta"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -144991,7 +144991,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base mtl parsec ]; description = "A parser for indentation based structures"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "indents" = callPackage @@ -145003,7 +145003,7 @@ self: { libraryHaskellDepends = [ base mtl parsec ]; testHaskellDepends = [ base mtl parsec tasty tasty-hunit ]; description = "indentation sensitive parser-combinators for parsec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "index-core" = callPackage @@ -145014,8 +145014,8 @@ self: { sha256 = "014fr720vvl1zs0hl6ljsa1dskwby6zqrlwrrhv0pk1nsmxbilbm"; libraryHaskellDepends = [ base ]; description = "Indexed Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145037,8 +145037,8 @@ self: { unordered-containers vector vector-th-unbox ]; description = "Tools for entity indexation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145050,7 +145050,7 @@ self: { sha256 = "1hpmzg9ziqgng4wh4g0x4p6sdvn9f31hymwxdvfffydzqq70k17g"; libraryHaskellDepends = [ base ]; description = "Haskell98 indexed functors, monads, comonads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indexed-containers" = callPackage @@ -145063,7 +145063,7 @@ self: { testHaskellDepends = [ base hspec ]; testToolDepends = [ hspec-discover ]; description = "Simple, no-frills indexed lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indexed-do-notation" = callPackage @@ -145077,7 +145077,7 @@ self: { base haskell-src-meta indexed template-haskell ]; description = "Do notation for indexed monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indexed-extras" = callPackage @@ -145090,7 +145090,7 @@ self: { editedCabalFile = "0103q2ns33wmcnlhda2lcrz2x1kr2cyfxpv7akj6y09k7q19ir77"; libraryHaskellDepends = [ base bifunctors indexed mtl pointed ]; description = "Indexed functors, monads and comonads that require extensions to Haskell98"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indexed-free" = callPackage @@ -145101,7 +145101,7 @@ self: { sha256 = "1172vxhyzyf061mnlb8dndnvycjk3shxhiqd8hdz42ipv223admx"; libraryHaskellDepends = [ base indexed ]; description = "indexed monads for free"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indexed-list-literals" = callPackage @@ -145113,7 +145113,7 @@ self: { libraryHaskellDepends = [ base Only ]; testHaskellDepends = [ base hspec ]; description = "Type safe indexed list literals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indexed-profunctors" = callPackage @@ -145124,7 +145124,7 @@ self: { sha256 = "0rdvj62rapkkj5zv5jyx2ynfwn2iszx1w2q08j9ik17zklqv9pri"; libraryHaskellDepends = [ base ]; description = "Utilities for indexed profunctors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indexed-traversable" = callPackage @@ -145135,7 +145135,7 @@ self: { sha256 = "0fc18vdm1894yjbjkj9wjm27bf37ac3gvkzak677mgiw2pinmhvs"; libraryHaskellDepends = [ array base containers transformers ]; description = "FunctorWithIndex, FoldableWithIndex, TraversableWithIndex"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "indexed-traversable-instances" = callPackage @@ -145159,7 +145159,7 @@ self: { vector ]; description = "More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "indextype" = callPackage @@ -145171,8 +145171,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "A series of type families and constraints for \"indexable\" types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145184,7 +145184,7 @@ self: { sha256 = "1dw0fy3v2hfvlaw371af2c288v4p0wyg43h88clswids3nh1lpn8"; libraryHaskellDepends = [ base gtk HDBC HDBC-sqlite3 ]; description = "Indian Language Font Converter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "indices" = callPackage @@ -145199,8 +145199,8 @@ self: { testHaskellDepends = [ base QuickCheck ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Multi-dimensional statically bounded indices"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145226,8 +145226,8 @@ self: { raw-strings-qq template-haskell text time ]; description = "A collection of implementations of IndieWeb algorithms"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145263,8 +145263,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Convenient imperative eDSL over Lorentz"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {cleveland = null;}; @@ -145277,8 +145277,8 @@ self: { libraryHaskellDepends = [ array base deepseq vector ]; testHaskellDepends = [ array base deepseq QuickCheck text vector ]; description = "Non-contiguous interval data types with potentially infinite ranges"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145297,7 +145297,7 @@ self: { base directory filepath hspec text text-metrics ]; description = "Infer software license from a given license file"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "infer-upstream" = callPackage @@ -145314,8 +145314,8 @@ self: { ansi-wl-pprint base github optparse-applicative parsec process text ]; description = "Find the repository from where a given repo was forked"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145336,8 +145336,8 @@ self: { unordered-containers wai ]; description = "The Infernal Machine - An AWS Lambda Custom Runtime for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145358,8 +145358,8 @@ self: { ]; executableHaskellDepends = [ base optparse-applicative parsec ]; description = "Type inference and checker for JavaScript (experimental)"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145371,7 +145371,7 @@ self: { sha256 = "18sf9798nna155xix71lw68k19r7ayk9kmppjzd76yxa61r38g41"; libraryHaskellDepends = [ base ]; description = "Exhaustively searchable infinite sets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "infinity" = callPackage @@ -145386,8 +145386,8 @@ self: { executableHaskellDepends = [ base binary Cabal filepath ghc irc plugins ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145400,7 +145400,7 @@ self: { libraryHaskellDepends = [ base containers haskell-src ]; description = "Infix expression re-parsing (for HsParser library)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145420,7 +145420,7 @@ self: { base containers hspec hspec-megaparsec megaparsec QuickCheck text ]; description = "Inflections library for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "inflist" = callPackage @@ -145432,8 +145432,8 @@ self: { libraryHaskellDepends = [ base QuickCheck ]; testHaskellDepends = [ base QuickCheck ]; description = "An infinite list type and operations thereon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145461,7 +145461,7 @@ self: { template-haskell time vector ]; description = "Haskell client library for InfluxDB"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "informative" = callPackage @@ -145489,8 +145489,8 @@ self: { time-locale-compat yesod yesod-auth yesod-core yesod-form ]; description = "A yesod subsite serving a wiki"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145507,7 +145507,7 @@ self: { ]; testHaskellDepends = [ base hspec unordered-containers ]; description = "Quick and easy configuration files in the INI format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ini-qq" = callPackage @@ -145521,8 +145521,8 @@ self: { libraryHaskellDepends = [ base ini template-haskell text ]; testHaskellDepends = [ base HUnit ini raw-strings-qq text ]; description = "Quasiquoter for INI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145542,8 +145542,8 @@ self: { testpack trifecta ]; description = "Processing for .ini files with duplicate sections and options"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145555,8 +145555,8 @@ self: { sha256 = "0k3bl5adj512bzqysapnggvf6fmi0hs3mvxkymsh9af7gan8y504"; libraryHaskellDepends = [ base ]; description = "Initialization and Deinitialization of 'Storable' values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145567,7 +145567,7 @@ self: { version = "1.0"; sha256 = "1dhssqy5369vzcxkkrv8bi5bjz0z67dawwzc27mz9m40bq7324j0"; description = "A class for injective (one-to-one) functions"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "inj-base" = callPackage @@ -145578,7 +145578,7 @@ self: { sha256 = "1cvhk4ww55nd85rwhaagaz2fihcakrqxy9r37jdp3jghaybk9p9d"; libraryHaskellDepends = [ base inj ]; description = "'Inj' instances for 'base'"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "inject" = callPackage @@ -145597,7 +145597,7 @@ self: { attoparsec base hspec hspec-expectations process text ]; description = "A minimalistic template engine"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "inject-function" = callPackage @@ -145608,8 +145608,8 @@ self: { sha256 = "1iw82rzw2w3y40zndz3mxpa7k5ds8zs87ccvp228s4zva0mp5ddl"; libraryHaskellDepends = [ base ]; description = "Monadic functions with injected parameters"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145638,8 +145638,8 @@ self: { uniplate ]; description = "Inline some Assembly in ur Haskell!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145665,7 +145665,7 @@ self: { unordered-containers vector ]; description = "Write Haskell source files including C code inline. No FFI required."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "inline-c-cpp" = callPackage @@ -145683,7 +145683,7 @@ self: { base containers hspec inline-c safe-exceptions ]; description = "Lets you embed C++ code into Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "inline-c-cpp_0_4_0_3" = callPackage @@ -145702,8 +145702,8 @@ self: { vector ]; description = "Lets you embed C++ code into Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "inline-c-win32" = callPackage @@ -145718,7 +145718,7 @@ self: { base containers inline-c template-haskell Win32 ]; description = "Win32 API Context for the inline-c library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "inline-java" = callPackage @@ -145742,8 +145742,8 @@ self: { base criterion deepseq jni jvm singletons ]; description = "Java interop via inline Java code in Haskell modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145778,8 +145778,8 @@ self: { template-haskell vector ]; description = "Seamlessly call R from Haskell and vice versa. No FFI required."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) R;}; @@ -145800,7 +145800,7 @@ self: { executableHaskellDepends = [ base text ]; testHaskellDepends = [ base text ]; description = "Interactive literate programming"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "input-parsers" = callPackage @@ -145816,7 +145816,7 @@ self: { text transformers ]; description = "Extension of the parsers library with more capability and efficiency"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "inquire" = callPackage @@ -145829,8 +145829,8 @@ self: { isExecutable = true; executableHaskellDepends = [ aether base text ]; description = "Console client for encyclopedias"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {aether = null;}; @@ -145855,7 +145855,7 @@ self: { unordered-containers ]; description = "Associative containers retaining insertion order for traversals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "inserts" = callPackage @@ -145866,8 +145866,8 @@ self: { sha256 = "1m72ysfd2g2jszvcihh7zbfxvpj2a8qjq3ra4vs4bjzpja4kh477"; libraryHaskellDepends = [ attoparsec base bytestring dlist ]; description = "Stupid simple bytestring templates"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145885,7 +145885,7 @@ self: { async base bytestring cmdargs pipes pipes-network ]; description = "A simple proxy for debugging plaintext protocols communication"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "inspection-testing" = callPackage @@ -145901,7 +145901,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "GHC plugin to do inspection testing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "inspector-wrecker" = callPackage @@ -145923,8 +145923,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Create benchmarks from the HAR files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145959,8 +145959,8 @@ self: { regex-tdfa retry scientific text unix unordered-containers ]; description = "SDK for adding custom Instana tracing support to Haskell applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -145972,7 +145972,7 @@ self: { sha256 = "0wvb3hia5n0nmfd5ih17qp6f7517s164c5mhrn29ai7vv20x6vbx"; libraryHaskellDepends = [ base mtl transformers ]; description = "Controls how the compiler searches for instances using type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "instance-map" = callPackage @@ -145988,8 +145988,8 @@ self: { aeson base binary bytestring containers hspec mtl template-haskell ]; description = "Template haskell utilities for helping with deserialization etc. of existential types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146006,8 +146006,8 @@ self: { aeson base instant-generics tasty tasty-quickcheck ]; description = "Generic Aeson instances through instant-generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146024,8 +146024,8 @@ self: { base bytes instant-generics tasty tasty-quickcheck ]; description = "Generic Serial instances through instant-generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146037,8 +146037,8 @@ self: { sha256 = "088fwsj4hllp96ik91wpqyjfjcb5n64sb6b4fqfvplcsn3zzlvv0"; libraryHaskellDepends = [ base deepseq instant-generics ]; description = "Generic NFData instances through instant-generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146052,8 +146052,8 @@ self: { editedCabalFile = "1z5224dfrwlz29clxb2x2s4cn88sfgmq4264zj4vgkkgakvp848w"; libraryHaskellDepends = [ base containers syb template-haskell ]; description = "Generic programming library with a sum of products view"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146065,8 +146065,8 @@ self: { sha256 = "0xrs81j6dmwd5xb69rn24ibngkhrs51n9kr8bs292vhj0awm3y4b"; libraryHaskellDepends = [ base hashable instant-generics ]; description = "Generic Hashable instances through instant-generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146081,7 +146081,7 @@ self: { libraryHaskellDepends = [ base instant-generics mtl ]; description = "Heterogenous Zipper in Instant Generics"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146101,8 +146101,8 @@ self: { http-types network scotty text wai wai-extra ]; description = "Basic HTTP gateway to save articles to Instapaper"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146114,8 +146114,8 @@ self: { sha256 = "0wh95zjdv9j1n3ccg2j08av43qnb9vmiyvqvyi70p47dr481npl8"; libraryHaskellDepends = [ base containers mersenne-random vector ]; description = "Fast artifical neural networks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146127,7 +146127,7 @@ self: { sha256 = "1fc3vgxxzk6rw0y6d40jiyrc66fd1ig7nk4bdmfn1q595q5iwnz3"; libraryHaskellDepends = [ array base containers music-diatonic ]; description = "Render Instrument Chords"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "int-cast" = callPackage @@ -146145,7 +146145,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Checked conversions between integral types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "int-multimap" = callPackage @@ -146166,8 +146166,8 @@ self: { unordered-containers ]; description = "A data structure that associates each Int key with a set of values"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146182,8 +146182,8 @@ self: { libraryHaskellDepends = [ base containers primitive ]; testHaskellDepends = [ base containers doctest primitive ]; description = "Advent of Code 2019 intcode interpreter"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146195,8 +146195,8 @@ self: { sha256 = "06302vwkc99l5gdbk3r25w84gi9cj18jcf8ipi189vpnmw42awwf"; libraryHaskellDepends = [ ghc-prim ]; description = "Integer library based on GMP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "integer-logarithms" = callPackage @@ -146214,7 +146214,7 @@ self: { tasty-smallcheck ]; description = "Integer logarithms"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "integer-pure" = callPackage @@ -146224,8 +146224,8 @@ self: { version = "1.0"; sha256 = "0lrhf6mw90bfph3hbyxv3n7g2n2xnjfq4qnhyhw4ml76k4yybmxa"; description = "A pure-Haskell implementation of arbitrary-precision Integers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146244,7 +146244,7 @@ self: { base smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck ]; description = "Integer roots and perfect powers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "integer-simple" = callPackage @@ -146255,7 +146255,7 @@ self: { sha256 = "1z8hfl4wnsb3bypv3arms0sbvixkalhlcchv35vwziy5wnflnsvn"; libraryHaskellDepends = [ ghc-prim ]; description = "Simple Integer library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "integration" = callPackage @@ -146266,7 +146266,7 @@ self: { sha256 = "0bsqad6q4kc0wykswwqykcn6nd4wj6yd9dzpg075h2n1mmg3h9qc"; libraryHaskellDepends = [ base parallel ]; description = "Fast robust numeric integration via tanh-sinh quadrature"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "integreat" = callPackage @@ -146292,8 +146292,8 @@ self: { vector ]; description = "Integrate different assays"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146312,8 +146312,8 @@ self: { ]; librarySystemDepends = [ intel_aes ]; description = "Hardware accelerated AES encryption and Random Number Generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {intel_aes = null;}; @@ -146334,8 +146334,8 @@ self: { testHaskellDepends = [ base ]; doHaddock = false; description = "A GHC Core plugin for intensional datatype refinement checking"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146352,7 +146352,7 @@ self: { base bytestring hspec main-tester mtl silently ]; description = "instantly create REPL from any function"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "interactive-plot" = callPackage @@ -146371,7 +146371,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Interactive quick time series plotting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "interchangeable" = callPackage @@ -146382,7 +146382,7 @@ self: { sha256 = "1r0gxwbl2k4i9r7jlbmabr1088q8nk1an4nhf79gsx2ybfdzlndh"; libraryHaskellDepends = [ base containers ]; description = "A type class for interchangeable data"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "interleavableGen" = callPackage @@ -146396,7 +146396,7 @@ self: { executableHaskellDepends = [ base directory haskell-src hint mtl ]; description = "Generates a version of a module using InterleavableIO"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "interleavableIO" = callPackage @@ -146408,7 +146408,7 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "Use other Monads in functions that asks for an IO Monad"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "interleave" = callPackage @@ -146419,7 +146419,7 @@ self: { sha256 = "062ixqbrrmamwv3fj6vpfcxy35p37i1wpmsxk1gl9n06n0lg9a8c"; libraryHaskellDepends = [ base ]; description = "Combinators for supporting interleaving of different behaviours"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "interlude" = callPackage @@ -146448,8 +146448,8 @@ self: { string-conv text transformers witherable ]; description = "Prelude replacement based on protolude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146467,7 +146467,7 @@ self: { array base bytestring hashable text unordered-containers ]; description = "Efficient hash-consing for arbitrary data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "internetmarke" = callPackage @@ -146486,7 +146486,7 @@ self: { ]; description = "Shell command for constructing custom stamps for German Post"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146513,8 +146513,8 @@ self: { transformers ]; description = "Complete interactive development program for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146546,7 +146546,7 @@ self: { text transformers unordered-containers vector ]; description = "Tracery-like randomized text interpolation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "interpol" = callPackage @@ -146569,8 +146569,8 @@ self: { test-framework-hunit ]; description = "GHC preprocessor and library to enable variable interpolation in strings"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146588,7 +146588,7 @@ self: { quickcheck-instances template-haskell text ]; description = "String interpolation done right"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "interpolatedstring-perl6" = callPackage @@ -146605,7 +146605,7 @@ self: { base bytestring haskell-src-meta template-haskell text ]; description = "QuasiQuoter for Perl6-style multi-line interpolated strings"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "interpolatedstring-qq" = callPackage @@ -146620,8 +146620,8 @@ self: { base haskell-src-meta-mwotton template-haskell ]; description = "QuasiQuoter for Ruby-style multi-line interpolated strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146637,8 +146637,8 @@ self: { base haskell-src-meta-mwotton template-haskell ]; description = "DO NOT USE THIS. interpolatedstring-qq works now."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146657,8 +146657,8 @@ self: { base bytestring haskell-src-meta HUnit template-haskell text ]; description = "QuasiQuoter for multi-line interpolated strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146675,7 +146675,7 @@ self: { array base containers QuickCheck utility-ht ]; description = "piecewise linear and cubic Hermite interpolation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "interpolator" = callPackage @@ -146696,7 +146696,7 @@ self: { product-profunctors profunctors QuickCheck template-haskell text ]; description = "Runtime interpolation of environment variables in records using profunctors"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "interprocess" = callPackage @@ -146710,7 +146710,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base typed-process ]; description = "Shared memory and control structures for IPC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "interruptible" = callPackage @@ -146728,8 +146728,8 @@ self: { ]; testHaskellDepends = [ base Cabal either transformers ]; description = "Monad transformers that can be run and resumed later, conserving their context"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146741,7 +146741,7 @@ self: { sha256 = "1z0ca16vp3j9l2nkzg8gck2jrysqn2fw4vxr2br0j41fp7iss5wx"; libraryHaskellDepends = [ base base-prelude transformers ]; description = "An abstraction over interspersing monadic actions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "interval" = callPackage @@ -146755,8 +146755,8 @@ self: { libraryHaskellDepends = [ base deepseq fingertree ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Intervals with adherences"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146769,7 +146769,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base hspec QuickCheck time ]; description = "An implementation of Allen's interval algebra for temporal logic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "interval-functor" = callPackage @@ -146781,7 +146781,7 @@ self: { libraryHaskellDepends = [ base transformers ]; testHaskellDepends = [ base hedgehog ]; description = "Intervals of functors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "intervals" = callPackage @@ -146801,7 +146801,7 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Interval Arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "intmap-graph" = callPackage @@ -146812,7 +146812,7 @@ self: { sha256 = "0g4kf7d4yh29jlb5a2f8awjbmaan2f7m1ybkcihayp83lvjld4v0"; libraryHaskellDepends = [ base containers text vector word8 ]; description = "A graph library that allows to explore edges after their type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "intricacy" = callPackage @@ -146835,7 +146835,7 @@ self: { ]; executablePkgconfigDepends = [ ncurses ]; description = "A game of competitive puzzle-design"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) ncurses;}; "intrinsic-superclasses" = callPackage @@ -146850,7 +146850,7 @@ self: { base containers haskell-src-meta mtl template-haskell ]; description = "A quasiquoter for better instance deriving and default methods"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "intro" = callPackage @@ -146872,7 +146872,7 @@ self: { writer-cps-mtl ]; description = "Safe and minimal prelude"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "intro-prelude" = callPackage @@ -146887,8 +146887,8 @@ self: { testHaskellDepends = [ intro ]; doHaddock = false; description = "Intro reexported as Prelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146909,8 +146909,8 @@ self: { validity-containers ]; description = "A prelude for safe new projects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146930,8 +146930,8 @@ self: { introduction path path-io QuickCheck time ]; description = "A prelude for the tests of safe new projects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146943,8 +146943,8 @@ self: { sha256 = "044nw8z2ga46mal9pr64vsc714n4dibx0k2lwgnrkk49729c7lk0"; libraryHaskellDepends = [ base bits-extras bytestring deepseq ]; description = "Pure, mergeable, succinct Int sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -146964,7 +146964,7 @@ self: { base containers criterion random unordered-containers vector ]; description = "An imperative integer set written in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "invariant" = callPackage @@ -146986,7 +146986,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck template-haskell ]; testToolDepends = [ hspec-discover ]; description = "Haskell98 invariant functors"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "invertible" = callPackage @@ -147004,7 +147004,7 @@ self: { ]; testHaskellDepends = [ base QuickCheck transformers ]; description = "bidirectional arrows, bijective functions, and invariant functors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "invertible-grammar" = callPackage @@ -147023,7 +147023,7 @@ self: { tagged template-haskell text transformers ]; description = "Invertible parsing combinators framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "invertible-hlist" = callPackage @@ -147034,8 +147034,8 @@ self: { sha256 = "1824j4k8y5mn16vyk1h3mb72gr19j6rc833w24yqjxjlqw81y3y5"; libraryHaskellDepends = [ base HList invertible ]; description = "invertible functions and instances for HList"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147049,7 +147049,7 @@ self: { base hxt hxt-charproperties invertible mtl ]; description = "invertible transformer instances for HXT Picklers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "invertible-syntax" = callPackage @@ -147060,8 +147060,8 @@ self: { sha256 = "0kyi7gq0a792v4lwmpq8i56vzwk6g7cjc3lbpxch47jsqv8lfhbp"; libraryHaskellDepends = [ base partial-isomorphisms ]; description = "Invertible syntax descriptions for both parsing and pretty printing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147073,7 +147073,7 @@ self: { sha256 = "1nms6w5b8apdz9xlwdqyj9n4m0b192simxg9zl7pv8zkyklyb3aw"; libraryHaskellDepends = [ base bytestring containers text vector ]; description = "Semigroups with involution"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-capture" = callPackage @@ -147091,8 +147091,8 @@ self: { base bytestring hspec hspec-core streaming-bytestring unix ]; description = "Capture IO actions' stdout and stderr"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147112,8 +147112,8 @@ self: { base hspec lifted-base monad-control transformers ]; description = "Choice for IO and lifted IO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147126,7 +147126,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base ]; description = "Easy I/O model to learn IO monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-manager" = callPackage @@ -147140,7 +147140,7 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base containers ]; description = "Skeleton library around the IO monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-memoize" = callPackage @@ -147151,7 +147151,7 @@ self: { sha256 = "0ga85wdvz67jjx8qh6f687kfikcrfmp7winn13v6na7vlaqs2ly7"; libraryHaskellDepends = [ async base ]; description = "Memoize IO actions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-reactive" = callPackage @@ -147165,8 +147165,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "An API for generating TIMBER style reactive objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147179,7 +147179,7 @@ self: { libraryHaskellDepends = [ base stm ]; testHaskellDepends = [ base hspec transformers ]; description = "Exception safe resource management with dynamic regions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-storage" = callPackage @@ -147190,7 +147190,7 @@ self: { sha256 = "1ga9bd7iri6vlsxnjx765yy3bxc4lbz644wyw88yzvpjgz6ga3cs"; libraryHaskellDepends = [ base containers ]; description = "A key-value store in the IO monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-streams" = callPackage @@ -147216,7 +147216,7 @@ self: { time transformers vector zlib zlib-bindings ]; description = "Simple, composable, and easy-to-use stream I/O"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-streams-haproxy" = callPackage @@ -147237,7 +147237,7 @@ self: { test-framework-hunit transformers ]; description = "HAProxy protocol 1.5 support for io-streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-streams-http" = callPackage @@ -147253,7 +147253,7 @@ self: { transformers ]; description = "http-client for io-streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-string-like" = callPackage @@ -147266,7 +147266,7 @@ self: { editedCabalFile = "0fn9zq62js0xybfbhd673hbh5zp0l2v1p2ddknwkclh4i01i03i6"; libraryHaskellDepends = [ base binary bytestring text ]; description = "Classes to handle Prelude style IO functions for different datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "io-throttle" = callPackage @@ -147280,7 +147280,7 @@ self: { libraryHaskellDepends = [ base SafeSemaphore threads ]; testHaskellDepends = [ base ]; description = "Limit number of IO actions started per second"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ioctl" = callPackage @@ -147293,8 +147293,8 @@ self: { editedCabalFile = "15i0plam5pr3zkvmmy0g5q9v1fwvp49r4gsyx3y5j89svyffwqaq"; libraryHaskellDepends = [ base network unix ]; description = "Type-safe I/O control package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147315,8 +147315,8 @@ self: { base containers ivory ivory-backend-c mtl ]; description = "EDSL for concurrent, realtime, embedded programming on top of Ivory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147328,7 +147328,7 @@ self: { sha256 = "1iwi1675ggfwfh5as0zj19q4375b58hrb3g4jfn8myrhlhncixpl"; libraryHaskellDepends = [ base ]; description = "iorefs with a unique stable index"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "iostring" = callPackage @@ -147339,8 +147339,8 @@ self: { sha256 = "0bqi5b8j0i56nqm2fw2ylk6qnc2hm41qx36p93hs0f8javpmv1nn"; libraryHaskellDepends = [ base bytestring path text ]; description = "A class of strings that can be involved in IO"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147352,8 +147352,8 @@ self: { sha256 = "1nvysb0nmx42q0ilr09nzbsmr7mbbclhgl0iikibhhfb34r2afx0"; libraryHaskellDepends = [ base ]; description = "run IOs in a single thread"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147365,8 +147365,8 @@ self: { sha256 = "0ylwrim2wfx3v03syd8v0iwf9kbw9154wlxsp8wc1d3n6sz7p1cc"; libraryHaskellDepends = [ base ]; description = "Supports the automatic undoing of IO operations when an exception is thrown"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147397,8 +147397,8 @@ self: { text ]; description = "Library for IP and MAC addresses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147413,8 +147413,8 @@ self: { libraryHaskellDepends = [ base cpu network template-haskell ]; testHaskellDepends = [ base cpu network tasty tasty-hunit ]; description = "Quasiquoter for IP addresses"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147426,8 +147426,8 @@ self: { sha256 = "1ccr15yn2ska5wgwlcnfpi9w1xxkly0pwqibmdl9a1ggmwfsskv0"; libraryHaskellDepends = [ base binary bytestring iproute ]; description = "IP2Location Haskell package for IP geolocation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147439,8 +147439,8 @@ self: { sha256 = "1hi1q0kiqqp96w29y9699s66rmyr7k0fp6s7z86ll9n3bmf0a4g4"; libraryHaskellDepends = [ base binary bytestring iproute ]; description = "IP2Proxy Haskell package for proxy detection"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147454,7 +147454,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base cmdargs IPv6Addr text ]; description = "Commandline tool to deal with IPv6 address text representations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ipatch" = callPackage @@ -147472,8 +147472,8 @@ self: { unix ]; description = "interactive patch editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147489,8 +147489,8 @@ self: { base binary bytestring dlist mtl network network-bytestring stm ]; description = "High level inter-process communication library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147507,7 +147507,7 @@ self: { ]; testHaskellDepends = [ base hspec unix ]; description = "Simple inter-process communication through IPCVars"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ipfs" = callPackage @@ -147532,8 +147532,8 @@ self: { text vector yaml ]; description = "Access IPFS locally and remotely"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147549,8 +147549,8 @@ self: { aeson base bytestring http-media http-types servant text ]; description = "Auto-generated IPFS HTTP API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147572,8 +147572,8 @@ self: { text ]; description = "IPLD Content-IDentifiers "; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147595,8 +147595,8 @@ self: { libraryPkgconfigDepends = [ ipopt nlopt ]; libraryToolDepends = [ c2hs ]; description = "haskell binding to ipopt and nlopt including automatic differentiation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ipopt; inherit (pkgs) nlopt;}; @@ -147608,8 +147608,8 @@ self: { sha256 = "08x8lfy0dll09y7cvfgmif5gvj7j2kxd8qac3fndmq4z45wiy90s"; libraryHaskellDepends = [ base haskell-src sr-extra ]; description = "Tiny helper for pretty-printing values in ghci console"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147631,7 +147631,7 @@ self: { QuickCheck safe ]; description = "IP Routing Table"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "iptables-helpers" = callPackage @@ -147649,8 +147649,8 @@ self: { ]; executableHaskellDepends = [ base QuickCheck syb ]; description = "iptables rules parser/printer library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147675,8 +147675,8 @@ self: { time unix utf8-string ]; description = "web-interface for iptables"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147700,7 +147700,7 @@ self: { unordered-containers vector ]; description = "Data structure for working with Jupyter notebooks (ipynb)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ipython-kernel" = callPackage @@ -147722,7 +147722,7 @@ self: { transformers unordered-containers uuid zeromq4-haskell ]; description = "A library for creating kernels for IPython frontends"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "irc" = callPackage @@ -147739,7 +147739,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A small library for parsing IRC messages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "irc-bytestring" = callPackage @@ -147750,7 +147750,7 @@ self: { sha256 = "09n4y93x74wblbz89s1hwzmanwwi72cj0baz72485svarg55kid7"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "serialization and parsing of IRC messages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "irc-client" = callPackage @@ -147770,7 +147770,7 @@ self: { x509-store x509-validation ]; description = "An IRC client library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "irc-colors" = callPackage @@ -147781,7 +147781,7 @@ self: { sha256 = "1xl38bq1b6w7z8q0frra4h76lyk63bsy5i1qd34pdgwvikd2rkh0"; libraryHaskellDepends = [ base text ]; description = "Colourize your IRC strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "irc-conduit" = callPackage @@ -147799,7 +147799,7 @@ self: { x509-validation ]; description = "Streaming IRC message library using conduits"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "irc-core" = callPackage @@ -147818,8 +147818,8 @@ self: { ]; testHaskellDepends = [ base hashable HUnit text ]; description = "IRC core library for glirc"; - license = stdenv.lib.licenses.isc; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.isc; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "irc-ctcp" = callPackage @@ -147830,7 +147830,7 @@ self: { sha256 = "16mp9dpp57id760zc932dszd5r1ncskwwxrp0djka5r1alddjz6n"; libraryHaskellDepends = [ base bytestring text ]; description = "A CTCP encoding and decoding library for IRC clients"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "irc-dcc" = callPackage @@ -147854,8 +147854,8 @@ self: { tasty-hspec tasty-quickcheck utf8-string ]; description = "A DCC message parsing and helper library for IRC clients"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147876,8 +147876,8 @@ self: { transformers unordered-containers ]; description = "Library for writing fun IRC bots"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147896,8 +147896,8 @@ self: { time-units unordered-containers ]; description = "Another library for writing IRC clients"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147914,8 +147914,8 @@ self: { ]; testHaskellDepends = [ base text ]; description = "Add color and style decorations to IRC messages"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147929,8 +147929,8 @@ self: { base irc-fun-types regex-applicative text ]; description = "Types and functions for working with the IRC protocol"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147942,8 +147942,8 @@ self: { sha256 = "15q9sfpazrnplj8yp1v641amnw8zcvwb9wp8siy8fbhi6gcx5lip"; libraryHaskellDepends = [ base hashable text ]; description = "Common types for IRC related packages"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -147966,7 +147966,7 @@ self: { parsec random SafeSemaphore stm time unix ]; description = "A library for writing IRC bots"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ircbouncer" = callPackage @@ -147977,7 +147977,7 @@ self: { sha256 = "1bn0m9x89pqknz8gn8gk9is6w6px4hznp3fqqb5dxwssmmjm99zm"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ireal" = callPackage @@ -147988,7 +147988,7 @@ self: { sha256 = "0wxwr74rhf2kmx8dz629k707ir10w4mlkvis50v113kh87d990lj"; libraryHaskellDepends = [ base QuickCheck ]; description = "Real numbers and intervals with relatively efficient exact arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "iri" = callPackage @@ -148014,8 +148014,8 @@ self: { tasty-quickcheck ]; description = "RFC-based resource identifier library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148043,8 +148043,8 @@ self: { base extra multistate text transformers unordered-containers yaml ]; description = "Automated Local Cabal Package Testing and Uploading"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148056,8 +148056,8 @@ self: { sha256 = "1yi1ia4ii6xg17ndp0v47cix0ds6bbrsbf0pghcmx3y4b55v0dlr"; libraryHaskellDepends = [ aeson base http-client lens text wreq ]; description = "Iron.IO message queueing client library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148080,8 +148080,8 @@ self: { antisplice base chatty chatty-utils mtl transformers ]; description = "A technical demo for Antisplice"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148093,8 +148093,8 @@ self: { sha256 = "05a1k70cj4rlaz7yx84m7riz6zhsb588vfyzkza2gr4i5wlhjr6c"; libraryHaskellDepends = [ ad base data-default-class statistics ]; description = "Item Response Theory functions for use in computerized adaptive testing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148107,7 +148107,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "Generic pattern predicates"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "isbn" = callPackage @@ -148119,7 +148119,7 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base hspec text ]; description = "ISBN Validation and Manipulation"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "isdicom" = callPackage @@ -148138,8 +148138,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "An executable and library to determine if a file is a DICOM file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148151,8 +148151,8 @@ self: { sha256 = "10f09br33xy5ldl924kfnnlc5ilwq44hd17s2qdf9jm75q4sa7d5"; libraryHaskellDepends = [ base vacuum ]; description = "Check whether a value has been evaluated"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148166,7 +148166,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base gtk3 ]; description = "A program to show the size of image and whether suitable for wallpaper"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "islink" = callPackage @@ -148177,7 +148177,7 @@ self: { sha256 = "1mxfs8k0znc7v2iynjnhr4k5c9as4ip37ybvxnvjfqy4dld9rgyg"; libraryHaskellDepends = [ base unordered-containers ]; description = "Check if an HTML element is a link"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ismtp" = callPackage @@ -148193,8 +148193,8 @@ self: { lifted-base monad-control netlines network vector ]; description = "Advanced ESMTP library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148207,7 +148207,7 @@ self: { libraryHaskellDepends = [ base mtl profunctors ]; testHaskellDepends = [ base mtl ]; description = "Deriving via arbitrary isomorphisms"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "iso3166-country-codes" = callPackage @@ -148231,7 +148231,7 @@ self: { sha256 = "1s15vb00nqxnmm59axapipib1snh6q5qhfdw7pgb9vdsz8i86jqj"; libraryHaskellDepends = [ base ]; description = "ISO-639-1 language codes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "iso8583-bitmaps" = callPackage @@ -148247,7 +148247,7 @@ self: { th-lift ]; description = "Parse and merge ISO 8583-style bitmaps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "iso8601-duration" = callPackage @@ -148266,8 +148266,8 @@ self: { time ]; description = "Types and parser for ISO8601 durations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148280,7 +148280,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base hspec HUnit time ]; description = "Convert to/from the ISO 8601 time format"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "isobmff" = callPackage @@ -148305,8 +148305,8 @@ self: { base binary bytestring criterion tagged type-spec ]; description = "A parser and generator for the ISO-14496-12/14 base media file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148331,8 +148331,8 @@ self: { base binary bytestring criterion tagged type-spec ]; description = "A (bytestring-) builder for the ISO-14496-12 base media file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148349,8 +148349,8 @@ self: { unordered-containers uri vector ]; description = "Bindings to the isoHunt torrent search API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148369,8 +148369,8 @@ self: { base containers hspec megaparsec QuickCheck ]; description = "Isotopic masses and relative abundances"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148383,7 +148383,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Positive integers test"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "it-has" = callPackage @@ -148395,7 +148395,7 @@ self: { libraryHaskellDepends = [ base generic-lens ]; testHaskellDepends = [ base generic-lens QuickCheck ]; description = "Automatically derivable Has instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "itanium-abi" = callPackage @@ -148413,7 +148413,7 @@ self: { base HUnit process test-framework test-framework-hunit ]; description = "An implementation of name mangling/demangling for the Itanium ABI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "itcli" = callPackage @@ -148431,8 +148431,8 @@ self: { time uuid yaml ]; description = "Issue Tracker for the CLI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148460,8 +148460,8 @@ self: { vty ]; description = "A brick Widget for selectable summary of many elements on a terminal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148480,8 +148480,8 @@ self: { test-framework-hunit test-framework-quickcheck2 vector ]; description = "iteratees for statistical processing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148500,8 +148500,8 @@ self: { ]; librarySystemDepends = [ zlib ]; description = "Iteratee-based IO with pipe operators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zlib;}; @@ -148516,7 +148516,7 @@ self: { base mtl tagged template-haskell vector ]; description = "API for hierarchical multilevel collections"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "iteratee" = callPackage @@ -148545,8 +148545,8 @@ self: { mtl transformers transformers-base unix ]; description = "Iteratee-based I/O"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148559,8 +148559,8 @@ self: { libraryHaskellDepends = [ base bytestring iteratee mtl ]; librarySystemDepends = [ bzip2 zlib ]; description = "Enumeratees for compressing and decompressing streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) bzip2; inherit (pkgs) zlib;}; @@ -148578,8 +148578,8 @@ self: { base bytestring containers ListLike MonadCatchIO-mtl mtl unix ]; description = "Iteratee-based I/O"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148595,8 +148595,8 @@ self: { base iteratee ListLike parsec reference transformers ]; description = "Package allowing parsec parser initeratee"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148610,8 +148610,8 @@ self: { base iteratee stm stm-chans transformers ]; description = "Concurrent iteratees using STM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148628,8 +148628,8 @@ self: { transformers unix ]; description = "Library for building servers with IterIO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148646,8 +148646,8 @@ self: { libraryHaskellDepends = [ base base64-bytestring bytestring ]; executableHaskellDepends = [ base bytestring ]; description = "Enable graphical display of images inline on some terminals"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148661,8 +148661,8 @@ self: { editedCabalFile = "0pd14gfdpd12h1vlrk3dfg5vxlpd1jv2zi32nxic7p09wz59dkpk"; libraryHaskellDepends = [ base iterm-show JuicyPixels ]; description = "Orphan Show instances for JuciyPixels image types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148680,8 +148680,8 @@ self: { base diagrams-lib diagrams-rasterific iterm-show JuicyPixels ]; description = "Orphan Show instances for diagrams package that render inline in some terminals"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148698,7 +148698,7 @@ self: { alg base smallcheck tasty tasty-smallcheck ]; description = "Intervals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ivar-simple" = callPackage @@ -148709,7 +148709,7 @@ self: { sha256 = "0a8wm3jj5widp3awdsgl8jidxyhw97d9iijl65frwd9kjfzsc678"; libraryHaskellDepends = [ base ]; description = "Write once concurrency primitives"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ivor" = callPackage @@ -148727,8 +148727,8 @@ self: { base binary containers directory haskell98 mtl parsec ]; description = "Theorem proving library based on dependent type theory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148747,8 +148747,8 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "Safe embedded C programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148764,7 +148764,7 @@ self: { base directory filepath HStringTemplate text utf8-string ]; description = "Manage additional data files during Ivory compilation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ivory-avr-atmega328p-registers" = callPackage @@ -148777,8 +148777,8 @@ self: { base base-compat ivory ivory-hw monadLib ]; description = "Ivory register bindings for the Atmega328p"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148799,8 +148799,8 @@ self: { process srcloc template-haskell ]; description = "Ivory C backend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148819,8 +148819,8 @@ self: { ]; executableHaskellDepends = [ base ivory ivory-backend-c ]; description = "Ivory bit-data support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148839,8 +148839,8 @@ self: { base base-compat containers ivory monadLib tasty tasty-hunit ]; description = "Simple concrete evaluator for Ivory programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148863,8 +148863,8 @@ self: { monadLib pretty QuickCheck template-haskell ]; description = "Ivory examples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148877,8 +148877,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base filepath ivory ivory-artifact ]; description = "Ivory hardware model (STM32F4)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148895,8 +148895,8 @@ self: { monadLib pretty ]; description = "Ivory compiler optimizations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148918,8 +148918,8 @@ self: { ivory-stdlib monadLib process QuickCheck tasty tasty-hunit ]; description = "QuickCheck driver for Ivory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148936,8 +148936,8 @@ self: { base base-compat filepath ivory ivory-artifact monadLib ]; description = "Serialization library for Ivory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148950,8 +148950,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base filepath ivory ivory-artifact ]; description = "Ivory standard library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148967,8 +148967,8 @@ self: { base invertible-syntax partial-isomorphisms snap snap-core ]; description = "A lightweight web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -148981,7 +148981,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ wirelesstools ]; description = "Bindings for the iw C library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) wirelesstools;}; "ix" = callPackage @@ -149000,7 +149000,7 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Indexed monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ix-shapable" = callPackage @@ -149011,7 +149011,7 @@ self: { sha256 = "08ljlzywnw0h8ijwb6yh4r8l6z7bbknwxv9cjq7lkfx7m2vgy1sh"; libraryHaskellDepends = [ array base ]; description = "Reshape multi-dimensional arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ixdopp" = callPackage @@ -149024,8 +149024,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base preprocessor-tools syb ]; description = "A preprocessor for expanding \"ixdo\" notation for indexed monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149039,8 +149039,8 @@ self: { editedCabalFile = "064bqv1i43car216ajjiq7j9vz2ha0rxhmpin83ajrchva1yd7sq"; libraryHaskellDepends = [ base ghc-prim ]; description = "Embeds effect systems into Haskell using parameteric effect monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149059,7 +149059,7 @@ self: { base Cabal containers HUnit QuickCheck random ]; description = "Efficient relational queries on Haskell sets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ixset-typed" = callPackage @@ -149078,7 +149078,7 @@ self: { base containers HUnit QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Efficient relational queries on Haskell sets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ixset-typed-binary-instance" = callPackage @@ -149089,7 +149089,7 @@ self: { sha256 = "1jgqc1ys5pvfkha8pyddz5f01qsmv9a83xw0q75njk8zhqajlyvx"; libraryHaskellDepends = [ base binary ixset-typed ]; description = "Binary instance for ixset-typed"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ixset-typed-conversions" = callPackage @@ -149105,7 +149105,7 @@ self: { zipper-extra ]; description = "Conversions from ixset-typed to other containers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ixset-typed-hashable-instance" = callPackage @@ -149116,7 +149116,7 @@ self: { sha256 = "0bwajqlj1kpis2616lrmcymmag66fkmdrsrj0r3kf8j6090zxmyv"; libraryHaskellDepends = [ base hashable ixset-typed ]; description = "Hashable instance for ixset-typed"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ixshader" = callPackage @@ -149132,8 +149132,8 @@ self: { template-haskell text ]; description = "A shallow embedding of the OpenGL Shading Language in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149153,8 +149153,8 @@ self: { haskell98 hoauth mtl old-locale parsec time utf8-string xml ]; description = "CLI (command line interface) to YQL"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149168,8 +149168,8 @@ self: { libraryHaskellDepends = [ base bytestring repa unix ]; testHaskellDepends = [ base bytestring repa tasty tasty-hunit ]; description = "J in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149190,8 +149190,8 @@ self: { strings syb transformers ]; description = "j2hs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149203,7 +149203,7 @@ self: { sha256 = "1654hjzagmnaq3p9irjgdg0crgx01v2r3qnprb09a32xg4cf6xam"; libraryHaskellDepends = [ base ]; description = "Extra functions I require in base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jack" = callPackage @@ -149236,8 +149236,8 @@ self: { libraryPkgconfigDepends = [ libjack2 ]; libraryToolDepends = [ c2hs ]; description = "DEPRECATED Bindings to the JACK Audio Connection Kit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libjack2;}; @@ -149249,8 +149249,8 @@ self: { sha256 = "03ysmgg5f3dsimskqw5vpnrv5jg4gf1gd0khmf0s1ilfm1jc1nfd"; libraryHaskellDepends = [ base hosc ]; description = "control JackMiniMix"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149263,8 +149263,8 @@ self: { libraryHaskellDepends = [ base binary bytestring vector ]; testHaskellDepends = [ base doctest ]; description = "Roots of two shifted Jacobi polynomials (Legendre and Radau) to double precision"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149290,8 +149290,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Generate flamegraphs from Jaeger .json dumps."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149307,8 +149307,8 @@ self: { base containers directory monads-fd transformers ]; description = "Jailed IO monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149322,8 +149322,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal ]; description = "Strip version restrictions from Cabal files"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "jalaali" = callPackage @@ -149336,7 +149336,7 @@ self: { testHaskellDepends = [ base hspec time ]; benchmarkHaskellDepends = [ base deepseq time ]; description = "Jalaali calendar systems"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jalla" = callPackage @@ -149359,7 +149359,7 @@ self: { ]; description = "Higher level functions for linear algebra. Wraps BLAS and LAPACKE."; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) blas; cblas = null; lapacke = null;}; @@ -149380,7 +149380,7 @@ self: { ]; executableHaskellDepends = [ base boxes directory filepath ]; description = "Export sheet music and audio from Windows/Mac app Jammit"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "japanese-calendar" = callPackage @@ -149392,7 +149392,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base hspec QuickCheck time ]; description = "Data type of Japanese Calendar (Wareki)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "japanese-holidays" = callPackage @@ -149405,7 +149405,7 @@ self: { testHaskellDepends = [ base doctest hspec time ]; testToolDepends = [ hspec-discover ]; description = "Japanese holidays utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jarfind" = callPackage @@ -149426,7 +149426,7 @@ self: { ]; description = "Tool for searching java classes, members and fields in classfiles and JAR archives"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149448,8 +149448,8 @@ self: { ]; doHaddock = false; description = "Jarification of Haskell sources"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149469,8 +149469,8 @@ self: { executableHaskellDepends = [ aeson base bytestring text ]; testHaskellDepends = [ aeson base bytestring text ]; description = "A fast JASONETTE-iOS JSON combinator library for haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149487,7 +149487,7 @@ self: { executableToolDepends = [ alex happy ]; description = "Create immutable algebraic data structures for Java"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "java-bridge" = callPackage @@ -149510,8 +149510,8 @@ self: { named-records names split strings syb ]; description = "Bindings to the JNI and a high level interface generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149523,8 +149523,8 @@ self: { sha256 = "0wjxm0h5xlsab7iphcabb66c7gjxy7hyb502inlj5zxq1ic5ghzv"; libraryHaskellDepends = [ base java-bridge transformers ]; description = "Utilities for working with the java-bridge package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149536,8 +149536,8 @@ self: { sha256 = "1ms8m95mara3pp7qdg8jn2ajbq3zj8pnbs1b9jhpxbdkl5220768"; libraryHaskellDepends = [ base diet ]; description = "Functions to simulate Java's Character class"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149552,7 +149552,7 @@ self: { libraryHaskellDepends = [ base random-shuffle ]; executableHaskellDepends = [ base ]; description = "The etude of the Haskell programming"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "java-reflect" = callPackage @@ -149563,8 +149563,8 @@ self: { sha256 = "1vdfq3c8chqhss6jiy139yrm45mij4kjdwxf2wrsfm4064j0n3wc"; libraryHaskellDepends = [ base containers hx java-bridge ]; description = "Tools for reflecting on Java classes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149586,7 +149586,7 @@ self: { ]; description = "Java class files"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "javascript-bridge" = callPackage @@ -149607,8 +149607,8 @@ self: { executableHaskellDepends = [ base scotty text ]; testHaskellDepends = [ aeson base scotty stm text time wai-extra ]; description = "Remote Monad for JavaScript on the browser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149629,7 +149629,7 @@ self: { ]; executableHaskellDepends = [ base ghcjs-base-stub ]; description = "Extra javascript functions when using GHCJS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "javasf" = callPackage @@ -149649,8 +149649,8 @@ self: { base directory doctest filepath QuickCheck ]; description = "A utility to print the SourceFile attribute of one or more Java class files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149667,8 +149667,8 @@ self: { base directory doctest filepath QuickCheck ]; description = "A utility to print the target version of Java class files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149690,8 +149690,8 @@ self: { aeson-pretty base optparse-applicative text ]; description = "Just Build It - a \"do what I mean\" abstraction for Haskell build tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149707,8 +149707,8 @@ self: { aeson base bytestring http-conduit text transformers ]; description = "JCDecaux self-service bicycles API client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149727,8 +149727,8 @@ self: { ]; executableHaskellDepends = [ base mtl network ]; description = "Implementation of Java Debug Interface"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149750,8 +149750,8 @@ self: { ]; executableHaskellDepends = [ base optparse-applicative text ]; description = "Generate a cabal freeze file from a stack.yaml"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149775,8 +149775,8 @@ self: { ]; testHaskellDepends = [ base containers tasty-hspec text ]; description = "Generate nix for Jenkins plugins"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149806,8 +149806,8 @@ self: { transformers ]; description = "Extract all JavaScript from an HTML page and consolidate it in one script"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149830,8 +149830,8 @@ self: { quantities regex-compat ]; description = "Unit conversion and manipulation library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149847,7 +149847,7 @@ self: { executableHaskellDepends = [ base text ]; testHaskellDepends = [ base parsec tasty tasty-hunit text ]; description = "Handle Jira wiki markup"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jmacro" = callPackage @@ -149873,8 +149873,8 @@ self: { unordered-containers vector wl-pprint-text ]; description = "QuasiQuotation library for programmatic generation of Javascript code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149893,8 +149893,8 @@ self: { vector ]; description = "JSON-RPC clients and servers using JMacro, and evented client-server Reactive Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149911,8 +149911,8 @@ self: { jmacro-rpc mtl ]; description = "Happstack backend for jmacro-rpc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149928,8 +149928,8 @@ self: { aeson base bytestring containers jmacro jmacro-rpc mtl snap-core ]; description = "Snap backend for jmacro-rpc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149950,8 +149950,8 @@ self: { ]; testHaskellDepends = [ base protolude tasty ]; description = "Common utilities for running a web service"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149964,8 +149964,8 @@ self: { libraryHaskellDepends = [ base casing free jmacro ]; testHaskellDepends = [ base casing free jmacro ]; description = "Jmonkey is very restricted but handy EDSL for JavaScript"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -149986,8 +149986,8 @@ self: { libraryToolDepends = [ cpphs ]; testHaskellDepends = [ base hspec singletons ]; description = "Complete JNI raw bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) jdk;}; @@ -150013,8 +150013,8 @@ self: { QuickCheck stm ]; description = "A job queue library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150035,8 +150035,8 @@ self: { time transformers warp ]; description = "A library for creating a jobs management website running custom jobs"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150049,8 +150049,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base haskell98 multisetrewrite stm ]; description = "Parallel Join Patterns with Guards and Propagation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150064,8 +150064,8 @@ self: { aeson base bytestring lens text url wreq ]; description = "Bindings for Join push notifications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150077,8 +150077,8 @@ self: { sha256 = "0hjlyyylbh471696v9b1jckm7d4gfp1ka978sr1j0005d03gwv35"; libraryHaskellDepends = [ base ]; description = "Join list - symmetric list type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150094,7 +150094,7 @@ self: { adjunctions base comonad distributive transformers ]; description = "Trying to compose non-composable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jonathanscard" = callPackage @@ -150109,8 +150109,8 @@ self: { base bytestring containers HTTP json mtl network old-locale time ]; description = "An implementation of the Jonathan's Card API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150129,7 +150129,7 @@ self: { testHaskellDepends = [ base hspec HUnit markdown-unlit ]; testToolDepends = [ hspec-discover markdown-unlit ]; description = "Geographical Position Calculations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jort" = callPackage @@ -150143,7 +150143,7 @@ self: { executableHaskellDepends = [ array base gtk ]; description = "JP's own ray tracer"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "jose" = callPackage @@ -150173,7 +150173,7 @@ self: { vector x509 ]; description = "Javascript Object Signing and Encryption and JSON Web Token library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "jose-jwt" = callPackage @@ -150197,7 +150197,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion cryptonite ]; description = "JSON Object Signing and Encryption Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jot" = callPackage @@ -150215,8 +150215,8 @@ self: { yaml ]; description = "Tiny markdown notebook"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150228,8 +150228,8 @@ self: { sha256 = "1hnfapr21zpfyiywa4zzmwa518jzg73dnmaakrbvvpcmr4fvh9qx"; libraryHaskellDepends = [ base mtl ]; description = "A library for decoding JPEG files written in pure Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150241,7 +150241,7 @@ self: { sha256 = "0k31r994cw1w79v2zqkj64jhbfyym1j96vawvqc5pvw2mjk1f5in"; libraryHaskellDepends = [ base containers fingertree lens vector ]; description = "Jump point search for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "js-chart" = callPackage @@ -150254,7 +150254,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Obtain minified chart.js code"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "js-dgtable" = callPackage @@ -150267,7 +150267,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Obtain minified jquery.dgtable code"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "js-flot" = callPackage @@ -150280,7 +150280,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base HTTP ]; description = "Obtain minified flot code"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "js-good-parts" = callPackage @@ -150291,8 +150291,8 @@ self: { sha256 = "0i3r3xl8hi2a3d6hrj77vbfi54bkq4pidrjcz13vz4az9dvz6k75"; libraryHaskellDepends = [ base wl-pprint ]; description = "Javascript: The Good Parts -- AST & Pretty Printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150307,7 +150307,7 @@ self: { testHaskellDepends = [ base HTTP ]; doCheck = false; description = "Obtain minified jQuery code"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jsaddle" = callPackage @@ -150328,7 +150328,7 @@ self: { transformers unliftio-core unordered-containers vector ]; description = "Interface for JavaScript that works with GHCJS and GHC"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jsaddle-clib" = callPackage @@ -150343,7 +150343,7 @@ self: { aeson base base-compat bytestring data-default jsaddle text ]; description = "Interface for JavaScript that works with GHCJS and GHC"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jsaddle-dom" = callPackage @@ -150359,7 +150359,7 @@ self: { base base-compat exceptions jsaddle lens text transformers ]; description = "DOM library that uses jsaddle to support both GHCJS and GHC"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jsaddle-hello" = callPackage @@ -150372,8 +150372,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base jsaddle lens text ]; description = "JSaddle Hello World, an example package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150400,7 +150400,7 @@ self: { websockets ]; description = "Interface for JavaScript that works with GHCJS and GHC"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jsaddle-webkit2gtk" = callPackage @@ -150419,8 +150419,8 @@ self: { jsaddle text unix webkit2gtk3-javascriptcore ]; description = "Interface for JavaScript that works with GHCJS and GHC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "jsaddle-webkitgtk" = callPackage @@ -150438,8 +150438,8 @@ self: { webkitgtk3-javascriptcore ]; description = "Interface for JavaScript that works with GHCJS and GHC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "jsaddle-wkwebview" = callPackage @@ -150455,8 +150455,8 @@ self: { text ]; description = "Interface for JavaScript that works with GHCJS and GHC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150473,8 +150473,8 @@ self: { webkitgtk3-javascriptcore ]; description = "High level interface for webkit-javascriptcore"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "jsmw" = callPackage @@ -150485,8 +150485,8 @@ self: { sha256 = "1r36w2h5007qln56gnyyd7w6bcqiymn1jw287z0waf4fhpy02ygq"; libraryHaskellDepends = [ base DOM mtl WebBits ]; description = "Javascript Monadic Writer base package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150504,7 +150504,7 @@ self: { array base bytestring containers mtl parsec pretty syb text ]; description = "Support for serialising Haskell to and from JSON"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "json-alt" = callPackage @@ -150515,8 +150515,8 @@ self: { sha256 = "1ivmbm5gw362vlss1w5s2z7byrzxdh8z1qdfsh0xmywkvwx56l5q"; libraryHaskellDepends = [ aeson base ]; description = "Union 'alternative' or Either that has untagged JSON encoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150538,7 +150538,7 @@ self: { lens lens-aeson text unordered-containers url ]; description = "Utilities for generating JSON-API payloads"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-api-lib" = callPackage @@ -150562,7 +150562,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Utilities for generating JSON-API payloads"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-assertions" = callPackage @@ -150577,8 +150577,8 @@ self: { aeson base indexed indexed-free lens lens-aeson text ]; description = "Test that your (Aeson) JSON encoding matches your expectations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150594,7 +150594,7 @@ self: { base scientific text unordered-containers vector ]; description = "Universal JSON AST datastructure"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-ast-json-encoder" = callPackage @@ -150611,8 +150611,8 @@ self: { json-encoder scientific text unordered-containers vector ]; description = "Encoders of JSON AST"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150627,8 +150627,8 @@ self: { base json-ast QuickCheck quickcheck-instances ]; description = "Compatibility layer for \"json-ast\" and \"QuickCheck\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150663,8 +150663,8 @@ self: { unordered-containers vector ]; description = "Automatic type declaration for JSON input data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150687,8 +150687,8 @@ self: { bytestringparser-temporary containers utf8-string ]; description = "JSON parser that uses byte strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150707,8 +150707,8 @@ self: { unordered-containers utf8-string vector ]; description = "Data structure agnostic JSON serialization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150724,7 +150724,7 @@ self: { testHaskellDepends = [ base-prelude bytestring text ]; benchmarkHaskellDepends = [ aeson criterion rebase ]; description = "Direct-to-bytes JSON Builder"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-directory" = callPackage @@ -150746,8 +150746,8 @@ self: { aeson base bytestring filepath mtl process text ]; description = "Load JSON from files in a directory structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150765,8 +150765,8 @@ self: { contravariant-extras scientific semigroups text ]; description = "A direct-to-bytes single-pass JSON encoder with a declarative DSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150784,8 +150784,8 @@ self: { enumerator json-types text transformers ]; description = "Pure-Haskell utilities for dealing with JSON with the enumerator package. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150802,8 +150802,8 @@ self: { unordered-containers yaml ]; description = "Utility functions to extend Aeson"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150820,7 +150820,7 @@ self: { ]; testHaskellDepends = [ base bytestring filepath hspec ]; description = "JSON Feed"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-fu" = callPackage @@ -150841,8 +150841,8 @@ self: { text time unordered-containers vector ]; description = "Generic JSON serialization / deserialization"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150867,8 +150867,8 @@ self: { tasty-quickcheck tasty-smallcheck ]; description = "Incremental JSON parser with early termination and a declarative DSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150881,8 +150881,8 @@ self: { libraryHaskellDepends = [ base json ]; testHaskellDepends = [ base hspec json QuickCheck ]; description = "Extends Text.JSON to handle literal JS objects."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150896,7 +150896,7 @@ self: { editedCabalFile = "0bs7fa02jjq9r7bn3vlwn4xq93yllj62h3bb5g2lsihx1svk7lkn"; libraryHaskellDepends = [ attoparsec base base-prelude text ]; description = "JSON Pointer parsing and interpretation utilities"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-pointer-aeson" = callPackage @@ -150911,7 +150911,7 @@ self: { aeson base-prelude json-pointer unordered-containers vector ]; description = "Integration layer for \"json-pointer\" and \"aeson\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-pointer-hasql" = callPackage @@ -150927,8 +150927,8 @@ self: { aeson either hasql json-pointer rebase transformers ]; description = "JSON Pointer extensions for Hasql"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -150953,7 +150953,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "JSON Pointer (RFC 6901) parsing, access, and modification"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "json-python" = callPackage @@ -150969,8 +150969,8 @@ self: { ]; libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) python;}; @@ -150988,7 +150988,7 @@ self: { ]; description = "Json Quasiquatation library for Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "json-rpc" = callPackage @@ -151019,7 +151019,7 @@ self: { vector ]; description = "Fully-featured JSON-RPC 2.0 library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-rpc-client" = callPackage @@ -151046,8 +151046,8 @@ self: { test-framework-quickcheck2 text unordered-containers vector ]; description = "JSON-RPC 2.0 on the client side."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151068,7 +151068,7 @@ self: { aeson base QuickCheck quickcheck-simple text ]; description = "Generic encoder and decode for JSON-RPC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "json-rpc-server" = callPackage @@ -151092,7 +151092,7 @@ self: { text unordered-containers vector ]; description = "JSON-RPC 2.0 on the server side."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json-schema" = callPackage @@ -151117,8 +151117,8 @@ self: { generic-aeson tasty tasty-hunit tasty-th text vector ]; description = "Types and type classes for defining JSON schemas"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151135,8 +151135,8 @@ self: { unordered-containers vector ]; description = "Generics JSON (de)serialization using generics-sop"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151152,7 +151152,7 @@ self: { aeson aeson-pretty base bytestring libgit time-units ]; description = "Keep program state in JSON files"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "json-stream" = callPackage @@ -151172,7 +151172,7 @@ self: { scientific text unordered-containers vector ]; description = "Incremental applicative JSON parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "json-syntax" = callPackage @@ -151200,8 +151200,8 @@ self: { primitive scientific-notation text ]; description = "High-performance JSON parser and encoder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151233,7 +151233,7 @@ self: { microlens-platform mtl nonempty-containers raw-strings-qq recursion-schemes text unordered-containers vector ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "json-togo" = callPackage @@ -151250,8 +151250,8 @@ self: { transformers unordered-containers vector ]; description = "Effectful parsing of JSON documents"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151279,8 +151279,8 @@ self: { scientific-notation text ]; description = "Tokenize JSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151300,8 +151300,8 @@ self: { scientific string-conversions tar text unordered-containers vector ]; description = "A collection of JSON tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151325,8 +151325,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A polymorphic, type-safe, json-structured tracing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151338,7 +151338,7 @@ self: { sha256 = "088if9qv0didjyb6y1583viihjgc4nwr61qfjqdg9rzc2ya6vqdn"; libraryHaskellDepends = [ base containers text ]; description = "Basic types for representing JSON"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "json2" = callPackage @@ -151354,8 +151354,8 @@ self: { parsec pretty time utf8-string ]; description = "Library provides support for JSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151371,8 +151371,8 @@ self: { base containers HDBC json2 json2-types time utf8-string ]; description = "Support JSON for SQL Database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151384,7 +151384,7 @@ self: { sha256 = "0gr5mfi68hvk8wajw6wbimmwxd0rgjwqrg3mjyfppkr1nwkyfzpr"; libraryHaskellDepends = [ base containers ]; description = "Defined JSON data types and function for renders JSON to string"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "json2yaml" = callPackage @@ -151397,7 +151397,7 @@ self: { isExecutable = true; executableHaskellDepends = [ aeson base bytestring yaml ]; description = "Utility to convert a file from JSON to YAML format. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "json5hs" = callPackage @@ -151412,7 +151412,7 @@ self: { array base bytestring containers mtl pretty syb text ]; description = "Serialising to and from JSON5"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jsonextfilter" = callPackage @@ -151432,8 +151432,8 @@ self: { unordered-containers vector ]; description = "Filter select values in JSON objects to unix programs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151454,8 +151454,8 @@ self: { aeson buffer-builder gauge rerebase text-builder ]; description = "Fast and simple JSON encoding toolkit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151477,7 +151477,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Library to parse and execute JSONPath"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jsonresume" = callPackage @@ -151492,8 +151492,8 @@ self: { aeson base bytestring old-locale text time unordered-containers ]; description = "Parser and datatypes for the JSON Resume format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151514,8 +151514,8 @@ self: { aeson base bytestring conduit conduit-extra hspec text ]; description = "JSON-RPC 2.0 server over a Conduit."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151547,8 +151547,8 @@ self: { scientific text uniplate unordered-containers vector ]; description = "JSON to JSON Schema"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151570,8 +151570,8 @@ self: { aeson base bytestring containers process tagged text ]; description = "JSON Schema generator from Algebraic data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151592,8 +151592,8 @@ self: { vector ]; description = "Interpolate JSON object values into SQL strings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151614,8 +151614,8 @@ self: { vector ]; description = "JSON to TSV transformer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151636,8 +151636,8 @@ self: { unordered-containers vector xlsx ]; description = "json to xlsx converter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151662,7 +151662,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Cherry picking in JSON objects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jspath" = callPackage @@ -151677,8 +151677,8 @@ self: { base bytestring bytestring-trie JSONb utf8-string ]; description = "Extract substructures from JSON by following a path"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151703,8 +151703,8 @@ self: { wai-middleware-static warp ]; description = "Manage users in MariaDB >= 10.1.1"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151731,8 +151731,8 @@ self: { optparse-applicative text unordered-containers yaml ]; description = "Tableau-based theorem prover for justification logic"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151748,8 +151748,8 @@ self: { librarySystemDepends = [ Judy ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Fast, scalable, mutable dynamic arrays, maps and hashes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {Judy = null;}; @@ -151766,7 +151766,7 @@ self: { ]; executableHaskellDepends = [ base JuicyPixels ]; description = "Draw and fill lines, rectangles and polygons"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "juicy-gcode" = callPackage @@ -151784,7 +151784,7 @@ self: { svg-tree text ]; description = "SVG to G-Code converter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jukebox" = callPackage @@ -151805,7 +151805,7 @@ self: { libraryToolDepends = [ alex ]; executableHaskellDepends = [ base ]; description = "A first-order reasoning toolbox"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jump" = callPackage @@ -151817,7 +151817,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base criterion hspec ]; description = "Nothing to see here, move along"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "jumpthefive" = callPackage @@ -151831,7 +151831,7 @@ self: { libraryHaskellDepends = [ base parallel ]; executableHaskellDepends = [ base parallel ]; description = "an elementary symmetric chiffre for pragmatically protecting one's effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "junit-xml" = callPackage @@ -151844,7 +151844,7 @@ self: { libraryHaskellDepends = [ base text xml-conduit ]; testHaskellDepends = [ base tasty tasty-golden ]; description = "Producing JUnit-style XML test reports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "jupyter" = callPackage @@ -151871,8 +151871,8 @@ self: { unordered-containers zeromq4-haskell ]; description = "A library for creating and using Jupyter kernels"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151889,7 +151889,7 @@ self: { base containers ghc-prim hspec QuickCheck should-not-typecheck ]; description = "Keyed container types with type-checked proofs of key presence"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "jvm" = callPackage @@ -151912,8 +151912,8 @@ self: { base criterion deepseq jni singletons text ]; description = "Call JVM methods from Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151938,8 +151938,8 @@ self: { base criterion deepseq jvm split vector ]; description = "Provides batched marshalling of values between Java and Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151972,8 +151972,8 @@ self: { text vector ]; description = "A library for reading Java class-files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -151990,8 +151990,8 @@ self: { fingertree pretty zlib ]; description = "A parser for JVM bytecode files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152016,8 +152016,8 @@ self: { base criterion deepseq jvm streaming text vector ]; description = "Expose Java iterators as streams from the streaming package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152046,7 +152046,7 @@ self: { unordered-containers vector x509 x509-store ]; description = "JSON Web Token (JWT) decoding and encoding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "kademlia" = callPackage @@ -152067,8 +152067,8 @@ self: { tasty-hunit tasty-quickcheck transformers transformers-compat ]; description = "An implementation of the Kademlia DHT Protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152080,7 +152080,7 @@ self: { sha256 = "07x6dsc4d4f3vksi21fxd1vix9wqsydrl17f2xq8858m2ay0j28j"; doHaddock = false; description = "TBA"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kafka-client" = callPackage @@ -152099,8 +152099,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Low-level Haskell client library for Apache Kafka 0.7."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152115,8 +152115,8 @@ self: { libraryHaskellDepends = [ base containers hw-kafka-client ]; testHaskellDepends = [ base hw-kafka-client monad-parallel text ]; description = "Synchronous Kafka Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152137,8 +152137,8 @@ self: { aeson base binary bytestring cereal linear milena mtl ]; description = "UI device events via a Kafka message broker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152153,8 +152153,8 @@ self: { libraryHaskellDepends = [ base GLUT kafka-device OpenGL ]; executableHaskellDepends = [ base GLUT kafka-device OpenGL ]; description = "GLUT events via a Kafka message broker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152175,8 +152175,8 @@ self: { aeson base binary bytestring cereal kafka-device yaml ]; description = "Linux joystick events via a Kafka message broker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152195,8 +152195,8 @@ self: { aeson base hleap kafka-device websockets ]; description = "Leap Motion events via a Kafka message broker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152217,8 +152217,8 @@ self: { aeson base binary bytestring cereal kafka-device yaml ]; description = "Linux SpaceNavigator events via a Kafka message broker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152233,8 +152233,8 @@ self: { libraryHaskellDepends = [ base kafka-device vrpn ]; executableHaskellDepends = [ base kafka-device vrpn ]; description = "VRPN events via a Kafka message broker"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152257,8 +152257,8 @@ self: { ]; doHaddock = false; description = "Haskell Kaleidoscope tutorial"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152278,8 +152278,8 @@ self: { random-fu-multivariate ]; description = "Kalman and particle filters and smoothers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152298,7 +152298,7 @@ self: { transformers transformers-compat ]; description = "Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kangaroo" = callPackage @@ -152309,8 +152309,8 @@ self: { sha256 = "1l7b71dhrxd2g3nbqg3h0n5dvgxr23av1cy1f0mvw347y91rx36x"; libraryHaskellDepends = [ array base ]; description = "Binary parsing with random access"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152337,7 +152337,7 @@ self: { ]; benchmarkHaskellDepends = [ aeson base containers criterion text ]; description = "Perform 漢字検定 (Japan Kanji Aptitude Test) level analysis on Japanese Kanji"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kansas-comet" = callPackage @@ -152356,7 +152356,7 @@ self: { transformers unordered-containers ]; description = "A JavaScript push mechanism based on the comet idiom"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kansas-lava" = callPackage @@ -152378,8 +152378,8 @@ self: { sized-types strict template-haskell ]; description = "Kansas Lava is a hardware simulator and VHDL generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152399,8 +152399,8 @@ self: { kansas-lava network sized-types ]; description = "FPGA Cores Written in Kansas Lava"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152419,8 +152419,8 @@ self: { kansas-lava kansas-lava-cores netlist network sized-types ]; description = "Kansas Lava support files for the Papilio FPGA board"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152437,8 +152437,8 @@ self: { base containers kansas-lava mustache shake text vector ]; description = "Shake rules for building Kansas Lava projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152454,8 +152454,8 @@ self: { base comonad containers minioperational mtl transformers ]; description = "Good stateful automata"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152483,8 +152483,8 @@ self: { raw-strings-qq text vector ]; description = "Haskell bindings for Spark Dataframes and Datasets"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152503,7 +152503,7 @@ self: { aeson attoparsec base hspec text unordered-containers vector ]; description = "A simple template engine, inspired by jinja2"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "katip" = callPackage @@ -152538,7 +152538,7 @@ self: { safe-exceptions text time transformers unix ]; description = "A structured logging framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "katip-datadog" = callPackage @@ -152560,7 +152560,7 @@ self: { safe-exceptions tasty tasty-hunit text unordered-containers ]; description = "Datadog scribe for the Katip logging framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "katip-elasticsearch" = callPackage @@ -152591,8 +152591,8 @@ self: { unordered-containers uuid ]; description = "ElasticSearch scribe for the Katip logging framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152606,8 +152606,8 @@ self: { aeson base bytestring hw-kafka-client katip ]; description = "Katip scribe to send logs to Kafka"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152624,7 +152624,7 @@ self: { unliftio ]; description = "Logstash backend for katip"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "katip-logzio" = callPackage @@ -152650,7 +152650,7 @@ self: { uri-bytestring vector warp ]; description = "Logz.IO scribe for the Katip logging framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "katip-raven" = callPackage @@ -152666,8 +152666,8 @@ self: { unordered-containers ]; description = "Katip scribe for raven (https://sentry.io)"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152684,8 +152684,8 @@ self: { text time ]; description = "Katip scribe that logs to Rollbar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152704,8 +152704,8 @@ self: { aeson base katip scientific text unordered-containers ]; description = "A katip scribe for logging to json"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152722,8 +152722,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Syslog Katip Scribe"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152745,8 +152745,8 @@ self: { executableHaskellDepends = [ base bytestring mtl ]; testHaskellDepends = [ base bytestring directory mtl ]; description = "Client for the Kattis judge system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152780,8 +152780,8 @@ self: { filepath hxt ilist json mtl parsec regex-tdfa text transformers ]; description = "A haskell implementation of Katydid"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152803,7 +152803,7 @@ self: { ]; testHaskellDepends = [ base hedgehog text unordered-containers ]; description = "Key-value store in single files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kawaii" = callPackage @@ -152828,8 +152828,8 @@ self: { warp warp-tls ]; description = "Utilities for serving static sites and blogs with Wai/Warp"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152852,8 +152852,8 @@ self: { tasty-smallcheck text ]; description = "stats.NBA.com library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152876,7 +152876,7 @@ self: { atomic-primops base criterion primitive stm ]; description = "Fast concurrent queues much inspired by unagi-chan"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kbq-gu" = callPackage @@ -152908,8 +152908,8 @@ self: { ]; testHaskellDepends = [ base kcd-parser tasty tasty-hunit ]; description = "Kayak .kcd parsing library."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {kcd-parser = null;}; @@ -152923,8 +152923,8 @@ self: { base lens linear vector vector-algorithms ]; description = "A simple k-d tree implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152943,8 +152943,8 @@ self: { process ]; description = "Build profiles for kdesrc-build"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -152963,7 +152963,7 @@ self: { process ]; description = "Build profiles for kdesrc-build"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "kdt" = callPackage @@ -152981,7 +152981,7 @@ self: { MonadRandom QuickCheck ]; description = "Fast and flexible k-d trees for various types of point queries"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "keccak" = callPackage @@ -153007,8 +153007,8 @@ self: { base bytestring cryptonite gauge memory ]; description = "cryptographic functions based on the sponge construction"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153036,7 +153036,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keep-alive" = callPackage @@ -153048,7 +153048,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "TCP keep alive implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keera-callbacks" = callPackage @@ -153059,7 +153059,7 @@ self: { sha256 = "1xgxg30za69nfk8y83bmskjq2w3r3afg4gc507wkn91xdah93niq"; libraryHaskellDepends = [ base mtl ]; description = "Mutable memory locations with callbacks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keera-hails-i18n" = callPackage @@ -153075,8 +153075,8 @@ self: { utf8-string ]; description = "Rapid Gtk Application Development - I18N"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153088,7 +153088,7 @@ self: { sha256 = "1j7vhkghdh4hrap7g2xshpd2fw3acgwvi68f2c01mqmfi5dl4z2n"; libraryHaskellDepends = [ base ]; description = "Haskell on Gtk rails - Gtk-based controller for MVC applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keera-hails-mvc-environment-gtk" = callPackage @@ -153104,8 +153104,8 @@ self: { keera-hails-mvc-view-gtk ]; description = "Haskell on Gtk rails - Gtk-based global environment for MVC applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153122,8 +153122,8 @@ self: { template-haskell ]; description = "Rapid Gtk Application Development - Reactive Protected Light Models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153140,8 +153140,8 @@ self: { template-haskell ]; description = "Rapid Gtk Application Development - Protected Reactive Models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153153,7 +153153,7 @@ self: { sha256 = "16c6nh5fqw2r42nxs3x27rqbpscypjzgqnprl99241giwcvy98x1"; libraryHaskellDepends = [ base directory filepath MissingK ]; description = "Haskell on Gtk rails - Easy handling of configuration files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keera-hails-mvc-solutions-gtk" = callPackage @@ -153174,8 +153174,8 @@ self: { network network-uri template-haskell ]; description = "Haskell on Gtk rails - Common solutions to recurrent problems in Gtk applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153187,7 +153187,7 @@ self: { sha256 = "0jkwbpw23ba5z83nfk51hp8wsfkrbbiwr0f6bvx39wzz1v81n58p"; libraryHaskellDepends = [ base ]; description = "Haskell on Gtk rails - Generic View for MVC applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keera-hails-mvc-view-gtk" = callPackage @@ -153200,7 +153200,7 @@ self: { base gtk gtk-helpers keera-hails-mvc-view ]; description = "Haskell on Gtk rails - Gtk-based View for MVC applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keera-hails-reactive-cbmvar" = callPackage @@ -153218,8 +153218,8 @@ self: { base directory filepath hlint process regex-posix ]; description = "Reactive Haskell on Rails - CBMVars as reactive values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153235,8 +153235,8 @@ self: { base directory fsnotify keera-hails-reactivevalues system-filepath ]; description = "Haskell on Rails - Files as Reactive Values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153253,8 +153253,8 @@ self: { keera-hails-reactivevalues mtl transformers ]; description = "Haskell on Gtk rails - Reactive Fields for Gtk widgets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153272,8 +153272,8 @@ self: { keera-hails-reactivevalues mtl transformers ]; description = "Keera Hails Reactive bindings for HTML DOM via GHCJS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153289,8 +153289,8 @@ self: { base bytestring keera-hails-reactivevalues network network-bsd ]; description = "Haskell on Rails - Sockets as Reactive Values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153305,8 +153305,8 @@ self: { base keera-callbacks keera-hails-reactivevalues ]; description = "Haskell on Rails - Polling based Readable RVs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153320,8 +153320,8 @@ self: { base keera-hails-reactivevalues wx wxcore ]; description = "Haskell on Rails - Reactive Fields for WX widgets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153337,8 +153337,8 @@ self: { base keera-callbacks keera-hails-reactivevalues time Yampa ]; description = "Haskell on Rails - FRP Yampa Signal Functions as RVs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153350,8 +153350,8 @@ self: { sha256 = "1c72sc68wqvsxhjr7y16k7iw784swk8wfp2j7xw0y0ggdjlamn0x"; libraryHaskellDepends = [ base keera-hails-reactivevalues lens ]; description = "Reactive Haskell on Rails - Lenses applied to Reactive Values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153371,8 +153371,8 @@ self: { ]; testToolDepends = [ cabal-install ]; description = "Haskell on Rails - Reactive Values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153408,7 +153408,7 @@ self: { executableSystemDepends = [ SDL_mixer ]; description = "Get notifications when your sitting posture is inappropriate"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) SDL_mixer;}; "keiretsu" = callPackage @@ -153430,7 +153430,7 @@ self: { ]; description = "Multi-process orchestration for development and integration testing"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "kempe" = callPackage @@ -153464,8 +153464,8 @@ self: { ]; doHaddock = false; description = "Kempe compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153488,8 +153488,8 @@ self: { mtl process resourcet temporary-resourcet text transformers ]; description = "Manage and abstract your packer configurations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153511,7 +153511,7 @@ self: { QuickCheck temporary ]; description = "Haskell implementation of nix-hash"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "keter" = callPackage @@ -153544,8 +153544,8 @@ self: { base bytestring conduit hspec HUnit transformers unix ]; description = "Web application deployment manager, focusing on Haskell web frameworks"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153567,7 +153567,7 @@ self: { ]; description = "a dAmn ↔ IRC proxy"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153579,7 +153579,7 @@ self: { sha256 = "18wgalv0hr5ndr7mbywr7ilyc504kzf28xyymmkj1fm66wb93n4k"; libraryHaskellDepends = [ base transformers ]; description = "Type-safe unconstrained dynamic typing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "key-state" = callPackage @@ -153591,7 +153591,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Manage key and button states and statuses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "key-vault" = callPackage @@ -153605,7 +153605,7 @@ self: { base base-unicode-symbols containers key util ]; description = "Store of values of arbitrary types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keycloak-hs" = callPackage @@ -153628,7 +153628,7 @@ self: { unordered-containers word8 wreq ]; executableHaskellDepends = [ base hslogger ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keycode" = callPackage @@ -153643,7 +153643,7 @@ self: { base containers ghc-prim template-haskell ]; description = "Maps web browser keycodes to their corresponding keyboard keys"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keyed" = callPackage @@ -153654,8 +153654,8 @@ self: { sha256 = "0q53nv4babmvj1nzc2my3d88aqm8yxl10rd396y62z7412jvnp5q"; libraryHaskellDepends = [ base containers vector ]; description = "Generic indexing for many data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153667,7 +153667,7 @@ self: { sha256 = "0hf7lmx8bgl5lh1i71x56nfbgnp8xrqfza3s5acq9i16g21ri292"; libraryHaskellDepends = [ base bytestring containers text xeno ]; description = "Tools for macOS .keylayout files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "keyring" = callPackage @@ -153680,8 +153680,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base udbus ]; description = "Keyring access"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153700,7 +153700,7 @@ self: { unordered-containers ]; description = "Keyed functors and containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "keysafe" = callPackage @@ -153729,8 +153729,8 @@ self: { unix unix-compat utf8-string wai warp zxcvbn-c ]; description = "back up a secret key securely to the cloud"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153762,8 +153762,8 @@ self: { unordered-containers ]; description = "Managing stores of secret things"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153780,8 +153780,8 @@ self: { mmap storable-record ]; description = "Pure Haskell key/value store implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153803,8 +153803,8 @@ self: { base containers hspec parsec parseerror-eq ]; description = "Extract data from a keyword-args config file format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153824,8 +153824,8 @@ self: { parsec text transformers unix unordered-containers yaml ]; description = "Command-line file tagging and organization tool"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153838,8 +153838,8 @@ self: { libraryHaskellDepends = [ base containers stm ]; testHaskellDepends = [ base stm ]; description = "A lightweight, structured-concurrency library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153851,7 +153851,7 @@ self: { sha256 = "0yfyx4jyz0n3p2w6pca3nxc72s01240n3siy5sx883ldz706adls"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kicad-data" = callPackage @@ -153872,8 +153872,8 @@ self: { test-framework-quickcheck2 ]; description = "Parser and writer for KiCad files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153891,8 +153891,8 @@ self: { vector ]; description = "Parses kat.ph torrent dumps"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153911,8 +153911,8 @@ self: { test-framework-hunit test-framework-quickcheck2 vector ]; description = "Kick Channels: bounded channels with non-blocking writes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153931,8 +153931,8 @@ self: { base bytestring cmdargs hostname old-time parsec twine ]; description = "Process KIF iOS test logs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -153944,7 +153944,7 @@ self: { sha256 = "0wq0jfi8jdah6mwc6amrfjs5ld0bz86y53va9sm0hzvpiyb4bpcq"; libraryHaskellDepends = [ base ]; description = "Utilities to work with lists of types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kind-generics" = callPackage @@ -153955,7 +153955,7 @@ self: { sha256 = "1ldfi5rvs3mxlbpy0nfyx8mq58xjkk76c13fmvmgqcpgb8gvmrnx"; libraryHaskellDepends = [ base kind-apply ]; description = "Generic programming in GHC style for arbitrary kinds and GADTs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kind-generics-th" = callPackage @@ -153971,7 +153971,7 @@ self: { ]; testHaskellDepends = [ base kind-generics template-haskell ]; description = "Template Haskell support for generating `GenericK` instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kinds" = callPackage @@ -153982,7 +153982,7 @@ self: { sha256 = "169f2b0nn7mkjws6c5sb3mih2p6snhfq42bkfds3zxz01y53v2g5"; libraryHaskellDepends = [ base ]; description = "Emulation of subkinds and subkind polymorphism"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kit" = callPackage @@ -154002,8 +154002,8 @@ self: { unordered-containers yaml ]; description = "A dependency manager for Xcode (Objective-C) projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154025,8 +154025,8 @@ self: { step-function text transformers ]; description = "Kleene algebra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154044,7 +154044,7 @@ self: { base base-compat deepseq doctest QuickCheck template-haskell ]; description = "A list type based on the Kleene star and plus"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "kmeans" = callPackage @@ -154055,7 +154055,7 @@ self: { sha256 = "02rc3bd2cp1fp0fxbzqiy34s5gn38j8hgviilz1584z05jhj97ix"; libraryHaskellDepends = [ base ]; description = "K-means clustering algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "kmeans-par" = callPackage @@ -154076,8 +154076,8 @@ self: { base criterion deepseq metric normaldistribution random vector ]; description = "Sequential and parallel implementations of Lloyd's algorithm"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154094,8 +154094,8 @@ self: { executableHaskellDepends = [ base probable vector ]; benchmarkHaskellDepends = [ base criterion QuickCheck vector ]; description = "An implementation of the kmeans clustering algorithm based on the vector package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154115,8 +154115,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Advanced keyboard remapping utility"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154129,8 +154129,8 @@ self: { libraryHaskellDepends = [ array base QuickCheck ]; testHaskellDepends = [ array base QuickCheck ]; description = "KMP algorithm implementation, based on Deterministic Finite State Automata"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154152,8 +154152,8 @@ self: { base comfort-array llvm-extra llvm-tf QuickCheck tfp utility-ht ]; description = "Repa-like array processing using LLVM JIT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154167,8 +154167,8 @@ self: { base knead llvm-extra llvm-tf utility-ht ]; description = "Linear algebra and interpolation using LLVM JIT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154186,7 +154186,7 @@ self: { testHaskellDepends = [ base ]; doHaddock = false; description = "Ties the knot on data structures that reference each other by unique keys"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "knit-haskell" = callPackage @@ -154220,8 +154220,8 @@ self: { random-source store streamly text ]; description = "a minimal Rmarkdown sort-of-thing for haskell, by way of Pandoc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154233,7 +154233,7 @@ self: { sha256 = "05qj7s04p5pbasivyxc06l0jbii250zjnvb3l1y2sfhglb7q8b4c"; libraryHaskellDepends = [ base bytestring transformers ]; description = "Memory-backed handles"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "knots" = callPackage @@ -154251,8 +154251,8 @@ self: { ]; executableHaskellDepends = [ base containers parallel ]; description = "Khovanov homology computations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154266,8 +154266,8 @@ self: { testHaskellDepends = [ base HUnit ]; doHaddock = false; description = "\"map German words to code representing pronunciation\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154284,8 +154284,8 @@ self: { unjson utf8-string yaml ]; description = "JSON config file parsing based on unjson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154303,7 +154303,7 @@ self: { monad-control mtl time transformers transformers-base ]; description = "Utilities for working with many HStringTemplate templates from files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "koofr-client" = callPackage @@ -154321,7 +154321,7 @@ self: { http-types mtl ]; description = "Client to Koofr API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "korea-holidays" = callPackage @@ -154340,7 +154340,7 @@ self: { aeson base hspec monad-extras split template-haskell time yaml ]; description = "Korea Holidays"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "korfu" = callPackage @@ -154356,7 +154356,7 @@ self: { ]; description = "The Korfu ORF Utility"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154372,8 +154372,8 @@ self: { libraryHaskellDepends = [ base directory filepath mtl time unix ]; libraryToolDepends = [ c2hs ]; description = "A binding to the kqueue event library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154391,8 +154391,8 @@ self: { aeson base bytestring http-client http-client-tls mtl ]; description = "Kraken.io API client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154423,8 +154423,8 @@ self: { PyF req safe-exceptions text unordered-containers ]; description = "Krank checks your code source comments for important markers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154450,8 +154450,8 @@ self: { raw-strings-qq text vector ]; description = "Haskell bindings for Spark Dataframes and Datasets"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154477,8 +154477,8 @@ self: { base bytestring criterion monad-logger mtl ]; description = "KRPC protocol implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154490,8 +154490,8 @@ self: { sha256 = "1xj9bnwiws3rnax3rlf67p8dh487w07xl99h81a9j1wjkqysldym"; libraryHaskellDepends = [ base gamma random-fu roots vector ]; description = "Kolmogorov distribution and Kolmogorov-Smirnov test"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154503,7 +154503,7 @@ self: { sha256 = "0lvdb3z73nm5csnrvjd3dvzxm411ns8wz07wcpaxqk26szc5igv1"; libraryHaskellDepends = [ base directory ]; description = "System management tooling"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ktx" = callPackage @@ -154515,8 +154515,8 @@ self: { libraryHaskellDepends = [ base bytestring OpenGL ]; libraryPkgconfigDepends = [ egl glew ]; description = "A binding for libktx from Khronos"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {egl = null; inherit (pkgs) glew;}; @@ -154536,8 +154536,8 @@ self: { vector ]; description = "Khronos texture format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154573,8 +154573,8 @@ self: { x509-validation yaml ]; description = "Client library for Kubernetes"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154602,8 +154602,8 @@ self: { semigroups text time transformers unordered-containers vector ]; description = "Auto-generated kubernetes-client-core API Client"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154620,7 +154620,7 @@ self: { unordered-containers ]; description = "Create Kubernetes Admission Webhooks in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "kuifje" = callPackage @@ -154631,8 +154631,8 @@ self: { sha256 = "0f7ldw506g4r6f7s803iwq49syfl1zmxdyyr62arbzg6h5qg81j7"; libraryHaskellDepends = [ base boxes containers lens ]; description = "A Quantitative Information Flow aware programming language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154646,8 +154646,8 @@ self: { editedCabalFile = "07x04clvlzl2wr20pmis52jfyw4fanyaq00zx76r2zn7zdcvysy3"; libraryHaskellDepends = [ base dlist transformers ]; description = "Combinators for Strategic Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154659,8 +154659,8 @@ self: { sha256 = "0bfcmx1fz521vkc2lrbpyvaqcy4c29h5xp6wmyxvgrjjnq32ld1b"; libraryHaskellDepends = [ base kure template-haskell ]; description = "Generator for Boilerplate KURE Combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154693,8 +154693,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Find the alpha emoji"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154707,7 +154707,7 @@ self: { libraryHaskellDepends = [ base bytestring cereal ]; librarySystemDepends = [ kyotocabinet ]; description = "Mid level bindings to Kyoto Cabinet"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) kyotocabinet;}; "l-bfgs-b" = callPackage @@ -154719,8 +154719,8 @@ self: { libraryHaskellDepends = [ base vector ]; librarySystemDepends = [ lbfgsb ]; description = "Bindings to L-BFGS-B, Fortran code for limited-memory quasi-Newton bound-constrained optimization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {lbfgsb = null;}; @@ -154732,7 +154732,7 @@ self: { sha256 = "182w8l9h2zw8lxr1fahnmcasbd09z2z00ii7gkmq2y95dm3k4w0a"; libraryHaskellDepends = [ base text time ]; description = "Enables providing localization as typeclass instances in separate files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "labeled-graph" = callPackage @@ -154743,8 +154743,8 @@ self: { sha256 = "060nvnlh1h8vxi6k2hsz79fn4xypangdj5v4q0kc6abyf9garf7r"; libraryHaskellDepends = [ base labeled-tree ]; description = "Labeled graph structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154756,7 +154756,7 @@ self: { sha256 = "1cnnyic5z5y21hpxpmx66ph34mjyysckgiasmzg7yx202y2ih7s7"; libraryHaskellDepends = [ base ]; description = "Labeled tree structure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "labels" = callPackage @@ -154767,7 +154767,7 @@ self: { sha256 = "04rh8c9ncd9radarz4fjka9hc3i6crvibpyj3y8qpij0acmw1d76"; libraryHaskellDepends = [ base template-haskell ]; description = "Anonymous records via named tuples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "laborantin-hs" = callPackage @@ -154790,8 +154790,8 @@ self: { random split text transformers uuid ]; description = "an experiment management framework"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154815,8 +154815,8 @@ self: { attoparsec base bytestring preamble tasty tasty-hunit ]; description = "LabSat TCP Interface Wrapper"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154838,8 +154838,8 @@ self: { parsec QuickCheck random safecopy template-haskell transformers ]; description = "A complicated turn-based game"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154873,8 +154873,8 @@ self: { yesod-static ]; description = "A complicated turn-based game - Web server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154887,8 +154887,8 @@ self: { libraryHaskellDepends = [ base servant servant-foreign text ]; testHaskellDepends = [ base hspec servant servant-foreign text ]; description = "Generate Ruby clients from Servant APIs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154900,7 +154900,7 @@ self: { sha256 = "0d65dqvbfrrvgdnagjyiq8xf7635rd46wda722g85dxzxr1l7mbn"; libraryHaskellDepends = [ base ]; description = "fizzy n dizzy"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lagrangian" = callPackage @@ -154920,8 +154920,8 @@ self: { test-framework-hunit test-framework-quickcheck2 vector ]; description = "Solve Lagrange multiplier problems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154941,8 +154941,8 @@ self: { template-haskell text transformers ]; description = "Minimalistic type-checked compile-time template engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154954,7 +154954,7 @@ self: { sha256 = "07i0fw7hvkzky9rwrnh4b3i35crbv4mkj0w001dwkgsh1flzh95f"; libraryHaskellDepends = [ base ]; description = "Lambda Calculi Abstract Syntax Trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lambda-bridge" = callPackage @@ -154968,8 +154968,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "A bridge from Haskell (on a CPU) to VHDL on a FPGA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -154989,8 +154989,8 @@ self: { ]; testHaskellDepends = [ base containers hlint hspec HUnit ]; description = "A lambda calculus interpreter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155006,7 +155006,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Lambda Calculus interpreter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lambda-canvas" = callPackage @@ -155017,8 +155017,8 @@ self: { sha256 = "14wl1w1sc0j1yjfad5v00346ccxp0grfs1677hnjqwisashdac92"; libraryHaskellDepends = [ base GLUT mtl OpenGL time ]; description = "Educational drawing canvas for FP explorers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155045,8 +155045,8 @@ self: { test-framework-quickcheck2 ]; description = "a Paralell-DEVS implementaion based on distributed-process"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155061,8 +155061,8 @@ self: { base containers funspection mtl read-bounded ]; description = "Declarative command-line parser with type-driven pattern matching"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155074,7 +155074,7 @@ self: { sha256 = "0s3y55yqa5js1q3rfq8dgdip6rnjag4w5j5vdldghq9ax5yph3gd"; libraryHaskellDepends = [ base ]; description = "A library to emulate laceholders similar to Scala"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lambda-sampler" = callPackage @@ -155090,7 +155090,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Boltzmann sampler utilities for lambda calculus"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lambda-toolbox" = callPackage @@ -155103,8 +155103,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "An application to work with the lambda calculus (for learning)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155118,8 +155118,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base parsec ]; description = "Untyped Lambda calculus to JavaScript compiler"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155131,8 +155131,8 @@ self: { sha256 = "19c2bxipilb2lag7qzk4ajlzqch574dbhqk9cna13ijsjiyq24nd"; libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base parsec ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155147,7 +155147,7 @@ self: { executableHaskellDepends = [ base haskell98 html ]; description = "RSS 2.0 feed generator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155165,8 +155165,8 @@ self: { base bytestring haskeline lambdaBase mtl network ]; description = "..."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155358,7 +155358,7 @@ self: { ]; description = "Utility libraries for the advanced IRC bot, Lambdabot"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155385,7 +155385,7 @@ self: { ]; description = "Lambdabot plugin for XMPP (Jabber) protocol"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "lambdabot-zulip" = callPackage @@ -155405,8 +155405,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec HUnit text ]; description = "Lambdabot for Zulip Chat"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155425,8 +155425,8 @@ self: { base cmdargs containers dyre glade gtk mtl network webkit ]; description = "Webkit Browser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lambdacms-core" = callPackage @@ -155450,8 +155450,8 @@ self: { base classy-prelude classy-prelude-yesod hspec yesod yesod-core ]; description = "LambdaCms 'core' subsite for Yesod apps"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155468,8 +155468,8 @@ self: { time yesod yesod-form ]; description = "LambdaCms \"media\" extension"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155483,8 +155483,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base editline mtl pretty ]; description = "A simple lambda cube type checker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155498,8 +155498,8 @@ self: { base bullet lambdacube-engine mtl vector ]; description = "Example for combining LambdaCube and Bullet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155524,8 +155524,8 @@ self: { aeson base bytestring filepath optparse-applicative ]; description = "LambdaCube 3D is a DSL to program GPUs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155541,8 +155541,8 @@ self: { base bytestring bytestring-trie containers mtl vector ]; description = "LambdaCube 3D IR"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155559,8 +155559,8 @@ self: { mtl vector ]; description = "LambdaCube 3D EDSL definition"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155580,8 +155580,8 @@ self: { vector-algorithms xml zip-archive ]; description = "3D rendering engine written entirely in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155598,8 +155598,8 @@ self: { base elerea GLFW-b lambdacube-engine mtl ]; description = "Examples for LambdaCube"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155618,8 +155618,8 @@ self: { vector vector-algorithms ]; description = "OpenGL 3.3 Core Profile backend for LambdaCube 3D"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155631,8 +155631,8 @@ self: { sha256 = "1xq1l27p5k863yklhiw0ldrq5ri9h5fg7wj7k2nbbwm7860mha0z"; libraryHaskellDepends = [ aeson base containers mtl text vector ]; description = "LambdaCube 3D intermediate representation of 3D graphics pipelines"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155654,8 +155654,8 @@ self: { vector ]; description = "Samples for LambdaCube 3D"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155677,7 +155677,7 @@ self: { ]; description = "Type-Safe LaTeX EDSL"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155703,8 +155703,8 @@ self: { twitter-conduit twitter-types utf8-string ]; description = "Lambdabot running as a twitter bot. Similar to the @fsibot f# bot."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155718,8 +155718,8 @@ self: { base clash-prelude Lambdaya template-haskell ]; description = "Fpga bus core and serialization for RedPitaya"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155737,8 +155737,8 @@ self: { attoparsec attoparsec-enumerator base bytestring enumerator gtk mtl ]; description = "Diff Viewer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155764,8 +155764,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Fairly complete high-level binding to LAME encoder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {mp3lame = null;}; @@ -155782,8 +155782,8 @@ self: { ]; testHaskellDepends = [ bizzlelude containers tasty tasty-hunit ]; description = "A strange and unnecessary selective test-running library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155795,8 +155795,8 @@ self: { sha256 = "1nmyirpf07q7lrgfdqxwaspa173a2g3077gy9k7rpviw8pg2az0w"; libraryHaskellDepends = [ base bytestring http-streams Mapping ]; description = "A Lisp"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155829,8 +155829,8 @@ self: { text ]; description = "Parser, pretty-printer, and more for the Modula-2 programming language"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155849,8 +155849,8 @@ self: { vector ]; description = "ASN.1 encoding and decoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155870,7 +155870,7 @@ self: { base HUnit parsec syb test-framework test-framework-hunit ]; description = "Parsing of ASN1 definitions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-ats" = callPackage @@ -155894,7 +155894,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Parser and pretty-printer for ATS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-avro" = callPackage @@ -155912,7 +155912,7 @@ self: { avro base hspec hspec-megaparsec megaparsec text vector ]; description = "Language definition and parser for AVRO files"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "language-bash" = callPackage @@ -155930,7 +155930,7 @@ self: { tasty-expected-failure tasty-golden tasty-hunit tasty-quickcheck ]; description = "Parsing and pretty-printing Bash shell scripts"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-boogie" = callPackage @@ -155952,8 +155952,8 @@ self: { stream-monad time transformers ]; description = "Interpreter and language infrastructure for Boogie"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -155972,7 +155972,7 @@ self: { libraryToolDepends = [ alex happy ]; testHaskellDepends = [ base directory filepath process ]; description = "Analysis and generation of C code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-c_0_9_0_1" = callPackage @@ -155990,8 +155990,8 @@ self: { libraryToolDepends = [ alex happy ]; testHaskellDepends = [ base directory filepath process ]; description = "Analysis and generation of C code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "language-c-comments" = callPackage @@ -156004,8 +156004,8 @@ self: { libraryHaskellDepends = [ array base language-c ]; libraryToolDepends = [ alex ]; description = "Extracting comments from C code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156022,8 +156022,8 @@ self: { template-haskell ]; description = "Inline C & Objective-C code in Haskell for language interoperability"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156048,7 +156048,7 @@ self: { test-framework-hunit ]; description = "C/CUDA/OpenCL/Objective-C quasiquoting library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-c99" = callPackage @@ -156059,7 +156059,7 @@ self: { sha256 = "0k4a1chca328sa3w7aghhi446kqfrbp6h5jaj2rddd8f8qjz5pag"; libraryHaskellDepends = [ base pretty ]; description = "An implementation of the C99 AST that strictly follows the standard"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "language-c99-simple" = callPackage @@ -156072,7 +156072,7 @@ self: { base language-c99 language-c99-util mtl ]; description = "C-like AST to simplify writing C99 programs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "language-c99-util" = callPackage @@ -156083,7 +156083,7 @@ self: { sha256 = "0rdwb29d2aa9mqkn5b4acwviymxy18sjfmzr01j7n3j4n3q4d2lz"; libraryHaskellDepends = [ base language-c99 ]; description = "Utilities for language-c99"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "language-cil" = callPackage @@ -156094,7 +156094,7 @@ self: { sha256 = "1150fzhkn9zfxmam27wf2nyhai0ab66aaw8fqak559v39p0nri10"; libraryHaskellDepends = [ base bool-extras ]; description = "Manipulating Common Intermediate Language AST"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-conf" = callPackage @@ -156117,8 +156117,8 @@ self: { pretty QuickCheck semigroups text transformers ]; description = "Conf parsers and pretty-printers for the Haskell programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156133,8 +156133,8 @@ self: { libraryHaskellDepends = [ array base parsec pretty text ]; libraryToolDepends = [ alex ]; description = "C# source code manipulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156146,7 +156146,7 @@ self: { sha256 = "0gwsa9i9jxlnp60z3dh1rkk2zds74llxwjxzrsnhbmi71rmmiggx"; libraryHaskellDepends = [ base pretty ]; description = "CSS 2.1 syntax"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-dart" = callPackage @@ -156158,8 +156158,8 @@ self: { libraryHaskellDepends = [ base pretty ]; testHaskellDepends = [ base hspec raw-strings-qq ]; description = "Manipulating Dart source: abstract syntax and pretty-printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156199,8 +156199,8 @@ self: { ]; doHaddock = false; description = "A language for generative literature"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156222,7 +156222,7 @@ self: { megaparsec prettyprinter QuickCheck split text time ]; description = "Dockerfile parser, pretty-printer and embedded DSL"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "language-dockerfile" = callPackage @@ -156250,8 +156250,8 @@ self: { transformers unordered-containers yaml ]; description = "Dockerfile linter, parser, pretty-printer and embedded DSL"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156267,7 +156267,7 @@ self: { executableHaskellDepends = [ base mtl ]; testHaskellDepends = [ base parsec ]; description = "A library for the analysis and creation of Graphviz DOT files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-ecmascript" = callPackage @@ -156292,8 +156292,8 @@ self: { uniplate ]; description = "JavaScript parser and pretty-printer library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156309,8 +156309,8 @@ self: { base containers language-ecmascript parsec uniplate ]; description = "JavaScript static analysis library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156329,8 +156329,8 @@ self: { ]; libraryToolDepends = [ alex ]; description = "Parser and pretty printer for the Eiffel language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156348,8 +156348,8 @@ self: { testHaskellDepends = [ base hspec mtl pretty protolude ]; testToolDepends = [ doctest ]; description = "Generate elm code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156363,8 +156363,8 @@ self: { libraryHaskellDepends = [ array base haskell-src parsec syb ]; libraryToolDepends = [ alex happy ]; description = "Fortran lexer and parser, language support, and extensions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156376,8 +156376,8 @@ self: { sha256 = "12yh49zh9wissms20rbvgzw5i5wlc8m1iqwkxg68f52g7mk6clrf"; libraryHaskellDepends = [ base bifunctors parsers ]; description = "Something similar to Dijkstra's guarded command language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156391,7 +156391,7 @@ self: { editedCabalFile = "0gkllr25h5msjvlcx1pch6a4ndm7yymdqh4ya95drc7gns0kz1zc"; libraryHaskellDepends = [ base text ]; description = "Datatypes and parsing/printing functions to represent the Gemini markup language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-glsl" = callPackage @@ -156412,7 +156412,7 @@ self: { base HUnit parsec prettyclass test-framework test-framework-hunit ]; description = "GLSL abstract syntax tree, parser, and pretty-printer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-go" = callPackage @@ -156424,7 +156424,7 @@ self: { libraryHaskellDepends = [ array base parsec utf8-string ]; description = "A library for analysis and synthesis of Go code"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156437,8 +156437,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring cereal containers ]; description = "Guess at which language a text is written in using trigrams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156452,7 +156452,7 @@ self: { editedCabalFile = "1chx4g8ngb1hpyh3r9rbl8rkjkm67klms4wmw3p1g2llg47vvqip"; libraryHaskellDepends = [ base regex-posix template-haskell ]; description = "Module to automatically extract functions from the local code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-hcl" = callPackage @@ -156476,8 +156476,8 @@ self: { base criterion directory filepath text ]; description = "HCL parsers and pretty-printers for the Haskell programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156497,7 +156497,7 @@ self: { base directory filepath mtl tasty tasty-hunit tasty-quickcheck ]; description = "Java source manipulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-java-classfile" = callPackage @@ -156514,8 +156514,8 @@ self: { data-flags deepseq language-java LibZip mtl parsec utf8-string ]; description = "Parser for Java .class files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156537,7 +156537,7 @@ self: { QuickCheck utf8-light utf8-string ]; description = "Parser for JavaScript"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-js" = callPackage @@ -156549,7 +156549,7 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base hspec parsec ]; description = "javascript parser for es6 and es7"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-kort" = callPackage @@ -156572,8 +156572,8 @@ self: { base bytestring QuickCheck smaoin text vocabulary-kadma ]; description = "Parser and serializer for the Kort information language"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156598,8 +156598,8 @@ self: { base criterion directory filepath text ]; description = "Lua parser and pretty-printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156616,8 +156616,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156643,8 +156643,8 @@ self: { tasty-hunit tasty-quickcheck unordered-containers ]; description = "Lua parser and pretty printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156659,8 +156659,8 @@ self: { libraryHaskellDepends = [ base mtl parsec pretty ]; executableHaskellDepends = [ base pretty ]; description = "Parser, pretty-printer, and AST types for the MIXAL assembly language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156699,8 +156699,8 @@ self: { versions ]; description = "A library for dealing with the Ninja build language"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156716,8 +156716,8 @@ self: { base deepseq lens parsec-class pretty QuickCheck ]; description = "Data types and functions to represent the Nix language"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "language-oberon" = callPackage @@ -156748,8 +156748,8 @@ self: { grammatical-parsers prettyprinter tasty tasty-hunit text ]; description = "Parser, pretty-printer, and more for the Oberon programming language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156767,8 +156767,8 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "Analysis and generation of Objective C code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156794,8 +156794,8 @@ self: { string-qq tasty tasty-golden tasty-hunit ]; description = "Language tools for manipulating OCaml programs in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zlib;}; @@ -156812,8 +156812,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring ]; executableHaskellDepends = [ attoparsec base bytestring ]; description = "A simple parser for OpenSCAD"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156834,8 +156834,8 @@ self: { test-framework-quickcheck2 text ]; description = "Pig parser in haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156847,7 +156847,7 @@ self: { sha256 = "1wxihyf320xsqi114dbl2cwylkc261d5wgd7migb1lh23gxnhhz2"; libraryHaskellDepends = [ base megaparsec text ]; description = "Language definition and parser for Protocol Buffers"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "language-puppet" = callPackage @@ -156889,8 +156889,8 @@ self: { transformers unordered-containers vector ]; description = "Tools to parse and evaluate the Puppet DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156907,7 +156907,7 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "Parsing and pretty printing of Python code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-python-colour" = callPackage @@ -156922,8 +156922,8 @@ self: { base haskell98 language-python xhtml ]; description = "Generate coloured XHTML for Python code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156937,7 +156937,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base language-python ]; description = "testing code for the language-python library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-qux" = callPackage @@ -156953,8 +156953,8 @@ self: { transformers ]; description = "Utilities for working with the Qux language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -156984,8 +156984,8 @@ self: { statistics weigh ]; description = "Parsing and pretty printing of Rust code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157000,7 +157000,7 @@ self: { ansi-wl-pprint base bytestring containers text ]; description = "AST and pretty printer for Sally"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "language-sh" = callPackage @@ -157014,8 +157014,8 @@ self: { base directory filepath mtl parsec pcre-light ]; description = "A package for parsing shell scripts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157034,7 +157034,7 @@ self: { test-framework-hunit test-framework-quickcheck2 transformers ]; description = "AST and parser for the ZeroC Slice language (Specification language for ICE)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "language-spelling" = callPackage @@ -157054,8 +157054,8 @@ self: { base bytestring criterion random-shuffle time ]; description = "Various tools to detect/correct mistakes in words"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157071,8 +157071,8 @@ self: { array base bytestring containers mtl template-haskell utf8-string ]; description = "Full parser and generator for SQL as implemented by SQLite3"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157087,8 +157087,8 @@ self: { libraryHaskellDepends = [ array base hashable text ]; testHaskellDepends = [ base deepseq tasty tasty-hunit text ]; description = "A parser and printer for the SyGuS 2.0 language."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157111,8 +157111,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Parser and pretty printer for the Thrift IDL format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157135,8 +157135,8 @@ self: { text ]; description = "A Parser for the Type Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157148,8 +157148,8 @@ self: { sha256 = "07lm3d4m7c6j2b5gywqm05189iwkh2zjiv5xwwmcw1fm2a63r2zd"; libraryHaskellDepends = [ base containers parsec pretty ]; description = "A library for working with TypeScript Definition files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157161,8 +157161,8 @@ self: { sha256 = "03n5cnr71zq3fl0ajjiyzjq2x2848lwd9gfp4kjkkjaxw0lb6bka"; libraryHaskellDepends = [ base pretty ]; description = "VHDL AST and pretty printer in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157175,8 +157175,8 @@ self: { libraryHaskellDepends = [ base parsec wl-pprint ]; testHaskellDepends = [ base HUnit ]; description = "Parser and Pretty Printer for WebIDL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157190,7 +157190,7 @@ self: { testHaskellDepends = [ base deepseq ]; benchmarkHaskellDepends = [ base criterion deepseq QuickCheck ]; description = "Matrix programming library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lapack" = callPackage @@ -157221,8 +157221,8 @@ self: { unique-logic-tf utility-ht ]; description = "Numerical Linear Algebra using LAPACK"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157239,8 +157239,8 @@ self: { transformers ]; description = "Auto-generated interface to Fortran LAPACK via CArrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157257,8 +157257,8 @@ self: { storable-complex transformers ]; description = "Auto-generated interface to Fortran LAPACK via comfort-array"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157271,8 +157271,8 @@ self: { libraryHaskellDepends = [ base netlib-ffi ]; libraryPkgconfigDepends = [ liblapack ]; description = "Auto-generated interface to Fortran LAPACK"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {liblapack = null;}; @@ -157297,7 +157297,7 @@ self: { unordered-containers utility-ht vector ]; description = "Generator for Haskell interface to Fortran LAPACK"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "large-hashable" = callPackage @@ -157325,8 +157325,8 @@ self: { deepseq safecopy text transformers ]; description = "Efficiently hash (large) Haskell values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157344,7 +157344,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Provides Word128, Word192 and Word256 and a way of producing other large words if required"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lat" = callPackage @@ -157363,8 +157363,8 @@ self: { HDBC-sqlite3 hsini HTTP mtl old-locale regex-compat tagsoup time ]; description = "Tool to track security alerts on LWN"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157395,8 +157395,8 @@ self: { transformers ]; description = "Find the latest version of a package on npm"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157408,7 +157408,7 @@ self: { sha256 = "10m0l0wlrkkl474sdmi7cl6w6kqyqzcp05h7jdacxhzbxyf8nahw"; libraryHaskellDepends = [ base containers utility-ht ]; description = "Parse, format and process LaTeX files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "latex-formulae-hakyll" = callPackage @@ -157426,8 +157426,8 @@ self: { pandoc-types ]; description = "Use actual LaTeX to render formulae inside Hakyll pages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157446,8 +157446,8 @@ self: { transformers ]; description = "A library for rendering LaTeX formulae as images using an actual LaTeX installation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157469,8 +157469,8 @@ self: { base latex-formulae-image pandoc-types ]; description = "Render LaTeX formulae in pandoc documents to images with an actual LaTeX installation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157493,7 +157493,7 @@ self: { executableHaskellDepends = [ base HaTeX process template-haskell ]; testHaskellDepends = [ base ]; description = "Function table specifications in latex"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "latex-live-snippets" = callPackage @@ -157508,7 +157508,7 @@ self: { base directory filepath lens MissingH ]; description = "Automatically inline Haskell snippets into LaTeX documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "latex-svg-hakyll" = callPackage @@ -157523,8 +157523,8 @@ self: { base hakyll latex-svg-image latex-svg-pandoc lrucache pandoc-types ]; description = "Use actual LaTeX to render formulae inside Hakyll pages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157542,8 +157542,8 @@ self: { directory filepath parsec process temporary transformers ]; description = "A library for rendering LaTeX formulae as SVG using an actual LaTeX"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157563,8 +157563,8 @@ self: { ]; executableHaskellDepends = [ base latex-svg-image pandoc-types ]; description = "Render LaTeX formulae in pandoc documents to images with an actual LaTeX"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157591,8 +157591,8 @@ self: { universe-reverse-instances unordered-containers ]; description = "Fine-grained library for constructing and manipulating lattices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157625,8 +157625,8 @@ self: { unordered-containers uuid vector ]; description = "Server-side SDK for integrating with LaunchDarkly"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157644,8 +157644,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "High and low-level interface to the Novation Launchpad midi controller"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157657,7 +157657,7 @@ self: { sha256 = "014drjks30wij31fm371q5d8m6x3fpf3z52dim6zmxxv0r0pjmh0"; libraryHaskellDepends = [ base ]; description = "Assert the lawfulness of your typeclass instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lawless-concurrent-machines" = callPackage @@ -157678,8 +157678,8 @@ self: { ]; benchmarkHaskellDepends = [ base machines time ]; description = "Concurrent networked stream transducers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157691,7 +157691,7 @@ self: { sha256 = "0hmsqpm3jakp5q274q47c9gvb2i4asc25nrfypblkvnpvnh6q172"; libraryHaskellDepends = [ base ]; description = "Common mathematical laws"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lax" = callPackage @@ -157702,7 +157702,7 @@ self: { sha256 = "12f0k2545nk50cvs3gd41dhsfls19xkhvn3avhmgx69y57mhalcy"; libraryHaskellDepends = [ base ]; description = "Lax arrows"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "layered-state" = callPackage @@ -157724,8 +157724,8 @@ self: { criterion deepseq either kan-extensions mtl-c timeit ]; description = "Control structure similar to Control.Monad.State, allowing multiple nested states, distinguishable by provided phantom types."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157737,8 +157737,8 @@ self: { sha256 = "1yn8swgxb908wslcnh04919m9rzy47dxgawns89zw5v1gbq3wmdf"; libraryHaskellDepends = [ base transformers ]; description = "Modular type class machinery for monad transformer stacks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157758,8 +157758,8 @@ self: { OpenGLRaw pretty-show ]; description = "A prototypical 2d platform game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157771,8 +157771,8 @@ self: { sha256 = "126r47n5aaz3ksl7fwfc5lg5wniy46lscr1c3z7d2sdk10rhbql9"; libraryHaskellDepends = [ base convertible hinduce-missingh ]; description = "Turn values into pretty text or markup"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157784,8 +157784,8 @@ self: { sha256 = "0rm0w5l4g865ais4rg3vdfx6fyzp1dginlhlabvqclbjwwzkiyqi"; libraryHaskellDepends = [ base blaze-html containers text ]; description = "Template and widgets for Bootstrap2 to use with Text.Blaze.Html5"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157797,8 +157797,8 @@ self: { sha256 = "1ddynm3jl7c4jakxk2lxy954a9245j2664an0kyh9inn51j17p9r"; libraryHaskellDepends = [ alex-tools base text ]; description = "A collection of different layout implementations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157814,8 +157814,8 @@ self: { base container layered-state prologue terminal-text text ]; description = "General layouting library. Currently supports layouting 2D areas and can be used as a backend for text pretty printing or automatic windows layouting managers."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157827,7 +157827,7 @@ self: { sha256 = "02a9iw0ns12hszi5rim4x6pa15y3zycmbcmcwmsr6m31rzgz8ryp"; libraryHaskellDepends = [ base comonad ]; description = "Explicit laziness for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lazy-csv" = callPackage @@ -157841,7 +157841,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; executableHaskellDepends = [ base bytestring ]; description = "Efficient lazy parsers for CSV (comma-separated values)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lazy-hash" = callPackage @@ -157859,8 +157859,8 @@ self: { template-haskell vector-space ]; description = "Identifiers for not-yet-computed values"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157881,8 +157881,8 @@ self: { temporary ]; description = "Storing computed values for re-use when the same program runs again"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157894,7 +157894,7 @@ self: { sha256 = "0fbvm8wwvp4xm4rq2mdfnrra7c88dps91j7ay2vn7iqmpdkcwly9"; libraryHaskellDepends = [ base ]; description = "Lazy IO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lazy-io-streams" = callPackage @@ -157907,8 +157907,8 @@ self: { editedCabalFile = "0pn446g45naqh92g9mib98fw5xznbp6r4x27acmnqrmlcqjz9jsm"; libraryHaskellDepends = [ base bytestring io-streams ]; description = "Get lazy with your io-streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157925,8 +157925,8 @@ self: { testHaskellDepends = [ base doctest lens ]; testToolDepends = [ markdown-unlit ]; description = "Lazy-Spined Monadic Priority Queues"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157938,8 +157938,8 @@ self: { sha256 = "1vicd1yzcz3kw3r0widfx04j4qbzz4912j5v8c2bhd0z9hvc22vp"; libraryHaskellDepends = [ base size-based ]; description = "Finds values satisfying a lazy predicate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157951,8 +157951,8 @@ self: { sha256 = "0bc2n7x8fydmzc84yb5zbdaca1r4qwpk7zlvbgcycycr87fk7p7n"; libraryHaskellDepends = [ array base ]; description = "Efficient implementation of lazy monolithic arrays (lazy in indexes)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157972,8 +157972,8 @@ self: { aeson base hspec microstache text transformers ]; description = "An EDSL for programming the Game Boy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -157987,7 +157987,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base transformers unsafe ]; description = "Run IO actions lazily while respecting their order"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lazyset" = callPackage @@ -158004,8 +158004,8 @@ self: { base containers data-ordlist time timeit ]; description = "Set and Map from lazy/infinite lists"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158017,7 +158017,7 @@ self: { sha256 = "0lqggm75m1qd34lzqj3ibvnjwhjqvq16cab8zxm4yzn7j2sxzm4x"; libraryHaskellDepends = [ base ]; description = "A library for demand-driven testing of Haskell programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lazysplines" = callPackage @@ -158028,7 +158028,7 @@ self: { sha256 = "13ll6w4g0pv2bq5dsyiz4v9ywsdax6pjzb1d64fsqvq1zqr490ix"; libraryHaskellDepends = [ base ]; description = "Differential solving with lazy splines"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lbfgs" = callPackage @@ -158040,7 +158040,7 @@ self: { libraryHaskellDepends = [ array base vector ]; description = "L-BFGS optimization"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "lca" = callPackage @@ -158053,7 +158053,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "O(log n) persistent online lowest common ancestor search without preprocessing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lcs" = callPackage @@ -158065,7 +158065,7 @@ self: { libraryHaskellDepends = [ array base ]; description = "Find longest common sublist of two lists"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ld-intervals" = callPackage @@ -158076,8 +158076,8 @@ self: { sha256 = "1mi94kdc61d4vhzvcr4gvzy3zl2wrd4i353gpmmaxp652rm9xm99"; libraryHaskellDepends = [ base ]; description = "Data structures for representing arbitrary intervals"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158093,8 +158093,8 @@ self: { base containers ghc-prim mtl random-fu random-source rvar vector ]; description = "Online Latent Dirichlet Allocation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158113,7 +158113,7 @@ self: { ]; testHaskellDepends = [ base bytestring hspec process semigroups ]; description = "Pure Haskell LDAP Client Library"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "ldapply" = callPackage @@ -158131,8 +158131,8 @@ self: { unordered-containers ]; description = "LDIF idempotent apply tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158155,8 +158155,8 @@ self: { ]; testHaskellDepends = [ base HUnit ]; description = "The LDAP Data Interchange Format (LDIF) tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158175,8 +158175,8 @@ self: { base blaze-html directory filepath pandoc split ]; description = "A simple portfolio generator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158195,8 +158195,8 @@ self: { seqaid template-haskell ]; description = "Robust space leak, and its strictification"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158212,8 +158212,8 @@ self: { base base-unicode-symbols text-utf8 transformers util ]; description = "Bonds to Lean theorem prover"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158232,7 +158232,7 @@ self: { template-haskell ]; description = "A maximally lazy, simple implementation of the Peano numbers with minimal dependencies"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "leancheck" = callPackage @@ -158244,7 +158244,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "Enumerative property-based testing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "leancheck-enum-instances" = callPackage @@ -158255,7 +158255,7 @@ self: { sha256 = "0l14npnkwdr3vcdjv2b20a0g3cka0nd93cm6hrq16dcphm1ckaj1"; libraryHaskellDepends = [ base enum-types leancheck ]; description = "listable instances for small enum types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "leancheck-instances" = callPackage @@ -158273,7 +158273,7 @@ self: { base bytestring containers leancheck nats text ]; description = "Common LeanCheck instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "leankit-api" = callPackage @@ -158286,7 +158286,7 @@ self: { aeson base bytestring colour curl split ]; description = "LeanKit API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "leanpub-concepts" = callPackage @@ -158297,7 +158297,7 @@ self: { sha256 = "1vf62iryqmj8ll16cm5xpwaqzlhw8rb7p6pshm87assm9lnw3k8c"; libraryHaskellDepends = [ base bytestring text ]; description = "Types for the Leanpub API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "leanpub-wreq" = callPackage @@ -158314,8 +158314,8 @@ self: { time transformers unordered-containers wreq ]; description = "Use the Leanpub API via Wreq"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158329,8 +158329,8 @@ self: { editedCabalFile = "1n3r1c58626nzqmjb068kz3ckb3xsn9v62i70yvzk2g6j29fpz2g"; libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base tasty tasty-hunit time ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158343,7 +158343,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base QuickCheck time ]; description = "Leap seconds announced at library release time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "learn" = callPackage @@ -158354,8 +158354,8 @@ self: { sha256 = "1i2rn4pmgbqxj0xsjqp5rh50lv6zgnblbjgwmqh5cxb3dsillvpj"; libraryHaskellDepends = [ base containers ]; description = "Learning Algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158376,7 +158376,7 @@ self: { base gloss gnuplot not-gloss spatial-math ]; description = "Haskell code for learning physics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "learn-physics-examples" = callPackage @@ -158393,8 +158393,8 @@ self: { base gloss gnuplot learn-physics not-gloss spatial-math ]; description = "examples for learn-physics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158410,7 +158410,7 @@ self: { base containers deepseq hmatrix random-fu random-source vector ]; description = "Yet another library for hidden Markov models"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "leb128" = callPackage @@ -158429,8 +158429,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "LEB128 encoding logic for and in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158447,7 +158447,7 @@ self: { base bytestring tasty tasty-hunit tasty-quickcheck ]; description = "LEB128 and SLEB128 encoding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "leetify" = callPackage @@ -158461,8 +158461,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base containers ]; description = "Leetify text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158476,7 +158476,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base hscharm random random-shuffle ]; description = "left4dead-inspired roguelike"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "legion" = callPackage @@ -158497,8 +158497,8 @@ self: { stm text time transformers unix uuid wai wai-extra warp ]; description = "Distributed, stateful, homogeneous microservice framework"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158524,8 +158524,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A discovery service based on Legion"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158545,8 +158545,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Client library for communicating with legion-discovery"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158568,8 +158568,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Extra non-essential utilities for building legion applications"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158608,7 +158608,7 @@ self: { executableHaskellDepends = [ base gi-gtk-hs leksah-server stm ]; description = "Haskell IDE written in Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gtk3;}; "leksah-server" = callPackage @@ -158646,7 +158646,7 @@ self: { ]; description = "Metadata collection for leksah"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158663,8 +158663,8 @@ self: { io-streams mtl scientific text vector ]; description = "Bindings for the LendingClub marketplace API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158706,7 +158706,7 @@ self: { generic-deriving transformers unordered-containers vector ]; description = "Lenses, Folds and Traversals"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "lens-accelerate" = callPackage @@ -158717,7 +158717,7 @@ self: { sha256 = "1sk3iy5qv24mifx0gwd5z714lf3y3s4zpbff09mqk42whk2sdd0y"; libraryHaskellDepends = [ accelerate base lens ]; description = "Instances to mix lens with Accelerate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-action" = callPackage @@ -158736,7 +158736,7 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Monadic Getters and Folds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-aeson" = callPackage @@ -158759,7 +158759,7 @@ self: { base doctest generic-deriving semigroups simple-reflect ]; description = "Law-abiding lenses for aeson"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lens-core" = callPackage @@ -158781,7 +158781,7 @@ self: { sha256 = "0kkwb32ndhxhlz01pn4xh825x95l8g45cs4h5wxkjh24rywl3rrp"; libraryHaskellDepends = [ base bytestring cassava lens ]; testHaskellDepends = [ base bytestring cassava lens ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-datetime" = callPackage @@ -158792,7 +158792,7 @@ self: { sha256 = "1m6cns38xggw8kcc9h0mf4q024cvc8njm7n33f8gi7hwyxxqs7xv"; libraryHaskellDepends = [ base lens time ]; description = "Lenses for Data.Time.* types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-errors" = callPackage @@ -158804,7 +158804,7 @@ self: { libraryHaskellDepends = [ base either lens ]; testHaskellDepends = [ base containers either hspec lens ]; description = "Error handling in lens chains"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-family" = callPackage @@ -158819,7 +158819,7 @@ self: { base containers lens-family-core mtl transformers ]; description = "Lens Families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-family_2_1_0" = callPackage @@ -158834,8 +158834,8 @@ self: { base containers lens-family-core mtl transformers ]; description = "Lens Families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lens-family-core" = callPackage @@ -158846,7 +158846,7 @@ self: { sha256 = "0ni6s873hy2h3b316835ssmlyr05yinb3a8jq5b01p9ppp9zrd0r"; libraryHaskellDepends = [ base containers transformers ]; description = "Haskell 2022 Lens Families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-family-core_2_1_0" = callPackage @@ -158857,8 +158857,8 @@ self: { sha256 = "1jjzm2f4ixjwysyk8gybzpb98rlf2mmzn0nfg8qvhkf5gl87jv3v"; libraryHaskellDepends = [ base containers transformers ]; description = "Haskell 2022 Lens Families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lens-family-th" = callPackage @@ -158870,7 +158870,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec template-haskell transformers ]; description = "Generate lens-family style lenses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-filesystem" = callPackage @@ -158888,8 +158888,8 @@ self: { base directory filepath hspec lens lens-action ]; description = "Lens interface for your filesystem; still a bit experimental"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158901,8 +158901,8 @@ self: { sha256 = "0zz2w01knsj1zn9vj8g3dbhvh0sgnibr5wm9dn91qv0bmps745z7"; libraryHaskellDepends = [ base ghc-prim profunctors tagged ]; description = "Integration of lenses with OverloadedLabels"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158914,7 +158914,7 @@ self: { sha256 = "1jyqxi83imkyd318m17p2z84zqaxyb08mk5gy7q7saay2blmz4jr"; libraryHaskellDepends = [ base lens tagged template-haskell ]; description = "Miscellaneous lens utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-named" = callPackage @@ -158925,7 +158925,7 @@ self: { sha256 = "1w6y1caah0yr7gilwsv7ji7pp3mz1m9wlx5zpq0n0z1q2wbdsmfp"; libraryHaskellDepends = [ base lens template-haskell ]; description = "Helper for use with lens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-prelude" = callPackage @@ -158942,8 +158942,8 @@ self: { mtl text time transformers unordered-containers vector ]; description = "Alternate prelude that exports lens combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -158963,7 +158963,7 @@ self: { base doctest filepath lens process tasty tasty-hunit ]; description = "Optics for system processes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-properties" = callPackage @@ -158976,7 +158976,7 @@ self: { editedCabalFile = "1ky3xzh3cgam5ncx7n25xbll7vqw3x7vyhprfmxm34pshkxbrjh7"; libraryHaskellDepends = [ base lens QuickCheck transformers ]; description = "QuickCheck properties for lens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-regex" = callPackage @@ -158996,7 +158996,7 @@ self: { base directory doctest filepath regex-posix ]; description = "Lens powered regular expression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-regex-pcre" = callPackage @@ -159020,7 +159020,7 @@ self: { template-haskell text ]; description = "A lensy interface to regular expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-simple" = callPackage @@ -159035,8 +159035,8 @@ self: { base lens-family lens-family-core lens-family-th mtl transformers ]; description = "simplified import of elementary lens-family combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159050,7 +159050,7 @@ self: { base fclabels generics-sop transformers ]; description = "Computing lenses generically using generics-sop"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lens-text-encoding" = callPackage @@ -159061,8 +159061,8 @@ self: { sha256 = "1yxab87ci6gl0c5gsdd8pb780ai8lmxxa3fxkpl1shv1pw124fsv"; libraryHaskellDepends = [ base bytestring lens text ]; description = "Isomorphisms and prisms for text <=> bytestring conversions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159077,8 +159077,8 @@ self: { libraryHaskellDepends = [ base ghc lens ]; executableHaskellDepends = [ base ghc ghc-exactprint lens ]; description = "Rewrites Template Haskell splices using the API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159090,8 +159090,8 @@ self: { sha256 = "1hrp9d6qja7yc3zj68w3hylgflyfsvh79m8daw9030yjdxm525za"; libraryHaskellDepends = [ base lens time ]; description = "lens for Data.Time"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159108,8 +159108,8 @@ self: { base containers dwergaz hlint lens-family text toml-parser ]; description = "Lenses for toml-parser"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159122,8 +159122,8 @@ self: { libraryHaskellDepends = [ base lens ]; testHaskellDepends = [ base doctest ]; description = "Tutorial for the lens library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159135,8 +159135,8 @@ self: { sha256 = "0lsdp6rgacsa13fppa2dfn2nz8cdrvj5clmlshzrv1h0423hfgbp"; libraryHaskellDepends = [ base singletons ]; description = "Type-level lenses using singletons"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159153,8 +159153,8 @@ self: { template-haskell ]; description = "Collection of missing lens utilities"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159169,7 +159169,7 @@ self: { libraryHaskellDepends = [ base lens xml ]; testHaskellDepends = [ base lens xml ]; description = "Lenses for the xml package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lenses" = callPackage @@ -159180,7 +159180,7 @@ self: { sha256 = "1wwl0f1f1scflnbjgqcinkpvpvhn21942bfbg8vlimdap6i5d49h"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "Simple Functional Lenses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lensref" = callPackage @@ -159192,8 +159192,8 @@ self: { libraryHaskellDepends = [ base monad-control mtl transformers ]; testHaskellDepends = [ base ]; description = "References which can be joined and on which lenses can be applied"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159220,8 +159220,8 @@ self: { semigroups terminal-progress-bar text ]; description = "frugal issue tracker"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159239,7 +159239,7 @@ self: { base base-unicode-symbols hs-functors transformers ]; description = "Van Laarhoven lenses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lenz-mtl" = callPackage @@ -159257,7 +159257,7 @@ self: { ]; description = "mtl operations with Van Laarhoven lenses"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "lenz-template" = callPackage @@ -159275,7 +159275,7 @@ self: { ]; description = "Van Laarhoven lens templates"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "less-arbitrary" = callPackage @@ -159303,7 +159303,7 @@ self: { vector ]; description = "Linear time testing with variant of Arbitrary class that always terminates"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "level-monad" = callPackage @@ -159314,8 +159314,8 @@ self: { sha256 = "1l5jyhpvbcj4fmyggp8bjy4gx9igcydply3yb1s23fxdcz0b638a"; libraryHaskellDepends = [ base fmlist ]; description = "Non-Determinism Monad for Level-Wise Search"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159340,7 +159340,7 @@ self: { tasty tasty-quickcheck temporary transformers ]; description = "Haskell bindings to LevelDB"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) leveldb;}; "leveldb-haskell-fork" = callPackage @@ -159363,7 +159363,7 @@ self: { QuickCheck transformers ]; description = "Haskell bindings to LevelDB"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) leveldb;}; "levmar" = callPackage @@ -159374,8 +159374,8 @@ self: { sha256 = "0v2mfqw4irzpfq100i1rm5djfqzvxilq9i7pcslsb92jkcv2zgbc"; libraryHaskellDepends = [ base bindings-levmar hmatrix vector ]; description = "An implementation of the Levenberg-Marquardt algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159389,8 +159389,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base Chart colour data-accessor levmar ]; description = "Plots the results of the Levenberg-Marquardt algorithm in a chart"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159410,8 +159410,8 @@ self: { testHaskellDepends = [ base util ]; benchmarkHaskellDepends = [ base gauge util ]; description = "See README for more info"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159428,7 +159428,7 @@ self: { base deepseq regex-applicative srcloc tasty tasty-hunit ]; description = "Simple lexer based on applicative regular expressions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lfst" = callPackage @@ -159440,8 +159440,8 @@ self: { libraryHaskellDepends = [ base containers doctest lattices ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "L-Fuzzy Set Theory implementation in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159469,8 +159469,8 @@ self: { vector ]; description = "Lens GUI Toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159482,8 +159482,8 @@ self: { sha256 = "0a5h1d0sdnpy209k4zkmcrrxl4b000226hif098bqs9pngpbgki1"; libraryHaskellDepends = [ haskell2010 ]; description = "Data structures for the Les Houches Accord"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159504,7 +159504,7 @@ self: { ]; description = "Simple spreadsheet program"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159518,8 +159518,8 @@ self: { isExecutable = true; enableSeparateDataOutput = true; description = "LHC Haskell Compiler"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159531,8 +159531,8 @@ self: { sha256 = "08725r5i71ni9ip4qbc5fr111j256rsii936yvxbd7kbbw4ap2a9"; libraryHaskellDepends = [ bytestring haskell2010 HaXml lha ]; description = "Parser and writer for Les-Houches event files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159551,8 +159551,8 @@ self: { base cmdargs filepath haskell-src-exts syb uu-parsinglib ]; description = "Literate highlighter preprocessor for lhs2tex"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159567,7 +159567,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base directory filepath Glob ]; description = "Compile lhs in bird style to md, html, hs"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "lhs2tex" = callPackage @@ -159602,8 +159602,8 @@ self: { base directory filepath process regex-posix ]; description = "Tool for using pdflatex with .lhs files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159619,7 +159619,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A binding to the libBF library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "libGenI" = callPackage @@ -159636,7 +159636,7 @@ self: { ]; description = "A natural language generator (specifically, an FB-LTAG surface realiser)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159667,8 +159667,8 @@ self: { base bytestring criterion tar tar-conduit temporary ]; description = "Haskell interface to libarchive"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libarchive;}; @@ -159685,7 +159685,7 @@ self: { ]; librarySystemDepends = [ archive ]; description = "Read many archive formats with libarchive and conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {archive = null;}; "libconfig" = callPackage @@ -159705,8 +159705,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base doctest doctest-prop lens ]; description = "Haskell bindings to libconfig"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libconfig;}; @@ -159727,8 +159727,8 @@ self: { base directory filepath mtl test-framework ]; description = "A library providing a parser, type checker and evaluator for CSPM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159741,8 +159741,8 @@ self: { libraryHaskellDepends = [ base unix ]; librarySystemDepends = [ expect tcl ]; description = "Library for interacting with console applications via pseudoterminals"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) expect; inherit (pkgs) tcl;}; @@ -159756,7 +159756,7 @@ self: { librarySystemDepends = [ ffi ]; libraryPkgconfigDepends = [ libffi ]; description = "A binding to libffi"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {ffi = null; inherit (pkgs) libffi;}; "libffi-dynamic" = callPackage @@ -159768,7 +159768,7 @@ self: { libraryHaskellDepends = [ base contravariant hashable intern ]; librarySystemDepends = [ ffi ]; description = "LibFFI interface with dynamic bidirectional type-driven binding generation"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {ffi = null;}; "libfuse3" = callPackage @@ -159792,8 +159792,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion unix ]; description = "A Haskell binding for libfuse-3.x"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fuse3;}; @@ -159805,7 +159805,7 @@ self: { sha256 = "08km9y2wqz426c5c6r49ar5snl8ss1w7d55yqivksdkwk3fn0k0x"; libraryHaskellDepends = [ base mtl process ]; description = "Simple Git Wrapper"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "libgraph" = callPackage @@ -159822,7 +159822,7 @@ self: { array base containers monads-tf process union-find ]; description = "Store and manipulate data in a graph"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "libhbb" = callPackage @@ -159845,8 +159845,8 @@ self: { base bytestring ghc ghc-paths hspec mtl syb ]; description = "Backend for text editors to provide better Haskell editing support"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159865,8 +159865,8 @@ self: { http-types resource-pool stm text ]; description = "libinfluxdb"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159895,8 +159895,8 @@ self: { xml-conduit ]; description = "Jenkins API interface"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159927,8 +159927,8 @@ self: { transformers unordered-containers uuid ]; description = "A Haskell implementation of JSON Web Token (JWT)"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159955,8 +159955,8 @@ self: { xml-html-conduit-lens ]; description = "Lastfm API interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -159992,8 +159992,8 @@ self: { test-framework-th text time transformers ]; description = "Prelude based on protolude for GHC 8 and beyond"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160007,8 +160007,8 @@ self: { base bindings-DSL enumerator mtl vector ]; description = "liblinear iteratee"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160022,8 +160022,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "FFI interface to libltdl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160036,8 +160036,8 @@ self: { libraryHaskellDepends = [ base bytestring data-default vector ]; librarySystemDepends = [ modbus ]; description = "Haskell bindings to the C modbus library"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {modbus = null;}; @@ -160070,8 +160070,8 @@ self: { test-framework-th text time transformers ]; description = "Prelude based on protolude for GHC 8 and beyond"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160094,7 +160094,7 @@ self: { utf8-string ]; description = "An MPD client library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "libnix" = callPackage @@ -160112,8 +160112,8 @@ self: { base directory errors protolude tasty tasty-hunit text ]; description = "Bindings to the nix package manager"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160126,7 +160126,7 @@ self: { libraryHaskellDepends = [ base bytestring glib gtk ]; librarySystemDepends = [ libnotify ]; description = "Bindings to libnotify library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) libnotify;}; "libnvvm" = callPackage @@ -160144,8 +160144,8 @@ self: { base bytestring Cabal HUnit test-framework test-framework-hunit ]; description = "FFI binding to libNVVM, a compiler SDK component from NVIDIA"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {nvvm = null;}; "liboath-hs" = callPackage @@ -160166,8 +160166,8 @@ self: { executableHaskellDepends = [ base bytestring time ]; testHaskellDepends = [ base ]; description = "Bindings to liboath"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {liboath = null; oath = null;}; @@ -160183,8 +160183,8 @@ self: { base CC-delcont containers mtl template-haskell unix ]; description = "An evolving collection of Oleg Kiselyov's Haskell modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160198,8 +160198,8 @@ self: { librarySystemDepends = [ pafe ]; testHaskellDepends = [ base bytestring iconv transformers ]; description = "Wrapper for libpafe"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {pafe = null;}; @@ -160212,8 +160212,8 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; librarySystemDepends = [ postgresql ]; description = "libpq binding for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) postgresql;}; @@ -160265,8 +160265,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Raft consensus algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160278,8 +160278,8 @@ self: { sha256 = "07xg59f48jw78mjbx83bz1rc2fxvdnlb08cdfd7hwkj43a127kxn"; libraryHaskellDepends = [ base bytestring curl ]; description = "Wrapper to Random.org API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160300,8 +160300,8 @@ self: { vector ]; description = "Bindings to the Librato API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160320,7 +160320,7 @@ self: { text uri-bytestring url ]; description = "Use Libravatar, the decentralized avatar delivery service"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "librdkafka" = callPackage @@ -160331,7 +160331,7 @@ self: { sha256 = "09iyvp3271l5a1idklzxdcs3wxmjxqigkn1cjjv4vk8vww6zwzkb"; doHaddock = false; description = "TBA"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "libretls" = callPackage @@ -160348,8 +160348,8 @@ self: { libraryPkgconfigDepends = [ libtls ]; testHaskellDepends = [ base containers hspec HUnit libressl ]; description = "libtls bindings"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {libressl = null; libtls = null;}; @@ -160362,7 +160362,7 @@ self: { libraryHaskellDepends = [ base split ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Use Roman Numerals as a Numeric Datatype (sort of)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "libsodium" = callPackage @@ -160380,7 +160380,7 @@ self: { ]; testPkgconfigDepends = [ libsodium ]; description = "Low-level bindings to the libsodium C library"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {inherit (pkgs) libsodium;}; "libssh2" = callPackage @@ -160398,8 +160398,8 @@ self: { libraryPkgconfigDepends = [ libssh2 ]; libraryToolDepends = [ c2hs ]; description = "FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libssh2;}; @@ -160417,8 +160417,8 @@ self: { base bytestring conduit libssh2 stm transformers ]; description = "Conduit wrappers for libssh2 FFI bindings (see libssh2 package)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160437,7 +160437,7 @@ self: { http-conduit profunctors text ]; description = "StackExchange API interface"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "libsystemd-daemon" = callPackage @@ -160456,8 +160456,8 @@ self: { base HUnit network test-framework test-framework-hunit ]; description = "Haskell bindings for libsystemd-daemon"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {libsystemd-daemon = null; systemd-daemon = null;}; @@ -160477,7 +160477,7 @@ self: { ]; libraryPkgconfigDepends = [ systemd ]; description = "Haskell bindings to libsystemd-journal"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) systemd;}; "libtagc" = callPackage @@ -160491,8 +160491,8 @@ self: { librarySystemDepends = [ taglib ]; libraryPkgconfigDepends = [ taglib ]; description = "Binding to TagLib C library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) taglib;}; @@ -160507,7 +160507,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; libraryPkgconfigDepends = [ libtelnet ]; description = "Bindings to libtelnet"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {inherit (pkgs) libtelnet;}; "libversion" = callPackage @@ -160519,7 +160519,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; libraryPkgconfigDepends = [ libversion ]; description = "Haskell binding to libversion"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libversion;}; "libvirt-hs" = callPackage @@ -160532,7 +160532,7 @@ self: { libraryPkgconfigDepends = [ libvirt ]; libraryToolDepends = [ c2hs ]; description = "FFI bindings to libvirt virtualization API (http://libvirt.org)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libvirt;}; "libvorbis" = callPackage @@ -160543,7 +160543,7 @@ self: { sha256 = "19mx07gvwsqhbish8cbbiplgpw75birn19sl0hhn2300kpryyxfb"; libraryHaskellDepends = [ base bytestring cpu ]; description = "Haskell binding for libvorbis, for decoding Ogg Vorbis audio files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "libxls" = callPackage @@ -160554,8 +160554,8 @@ self: { sha256 = "03klm9s27v06s65ypy6bsshnif20mprhynvqrmcw90brzmgiihf6"; libraryHaskellDepends = [ base bindings-DSL ]; description = "Bindings to libxls"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160571,7 +160571,7 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; librarySystemDepends = [ libxml2 ]; description = "Binding to libxml2"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libxml2;}; "libxml-enumerator" = callPackage @@ -160586,8 +160586,8 @@ self: { base bytestring enumerator libxml-sax text transformers xml-types ]; description = "Enumerator-based API for libXML's SAX interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160601,7 +160601,7 @@ self: { librarySystemDepends = [ libxml2 ]; libraryPkgconfigDepends = [ libxml2 ]; description = "Bindings for the libXML2 SAX interface"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) libxml2;}; "libxslt" = callPackage @@ -160613,8 +160613,8 @@ self: { libraryHaskellDepends = [ base bytestring libxml ]; librarySystemDepends = [ xslt ]; description = "Binding to libxslt"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {xslt = null;}; @@ -160626,7 +160626,7 @@ self: { sha256 = "1dcpbsjg6n305l07isxmavgp01lbv1qggy16acjyxjlz35pxchlg"; libraryHaskellDepends = [ base bytestring conduit resourcet ]; description = "Low-level, streaming YAML interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "libzfs" = callPackage @@ -160644,7 +160644,7 @@ self: { executableHaskellDepends = [ base mtl transformers ]; executableSystemDepends = [ nvpair zfs ]; description = "Bindings to libzfs, for dealing with the Z File System and Zpools"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {nvpair = null; inherit (pkgs) zfs;}; "licensor" = callPackage @@ -160664,7 +160664,7 @@ self: { base Cabal cmdargs containers directory ]; description = "A license compatibility helper"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lie" = callPackage @@ -160678,8 +160678,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Lie Algebras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160694,7 +160694,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ array base GLUT OpenGL random ]; description = "Conway's Life cellular automaton"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "life-sync" = callPackage @@ -160720,7 +160720,7 @@ self: { text tomland ]; description = "Synchronize personal configs across multiple machines"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "lift-generics" = callPackage @@ -160742,7 +160742,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "GHC.Generics-based Language.Haskell.TH.Syntax.lift implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lift-read-show" = callPackage @@ -160753,7 +160753,7 @@ self: { sha256 = "0sp725nflvqzxvhycjj1v9j46y4cx1vvbr9k6pfwz585n35gs1a0"; libraryHaskellDepends = [ base ]; description = "Helper methods to define `Read1`, `Read2`, `Show1`, `Show2` instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lifted-async" = callPackage @@ -160774,7 +160774,7 @@ self: { ]; benchmarkHaskellDepends = [ async base criterion deepseq ]; description = "Run lifted IO operations asynchronously and wait for their results"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lifted-base" = callPackage @@ -160795,7 +160795,7 @@ self: { base criterion monad-control monad-peel transformers ]; description = "lifted IO operations from the base library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lifted-base-tf" = callPackage @@ -160818,8 +160818,8 @@ self: { base criterion lifted-base monad-control monad-peel transformers ]; description = "lifted IO operations from the base library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160837,8 +160837,8 @@ self: { lifted-async lifted-base mtl safe stm text transformers ]; description = "A sensible set of defaults for writing lifted custom Preludes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160855,7 +160855,7 @@ self: { transformers-base transformers-compat ]; description = "STM operations lifted through monad transformer stacks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lifted-threads" = callPackage @@ -160870,7 +160870,7 @@ self: { base monad-control threads transformers-base ]; description = "lifted IO operations from the threads library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lifter" = callPackage @@ -160888,8 +160888,8 @@ self: { array base bitmap bytestring directory filepath gloss mtl stb-image ]; description = "A boulderdash-like game and solution validator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160901,8 +160901,8 @@ self: { sha256 = "03h30lbhppi9hmpsc8fhsrsad6w9sjs9n53lz76czz3iqaknkcrb"; libraryHaskellDepends = [ base text ]; description = "Expand ligatures in unicode text"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160914,7 +160914,7 @@ self: { sha256 = "1hxfx514ar9hr9gqzzdgd7avfvlsvr7lv6hgza5k04b2xm73ysrp"; libraryHaskellDepends = [ base ]; description = "Lightweight Implementation of Generics and Dynamics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "light" = callPackage @@ -160928,7 +160928,7 @@ self: { libraryHaskellDepends = [ base containers gjk2d lens linear mtl ]; testHaskellDepends = [ base containers lens linear QuickCheck ]; description = "a simple physics engine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lightning-haskell" = callPackage @@ -160949,8 +160949,8 @@ self: { aeson api-builder base bytestring hspec text transformers ]; description = "Haskell client for lightning-viz REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -160982,8 +160982,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "LightStep OpenTracing client library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161000,8 +161000,8 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "Lighttpd configuration file tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161018,8 +161018,8 @@ self: { template-haskell ]; description = "A QuasiQuoter for lighttpd configuration files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161036,8 +161036,8 @@ self: { prettify process semigroups vector-space ]; description = "Bindings to Lilypond"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161054,7 +161054,7 @@ self: { base containers QuickCheck tasty tasty-quickcheck tasty-th ]; description = "representation of Integer Linear Programs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "limp-cbc" = callPackage @@ -161071,8 +161071,8 @@ self: { base limp QuickCheck tasty tasty-quickcheck ]; description = "bindings for integer linear programming solver Coin/CBC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161084,7 +161084,7 @@ self: { sha256 = "0yfw2m1l7240xir3qa8i11c5q7appaji4kgcjyhdc0rz6p3j55iy"; libraryHaskellDepends = [ base NumInstances vector ]; description = "Low-dimensional matrices and vectors for graphics and physics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linda" = callPackage @@ -161095,8 +161095,8 @@ self: { sha256 = "0d58i69hvry9vzr4i7f1yhhm99808vqw238hfjc3sr51plc1is45"; libraryHaskellDepends = [ base hmatrix HUnit ]; description = "LINear Discriminant Analysis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161126,8 +161126,8 @@ self: { base containers hashable mtl random-fu rosezipper text uuid warp ]; description = "Zen gardening, based on l-systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161139,7 +161139,7 @@ self: { sha256 = "07gz4lbvyzahffcp6f1f87zl20kf834iswh671vb8vxffigrz5y1"; libraryHaskellDepends = [ base ]; description = "L-systems in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "line" = callPackage @@ -161162,7 +161162,7 @@ self: { text time transformers ]; description = "Haskell SDK for the LINE API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "line-bot-sdk" = callPackage @@ -161196,8 +161196,8 @@ self: { servant-client-core servant-server text time transformers wai warp ]; description = "Haskell SDK for LINE Messaging API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161211,7 +161211,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Convert newlines in text"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "line-drawing" = callPackage @@ -161223,8 +161223,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "raster line drawing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161238,7 +161238,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Display the number of bytes of each line"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "line2pdf" = callPackage @@ -161252,7 +161252,7 @@ self: { libraryHaskellDepends = [ base bytestring containers ]; executableHaskellDepends = [ base bytestring containers ]; description = "Simple command-line utility to convert text into PDF"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linear" = callPackage @@ -161280,7 +161280,7 @@ self: { simple-reflect test-framework test-framework-hunit vector ]; description = "Linear Algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linear-accelerate" = callPackage @@ -161297,7 +161297,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Lifting linear vector spaces into Accelerate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linear-algebra-cblas" = callPackage @@ -161317,8 +161317,8 @@ self: { QuickCheck test-framework test-framework-quickcheck2 ]; description = "A linear algebra library with bindings to BLAS and LAPACK"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161340,8 +161340,8 @@ self: { utility-ht ]; description = "Compute resistance of linear electrical circuits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161367,8 +161367,8 @@ self: { tasty-smallcheck ]; description = "A simple library for linear codes (coding theory, error correction)"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161381,7 +161381,7 @@ self: { libraryHaskellDepends = [ base containers QuickCheck ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "A simple grammar for building linear equations and inclusive inequalities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linear-maps" = callPackage @@ -161395,8 +161395,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers HUnit ]; description = "Finite maps for linear use"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161412,8 +161412,8 @@ self: { base distributive lens linear OpenGL OpenGLRaw tagged ]; description = "Isomorphisms between linear and OpenGL types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161426,7 +161426,7 @@ self: { libraryHaskellDepends = [ base bytestring network ]; testHaskellDepends = [ base hspec network tasty-hspec ]; description = "Typed sockets"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "linear-tests" = callPackage @@ -161441,7 +161441,7 @@ self: { base hspec hspec-core lens linear QuickCheck ]; description = "Linear Algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linear-vect" = callPackage @@ -161452,8 +161452,8 @@ self: { sha256 = "0i6z10pgqcykkygl6kq63phx5hvwi2d84j2f5vw4nrnic59sm9jy"; libraryHaskellDepends = [ base random ]; description = "A low-dimensional linear algebra library, operating on the Num typeclass"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161465,7 +161465,7 @@ self: { sha256 = "0lrrgix4m2sbfw9ydcqnx45lka0grl8ndiiy3cs1xg4xpcy2fkjw"; libraryHaskellDepends = [ base sbv ]; description = "Use SMT solvers to solve linear systems over integers and rationals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linearmap-category" = callPackage @@ -161484,8 +161484,8 @@ self: { semigroups tagged transformers vector vector-space ]; description = "Native, complete, matrix-free linear algebra"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161499,8 +161499,8 @@ self: { base containers ghc-prim mtl transformers ]; description = "Linear scan register allocator, formally verified in Coq"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161521,8 +161521,8 @@ self: { lens-family-core linearscan QuickCheck transformers ]; description = "Makes it easy to use the linearscan register allocator with Hoopl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161534,7 +161534,7 @@ self: { sha256 = "1fds2mgsijfsc96dq95skn562iv2r341zr7v0qsz48y9fh97s3p7"; libraryHaskellDepends = [ base hyphenation ]; description = "breaks strings to fit width"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linenoise" = callPackage @@ -161554,7 +161554,7 @@ self: { base bytestring exceptions mtl text unliftio-core ]; description = "A lightweight readline-replacement library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lines-of-action" = callPackage @@ -161565,8 +161565,8 @@ self: { sha256 = "1sikhdahhxqi9i285zphbpnz60vyxjdhvz2qd70hmy7x3ckymb42"; libraryHaskellDepends = [ base containers mtl safe ]; description = "Lines of Action, 2-player strategy board game"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161589,7 +161589,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "File extension based programming language detection"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linguistic-ordinals" = callPackage @@ -161600,7 +161600,7 @@ self: { sha256 = "11f01j9qak8rhaj84gkx27qhfc334cj9pchi7qcb6brpqbwgdsik"; libraryHaskellDepends = [ base text ]; description = "Express Integral types as linguistic ordinals (1st, 2nd, 3rd, etc)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "link-relations" = callPackage @@ -161615,7 +161615,7 @@ self: { base bytestring hashable unordered-containers uri-bytestring ]; description = "Use web link relation types (RFC 5988) in Haskell"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "linkchk" = callPackage @@ -161633,7 +161633,7 @@ self: { ]; description = "linkchk is a network interface link ping monitor"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161650,8 +161650,8 @@ self: { base containers extcore filepath process ]; description = "Combines multiple GHC Core modules into a single module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161664,8 +161664,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base ]; description = "A pure linked list which is mutable through iterators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161688,8 +161688,8 @@ self: { base containers criterion deepseq hashable unordered-containers ]; description = "Persistent LinkedHashMap data structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161712,8 +161712,8 @@ self: { uri-bytestring wai wreq ]; description = "A Haskell library for the Slack API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161740,8 +161740,8 @@ self: { uri-encode wai warp ]; description = "Lightweight library for building HTTP API"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161759,8 +161759,8 @@ self: { quickcheck-instances text ]; description = "Aeson JSON support for Linnet"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161781,8 +161781,8 @@ self: { quickcheck-classes quickcheck-instances wai warp ]; description = "Conduit-backed support for streaming in Linnet"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161804,8 +161804,8 @@ self: { text ]; description = "Bindings to the Linode API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161822,8 +161822,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Haskell wrapper for the Linode v4 API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161840,8 +161840,8 @@ self: { ]; libraryPkgconfigDepends = [ blkid ]; description = "Linux libblkid"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {blkid = null;}; @@ -161853,8 +161853,8 @@ self: { sha256 = "0dd1ii1n6y9frilnkxikzahp9xrh3i334i7syvd8fyxp51dpzgy1"; libraryHaskellDepends = [ base filepath ]; description = "Very basic interface to the Linux CGroup Virtual Filesystem"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161868,7 +161868,7 @@ self: { editedCabalFile = "1gnjyc8q7xq60pm362hwibwh97jw8pv66xvqv88cm9nbh0ccf6q2"; libraryHaskellDepends = [ base bytestring time unix ]; description = "Bindings to Linux evdev input device interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linux-file-extents" = callPackage @@ -161881,7 +161881,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base unix ]; description = "Retrieve file fragmentation information under Linux"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linux-framebuffer" = callPackage @@ -161893,7 +161893,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL unix ]; description = "Linux fbdev (framebuffer device, /dev/fbX) utility functions"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "linux-inotify" = callPackage @@ -161904,7 +161904,7 @@ self: { sha256 = "1dl71xkfjlwjsmv0mqf2fpkfjl3hyzk5q1drsykg7rdblpjfbzlc"; libraryHaskellDepends = [ base bytestring hashable unix ]; description = "Thinner binding to the Linux Kernel's inotify interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linux-kmod" = callPackage @@ -161916,8 +161916,8 @@ self: { libraryHaskellDepends = [ base directory ]; libraryPkgconfigDepends = [ libkmod ]; description = "Linux kernel modules support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {libkmod = null;}; @@ -161929,7 +161929,7 @@ self: { sha256 = "12bwrniaxg6gm347jdgbf535pdz4z57pkyiwa98c903y9q9ssnyi"; libraryHaskellDepends = [ base bytestring ]; description = "Mount and unmount filesystems"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linux-namespaces" = callPackage @@ -161940,7 +161940,7 @@ self: { sha256 = "1rvkzfmd07sz46k059ly80cjgwx67igfw8zsw8c6ljsp3hsdn4hl"; libraryHaskellDepends = [ base bytestring unix ]; description = "Work with linux namespaces: create new or enter existing ones"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linux-perf" = callPackage @@ -161962,8 +161962,8 @@ self: { unix ]; description = "Read files generated by perf on Linux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161981,8 +161981,8 @@ self: { base bytestring mmap posix-waitpid process template-haskell unix ]; description = "Wrapping of Linux' ptrace(2)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -161994,7 +161994,7 @@ self: { sha256 = "0rpq5sm557gm227id2rfsffgr47lrj4d4kpzh194d74dx2qkg5g6"; libraryHaskellDepends = [ base bytestring ]; description = "Read, set and list extended attributes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "linx-gateway" = callPackage @@ -162014,8 +162014,8 @@ self: { test-framework-quickcheck2 ]; description = "Implementation of the Enea LINX gateway protocol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162027,7 +162027,7 @@ self: { sha256 = "04hcbvxskjji04sxx4jydac62sh6h7jlggn7kfwm8axmwjczjjqs"; libraryHaskellDepends = [ base bytestring containers hashable ]; description = "Labeled IO Information Flow Control Library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lio-eci11" = callPackage @@ -162044,7 +162044,7 @@ self: { ]; description = "Labeled IO library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162061,7 +162061,7 @@ self: { ]; description = "Labeled File System interface for LIO"; license = "GPL"; - platforms = [ "i686-linux" "x86_64-linux" ]; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {}; "lio-simple" = callPackage @@ -162085,8 +162085,8 @@ self: { simple-templates text ]; description = "LIO support for the Simple web framework"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162098,8 +162098,8 @@ self: { sha256 = "07bkxv6cmjf75jy31gbzs4nkjlynhkg8qv2idl71xilgzpnalk3c"; libraryHaskellDepends = [ base QuickCheck ]; description = "Generators for random sequences of English-like nonsense text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162124,8 +162124,8 @@ self: { ]; benchmarkHaskellDepends = [ aeson attoparsec base criterion text ]; description = "Liquid template language library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162139,8 +162139,8 @@ self: { setupHaskellDepends = [ base Cabal liquidhaskell ]; libraryHaskellDepends = [ base liquid-ghc-prim liquidhaskell ]; description = "Drop-in base replacement for LiquidHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162156,8 +162156,8 @@ self: { setupHaskellDepends = [ base Cabal liquidhaskell ]; libraryHaskellDepends = [ bytestring liquid-base liquidhaskell ]; description = "LiquidHaskell specs for the bytestring package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162173,8 +162173,8 @@ self: { setupHaskellDepends = [ base Cabal liquidhaskell ]; libraryHaskellDepends = [ containers liquid-base liquidhaskell ]; description = "LiquidHaskell specs for the containers package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162208,7 +162208,7 @@ self: { testSystemDepends = [ git nettools z3 ]; doCheck = false; description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) git; inherit (pkgs) nettools; inherit (pkgs) ocaml; inherit (pkgs) z3;}; @@ -162222,8 +162222,8 @@ self: { setupHaskellDepends = [ base Cabal liquidhaskell ]; libraryHaskellDepends = [ ghc-prim liquidhaskell ]; description = "Drop-in ghc-prim replacement for LiquidHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162238,8 +162238,8 @@ self: { setupHaskellDepends = [ base Cabal liquidhaskell ]; libraryHaskellDepends = [ liquid-base liquidhaskell parallel ]; description = "LiquidHaskell specs for the parallel package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162259,8 +162259,8 @@ self: { liquid-prelude liquid-vector liquidhaskell process ]; description = "A battery-included platform for LiquidHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162277,8 +162277,8 @@ self: { bytestring containers liquid-base liquidhaskell ]; description = "General utility modules for LiquidHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162292,8 +162292,8 @@ self: { setupHaskellDepends = [ base Cabal liquidhaskell ]; libraryHaskellDepends = [ liquid-base liquidhaskell vector ]; description = "LiquidHaskell specs for the vector package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162334,7 +162334,7 @@ self: { ]; testSystemDepends = [ z3 ]; description = "Liquid Types for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) z3;}; "liquidhaskell-cabal" = callPackage @@ -162347,8 +162347,8 @@ self: { editedCabalFile = "0c76lchw32dzfn8q4qckxqjzcnw909x7niiwlzadas8mv9p93ybl"; libraryHaskellDepends = [ base Cabal directory filepath ]; description = "Liquid Haskell integration for Cabal and Stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162365,7 +162365,7 @@ self: { executableHaskellDepends = [ base liquidhaskell-cabal ]; description = "Demo of Liquid Haskell integration for Cabal and Stack"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "lispparser" = callPackage @@ -162376,7 +162376,7 @@ self: { sha256 = "1hj5fwmzxp2gw2gx86wa1fy36jmmh3sf8kd4acc8x0rghpmlw0w8"; libraryHaskellDepends = [ base parsec ]; description = "Simple parser for LISP S-expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-duplicate" = callPackage @@ -162388,7 +162388,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Group and delete duplicates from a list"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-extras" = callPackage @@ -162399,7 +162399,7 @@ self: { sha256 = "15vjk6y3zwiffm1x8wlzv6203ykzm2phalqlq4zhmhcj2wd70viw"; libraryHaskellDepends = [ base ]; description = "Common not-so-common functions for lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-filter" = callPackage @@ -162411,7 +162411,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Special takes and drops on lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-fusion-probe" = callPackage @@ -162423,8 +162423,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "testing list fusion for success"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162436,7 +162436,7 @@ self: { sha256 = "0w9f68cr4k0p8zl81y8ax19i6ypzks0y27hdlz71wwmgn5v2y63l"; libraryHaskellDepends = [ base ]; description = "Functions for grouping a list into sublists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-mux" = callPackage @@ -162447,8 +162447,8 @@ self: { sha256 = "147zb156g79a5p1w0b9vcvjy5x7nsrhng5rgjqq3cy3xpbam4nys"; libraryHaskellDepends = [ base ]; description = "List Multiplexing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162461,7 +162461,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Predicates on lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-prompt" = callPackage @@ -162481,8 +162481,8 @@ self: { ansi-terminal base data-default hspec stm terminal-size vty ]; description = "A simple list prompt UI for the terminal"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162509,8 +162509,8 @@ self: { MissingH tasty tasty-hunit tasty-quickcheck ]; description = "List all remote forwards for mail accounts stored in a SQL database"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162522,7 +162522,7 @@ self: { sha256 = "0mb2kwj3gvykwh0iywwzqdnma27nxs1hl1rvnp3qxi893p4ikyiw"; libraryHaskellDepends = [ base ]; description = "Easily and clearly create lists with only one element in them"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "list-t" = callPackage @@ -162538,7 +162538,7 @@ self: { ]; testHaskellDepends = [ base-prelude HTF mmorph mtl-prelude ]; description = "ListT done right"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "list-t-attoparsec" = callPackage @@ -162556,8 +162556,8 @@ self: { attoparsec base-prelude either hspec list-t list-t-text text ]; description = "An \"attoparsec\" adapter for \"list-t\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162581,8 +162581,8 @@ self: { list-t-attoparsec list-t-text text xml-types ]; description = "Streaming HTML parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162598,8 +162598,8 @@ self: { base-prelude bytestring http-client list-t mtl-prelude ]; description = "A streaming HTTP client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162616,7 +162616,7 @@ self: { resource-pool stm ]; description = "A \"libcurl\"-based streaming HTTP client"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "list-t-text" = callPackage @@ -162635,8 +162635,8 @@ self: { quickcheck-instances text transformers ]; description = "A streaming text codec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162649,7 +162649,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base doctest ]; description = "List monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-tries" = callPackage @@ -162667,7 +162667,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Tries and Patricia tries: finite sets and maps for list keys"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "list-tuple" = callPackage @@ -162686,7 +162686,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "List-like operations for tuples"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "list-witnesses" = callPackage @@ -162702,8 +162702,8 @@ self: { vinyl ]; description = "Witnesses for working with type-level lists"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162715,8 +162715,8 @@ self: { sha256 = "0sklydccvdbxnj0c79lj7pcvw5v0bkycs9zp566gdcfy08qcjq79"; libraryHaskellDepends = [ base ]; description = "Provides zips with default values"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162739,8 +162739,8 @@ self: { tasty-hedgehog tasty-hunit tasty-quickcheck transformers ]; description = "A list zipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162758,8 +162758,8 @@ self: { servant servant-client text time transformers ]; description = "A client library to the ListenBrainz project"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162771,8 +162771,8 @@ self: { sha256 = "0mkhnqn7wxspzxvivhaksxmxp7d6x9bazhl28nl9gck56bpa90sm"; libraryHaskellDepends = [ base bytestring ListLike text vector ]; description = "Extra instances of the ListLike class"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162784,7 +162784,7 @@ self: { sha256 = "0qjziksh6gl6v8rzvqajkcbakbby5j3i4z2jk6w6zs89b93rwnln"; libraryHaskellDepends = [ base list-extras split ]; description = "Functions for dealing with lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lists-flines" = callPackage @@ -162795,7 +162795,7 @@ self: { sha256 = "0srpivpf43xn0zj64phq90hkrchjih92sxx984c5zx9nrrcvyxwf"; libraryHaskellDepends = [ base ]; description = "Additional data and structures to some 'String'-related lists"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "listsafe" = callPackage @@ -162806,7 +162806,7 @@ self: { sha256 = "0scd74fv6gzl7yi5ssb1z9kwwfyx9p39yqprnzbpvspvxm3k41qs"; libraryHaskellDepends = [ base exceptions ]; description = "Safe wrappers for partial list functions, supporting MonadThrow"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "liszt" = callPackage @@ -162841,8 +162841,8 @@ self: { vector vector-th-unbox winery ]; description = "Append only key-list database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162863,7 +162863,7 @@ self: { ]; description = "A simple tool for literate programming"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162875,8 +162875,8 @@ self: { sha256 = "06n4svp0qss78l8827qmppmd63877wq01d6w9xagd10vn3c4hs2j"; libraryHaskellDepends = [ base ]; description = "Non-overloaded functions for concrete literals"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162896,8 +162896,8 @@ self: { unliftio-core ]; description = "Basic logging based on co-log"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162914,7 +162914,7 @@ self: { resourcet unliftio-core ]; description = "When you need just the RIO monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "live-sequencer" = callPackage @@ -162942,7 +162942,7 @@ self: { ]; description = "Live coding of MIDI music"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -162965,8 +162965,8 @@ self: { ]; executableHaskellDepends = [ base mvc pipes ]; description = "Liveplotting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {andromeda = null;}; @@ -162978,8 +162978,8 @@ self: { sha256 = "0393ccnlink30492aw1gyv4jzd7rsckd8ymkm1wgbpma13vkf67h"; libraryHaskellDepends = [ base ]; librarySystemDepends = [ picosat ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) picosat;}; @@ -162991,7 +162991,7 @@ self: { sha256 = "057bp1f1mpzlgg408b02x1bdzsixrrkcl1536nyvhp43rvxmgj61"; libraryHaskellDepends = [ base ]; description = "Purely functional sets and heaps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "llsd" = callPackage @@ -163011,8 +163011,8 @@ self: { time utf8-string uuid ]; description = "An implementation of the LLSD data system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163029,8 +163029,8 @@ self: { type-level ]; description = "Bindings to the LLVM compiler toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163058,8 +163058,8 @@ self: { llvm-data-interop transformers uniplate unordered-containers ]; description = "A Haskell library for analyzing LLVM bitcode"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163071,8 +163071,8 @@ self: { sha256 = "1f76nb85hnidp06v6lbl4aasac4h7ff9r8i054m8cnby2vc59r4n"; libraryHaskellDepends = [ base mtl ]; description = "FFI bindings to the LLVM compiler toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163093,8 +163093,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "The base types for a mostly pure Haskell LLVM analysis library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163106,8 +163106,8 @@ self: { sha256 = "07q6dvwkg7h6qkwq0a7719g82anipj2pk0xid5p24pvzssa9z22w"; libraryHaskellDepends = [ base llvm-base ]; description = "Utilities for bindings to the LLVM compiler toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163128,8 +163128,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "A low-level data interoperability binding for LLVM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163147,8 +163147,8 @@ self: { storable-enum storable-record tfp transformers utility-ht ]; description = "Support for writing an EDSL with LLVM-JIT as target"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163167,8 +163167,8 @@ self: { tfp transformers unsafe utility-ht ]; description = "Processor specific intrinsics for the llvm interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163194,8 +163194,8 @@ self: { ]; doHaddock = false; description = "Utility functions for the llvm interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163210,8 +163210,8 @@ self: { libraryHaskellDepends = [ base enumset ]; librarySystemDepends = [ LLVM ]; description = "FFI bindings to the LLVM compiler toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {LLVM = null;}; @@ -163229,8 +163229,8 @@ self: { base bytestring containers regex-posix utility-ht ]; description = "Tools for maintaining the llvm-ffi package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163257,8 +163257,8 @@ self: { transformers transformers-compat ]; description = "General purpose LLVM bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {llvm-config = null;}; @@ -163279,8 +163279,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Pure Haskell LLVM functionality (no FFI)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163304,8 +163304,8 @@ self: { base containers HUnit llvm-general-pure tasty tasty-hunit ]; description = "QuasiQuoting llvm code for llvm-general"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163332,7 +163332,7 @@ self: { transformers ]; description = "General purpose LLVM bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {llvm-config = null;}; "llvm-hs-pretty" = callPackage @@ -163352,7 +163352,7 @@ self: { tasty-hspec tasty-hunit text transformers ]; description = "A pretty printer for LLVM IR"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "llvm-hs-pure" = callPackage @@ -163372,7 +163372,7 @@ self: { base containers mtl tasty tasty-hunit tasty-quickcheck transformers ]; description = "Pure Haskell LLVM functionality (no FFI)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "llvm-ht" = callPackage @@ -163387,8 +163387,8 @@ self: { base bytestring directory mtl process type-level ]; description = "Bindings to the LLVM compiler toolkit with some custom extensions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163407,8 +163407,8 @@ self: { base Cabal explicit-exception process transformers utility-ht ]; description = "Generate Pkg-Config configuration file for LLVM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163425,8 +163425,8 @@ self: { template-haskell th-abstraction ]; description = "A pretty printing library inspired by the llvm binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163453,8 +163453,8 @@ self: { base bytestring directory filepath llvm-pretty process ]; description = "LLVM bitcode parsing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163476,8 +163476,8 @@ self: { testHaskellDepends = [ base QuickCheck tfp utility-ht ]; doHaddock = false; description = "Bindings to the LLVM compiler toolkit using type families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163505,8 +163505,8 @@ self: { process-conduit unordered-containers ]; description = "Useful tools built on llvm-analysis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163519,7 +163519,7 @@ self: { libraryHaskellDepends = [ array base ]; librarySystemDepends = [ lmdb ]; description = "Lightning MDB bindings"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {inherit (pkgs) lmdb;}; "lmdb-high-level" = callPackage @@ -163541,7 +163541,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 text ]; description = "Higher level API for working with LMDB"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lmdb-simple" = callPackage @@ -163556,7 +163556,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Simple API for LMDB"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lmonad" = callPackage @@ -163576,8 +163576,8 @@ self: { transformers-base ]; description = "LMonad is an Information Flow Control (IFC) framework for Haskell applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163598,8 +163598,8 @@ self: { yesod-persistent ]; description = "LMonad for Yesod integrates LMonad's IFC with Yesod web applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163611,8 +163611,8 @@ self: { sha256 = "1vszir1b79fdn545k3k86mgqhivyg8s5vv5v24y4cp4cc47aiwmi"; libraryHaskellDepends = [ base containers hslogger PSQueue stm ]; description = "Client-side load balancing utilities"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163629,7 +163629,7 @@ self: { base directory doctest hspec parsec temporary ]; description = "Load environment variables from a file"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "load-font" = callPackage @@ -163645,8 +163645,8 @@ self: { libraryHaskellDepends = [ base ]; libraryToolDepends = [ c2hs ]; description = "A cross platform library for loading bundled fonts into your application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163658,7 +163658,7 @@ self: { sha256 = "13q2yxqyzkh099jwz32plmdc71p4w2gkajx5bbi3fkvl2gylqlk6"; libraryHaskellDepends = [ base ]; description = "Load average parsing from /proc/loadavg and bindings to getloadavg (3)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "loc" = callPackage @@ -163670,7 +163670,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers doctest hedgehog ]; description = "Types representing line and column positions and ranges in text files"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "loc-test" = callPackage @@ -163681,7 +163681,7 @@ self: { sha256 = "0jg6p0lfd5xgrwbmlskj5f1x8l5b0b3dqh460ds2nii8isccgvcq"; libraryHaskellDepends = [ base containers hedgehog loc ]; description = "Test-related utilities related to the /loc/ package"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "local-address" = callPackage @@ -163692,8 +163692,8 @@ self: { sha256 = "1846lhs0jc8finxcp1hfgifzs7hwzzxvmmv03laxzl63p5h2k8x9"; libraryHaskellDepends = [ base network ]; description = "Functions to get local interface address"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163711,7 +163711,7 @@ self: { ]; description = "Generalised local search within Haskell, for applications in combinatorial optimisation"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163723,7 +163723,7 @@ self: { sha256 = "1172rmrk5xgqsy9igg9bspbybvhmbpakvjijn6gnp715a01gfadd"; libraryHaskellDepends = [ base containers text transformers ]; description = "Library for localization (l10n)"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "localize" = callPackage @@ -163741,8 +163741,8 @@ self: { transformers ]; description = "GNU Gettext-based messages localization library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163754,8 +163754,8 @@ self: { sha256 = "15mkhpp2r9l94qkqdxfc0llw9nbxcj8n3a70qs5lmv416a1i4qk2"; libraryHaskellDepends = [ base text ]; description = "Source location helpers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163768,8 +163768,8 @@ self: { libraryHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base criterion ]; description = "Location-aware variants of partial functions"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ gridaphobe ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ gridaphobe ]; }) {}; "located-monad-logger" = callPackage @@ -163780,8 +163780,8 @@ self: { sha256 = "1xkckg3qgqrqmkli9d6cbzqf5aanqpbxchy650yflpjygwapn4xn"; libraryHaskellDepends = [ base monad-logger text ]; description = "Location-aware logging without Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163800,7 +163800,7 @@ self: { base bytestring containers cryptonite hspec HUnit QuickCheck ]; description = "Human exchangable identifiers and locators"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "loch" = callPackage @@ -163814,8 +163814,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Support for precise error locations in source files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163827,7 +163827,7 @@ self: { sha256 = "1hvdkcyrlnv65q8x8h0441x30wr9bbfbg3961xd3fy9an5r961fc"; libraryHaskellDepends = [ base pretty template-haskell ]; description = "Support for precise error locations in source files (Template Haskell version)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lock-file" = callPackage @@ -163847,7 +163847,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Provide exclusive access to a resource using lock file"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "locked-poll" = callPackage @@ -163868,8 +163868,8 @@ self: { regex-genex tasty tasty-golden tasty-hunit tasty-quickcheck time ]; description = "Very simple poll lock"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163890,7 +163890,7 @@ self: { ghc-prim HUnit test-framework test-framework-hunit ]; description = "Michael and Scott lock-free queues"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lockpool" = callPackage @@ -163901,7 +163901,7 @@ self: { sha256 = "004lipzc3rbvixhmx4ssngmpsp3pcrdd1hw9byqmi0jp4xm17xxi"; libraryHaskellDepends = [ base clock stm ]; description = "set a maximum on the number of concurrent actions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "log" = callPackage @@ -163927,8 +163927,8 @@ self: { transformers-base ]; description = "Structured logging solution with multiple backends"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -163948,7 +163948,7 @@ self: { transformers-base unliftio-core unordered-containers ]; description = "Structured logging solution (base package)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "log-domain" = callPackage @@ -163971,7 +163971,7 @@ self: { base doctest generic-deriving semigroups simple-reflect ]; description = "Log-domain arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "log-effect" = callPackage @@ -163993,7 +163993,7 @@ self: { transformers-base ]; description = "An extensible log effect using extensible-effects"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "log-effect-syslog" = callPackage @@ -164009,7 +164009,7 @@ self: { transformers-base ]; description = "Syslog functions for log-effect"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "log-elasticsearch" = callPackage @@ -164029,7 +164029,7 @@ self: { vector ]; description = "Structured logging solution (Elasticsearch back end)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "log-postgres" = callPackage @@ -164050,8 +164050,8 @@ self: { text-show time unordered-containers vector ]; description = "Structured logging solution (PostgreSQL back end)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164074,8 +164074,8 @@ self: { unjson vector wai warp ]; description = "Utils for working with logs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164111,8 +164111,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Flexible, configurable, monadic and pretty logging"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164127,7 +164127,7 @@ self: { executableHaskellDepends = [ base containers json parsec ]; description = "Turn log file records into JSON"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164158,8 +164158,8 @@ self: { time vformat vformat-aeson vformat-time yaml ]; description = "A python logging style log library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164179,8 +164179,8 @@ self: { base bytestring fast-logger hspec uuid-types ]; description = "Request logger middleware for Logentries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164192,7 +164192,7 @@ self: { sha256 = "10kza99pzs0ajn6xqd66sm059xp43i2sl0mnd8257q1av1qvsx7p"; libraryHaskellDepends = [ array base ]; description = "Log-domain floating point numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "logger" = callPackage @@ -164209,8 +164209,8 @@ self: { time-locale-compat transformers transformers-compat unagi-chan ]; description = "Fast & extensible logging framework"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164229,7 +164229,7 @@ self: { ]; executableHaskellDepends = [ base protolude stm ]; description = "Run FastLogger in a thread and direct all queued messages to it"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "logging" = callPackage @@ -164247,7 +164247,7 @@ self: { ]; testHaskellDepends = [ base hspec unix ]; description = "Simplified logging in IO for application writers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "logging-effect" = callPackage @@ -164270,7 +164270,7 @@ self: { prettyprinter text time ]; description = "A mtl-style monad transformer for general purpose & compositional logging"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "logging-effect-extra" = callPackage @@ -164289,8 +164289,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Supplemental packages for `logging-effect`"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164309,8 +164309,8 @@ self: { ]; executableHaskellDepends = [ base logging-effect prettyprinter ]; description = "TH splices to augment log messages with file info"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164329,8 +164329,8 @@ self: { ]; executableHaskellDepends = [ base logging-effect prettyprinter ]; description = "Handy logging handler combinators"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164343,7 +164343,7 @@ self: { libraryHaskellDepends = [ base call-stack transformers ]; testHaskellDepends = [ base hspec ]; description = "Simple logging abstraction that allows multiple back-ends"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "logging-facade-journald" = callPackage @@ -164362,7 +164362,7 @@ self: { unordered-containers ]; description = "Journald back-end for logging-facade"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "logging-facade-syslog" = callPackage @@ -164373,8 +164373,8 @@ self: { sha256 = "1acfkmr3cgprij9sfa0hfqyni6s8py22s3n0xa8qhy3syz1j72zb"; libraryHaskellDepends = [ base hsyslog logging-facade ]; description = "A logging back-end to syslog(3) for the logging-facade library"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "logic-TPTP" = callPackage @@ -164421,8 +164421,8 @@ self: { PropLogic safe set-extra syb ]; description = "Framework for propositional and first order logic, theorem proving"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164434,8 +164434,8 @@ self: { sha256 = "061x6g92334m2776xclh8mcbjind3l595pggc0g7yi4qzs31zbdc"; libraryHaskellDepends = [ base logict transformers ]; description = "Backtracking mutable references in the ST and IO monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164450,8 +164450,8 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base mtl tasty tasty-hunit ]; description = "A backtracking logic-programming monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "logict" = callPackage @@ -164465,7 +164465,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ async base mtl tasty tasty-hunit ]; description = "A backtracking logic-programming monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "logict-state" = callPackage @@ -164476,8 +164476,8 @@ self: { sha256 = "17rx8rj6m4jny52zh4daw6ac9pyp0yns470nm0bf2z9y69mfr63g"; libraryHaskellDepends = [ base logict mtl transformers ]; description = "Library for logic programming based on haskell package logict"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164490,7 +164490,7 @@ self: { libraryHaskellDepends = [ base deepseq text ]; testHaskellDepends = [ base text ]; description = "Log Level Datatype"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "logplex-parse" = callPackage @@ -164502,8 +164502,8 @@ self: { libraryHaskellDepends = [ base iso8601-time parsec text time ]; testHaskellDepends = [ base hspec time ]; description = "Parse Heroku application/logplex documents"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164516,7 +164516,7 @@ self: { libraryHaskellDepends = [ base hsyslog logging-facade time ]; testHaskellDepends = [ base hspec hsyslog logging-facade time ]; description = "A logging framework for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "logstash" = callPackage @@ -164534,7 +164534,7 @@ self: { stm-chans time tls unbounded-delays unliftio ]; description = "Logstash client library for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lojban" = callPackage @@ -164556,8 +164556,8 @@ self: { ]; executableHaskellDepends = [ haskell98 ]; description = "Useful utilities for the Lojban language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164572,8 +164572,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "lojban parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164588,8 +164588,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "lojban to xiragan"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164603,8 +164603,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base lojbanParser yjtools ]; description = "Prolog with lojban"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164633,8 +164633,8 @@ self: { ]; testHaskellDepends = [ base test-framework ]; description = "A library for lattice cryptography"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164655,8 +164655,8 @@ self: { test-framework time ]; description = "Lattice-based cryptographic applications using ."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164673,8 +164673,8 @@ self: { MonadRandom split statistics ]; description = "A library for benchmarking ."; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164696,8 +164696,8 @@ self: { text-format transformers ]; description = "Calculus for LOL (λω language)"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164717,8 +164717,8 @@ self: { testHaskellDepends = [ base lol lol-apps test-framework ]; benchmarkHaskellDepends = [ base DRBG lol lol-apps MonadRandom ]; description = "A fast C++ backend for ."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164738,8 +164738,8 @@ self: { testHaskellDepends = [ base lol-tests ]; benchmarkHaskellDepends = [ base DRBG lol lol-benches ]; description = "A repa backend for ."; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164759,8 +164759,8 @@ self: { ]; testHaskellDepends = [ base lol test-framework ]; description = "A library for testing ."; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164785,8 +164785,8 @@ self: { monad-classes tasty tasty-hunit text text-format transformers ]; description = "Type inferencer for LOL (λω language)"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164804,8 +164804,8 @@ self: { template utf8-string ]; description = "A minimum web dev DSL in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164817,7 +164817,7 @@ self: { sha256 = "0byrpngsh1a8w9n5nbw9lfmj4nmh33avzfh883zw9ya10pfa7x3g"; libraryHaskellDepends = [ base integer-gmp ]; description = "FFI bindings for C long double"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "longboi" = callPackage @@ -164828,8 +164828,8 @@ self: { sha256 = "0jm231i9mnbkn8ffdv6w2mhd95i8lwlbxi5h9nywvqbclgf95977"; libraryHaskellDepends = [ base ]; description = "Dependently-typed linked list implementation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164861,8 +164861,8 @@ self: { tasty-hunit tasty-quickcheck template-haskell ]; description = "Fast Brute-force search using parallelism"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164877,8 +164877,8 @@ self: { libraryHaskellDepends = [ base primitive template-haskell ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Statically generate lookup tables using Template Haskell"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164895,7 +164895,7 @@ self: { base criterion foldl mtl random vector ]; description = "Fast loops (for when GHC can't optimize forM_)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "loop-effin" = callPackage @@ -164906,8 +164906,8 @@ self: { sha256 = "02x02m98ka1y8f1jjqwfwmsyx29g583gnr4jdm5syqxfr0dz6c52"; libraryHaskellDepends = [ base effin ]; description = "control-monad-loop port for effin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164919,8 +164919,8 @@ self: { sha256 = "1yvw91gn1iyw72rbq455zzrbb3pq8ph9cv1c6800qzjyxx0694bd"; libraryHaskellDepends = [ base mtl ]; description = "A monad transformer supporting various styles of while loop"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164938,8 +164938,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "inline self-recursive definitions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164957,8 +164957,8 @@ self: { testHaskellDepends = [ aeson base hspec optparse-applicative text time unliftio ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164976,8 +164976,8 @@ self: { testHaskellDepends = [ base tasty tasty-quickcheck ]; benchmarkHaskellDepends = [ base criterion transformers vector ]; description = "Fast imperative-style loops"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -164996,8 +164996,8 @@ self: { process random ]; description = "Find all biological feedback loops within an ecosystem graph"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165038,8 +165038,8 @@ self: { unordered-containers utf8-string wai-logger xml-conduit yaml ]; description = "A command line interface to online radios"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165054,8 +165054,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Library for generating filler text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165078,8 +165078,8 @@ self: { with-utf8 ]; description = "EDSL for the Michelson Language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165093,8 +165093,8 @@ self: { librarySystemDepends = [ loris ]; libraryToolDepends = [ c2hs ]; description = "interface to Loris API"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {loris = null;}; @@ -165113,8 +165113,8 @@ self: { process split ]; description = "Minecraft 1.7 server proxy that answers to queries when the server is offline"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165133,7 +165133,7 @@ self: { ]; description = "An implementation of an adictive two-player card game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165147,7 +165147,7 @@ self: { base bytestring JuicyPixels text vector ]; description = "Turning images into text using Braille font"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "loup" = callPackage @@ -165167,8 +165167,8 @@ self: { ]; executableHaskellDepends = [ base optparse-generic shakers ]; description = "Amazon Simple Workflow Service Wrapper for Work Pools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165180,8 +165180,8 @@ self: { sha256 = "1xwxsg4bz83xg4sjm69vz7zaxi7wjnn2xlqs8gha78ylpq105szw"; libraryHaskellDepends = [ base gl linear vector ]; description = "Basic gl wrapper and reference"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165194,7 +165194,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Low dimensional linear algebra"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lp-diagrams" = callPackage @@ -165212,7 +165212,7 @@ self: { vector ]; description = "An EDSL for diagrams based based on linear constraints"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "lp-diagrams-svg" = callPackage @@ -165232,7 +165232,7 @@ self: { ]; description = "SVG Backend for lp-diagrams"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165244,7 +165244,7 @@ self: { sha256 = "11avhnjnb89rvn2s41jhh5r40zgp7r6kb5c0hcfiibpabqvv46pw"; libraryHaskellDepends = [ base containers contravariant ]; description = "a simple, pure LRU cache"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lrucaching" = callPackage @@ -165264,7 +165264,7 @@ self: { base containers deepseq hashable hspec QuickCheck transformers ]; description = "LRU cache"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lrucaching-haxl" = callPackage @@ -165275,7 +165275,7 @@ self: { sha256 = "0pn2f671ak1grzjigyvan5wagh9vyqhsz86jfy1z281rd2pw4gk2"; libraryHaskellDepends = [ base hashable haxl lrucaching psqueues ]; description = "Combine lrucaching and haxl"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ls-usb" = callPackage @@ -165293,8 +165293,8 @@ self: { usb-id-database vector ]; description = "List USB devices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165312,8 +165312,8 @@ self: { base bytestring Cabal containers directory filepath pretty process ]; description = "List exported modules from a set of .cabal files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165344,7 +165344,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell library for the Microsoft Language Server Protocol"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lsp-test" = callPackage @@ -165371,7 +165371,7 @@ self: { text unordered-containers ]; description = "Functional test framework for LSP servers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lsp-test_0_11_0_7" = callPackage @@ -165398,8 +165398,8 @@ self: { text unordered-containers ]; description = "Functional test framework for LSP servers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "lsp-types" = callPackage @@ -165420,7 +165420,7 @@ self: { temporary text unordered-containers ]; description = "Haskell library for the Microsoft Language Server Protocol, data types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lss" = callPackage @@ -165440,8 +165440,8 @@ self: { language-css-attoparsec text ]; description = "Lexical Style Sheets - a language for writing styles that is focused around lexical (ie, static) scoping and re-use of large components"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {language-css-attoparsec = null;}; @@ -165457,8 +165457,8 @@ self: { base haskell98 uu-parsinglib wx wxcore ]; description = "Paint an L-System Grammar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165490,7 +165490,7 @@ self: { text transformers unordered-containers ]; description = "Parameterized file evaluator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lti13" = callPackage @@ -165510,8 +165510,8 @@ self: { aeson base bytestring file-embed hspec QuickCheck text th-utilities ]; description = "Core functionality for LTI 1.3."; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165531,7 +165531,7 @@ self: { wai wai-extra xml-conduit xml-hamlet yesod-core ]; description = "Partial implementation of a service provider for LTI 1.1."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ltk" = callPackage @@ -165552,7 +165552,7 @@ self: { libraryPkgconfigDepends = [ gtk3 ]; description = "Leksah tool kit"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtk3;}; @@ -165564,7 +165564,7 @@ self: { sha256 = "0h3jxngsdmakcr35zapxjaykjsqs44lxxk86d5i4rg0gi0i9qw3g"; libraryHaskellDepends = [ base vcd ]; description = "Using linear temporal logic (LTL) to verify embedded software and hardware"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lua-bc" = callPackage @@ -165582,8 +165582,8 @@ self: { vector ]; description = "Lua bytecode parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165600,7 +165600,7 @@ self: { vector ]; description = "Library for loading Lua bytecode"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "luachunk" = callPackage @@ -165616,8 +165616,8 @@ self: { text ]; description = "Library functions for reading and writing Lua chunks"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165639,8 +165639,8 @@ self: { text-binary ]; description = "Helpers for Haskell integration with Lua"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165652,7 +165652,7 @@ self: { sha256 = "1dsm7cg0i930r5dn8591aabkl0p8b5l348pccdvi7p0g7asx451h"; libraryHaskellDepends = [ base unamb ]; description = "information operators: least upper bound (lub) and greatest lower bound (glb)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lucid" = callPackage @@ -165677,7 +165677,7 @@ self: { base blaze-builder bytestring criterion deepseq text transformers ]; description = "Clear to write, read and edit DSL for HTML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lucid-cdn" = callPackage @@ -165688,7 +165688,7 @@ self: { sha256 = "119d92xc047r98pw0phxplm57nc2jdjz6smkas9hr95mck0d16db"; libraryHaskellDepends = [ base lucid ]; description = "Curated list of CDN imports for lucid"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lucid-colonnade" = callPackage @@ -165699,8 +165699,8 @@ self: { sha256 = "0gbpfh1ky5pq0f0rz619hxfgll4yj0ky056dvrvq0s741l3gnhv8"; libraryHaskellDepends = [ base colonnade lucid text ]; description = "Helper functions for using lucid with colonnade"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165717,7 +165717,7 @@ self: { ]; testHaskellDepends = [ base directory lucid ]; description = "Generate more HTML with Lucid - Bootstrap, Rdash, Vega-Lite, Leaflet JS, Email"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "lucid-foundation" = callPackage @@ -165733,7 +165733,7 @@ self: { base hspec QuickCheck quickcheck-instances ]; description = "Basic Zurb Foundation API in Lucid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lucid-svg" = callPackage @@ -165746,7 +165746,7 @@ self: { base blaze-builder lucid text transformers ]; description = "DSL for SVG using lucid for HTML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lucienne" = callPackage @@ -165768,7 +165768,7 @@ self: { ]; description = "Server side feed aggregator/reader"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165780,8 +165780,8 @@ self: { sha256 = "0ix7x28kmd3iarydl709vqd041h0qx6kv582c8ca54z8ag7lzynz"; libraryHaskellDepends = [ base digits QuickCheck ]; description = "An implementation of Luhn's check digit algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165797,8 +165797,8 @@ self: { base containers haskell98 haskgame MaybeT mtl SDL ]; description = "Purely FunctionaL User Interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165813,8 +165813,8 @@ self: { aeson base http-client lens text vector wreq ]; description = "An unofficial client for the LUIS NLP service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165828,8 +165828,8 @@ self: { libraryHaskellDepends = [ air base bytestring libffi ]; librarySystemDepends = [ objc ]; description = "Simple ObjectiveC runtime binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {objc = null;}; @@ -165868,7 +165868,7 @@ self: { base contravariant exceptions mtl prettyprinter text ]; description = "Trek through your code forest and make logs"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "luminance" = callPackage @@ -165884,8 +165884,8 @@ self: { semigroups transformers vector void ]; description = "Type-safe, type-level and stateless graphics framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165904,8 +165904,8 @@ self: { resourcet transformers ]; description = "Luminance samples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165919,8 +165919,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskell-src-exts text vector ]; description = "Create ctags compatible tags files for Haskell programs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165933,8 +165933,8 @@ self: { libraryHaskellDepends = [ base mtl parsec transformers ]; testHaskellDepends = [ base mtl parsec ]; description = "Tools for lexing and utilizing lexemes that integrate with Parsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165962,8 +165962,8 @@ self: { text time transformers vector ]; description = "Parallel scheduler, LVar data structures, and infrastructure to build more"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -165986,8 +165986,8 @@ self: { array base containers directory filepath parsec wl-pprint ]; description = "The Lazy Virtual Machine (LVM)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166011,8 +166011,8 @@ self: { sha256 = "0nxwmbcfbwpd4dx1zmcdxrb9n7q12v17khi4h4qi7hiwy2zxk8wv"; libraryHaskellDepends = [ base bindings-lxc mtl transformers ]; description = "High level Haskell bindings to LXC (Linux containers)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166042,8 +166042,8 @@ self: { base exceptions hspec hspec-core random text turtle uuid ]; description = "LXD client written in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166064,7 +166064,7 @@ self: { test-framework-hunit test-framework-quickcheck2 text yaml ]; description = "Read the configuration file of the standard LXD client"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "lye" = callPackage @@ -166081,8 +166081,8 @@ self: { base containers free HCodecs lens parsers transformers trifecta ]; description = "A Lilypond-compiling music box"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166100,7 +166100,7 @@ self: { base bytestring criterion deepseq quicklz snappy ]; description = "LZ4 compression for ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lz4-bytes" = callPackage @@ -166116,8 +166116,8 @@ self: { base byteslice primitive tasty tasty-quickcheck ]; description = "Bindings to LZ4"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166141,8 +166141,8 @@ self: { base bytestring bytestring-arbitrary conduit QuickCheck resourcet ]; description = "LZ4 compression for conduits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166171,8 +166171,8 @@ self: { unliftio-core ]; description = "Conduit implementing the official LZ4 frame streaming format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166191,7 +166191,7 @@ self: { base bytestring criterion filepath temporary ]; description = "lz4 bindings for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lzip" = callPackage @@ -166202,8 +166202,8 @@ self: { sha256 = "0ccwckq0gkrnahf224s59gsdd9baay1dfc8fh1kz2r87rbygzsk7"; libraryHaskellDepends = [ base bytestring ]; description = "Lzip compression / Lzlib bindings"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166224,7 +166224,7 @@ self: { base bytestring criterion filepath temporary ]; description = "lzlib bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lzma" = callPackage @@ -166243,7 +166243,7 @@ self: { base bytestring HUnit QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "LZMA/XZ compression and decompression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) lzma;}; "lzma-clib" = callPackage @@ -166254,8 +166254,8 @@ self: { sha256 = "1mczl0vb4zsh9y9wng30wb645crzxrhh3c19qiqhwarsxyw9rv8a"; doHaddock = false; description = "liblzma C library and headers for use by LZMA bindings"; - license = stdenv.lib.licenses.publicDomain; - platforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + platforms = lib.platforms.none; }) {}; "lzma-conduit" = callPackage @@ -166275,7 +166275,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Conduit interface for lzma/xz compression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "lzma-enumerator" = callPackage @@ -166296,8 +166296,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Enumerator interface for lzma/xz compression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) lzma;}; @@ -166318,8 +166318,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "IO-Streams interface for lzma/xz compression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166335,8 +166335,8 @@ self: { testHaskellDepends = [ base bytestring tasty tasty-hunit ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "minilzo bundled for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166353,8 +166353,8 @@ self: { ]; testHaskellDepends = [ base bytestring Cabal ]; description = "Library for talking to the mDNSResponder daemon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166371,8 +166371,8 @@ self: { base containers template-haskell text vector ]; description = "Monadic Abstracting Abstract Machines (MAAM) built on Galois Transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166384,8 +166384,8 @@ self: { sha256 = "0zhjpszj8qm1kqx2q7g9a41crbmqvqis7qlx65a1l36ywk78gnyd"; libraryHaskellDepends = [ base network transformers ]; description = "Static Mandatory Access Control in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166406,8 +166406,8 @@ self: { saltine transformers ]; description = "A toolkit for working with macaroons"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166434,7 +166434,7 @@ self: { testHaskellDepends = [ attoparsec base bytestring hspec ]; description = "Macbeth - A beautiful and minimalistic FICS client"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166448,7 +166448,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base binary parsec process ]; description = "Obtain the host MAC address on *NIX and Windows"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "machination" = callPackage @@ -166460,7 +166460,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Plot charts as unicode strings"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "machinecell" = callPackage @@ -166478,8 +166478,8 @@ self: { base doctest hspec mtl profunctors QuickCheck semigroups ]; description = "Arrow based stream transducers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166504,7 +166504,7 @@ self: { base conduit criterion mtl pipes streaming ]; description = "Networked stream transducers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "machines-amazonka" = callPackage @@ -166525,8 +166525,8 @@ self: { monad-control mtl resourcet stm stm-containers time transformers ]; description = "Machine transducers for Amazonka calls"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166547,8 +166547,8 @@ self: { attoparsec base bytestring machines tasty tasty-hunit text ]; description = "Parse machines streams with attoparsec parsers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166560,8 +166560,8 @@ self: { sha256 = "0lh6q99xfmxl53gkxlrbjh1pfbkff8faxr9fycks98cfcmnlbzv0"; libraryHaskellDepends = [ base binary bytestring machines ]; description = "Binary utilities for the machines library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166573,8 +166573,8 @@ self: { sha256 = "1rlc5pr70z899zjs2q5p7qy5pm9gjpnm9pww934cxmlwrp1sck9b"; libraryHaskellDepends = [ base bytestring machines ]; description = "ByteString support for machines"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166590,8 +166590,8 @@ self: { base directory filepath machines machines-io transformers ]; description = "Directory (system) utilities for the machines library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166603,8 +166603,8 @@ self: { sha256 = "1n8skhf48q7dissrq7hpgsccjgh1hspjqh331m58z8id9xry133g"; libraryHaskellDepends = [ base bytestring machines text ]; description = "Transcode encodings with machines"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166620,8 +166620,8 @@ self: { base bytestring chunked-data machines transformers ]; description = "IO utilities for the machines library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166636,8 +166636,8 @@ self: { base chunked-data machines machines-io process ]; description = "Process (system) utilities for the machines library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166652,8 +166652,8 @@ self: { base basic-prelude machines streaming-commons ]; description = "Decompression support for machines"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166666,8 +166666,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base binary bytestring ]; description = "Parser for Mach-O object format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166691,7 +166691,7 @@ self: { unordered-containers ]; description = "An API client library for Mackerel"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "maclight" = callPackage @@ -166715,8 +166715,8 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Control screen and keyboard backlights on MACs under Linux"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166732,8 +166732,8 @@ self: { base containers managed mtl profunctors tagged transformers ]; description = "Haskell bindings to C-based Mac OS SDK frameworks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166753,8 +166753,8 @@ self: { filepath graph-visit mtl process transformers unix ]; description = "Make a macosx app standalone deployable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166779,8 +166779,8 @@ self: { process unix uuid ]; description = "Alternative rm command for macOS that remove files/dirs to the system trash"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166803,7 +166803,7 @@ self: { random-shuffle raw-strings-qq transformers ]; description = "Monadic DSL for building constraint solvers using basic propagators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "madlang" = callPackage @@ -166833,8 +166833,8 @@ self: { testHaskellDepends = [ base hspec hspec-megaparsec text ]; benchmarkHaskellDepends = [ base criterion megaparsec text ]; description = "Randomized templating language DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166850,8 +166850,8 @@ self: { executableHaskellDepends = [ array base containers mtl random ]; executableSystemDepends = [ ncurses ]; description = "Rogue-like"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses;}; @@ -166864,7 +166864,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ file ]; description = "Interface to C file/magic library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) file;}; "magic-tyfams" = callPackage @@ -166875,8 +166875,8 @@ self: { sha256 = "1vgbbmv2807cyi6hh2137nw6dldn84qall828d64lg2ja6zj6xii"; libraryHaskellDepends = [ base ghc ghc-tcplugins-extra syb ]; description = "Write plugins for magic type families with ease"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166907,8 +166907,8 @@ self: { spake2 stm tasty tasty-hedgehog tasty-hspec ]; description = "Interact with Magic Wormhole"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166939,8 +166939,8 @@ self: { wai-middleware-metrics ]; description = "A web framework that integrates Servant, RIO, EKG, fast-logger, wai-cli…"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166958,8 +166958,8 @@ self: { base comfort-array lapack transformers utility-ht ]; description = "Compute solutions for Magico puzzle"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166973,8 +166973,8 @@ self: { libraryHaskellDepends = [ base deepseq profunctors semigroups ]; testHaskellDepends = [ base ghc-prim ]; description = "magma is an algebraic structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -166986,7 +166986,7 @@ self: { sha256 = "006axj7hwdiq3gyxx9rpqz9ji1g7xpal7j8wrlgfa2as1s73076b"; libraryHaskellDepends = [ base ]; description = "Magma-like objects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mahoro" = callPackage @@ -167007,7 +167007,7 @@ self: { ]; description = "ImageBoards to XMPP gate"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167029,8 +167029,8 @@ self: { text ]; description = "A simple static web server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167053,8 +167053,8 @@ self: { optparse-applicative resource-pool time ]; description = "Preconfigured email connection pool on top of smtp"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167070,8 +167070,8 @@ self: { aeson base bytestring mtl text time xml zip-archive zlib ]; description = "A parser library for DMARC and SMTP TLS reports"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167096,7 +167096,7 @@ self: { tasty-hunit ]; description = "Count mailboxes in a SQL database"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "mailchimp" = callPackage @@ -167114,8 +167114,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Bindings for the MailChimp API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167134,8 +167134,8 @@ self: { text transformers wai-extra ]; description = "MailChimp subscription request handler"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167155,8 +167155,8 @@ self: { these time transformers unordered-containers wreq ]; description = "API binding for Mailgun"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167173,7 +167173,7 @@ self: { base bytestring hspec hspec-core QuickCheck text ]; description = "Capture stdout/stderr/exit code, and replace stdin of your main function"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "mainland-pretty" = callPackage @@ -167186,7 +167186,7 @@ self: { base containers srcloc text transformers ]; description = "Pretty printing designed for printing source code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "majordomo" = callPackage @@ -167206,8 +167206,8 @@ self: { base bytestring cmdargs threads unix ]; description = "Majordomo protocol for ZeroMQ"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167219,8 +167219,8 @@ self: { sha256 = "1442xw8i9jgk3hqavqikks98qs9l3i37lk63xyzpdgnlkfqapzka"; libraryHaskellDepends = [ haskell2010 ]; description = "Boyer-Moore Majority Vote Algorithm"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167239,7 +167239,7 @@ self: { ]; description = "Change duplicated files into hard-links"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167251,8 +167251,8 @@ self: { sha256 = "1bls9gfdlwvaq90g2dllc4vb2rrp6zplx12g35byx6xvwj26lxra"; libraryHaskellDepends = [ base mono-traversable ]; description = "Make a MonoFoldable type into an ordinary Foldable type"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167273,8 +167273,8 @@ self: { github haskeline lens lens-datetime mtl process text time ]; description = "Make a cabalized package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167286,8 +167286,8 @@ self: { sha256 = "0sc2fa45a046lw5x5z839gb1zk0d5nj663ghxajiclm6iw65kl2n"; libraryHaskellDepends = [ base directory filepath HSH process ]; description = "Helper for writing redo scripts in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167305,8 +167305,8 @@ self: { tasty-quickcheck text ]; description = "Simple Makefile parser and generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167334,8 +167334,8 @@ self: { unordered-containers ]; description = "Database migration and testing as a library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167351,7 +167351,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Static Website Generator in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "managed" = callPackage @@ -167362,7 +167362,7 @@ self: { sha256 = "00wzfy9facwgimrilz7bxaigr79w10733h8zfgyhll644p2rnz38"; libraryHaskellDepends = [ base transformers ]; description = "A monad for managed values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "manatee" = callPackage @@ -167382,8 +167382,8 @@ self: { template-haskell text unix utf8-string ]; description = "The Haskell/Gtk+ Integrated Live Environment"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167409,8 +167409,8 @@ self: { ]; doHaddock = false; description = "Virtual package to install all Manatee packages"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; }) {}; "manatee-anything" = callPackage @@ -167430,8 +167430,8 @@ self: { split stm text unix utf8-string ]; description = "Multithread interactive input/search framework for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167451,8 +167451,8 @@ self: { mtl stm text utf8-string webkit ]; description = "Browser extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; }) {}; "manatee-core" = callPackage @@ -167475,8 +167475,8 @@ self: { template-haskell text time unix utf8-string ]; description = "The core of Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167499,8 +167499,8 @@ self: { old-time regex-tdfa stm template-haskell text utf8-string ]; description = "Download Manager extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167521,8 +167521,8 @@ self: { filepath gtk gtksourceview2 manatee-core regex-tdfa stm text ]; description = "Editor extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167543,8 +167543,8 @@ self: { manatee-core mtl old-locale old-time stm text utf8-string ]; description = "File manager extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167565,8 +167565,8 @@ self: { gtkimageview manatee-core regex-tdfa stm text utf8-string ]; description = "Image viewer extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167591,8 +167591,8 @@ self: { regex-posix split stm template-haskell text unix utf8-string ]; description = "IRC client extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167614,8 +167614,8 @@ self: { text time unix utf8-string ]; description = "Mplayer client extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167636,8 +167636,8 @@ self: { manatee-core mtl poppler stm text utf8-string ]; description = "PDF viewer extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167657,8 +167657,8 @@ self: { proc stm text ]; description = "Process manager extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167679,8 +167679,8 @@ self: { filepath gtk manatee-core stm text utf8-string webkit ]; description = "Feed reader extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; }) {}; "manatee-template" = callPackage @@ -167699,8 +167699,8 @@ self: { filepath gtk gtksourceview2 manatee-core regex-tdfa stm text ]; description = "Template code to create Manatee application"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167720,8 +167720,8 @@ self: { stm text unix vte ]; description = "Terminal Emulator extension for Manatee"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167741,8 +167741,8 @@ self: { filepath gtk manatee-core regex-tdfa stm text ]; description = "Welcome module to help user play Manatee quickly"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167756,7 +167756,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Simple mancala game"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "mandrill" = callPackage @@ -167780,8 +167780,8 @@ self: { tasty-quickcheck text ]; description = "Library for interfacing with the Mandrill JSON API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167800,8 +167800,8 @@ self: { array base bytestring containers directory filepath GLUT hslua time ]; description = "A zooming visualisation of the Mandelbrot Set as many Julia Sets"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167840,8 +167840,8 @@ self: { unordered-containers utf8-string vector wai warp x509-system ]; description = "Bindings to the MangoPay API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167858,8 +167858,8 @@ self: { semigroups vector-space ]; description = "Sampling random points on general manifolds"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167889,8 +167889,8 @@ self: { tasty-hunit tasty-quickcheck vector-space ]; description = "Coordinate-free hypersurfaces"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167902,7 +167902,7 @@ self: { sha256 = "1bvmr0gcfj7zd0rff0qjlzjy8hqdbh52ljiiazrmqmb9abdsciq3"; libraryHaskellDepends = [ base call-stack tagged vector-space ]; description = "The basic classes for the manifolds hierarchy"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "map-classes" = callPackage @@ -167918,7 +167918,7 @@ self: { utility-ht ]; description = "A set of classes and instances for working with key/value mappings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "map-exts" = callPackage @@ -167932,8 +167932,8 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base bytestring cassava containers ]; description = "Extensions to Data.Map"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -167961,7 +167961,7 @@ self: { unordered-containers ]; description = "foldl wrappers for map-reduce"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "map-syntax" = callPackage @@ -167979,7 +167979,7 @@ self: { base containers deepseq hspec HUnit mtl QuickCheck transformers ]; description = "Syntax sugar for defining maps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mapalgebra" = callPackage @@ -167999,8 +167999,8 @@ self: { tasty-hunit tasty-quickcheck vector ]; description = "Efficient, polymorphic Map Algebra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168023,8 +168023,8 @@ self: { ]; testHaskellDepends = [ base containers hspec parsec QuickCheck ]; description = "A functional programming language focused around maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168040,7 +168040,7 @@ self: { aeson base bytestring exceptions goggles mtl req text ]; description = "Bindings to the MapQuest API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "maquinitas-tidal" = callPackage @@ -168051,7 +168051,7 @@ self: { sha256 = "0apr5qkir3b6mnczi50lf3p349p1q3bl1sn4yg9dls2n3m147mf7"; libraryHaskellDepends = [ base tidal ]; description = "library for MIDI control of hardware"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "marihana" = callPackage @@ -168067,7 +168067,7 @@ self: { executableHaskellDepends = [ base directory filepath process ]; testHaskellDepends = [ base directory filepath process ]; description = "Minimal tool to make your blog in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "marionetta" = callPackage @@ -168084,8 +168084,8 @@ self: { base containers gloss mtl splines vector vector-space ]; description = "A study of marionetta movements"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168109,7 +168109,7 @@ self: { containers directory filepath hspec text transformers ]; description = "Convert Markdown to HTML, with XSS protection"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "markdown-kate" = callPackage @@ -168131,8 +168131,8 @@ self: { system-filepath text transformers ]; description = "Convert Markdown to HTML, with XSS protection"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168144,8 +168144,8 @@ self: { sha256 = "0cq0s9yixkg98vhsgiv1xjia2cn0b4q6gjl1wv0q7yrm26anaqcq"; libraryHaskellDepends = [ base monads-tf papillon ]; description = "markdown parser with papillon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168167,7 +168167,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Literate Haskell support for Markdown"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "markdown2svg" = callPackage @@ -168185,8 +168185,8 @@ self: { papillon png-file yjsvg ]; description = "markdown to svg converter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168199,8 +168199,8 @@ self: { libraryHaskellDepends = [ base deepseq ghc-prim ]; testHaskellDepends = [ base ]; description = "Pretty-printing library, with scoping, based on pretty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168212,7 +168212,7 @@ self: { sha256 = "1ka44rvrl9ppshbjmk95997cna670bqwjsharcr9qsalp6pchmdf"; libraryHaskellDepends = [ base ]; description = "Simple interpreter for Markov's normal algorithms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "markov-chain" = callPackage @@ -168240,7 +168240,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Computations for Markov chain usage models"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "markov-processes" = callPackage @@ -168256,8 +168256,8 @@ self: { ]; testHaskellDepends = [ assertions base bifunctors memoize random ]; description = "Hidden Markov processes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168270,8 +168270,8 @@ self: { libraryHaskellDepends = [ base comonad MonadRandom ]; testHaskellDepends = [ base HTF MonadRandom ]; description = "Realizations of Markov chains"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168290,8 +168290,8 @@ self: { text transformers-base urlpath ]; description = "Abstraction for HTML-embedded content"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168312,8 +168312,8 @@ self: { pandoc temporary text transformers webkit ]; description = "A simple markup document preview (markdown, textile, reStructuredText)"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; }) {}; "marmalade-upload" = callPackage @@ -168340,8 +168340,8 @@ self: { aeson base exceptions tasty tasty-hunit text transformers ]; description = "Upload packages to Marmalade"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168376,8 +168376,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec ]; description = "Client library for Vaultaire"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168393,8 +168393,8 @@ self: { array base bytestring colour gloss MonadRandom mtl random ]; description = "Generates mountainous terrain using a random walk algorithm"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168410,7 +168410,7 @@ self: { base bytestring kan-extensions lens mtl ]; description = "A ContT-based wrapper for Haskell-to-C marshalling functions"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "marvin" = callPackage @@ -168444,8 +168444,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "A framework for modular, portable chat bots"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168462,8 +168462,8 @@ self: { ]; testHaskellDepends = [ base hspec text ]; description = "Compile time string interpolation a la Scala and CoffeeScript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168487,7 +168487,7 @@ self: { base configurator dlist parsek pretty ]; description = "Markup language preprocessor for Haskell"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "masakazu-bot" = callPackage @@ -168509,8 +168509,8 @@ self: { twitter-types ]; description = "@minamiyama1994_bot on haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168526,7 +168526,7 @@ self: { array base bytestring ghc-prim integer-gmp network text ]; description = "Fast and extensible bytestring builder"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "massiv" = callPackage @@ -168548,7 +168548,7 @@ self: { template-haskell ]; description = "Massiv (Массив) is an Array Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "massiv-io" = callPackage @@ -168570,7 +168570,7 @@ self: { QuickCheck random template-haskell ]; description = "Import/export of Image files into massiv Arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "massiv-persist" = callPackage @@ -168590,8 +168590,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Compatibility of 'massiv' with 'persist'"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168612,7 +168612,7 @@ self: { base deepseq doctest hspec QuickCheck template-haskell unliftio ]; description = "Work stealing scheduler for Massiv (Массив) and other parallel applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "massiv-serialise" = callPackage @@ -168629,8 +168629,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Compatibility of 'massiv' with 'serialise'"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168653,7 +168653,7 @@ self: { hspec massiv mwc-random primitive QuickCheck scheduler vector ]; description = "Library that contains generators, properties and tests for Massiv Array Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "master-plan" = callPackage @@ -168677,8 +168677,8 @@ self: { random-shuffle text ]; description = "The project management tool for hackers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168692,7 +168692,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base random ]; description = "console mastermind decypher"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matchable" = callPackage @@ -168710,7 +168710,7 @@ self: { ]; testHaskellDepends = [ base containers doctest hspec ]; description = "A type class for Matchable Functors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matchable-th" = callPackage @@ -168726,7 +168726,7 @@ self: { ]; testHaskellDepends = [ base containers matchable ]; description = "Generates Matchable instances using TemplateHaskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matcher" = callPackage @@ -168741,7 +168741,7 @@ self: { base base-prelude profunctors success text transformers ]; description = "A composable abstraction for checking or converting a context value"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "matchers" = callPackage @@ -168753,8 +168753,8 @@ self: { libraryHaskellDepends = [ base bytestring prednote text ]; librarySystemDepends = [ pcre ]; description = "Text matchers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) pcre;}; @@ -168767,7 +168767,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hedgehog ]; description = "A variety of mathematical utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "math-functions" = callPackage @@ -168790,7 +168790,7 @@ self: { base data-default-class gauge random vector ]; description = "Collection of tools for numeric computations"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "math-grads" = callPackage @@ -168807,8 +168807,8 @@ self: { ]; testHaskellDepends = [ array base containers hspec random ]; description = "Library containing graph data structures and graph algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168820,8 +168820,8 @@ self: { sha256 = "0l8jv0zm1mar6848n5jyd6dzy02q0cvkgvgnry9db382i1r4g9bq"; libraryHaskellDepends = [ base ]; description = "Class for interpolation of values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168833,8 +168833,8 @@ self: { sha256 = "092qbl1x0l6hcm9vn3nx3gyxnqcfx3z2kkfkqw5zmmmyn9zkjsgx"; libraryHaskellDepends = [ base ]; description = "Typeclass for metric spaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168853,7 +168853,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A library for formulating and solving math programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "math-programming-glpk" = callPackage @@ -168875,8 +168875,8 @@ self: { testSystemDepends = [ glpk ]; testToolDepends = [ tasty-discover ]; description = "A GLPK backend to the math-programming library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) glpk;}; @@ -168892,8 +168892,8 @@ self: { base math-programming tasty tasty-hunit tasty-quickcheck text ]; description = "Utility functions for testing implementations of the math-programming library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168920,8 +168920,8 @@ self: { test-framework-hunit time unix url ]; description = "A program for creating and managing a static weblog with LaTeX math and diagrams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168933,7 +168933,7 @@ self: { sha256 = "1bbi9368zg50xvhn0lkrza1fpfi1cjz21lxyay6qb9v2r7h0mhr3"; libraryHaskellDepends = [ base data-default-class ]; description = "Parse and evaluate math expressions with variables and functions"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "mathflow" = callPackage @@ -168952,8 +168952,8 @@ self: { template-haskell text ]; description = "Dependently typed tensorflow modeler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -168973,7 +168973,7 @@ self: { graphviz HTTP process safe tagsoup text ]; description = "Discover your (academic) ancestors!"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "mathista" = callPackage @@ -168996,7 +168996,7 @@ self: { ]; testHaskellDepends = [ base hspec parsec ]; description = "A small programming language for numerical computing"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "mathlink" = callPackage @@ -169012,8 +169012,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "Write Mathematica packages in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169036,8 +169036,8 @@ self: { ]; executableSystemDepends = [ eng mat mx ]; description = "Matlab bindings and interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {eng = null; mat = null; inherit (pkgs) mx;}; "matplotlib" = callPackage @@ -169059,7 +169059,7 @@ self: { tasty tasty-expected-failure tasty-golden tasty-hunit temporary ]; description = "Bindings to Matplotlib; a Python plotting library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matrices" = callPackage @@ -169076,7 +169076,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion vector ]; description = "native matrix based on vector"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matrix" = callPackage @@ -169095,7 +169095,7 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "A native implementation of matrix operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matrix-as-xyz" = callPackage @@ -169112,8 +169112,8 @@ self: { base doctest hspec matrix parsec QuickCheck ]; description = "Read and Display Jones-Faithful notation for spacegroup and planegroup"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169132,7 +169132,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Optics for the \"matrix\" package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matrix-market" = callPackage @@ -169143,8 +169143,8 @@ self: { sha256 = "1hzpjkmwr24073mf9i13rx3n23ri0b5vmvwx8k9lxbrg1821hy28"; libraryHaskellDepends = [ base bytestring ]; description = "Read and write NIST Matrix Market files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169164,7 +169164,7 @@ self: { base directory exceptions hspec QuickCheck ]; description = "Parsing and serialization functions for the NIST Matrix Market format"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "matrix-market-pure" = callPackage @@ -169175,7 +169175,7 @@ self: { sha256 = "05jjf5wnxhbafrca1qfzlrxvysy5bff22mzk45pia5b9gwdhygn1"; libraryHaskellDepends = [ array base containers ]; description = "Pure and composable reader and writer of the Matrix Market format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matrix-sized" = callPackage @@ -169196,8 +169196,8 @@ self: { tasty-quickcheck vector ]; description = "Haskell matrix library with interface to C++ linear algebra libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169217,7 +169217,7 @@ self: { vector ]; description = "Type-safe matrix operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matroid" = callPackage @@ -169229,7 +169229,7 @@ self: { libraryHaskellDepends = [ base containers hspec QuickCheck ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "matroid (combinatorial pre-geometries) library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "matsuri" = callPackage @@ -169249,7 +169249,7 @@ self: { ]; description = "ncurses XMPP client"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169289,8 +169289,8 @@ self: { Unique uuid ]; description = "Terminal client for the Mattermost chat system"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "mattermost-api" = callPackage @@ -169318,8 +169318,8 @@ self: { text unordered-containers ]; description = "Client API for Mattermost chat system"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "mattermost-api-qc" = callPackage @@ -169334,8 +169334,8 @@ self: { base containers mattermost-api QuickCheck text time ]; description = "QuickCheck instances for the Mattermost client API library"; - license = stdenv.lib.licenses.isc; - maintainers = with stdenv.lib.maintainers; [ kiwi ]; + license = lib.licenses.isc; + maintainers = with lib.maintainers; [ kiwi ]; }) {}; "maude" = callPackage @@ -169350,8 +169350,8 @@ self: { base directory filepath process process-extras temporary text xml ]; description = "An interface to the Maude rewriting system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169373,8 +169373,8 @@ self: { vector ]; description = "Compute Maximum Entropy Distributions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169399,7 +169399,7 @@ self: { ]; description = "Hayes and Wilson's maxent learning algorithm for phonotactic grammars"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169422,7 +169422,7 @@ self: { ]; description = "GUI for maxent-learner-hw"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169434,7 +169434,7 @@ self: { sha256 = "1sbmykgb5lrd32rih09d8d0r5isz4nh5slfyd93dgln7ag3hb7bh"; libraryHaskellDepends = [ base containers vector ]; description = "Enumerate all maximal cliques of a graph"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "maxsharing" = callPackage @@ -169455,8 +169455,8 @@ self: { process uuagc uuagc-cabal ]; description = "Maximal sharing of terms in the lambda calculus with letrec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169469,7 +169469,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Simple higher order function for Maybe"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "maybench" = callPackage @@ -169487,8 +169487,8 @@ self: { base benchpress Cabal directory filepath mtl process time ]; description = "Automated benchmarking tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169502,7 +169502,7 @@ self: { editedCabalFile = "11jikczq21fnhsvr6n33qbb5q6ixbhab4s0js8n39zwgmglighz5"; libraryHaskellDepends = [ base safe text time time-locale-compat ]; description = "Read and write standard mailbox files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mbox-tools" = callPackage @@ -169520,8 +169520,8 @@ self: { process pureMD5 ]; description = "A collection of tools to process mbox files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169540,7 +169540,7 @@ self: { utility-ht ]; description = "List contents of an mbox file containing e-mails"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mbtiles" = callPackage @@ -169558,7 +169558,7 @@ self: { ]; testHaskellDepends = [ base HUnit ]; description = "Haskell MBTiles client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mbug" = callPackage @@ -169583,8 +169583,8 @@ self: { tagsoup text time xdg-basedir ]; description = "download bugs mailboxes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169611,8 +169611,8 @@ self: { base binary bytestring criterion deepseq groups ]; description = "Bindings to mcl, a generic and fast pairing-based cryptography library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gmpxx; mcl = null; inherit (pkgs) openssl;}; @@ -169632,8 +169632,8 @@ self: { MissingH polyparse process text unix ]; description = "Machine Configuration Manager"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169646,8 +169646,8 @@ self: { isLibrary = false; isExecutable = true; executableHaskellDepends = [ base gloss ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169675,8 +169675,8 @@ self: { base criterion log-domain microlens mwc-random ]; description = "Sample from a posterior using Markov chain Monte Carlo"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169692,8 +169692,8 @@ self: { base containers hakaru hmatrix mwc-random primitive statistics ]; description = "Combinators for MCMC sampling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169705,8 +169705,8 @@ self: { sha256 = "14z1x9dqnjj391nrlngs9s887yqh3arc7kfgk0m3d89vrkc185vq"; libraryHaskellDepends = [ base MonadRandom ]; description = "MCMC applied to probabilistic program synthesis"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169720,7 +169720,7 @@ self: { base containers mwc-probability transformers ]; description = "Common types for sampling"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mcpi" = callPackage @@ -169734,8 +169734,8 @@ self: { libraryHaskellDepends = [ base network split transformers ]; executableHaskellDepends = [ base transformers ]; description = "Connect to MineCraft running on a Raspberry PI"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169754,8 +169754,8 @@ self: { transformers wreq ]; description = "Haskell interface to Fedora's mdapi"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169775,8 +169775,8 @@ self: { ansi-terminal base directory pandoc terminfo ]; description = "Markdown viewer in your terminal"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169790,7 +169790,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base process ]; description = "Command-line tool to run a command on each of the items"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mdp" = callPackage @@ -169806,8 +169806,8 @@ self: { executableHaskellDepends = [ base vector ]; testHaskellDepends = [ base HTF HUnit QuickCheck vector ]; description = "Tools for solving Markov Decision Processes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169830,8 +169830,8 @@ self: { tasty-hunit text time uuid ]; description = "Manipulate FSMs and store them in PostgreSQL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169852,8 +169852,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "See readme.md"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169865,7 +169865,7 @@ self: { sha256 = "12px5awgvblmpyfr92f83gkbhnr8qy8ip3h3gqnp46yhy6yr2js3"; libraryHaskellDepends = [ base semigroups ]; description = "calculate varieties of mean/average using semigroup"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mecab" = callPackage @@ -169877,8 +169877,8 @@ self: { libraryHaskellDepends = [ base bytestring text ]; librarySystemDepends = [ mecab ]; description = "A Haskell binding to MeCab"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) mecab;}; @@ -169890,8 +169890,8 @@ self: { sha256 = "0r9n04r6rv9dn38l469h40mk7fbmjwq0m72jvq69qahjw11y5lns"; libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169905,7 +169905,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "A constructive solid geometry (CSG) modeling language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mechs" = callPackage @@ -169916,8 +169916,8 @@ self: { sha256 = "04z4qsjmls6h1ndczirldprn42pngm9v8g7kbmwilp7gk1zl0wyx"; libraryHaskellDepends = [ base machines ]; description = "mecha are the most complex composite machines known to humanity, lets build them well!"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -169935,7 +169935,7 @@ self: { base bytestring storable-endian transformers utility-ht ]; description = "Parse song module files from Amiga MED and OctaMED"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "medea" = callPackage @@ -169962,7 +169962,7 @@ self: { QuickCheck quickcheck-instances text unordered-containers vector ]; description = "A schema language for JSON"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mediabus" = callPackage @@ -169992,8 +169992,8 @@ self: { template-haskell text time transformers type-spec vector ]; description = "Multimedia streaming on top of Conduit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170021,8 +170021,8 @@ self: { time vector ]; description = "Mediabus plugin for the Frauenhofer ISO-14496-3 AAC FDK"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {fdk-aac = null;}; @@ -170060,8 +170060,8 @@ self: { tagged template-haskell text time transformers type-spec vector ]; description = "Receive and Send RTP Packets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170074,7 +170074,7 @@ self: { libraryHaskellDepends = [ base heap ]; testHaskellDepends = [ base QuickCheck ]; description = "Constant-time queries for the median of a stream of numeric data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mediawiki" = callPackage @@ -170092,8 +170092,8 @@ self: { base HTTP mime network pretty utf8-string xml ]; description = "Interfacing with the MediaWiki API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170137,8 +170137,8 @@ self: { servant-client servant-server text time ]; description = "Haskell SDK for communicating with the Medium API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170159,7 +170159,7 @@ self: { QuickCheck semigroupoids semigroups ]; description = "A silly container"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "mega-sdist" = callPackage @@ -170177,8 +170177,8 @@ self: { yaml ]; description = "Handles uploading to Hackage from mega repos"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170190,8 +170190,8 @@ self: { sha256 = "158j4wc9j8vpi3k095nfsimjavfmrxgzil3d4a3yqphpk96fz9ci"; libraryHaskellDepends = [ base megaparsec mtl text ]; description = "lisp parser using mega-parsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170214,7 +170214,7 @@ self: { base containers criterion deepseq text weigh ]; description = "Monadic parser combinators"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "megaparsec-tests" = callPackage @@ -170240,7 +170240,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Test utilities and the test suite of Megaparsec"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "meldable-heap" = callPackage @@ -170254,7 +170254,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Asymptotically optimal, Coq-verified meldable heaps, AKA priority queues"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mellon-core" = callPackage @@ -170273,8 +170273,8 @@ self: { quickcheck-instances time transformers ]; description = "Control physical access devices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170286,8 +170286,8 @@ self: { sha256 = "0hg878il0d31lfqwkb3rsd7gxbhs5cb1sxgc3rwdv70fdg63iirp"; libraryHaskellDepends = [ base hpio mellon-core protolude ]; description = "GPIO support for mellon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170329,8 +170329,8 @@ self: { wai wai-extra warp ]; description = "A REST web service for Mellon controllers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170352,8 +170352,8 @@ self: { base containers HUnit mtl test-framework test-framework-hunit ]; description = "A functional scripting language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170370,7 +170370,7 @@ self: { th-lift ]; description = "Indices for type level lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "membrain" = callPackage @@ -170386,7 +170386,7 @@ self: { base doctest Glob hedgehog hspec type-spec ]; description = "Type-safe memory units"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "memcache" = callPackage @@ -170407,8 +170407,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "A memcached client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170428,8 +170428,8 @@ self: { memcache-haskell mtl network resourcet split ]; description = "Conduit library for memcache procotol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170452,8 +170452,8 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-th ]; description = "Memcache procotol library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170466,7 +170466,7 @@ self: { libraryHaskellDepends = [ base bytestring network utf8-light ]; description = "haskell bindings for memcached"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "memcached-binary" = callPackage @@ -170488,8 +170488,8 @@ self: { base bytestring data-default-class hspec HUnit network process ]; description = "memcached client using binary protocol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170506,7 +170506,7 @@ self: { base bytestring cereal hspec QuickCheck vector ]; description = "Efficient in memory indexed database"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "memexml" = callPackage @@ -170517,7 +170517,7 @@ self: { sha256 = "1x3gi54d1yzxi2046vb62dxa6jvbhggsazh4dasxcbjc1pkq6pp8"; libraryHaskellDepends = [ base hxt ]; description = "Library for reading Meme XML output"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "meminfo" = callPackage @@ -170530,7 +170530,7 @@ self: { editedCabalFile = "0i6znbcw4yyf8jzkixx5dxbklzfnh79hmywvwwamdmjgi39akpi5"; libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "Library for reading `/proc/meminfo`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "memis" = callPackage @@ -170555,8 +170555,8 @@ self: { wai-middleware-static warp ]; description = "Memis Efficient Manual Image Sorting"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170568,8 +170568,8 @@ self: { sha256 = "1vy3673dvf0crs384vhi56i7bir9k8yk3cjcrcc7bn15qyclif19"; libraryHaskellDepends = [ base containers ]; description = "Pointer equality memoization"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170581,7 +170581,7 @@ self: { sha256 = "0x6vpf5kcr4icli0hjdqzphbpsakh0yn2ih2jyh65hnk1nh4j8n7"; libraryHaskellDepends = [ base direct-sqlite text ]; description = "memoize functions using SQLite3 database"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "memoization-utils" = callPackage @@ -170597,8 +170597,8 @@ self: { ]; testHaskellDepends = [ base hspec time time-units ]; description = "Utilities for memoizing functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170611,7 +170611,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "A memoization library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "memorable-bits" = callPackage @@ -170639,7 +170639,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion random ]; description = "Generate human memorable strings from binary data"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "memory" = callPackage @@ -170657,7 +170657,7 @@ self: { ]; testHaskellDepends = [ base basement bytestring foundation ]; description = "memory and related abstraction stuff"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "memorypool" = callPackage @@ -170672,8 +170672,8 @@ self: { base containers transformers unsafe vector ]; description = "basic memory pool outside of haskell heap/GC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170715,8 +170715,8 @@ self: { tasty-th vector ]; description = "Haskell binding for Menoh DNN inference library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {menoh = null;}; @@ -170735,8 +170735,8 @@ self: { aeson base hspec QuickCheck regex-tdfa scientific text ]; description = "Data Validation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170763,7 +170763,7 @@ self: { base bytestring directory HUnit optparse-applicative text ]; description = "Haskell binding to Mercury API for ThingMagic RFID readers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "merge-bash-history" = callPackage @@ -170782,7 +170782,7 @@ self: { executableHaskellDepends = [ base optparse-applicative text ]; testHaskellDepends = [ base ]; description = "command line utility to merge bash_history"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mergeful" = callPackage @@ -170797,7 +170797,7 @@ self: { aeson base containers deepseq mtl text time validity validity-containers validity-time ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mergeful-persistent" = callPackage @@ -170821,8 +170821,8 @@ self: { validity validity-persistent ]; description = "Support for using mergeful from persistent-based databases"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {genvalidity-persistent = null; validity-persistent = null;}; @@ -170837,7 +170837,7 @@ self: { libraryHaskellDepends = [ aeson base containers deepseq mtl validity validity-containers ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mergeless-persistent" = callPackage @@ -170861,8 +170861,8 @@ self: { text validity ]; description = "Support for using mergeless from persistent-based databases"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {genvalidity-persistent = null;}; @@ -170888,7 +170888,7 @@ self: { memory merkle-tree mwc-random QuickCheck random random-bytestring ]; description = "Merkle Tree Logs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "merkle-patricia-db" = callPackage @@ -170914,8 +170914,8 @@ self: { test-framework-hunit transformers ]; description = "A modified Merkle Patricia DB"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170935,8 +170935,8 @@ self: { random tasty tasty-quickcheck ]; description = "An implementation of a Merkle tree and merkle tree proofs of inclusion"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -170948,7 +170948,7 @@ self: { sha256 = "193qz3wn7lz18aywddr9qyn8v08ifv2yxwr68c67p5mn8vr8mvmw"; libraryHaskellDepends = [ base old-time ]; description = "Generate high quality pseudorandom numbers using a SIMD Fast Mersenne Twister"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mersenne-random-pure64" = callPackage @@ -170961,7 +170961,7 @@ self: { editedCabalFile = "0pxq0xz42x60993rl4pr4pia80jv1xcqh6njvjzfvn75018j4gw5"; libraryHaskellDepends = [ base random time ]; description = "Generate high quality pseudorandom numbers purely using a Mersenne Twister"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "messagepack" = callPackage @@ -170983,7 +170983,7 @@ self: { test-framework-quickcheck2 test-framework-th ]; description = "Serialize instance for Message Pack Object"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "messagepack-rpc" = callPackage @@ -171000,8 +171000,8 @@ self: { base bytestring cereal containers messagepack network-simple ]; description = "Message Pack RPC over TCP"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171015,8 +171015,8 @@ self: { base bytestring HTTP http-conduit network ]; description = "Messente SMS Gateway"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171028,8 +171028,8 @@ self: { sha256 = "0pxsg67r2z0f9zxr8m98sndlii0bixyxwgjkc31z5743ciw9ch0c"; libraryHaskellDepends = [ base loch-th template-haskell ]; description = "Utility library providing miscellaneous meta-programming utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171046,8 +171046,8 @@ self: { mwc-random transformers vector ]; description = "Provides the monad-par interface, but based on modular scheduler \"mix-ins\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171065,8 +171065,8 @@ self: { array base meta-par QuickCheck transformers vector ]; description = "Support for integrated Accelerate computations within Meta-par"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171078,8 +171078,8 @@ self: { sha256 = "0860ggpksvaagrb1gqvnpp8gx6xd6h05dqg2ciis6i2my9gxmcmz"; libraryHaskellDepends = [ base text time ]; description = "metadata library for semantic web"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171092,7 +171092,7 @@ self: { libraryHaskellDepends = [ arrows base random Stream ]; description = "Generalised local search within Haskell, for applications in combinatorial optimisation"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171105,7 +171105,7 @@ self: { libraryHaskellDepends = [ base ]; description = "metamorphisms: ana . cata or understanding folds and unfolds"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "metaplug" = callPackage @@ -171116,8 +171116,8 @@ self: { sha256 = "086n9kqyi2jqki31jgylm0r63ahgvw3pf7mi5hln2m86a5x4ij4n"; libraryHaskellDepends = [ base Cabal filepath ghc haskell98 ]; description = "a tiny ghc api wrapper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171143,8 +171143,8 @@ self: { base checkers lens QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Australian METAR"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171169,8 +171169,8 @@ self: { base checkers lens QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "HTTP for METAR"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171184,7 +171184,7 @@ self: { testHaskellDepends = [ base hspec rio transformers ]; testToolDepends = [ hspec-discover ]; description = "rebindable methods for improving testability"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "metric" = callPackage @@ -171202,8 +171202,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 vector ]; description = "Metric spaces"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171226,7 +171226,7 @@ self: { async base HUnit lens mwc-random primitive QuickCheck ]; description = "High-performance application metric tracking"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "metricsd-client" = callPackage @@ -171237,8 +171237,8 @@ self: { sha256 = "1q807wvmj1q605257jj60h0j2wal6ypjiad9wkjmv836p3mis5q9"; libraryHaskellDepends = [ base network ]; description = "Client for the metrics aggregator Metricsd"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171255,7 +171255,7 @@ self: { unliftio unordered-containers ]; description = "A simple tcp and udp socket server framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "metro-socket" = callPackage @@ -171271,7 +171271,7 @@ self: { transformers unliftio ]; description = "Socket transport for metro"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "metro-transport-crypto" = callPackage @@ -171289,7 +171289,7 @@ self: { base bytestring cryptonite metro QuickCheck quickcheck-instances ]; description = "Crypto transport for metro"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "metro-transport-tls" = callPackage @@ -171305,7 +171305,7 @@ self: { x509-validation ]; description = "TLS transport for metro"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "metro-transport-websockets" = callPackage @@ -171316,7 +171316,7 @@ self: { sha256 = "1jyy3sssz8ixwqdlf8zph05pfrm6qnf56sjsq8bx6yah9psy92dg"; libraryHaskellDepends = [ base bytestring metro websockets ]; description = "Websockets transport for metro"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "metro-transport-xor" = callPackage @@ -171327,7 +171327,7 @@ self: { sha256 = "1hx839sxd2lrx6vsxswi4i88x1d1489jcdmh2vbnc2dvnssnqcpv"; libraryHaskellDepends = [ base bytestring metro unliftio ]; description = "XOR transport for metro"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "metronome" = callPackage @@ -171340,8 +171340,8 @@ self: { base data-lens data-lens-template hosc stm ]; description = "Time Synchronized execution"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171362,8 +171362,8 @@ self: { base deepseq hspec HUnit QuickCheck should-not-typecheck ]; description = "Typesafe music composition"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171375,8 +171375,8 @@ self: { sha256 = "0ayz8sdxakrwb0arnbq9rv876f5jbkmycj3jr00p82vhfdyvwll2"; libraryHaskellDepends = [ base containers mtl transformers ]; description = "Pure Profunctor Functional Lenses"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171393,7 +171393,7 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Equation solver and calculator à la metafont"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mgeneric" = callPackage @@ -171406,8 +171406,8 @@ self: { base containers lens mtl template-haskell ]; description = "Generics with multiple parameters"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171423,8 +171423,8 @@ self: { base haskell-src-meta parsec split template-haskell ]; description = "Multiple Instance for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171440,8 +171440,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171470,7 +171470,7 @@ self: { wai-websockets warp websockets yaml ]; description = "A Micro service gateway"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "micro-recursion-schemes" = callPackage @@ -171487,8 +171487,8 @@ self: { libraryToolDepends = [ cpphs ]; testHaskellDepends = [ base HUnit template-haskell ]; description = "Simple recursion schemes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171512,7 +171512,7 @@ self: { tasty tasty-quickcheck text unordered-containers vector ]; description = "A tiny JSON library with light dependency footprint"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "microbase" = callPackage @@ -171524,7 +171524,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "A minimal base to work around GHC bugs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "microbench" = callPackage @@ -171535,7 +171535,7 @@ self: { sha256 = "05yphn77rxg7zqpn27292yvmah2634hqfx2mgfyp5yws5ickrvkg"; libraryHaskellDepends = [ base time ]; description = "Microbenchmark Haskell code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microc" = callPackage @@ -171550,7 +171550,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "microc compiler"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microformats2-parser" = callPackage @@ -171586,8 +171586,8 @@ self: { raw-strings-qq template-haskell text time xml-lens ]; description = "A Microformats 2 parser"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171603,8 +171603,8 @@ self: { aeson base data-default-class pandoc-types setters text time ]; description = "Microformats 2 types (with Aeson instances)"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171616,8 +171616,8 @@ self: { sha256 = "1dfkiiiksb4wnf6kgxmla37w1xmmxpzim4ribjckvn58pd2hn2a0"; libraryHaskellDepends = [ base primitive vector ]; description = "Array-backed extensible records"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171629,7 +171629,7 @@ self: { sha256 = "1z6zdprpr193a56r5s67q75554rrqyp2kk6srxn1gif7fd54sj2f"; libraryHaskellDepends = [ base ]; description = "A tiny lens library with no dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microlens_0_4_12_0" = callPackage @@ -171640,8 +171640,8 @@ self: { sha256 = "10q7gl9yavcln58sxdxzih7ff0ixxq5hpd87icvxw97yqf1p6hmm"; libraryHaskellDepends = [ base ]; description = "A tiny lens library with no dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "microlens-aeson" = callPackage @@ -171662,7 +171662,7 @@ self: { text unordered-containers vector ]; description = "Law-abiding lenses for Aeson, using microlens"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "microlens-contra" = callPackage @@ -171673,7 +171673,7 @@ self: { sha256 = "1ny9qhvd7rfzdkq4jdcgh4mfia856rsgpdhg8lprfprh6p7lhy5m"; libraryHaskellDepends = [ base microlens ]; description = "True folds and getters for microlens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microlens-each" = callPackage @@ -171684,8 +171684,8 @@ self: { sha256 = "00bk2vriwh8aj2c6n5g2w84pfq0nssfa62iw97dm9c3zkp558wxj"; libraryHaskellDepends = [ base microlens ]; description = "'each' for microlens"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171701,7 +171701,7 @@ self: { array base bytestring containers microlens transformers ]; description = "microlens + array, bytestring, containers, transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microlens-ghc_0_4_13" = callPackage @@ -171716,8 +171716,8 @@ self: { array base bytestring containers microlens transformers ]; description = "microlens + array, bytestring, containers, transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "microlens-mtl" = callPackage @@ -171732,7 +171732,7 @@ self: { base microlens mtl transformers transformers-compat ]; description = "microlens support for Reader/Writer/State from mtl"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microlens-platform" = callPackage @@ -171748,7 +171748,7 @@ self: { text unordered-containers vector ]; description = "microlens + all batteries included (best for apps)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microlens-platform_0_4_2" = callPackage @@ -171764,8 +171764,8 @@ self: { text unordered-containers vector ]; description = "microlens + all batteries included (best for apps)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "microlens-process" = callPackage @@ -171782,7 +171782,7 @@ self: { libraryHaskellDepends = [ base filepath microlens process ]; testHaskellDepends = [ base doctest microlens process ]; description = "Micro-optics for the process library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microlens-th" = callPackage @@ -171799,7 +171799,7 @@ self: { ]; testHaskellDepends = [ base microlens tagged ]; description = "Automatic generation of record lenses for microlens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "micrologger" = callPackage @@ -171816,8 +171816,8 @@ self: { ]; testHaskellDepends = [ aeson base hspec text ]; description = "A super simple logging module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171835,8 +171835,8 @@ self: { http-media mtl safe servant servant-client text time xml ]; description = "Bindings to the Microsoft Translator API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171848,7 +171848,7 @@ self: { sha256 = "0615gdbsk7i3w71adjp69zabw4mli965wffm2h846hp6pjj31xcb"; libraryHaskellDepends = [ base QuickCheck time ]; description = "Tiny QuickCheck test library with minimal dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microstache" = callPackage @@ -171868,7 +171868,7 @@ self: { aeson base bytestring containers hspec parsec text ]; description = "Mustache templates for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "microtimer" = callPackage @@ -171879,7 +171879,7 @@ self: { sha256 = "09w8jn6g8fq3zsp2ahdrzv33mvayh8vladmc2wf8pbmpmdii0kap"; libraryHaskellDepends = [ base time ]; description = "A tiny library for benchmarking IO actions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mida" = callPackage @@ -171910,8 +171910,8 @@ self: { tf-random transformers ]; description = "Language for algorithmic generation of MIDI files"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -171923,7 +171923,7 @@ self: { sha256 = "1dkja5arps41wanhv1jnkf99xrc8f5aiimp27myd595lqqdr87s2"; libraryHaskellDepends = [ base containers safe stm ]; description = "Hot-swappable FRP"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "midi" = callPackage @@ -171958,8 +171958,8 @@ self: { alsa-seq base data-accessor midi utility-ht ]; description = "Convert between datatypes of the midi and the alsa packages"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {}; "midi-music-box" = callPackage @@ -171978,8 +171978,8 @@ self: { optparse-applicative utility-ht ]; description = "Convert MIDI file to music box punch tape"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172001,7 +172001,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "A simple and fast library for working with MIDI messages"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "midi-util" = callPackage @@ -172015,7 +172015,7 @@ self: { base containers event-list midi non-negative ]; description = "Utility functions for processing MIDI files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "midi-utils" = callPackage @@ -172031,8 +172031,8 @@ self: { base bytestring directory event-list midi parsec process ]; description = "Utilities for working with MIDI data"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172052,8 +172052,8 @@ self: { random transformers utility-ht wx wxcore ]; description = "A Memory-like (Concentration, Pairs, ...) game for tones"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172071,8 +172071,8 @@ self: { alsa-core alsa-seq base containers gtk mtl stm ]; description = "A control midi surface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172093,8 +172093,8 @@ self: { hslogger network parsec time unix webserver ]; description = "Simple Web Server in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172127,7 +172127,7 @@ self: { ]; testHaskellDepends = [ base hspec http-client ]; description = "High performance web server on WAI/warp"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mighty-metropolis" = callPackage @@ -172147,7 +172147,7 @@ self: { base containers foldl hspec mcmc-types mwc-probability mwc-random ]; description = "The Metropolis algorithm"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "migrant-core" = callPackage @@ -172163,8 +172163,8 @@ self: { base HUnit QuickCheck tasty tasty-hunit tasty-quickcheck text ]; description = "Semi-automatic database schema migrations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172183,8 +172183,8 @@ self: { tasty tasty-hunit tasty-quickcheck text ]; description = "Semi-automatic database schema migrations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172205,8 +172205,8 @@ self: { tasty tasty-hunit tasty-quickcheck text ]; description = "Semi-automatic database schema migrations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172224,8 +172224,8 @@ self: { tasty-quickcheck text ]; description = "Semi-automatic database schema migrations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172240,7 +172240,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "MikMod bindings"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172266,8 +172266,8 @@ self: { tasty-quickcheck ]; description = "Lambda calculus interpreter"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172284,8 +172284,8 @@ self: { http-types mtl wai wai-extra ]; description = "A minimum web dev DSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172309,8 +172309,8 @@ self: { tasty-hspec tasty-quickcheck ]; description = "A Kafka client for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172324,7 +172324,7 @@ self: { editedCabalFile = "07r4kyjm2bk8knyhbfivgxlxnxp7qqlcnzp61f2hi7d1s7clg290"; libraryHaskellDepends = [ base text ]; description = "Working with MIME types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mime-directory" = callPackage @@ -172340,7 +172340,7 @@ self: { ]; description = "A library for parsing/printing the text/directory mime type"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172358,7 +172358,7 @@ self: { ]; testHaskellDepends = [ base blaze-builder bytestring hspec text ]; description = "Compose MIME email messages"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mime-mail-ses" = callPackage @@ -172387,7 +172387,7 @@ self: { base bytestring case-insensitive tasty tasty-hunit time ]; description = "Send mime-mail messages via Amazon SES"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mime-string" = callPackage @@ -172404,7 +172404,7 @@ self: { ]; description = "MIME implementation for String's"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "mime-types" = callPackage @@ -172415,7 +172415,7 @@ self: { sha256 = "1lkipa4v73z3l5lqs6sdhl898iq41kyxv2jb9agsajzgd58l6cha"; libraryHaskellDepends = [ base bytestring containers text ]; description = "Basic mime-type handling types and functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "min-max-pqueue" = callPackage @@ -172432,7 +172432,7 @@ self: { base containers criterion integer-logarithms random ]; description = "Double-ended priority queues"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "minecraft" = callPackage @@ -172443,7 +172443,7 @@ self: { sha256 = "07h6hgq4k1wm4ldwb29fgmmbl9ygrlbq3qv3ymfvc25l5rvgss4h"; doHaddock = false; description = "TBA"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "minecraft-data" = callPackage @@ -172461,8 +172461,8 @@ self: { time vector zlib ]; description = "a DSL for generating minecraft commands and levels"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172478,7 +172478,7 @@ self: { executableHaskellDepends = [ base directory mtl random ]; description = "Minesweeper simulation using neural networks"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "minesweeper" = callPackage @@ -172497,8 +172497,8 @@ self: { filepath glade gtk random time ]; description = "Minesweeper game which is always solvable without guessing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172520,8 +172520,8 @@ self: { executableHaskellDepends = [ base sort ]; testHaskellDepends = [ base hspec primes ]; description = "Template Haskell Implementation of Egison Pattern Matching"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172533,7 +172533,7 @@ self: { sha256 = "16fdzbfspxqi0h7v6gn25n065anvk9zm28236qvfwbvr9l2ki172"; libraryHaskellDepends = [ base vector ]; description = "Bindings to Miniball, a smallest enclosing ball library"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "miniforth" = callPackage @@ -172554,8 +172554,8 @@ self: { base containers lens mtl parsec readline ]; description = "Miniature FORTH-like interpreter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172571,8 +172571,8 @@ self: { array base bytestring containers mtl semigroups text transformers ]; description = "A minimalistic lens library, providing only the simplest, most basic lens functionality"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172604,8 +172604,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A SDL2-based graphics library, batteries-included"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172626,8 +172626,8 @@ self: { ]; executableHaskellDepends = [ base lens minilight mtl ]; description = "A binding library of minilight for Lua langauge"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172640,7 +172640,7 @@ self: { libraryHaskellDepends = [ base containers directory filepath ]; description = "Minimal ini like configuration library with a few extras"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "minimorph" = callPackage @@ -172656,7 +172656,7 @@ self: { base HUnit test-framework test-framework-hunit text ]; description = "English spelling functions with an emphasis on simplicity"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "minimung" = callPackage @@ -172669,8 +172669,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base GLUT haskell98 unix ]; description = "Shows how to run grabber on Mac OS X"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172708,7 +172708,7 @@ self: { unordered-containers xml-conduit ]; description = "A MinIO Haskell Library for Amazon S3 compatible cloud storage"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "minions" = callPackage @@ -172723,8 +172723,8 @@ self: { ansi-terminal base MissingH process time ]; description = "A fast parallel ssh tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172741,8 +172741,8 @@ self: { transformers ]; description = "fast and simple operational monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172760,7 +172760,7 @@ self: { ]; description = "simple 1-to-N interprocess communication"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172780,8 +172780,8 @@ self: { old-locale old-time process safe split template-haskell ]; description = "Minimalistic file rotation utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172793,7 +172793,7 @@ self: { sha256 = "089jam2cbwf4m16sgb9wh4zkgbmpfsg647lng3kyjs5d3m02i5dd"; libraryHaskellDepends = [ async base ]; description = "A Haskell bundle of the Minisat SAT solver"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "minisat-solver" = callPackage @@ -172805,7 +172805,7 @@ self: { libraryHaskellDepends = [ base containers transformers ]; benchmarkHaskellDepends = [ base containers easyrender ]; description = "High-level Haskell bindings for the MiniSat SAT solver"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ministg" = callPackage @@ -172823,8 +172823,8 @@ self: { transformers xhtml ]; description = "an interpreter for an operational semantics for the STG machine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172839,7 +172839,7 @@ self: { base containers filepath OpenGL stb-truetype ]; description = "Layout and render text with TrueType fonts using OpenGL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "miniutter" = callPackage @@ -172856,7 +172856,7 @@ self: { base containers HUnit test-framework test-framework-hunit text ]; description = "Simple English clause creation from arbitrary words"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "minizinc-process" = callPackage @@ -172876,8 +172876,8 @@ self: { aeson base hashable hedgehog hspec hspec-hedgehog ]; description = "A set of helpers to call minizinc models"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172892,7 +172892,7 @@ self: { base mono-traversable semigroups transformers ]; description = "Express the minimum length of a container in its type"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "minst-idx" = callPackage @@ -172905,8 +172905,8 @@ self: { libraryHaskellDepends = [ base binary bytestring vector ]; testHaskellDepends = [ base binary directory hspec vector ]; description = "Read and write IDX data that is used in e.g. the MINST database."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172918,7 +172918,7 @@ self: { sha256 = "1njhz7wjmsk5pbr7gfkl95k50npkmm0iyxp3j93bbsg4rmxzg2kw"; libraryHaskellDepends = [ base ]; description = "A reliable way to detect the presence of a MinTTY console on Windows"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mios" = callPackage @@ -172941,8 +172941,8 @@ self: { base bytestring ghc-prim hspec primitive vector ]; description = "A Minisat-based CDCL SAT solver in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172961,8 +172961,8 @@ self: { transformers twitter-conduit ]; description = "Tweet mirror"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -172984,7 +172984,7 @@ self: { ]; executableHaskellDepends = [ monad-loops regex-base regex-pcre ]; description = "fortune-mod clone"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "mismi-core" = callPackage @@ -173007,8 +173007,8 @@ self: { mmorph resourcet transformers ]; description = "AWS Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {mismi-core-test = null;}; @@ -173021,7 +173021,7 @@ self: { libraryHaskellDepends = [ base mismi-p text ]; testHaskellDepends = [ base hedgehog mismi-p text ]; description = "AWS Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mismi-p" = callPackage @@ -173034,7 +173034,7 @@ self: { editedCabalFile = "1nhb8lz21qn4rmgwn0b8vr771fcpykg13zvp7qsrsz5jvd3ylifg"; libraryHaskellDepends = [ base text ]; description = "A commmon prelude for the mismi project"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mismi-s3" = callPackage @@ -173075,8 +173075,8 @@ self: { text transformers unix uuid ]; description = "AWS Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {mismi-core-test = null; mismi-s3-core-test = null;}; @@ -173089,7 +173089,7 @@ self: { libraryHaskellDepends = [ attoparsec base mismi-p text ]; testHaskellDepends = [ base hedgehog mismi-p text ]; description = "AWS Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "miso" = callPackage @@ -173108,8 +173108,8 @@ self: { network-uri servant servant-lucid text transformers vector ]; description = "A tasty Haskell front-end framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173121,8 +173121,8 @@ self: { sha256 = "02xcj7ic4fh3h08h89naa2rl0rkksqx426wx8k8v0zl0d7rd12jc"; libraryHaskellDepends = [ aeson base ghcjs-base miso ]; description = "Miso state transition logger"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173135,8 +173135,8 @@ self: { isLibrary = false; isExecutable = true; description = "A tasty Haskell front-end framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173154,7 +173154,7 @@ self: { attoparsec base bytestring containers pretty-simple text ]; description = "Convert HTML to miso View syntax"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "miss" = callPackage @@ -173184,8 +173184,8 @@ self: { unix ]; description = "A Haskell git implimentation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173204,8 +173204,8 @@ self: { mtl posix-paths ]; description = "Useability extras built on top of miss"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173217,7 +173217,7 @@ self: { sha256 = "11f8pknbarlj956nmalqhd2v704z7d7xbi61hs1q8vb2p36kc6wy"; libraryHaskellDepends = [ base ]; description = "Convenience functions for FFI work"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "missing-py2" = callPackage @@ -173231,8 +173231,8 @@ self: { anydbm base Cabal directory HUnit MissingH ]; description = "Haskell interface to Python"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173259,7 +173259,7 @@ self: { monad-parallel process text time unordered-containers ]; description = "Vim plugin manager written in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mix-arrows" = callPackage @@ -173270,8 +173270,8 @@ self: { sha256 = "0m70l09bmr8b95d87rpz4vdircdar2rsvnamr2g07542wx024931"; libraryHaskellDepends = [ base ]; description = "Mixing effects of one arrow into another one"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173288,8 +173288,8 @@ self: { array base containers simple-tabular ]; description = "Find optimal mixed strategies for two-player games"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173307,7 +173307,7 @@ self: { ]; testHaskellDepends = [ base hspec hspec-smallcheck QuickCheck ]; description = "Alternative Prelude with numeric and logic expressions typed bottom-up"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mixpanel-client" = callPackage @@ -173330,8 +173330,8 @@ self: { ]; testToolDepends = [ hspec-discover markdown-unlit ]; description = "Mixpanel client"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173347,7 +173347,7 @@ self: { executableHaskellDepends = [ base directory filepath haskell98 ]; description = "Makes an OS X .app bundle from a binary."; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173367,7 +173367,7 @@ self: { ]; description = "Generate cabal files for a Haskell project"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173382,8 +173382,8 @@ self: { libraryHaskellDepends = [ base mtl parsec pretty ]; executableHaskellDepends = [ base mtl parsec pretty ]; description = "Minimal ML language to to demonstrate the W type infererence algorithm"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173395,8 +173395,8 @@ self: { sha256 = "06mwmahyp781wigjva12kz7w75vjkkprl8k1yiqd1yd0162vp31k"; libraryHaskellDepends = [ base haskell98 ]; description = "Monadic List alternative to lazy I/O"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173420,7 +173420,7 @@ self: { vector ]; description = "Machine Learning Toolbox"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mm2" = callPackage @@ -173431,8 +173431,8 @@ self: { sha256 = "0zn629lm41z6b59snnjkqdk41ryimjhd5yapiwykl5fg0f7wmap3"; libraryHaskellDepends = [ base vector ]; description = "The library that can be used for optimization of multiple (Ord a) => a -> b transformations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173446,7 +173446,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bytestring ]; description = "Memory mapped files for POSIX and Windows"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mmark" = callPackage @@ -173475,7 +173475,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion text weigh ]; description = "Strict markdown processor for writers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mmark-cli" = callPackage @@ -173498,7 +173498,7 @@ self: { unordered-containers ]; description = "Command line interface to the MMark markdown processor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mmark-ext" = callPackage @@ -173520,7 +173520,7 @@ self: { testHaskellDepends = [ base hspec lucid mmark skylighting text ]; testToolDepends = [ hspec-discover ]; description = "Commonly useful extensions for the MMark markdown processor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mmorph" = callPackage @@ -173533,7 +173533,7 @@ self: { base mtl transformers transformers-compat ]; description = "Monad morphisms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mmsyn2" = callPackage @@ -173544,7 +173544,7 @@ self: { sha256 = "06n8vxqafc698ahml782klb41g9bfsvqdrl4k0blnn3m3vavnzxy"; libraryHaskellDepends = [ base vector ]; description = "The library that can be used for multiple (Ord a) => a -> b transformations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn2-array" = callPackage @@ -173555,7 +173555,7 @@ self: { sha256 = "0dcvs5s11s840fvl17h5qrz5x6fmzvvjkfxmbk8r0p13n4k2a0ny"; libraryHaskellDepends = [ base ]; description = "A library with less dependencies that can be used for multiple Ord a => a -> b transformations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn3" = callPackage @@ -173566,7 +173566,7 @@ self: { sha256 = "0fpn0lzr93aaha9741spc7vmlg5c4x5wb3p4qvxzp57w85zqdwm3"; libraryHaskellDepends = [ base directory ]; description = "A small library to deal with executable endings"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn4" = callPackage @@ -173580,7 +173580,7 @@ self: { libraryHaskellDepends = [ base directory mmsyn3 process ]; executableHaskellDepends = [ base directory mmsyn3 process ]; description = "The \"glue\" between electronic tables and GraphViz"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn5" = callPackage @@ -173591,7 +173591,7 @@ self: { sha256 = "0xbdmlq71pjnsls67mydrfzajnnyyzp0dvzgrg2lms3pssvzs6f1"; libraryHaskellDepends = [ base ]; description = "Various additional operations on lists (some with intermediate Monads)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn6ukr" = callPackage @@ -173614,7 +173614,7 @@ self: { ukrainian-phonetics-basic vector ]; description = "A musical instrument synthesizer or a tool for Ukrainian language listening"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn6ukr-array" = callPackage @@ -173637,7 +173637,7 @@ self: { ukrainian-phonetics-basic-array ]; description = "A musical instrument synthesizer or a tool for Ukrainian language listening"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn7h" = callPackage @@ -173659,8 +173659,8 @@ self: { process vector ]; description = "Produces a sound recording specified by the Ukrainian text"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173681,7 +173681,7 @@ self: { base directory mmsyn2 mmsyn3 mmsyn7ukr process vector ]; description = "Modifies the amplitudes of the Ukrainian sounds representations created by mmsyn7ukr package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn7s" = callPackage @@ -173695,7 +173695,7 @@ self: { libraryHaskellDepends = [ base mmsyn2 mmsyn5 mmsyn6ukr vector ]; executableHaskellDepends = [ base mmsyn2 mmsyn5 mmsyn6ukr vector ]; description = "Shows a sorted list of the Ukrainian sounds representations that can be used by mmsyn7 series of programs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn7ukr" = callPackage @@ -173716,7 +173716,7 @@ self: { base bytestring directory mmsyn2 mmsyn3 mmsyn6ukr process vector ]; description = "A simple basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmsyn7ukr-common" = callPackage @@ -173727,7 +173727,7 @@ self: { sha256 = "000xkm0yvj6sxmnkzax98gc3rv0cfkfglfznf84p32axmxa4vg0q"; libraryHaskellDepends = [ base directory mmsyn3 process ]; description = "Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mmtf" = callPackage @@ -173747,8 +173747,8 @@ self: { http-conduit QuickCheck text ]; description = "Macromolecular Transmission Format implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173760,8 +173760,8 @@ self: { sha256 = "0bb19l52s56y2dwyskvjwdal7387ii2dg9cc1l6f341y3695nj7l"; libraryHaskellDepends = [ base ]; description = "Modular Monad transformer library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173775,8 +173775,8 @@ self: { editedCabalFile = "1iby6x0pkqz4447nr5aqpzch2msqb76bdypcprpi5y8djr51x248"; libraryHaskellDepends = [ base mmtl ]; description = "MonadBase type-class for mmtl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173790,7 +173790,7 @@ self: { libraryHaskellDepends = [ base binary bytestring vector ]; testHaskellDepends = [ base binary directory hspec vector ]; description = "Read and write IDX data that is used in e.g. the MNIST database."; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "moan" = callPackage @@ -173806,8 +173806,8 @@ self: { tagset-positional text zlib ]; description = "Language-agnostic analyzer for positional morphosyntactic tags"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173826,7 +173826,7 @@ self: { relude text wai warp yaml ]; description = "A HTTP server for testing HTTP clients"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "mock-time" = callPackage @@ -173848,7 +173848,7 @@ self: { unliftio-core ]; description = "Mock time in tests"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mockazo" = callPackage @@ -173866,7 +173866,7 @@ self: { base constraints hspec multistate relude template-haskell ]; description = "Mock records of functions easily"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mockery" = callPackage @@ -173886,7 +173886,7 @@ self: { temporary ]; description = "Support functions for automated testing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mod" = callPackage @@ -173907,7 +173907,7 @@ self: { ]; benchmarkHaskellDepends = [ base time ]; description = "Fast type-safe modular arithmetic"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "modbus-tcp" = callPackage @@ -173920,7 +173920,7 @@ self: { base bytestring cereal mtl transformers ]; description = "Communicate with Modbus devices over TCP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "model" = callPackage @@ -173939,7 +173939,7 @@ self: { base containers doctest filemanip ghc-prim pretty tasty tasty-hunit ]; description = "Derive a model of a data type using Generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "modelicaparser" = callPackage @@ -173955,8 +173955,8 @@ self: { ansi-terminal base containers filepath parsec QuickCheck ]; description = "A parser for the modelica language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -173983,7 +173983,7 @@ self: { base bytestring criterion deepseq megaparsec text weigh ]; description = "Modern library for working with URIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "modify-fasta" = callPackage @@ -174006,8 +174006,8 @@ self: { semigroups split text transformers ]; description = "Modify fasta (and CLIP) files in several optional ways"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174028,8 +174028,8 @@ self: { base directory filepath haskell98 mtl utf8-string ]; description = "Haskell source splitter driven by special comments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174041,7 +174041,7 @@ self: { sha256 = "1igg7am4z1kfvpyp5a53rsqan5i209rp1s0z9xamqydx60ilc2s3"; libraryHaskellDepends = [ base ghc-typelits-knownnat ]; description = "Type-safe modular arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "modular-arithmetic" = callPackage @@ -174053,7 +174053,7 @@ self: { libraryHaskellDepends = [ base typelits-witnesses ]; testHaskellDepends = [ base doctest typelits-witnesses ]; description = "A type for integers modulo some constant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "modular-prelude" = callPackage @@ -174070,8 +174070,8 @@ self: { system-filepath text transformers unordered-containers vector ]; description = "A new Prelude featuring first class modules"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174083,8 +174083,8 @@ self: { sha256 = "1izinrgd9a6sm57isg8jgs4wjidczwqcxl6vg5h4gy5zz9dg8xnx"; libraryHaskellDepends = [ base classy-prelude modular-prelude ]; description = "Reifying ClassyPrelude a la ModularPrelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174100,8 +174100,8 @@ self: { base hmatrix sparse-linear-algebra spectral-clustering vector ]; description = "Find the modularity of a network"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174132,8 +174132,8 @@ self: { base containers filepath haskell-src-exts HUnit process ]; description = "Clean up module imports, split and merge modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174150,8 +174150,8 @@ self: { transformers ]; description = "Template Haskell for introspecting a module's declarations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174171,8 +174171,8 @@ self: { nats pandoc-types parsec prettify process semigroups text ]; description = "Modular C code generator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174188,8 +174188,8 @@ self: { air base bytestring data-default dlist mtl text ]; description = "html with style"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174212,8 +174212,8 @@ self: { unordered-containers ]; description = "A functional firewall killer"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174236,8 +174236,8 @@ self: { old-locale old-time parsec process transformers unix utility-ht ]; description = "Modular Haskell Web Server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174268,8 +174268,8 @@ self: { smallcheck stm text time unordered-containers vector ]; description = "A glorified string replacement tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174295,8 +174295,8 @@ self: { tasty-hunit time ]; description = "Mollie API client for Haskell http://www.mollie.com"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174313,7 +174313,7 @@ self: { transformers-compat ]; description = "A better error monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-atom" = callPackage @@ -174324,8 +174324,8 @@ self: { sha256 = "16dnp6wz0s56gm58k6m5cv5c47hb2vz1m4a3pqvrg3j97y344c3q"; libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Monadically convert object to unique integers and back"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174337,8 +174337,8 @@ self: { sha256 = "1k4rcrdjjs52p9mnsbwp0gmb2inivhcqw044l56dbc080yxrk32j"; libraryHaskellDepends = [ base containers ghc-prim mtl ]; description = "Monadically map objects to unique ints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174350,7 +174350,7 @@ self: { sha256 = "0zjyy9apc5zr51nh31p3f6bzbnfbc40hkf9p52370ynj4513lz4r"; libraryHaskellDepends = [ base exceptions ]; description = "An applicative monad that batches commands for later more efficient execution"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-bayes" = callPackage @@ -174382,8 +174382,8 @@ self: { process vector ]; description = "A library for probabilistic programming"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174396,7 +174396,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "This package has been removed"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-branch" = callPackage @@ -174407,8 +174407,8 @@ self: { sha256 = "0g82ccql6pmj319ji3zpmxab78qwdlrjsl7cdfhjvv4m1i4kmzdf"; libraryHaskellDepends = [ base mtl transformers ]; description = "Monadic abstraction for computations that can be branched and run independently"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174424,7 +174424,7 @@ self: { base contravariant invariant MonadRandom mtl primitive transformers ]; description = "Monad, monad transformer, and typeclass representing choices"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "monad-chronicle" = callPackage @@ -174440,7 +174440,7 @@ self: { transformers-compat ]; description = "These as a transformer, ChronicleT"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-classes" = callPackage @@ -174461,7 +174461,7 @@ self: { transformers ]; description = "more flexible mtl"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-classes-logging" = callPackage @@ -174479,7 +174479,7 @@ self: { base logging-effect monad-classes tasty tasty-hunit transformers ]; description = "monad-classes based typeclass for Ollie's logging-effect LoggingT"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-codec" = callPackage @@ -174492,7 +174492,7 @@ self: { base binary containers data-lens-light mtl ]; description = "Monadic conversion between complex data structures and unique integers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-connect" = callPackage @@ -174507,7 +174507,7 @@ self: { base bytestring connection exceptions transformers ]; description = "Transformer for TCP connection with TLS and SOCKS support"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "monad-control" = callPackage @@ -174522,7 +174522,7 @@ self: { base stm transformers transformers-base transformers-compat ]; description = "Lift control operations, like exception catching, through monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-control-aligned" = callPackage @@ -174537,7 +174537,7 @@ self: { base stm transformers transformers-base transformers-compat ]; description = "Just like monad-control, except less efficient, and the monadic state terms are all * -> *"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-control-identity" = callPackage @@ -174552,7 +174552,7 @@ self: { base monad-control transformers transformers-base ]; description = "Stronger classes than monad-control"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-coroutine" = callPackage @@ -174583,7 +174583,7 @@ self: { ]; testHaskellDepends = [ base hlint tasty tasty-hspec ]; description = "A monad transformer for weighted graph searches"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-exception" = callPackage @@ -174599,8 +174599,8 @@ self: { transformers-base ]; description = "Exstensible monadic exceptions"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174616,7 +174616,7 @@ self: { base mmorph monad-control stm transformers transformers-base ]; description = "Extra utility functions for working with monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-finally" = callPackage @@ -174632,7 +174632,7 @@ self: { transformers-base transformers-compat ]; description = "Guard monadic computations with cleanup actions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-fork" = callPackage @@ -174643,8 +174643,8 @@ self: { sha256 = "15xwavq4yc3xfif4isjh9m0q9h1bh7pmv2i3rh99sndmd34cdpwc"; libraryHaskellDepends = [ base monad-control ]; description = "Type class for monads which support a fork operation"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174656,7 +174656,7 @@ self: { sha256 = "0rc4r6sg29sjgh9xsk7q80h0lixhyxs60bszj5dnn8yf7w18b15y"; libraryHaskellDepends = [ base mtl transformers ]; description = "A simple monad for generating fresh integers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-hash" = callPackage @@ -174672,7 +174672,7 @@ self: { ]; testHaskellDepends = [ base bytestring cryptonite transformers ]; description = "Monad transformer for incremental hashing"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "monad-http" = callPackage @@ -174693,8 +174693,8 @@ self: { transformers transformers-compat ]; description = "A class of monads which can do http requests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174706,8 +174706,8 @@ self: { sha256 = "09hpl7ah5ivsrx4xlk96d129n1j4wpx7kj6l95zwadyaz7rj9fp7"; libraryHaskellDepends = [ base ]; description = "Monads with an unsaveInterleaveIO-like operation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174722,7 +174722,7 @@ self: { base coercion-extras mmorph mtl transformers ]; description = "A reader monad that gives the environment access to the entire transformer stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-io-adapter" = callPackage @@ -174739,7 +174739,7 @@ self: { ]; testHaskellDepends = [ base hspec transformers-base ]; description = "Adapters between MonadIO and MonadBase IO"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "monad-journal" = callPackage @@ -174754,7 +174754,7 @@ self: { base monad-control mtl transformers transformers-base ]; description = "Pure logger typeclass and monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-levels" = callPackage @@ -174769,8 +174769,8 @@ self: { base constraints transformers transformers-compat ]; description = "Specific levels of monad transformers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174789,8 +174789,8 @@ self: { base containers deepseq hspec logict mtl QuickCheck ]; description = "Monad transformers for combining local and global state"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174810,8 +174810,8 @@ self: { monad-control template-haskell text text-show transformers ]; description = "A simple and fast logging monad"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174833,7 +174833,7 @@ self: { transformers-compat unliftio-core ]; description = "A class of monads which can log messages"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-logger-extras" = callPackage @@ -174851,7 +174851,7 @@ self: { ]; executableHaskellDepends = [ base monad-logger ]; description = "Utilities for composing loggers, coloring output, plus a few orphan instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-logger-json" = callPackage @@ -174865,7 +174865,7 @@ self: { aeson base monad-logger template-haskell text ]; description = "JSON-friendly Logging APIs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-logger-logstash" = callPackage @@ -174881,7 +174881,7 @@ self: { transformers unliftio ]; description = "Logstash backend for monad-logger"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-logger-prefix" = callPackage @@ -174899,7 +174899,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion monad-logger ]; description = "Add prefixes to your monad-logger output"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "monad-logger-syslog" = callPackage @@ -174916,7 +174916,7 @@ self: { base bytestring fast-logger hsyslog monad-logger text transformers ]; description = "syslog output for monad-logger"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-loops" = callPackage @@ -174928,7 +174928,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Monadic loops"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "monad-loops-stm" = callPackage @@ -174939,7 +174939,7 @@ self: { sha256 = "0y7j2xpr1s7ggwm3vvpb5mlagsnxhq9qpncapibhk2pbf2d5r7as"; libraryHaskellDepends = [ base stm ]; description = "Monadic loops for STM"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "monad-lrs" = callPackage @@ -174958,8 +174958,8 @@ self: { test-framework-quickcheck2 ]; description = "a monad to calculate linear recursive sequence"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -174975,7 +174975,7 @@ self: { base base-compat MonadRandom mtl random transformers ]; description = "Markov process monad"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-memo" = callPackage @@ -174998,7 +174998,7 @@ self: { array base containers criterion primitive transformers vector ]; description = "Memoization monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-mersenne-random" = callPackage @@ -175011,8 +175011,8 @@ self: { editedCabalFile = "1kyfaridmi15wcib9gxns6v252pdhgsbyi303sqrvwhwpx9n3rl4"; libraryHaskellDepends = [ base mersenne-random-pure64 ]; description = "An efficient random generator monad, based on the Mersenne Twister"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175030,7 +175030,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "A convenient wrapper around EKG metrics"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-metrics-extensible" = callPackage @@ -175050,8 +175050,8 @@ self: { stm text ]; description = "An extensible and type-safe wrapper around EKG metrics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175070,8 +175070,8 @@ self: { ]; testHaskellDepends = [ base hspec mtl ]; description = "A monad transformer for mocking mtl-style typeclasses"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175083,8 +175083,8 @@ self: { sha256 = "18h24zdvbffnwr2xh4qahakr80z8ly65pmksmk3ngjykxrvif2vx"; libraryHaskellDepends = [ base exceptions mtl transformers ]; description = "Open recursion for when you need it"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175096,7 +175096,7 @@ self: { sha256 = "1x65jvh816a296y2ds8vysfzl83am4pwwrnap4zdg0prpcxfpwl8"; libraryHaskellDepends = [ base containers mtl text vector ]; description = "Monad for observation extraction"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-par" = callPackage @@ -175122,7 +175122,7 @@ self: { time ]; description = "A library for parallel programming based on a monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-par-extras" = callPackage @@ -175137,7 +175137,7 @@ self: { abstract-par base cereal deepseq mtl random transformers ]; description = "Combinators and extra features for Par monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-parallel" = callPackage @@ -175151,7 +175151,7 @@ self: { base parallel transformers transformers-compat ]; description = "Parallel execution of monadic computations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-parallel-progressbar" = callPackage @@ -175166,8 +175166,8 @@ self: { base monad-parallel monadIO terminal-progress-bar ]; description = "Parallel execution of monadic computations with a progress bar"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175179,8 +175179,8 @@ self: { sha256 = "08rm902kclapqh1iafjrsqspf0szhbx5jaqv6hh9p5zbg8ipdkhc"; libraryHaskellDepends = [ base mtl stm ]; description = "Parameterized monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175200,7 +175200,7 @@ self: { test-framework-hunit transformers ]; description = "Lift control operations like exception catching through monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-persist" = callPackage @@ -175221,8 +175221,8 @@ self: { persistent-template text transformers ]; description = "An mtl-style typeclass and transformer for persistent"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175234,7 +175234,7 @@ self: { sha256 = "1vi6g65hdyq5vq78mfag0qljxgzb6vq83m82x3cpgjl7dr9k5h1x"; libraryHaskellDepends = [ base primitive transformers ]; description = "Type class for monad transformers stack with pirimitive base monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-products" = callPackage @@ -175245,7 +175245,7 @@ self: { sha256 = "1skcjjkn14fh92l4rx3akxjg1c85jqhnlwvkkzqwz9g15bdy3gq2"; libraryHaskellDepends = [ base semigroupoids ]; description = "Monad products"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-ran" = callPackage @@ -175256,8 +175256,8 @@ self: { sha256 = "04y9s2b4hz2f8khr0q62xy0f6l2v896s7x03i3s18i14bwscqlax"; libraryHaskellDepends = [ base ghc-prim mtl ]; description = "Fast monads and monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175274,8 +175274,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Record and replay the results of monadic actions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175287,7 +175287,7 @@ self: { sha256 = "0hc9dbqhd609lzn79c25zwhm55262i9yip16ag9rysxv6rxbshml"; libraryHaskellDepends = [ base mmorph mtl transformers ]; description = "Resumption and reactive resumption monads for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-skeleton" = callPackage @@ -175298,7 +175298,7 @@ self: { sha256 = "17jm69pwysx2kbx06n80iy396nbj5dys9iwdivargfzx7xql0s59"; libraryHaskellDepends = [ base ]; description = "Monads of program skeleta"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-st" = callPackage @@ -175309,7 +175309,7 @@ self: { sha256 = "025zi9xzliwgyasq5hrfxwzg4ksj3kj0ys2kp62fi1n4ddbih64f"; libraryHaskellDepends = [ base transformers ]; description = "Provides a MonadST class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-state" = callPackage @@ -175324,8 +175324,8 @@ self: { AbortT-transformers base fclabels monads-tf transformers ]; description = "Utility library for monads, particularly those involving state"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175338,8 +175338,8 @@ self: { libraryHaskellDepends = [ base transformers ]; testHaskellDepends = [ base stm ]; description = "Concise, overloaded accessors for IORef, STRef, TVar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175356,8 +175356,8 @@ self: { libraryHaskellDepends = [ base exceptions ghc-prim primitive ]; testHaskellDepends = [ base hspec HUnit ]; description = "ST monad with efficient explicit errors"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175372,8 +175372,8 @@ self: { base bytestring containers deepseq monads-tf ]; description = "ST-like monad capturing variables to regions and supporting IO"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175385,8 +175385,8 @@ self: { sha256 = "007rsq9x0dq8xmiimgqb0v8k15xizx63qmc76b1b8a66nfsd9w56"; libraryHaskellDepends = [ base monad-stlike-io stm ]; description = "ST-like monad capturing variables to regions and supporting STM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175398,7 +175398,7 @@ self: { sha256 = "09bbhbj9zg928j3dnvvxsrv8hw1c7s0vj0wffrhs810aqlf1m9xp"; libraryHaskellDepends = [ base stm transformers ]; description = "MonadSTM class analogous to MonadIO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-supply" = callPackage @@ -175410,7 +175410,7 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; description = "Stateful supply monad"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "monad-task" = callPackage @@ -175421,8 +175421,8 @@ self: { sha256 = "02qp31w0zgms07b13km3aiina4iqbzxkiajab3b0czmc17xv4kx4"; libraryHaskellDepends = [ base mtl transformers ]; description = "A monad transformer that turns event processing into co-routine programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175435,7 +175435,7 @@ self: { libraryHaskellDepends = [ base mtl time ]; testHaskellDepends = [ base mtl time ]; description = "Type class for monads which carry the notion of the current time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monad-timing" = callPackage @@ -175452,8 +175452,8 @@ self: { ]; testHaskellDepends = [ base containers hlint hspec transformers ]; description = "Monad transformer for recording timing events"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175465,8 +175465,8 @@ self: { sha256 = "0jv3pcmbm3bph42hhr4i0l3dchapixf5j5gd7ybs9j3bbk3yydk9"; libraryHaskellDepends = [ base ]; description = "A transactional state monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175480,8 +175480,8 @@ self: { editedCabalFile = "1qkccw4xd4i112d6mkw8dgsnwfrnqcg1shk9s5cwyn55pwlmnn3x"; libraryHaskellDepends = [ base mtl unordered-containers ]; description = "Generic first-order unification"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175497,7 +175497,7 @@ self: { base constraints monad-control transformers transformers-base ]; description = "Typeclasses for representing monad transformer unlifting"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-unlift-ref" = callPackage @@ -175514,7 +175514,7 @@ self: { mutable-containers resourcet stm transformers transformers-base ]; description = "Typeclasses for representing monad transformer unlifting"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monad-validate" = callPackage @@ -175534,7 +175534,7 @@ self: { text transformers transformers-base unordered-containers vector ]; description = "A monad transformer for data validation"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "monad-var" = callPackage @@ -175545,8 +175545,8 @@ self: { sha256 = "1amlkcwwmgqscq0w660lawnwz07swlmiz8g61qn0fb1vmfpvas88"; libraryHaskellDepends = [ base base-compat stm ]; description = "Generic operations over variables"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175558,8 +175558,8 @@ self: { sha256 = "1hmigg0cbrsdvf6s0z2wn3s81q12qg3c30jjlsrw4jdfwv1qn13f"; libraryHaskellDepends = [ base transformers ]; description = "Wrap functions such as catch around different monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175571,7 +175571,7 @@ self: { sha256 = "1a3gb70fkh28ck13zdkphdip2kzdcivzdrsg9fdn3nci9scbdp2w"; libraryHaskellDepends = [ base mtl stm ]; description = "Overloading of concurrency variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadLib" = callPackage @@ -175584,7 +175584,7 @@ self: { editedCabalFile = "072k4hnqkrfq80yh4qz2zw72fn43zm8l5rbjnckjaqdx4l315p11"; libraryHaskellDepends = [ base ]; description = "A collection of monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadLib-compose" = callPackage @@ -175595,8 +175595,8 @@ self: { sha256 = "14byhdcby094qpgmkblysnplz5r88xnfk7rnfddihzz4jgjzlvy1"; libraryHaskellDepends = [ base monadLib ]; description = "Arrow-like monad composition for monadLib"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175608,8 +175608,8 @@ self: { sha256 = "1k1jqi0q2n34xd07qp3fd4jw48iq4909m1pq2dm90sg46n6003sr"; libraryHaskellDepends = [ base transformers ]; description = "The Acme and AcmeT monads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175637,7 +175637,7 @@ self: { transformers-compat ]; description = "A monad for using CryptoRandomGen"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadfibre" = callPackage @@ -175663,7 +175663,7 @@ self: { array base stm transformers transformers-compat ]; description = "Boxed and unboxed arrays for monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadic-recursion-schemes" = callPackage @@ -175679,8 +175679,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Recursion Schemes for Monadic version"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175698,8 +175698,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Constraint Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175718,8 +175718,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Constraint Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {gecodeint = null; gecodekernel = null; gecodesearch = null; gecodeset = null; gecodesupport = null;}; @@ -175732,7 +175732,7 @@ self: { sha256 = "18hbi4vxj9lfcla11b17sb88ysskxavq00zmrjx62cpyzkp85yxh"; libraryHaskellDepends = [ base monads-tf transformers ]; description = "Reversibly allow monad transformer stacks to run in IO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadlist" = callPackage @@ -175743,7 +175743,7 @@ self: { sha256 = "1zpxqp5zhcpk4358xqrapvkcfyazpdsdlrw3g14518y2kwnfifq6"; libraryHaskellDepends = [ base ]; description = "Monadic versions of list functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadloc" = callPackage @@ -175754,7 +175754,7 @@ self: { sha256 = "1a773nysrsj61ka7bdacb0i7dxlgb1fjz3x5w9c1w1dv7rmhynmj"; libraryHaskellDepends = [ base template-haskell transformers ]; description = "A class for monads which can keep a monadic call trace"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "monadloc-pp" = callPackage @@ -175771,8 +175771,8 @@ self: { base filepath haskell-src-exts monadloc pretty syb ]; description = "A preprocessor for generating monadic call traces"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175792,8 +175792,8 @@ self: { monad-control template-haskell text text-show transformers ]; description = "A simple and fast logging monad"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175807,7 +175807,7 @@ self: { base monad-control mtl transformers-base ]; description = "A monoid for monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadplus" = callPackage @@ -175820,8 +175820,8 @@ self: { editedCabalFile = "11v5zdsb9mp1rxvgcrxcr2xnc610xi16krwa9r4i5d6njmphfbdp"; libraryHaskellDepends = [ base ]; description = "Haskell98 partial maps and filters over MonadPlus"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175833,8 +175833,8 @@ self: { sha256 = "1iqr5p3va5sxmpvydwqz2src54j5njcyrzn9p5apc60nv7yv6x4c"; libraryHaskellDepends = [ base mtl transformers ]; description = "Monad classes, using functional dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175846,7 +175846,7 @@ self: { sha256 = "1wdhskwa6dw8qljbvwpyxj8ca6y95q2np7z4y4q6bpf4anmd5794"; libraryHaskellDepends = [ base transformers ]; description = "Monad classes, using type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monadtransform" = callPackage @@ -175857,7 +175857,7 @@ self: { sha256 = "0i586zh6247jfmkw2x27j0aq47yz1c71irj9iwrlx1zrmvzak1yv"; libraryHaskellDepends = [ base transformers ]; description = "A type-class for transforming monads (homomorphism) in a transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monarch" = callPackage @@ -175875,8 +175875,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Monadic interface for TokyoTyrant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175900,8 +175900,8 @@ self: { timerep transformers wai warp ]; description = "Haskell bindings for the Mondo API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175913,8 +175913,8 @@ self: { sha256 = "069jmlnrgia36ncl5mqaqq0iaqwrhx6ig5jjnlxr40vfdi4m4dw6"; libraryHaskellDepends = [ base bindings-monetdb-mapi ]; description = "Mid-level bindings for the MonetDB API (mapi)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175927,8 +175927,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "Money"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175961,8 +175961,8 @@ self: { nonce parsec random random-shuffle stm text tls transformers-base ]; description = "Driver (client) for MongoDB, a free, scalable, fast, document DBMS"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -175983,8 +175983,8 @@ self: { text transformers ]; description = "message queue using MongoDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176002,8 +176002,8 @@ self: { case-insensitive containers http-types text zeromq-haskell ]; description = "Mongrel2 Handler Library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176017,8 +176017,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base filepath hinotify process ]; description = "Do things when files change"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176043,8 +176043,8 @@ self: { base containers directory mtl optparse-applicative process unix ]; description = "A system state collecting library and application"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176056,8 +176056,8 @@ self: { sha256 = "1qnbw9pd06czwyj2xcsjdigg7bj8d23p3ljnnkgd3d0r67qxxlxm"; libraryHaskellDepends = [ base bytestring text vector ]; description = "Folds for monomorphic containers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176081,7 +176081,7 @@ self: { ]; benchmarkHaskellDepends = [ base gauge mwc-random vector ]; description = "Type classes for mapping, folding, and traversing monomorphic containers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mono-traversable-instances" = callPackage @@ -176098,7 +176098,7 @@ self: { semigroupoids semigroups transformers vector-instances ]; description = "Extra typeclass instances for mono-traversable"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mono-traversable-keys" = callPackage @@ -176116,7 +176116,7 @@ self: { vector-instances ]; description = "Type-classes for interacting with monomorphic containers with a key"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mono-traversable-wrapper" = callPackage @@ -176127,7 +176127,7 @@ self: { sha256 = "1jv40qwj08vfsy06cdrwdi05j06b1q3q7p30gh60ccq9l8y1qi2d"; libraryHaskellDepends = [ base mono-traversable ]; description = "Wrapper providing Foldable instance for MonoFoldables"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "monoid" = callPackage @@ -176138,8 +176138,8 @@ self: { sha256 = "13k5s9y37igvrsfbw5q76zy10fm585dijx10qk32c4agih9fxyfv"; libraryHaskellDepends = [ base containers lens mtl ]; description = "Monoid type classes, designed in modular way, distinguish Monoid from Mempty and Semigroup. This design allows mempty operation don't bring Semigroups related constraints until (<>) is used."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176151,8 +176151,8 @@ self: { sha256 = "1sq2ll3ac3fxb0gdcy6gzjlv5j17pnrj8zs2bhi2s96dx2gp6zrv"; libraryHaskellDepends = [ base mtl ]; description = "A library for (left, right) zero monoids and backtracking with cut"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176168,8 +176168,8 @@ self: { libraryHaskellDepends = [ base groups semigroupoids semigroups ]; benchmarkHaskellDepends = [ base criterion semigroups ]; description = "Various extra monoid-related definitions and utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176182,8 +176182,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base bytestring containers ]; description = "a practical monoid implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176195,7 +176195,7 @@ self: { sha256 = "14xs1nvf0ngx4jvinkhzq3ainhs159zx0396z88y21vvc8kw42i5"; libraryHaskellDepends = [ base ]; description = "Support for modifying record fields of monoidal type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monoid-statistics" = callPackage @@ -176215,7 +176215,7 @@ self: { base math-functions QuickCheck tasty tasty-quickcheck ]; description = "Monoids for calculation of statistics of sample"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monoid-subclasses" = callPackage @@ -176234,7 +176234,7 @@ self: { tasty tasty-quickcheck text vector ]; description = "Subclasses of Monoid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monoid-transformer" = callPackage @@ -176245,7 +176245,7 @@ self: { sha256 = "1243r77m5ywphwyhw7kn9vb2ha5m5zj375bd61fprdfiwi3z3as3"; libraryHaskellDepends = [ base semigroups ]; description = "Monoid counterparts to some ubiquitous monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monoidal-containers" = callPackage @@ -176263,7 +176263,7 @@ self: { semigroups these unordered-containers ]; description = "Containers with monoidal accumulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monoidplus" = callPackage @@ -176276,8 +176276,8 @@ self: { base contravariant semigroups transformers ]; description = "Extra classes/functions about monoids"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176293,8 +176293,8 @@ self: { array base bytestring containers fingertree parallel text ]; description = "Deprecated: Use 'reducers'"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176306,7 +176306,7 @@ self: { sha256 = "0x7fig4ms5qqiah4847ghl13s2r1xv2372hj6xrhjw6bdfh85cln"; libraryHaskellDepends = [ base ]; description = "Library to convert polymorphic datatypes to/from its monomorphic represetation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "monopati" = callPackage @@ -176322,8 +176322,8 @@ self: { base directory free hedgehog peano split transformers ]; description = "Well-typed paths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176344,8 +176344,8 @@ self: { zeromq-haskell ]; description = "Riak Resolution Proxy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {riak-bump = null; stats-web = null;}; @@ -176367,8 +176367,8 @@ self: { unordered-containers zeromq-haskell ]; description = "Riak Resolution Proxy Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {riak-bump = null; stats-web = null;}; @@ -176389,8 +176389,8 @@ self: { test-framework-quickcheck2 transformers vector ]; description = "A monad and transformer for Monte Carlo calculations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176411,8 +176411,8 @@ self: { time-compat ]; description = "Month, YearMonth, Quarter, YearQuarter types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176429,8 +176429,8 @@ self: { base containers smallcheck tasty tasty-quickcheck tasty-smallcheck ]; description = "a 'Monus' is a commutative monoid that allows a notion of substraction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176454,8 +176454,8 @@ self: { timerep transformers wai warp ]; description = "Haskell bindings for the Monzo API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176477,8 +176477,8 @@ self: { MonadRandom mtl parallel random random-shuffle time vector ]; description = "Genetic algorithm library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176495,7 +176495,7 @@ self: { text time transformers yaml ]; description = "A web service framework for Haskell, similar in purpose to dropwizard"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "more-containers" = callPackage @@ -176507,7 +176507,7 @@ self: { libraryHaskellDepends = [ base binary containers ]; testHaskellDepends = [ base binary containers hspec ]; description = "A few more collections"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "more-extensible-effects" = callPackage @@ -176518,7 +176518,7 @@ self: { sha256 = "1sl4m02ji5my13kajcr2csqm24jph01qsihxj5dj66cxgw99idq1"; libraryHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "morfette" = callPackage @@ -176538,8 +176538,8 @@ self: { pretty QuickCheck text utf8-string vector ]; description = "A tool for supervised learning of morphology"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176557,8 +176557,8 @@ self: { ]; librarySystemDepends = [ morfeusz ]; description = "Bindings to the morphological analyser Morfeusz"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {morfeusz = null;}; @@ -176595,8 +176595,8 @@ self: { morley-prelude named optparse-applicative text vinyl with-utf8 ]; description = "Developer tools for the Michelson Language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176608,7 +176608,7 @@ self: { sha256 = "1nrwrz54xg0v9v8f1caccpdav1d0nnjqy8r8wmj5cgf9y30jfzjf"; libraryHaskellDepends = [ base-noprelude universum ]; description = "A custom prelude used in Morley"; - license = stdenv.lib.licenses.agpl3Plus; + license = lib.licenses.agpl3Plus; }) {}; "morloc" = callPackage @@ -176646,8 +176646,8 @@ self: { tasty-quickcheck template-haskell text unordered-containers yaml ]; description = "A multi-lingual, typed, workflow language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176667,7 +176667,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "A simple database migrator for PostgreSQL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "morpheus-graphql" = callPackage @@ -176691,7 +176691,7 @@ self: { template-haskell text transformers unordered-containers vector ]; description = "Morpheus GraphQL"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "morpheus-graphql-cli" = callPackage @@ -176711,8 +176711,8 @@ self: { base bytestring filepath morpheus-graphql optparse-applicative ]; description = "Morpheus GraphQL CLI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176736,7 +176736,7 @@ self: { unordered-containers ]; description = "Morpheus GraphQL Client"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "morpheus-graphql-core" = callPackage @@ -176761,7 +176761,7 @@ self: { th-lift-instances transformers unordered-containers vector ]; description = "Morpheus GraphQL Core"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "morpheus-graphql-subscriptions" = callPackage @@ -176784,7 +176784,7 @@ self: { unordered-containers uuid websockets ]; description = "Morpheus GraphQL Subscriptions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "morphisms" = callPackage @@ -176794,7 +176794,7 @@ self: { version = "0.1.1"; sha256 = "0waj252x6xpxaph50l248r0xf44xzfsz6jpmza5mwi9qf1br6dws"; description = "It's all about functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "morphisms-functors" = callPackage @@ -176805,8 +176805,8 @@ self: { sha256 = "1mv2sjn68n55482496icg84nbf3mn85fizf4q42781qn689np60q"; libraryHaskellDepends = [ morphisms ]; description = "Functors, theirs compositions and transformations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176818,8 +176818,8 @@ self: { sha256 = "16p5wj9yq6qsbzaqsx0p33fkginkf5mbqg4y7pak2wx1v7aqll2m"; libraryHaskellDepends = [ morphisms morphisms-functors ]; description = "Inventory is state and store"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176831,8 +176831,8 @@ self: { sha256 = "1d5jbjp8ih1fsna8w2mkw217ybsxdhyh7acq0r7b9iwngh52jj6b"; libraryHaskellDepends = [ morphisms ]; description = "Algebraic structures"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176866,8 +176866,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion system-filepath text ]; description = "A bare-bones calculus of constructions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176886,8 +176886,8 @@ self: { stm-chans transformers ]; description = "Generación interactiva de mosaicos"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176899,7 +176899,7 @@ self: { sha256 = "0c80pf189gkxr3zrf8r5rsw5gli1kk4q4pd3giww9wxwpc2nyjln"; libraryHaskellDepends = [ base ]; description = "Mosquitto client library bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "moss" = callPackage @@ -176915,7 +176915,7 @@ self: { unix-compat ]; description = "Haskell client for Moss"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "moto" = callPackage @@ -176940,7 +176940,7 @@ self: { safe-exceptions tasty tasty-hunit tasty-quickcheck text time ]; description = "General purpose migrations library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "moto-postgresql" = callPackage @@ -176956,8 +176956,8 @@ self: { text ]; description = "PostgreSQL-based migrations registry for moto"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -176979,7 +176979,7 @@ self: { ]; testHaskellDepends = [ base indexed indexed-extras row-types ]; description = "Type-safe effectful state machines in Haskell"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "motor-diagrams" = callPackage @@ -176998,8 +176998,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Generate state diagrams from Motor FSM typeclasses"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177017,8 +177017,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Reflect on Motor FSM typeclasses to obtain runtime representations"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177031,7 +177031,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Mounts and umounts filesystems"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177066,8 +177066,8 @@ self: { system-filepath text time ]; description = "Plays videos using GStreamer and GTK+"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177080,7 +177080,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "This is a library for calculating moving averages on lists of numbers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mp" = callPackage @@ -177104,8 +177104,8 @@ self: { simple-ui template-haskell text unix utf8-string vty ]; description = "Music player for linux"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177122,7 +177122,7 @@ self: { ]; description = "MP3 decoder for teaching"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "mpdmate" = callPackage @@ -177137,8 +177137,8 @@ self: { base directory network powermate unix ]; description = "MPD/PowerMate executable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177151,7 +177151,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ mpg123 ]; description = "Mpg132 bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) mpg123;}; "mpi-hs" = callPackage @@ -177170,7 +177170,7 @@ self: { testHaskellDepends = [ base monad-loops ]; testSystemDepends = [ mpich ]; description = "MPI bindings for Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {inherit (pkgs) mpich;}; "mpi-hs-binary" = callPackage @@ -177187,7 +177187,7 @@ self: { executableHaskellDepends = [ base mpi-hs ]; testHaskellDepends = [ base ]; description = "MPI bindings for Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "mpi-hs-cereal" = callPackage @@ -177204,7 +177204,7 @@ self: { executableHaskellDepends = [ base mpi-hs ]; testHaskellDepends = [ base ]; description = "MPI bindings for Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "mpi-hs-store" = callPackage @@ -177221,7 +177221,7 @@ self: { executableHaskellDepends = [ base mpi-hs ]; testHaskellDepends = [ base ]; description = "MPI bindings for Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "mplayer-spot" = callPackage @@ -177241,7 +177241,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Save your spot when watching movies with @mplayer@"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mpppc" = callPackage @@ -177255,7 +177255,7 @@ self: { ]; description = "Multi-dimensional parametric pretty-printer with color"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177274,8 +177274,8 @@ self: { base devtools source-constraints text unliftio-core ]; description = "A minimalish prelude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177292,8 +177292,8 @@ self: { orders text transformers ]; description = "a monadic, extensible pretty printing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177305,8 +177305,8 @@ self: { sha256 = "11c62m19ngap44fv4gnv0ln8iff1b08dg2vclj16jx1fj8pqps9y"; libraryHaskellDepends = [ base containers dbus mtl ]; description = "Interface for MPRIS"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177324,8 +177324,8 @@ self: { base containers haskell98 mtl parsec pretty transformers unbound ]; description = "Simple equational reasoning for a Haskell-ish language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177345,8 +177345,8 @@ self: { utf8-string ]; description = "simply oo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177371,8 +177371,8 @@ self: { ]; executableToolDepends = [ c2hs ]; description = "A work in progress Multipath TCP path manager"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177391,8 +177391,8 @@ self: { base directory filepath gtk mtl process template-haskell unix ]; description = "A minimalist mpv GUI written in I/O heavy Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177421,8 +177421,8 @@ self: { base binary bytestring criterion text ]; description = "An MQTT protocol implementation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177439,8 +177439,8 @@ self: { stm text transformers ]; description = "A MQTT client library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177453,7 +177453,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "A simple way to read environment variables in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mrifk" = callPackage @@ -177467,7 +177467,7 @@ self: { executableHaskellDepends = [ array base containers mtl ]; description = "Decompiles Glulx files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177479,8 +177479,8 @@ self: { sha256 = "1qmfki808284yz8l5l30s10q6idhlmp864wi6xbk14chh331xaiw"; libraryHaskellDepends = [ base ]; description = "Modular Refiable Matching, first-class matches"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177501,8 +177501,8 @@ self: { base doctest profunctors tasty tasty-quickcheck vector ]; description = "metric spaces"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177526,7 +177526,7 @@ self: { x509-system ]; description = "TDS Protocol implemented in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "msgpack" = callPackage @@ -177548,8 +177548,8 @@ self: { async base bytestring QuickCheck tasty tasty-quickcheck ]; description = "A Haskell implementation of MessagePack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177568,8 +177568,8 @@ self: { ]; testHaskellDepends = [ aeson base msgpack tasty tasty-hunit ]; description = "Aeson adapter for MessagePack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177596,8 +177596,8 @@ self: { base bytestring criterion deepseq QuickCheck ]; description = "A Haskell implementation of MessagePack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177619,8 +177619,8 @@ self: { executableHaskellDepends = [ base cmdargs directory peggy ]; testHaskellDepends = [ base hspec ]; description = "An IDL Compiler for MessagePack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177641,8 +177641,8 @@ self: { ]; testHaskellDepends = [ async base mtl network tasty tasty-hunit ]; description = "A MessagePack-RPC Implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177664,8 +177664,8 @@ self: { ]; testHaskellDepends = [ async base bytestring hspec mtl network ]; description = "A MessagePack-RPC Implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177687,7 +177687,7 @@ self: { QuickCheck text unordered-containers vector ]; description = "A Haskell implementation of MessagePack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "msh" = callPackage @@ -177703,8 +177703,8 @@ self: { template-haskell text ]; description = "Object-Oriented Programming in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177718,8 +177718,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring hid split ]; description = "A command line tool to change backlit colors of your MSI keyboards"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177740,7 +177740,7 @@ self: { text time tls uuid-types ]; description = "SQL Server client library implemented in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mstate" = callPackage @@ -177751,7 +177751,7 @@ self: { sha256 = "13jv04skkb0ysxx9gswynp7fg7yz3nwy5zhzp209fbwr9izxcm05"; libraryHaskellDepends = [ base fail monad-peel mtl stm ]; description = "MState: A consistent State monad for concurrent applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "msu" = callPackage @@ -177768,7 +177768,7 @@ self: { base directory filepath mtl parsec process xdg-basedir ]; description = "Monitor Setup Utility"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mtgoxapi" = callPackage @@ -177794,8 +177794,8 @@ self: { text time transformers unordered-containers vector watchdog ]; description = "Library to communicate with Mt.Gox"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177807,8 +177807,8 @@ self: { sha256 = "1xmy5741h8cyy0d91ahvqdz2hykkk20l8br7lg1rccnkis5g80w8"; libraryHaskellDepends = [ base transformers ]; description = "Monad classes, using functional dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "mtl-c" = callPackage @@ -177819,8 +177819,8 @@ self: { sha256 = "12zays8x0b65dc11s95f5j6gwz2kksh9md5m9cpal1yj5qydmmrd"; libraryHaskellDepends = [ base mtl transformers ]; description = "Very strict CPS'd transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177833,7 +177833,7 @@ self: { libraryHaskellDepends = [ base mtl ]; doHaddock = false; description = "Backported Control.Monad.Except module from mtl"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mtl-evil-instances" = callPackage @@ -177848,8 +177848,8 @@ self: { base monad-control mtl transformers transformers-base ]; description = "Instances for the mtl classes for all monad transformers"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177861,8 +177861,8 @@ self: { sha256 = "1v7wm6gsp3c9kad6slxwj68s3050zqkv6k4n5h827vgx7na694pz"; libraryHaskellDepends = [ base mtl transformers ]; description = "Higher order versions of MTL classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177874,7 +177874,7 @@ self: { sha256 = "0cqjl0mcnj6qgx46qxjygndzlgch4mc0q0sm3wbd4fynjfhdv9n4"; libraryHaskellDepends = [ base mtl transformers ]; description = "Reexports of most definitions from \"mtl\" and \"transformers\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mtl-tf" = callPackage @@ -177885,8 +177885,8 @@ self: { sha256 = "0z9vinxhbbg4lpf8mxi0h3jbz4kv6x3ih05q44kjh4z8mpm9szzy"; libraryHaskellDepends = [ base transformers ]; description = "Monad Transformer Library with Type Families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177906,7 +177906,7 @@ self: { base contravariant hspec hspec-core lens mtl profunctors ]; description = "MTL classes without the functional dependency"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mtl-uplift" = callPackage @@ -177918,7 +177918,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base mtl ]; description = "Lift substacks of monad transformer stacks"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mtlparse" = callPackage @@ -177940,8 +177940,8 @@ self: { sha256 = "0s0cniqn1fb7rq14w3wjh7mkzkxpndj1h1wrgssxds6cs3vkk4dn"; libraryHaskellDepends = [ base mtl QuickCheck ]; description = "Monad transformer library with type indexes, providing 'free' copies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -177955,7 +177955,7 @@ self: { librarySystemDepends = [ mtp ]; description = "Bindings to libmtp"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {mtp = null;}; @@ -177967,7 +177967,7 @@ self: { sha256 = "1l4kjrmr5v8pkhf48w0ym6dlrsvaf21p3x5sykq1rxwp821cqglv"; libraryHaskellDepends = [ base bifunctors ]; description = "Tree with Meta and Content parameters"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "mtsl" = callPackage @@ -177978,7 +177978,7 @@ self: { sha256 = "02zfqimal6f5a1wldfy4abk7mvmvac71j9m01bxzw5ydmm057wgh"; libraryHaskellDepends = [ base mtl ]; description = "Reified monad transformer stacks"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mu-avro" = callPackage @@ -178003,8 +178003,8 @@ self: { avro base bytestring containers mu-schema ]; description = "Avro serialization support for Mu microservices"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178034,8 +178034,8 @@ self: { aeson base conduit mu-rpc mu-schema regex-tdfa text wai-extra warp ]; description = "GraphQL support for Mu"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178059,8 +178059,8 @@ self: { stm-conduit template-haskell text th-abstraction tracing ]; description = "gRPC clients from Mu definitions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178080,8 +178080,8 @@ self: { mu-avro mu-protobuf mu-rpc mu-schema ]; description = "gRPC for Mu, common modules for client and server"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178108,8 +178108,8 @@ self: { stm-conduit wai warp warp-grpc warp-tls ]; description = "gRPC servers for Mu definitions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178126,8 +178126,8 @@ self: { mu-avro mu-schema resourcet ]; description = "Utilities for interoperation between Mu and Kafka"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178143,8 +178143,8 @@ self: { base containers generic-lens lens mu-rpc mu-schema sop-core text ]; description = "Lenses for @mu-schema@ terms"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178159,8 +178159,8 @@ self: { base containers mu-schema optics-core sop-core ]; description = "Optics for @mu-schema@ terms"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178177,8 +178177,8 @@ self: { transformers ]; description = "Utilities for interoperation between Mu and Persistent"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178195,8 +178195,8 @@ self: { wai-middleware-prometheus ]; description = "Metrics support for Mu using Prometheus"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178222,8 +178222,8 @@ self: { base bytestring containers mu-schema proto3-wire text ]; description = "Protocol Buffers serialization and gRPC schema import for Mu microservices"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178240,8 +178240,8 @@ self: { template-haskell text wai ]; description = "Protocol-independent declaration of services and servers"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178260,8 +178260,8 @@ self: { vector ]; description = "Format-independent schemas for serialization"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178285,8 +178285,8 @@ self: { aeson base conduit mu-rpc mu-schema servant-server text warp ]; description = "Servant servers for Mu definitions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178300,8 +178300,8 @@ self: { base containers mu-rpc text tracing-control ]; description = "Tracing support for Mu"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178337,8 +178337,8 @@ self: { base directory free hspec mtl QuickCheck time unix ]; description = "Multi-version deployer for web applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178360,7 +178360,7 @@ self: { ]; description = "Continuous deployment server for use with GitHub"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "muesli" = callPackage @@ -178376,8 +178376,8 @@ self: { psqueues time ]; description = "A simple document-oriented database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178399,7 +178399,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Safely evaluate pure Haskell expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mulang" = callPackage @@ -178431,8 +178431,8 @@ self: { ]; testToolDepends = [ alex happy ]; description = "An intermediate language designed to perform advanced code analysis"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178444,8 +178444,8 @@ self: { sha256 = "1if1ip22y7w59lkyshn4ic4p46zrfs4kcdzzjai9l8xbscavgdl6"; libraryHaskellDepends = [ base ]; description = "MULTEXT-East morphosyntactic descriptors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178467,8 +178467,8 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "A tool supporting multi cabal project builds"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178482,7 +178482,7 @@ self: { testHaskellDepends = [ base containers hspec ]; testToolDepends = [ hspec-discover ]; description = "A few multimap variants"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multi-instance" = callPackage @@ -178494,8 +178494,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest ]; description = "Typeclasses augmented with a phantom type parameter"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178508,8 +178508,8 @@ self: { libraryHaskellDepends = [ base composition containers ]; testHaskellDepends = [ base containers HTF ]; description = "Trie of sets, as a model for compound names having multiple values"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178530,8 +178530,8 @@ self: { base tasty tasty-hunit tasty-quickcheck text ]; description = "A network address format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178550,8 +178550,8 @@ self: { base QuickCheck tasty tasty-quickcheck tasty-th ]; description = "Command lines for options that take multiple arguments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178574,8 +178574,8 @@ self: { ]; testHaskellDepends = [ base doctest QuickCheck template-haskell ]; description = "Self-identifying base encodings, implementation of "; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178594,7 +178594,7 @@ self: { transformers ]; description = "create many files from one"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multifocal" = callPackage @@ -178619,8 +178619,8 @@ self: { process syb ]; description = "Bidirectional Two-level Transformation of XML Schemas"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178644,8 +178644,8 @@ self: { cryptohash hex io-streams optparse-applicative ]; description = "Multihash library and CLI executable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178665,7 +178665,7 @@ self: { ]; testHaskellDepends = [ base cryptonite doctest hedgehog ]; description = "Self-identifying hashes, implementation of "; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multihash-serialise" = callPackage @@ -178682,8 +178682,8 @@ self: { ]; testHaskellDepends = [ base cryptonite hedgehog serialise ]; description = "CBOR encoding of multihashes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178695,7 +178695,7 @@ self: { sha256 = "1bripl4vqj275n4wnka7vrdcjyyppbc773pfsbmvfjvl2qqi5jrb"; libraryHaskellDepends = [ base hashable unordered-containers ]; description = "hashmap from keys to hashsets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multilinear" = callPackage @@ -178716,8 +178716,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq weigh ]; description = "Comprehensive and efficient (multi)linear algebra implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178741,8 +178741,8 @@ self: { base criterion deepseq directory either multilinear transformers ]; description = "Conduit-based input/output capability for multilinear package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178754,7 +178754,7 @@ self: { sha256 = "0d3l5q4yvmywl6i9ip96zz0fvhjdh00mfbbniphbjxsi8wlwack3"; libraryHaskellDepends = [ base containers ]; description = "A multimap"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "multipart" = callPackage @@ -178765,7 +178765,7 @@ self: { sha256 = "0p6n4knxpjv70nbl6cmd6x7gkdjsjqp4ya7fz00bfrqp7jvhlivn"; libraryHaskellDepends = [ base bytestring parsec stringsearch ]; description = "Parsers for the HTTP multipart format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multipart-names" = callPackage @@ -178781,7 +178781,7 @@ self: { base HUnit lens test-framework test-framework-hunit ]; description = "Handling of multipart names in various casing styles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multipass" = callPackage @@ -178797,8 +178797,8 @@ self: { newtype unordered-containers ]; description = "Folding data with multiple named passes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178810,8 +178810,8 @@ self: { sha256 = "0m4wmh5iib5g1qxzj23q330gznib7q80r405df10k9685aqafgn3"; libraryHaskellDepends = [ base parsec utf8-string ]; description = "Parser and builder for unix-path-like objects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178826,7 +178826,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base transformers ]; description = "Lightweight generic library for mutually recursive data types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "multiplate-simplified" = callPackage @@ -178838,8 +178838,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base multiplate transformers ]; description = "Shorter, more generic functions for Multiplate"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178856,8 +178856,8 @@ self: { base containers fez-conf mtl process ]; description = "Wrapper program for duplicity, adding config files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178878,7 +178878,7 @@ self: { text unordered-containers ]; description = "Generalized system for reading and writing to distributed systems that have primary/replica topologies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multipool-persistent" = callPackage @@ -178898,7 +178898,7 @@ self: { unordered-containers ]; description = "Read and write from appropriate persistent sql instances in replicated environments"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multipool-persistent-postgresql" = callPackage @@ -178922,8 +178922,8 @@ self: { unliftio-core unordered-containers ]; description = "Read and write appropriately from both master and replicated postgresql instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178944,7 +178944,7 @@ self: { base bytestring mtl multipool postgresql-simple resource-pool unliftio-core unordered-containers ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multiprocess" = callPackage @@ -178955,7 +178955,7 @@ self: { sha256 = "06f1yq4x9jc7cv8nxsqbm47xbv6b2cp1q8xkbhlqr9dbz8cvf5my"; libraryHaskellDepends = [ base ]; description = "Multiprocess architecture library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multirec" = callPackage @@ -178967,8 +178967,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "Generic programming for families of recursive datatypes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178984,8 +178984,8 @@ self: { base containers mtl multirec syb template-haskell th-expand-syns ]; description = "Alternative multirec instances deriver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -178997,8 +178997,8 @@ self: { sha256 = "1cj1rfjqxwc06vr5w12fqbcpjb0fjsphf8vp40sp2naizpvvnmzs"; libraryHaskellDepends = [ base binary multirec ]; description = "Generic Data.Binary instances using MultiRec."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179015,7 +179015,7 @@ self: { base checkers doctest QuickCheck tasty tasty-quickcheck ]; description = "The Data.MultiSet container type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multiset-comb" = callPackage @@ -179028,7 +179028,7 @@ self: { editedCabalFile = "1amjahzg4lpgmhf4v456waa216afjpq3gcb45pqid5km9z1ycjdg"; libraryHaskellDepends = [ base containers transformers ]; description = "Combinatorial algorithms over multisets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multisetrewrite" = callPackage @@ -179040,8 +179040,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base haskell98 stm ]; description = "Multi-set rewrite rules with guards and a parallel execution scheme"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179060,7 +179060,7 @@ self: { ]; testHaskellDepends = [ base hspec transformers ]; description = "like mtl's ReaderT / WriterT / StateT, but more than one contained value/type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "multivariant" = callPackage @@ -179090,8 +179090,8 @@ self: { transformers ]; description = "Multivariant assignments generation language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179110,8 +179110,8 @@ self: { base smallcheck tasty tasty-smallcheck Vector ]; description = "Vectors of packed tuples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {Vector = null;}; @@ -179132,8 +179132,8 @@ self: { HStringTemplate markdown MissingH process text ]; description = "Static blog generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179151,7 +179151,7 @@ self: { ]; description = "MUtually Recursive Definitions Explicitly Represented"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179177,8 +179177,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Simple CUI Twitter Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179190,7 +179190,7 @@ self: { sha256 = "1bb58kfnzvx3mpc0rc0dhqc1fk36nm8prd6gvf20gk6lxaadpfc9"; libraryHaskellDepends = [ base bytestring ]; description = "MurmurHash2 implementation for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "murmur3" = callPackage @@ -179210,7 +179210,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Pure Haskell implementation of the MurmurHash3 x86_32 algorithm"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "murmurhash3" = callPackage @@ -179221,8 +179221,8 @@ self: { sha256 = "1hz6rf1qrzgixx19bn9hnp07jfb61wnrjq5bgqnd3px569afwdb2"; libraryHaskellDepends = [ haskell2010 ]; description = "32-bit non-cryptographic hashing"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179249,8 +179249,8 @@ self: { ]; testHaskellDepends = [ base classy-prelude ]; description = "Minimalist MPD client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179262,7 +179262,7 @@ self: { sha256 = "0cxbhk25kn3hpkmb6h0brcf03yyi6kaz3i3l3lv2rzgfxv14a2pg"; libraryHaskellDepends = [ average base semigroups ]; description = "Abstract representation of musical articulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "music-diatonic" = callPackage @@ -179274,7 +179274,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Implementation of basic western musical theory objects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "music-dynamics" = callPackage @@ -179288,7 +179288,7 @@ self: { average base music-dynamics-literal semigroups ]; description = "Abstract representation of musical dynamics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "music-dynamics-literal" = callPackage @@ -179299,7 +179299,7 @@ self: { sha256 = "19bql45aqjfkhvpkfbvfcsc8p1mzg93n966r1yv5rwps6s2x86d5"; libraryHaskellDepends = [ base semigroups ]; description = "Overloaded dynamics literals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "music-graphics" = callPackage @@ -179315,8 +179315,8 @@ self: { music-score process ]; description = "Diagrams-based visualization of musical data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179339,8 +179339,8 @@ self: { vector-space vector-space-points ]; description = "Musical instruments, parts and playing techniques"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179358,8 +179358,8 @@ self: { positive semigroups type-unary vector-space vector-space-points ]; description = "Musical pitch representation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179373,7 +179373,7 @@ self: { editedCabalFile = "0v86clbcjkgg7psx8jbxq4za66v8ln1vkr7ywrm0vz6vbgkg356f"; libraryHaskellDepends = [ base semigroups ]; description = "Overloaded pitch literals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "music-preludes" = callPackage @@ -179400,8 +179400,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base process tasty tasty-golden ]; description = "Some useful preludes for the Music Suite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179425,8 +179425,8 @@ self: { transformers-compat vector-space vector-space-points ]; description = "Musical score and part representation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179446,8 +179446,8 @@ self: { music-preludes music-score semigroups unordered-containers ]; description = "Interaction with Sibelius"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179467,8 +179467,8 @@ self: { ]; doHaddock = false; description = "A set of libraries for composition, analysis and manipulation of music"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179486,8 +179486,8 @@ self: { base Cabal containers directory fgl process shelly split text unix ]; description = "Utility for developing the Music Suite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179512,8 +179512,8 @@ self: { executableHaskellDepends = [ base ]; executablePkgconfigDepends = [ gtk3 ]; description = "Supply your tunes info without leaving your music player"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gtk3;}; @@ -179547,8 +179547,8 @@ self: { test-framework-smallcheck text time transformers xmlhtml ]; description = "Send an email to all MusicBrainz editors"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179567,8 +179567,8 @@ self: { transformers ]; description = "Sound synthesis library, to be used with GHCJS and Web Audio API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghcjs-prim = null;}; @@ -179584,8 +179584,8 @@ self: { base containers directory HaXml old-time pretty ]; description = "MusicXML format encoded as Haskell type and functions of reading and writting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179603,7 +179603,7 @@ self: { reverse-apply semigroups type-unary xml ]; description = "A representation of the MusicXML format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mustache" = callPackage @@ -179632,7 +179632,7 @@ self: { lens process tar temporary text unordered-containers wreq yaml zlib ]; description = "A mustache template parser library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mustache-haskell" = callPackage @@ -179656,8 +179656,8 @@ self: { vector ]; description = "Straight implementation of mustache templates"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179677,7 +179677,7 @@ self: { ]; description = "Utility to generate Haskell code from Mustache templates"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "mutable" = callPackage @@ -179698,7 +179698,7 @@ self: { transformers vector vinyl ]; description = "Automatic piecewise-mutable references for your types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mutable-containers" = callPackage @@ -179717,7 +179717,7 @@ self: { ]; benchmarkHaskellDepends = [ base containers gauge vector ]; description = "Abstactions and concrete implementations of mutable containers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mutable-iter" = callPackage @@ -179732,8 +179732,8 @@ self: { base iteratee MonadCatchIO-transformers transformers vector ]; description = "iteratees based upon mutable buffers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179752,7 +179752,7 @@ self: { ]; benchmarkHaskellDepends = [ base extra primitive ]; description = "Interoperate mutable references with regular lens"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "mute-unmute" = callPackage @@ -179770,8 +179770,8 @@ self: { process ]; description = "Watches your screensaver and (un)mutes music when you (un)lock the screen"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179783,8 +179783,8 @@ self: { sha256 = "09diqzb4vp7bcg6v16fgjb70mi68i8srnyxf6qga58va6avbc4wg"; libraryHaskellDepends = [ base safe-exceptions ]; description = "A trivial lock based on MVar"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179801,8 +179801,8 @@ self: { pipes-concurrency transformers ]; description = "Model-view-controller"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179814,8 +179814,8 @@ self: { sha256 = "125bwc79qcmwb8dn8yqkrxlbqf3vwdzhjx66c69j2jbrp70061n6"; libraryHaskellDepends = [ async base foldl mvc ]; description = "Concurrent and combinable updates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179834,8 +179834,8 @@ self: { maccatcher mtl network parsec time uuid ]; description = "Client library for metaverse systems like Second Life"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -179851,7 +179851,7 @@ self: { base containers mwc-random primitive transformers ]; description = "Sampling function-based probability distributions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "mwc-probability-transition" = callPackage @@ -179870,7 +179870,7 @@ self: { base hspec logging-effect mwc-probability QuickCheck ]; description = "A Markov stochastic transition operator with logging"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mwc-random" = callPackage @@ -179884,7 +179884,7 @@ self: { ]; doCheck = false; description = "Fast, high quality pseudo random number generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mwc-random_0_15_0_1" = callPackage @@ -179908,8 +179908,8 @@ self: { ]; doCheck = false; description = "Fast, high quality pseudo random number generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "mwc-random-accelerate" = callPackage @@ -179920,7 +179920,7 @@ self: { sha256 = "1a8b36l60p29461y0gacgjzarlyrncl54r7x4zh2rgvs2w7mjdc5"; libraryHaskellDepends = [ accelerate base mwc-random ]; description = "Generate Accelerate arrays filled with high quality pseudorandom numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mwc-random-monad" = callPackage @@ -179935,7 +179935,7 @@ self: { base monad-primitive mwc-random primitive transformers vector ]; description = "Monadic interface for mwc-random"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mx-state-codes" = callPackage @@ -179947,7 +179947,7 @@ self: { libraryHaskellDepends = [ aeson base text ]; testHaskellDepends = [ aeson base hspec QuickCheck text ]; description = "ISO 3166-2:MX State Codes and Names"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mxnet" = callPackage @@ -179967,8 +179967,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base tasty tasty-hunit vector ]; description = "MXNet interface in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) mxnet;}; @@ -179986,8 +179986,8 @@ self: { ]; testHaskellDepends = [ base hspec mxnet streaming ]; description = "mxnet dataiters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180001,8 +180001,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base mxnet ]; description = "Examples for MXNet in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180028,8 +180028,8 @@ self: { streaming-utils unordered-containers vector ]; description = "Train a neural network with MXNet in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180043,8 +180043,8 @@ self: { librarySystemDepends = [ mxnet ]; libraryToolDepends = [ c2hs ]; description = "NNVM interface in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) mxnet;}; @@ -180069,8 +180069,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180095,8 +180095,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "spam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180121,8 +180121,8 @@ self: { ansi-terminal base Cabal Euterpea QuickCheck ]; description = "None"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180146,8 +180146,8 @@ self: { http-client-tls network-uri text yaml ]; description = "Export from MyAnimeList"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180161,7 +180161,7 @@ self: { base cgi curl directory mtl process split ]; description = "Binding to mybitcoin.com's Shopping Cart Interface."; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "myo" = callPackage @@ -180184,8 +180184,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Haskell binding to the Myo armband"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180202,8 +180202,8 @@ self: { regex-posix snap snap-core time ]; description = "Sessions and continuations for Snap web apps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180223,8 +180223,8 @@ self: { snap-core snap-server text time ]; description = "Example projects using mysnapsession"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180240,7 +180240,7 @@ self: { librarySystemDepends = [ mysql ]; testHaskellDepends = [ base bytestring hspec ]; description = "A low-level MySQL client library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) mysql;}; "mysql-effect" = callPackage @@ -180257,8 +180257,8 @@ self: { base bytestring extensible-effects mysql mysql-simple ]; description = "An extensible mysql effect using extensible-effects and mysql-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180282,7 +180282,7 @@ self: { base bytestring io-streams tasty tasty-hunit text time vector ]; description = "pure haskell MySQL driver"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mysql-haskell-nem" = callPackage @@ -180297,7 +180297,7 @@ self: { base bytestring io-streams mysql-haskell scientific text time ]; description = "Adds a interface like mysql-simple to mysql-haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mysql-haskell-openssl" = callPackage @@ -180313,8 +180313,8 @@ self: { wire-streams ]; description = "TLS support for mysql-haskell package using openssl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180333,7 +180333,7 @@ self: { ]; testHaskellDepends = [ base blaze-builder hspec text ]; description = "A mid-level MySQL client library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "mysql-simple-quasi" = callPackage @@ -180348,8 +180348,8 @@ self: { base haskell-src-meta mysql-simple template-haskell ]; description = "Quasi-quoter for use with mysql-simple"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180365,8 +180365,8 @@ self: { base mysql mysql-simple template-haskell typedquery utf8-string ]; description = "Typed extension to mysql simple"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180385,8 +180385,8 @@ self: { ]; executableHaskellDepends = [ base text ]; description = "Bindings for Mystem morphological analyzer executabe"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180411,8 +180411,8 @@ self: { unordered-containers wai wai-extra wai-middleware-static warp ]; description = "Web application to view and kill MySQL queries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180435,8 +180435,8 @@ self: { ]; testHaskellDepends = [ bytestring text ]; description = "A Haskell client for the Myxine GUI server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180448,8 +180448,8 @@ self: { sha256 = "044x87jzyqsg5npp3s0mncgcl0gv26h6hzhc7bbgjja95x16ma2l"; libraryHaskellDepends = [ base transformers ]; description = "Implementation of the \"Monads, Zippers and Views\" (Schrijvers and Oliveira, ICFP'11)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180467,7 +180467,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "An n-ary version of Functor"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "n-m" = callPackage @@ -180482,7 +180482,7 @@ self: { executableHaskellDepends = [ base HSH mtl process ]; description = "Utility to call iwconfig"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "n-tuple" = callPackage @@ -180493,8 +180493,8 @@ self: { sha256 = "0gq2s7cfivzspr446h21c79md6wzg2q8wzmx8kivbxiixsr3bxva"; libraryHaskellDepends = [ base singletons vector ]; description = "Homogeneous tuples of arbitrary length"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180508,7 +180508,7 @@ self: { libraryHaskellDepends = [ base binary bytestring containers text ]; testHaskellDepends = [ base hspec ]; description = "Abstract Protocol Loop"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "n2o-nitro" = callPackage @@ -180523,7 +180523,7 @@ self: { base base64-bytestring binary bytestring containers n2o text ]; description = "Nitro Elements, Events and Actions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "n2o-protocols" = callPackage @@ -180539,8 +180539,8 @@ self: { time ]; description = "N2O Protocols Starter Pack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180559,8 +180559,8 @@ self: { websockets ]; description = "N2O adapter for WebSockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180575,7 +180575,7 @@ self: { libraryHaskellDepends = [ base bifunctors exceptions mtl text ]; testHaskellDepends = [ base hspec QuickCheck text ]; description = "Package for writing monitoring plugins"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nagios-config" = callPackage @@ -180589,7 +180589,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "EDSL to specify Nagios configuration files"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "nagios-perfdata" = callPackage @@ -180607,7 +180607,7 @@ self: { base bytestring hspec HUnit MissingH transformers ]; description = "Parse Nagios performance data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nagios-plugin-ekg" = callPackage @@ -180630,8 +180630,8 @@ self: { base bytestring hspec HUnit nagios-check text transformers ]; description = "Monitor ekg metrics via Nagios"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180670,8 +180670,8 @@ self: { unliftio-core unordered-containers uuid vector wai warp ]; description = "Client library for the Nakadi Event Broker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180686,7 +180686,7 @@ self: { libraryHaskellDepends = [ aeson attoparsec base lens text wreq ]; executableHaskellDepends = [ base text ]; description = "Tool to keep namecoin names updated and well"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "named" = callPackage @@ -180700,7 +180700,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Named parameters (keyword arguments) for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "named-formlet" = callPackage @@ -180715,7 +180715,7 @@ self: { base blaze-html bytestring containers mtl text transformers ]; description = "A simple formlet library with named formlets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "named-lock" = callPackage @@ -180726,8 +180726,8 @@ self: { sha256 = "1db12f2q395yk6pwz5gnb2q0kf4s868z8d1vvwa7vngnfc1h924i"; libraryHaskellDepends = [ base containers ]; description = "A named lock that is created on demand"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180739,7 +180739,7 @@ self: { sha256 = "0ykcmmnns63zjfd00kd9941c33l19n9c5b5xkin4n7r9v0qvirwr"; libraryHaskellDepends = [ base binary names template-haskell ]; description = "Flexible records with named fields"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "named-servant" = callPackage @@ -180749,8 +180749,8 @@ self: { version = "0.2.0"; sha256 = "0ixpm43sgir02a9y8i7rvalxh6h7vlcwgi2hmis0lq0w8pmw5m53"; libraryHaskellDepends = [ base named servant ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180766,8 +180766,8 @@ self: { base named named-servant servant servant-client-core ]; description = "client support for named-servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180783,8 +180783,8 @@ self: { base named named-servant servant servant-server text ]; description = "server support for named-servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180797,8 +180797,8 @@ self: { libraryHaskellDepends = [ base singletons text ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dependently-typed sums and products, tagged by field name"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180817,8 +180817,8 @@ self: { base case-insensitive QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "fortran90 namelist parser/pretty printer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180830,7 +180830,7 @@ self: { sha256 = "0sjjp90zfrkjavj8fqyscnvc9d72mkvv8f7ajd47jba92mhwzr5g"; libraryHaskellDepends = [ base template-haskell ]; description = "Type level names"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "names-th" = callPackage @@ -180841,7 +180841,7 @@ self: { sha256 = "12ally0n6ixsxj0zwbvw439dbx29phvh0rd6l5sd0c5a514a32aa"; libraryHaskellDepends = [ base containers template-haskell ]; description = "Manipulate name strings for TH"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "namespace" = callPackage @@ -180853,8 +180853,8 @@ self: { libraryHaskellDepends = [ base containers monoid-extras ]; testHaskellDepends = [ base ]; description = "A Generic Haskell library for managing namespaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -180872,7 +180872,7 @@ self: { test-framework-quickcheck2 ]; description = "A threadsafe binding to glibc's crypt_r function"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nano-erl" = callPackage @@ -180883,7 +180883,7 @@ self: { sha256 = "04pfk3a9m6fgspyk2vriixldsx2y9p2jcwzfjfvpgjiq5dl602ip"; libraryHaskellDepends = [ base stm ]; description = "Small library for Erlang-style actor semantics"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nano-hmac" = callPackage @@ -180895,8 +180895,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ openssl ]; description = "Bindings to OpenSSL HMAC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl;}; @@ -180911,8 +180911,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ openssl ]; description = "Efficient, ByteString bindings to OpenSSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl;}; @@ -180931,7 +180931,7 @@ self: { ]; description = "A toy dependently-typed language"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "nanocurses" = callPackage @@ -180943,8 +180943,8 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; librarySystemDepends = [ ncurses ]; description = "Simple Curses binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses;}; @@ -180957,8 +180957,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ nanomsg ]; description = "nanomsg - scalability protocols library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) nanomsg;}; @@ -180983,8 +180983,8 @@ self: { base bytestring criterion zeromq4-haskell ]; description = "Bindings to the nanomsg library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) nanomsg;}; @@ -180996,8 +180996,8 @@ self: { sha256 = "00ghdzkzshk24g7v42hq7zq0dxsq8vjpkslj41dxdnx0zizwbn3m"; libraryHaskellDepends = [ base bytestring ListLike ]; description = "An implementation of attoparsec-like parser around list-like"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181010,7 +181010,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec silently ]; description = "A lightweight implementation of a subset of Hspec's API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nanovg" = callPackage @@ -181031,8 +181031,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base containers hspec inline-c QuickCheck ]; description = "Haskell bindings for nanovg"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {GLEW = null; inherit (pkgs) glew; inherit (pkgs) libGL; inherit (pkgs) libGLU;}; @@ -181051,8 +181051,8 @@ self: { base GLFW-b monad-loops nanovg OpenGL safe-exceptions text ]; description = "Simple interface to rendering with NanoVG"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181072,8 +181072,8 @@ self: { kanji microlens microlens-aeson optparse-applicative text ]; description = "Performs 漢字検定 (Japan Kanji Aptitude Test) level analysis on given Kanji"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181091,8 +181091,8 @@ self: { adjunctions base comonad distributive free streams transformers ]; description = "Efficient representable functors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181112,7 +181112,7 @@ self: { doHaddock = false; description = "A library for working with anything map related"; license = "(Apache-2.0 OR BSD-3-Clause)"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181124,8 +181124,8 @@ self: { sha256 = "1ng1rzj1lf6h9g3pk8gsz05bnck72rp5j62iwn82vlcw8pyk0fsc"; libraryHaskellDepends = [ base HDBC HUnit mtl QuickCheck random ]; description = "Query SQL databases using Nested Relational Calculus embedded in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181137,7 +181137,7 @@ self: { sha256 = "1v43c1dr72qn8mymnwcq6an8sqxjaxhac037k4gbv8z8bg18zmf5"; libraryHaskellDepends = [ base ]; description = "Lazy binary natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nat-sized-numbers" = callPackage @@ -181149,8 +181149,8 @@ self: { libraryHaskellDepends = [ base deepseq ]; testHaskellDepends = [ base doctest hedgehog QuickCheck ]; description = "Variable-sized numbers from type-level nats"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181167,8 +181167,8 @@ self: { http-types multiset tls transformers xml ]; description = "NationStates API client"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181189,7 +181189,7 @@ self: { executableHaskellDepends = [ base optparse-applicative ]; testHaskellDepends = [ base ]; description = "Native library manager for Windows"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nats" = callPackage @@ -181202,7 +181202,7 @@ self: { editedCabalFile = "02ww45nskca28fsbh74iy0z4rm0yshws7lrxld45y053hrn1jdzc"; doHaddock = false; description = "Natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nats-client" = callPackage @@ -181228,8 +181228,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion time ]; description = "Another Haskell client for NATS (https://nats.io)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181250,8 +181250,8 @@ self: { random text ]; description = "Haskell API for NATS messaging system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181270,7 +181270,7 @@ self: { tasty-hunit tasty-quickcheck transformers ]; description = "Natural number"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "natural-arithmetic" = callPackage @@ -181281,7 +181281,7 @@ self: { sha256 = "0zw1dax3a67cpilq57ykbrjybz9kc45qflpr6mwfz79hpx9pcld0"; libraryHaskellDepends = [ base ]; description = "Arithmetic of natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "natural-induction" = callPackage @@ -181294,7 +181294,7 @@ self: { editedCabalFile = "012kjygd54rxinmaplqnbw0hkfm4wp829j0afjxr6h40x22gwzn5"; libraryHaskellDepends = [ base peano ]; description = "Induction over natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "natural-number" = callPackage @@ -181310,8 +181310,8 @@ self: { type-level-natural-number-induction ]; description = "Natural numbers tagged with a type-level representation of the number"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181323,7 +181323,7 @@ self: { sha256 = "0cj9lnnlvry425bkixqv9fh5b9xhy7dmwcqsxprj6lamccvxspwn"; libraryHaskellDepends = [ base ]; description = "Natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "natural-sort" = callPackage @@ -181334,7 +181334,7 @@ self: { sha256 = "0l3bkbqzrlpdhzazqqlx71ah0m13ypa0981qvw3sn9q8d0sbfwkv"; libraryHaskellDepends = [ base bytestring parsec text ]; description = "User-friendly text collation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "natural-transformation" = callPackage @@ -181352,7 +181352,7 @@ self: { base containers quickcheck-instances tasty tasty-quickcheck ]; description = "A natural transformation package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "naturalcomp" = callPackage @@ -181363,7 +181363,7 @@ self: { sha256 = "1l594lkd3yb52lhh0raygvk3jlzwkcc2pmcqjmg02dmd6j6mw42x"; libraryHaskellDepends = [ base text utf8-string ]; description = "Natural-order string comparison"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "naturals" = callPackage @@ -181374,7 +181374,7 @@ self: { sha256 = "1ay291833dcah411zc3r4qjilaw8x13ljlnb5z40d1s7784djm16"; libraryHaskellDepends = [ base ]; description = "Constructors and related functions for natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "naver-translate" = callPackage @@ -181389,8 +181389,8 @@ self: { aeson base iso639 lens lens-aeson network-uri random text wreq ]; description = "Interface to Naver Translate"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181410,8 +181410,8 @@ self: { test-framework-hunit test-framework-quickcheck2 text zlib ]; description = "A parser/serializer for Minecraft's Named Binary Tag (NBT) data format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181430,7 +181430,7 @@ self: { stm unix ]; description = "CPU load and memory usage indicators for i3bar"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ncurses" = callPackage @@ -181447,7 +181447,7 @@ self: { librarySystemDepends = [ ncurses ]; libraryToolDepends = [ c2hs ]; description = "Modernised bindings to GNU ncurses"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) ncurses;}; "ndjson-conduit" = callPackage @@ -181460,7 +181460,7 @@ self: { aeson attoparsec base bytestring conduit ]; description = "Conduit-based parsing and serialization for newline delimited JSON"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "neat" = callPackage @@ -181474,8 +181474,8 @@ self: { libraryHaskellDepends = [ base filepath parsec ]; executableHaskellDepends = [ base filepath parsec ]; description = "A Fast Retargetable Template Engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181494,7 +181494,7 @@ self: { tasty-quickcheck ]; description = "A quasiquoter for neat and simple multiline text interpolation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "needle" = callPackage @@ -181510,8 +181510,8 @@ self: { template-haskell text vector ]; description = "ASCII-fied arrow notation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181528,8 +181528,8 @@ self: { random transformers ]; description = "A NEAT library for Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181549,8 +181549,8 @@ self: { random ]; description = "Port of the NeHe OpenGL tutorials to Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181569,7 +181569,7 @@ self: { old-time process time ]; description = "General tools for Neil"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "neither" = callPackage @@ -181580,8 +181580,8 @@ self: { sha256 = "192l840yb1pprfjjq7ax5xaraagl1pbmsidkg1yibp6r4azd61yf"; libraryHaskellDepends = [ base failure transformers ]; description = "Provide versions of Either with good monad and applicative instances. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181602,8 +181602,8 @@ self: { process random tagged tasty tasty-hunit tasty-smallcheck temporary ]; description = "Neko VM code generation and disassembly library"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181625,7 +181625,7 @@ self: { random text transformers ]; description = "a TCP tunnel with packet length obfuscation"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "nemesis" = callPackage @@ -181640,7 +181640,7 @@ self: { base containers directory dlist Glob lens mtl process time ]; description = "a task management tool for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nemesis-titan" = callPackage @@ -181657,8 +181657,8 @@ self: { nemesis random uuid ]; description = "A collection of Nemesis tasks to bootstrap a Haskell project with a focus on continuous integration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181692,8 +181692,8 @@ self: { semigroups text time transformers unordered-containers vector ]; description = "Neptune Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181720,8 +181720,8 @@ self: { polysoup sgd tagsoup temporary text text-binary tokenize vector ]; description = "Nerf, a named entity recognition tool based on linear-chain CRFs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181740,8 +181740,8 @@ self: { base bytestring doctest Glob lens tasty tasty-hunit text ]; description = "Lens-based HTTP toolkit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181757,8 +181757,8 @@ self: { base bytestring http-types lens nero text wai wai-extra ]; description = "WAI adapter for Nero server applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181770,8 +181770,8 @@ self: { sha256 = "1ddr0hs9x7r74f5bb00fbi0z87cfkxp21m5ikp5qgyblqb09940s"; libraryHaskellDepends = [ base nero nero-wai warp ]; description = "Run Nero server applications with Warp"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181787,8 +181787,8 @@ self: { base bytestring containers text transformers unix ]; testHaskellDepends = [ base bytestring containers hedgehog text ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181818,8 +181818,8 @@ self: { wai-middleware-verbs wai-transformers ]; description = "Declarative, compositional Wai responses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181836,8 +181836,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "List-like data structures with O(log(n)) random access"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181850,7 +181850,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec ]; description = "Nested set model implementation"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "nestedmap" = callPackage @@ -181866,8 +181866,8 @@ self: { base base-unicode-symbols containers data-ordlist hspec QuickCheck ]; description = "A library for nested maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181883,8 +181883,8 @@ self: { base bytestring containers ghc-binary hslogger monad-loops network ]; description = "Concurrent over the network execution library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghc-binary = null;}; @@ -181918,8 +181918,8 @@ self: { tasty-quickcheck text websockets ]; description = "An MQTT Protocol Implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181936,8 +181936,8 @@ self: { base HUnit lens net-mqtt tasty tasty-hunit tasty-quickcheck ]; description = "Optics for net-mqtt"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181959,8 +181959,8 @@ self: { optparse-applicative random stm text uuid ]; description = "Make RPC calls via an MQTT broker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -181985,8 +181985,8 @@ self: { hspec text time vector ]; description = "A graph database middleware to maintain a time-varying graph"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182007,8 +182007,8 @@ self: { base doctest doctest-discover hspec net-spider optparse-applicative ]; description = "CLI option parsers for NetSpider objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182027,8 +182027,8 @@ self: { base doctest doctest-discover hspec net-spider pangraph text ]; description = "Conversion between net-spider and pangraph"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182050,8 +182050,8 @@ self: { text ]; description = "NetSpider data model and utility for RPL networks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182078,8 +182078,8 @@ self: { net-spider net-spider-cli net-spider-rpl optparse-applicative text ]; description = "CLI executable of NetSpider.RPL."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182093,8 +182093,8 @@ self: { editedCabalFile = "00wqr9nnjn8hm0r8xa5qrgqva5r0pcf32hlksrqhkzy12yl2kv08"; libraryHaskellDepends = [ base bytestring hosc network ]; description = "Netclock protocol"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182109,7 +182109,7 @@ self: { libraryHaskellDepends = [ base bindings-DSL ]; librarySystemDepends = [ libsodium ]; description = "Bindings to the low-level netcode.io library."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libsodium;}; "netcore" = callPackage @@ -182140,8 +182140,8 @@ self: { random syb ]; description = "The NetCore compiler and runtime system for OpenFlow networks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182170,8 +182170,8 @@ self: { random stm transformers vty ]; description = "NetEase Cloud Music FM client in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182185,7 +182185,7 @@ self: { array base carray netlib-ffi transformers ]; description = "Helper modules for CArray wrappers to BLAS and LAPACK"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "netlib-comfort-array" = callPackage @@ -182198,7 +182198,7 @@ self: { base comfort-array netlib-ffi transformers ]; description = "Helper modules for comfort-array wrappers to BLAS and LAPACK"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "netlib-ffi" = callPackage @@ -182213,7 +182213,7 @@ self: { base guarded-allocation storable-complex transformers ]; description = "Helper modules for FFI to BLAS and LAPACK"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "netlines" = callPackage @@ -182231,8 +182231,8 @@ self: { ]; executableHaskellDepends = [ base HTF random ]; description = "Enumerator tools for text-based network protocols"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182251,7 +182251,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Netlink communication for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "netlist" = callPackage @@ -182262,7 +182262,7 @@ self: { sha256 = "0f3fwgpg0p3ajgxfzbqr4z04ly5cdbhjxms5xbd0k2ixdwgyxm67"; libraryHaskellDepends = [ base binary containers syb ]; description = "Netlist AST"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "netlist-to-vhdl" = callPackage @@ -182273,7 +182273,7 @@ self: { sha256 = "1f62l4i1l1z47gbrv49xx5y78ykcf6iq6bish3sx5fw46mhcr1j4"; libraryHaskellDepends = [ base netlist pretty ]; description = "Convert a Netlist AST to VHDL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "netpbm" = callPackage @@ -182292,7 +182292,7 @@ self: { testHaskellDepends = [ base bytestring hspec HUnit vector ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Loading PBM, PGM, PPM image files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "netrc" = callPackage @@ -182310,7 +182310,7 @@ self: { base bytestring tasty tasty-golden tasty-quickcheck ]; description = "Parser for .netrc files"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "netrium" = callPackage @@ -182329,8 +182329,8 @@ self: { base containers directory filepath HaXml pretty process ]; description = "Contract normaliser and simulator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182347,8 +182347,8 @@ self: { transformers ]; description = "Simplify static Networking tasks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182362,8 +182362,8 @@ self: { base bytestring enumerator transformers ]; description = "Enumerator-based netstring parsing"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182389,7 +182389,7 @@ self: { test-framework-quickcheck2 ]; description = "safe nettle binding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) nettle;}; "nettle-frp" = callPackage @@ -182405,8 +182405,8 @@ self: { network-data random time ]; description = "FRP for controlling networks of OpenFlow switches"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182422,8 +182422,8 @@ self: { base containers directory filepath mtl nettle-openflow unix ]; description = "DSL for describing OpenFlow networks, and a compiler generating NetKit labs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182440,8 +182440,8 @@ self: { mtl network parsec syb ]; description = "OpenFlow protocol messages, binary formats, and servers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182458,7 +182458,7 @@ self: { transformers ]; description = "Functional reactive programming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "netwire-input" = callPackage @@ -182469,7 +182469,7 @@ self: { sha256 = "1f9xxlcpy2brqn5hv0mdc428fav402jsqa1b8h4s8b09qa3v1ii9"; libraryHaskellDepends = [ base deepseq netwire ]; description = "Input handling abstractions for netwire"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "netwire-input-glfw" = callPackage @@ -182486,7 +182486,7 @@ self: { base containers deepseq GLFW-b mtl netwire-input stm ]; description = "GLFW instance of netwire-input"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "netwire-input-javascript" = callPackage @@ -182501,8 +182501,8 @@ self: { base containers ghcjs-base netwire netwire-input transformers ]; description = "JavaScript instance of netwire-input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182525,8 +182525,8 @@ self: { transformers vinyl vinyl-gl ]; description = "Netwire/GLFW/VinylGL input handling demo"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182543,8 +182543,8 @@ self: { base bytestring doctest HUnit test-framework test-framework-hunit ]; description = "Low-level networking interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "network" = callPackage @@ -182559,7 +182559,7 @@ self: { testHaskellDepends = [ base bytestring directory hspec HUnit ]; testToolDepends = [ hspec-discover ]; description = "Low-level networking interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network_3_1_2_1" = callPackage @@ -182578,8 +182578,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Low-level networking interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "network-address" = callPackage @@ -182597,8 +182597,8 @@ self: { base Cabal QuickCheck test-framework test-framework-quickcheck2 ]; description = "IP data structures and textual representation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182621,8 +182621,8 @@ self: { hspec-expectations mtl network network-simple transformers uuid ]; description = "Haskell API for I2P anonymous networking"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182652,8 +182652,8 @@ self: { text transformers ]; description = "Haskell API for Tor anonymous networking"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182671,8 +182671,8 @@ self: { http-client-tls http-types text time tls ]; description = "Toolkit for building http client libraries over Network.Http.Conduit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182694,8 +182694,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Arbitrary Instances for Network Types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182719,8 +182719,8 @@ self: { ]; doCheck = false; description = "Utility functions for running a parser against a socket"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182743,8 +182743,8 @@ self: { unordered-containers vector ]; description = "An interface to bitcoind"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182758,7 +182758,7 @@ self: { editedCabalFile = "1hc3jdbmpq2wxh82xfx452v2m2l97jbdaqqbmj5nz4lljxa2696r"; libraryHaskellDepends = [ base deepseq network ]; description = "POSIX network database () API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-builder" = callPackage @@ -182779,8 +182779,8 @@ self: { base cabal-test-bin hspec hspec-server process ]; description = "Linux NetworkNameSpace Builder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182793,7 +182793,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring doctest ]; description = "Network byte order utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-bytestring" = callPackage @@ -182806,8 +182806,8 @@ self: { editedCabalFile = "0znp4qkad1sd650kjqhbbrr2ap7bb772g3db92k7r2rrydr19cdl"; libraryHaskellDepends = [ base bytestring network unix ]; description = "Fast, memory-efficient, low-level networking"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182821,8 +182821,8 @@ self: { base bytestring network text time vector ]; description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182835,7 +182835,7 @@ self: { libraryHaskellDepends = [ base conduit ]; doHaddock = false; description = "Stream socket data using conduits. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-conduit-tls" = callPackage @@ -182855,7 +182855,7 @@ self: { base bytestring conduit conduit-extra connection HUnit mtl ]; description = "Create TLS-aware network code with conduits"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "network-connection" = callPackage @@ -182870,8 +182870,8 @@ self: { base bytestring containers network network-bytestring stm ]; description = "A wrapper around a generic stream-like connection"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182883,7 +182883,7 @@ self: { sha256 = "0zbwplzrr899lj0ig2nyq58cayy6f8pkn4wnqbrd1i50lhq61szz"; libraryHaskellDepends = [ base bytestring cereal pretty ]; description = "Library for network data structures and their serialization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-dbus" = callPackage @@ -182900,7 +182900,7 @@ self: { ]; description = "D-Bus"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "network-dns" = callPackage @@ -182922,8 +182922,8 @@ self: { base data-serializer data-textual network-ip posix-socket ]; description = "Domain Name System data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182939,8 +182939,8 @@ self: { base bytestring enumerator network transformers ]; description = "Enumerators for network sockets"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182952,7 +182952,7 @@ self: { sha256 = "0myzfvmv6xny7nmq2p5dhyrz8yl7n48p4brkarkacs07k1zyldj9"; libraryHaskellDepends = [ base bytestring ]; description = "Networking support with a cleaner API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-hans" = callPackage @@ -182963,8 +182963,8 @@ self: { sha256 = "1gv1y0iz90r30rmp8g40ksf39fvgznjihy68sspahpf8r24srlwq"; libraryHaskellDepends = [ base bytestring hans parsec ]; description = "HaNS to Network shims for easier HaNS integration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182976,8 +182976,8 @@ self: { sha256 = "0hxbzzdjrxnx9pknsbma7iyfr3pxrsff5n9mhbkpaqaizhibq7q7"; libraryHaskellDepends = [ array base containers mtl ]; description = "data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -182991,7 +182991,7 @@ self: { editedCabalFile = "07kiw56lhc56kqrnvpa11f5nnnid6by3aq00jrkcbbg7w0q71a6d"; libraryHaskellDepends = [ base ]; description = "Access the local computer's basic network configuration"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-interfacerequest" = callPackage @@ -183002,8 +183002,8 @@ self: { sha256 = "0qa5rbbcw9axg7mj4kjj027hfsclnw85cj8nmi6jvrzq2yhhk56c"; libraryHaskellDepends = [ base bytestring ioctl network ]; description = "Haskell bindings for the ifreq structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183025,7 +183025,7 @@ self: { text-printer ]; description = "Internet Protocol data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-manager-tui" = callPackage @@ -183049,7 +183049,7 @@ self: { ]; doHaddock = false; description = "network-manager tui"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-messagepack-rpc" = callPackage @@ -183065,7 +183065,7 @@ self: { unordered-containers ]; description = "MessagePack RPC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-messagepack-rpc-websocket" = callPackage @@ -183085,8 +183085,8 @@ self: { network-messagepack-rpc QuickCheck skews text wss-client ]; description = "WebSocket backend for MessagePack RPC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183103,7 +183103,7 @@ self: { ]; description = "Send metrics to Ganglia, Graphite, and statsd"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "network-minihttp" = callPackage @@ -183122,8 +183122,8 @@ self: { old-locale stm tagsoup time unix ]; description = "A ByteString based library for writing HTTP(S) servers and clients"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183136,7 +183136,7 @@ self: { libraryHaskellDepends = [ base binary bytestring network unix ]; description = "Recvmsg and sendmsg bindings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "network-msgpack-rpc" = callPackage @@ -183158,8 +183158,8 @@ self: { ]; testHaskellDepends = [ async base bytestring hspec mtl network ]; description = "A MessagePack-RPC Implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183171,7 +183171,7 @@ self: { sha256 = "0whvi0pbwjy6dbwfdf9rv1j3yr3lcmfp3q7a8pwq63g537l4l2l3"; libraryHaskellDepends = [ base network network-bsd ]; description = "Simple multicast library"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "network-netpacket" = callPackage @@ -183187,8 +183187,8 @@ self: { network-interfacerequest ]; description = "Haskell bindings for low-level packet sockets (AF_PACKET)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183205,7 +183205,7 @@ self: { ]; description = "Library for writing PGI applications"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "network-protocol-xmpp" = callPackage @@ -183221,8 +183221,8 @@ self: { text transformers xml-types ]; description = "Client library for the XMPP protocol"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183240,8 +183240,8 @@ self: { containers control-timeout network network-bytestring stm ]; description = "A cross-platform RPC library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183253,7 +183253,7 @@ self: { sha256 = "0w3dmwk03j4n01xkiq8m4sqa27bskh239mpw7m4ihjmkxqcwc5gl"; libraryHaskellDepends = [ base bytestring network ]; description = "Simple network runner library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-server" = callPackage @@ -183268,7 +183268,7 @@ self: { executableHaskellDepends = [ base network unix ]; description = "A light abstraction over sockets & co. for servers"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183284,8 +183284,8 @@ self: { base base64-bytestring bytestring network ]; description = "Provide a service at the data type level"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183302,7 +183302,7 @@ self: { transformers ]; description = "Simple network sockets usage patterns"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-simple-sockaddr" = callPackage @@ -183317,8 +183317,8 @@ self: { base bytestring directory exceptions network transformers ]; description = "network-simple for resolved addresses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183337,7 +183337,7 @@ self: { x509-validation ]; description = "Simple interface to TLS secured network sockets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-simple-ws" = callPackage @@ -183353,7 +183353,7 @@ self: { websockets ]; description = "Simple interface to WebSockets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-simple-wss" = callPackage @@ -183369,8 +183369,8 @@ self: { safe-exceptions websockets ]; description = "Simple interface to TLS secured WebSockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183382,8 +183382,8 @@ self: { sha256 = "00qf22nwzsv8229gb7yqaaafiz573xl4v78mn1zf9ajvwzvwb63r"; libraryHaskellDepends = [ base network ]; description = "Type-safe, portable alternative to getSocketOption/setSocketOption"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183400,8 +183400,8 @@ self: { transformers ]; description = "ByteString and Text streams for networking"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183423,8 +183423,8 @@ self: { random-fu statistics stm text transformers vector ]; description = "A few network topic model implementations for bayes-stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183440,7 +183440,7 @@ self: { base binary bytestring deepseq hashable transformers ]; description = "Network abstraction layer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-transport-amqp" = callPackage @@ -183465,8 +183465,8 @@ self: { tasty-hunit ]; description = "AMQP-based transport layer for distributed-process (aka Cloud Haskell)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183478,7 +183478,7 @@ self: { sha256 = "0i2rwl1hwbp87kvnhfc6h0v2zy1hbfgrz0wx1vicd9m76nzbynx3"; libraryHaskellDepends = [ base bytestring network-transport ]; description = "Compose network transports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-transport-inmemory" = callPackage @@ -183498,8 +183498,8 @@ self: { base network-transport network-transport-tests ]; description = "In-memory instantiation of Network.Transport"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183519,7 +183519,7 @@ self: { base bytestring network network-transport network-transport-tests ]; description = "TCP instantiation of Network.Transport"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-transport-tests" = callPackage @@ -183535,7 +183535,7 @@ self: { random ]; description = "Unit tests for Network.Transport implementations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-transport-zeromq" = callPackage @@ -183563,7 +183563,7 @@ self: { base binary bytestring criterion distributed-process ]; description = "ZeroMQ backend for network-transport"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-types-icmp" = callPackage @@ -183575,7 +183575,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Types for representing ICMP and ICMPv6 messages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-uri" = callPackage @@ -183593,7 +183593,7 @@ self: { test-framework-quickcheck2 ]; description = "URI manipulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-uri-flag" = callPackage @@ -183607,7 +183607,7 @@ self: { libraryHaskellDepends = [ network network-uri ]; doHaddock = false; description = "Pseudo-package encapsulating flag(network-uri) Cabal boilerplate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-uri-json" = callPackage @@ -183624,8 +183624,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "FromJSON and ToJSON Instances for Network.URI"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183637,7 +183637,7 @@ self: { sha256 = "1z4qqdr2b64pf5xx73bqgjrlqnvi0x6ziqqbzc7x1ka736cdak2w"; libraryHaskellDepends = [ base network-uri ]; description = "Lenses for network-uri"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "network-uri-static" = callPackage @@ -183649,7 +183649,7 @@ self: { libraryHaskellDepends = [ base network-uri template-haskell ]; testHaskellDepends = [ base doctest ]; description = "A small utility to declare type-safe static URIs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "network-voicetext" = callPackage @@ -183665,8 +183665,8 @@ self: { resourcet transformers utf8-string ]; description = "VoiceText Web API wrapper"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183678,8 +183678,8 @@ self: { sha256 = "1fnqc1vbahy6zy632s9kam8bv7108bhmynyh2iwkqb7ybkkj37i9"; libraryHaskellDepends = [ base wai ]; description = "A routing library for wai"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183693,8 +183693,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base haskell98 network webserver ]; description = "WebSocket library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183712,8 +183712,8 @@ self: { base binary bytestring containers network time transformers ]; description = "Networked-game support library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183746,8 +183746,8 @@ self: { testHaskellDepends = [ base doctest Glob hspec MonadRandom ]; benchmarkHaskellDepends = [ base criterion ]; description = "Neural Networks in native Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183759,7 +183759,7 @@ self: { sha256 = "1pmgy3qmijkw3g542pg9wxzqncql3h2mh7slibgz8x0w9sfydmbd"; libraryHaskellDepends = [ base constraints ]; description = "Yet Another High Performance and Extendable Neural Network in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "neural-network-blashs" = callPackage @@ -183778,8 +183778,8 @@ self: { base blas-hs hmatrix hspec neural-network-base QuickCheck vector ]; description = "Yet Another High Performance and Extendable Neural Network in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183797,8 +183797,8 @@ self: { ]; librarySystemDepends = [ blas ]; description = "Yet Another High Performance and Extendable Neural Network in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) blas;}; @@ -183856,8 +183856,8 @@ self: { ]; doHaddock = false; description = "Future-proof system for plain-text notes"; - license = stdenv.lib.licenses.agpl3; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.agpl3; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "newhope" = callPackage @@ -183888,8 +183888,8 @@ self: { trifecta vector ]; description = "Library implementing the NewHope cryptographic key-exchange protocol"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183903,8 +183903,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory old-time ]; description = "List ports newer than N days on a FreeBSD system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183933,8 +183933,8 @@ self: { unordered-containers warp ]; description = "A basic newsletter implimentation, using various backends"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183950,8 +183950,8 @@ self: { base exceptions lens machines mailgun mime-mail mtl newsletter text ]; description = "A mailgun backend for the newsletter package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -183969,7 +183969,7 @@ self: { libraryHaskellDepends = [ base containers fixedprec random ]; executableHaskellDepends = [ base random time ]; description = "Exact and approximate synthesis of quantum circuits"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "newt" = callPackage @@ -183989,8 +183989,8 @@ self: { ]; executableHaskellDepends = [ base cmdargs containers mtl ]; description = "A trivially simple app to create things from simple templates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184004,7 +184004,7 @@ self: { editedCabalFile = "0261ljw57c7l7mw3z553s6ak8lmgyqwmfhk1m2jv6snra2i5shs4"; libraryHaskellDepends = [ base ]; description = "A typeclass and set of functions for working with newtypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "newtype-deriving" = callPackage @@ -184020,8 +184020,8 @@ self: { transformers-base ]; description = "Instance derivers for newtype wrappers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184040,7 +184040,7 @@ self: { testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base gauge semigroups ]; description = "A typeclass and set of functions for working with newtypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "newtype-th" = callPackage @@ -184056,8 +184056,8 @@ self: { base haskell-src-meta newtype syb template-haskell ]; description = "A template haskell deriver to create Control.Newtype instances."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184074,8 +184074,8 @@ self: { random ]; description = "Newtype Wrapper Zoo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184087,7 +184087,7 @@ self: { sha256 = "1s1mzy1m3wpawv1ci85dl02105v550l1fdi5rxi5gqnxb0jrg4fs"; libraryHaskellDepends = [ base Kleislify newtype ]; description = "Extra functions for the Control.Newtype typeclass"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "next-ref" = callPackage @@ -184099,8 +184099,8 @@ self: { libraryHaskellDepends = [ base stm ]; testHaskellDepends = [ base hspec ]; description = "A concurrency primitive for a slow consumer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184112,8 +184112,8 @@ self: { sha256 = "0wld4nc6hcv642km60vvjyclsfwnpfavq59mqm8fm3a73al4csyw"; libraryHaskellDepends = [ base parsec pretty QuickCheck ]; description = "NextStep style plist parser and printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184125,7 +184125,7 @@ self: { sha256 = "1yrw6skp2n8fd874481bfalli8lcglakhdggdsj8dm036wpm935a"; libraryHaskellDepends = [ base deepseq ]; description = "NF data type to statically enforce normal form"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nfc" = callPackage @@ -184140,8 +184140,8 @@ self: { librarySystemDepends = [ nfc ]; libraryToolDepends = [ c2hs ]; description = "libnfc bindings"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {nfc = null;}; @@ -184163,7 +184163,7 @@ self: { zlib ]; description = "Ngram models for compressing and classifying text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ngrams-loader" = callPackage @@ -184181,8 +184181,8 @@ self: { ]; executableHaskellDepends = [ base parseargs ]; description = "Ngrams loader based on http://www.ngrams.info format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184199,7 +184199,7 @@ self: { unix ]; description = "Helper module for Nginx haskell module"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ngx-export-tools" = callPackage @@ -184214,7 +184214,7 @@ self: { aeson base binary bytestring ngx-export safe template-haskell ]; description = "Extra tools for Nginx haskell module"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ngx-export-tools-extra" = callPackage @@ -184236,8 +184236,8 @@ self: { unordered-containers ]; description = "More extra tools for Nginx haskell module"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184254,8 +184254,8 @@ self: { ]; testHaskellDepends = [ base HUnit QuickCheck ]; description = "High performance CSS EDSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184276,8 +184276,8 @@ self: { test-framework-hunit ]; description = "Packed, strict nibble arrays with a list interface (ByteString for nibbles)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184301,8 +184301,8 @@ self: { shakespeare text transformers type-of-html weigh ]; description = "A fast and nice HTML templating library with distinct compilation/rendering phases"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184316,7 +184316,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base nicify-lib ]; description = "Pretty print the standard output of default `Show` instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nicify-lib" = callPackage @@ -184327,7 +184327,7 @@ self: { sha256 = "0cp76s0msf1i8a7pkzjl6qgi18n7zdya3pg90ml1dnidg5nzh9kx"; libraryHaskellDepends = [ base parsec transformers ]; description = "Pretty print the standard output of default `Show` instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nicovideo-translator" = callPackage @@ -184349,8 +184349,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Nico Nico Douga (ニコニコ動画) Comment Translator"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184372,7 +184372,7 @@ self: { ]; description = "Command line utility publishes Nike+ runs on blogs and Twitter"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184384,7 +184384,7 @@ self: { sha256 = "1k177w8lccpqq4mwj089v7fbqvbrqskqxqj0gaingm0kmskggaaj"; libraryHaskellDepends = [ base integer-logarithms ]; description = "Finite nimber arithmetic"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nirum" = callPackage @@ -184422,8 +184422,8 @@ self: { unordered-containers ]; description = "IDL compiler and RPC/distributed object framework for microservices"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184437,7 +184437,7 @@ self: { editedCabalFile = "08hgvqbb13n2scs4shqjdyzm7kblgllndk0429pdiwdx21k5391q"; libraryHaskellDepends = [ base bytestring http-conduit xml ]; description = "Haskell interface to the nist random beacon"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nitro" = callPackage @@ -184448,8 +184448,8 @@ self: { sha256 = "17aqzk1kq670fwawia0qjmd8ld1b0h8zh0w8j8x4y48hlzyb75xb"; libraryHaskellDepends = [ base bytestring ]; description = "Haskell bindings for Nitro"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184486,7 +184486,7 @@ self: { unordered-containers ]; description = "Easy dependency management for Nix projects"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nix-delegate" = callPackage @@ -184505,8 +184505,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Convenient utility for distributed Nix builds"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184525,8 +184525,8 @@ self: { optparse-generic text turtle ]; description = "Deploy Nix-built software to a NixOS machine"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184551,8 +184551,8 @@ self: { ]; benchmarkHaskellDepends = [ attoparsec base criterion text ]; description = "Parse and render *.drv files"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "nix-diff" = callPackage @@ -184570,8 +184570,8 @@ self: { optparse-applicative text unix vector ]; description = "Explain why two Nix derivations differ"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ terlar ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ terlar ]; }) {}; "nix-eval" = callPackage @@ -184587,7 +184587,7 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "Evaluate Haskell expressions using Nix to get packages"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184617,8 +184617,8 @@ self: { testToolDepends = [ tasty-discover ]; doHaddock = false; description = "Convert a tree of files into fixed-output derivations"; - license = stdenv.lib.licenses.agpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184638,8 +184638,8 @@ self: { attoparsec base filepath hspec QuickCheck text ]; description = "Parse and render .narinfo files"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "nix-paths" = callPackage @@ -184651,8 +184651,8 @@ self: { libraryHaskellDepends = [ base process ]; libraryToolDepends = [ nix ]; description = "Knowledge of Nix's installation directories"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {inherit (pkgs) nix;}; "nix-thunk" = callPackage @@ -184679,8 +184679,8 @@ self: { base cli-extras optparse-applicative text ]; description = "Lightweight dependency management with Nix"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184711,8 +184711,8 @@ self: { transformers unordered-containers vector yaml zlib ]; description = "cabal/stack to nix translation tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184734,8 +184734,8 @@ self: { typed-process unordered-containers vty ]; description = "Interactively browse a Nix store paths dependencies"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ utdemir ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ utdemir ]; }) {}; "nixdu" = callPackage @@ -184755,7 +184755,7 @@ self: { typed-process unordered-containers vty ]; description = "Interactively browse a Nix store paths dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nixfmt" = callPackage @@ -184777,7 +184777,7 @@ self: { base cmdargs directory filepath safe-exceptions text unix ]; description = "An opinionated formatter for Nix"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "nixfromnpm" = callPackage @@ -184803,8 +184803,8 @@ self: { transformers unix unordered-containers ]; description = "Generate nix expressions from npm packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184816,7 +184816,7 @@ self: { sha256 = "1q38cs0747fyf94y35cq734yzmsdcyfmmk5w6qv563jns55qj36c"; doHaddock = false; description = "this package is obsolete; see cabal2nix instead"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nixpkgs-update" = callPackage @@ -184840,8 +184840,8 @@ self: { text time unix vector ]; description = "Tool for semi-automatic updating of nixpkgs repository"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184860,8 +184860,8 @@ self: { zlib ]; description = "Manipulating the National Corpus of Polish (NKJP)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184875,7 +184875,7 @@ self: { librarySystemDepends = [ nlopt ]; testHaskellDepends = [ base vector ]; description = "Low-level bindings to the NLOPT optimization library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) nlopt;}; "nlp-scores" = callPackage @@ -184886,8 +184886,8 @@ self: { sha256 = "0cxa6f4y3416hlal4wnqf0qpq82zj9x58nprnaw3s2kdxxav0d9m"; libraryHaskellDepends = [ base containers strict ]; description = "Scoring functions commonly used for evaluation in NLP and IR"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184903,8 +184903,8 @@ self: { base containers nlp-scores split text ]; description = "NLP scoring command-line programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184921,8 +184921,8 @@ self: { libraryPkgconfigDepends = [ glib libnm-glib ]; executableHaskellDepends = [ base ]; description = "Network Manager, binding to libnm-glib"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {g = null; inherit (pkgs) glib; libnm-glib = null; nm-glib = null;}; @@ -184936,7 +184936,7 @@ self: { libraryHaskellDepends = [ base bytestring utf8-string ]; description = "Bindings to the Nyctergatis Markup Engine"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "nmis-parser" = callPackage @@ -184948,8 +184948,8 @@ self: { libraryHaskellDepends = [ base containers megaparsec ]; testHaskellDepends = [ base Nmis ]; description = "NMIS file parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {Nmis = null;}; @@ -184964,7 +184964,7 @@ self: { libraryHaskellDepends = [ base random split ]; testHaskellDepends = [ base tasty tasty-hspec tasty-quickcheck ]; description = "A tiny neural network"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nntp" = callPackage @@ -184980,7 +184980,7 @@ self: { ]; description = "Library to connect to an NNTP Server"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -184992,7 +184992,7 @@ self: { sha256 = "19yswbnwwfp7n33irdk12vggczhxp198cjd68jdbaz1wcd00ryld"; libraryHaskellDepends = [ base ]; description = "Workaround for GHC bug #2189"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "no-role-annots" = callPackage @@ -185004,8 +185004,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "Role annotations without -XRoleAnnotations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185017,7 +185017,7 @@ self: { sha256 = "1jczx8d4ah74wiishdcv335hlr0330wwq0vfb5rv4gmrvbpkgllf"; libraryHaskellDepends = [ base ]; description = "A type class for choosing sentinel-like values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "noether" = callPackage @@ -185039,8 +185039,8 @@ self: { testHaskellDepends = [ base hedgehog ]; benchmarkHaskellDepends = [ base criterion ]; description = "Math in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185054,8 +185054,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base containers regex-compat ]; description = "Parse and compare nofib runs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185069,8 +185069,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base containers regex-compat ]; description = "Parse and compare nofib runs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185094,8 +185094,8 @@ self: { base HTF HUnit parsec QuickCheck string-qq ]; description = "A friendly language for graphic design"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185112,8 +185112,8 @@ self: { regex-compat text yaml ]; description = "A static site generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185138,8 +185138,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Name-binding & alpha-equivalence"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185151,7 +185151,7 @@ self: { sha256 = "1wd2vd0qn8ln3a5r29gikdcr4c2c2rf43p6kq3wmqm8ww30djgca"; libraryHaskellDepends = [ base containers ]; description = "Binders and alpha-equivalence made easy"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "nomyx-api" = callPackage @@ -185172,8 +185172,8 @@ self: { swagger2 text transformers wai wai-cors wai-extra warp yaml ]; description = "REST API for Nomyx"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nomyx-core" = callPackage @@ -185201,8 +185201,8 @@ self: { ]; testHaskellDepends = [ base Cabal ]; description = "A Nomic game in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nomyx-language" = callPackage @@ -185221,8 +185221,8 @@ self: { time-recurrence ]; description = "Language to express rules for Nomic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nomyx-library" = callPackage @@ -185239,8 +185239,8 @@ self: { shortcut time time-recurrence ]; description = "Library of rules for Nomyx"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nomyx-server" = callPackage @@ -185261,8 +185261,8 @@ self: { ]; testHaskellDepends = [ base Cabal ]; description = "A Nomic game in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nomyx-web" = callPackage @@ -185286,8 +185286,8 @@ self: { split stm text time web-routes web-routes-happstack web-routes-th ]; description = "Web gui for Nomyx"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {nomyx-auth = null;}; @@ -185303,7 +185303,7 @@ self: { ]; testHaskellDepends = [ base containers QuickCheck utility-ht ]; description = "List-like structures with static restrictions on the number of elements"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "non-empty-containers" = callPackage @@ -185313,7 +185313,7 @@ self: { version = "0.1.4.0"; sha256 = "1frjpvx3nzymkwyxz0zc4p11pvxdihx3d3hi31w3d9qanwncbc96"; libraryHaskellDepends = [ base containers semigroupoids ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "non-empty-sequence" = callPackage @@ -185324,7 +185324,7 @@ self: { sha256 = "0a6xk2ijj3lzhqzdrk6q89538d1a62aw8x0ccvkq2kyl1dlahwc0"; libraryHaskellDepends = [ base containers semigroups ]; description = "Non-empty sequence"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "non-empty-text" = callPackage @@ -185337,7 +185337,7 @@ self: { testHaskellDepends = [ base doctest Glob hspec QuickCheck text ]; description = "Non empty Data.Text type"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "non-empty-zipper" = callPackage @@ -185349,8 +185349,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base checkers QuickCheck ]; description = "The Zipper for NonEmpty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185381,7 +185381,7 @@ self: { unliftio unliftio-core ]; description = "Generate cryptographic nonces"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nondeterminism" = callPackage @@ -185404,7 +185404,7 @@ self: { sha256 = "1ymndk1aqaw0n0vgj9gbajm5ma21ld77g0a06z92frqi8wvp67ii"; libraryHaskellDepends = [ base comonad semigroups ]; description = "NonEmpty for Alternative types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nonempty-containers" = callPackage @@ -185425,7 +185425,7 @@ self: { semigroupoids tasty tasty-hedgehog text these vector ]; description = "Non-empty variants of containers data types, with full API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nonempty-lift" = callPackage @@ -185439,8 +185439,8 @@ self: { libraryHaskellDepends = [ base comonad semigroupoids ]; testHaskellDepends = [ base hedgehog hedgehog-classes ]; description = "nonempty structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185456,7 +185456,7 @@ self: { libraryHaskellDepends = [ base deepseq primitive vector ]; testHaskellDepends = [ base doctest ]; description = "Non-empty vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nonemptymap" = callPackage @@ -185467,7 +185467,7 @@ self: { sha256 = "1pzs51kmsyarv62qqbskhw2xlkjp74bwcgs9a8ri1jk96m64rg94"; libraryHaskellDepends = [ base containers semigroupoids ]; description = "A NonEmptyMap Implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nonfree" = callPackage @@ -185478,7 +185478,7 @@ self: { sha256 = "0qm1iwm3y69z146w64wx5wwa4cdpa0ka7gz055dalf06xky35qji"; libraryHaskellDepends = [ base ]; description = "Free structures sans laws"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nonlinear-optimization" = callPackage @@ -185508,7 +185508,7 @@ self: { ad base nonlinear-optimization primitive reflection vector ]; description = "Wrapper of nonlinear-optimization package for using with AD package"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "nonlinear-optimization-backprop" = callPackage @@ -185526,7 +185526,7 @@ self: { reflection vector ]; description = "Wrapper of nonlinear-optimization package for using with backprop package"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "noodle" = callPackage @@ -185541,7 +185541,7 @@ self: { executableHaskellDepends = [ base directory filepath ]; description = "the noodle programming language"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "normaldistribution" = callPackage @@ -185552,7 +185552,7 @@ self: { sha256 = "1q7p0bx435amqb7r9qksix0mrbpnqsyfb44chjyz6xkgjj0s6yvd"; libraryHaskellDepends = [ base random ]; description = "Minimum fuss normally distributed random values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "normalization-insensitive" = callPackage @@ -185575,8 +185575,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion deepseq ]; description = "Normalization insensitive string comparison"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185598,7 +185598,7 @@ self: { base bytestring cassava containers optparse-generic text vector ]; description = "Normalize data using a variety of methods"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "normalize-imports" = callPackage @@ -185612,7 +185612,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Sort and align Haskell import statements"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "not-gloss" = callPackage @@ -185628,7 +185628,7 @@ self: { vector vector-binary-instances ]; description = "Painless 3D graphics, no affiliation with gloss"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "not-gloss-examples" = callPackage @@ -185645,8 +185645,8 @@ self: { base containers GLUT linear not-gloss spatial-math X11 ]; description = "examples for not-gloss"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185659,7 +185659,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Useful utility functions that only depend on base"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "notcpp" = callPackage @@ -185671,8 +185671,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "Avoiding the C preprocessor via cunning use of Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185691,7 +185691,7 @@ self: { base containers ghc-prim hedgehog random stm tasty tasty-hedgehog ]; description = "Examine values for unexpected thunks"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "notifications-tray-icon" = callPackage @@ -185716,8 +185716,8 @@ self: { base bytestring github haskeline hslogger optparse-applicative text transformers tuple ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185737,7 +185737,7 @@ self: { librarySystemDepends = [ notmuch talloc ]; libraryToolDepends = [ c2hs ]; description = "Haskell binding to Notmuch, the mail indexer"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) notmuch; inherit (pkgs) talloc;}; "notmuch-haskell" = callPackage @@ -185756,7 +185756,7 @@ self: { executableSystemDepends = [ notmuch ]; description = "Binding for notmuch MUA library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) notmuch;}; @@ -185795,7 +185795,7 @@ self: { ]; description = "A web interface to the notmuch email indexer"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185813,7 +185813,7 @@ self: { base bifunctors lens mtl semigroupoids semigroups transformers ]; description = "A data type for representing numeric values, except zero"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "now-haskell" = callPackage @@ -185849,8 +185849,8 @@ self: { unordered-containers vector ]; description = "Zeit Now haskell-side integration and introspection tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185865,7 +185865,7 @@ self: { libraryHaskellDepends = [ base bytestring template-haskell ]; testHaskellDepends = [ base bytestring template-haskell ]; description = "Here document without variable expansion like PHP Nowdoc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "np-extras" = callPackage @@ -185878,8 +185878,8 @@ self: { editedCabalFile = "1imcizgbckwcmxwjicads55g0v6abprz3g69b6blkkgmcq5r9x6b"; libraryHaskellDepends = [ base containers numeric-prelude primes ]; description = "NumericPrelude extras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185895,8 +185895,8 @@ self: { base binary containers numeric-prelude reflection tagged ]; description = "Linear algebra for the numeric-prelude framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185915,8 +185915,8 @@ self: { old-locale process split time unix ]; description = "A collection of random tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -185937,7 +185937,7 @@ self: { stm-conduit text unliftio ]; description = "Concurrency library in the style of Erlang/OTP"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "nri-env-parser" = callPackage @@ -185951,7 +185951,7 @@ self: { base modern-uri network-uri nri-prelude text ]; description = "Read environment variables as settings to build 12-factor apps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nri-prelude" = callPackage @@ -185975,7 +185975,7 @@ self: { pretty-show safe-exceptions terminal-size text time vector ]; description = "A Prelude inspired by the Elm programming language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nsis" = callPackage @@ -185990,7 +185990,7 @@ self: { base directory process transformers uniplate ]; description = "DSL for producing Windows Installer using NSIS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nth-prime" = callPackage @@ -186008,7 +186008,7 @@ self: { base opentheory-prime opentheory-primitive ]; description = "Computing the nth prime"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ntha" = callPackage @@ -186029,7 +186029,7 @@ self: { executableHaskellDepends = [ base containers haskeline lens mtl ]; testHaskellDepends = [ base containers hspec pretty ]; description = "A tiny statically typed functional programming language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nthable" = callPackage @@ -186039,7 +186039,7 @@ self: { version = "0.1"; sha256 = "1qi1wq7wbnp3sv3c2v4185mnq80646vcsnqq16mqlshiy164wsly"; libraryHaskellDepends = [ base type-level ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ntp-control" = callPackage @@ -186057,8 +186057,8 @@ self: { base bytestring bytestring-lexing cereal network old-locale time ]; description = "Client library for NTP control messaging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186083,8 +186083,8 @@ self: { base basic-prelude bytestring conduit optparse-generic ]; description = "NTRIP client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186096,7 +186096,7 @@ self: { sha256 = "0raz6azyj7a3fygpmylhz38b75zy57xdrginbhj2d6vwzxhkmscd"; libraryHaskellDepends = [ base ]; description = "N-ary sum/product types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nuha" = callPackage @@ -186108,8 +186108,8 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base vector ]; description = "Multidimensional arrays, Linear algebra, Numerical analysis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186127,8 +186127,8 @@ self: { wai-extra warp ]; description = "HTML5 Canvas Graphics Library - forked Blank Canvas"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186140,8 +186140,8 @@ self: { sha256 = "19vwgyscil4rmgfnla8msmhgamn6j3wfy7wqghb539byca0gim0c"; libraryHaskellDepends = [ base ]; description = "A package for working with nullary type classes"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186154,8 +186154,8 @@ self: { libraryHaskellDepends = [ base bytestring pipes ]; testHaskellDepends = [ base hspec pipes ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186167,7 +186167,7 @@ self: { sha256 = "0ikhjcjwziv55gnf79fhajhgp5m3441snxg8amc241h5iw4rls8x"; libraryHaskellDepends = [ base inj ]; description = "Non-negative numbers"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "number" = callPackage @@ -186178,7 +186178,7 @@ self: { sha256 = "0la9dx2072f0gjrfq8p33qal7ma4202x5f8h2n4bhwkjln67n5bj"; libraryHaskellDepends = [ base ]; description = "A library for real numbers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "number-length" = callPackage @@ -186197,7 +186197,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Number of digits in a number in decimal and hexadecimal representation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "number-show" = callPackage @@ -186210,7 +186210,7 @@ self: { editedCabalFile = "1lsxi6704g6svw0834haggp6j97kb6r51583lr2a3kn1ni2zh60c"; libraryHaskellDepends = [ base microlens microlens-th ]; description = "Flexible and accurate (for a given precision) numerical->string conversion"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "numbered-semigroups" = callPackage @@ -186223,8 +186223,8 @@ self: { editedCabalFile = "04wkhb2r275nax8wh00w6c4pxfaky190g2bsviw39jyi7wr2f33c"; libraryHaskellDepends = [ base call-stack semigroups ]; description = "A sequence of semigroups, for composing stuff in multiple spatial directions"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186236,7 +186236,7 @@ self: { sha256 = "0hh4km2zbvs7rsb142f1rifqvwzajh0grgky2vyyyf48dk5plrlv"; libraryHaskellDepends = [ base containers vector ]; description = "Combinators for creating bijections from some type to the natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numbers" = callPackage @@ -186252,7 +186252,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Various number types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numerals" = callPackage @@ -186273,8 +186273,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Convert numbers to number words"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186296,8 +186296,8 @@ self: { fingertree HUnit test-framework test-framework-hunit ]; description = "Convert numbers to number words"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186309,7 +186309,7 @@ self: { sha256 = "0n5wcg2snpivbp6giqrcd1y97215y6n3hbgbnb6w2gi7qsmyyq10"; libraryHaskellDepends = [ base ]; description = "Numeric Domains"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numeric-extras" = callPackage @@ -186320,7 +186320,7 @@ self: { sha256 = "1mk11c0gz1yjy5b8dvq6czfny57pln0bs7x28fz38qyr44872067"; libraryHaskellDepends = [ base ]; description = "Useful tools from the C standard library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numeric-limits" = callPackage @@ -186331,7 +186331,7 @@ self: { sha256 = "0lsi0my45lpd30vjbwdbzhisz8r3lryvg1c80qcmwipnxklnr5cb"; libraryHaskellDepends = [ base ]; description = "Various floating point limit related constants"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numeric-ode" = callPackage @@ -186359,8 +186359,8 @@ self: { mtl plots vector vector-space ]; description = "Ode solvers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186380,7 +186380,7 @@ self: { semigroups storable-record utility-ht ]; description = "An experimental alternative hierarchy of numeric type classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numeric-qq" = callPackage @@ -186397,8 +186397,8 @@ self: { testHaskellDepends = [ base directory doctest filepath ]; doCheck = false; description = "Quasi-quoters for numbers of different bases"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186425,8 +186425,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "A framework for numeric ranges"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186439,7 +186439,7 @@ self: { libraryHaskellDepends = [ base ieee754 primitive vector ]; testHaskellDepends = [ base HUnit ]; description = "Collection of numerical tools for integration, differentiation etc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numerical" = callPackage @@ -186460,8 +186460,8 @@ self: { transformers vector ]; description = "core package for Numerical Haskell project"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186473,7 +186473,7 @@ self: { sha256 = "1f9ar8kdwzi8xarzb7mrq204v1n3n8kh0fbqv06l9677vv1pc19v"; libraryHaskellDepends = [ base ]; description = "Peano numbers with attendant bells and whistles"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "numhask" = callPackage @@ -186488,7 +186488,7 @@ self: { base bifunctors mmorph protolude text transformers ]; description = "numeric classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numhask_0_7_1_0" = callPackage @@ -186504,8 +186504,8 @@ self: { ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "A numeric class hierarchy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "numhask-array" = callPackage @@ -186521,8 +186521,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "Multi-dimensional array interface for numhask"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186539,8 +186539,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "numerical free algebras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186557,8 +186557,8 @@ self: { ]; testHaskellDepends = [ base hedgehog numhask numhask-prelude ]; description = "Laws and tests for numhask"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186575,8 +186575,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "See readme.md"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186589,8 +186589,8 @@ self: { libraryHaskellDepends = [ base numhask protolude ]; testHaskellDepends = [ doctest ]; description = "A numeric prelude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186611,8 +186611,8 @@ self: { base doctest numhask-prelude numhask-test tasty ]; description = "Numbers that are range representations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186631,8 +186631,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "Numerical spaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186649,8 +186649,8 @@ self: { ]; testHaskellDepends = [ base numhask-prelude QuickCheck tasty ]; description = "Laws and tests for numhask"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186662,7 +186662,7 @@ self: { sha256 = "0bbl7f3qd26sa92k73qni3r1jwxxrfq5k19hcvh5rgdh5ig9d6v8"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numtype" = callPackage @@ -186673,7 +186673,7 @@ self: { sha256 = "1pdawf6zyany5jz5jmszwbm7ms7c125if52v9cw0chy0xz5ahdym"; libraryHaskellDepends = [ base ]; description = "Type-level (low cardinality) integers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numtype-dk" = callPackage @@ -186686,7 +186686,7 @@ self: { editedCabalFile = "0892xm8vyyvl1glg4vniz8r5ydg1nz3zmbpgk5mxdih6wi6nmpy4"; libraryHaskellDepends = [ base ]; description = "Type-level integers, using TypeNats, Data Kinds, and Closed Type Families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "numtype-tf" = callPackage @@ -186697,7 +186697,7 @@ self: { sha256 = "00bnz9k4nq21z4vax37qjv6ra2jvlshk0jlici1w8y9rx39zrjyx"; libraryHaskellDepends = [ base ]; description = "Type-level (low cardinality) integers, implemented using type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nurbs" = callPackage @@ -186717,7 +186717,7 @@ self: { base base-unicode-symbols hspec lens linear ]; description = "NURBS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nuxeo" = callPackage @@ -186736,7 +186736,7 @@ self: { http-types text time url ]; executableHaskellDepends = [ base optparse-applicative text ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nvim-hs" = callPackage @@ -186775,7 +186775,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell plugin backend for neovim"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "nvim-hs-contrib" = callPackage @@ -186798,7 +186798,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell plugin backend for neovim"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "nvim-hs-ghcid" = callPackage @@ -186818,7 +186818,7 @@ self: { ]; executableHaskellDepends = [ base nvim-hs ]; description = "Neovim plugin that runs ghcid to update the quickfix list"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "nvvm" = callPackage @@ -186837,8 +186837,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "FFI bindings to NVVM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "nyan" = callPackage @@ -186851,7 +186851,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring mtl ncurses text ]; description = "Bored? Nyan cat!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "nylas" = callPackage @@ -186868,8 +186868,8 @@ self: { pipes-bytestring pipes-http pipes-parse text time wreq ]; description = "Client for the Nylas API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186888,8 +186888,8 @@ self: { base cairo containers glade glib gtk mtl parsec random ]; description = "An interactive GUI for manipulating L-systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186916,7 +186916,7 @@ self: { text vector ]; description = "A bullet-hell game made with SDL2"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "o-clock" = callPackage @@ -186937,7 +186937,7 @@ self: { ]; testToolDepends = [ doctest markdown-unlit ]; description = "Type-safe time library"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "oanda-rest-api" = callPackage @@ -186961,8 +186961,8 @@ self: { text thyme transformers vector ]; description = "Client to the OANDA REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -186985,8 +186985,8 @@ self: { uri-bytestring xml-conduit xml-conduit-writer ]; description = "Extensible Resource Descriptor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187006,7 +187006,7 @@ self: { ]; testHaskellDepends = [ base bytestring ]; description = "Fully Automatic Luxury OAuth 1.0a headers"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "oauth2-jwt-bearer" = callPackage @@ -187031,8 +187031,8 @@ self: { streaming-commons text warp x509 x509-store ]; description = "OAuth2 jwt-bearer client flow as per rfc7523"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187058,8 +187058,8 @@ self: { network-uri text time transformers ]; description = "Simple OAuth for http-client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187084,8 +187084,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Communicate to OBD interfaces over ELM327"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187103,7 +187103,7 @@ self: { testHaskellDepends = [ array base containers text ]; description = "Ordered Reduced Binary Decision Diagrams"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187124,7 +187124,7 @@ self: { doHaddock = false; description = "Oberon0 Compiler"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187144,8 +187144,8 @@ self: { OpenGL OpenGLCheck QuickCheck ]; description = "Reads and writes obj models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187166,8 +187166,8 @@ self: { tasty-quickcheck ]; description = "Rather unique identifier for things that need to be stored"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187186,8 +187186,8 @@ self: { unordered-containers void witherable ]; description = "Composable objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187211,8 +187211,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "An implementation of the Oblivious Transfer protocol in Haskell"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187224,7 +187224,7 @@ self: { sha256 = "0hi9y867yg48nv0756ylblxmsdw9vkfg72n0bb0ali227695d6qb"; libraryHaskellDepends = [ base transformers ]; description = "Continuation patterns"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "observable-sharing" = callPackage @@ -187235,7 +187235,7 @@ self: { sha256 = "1lqig0r4f7gqjdymsc4jpwspc3jr01xkmk5cgiqr5ngxvk6zw3j0"; libraryHaskellDepends = [ base containers ]; description = "Simple observable sharing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ocaml-export" = callPackage @@ -187262,8 +187262,8 @@ self: { wai-extra warp ]; description = "Convert Haskell types in OCaml types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187276,7 +187276,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Object capability based IO"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ochan" = callPackage @@ -187294,8 +187294,8 @@ self: { async base bytestring mtl oref text transformers ]; description = "Owned channels in the Ownership Monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187312,7 +187312,7 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "A module to manage payroll books for Japanese companies"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "octane" = callPackage @@ -187336,8 +187336,8 @@ self: { rattletrap text ]; description = "Parse Rocket League replays"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187368,8 +187368,8 @@ self: { base base-compat dotenv hspec hspec-expectations text transformers ]; description = "A tested, minimal wrapper around GitHub's API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187390,8 +187390,8 @@ self: { array base bytestring containers hexpr mtl parsec symbol text ]; description = "Lisp with more dynamism, more power, more simplicity"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187408,8 +187408,8 @@ self: { ]; librarySystemDepends = [ libGL libX11 libXinerama ovr systemd ]; description = "Oculus Rift ffi providing head tracking data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11; inherit (pkgs.xorg) libXinerama; ovr = null; @@ -187440,8 +187440,8 @@ self: { ]; benchmarkHaskellDepends = [ async base text weigh ]; description = "Haskell binding to the ODBC API, aimed at SQL Server driver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) unixODBC;}; @@ -187493,8 +187493,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A full-featured PostgreSQL-backed job queue (with an admin UI)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187510,8 +187510,8 @@ self: { aeson base bytestring containers text unordered-containers ]; description = "Provides Go package metadata"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187532,8 +187532,8 @@ self: { ]; testToolDepends = [ c2hs ]; description = "Oracle Database Bindings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "oeis" = callPackage @@ -187549,7 +187549,7 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "oeis2" = callPackage @@ -187568,8 +187568,8 @@ self: { text vector ]; description = "Interface for Online Encyclopedia of Integer Sequences (OEIS)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187581,8 +187581,8 @@ self: { sha256 = "03sb2bmjw8v01908zkzmw8njsmqy5k2hcnv6ajbia7n8qawyhivj"; libraryHaskellDepends = [ base parsec3 vector ]; description = "A parser for simplified-syntax OFF files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187597,7 +187597,7 @@ self: { libraryHaskellDepends = [ base parsec pretty time ]; executableHaskellDepends = [ base parsec pretty time ]; description = "Parser for OFX data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ogmarkup" = callPackage @@ -187613,8 +187613,8 @@ self: { base hspec hspec-megaparsec megaparsec shakespeare text ]; description = "A lightweight markup language for story writers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187638,8 +187638,8 @@ self: { test-framework-quickcheck2 text-format-simple ]; description = "Interface to the Ohloh API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187656,8 +187656,8 @@ self: { ]; executableHaskellDepends = [ base directory filepath parallel ]; description = "Library for purely functional lazy interactions with the outer world"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187683,8 +187683,8 @@ self: { time ]; description = "OpenID Connect 1.0 library for RP"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187697,8 +187697,8 @@ self: { libraryHaskellDepends = [ base hogre ]; librarySystemDepends = [ OIS ]; description = "wrapper for OIS input manager for use with hogre"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {OIS = null;}; @@ -187712,7 +187712,7 @@ self: { editedCabalFile = "04b9vn007hlvsrx4ksd3r8r3kbyaj2kvwxchdrmd4370qzi8p6gs"; libraryHaskellDepends = [ base ]; description = "locale library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "old-time" = callPackage @@ -187725,7 +187725,7 @@ self: { editedCabalFile = "1j6ln1dkvhdvnwl33bp0xf9lhc4sybqk0aw42p8cq81xwwzbn7y9"; libraryHaskellDepends = [ base old-locale ]; description = "Time library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "old-version" = callPackage @@ -187737,7 +187737,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Basic versioning library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "olwrapper" = callPackage @@ -187762,8 +187762,8 @@ self: { snap-loader-static snap-server snaplet-fay text ]; description = "An OpenLayers JavaScript Wrapper and Webframework with snaplet-fay"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187775,8 +187775,8 @@ self: { sha256 = "1wiasb3f22g47n54jhxv1c74a0ghxsknrakjdgj3fqlw878g3aan"; libraryHaskellDepends = [ base ]; description = "Actor pattern utilities"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187794,8 +187794,8 @@ self: { safe-exceptions template-haskell text unix wai ]; description = "Haskell utilities for building embedded Elm programs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187810,8 +187810,8 @@ self: { base monad-logger safe-exceptions transformers ]; description = "Monad transformer providing MonadFail"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187827,8 +187827,8 @@ self: { base http-types monad-logger safe-exceptions uuid wai ]; description = "om-http-logging"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187846,8 +187846,8 @@ self: { base optparse-applicative shakespeare-text shelly text ]; description = "A simple tool to generate OMakefile for latex files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187867,8 +187867,8 @@ self: { transformers transformers-base unordered-containers vector-space ]; description = "Render engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187887,8 +187887,8 @@ self: { array base containers directory filepath pretty time ]; description = "A purely functional programming language and a proof system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187907,7 +187907,7 @@ self: { ]; description = "Data encoding and decoding command line utilities"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "omnifmt" = callPackage @@ -187934,8 +187934,8 @@ self: { temporary text time ]; description = "A pretty-printer wrapper to faciliate ease of formatting during development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187954,8 +187954,8 @@ self: { wai wai-extra warp ]; description = "\"Haskell on a Horse\" - A combinatorial web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187976,8 +187976,8 @@ self: { base bytestring GenericPretty network process random ]; description = "Program that sends traffic through SSH tunnels on-demand"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -187989,8 +187989,8 @@ self: { sha256 = "09knyhswd0jgiwx1p1qra1hppnkny7yqjrzmqspxdxjhl0zs91fz"; libraryHaskellDepends = [ base containers parsec tagsoup ]; description = "HTML-parsing primitives for Parsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188011,7 +188011,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "memoization for IO actions and functions"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "one-line-aeson-text" = callPackage @@ -188024,7 +188024,7 @@ self: { libraryHaskellDepends = [ aeson base text unordered-containers ]; testHaskellDepends = [ base doctest ]; description = "Pretty-printing short Aeson values as text"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "one-liner" = callPackage @@ -188043,7 +188043,7 @@ self: { ]; testHaskellDepends = [ base contravariant HUnit ]; description = "Constraint-based generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "one-liner-instances" = callPackage @@ -188054,7 +188054,7 @@ self: { sha256 = "1gy900nd5n6cffqw63hlkqg4ly86wjlfqgdcm1zy2nyx7dxg914k"; libraryHaskellDepends = [ base one-liner random ]; description = "Generics-based implementations for common typeclasses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "one-time-password" = callPackage @@ -188072,7 +188072,7 @@ self: { base bytestring cryptonite tasty tasty-hunit time ]; description = "HMAC-Based and Time-Based One-Time Passwords"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "oneOfN" = callPackage @@ -188083,7 +188083,7 @@ self: { sha256 = "05gycp2zvq08bjl9dx1lm3cjr12i50k3cwq4al34y1rlp2r531lk"; libraryHaskellDepends = [ base ]; description = "Anonymous coproduct type"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "oneormore" = callPackage @@ -188094,8 +188094,8 @@ self: { sha256 = "1lz429abk7qqwfya3wa1m5pcyyldagcmmc0ghjfbl8byhkaax63p"; libraryHaskellDepends = [ base ]; description = "A never-empty list type"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188116,8 +188116,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask ]; description = "See readme.md"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188136,8 +188136,8 @@ self: { ]; testHaskellDepends = [ base doctest numhask-prelude ]; description = "See readme.md"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188162,8 +188162,8 @@ self: { sha256 = "0iy4hpibiz6v93kz8jv5phb96sh6ygcdakf9vqss5d5622s5pgf1"; libraryHaskellDepends = [ base ]; description = "partition lenses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188175,8 +188175,8 @@ self: { sha256 = "1d0yn5bj04ircxbi12rx80kds54zssmq4j9kqyk05nmv506x76k0"; libraryHaskellDepends = [ base smallcheck ]; description = "Code for the Haskell course taught at the Odessa National University in 2012"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188188,7 +188188,7 @@ self: { sha256 = "0xpm2adf47clhzpwd833w706mc5xfxwr2wp4aywigy11687f9bly"; libraryHaskellDepends = [ base ]; description = "Support for OO-like prototypes"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "op" = callPackage @@ -188200,8 +188200,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base containers doctest ]; description = "Common operators encouraging large-scale easy reading"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188232,7 +188232,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "An SQL-generating DSL targeting PostgreSQL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "opaleye-classy" = callPackage @@ -188250,8 +188250,8 @@ self: { product-profunctors transformers ]; description = "Opaleye wrapped up in classy MTL attire"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188276,8 +188276,8 @@ self: { QuickCheck semigroups sqlite-simple time ]; description = "An SQL-generating DSL targeting SQLite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188299,8 +188299,8 @@ self: { base opaleye postgresql-simple product-profunctors ]; description = "A monad transformer for Opaleye"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188316,8 +188316,8 @@ self: { base constraints recursion-schemes row-types template-haskell ]; description = "Open algebraic data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188337,8 +188337,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Open algebraic data type examples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188353,7 +188353,7 @@ self: { libraryHaskellDepends = [ base process ]; executableHaskellDepends = [ base ]; description = "Open a web browser from Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "open-haddock" = callPackage @@ -188366,8 +188366,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base basic-prelude text turtle ]; description = "Open haddock HTML documentation"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188391,7 +188391,7 @@ self: { ]; description = "Conversion between markup formats"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188404,8 +188404,8 @@ self: { libraryHaskellDepends = [ base either mtl transformers ]; testHaskellDepends = [ base ]; description = "A mechanism similar to checked exceptions that integrates with MTL and transformer stacks"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188416,7 +188416,7 @@ self: { version = "0.1"; sha256 = "0dz6ci2i43mghp0v40q11pz2q3511m25sxds44dixish14cs5gym"; libraryHaskellDepends = [ attoparsec base conduit mtl text ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "open-typerep" = callPackage @@ -188433,8 +188433,8 @@ self: { testHaskellDepends = [ base syntactic ]; benchmarkHaskellDepends = [ base criterion ]; description = "Open type representations and dynamic types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188449,8 +188449,8 @@ self: { libraryHaskellDepends = [ base type-fun ]; executableHaskellDepends = [ base type-fun ]; description = "Extensible, type-safe unions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188468,7 +188468,7 @@ self: { ]; testHaskellDepends = [ base mtl tasty tasty-hunit witness ]; description = "open witnesses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "openai-hs" = callPackage @@ -188490,8 +188490,8 @@ self: { servant-client-core text vector ]; description = "Unofficial OpenAI client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188506,7 +188506,7 @@ self: { aeson base casing servant text time vector ]; description = "Unofficial OpenAI servant types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "openapi-petstore" = callPackage @@ -188533,8 +188533,8 @@ self: { semigroups text time transformers unordered-containers vector ]; description = "Auto-generated openapi-petstore API Client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188554,8 +188554,8 @@ self: { yaml ]; description = "Types for OpenAPI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188591,8 +188591,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "OpenAPI 3.0 data model"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188629,8 +188629,8 @@ self: { yaml ]; description = "OpenAPI3 Haskell Client Code Generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188642,8 +188642,8 @@ self: { sha256 = "1cvcqv6fx9jszrlv46xn7b3rfxk4bymzc42ndzzvnpwj592yd55i"; libraryHaskellDepends = [ aeson base data-default text time ]; description = "A Haskell implementation of the Swiss Meteo Net data API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188657,7 +188657,7 @@ self: { librarySystemDepends = [ atomspace-cwrapper ]; description = "Haskell Bindings for the AtomSpace"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {atomspace-cwrapper = null;}; "opencv" = callPackage @@ -188688,7 +188688,7 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion repa ]; hardeningDisable = [ "bindnow" ]; description = "Haskell binding to OpenCV-3.x"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) opencv3;}; "opencv-extra" = callPackage @@ -188712,7 +188712,7 @@ self: { template-haskell text transformers vector ]; description = "Haskell binding to OpenCV-3.x extra modules"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "opencv-raw" = callPackage @@ -188724,8 +188724,8 @@ self: { libraryHaskellDepends = [ base bindings-DSL Cabal vector ]; libraryPkgconfigDepends = [ opencv ]; description = "Raw Haskell bindings to OpenCV >= 2.0"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) opencv;}; @@ -188737,8 +188737,8 @@ self: { sha256 = "1bv729ljw07arz9fzg0nqj6fkpwkxkjds073cz3zr9in0a5b1531"; libraryHaskellDepends = [ base hxt template-haskell th-lift ]; description = "A library for working with Open Data Tables"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188755,7 +188755,7 @@ self: { ]; description = "Fetch exchange rates from OpenExchangeRates.org"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "openexr-write" = callPackage @@ -188772,7 +188772,7 @@ self: { ]; testHaskellDepends = [ base bytestring directory hspec vector ]; description = "Library for writing images in OpenEXR HDR file format"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "openflow" = callPackage @@ -188789,7 +188789,7 @@ self: { ]; description = "OpenFlow"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "opengl-dlp-stereo" = callPackage @@ -188805,7 +188805,7 @@ self: { base data-default GLUT OpenGL vector ]; description = "Library and example for using DLP stereo in OpenGL"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opengl-spacenavigator" = callPackage @@ -188821,7 +188821,7 @@ self: { base binary data-default GLUT OpenGL ]; description = "Library and example for using a SpaceNavigator-compatible 3-D mouse with OpenGL"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opengles" = callPackage @@ -188845,8 +188845,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Functional interface for OpenGL 4.1+ and OpenGL ES 2.0+"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {EGL = null; GLESv2 = null;}; @@ -188865,7 +188865,7 @@ self: { network network-uri time xml ]; description = "An implementation of the OpenID-2.0 spec."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "openid-connect" = callPackage @@ -188890,8 +188890,8 @@ self: { tasty-hunit text time unordered-containers ]; description = "An OpenID Connect library that does all the heavy lifting for you"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -188916,7 +188916,7 @@ self: { ]; description = "Implementation of the OpenPGP message format"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "openpgp-Crypto" = callPackage @@ -188938,7 +188938,7 @@ self: { ]; description = "Implementation of cryptography for use with OpenPGP using the Crypto library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "openpgp-asciiarmor" = callPackage @@ -188958,7 +188958,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "OpenPGP (RFC4880) ASCII Armor codec"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "openpgp-crypto-api" = callPackage @@ -188984,7 +188984,7 @@ self: { ]; description = "Implement cryptography for OpenPGP using crypto-api compatible libraries"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "opensoundcontrol-ht" = callPackage @@ -189000,7 +189000,7 @@ self: { ]; description = "Haskell OpenSoundControl utilities"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189020,7 +189020,7 @@ self: { text transformers ]; description = "Haskell API Wrapper for the Open Source License API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "openssh-github-keys" = callPackage @@ -189042,8 +189042,8 @@ self: { base hspec keyword-args octohat optparse-applicative parsec text ]; description = "Fetch OpenSSH keys from a GitHub team"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189060,8 +189060,8 @@ self: { ]; testHaskellDepends = [ base cereal hedgehog time ]; description = "Haskell implementation of openssh protocol primitives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189073,7 +189073,7 @@ self: { sha256 = "1p59wlkirz4dwyhsnzzzbvy2cwfizn2zky5sxrsmnrzfkbpx1ig5"; libraryHaskellDepends = [ base directory HsOpenSSL time unix ]; description = "Create OpenSSL keypairs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "openssl-streams" = callPackage @@ -189092,7 +189092,7 @@ self: { test-framework-hunit ]; description = "OpenSSL network support for io-streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "opentelemetry" = callPackage @@ -189106,7 +189106,7 @@ self: { libraryHaskellDepends = [ base bytestring exceptions ghc-trace-events hashable ]; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "opentelemetry-extra" = callPackage @@ -189142,7 +189142,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; benchmarkHaskellDepends = [ base gauge opentelemetry ]; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "opentelemetry-http-client" = callPackage @@ -189155,8 +189155,8 @@ self: { libraryHaskellDepends = [ base http-client http-types opentelemetry text ]; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189183,7 +189183,7 @@ self: { ghc-events http-client http-types opentelemetry opentelemetry-extra splitmix text typed-process unordered-containers ]; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "opentelemetry-wai" = callPackage @@ -189197,7 +189197,7 @@ self: { libraryHaskellDepends = [ base bytestring http-types opentelemetry text wai ]; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "opentheory" = callPackage @@ -189209,7 +189209,7 @@ self: { libraryHaskellDepends = [ base opentheory-primitive QuickCheck ]; testHaskellDepends = [ base opentheory-primitive QuickCheck ]; description = "The standard theory library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-bits" = callPackage @@ -189225,7 +189225,7 @@ self: { QuickCheck ]; description = "Natural number to bit-list conversions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-byte" = callPackage @@ -189241,7 +189241,7 @@ self: { opentheory-probability QuickCheck ]; description = "Bytes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-char" = callPackage @@ -189263,8 +189263,8 @@ self: { random ]; description = "Unicode characters"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189282,7 +189282,7 @@ self: { base opentheory opentheory-primitive QuickCheck ]; description = "The divides relation on natural numbers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-fibonacci" = callPackage @@ -189300,7 +189300,7 @@ self: { base opentheory opentheory-primitive opentheory-stream QuickCheck ]; description = "Fibonacci numbers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-parser" = callPackage @@ -189317,7 +189317,7 @@ self: { base opentheory opentheory-primitive QuickCheck ]; description = "Stream parsers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-prime" = callPackage @@ -189337,7 +189337,7 @@ self: { opentheory-stream QuickCheck ]; description = "Prime natural numbers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-primitive" = callPackage @@ -189349,7 +189349,7 @@ self: { libraryHaskellDepends = [ base QuickCheck random ]; testHaskellDepends = [ base QuickCheck random ]; description = "Haskell primitives used by OpenTheory packages"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-probability" = callPackage @@ -189363,7 +189363,7 @@ self: { base opentheory opentheory-primitive QuickCheck ]; description = "Probability"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-stream" = callPackage @@ -189377,7 +189377,7 @@ self: { base opentheory opentheory-primitive QuickCheck ]; description = "Infinite stream types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentheory-unicode" = callPackage @@ -189398,7 +189398,7 @@ self: { opentheory-primitive opentheory-probability QuickCheck ]; description = "Unicode characters"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "opentok" = callPackage @@ -189430,8 +189430,8 @@ self: { unordered-containers utf8-string uuid ]; description = "An OpenTok SDK for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189449,8 +189449,8 @@ self: { pretty-hex time unordered-containers vector ]; description = "Opentype loading and writing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189473,8 +189473,8 @@ self: { base directory optparse-applicative time xdg-basedir ]; description = "Access data at OpenWeatherMap"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189491,8 +189491,8 @@ self: { ]; testHaskellDepends = [ base doctest filemanip hspec QuickCheck ]; description = "Simple project template from stack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189507,7 +189507,7 @@ self: { libraryHaskellDepends = [ base mtl ]; executableHaskellDepends = [ base mtl random ]; description = "Implementation of difficult monads made easy with operational semantics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "operational-alacarte" = callPackage @@ -189519,7 +189519,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base ]; description = "A version of Operational suitable for extensible EDSLs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "operational-class" = callPackage @@ -189530,7 +189530,7 @@ self: { sha256 = "02z766b5a6fa7dgmw3qa1xryijf2im9n79gnjq0m5pd2hv5vja4b"; libraryHaskellDepends = [ base operational transformers ]; description = "MonadProgram typeclass for the operational package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "operational-extra" = callPackage @@ -189545,8 +189545,8 @@ self: { base bytestring operational text time transformers ]; description = "Interpretation functions and simple instruction sets for operational"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189565,8 +189565,8 @@ self: { text-builder unordered-containers ]; description = "Compiler for OpLang, an esoteric programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189578,7 +189578,7 @@ self: { sha256 = "1bnr6lkcf2qs7pvrmd8a5xmklcg67l64b776hzclfvxqy1qil29x"; libraryHaskellDepends = [ base directory xml ]; description = "Representing and handling OPML subscription information"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "opml-conduit" = callPackage @@ -189606,7 +189606,7 @@ self: { uri-bytestring xml-conduit ]; description = "Streaming parser/renderer for the OPML 2.0 format."; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "opn" = callPackage @@ -189624,8 +189624,8 @@ self: { process text unordered-containers ]; description = "Open files or URLs using associated programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189654,7 +189654,7 @@ self: { unordered-containers vector ]; description = "Optics as an abstract interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optics-core" = callPackage @@ -189669,7 +189669,7 @@ self: { array base containers indexed-profunctors transformers ]; description = "Optics as an abstract interface: core definitions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optics-extra" = callPackage @@ -189686,7 +189686,7 @@ self: { optics-core text transformers unordered-containers vector ]; description = "Extra utilities and instances for optics-core"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optics-th" = callPackage @@ -189705,7 +189705,7 @@ self: { ]; testHaskellDepends = [ base optics-core tagged ]; description = "Optics construction using TemplateHaskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optics-vl" = callPackage @@ -189720,7 +189720,7 @@ self: { base indexed-profunctors optics-core profunctors ]; description = "Utilities for compatibility with van Laarhoven optics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optima" = callPackage @@ -189737,8 +189737,8 @@ self: { ]; testHaskellDepends = [ attoparsec-data rerebase ]; description = "Simple command line interface arguments parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189754,8 +189754,8 @@ self: { base bytestring hasql hasql-pool optima text time ]; description = "Command-line arguments parsing for Hasql"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189780,8 +189780,8 @@ self: { base bytestring criterion deepseq vector ]; description = "Optimal Block boundary determination for rsync-like behaviours"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189797,8 +189797,8 @@ self: { ad base distributive linear semigroupoids vector ]; description = "Numerical optimization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189817,8 +189817,8 @@ self: { uniplate wl-pprint ]; description = "A supercompiler for f-lite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189830,7 +189830,7 @@ self: { sha256 = "1m02b0wcsmfdlmh5cnwfylnpc1cizmfcmjxdiwab5bjbbi0xvkaj"; libraryHaskellDepends = [ base ]; description = "A strict version of Maybe"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "optional" = callPackage @@ -189844,8 +189844,8 @@ self: { base directory doctest filepath QuickCheck ]; description = "Using type-classes for optional function arguments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189859,7 +189859,7 @@ self: { editedCabalFile = "0fda6mhm44qpbc9hfkf6jxnm3a7qszabywsmxa2iw0dz734a9xl3"; libraryHaskellDepends = [ base ]; description = "Optional function arguments"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "options" = callPackage @@ -189875,7 +189875,7 @@ self: { base chell chell-quickcheck containers monads-tf transformers ]; description = "A powerful and easy-to-use command-line option parser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "options-time" = callPackage @@ -189887,8 +189887,8 @@ self: { libraryHaskellDepends = [ base options time ]; testHaskellDepends = [ base chell options time ]; description = "Command-line option types for dates and times"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189907,7 +189907,7 @@ self: { ]; testHaskellDepends = [ base bytestring QuickCheck ]; description = "Utilities and combinators for parsing command line options"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optparse-applicative_0_16_1_0" = callPackage @@ -189923,8 +189923,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "Utilities and combinators for parsing command line options"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "optparse-applicative-simple" = callPackage @@ -189940,8 +189940,8 @@ self: { ]; testHaskellDepends = [ attoparsec-data rerebase ]; description = "Simple command line interface arguments parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189953,7 +189953,7 @@ self: { sha256 = "0paa7r64y0nb9yv3x387pdid68lnc1gn2m28kcli55dvh1x4wwxr"; libraryHaskellDepends = [ base mtl ]; description = "Declarative command line option parser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "optparse-enum" = callPackage @@ -189967,8 +189967,8 @@ self: { base enum-text fmt optparse-applicative text ]; description = "An enum-text based toolkit for optparse-applicative"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -189985,7 +189985,7 @@ self: { system-filepath text time transformers void ]; description = "Auto-generate a command-line parser for your datatype"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optparse-generic_1_4_4" = callPackage @@ -190001,8 +190001,8 @@ self: { transformers void ]; description = "Auto-generate a command-line parser for your datatype"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "optparse-helper" = callPackage @@ -190015,8 +190015,8 @@ self: { editedCabalFile = "13zhsnpdw3kckjrc3sz2i5cqgxwd6sisvik02q0j43d940jmmdk0"; libraryHaskellDepends = [ base optparse-applicative ]; description = "Helper functions for optparse-applicative"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190035,7 +190035,7 @@ self: { ]; testHaskellDepends = [ base bytestring directory ]; description = "Simple interface to optparse-applicative"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optparse-text" = callPackage @@ -190047,7 +190047,7 @@ self: { libraryHaskellDepends = [ base optparse-applicative text ]; testHaskellDepends = [ base hspec optparse-applicative text ]; description = "Data.Text helpers for optparse-applicative"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "optparse-version" = callPackage @@ -190057,7 +190057,7 @@ self: { version = "0.3.0.0"; sha256 = "08mv8ah4g5xs91245gpgh6r0mgdz6rk7ykk1ywr8gfwn3dx1zm7x"; libraryHaskellDepends = [ base optparse-applicative ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "orbits" = callPackage @@ -190078,7 +190078,7 @@ self: { tagged tasty tasty-quickcheck tasty-th units units-defs ]; description = "Types and functions for Kepler orbits"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "orc" = callPackage @@ -190095,8 +190095,8 @@ self: { base deepseq monadIO mtl process random stm ]; description = "Orchestration-style co-ordination EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190120,8 +190120,8 @@ self: { wreq ]; description = "An API client for http://orchestrate.io/."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190142,8 +190142,8 @@ self: { salvia-extras stm time unix xml ]; description = "Haskell Wiki Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190163,8 +190163,8 @@ self: { salvia-extras stm ]; description = "Haskell Wiki Demo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190176,7 +190176,7 @@ self: { sha256 = "062wkfpww1ic3xiy26k22369azk5wjlpn5wm5xh1w75kc9crv263"; libraryHaskellDepends = [ base void ]; description = "Creating Ord instances instantly"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "order-maintenance" = callPackage @@ -190192,8 +190192,8 @@ self: { base Cabal cabal-test-quickcheck containers QuickCheck transformers ]; description = "Algorithms for the order maintenance problem with a safe interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190211,7 +190211,7 @@ self: { base containers criterion deepseq random ]; description = "Order statistic trees based on weight-balanced trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "order-statistics" = callPackage @@ -190226,8 +190226,8 @@ self: { base containers math-functions statistics vector vector-space ]; description = "L-Estimators for robust statistics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190240,7 +190240,7 @@ self: { libraryHaskellDepends = [ base ]; description = "A definition of Posets"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ordered-containers" = callPackage @@ -190251,7 +190251,7 @@ self: { sha256 = "1j92dm36s0cfhc7s4k3dk36ibkvr6w1nhaq6q1m5vkbh1qrwfnn7"; libraryHaskellDepends = [ base containers ]; description = "Set- and Map-like types that remember the order elements were inserted"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "orderly-workers" = callPackage @@ -190262,7 +190262,7 @@ self: { sha256 = "0w032z05yxl7zqdganxvd8rklzli5k8bya2648hk8scl51q98390"; libraryHaskellDepends = [ base stm ]; description = "Fork concurrent worker threads and produce ordered results"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "orders" = callPackage @@ -190275,7 +190275,7 @@ self: { editedCabalFile = "1ilyg95l97xp4ym402g499ysfbwqsw413kpk4gvi5hd861xx2laj"; libraryHaskellDepends = [ base containers ]; description = "basic orders"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ordinal" = callPackage @@ -190294,8 +190294,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck text ]; testToolDepends = [ hspec-discover ]; description = "Convert numbers to words in different languages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190310,8 +190310,8 @@ self: { libraryHaskellDepends = [ base containers transformers vector ]; testHaskellDepends = [ base directory process split ]; description = "Push-pull implementation of discrete-time FRP"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190326,8 +190326,8 @@ self: { ]; testHaskellDepends = [ base containers either mtl transformers ]; description = "Owned references in the Ownership Monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190345,8 +190345,8 @@ self: { ]; testHaskellDepends = [ base megaparsec tasty tasty-hunit text ]; description = "Parser for Emacs org-mode files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190361,8 +190361,8 @@ self: { base containers hashable lucid org-mode text ]; description = "Lucid integration for org-mode"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190376,7 +190376,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base parsec regex-compat ]; description = "Basic org to anki exporter"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "organize-imports" = callPackage @@ -190389,8 +190389,8 @@ self: { isExecutable = true; executableHaskellDepends = [ attoparsec base text ]; description = "Organize scala imports"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190410,8 +190410,8 @@ self: { QuickCheck random regex-posix syb text ]; description = "Org Mode library for haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190434,7 +190434,7 @@ self: { thyme unordered-containers ]; description = "A collection of Attoparsec combinators for parsing org-mode flavored documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "orgstat" = callPackage @@ -190468,8 +190468,8 @@ self: { transformers universum ]; description = "Statistics visualizer for org-mode"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190488,8 +190488,8 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "An un-SYB framework for transforming heterogenous data through folds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190509,7 +190509,7 @@ self: { http-types iso8601-time lens mtl string-conversions text time unordered-containers word8 wreq ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "orizentic" = callPackage @@ -190530,8 +190530,8 @@ self: { ]; testHaskellDepends = [ base hspec jwt mtl time ]; description = "Token-based authentication and authorization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190562,7 +190562,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A formatter for Haskell source code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "orthotope" = callPackage @@ -190582,7 +190582,7 @@ self: { test-framework-quickcheck2 vector ]; description = "Multidimensional arrays inspired by APL"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "os-release" = callPackage @@ -190602,7 +190602,7 @@ self: { pretty-simple tasty tasty-golden tasty-hspec text ]; description = "/etc/os-release helpers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "osc" = callPackage @@ -190617,8 +190617,8 @@ self: { attoparsec base binary bytestring data-binary-ieee754 network ]; description = "A library to handle messages in the OSC protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190630,8 +190630,8 @@ self: { sha256 = "1452a2y085xbj5q83g6y8f9vrxmlq804i8kyx6rfwyzfvzq5s3ic"; libraryHaskellDepends = [ base colour gloss random ]; description = "Implements an osculatory packing (kissing circles) algorithm and display"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190651,7 +190651,7 @@ self: { ]; executableHaskellDepends = [ base process ]; description = "Show keys pressed with an on-screen display (Linux only)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "oset" = callPackage @@ -190667,8 +190667,8 @@ self: { testHaskellDepends = [ base containers hspec ]; testToolDepends = [ hspec-discover ]; description = "An insertion-order-preserving set"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190688,8 +190688,8 @@ self: { base conduit exceptions hspec resourcet text xml-conduit xml-types ]; description = "Parse and operate on OSM data in efficient way"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190711,8 +190711,8 @@ self: { text time transformers transformers-base ]; description = "Download Open Street Map tiles"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190731,8 +190731,8 @@ self: { process temporary ]; description = "Better conversion of Oxford Scholarship Online material to PDF"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190745,8 +190745,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for OS X static archive format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190767,8 +190767,8 @@ self: { test-framework-hunit test-framework-quickcheck2 text ]; description = "Real-time collaborative editing with Operational Transformation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190794,8 +190794,8 @@ self: { aeson base binary bytestring h-gpgme text yaml ]; description = "OTP Authenticator (a la google) command line client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190813,8 +190813,8 @@ self: { base containers parsec split uniplate ]; description = "Pretty-printer for Ott parse trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190839,7 +190839,7 @@ self: { vector-algorithms ]; description = "External sorting package based on Conduit"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "overhang" = callPackage @@ -190850,7 +190850,7 @@ self: { sha256 = "07iafybg45130jhwin6jj2fnkgcwra367f5df91xn34kaj9zas0x"; libraryHaskellDepends = [ base ]; description = "Hang loose with your lambdas!"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "overload" = callPackage @@ -190865,7 +190865,7 @@ self: { base simple-effects template-haskell th-expand-syns ]; description = "Finite overloading"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "overloaded" = callPackage @@ -190891,8 +190891,8 @@ self: { ]; doHaddock = false; description = "Overloaded pragmas as a plugin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190914,8 +190914,8 @@ self: { test-framework-hunit ]; description = "Overloaded Records based on current GHC proposal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190929,8 +190929,8 @@ self: { testHaskellDepends = [ base doctest ]; benchmarkHaskellDepends = [ base criterion ]; description = "An alternative to some of the Prelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190946,8 +190946,8 @@ self: { array base bytestring lens transformers vector ]; description = "Bidirectional fast ByteString packer/unpacker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190962,8 +190962,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Fetches a 'GenericPackageDescription' from Hackage"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190982,8 +190982,8 @@ self: { base Cabal filemanip filepath groom packdeps process ]; description = "Utilities for working with cabal packages and your package database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -190999,8 +190999,8 @@ self: { base Cabal Diff filepath haskell-src-exts ]; description = "Haskell Package Versioning Tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191014,7 +191014,7 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base ]; description = "Universal build and CI testing for Haskell packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "packdeps" = callPackage @@ -191038,7 +191038,7 @@ self: { base Cabal containers optparse-applicative process semigroups text ]; description = "Check your cabal packages for lagging dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "packed" = callPackage @@ -191054,8 +191054,8 @@ self: { base containers ghc-prim hedgehog tasty tasty-hedgehog tasty-hunit ]; benchmarkHaskellDepends = [ base gauge ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191083,8 +191083,8 @@ self: { vector-binary-instances ]; description = "Generation and traversal of highly compressed directed acyclic word graphs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191103,8 +191103,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Efficient “spreadsheet table” like maps with multiple marginals"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191118,8 +191118,8 @@ self: { editedCabalFile = "1kqbbvvpb0zn19dp4lx598iwgpbswz1qvclrcy5v27vjivzk9hyb"; libraryHaskellDepends = [ array base ]; description = "(Deprecated) Packed Strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191136,7 +191136,7 @@ self: { base bytestring tasty tasty-hunit tasty-quickcheck ]; description = "Fast byte serializer and unserializer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "packer-messagepack" = callPackage @@ -191154,8 +191154,8 @@ self: { base bytestring containers hedgehog packer safe-exceptions text ]; description = "MessagePack Serialization an Deserialization for Packer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191175,8 +191175,8 @@ self: { QuickCheck ]; description = "Serialization library for GHC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191197,8 +191197,8 @@ self: { process split ]; description = "Tool for detecting redundant Cabal package dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191212,8 +191212,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base deepseq directory-tree ]; description = "Read whole Pacman database which pushes it into the memory cache"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191229,8 +191229,8 @@ self: { base containers hmidi minioperational transformers ]; description = "Controlling padKONTROL native mode"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191249,7 +191249,7 @@ self: { servant-client servant-client-core time ]; description = "API to the Paddle payment processor"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pads-haskell" = callPackage @@ -191276,8 +191276,8 @@ self: { transformers ]; description = "PADS data description language for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191296,8 +191296,8 @@ self: { ]; executableHaskellDepends = [ base text wreq ]; description = "Pagarme API wrapper"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191319,7 +191319,7 @@ self: { ]; executableHaskellDepends = [ base bytestring conduit-extra text ]; description = "Open up a pager, like 'less' or 'more'"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "pagerduty" = callPackage @@ -191343,7 +191343,7 @@ self: { ]; description = "Client library for PagerDuty Integration and REST APIs"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "pagination" = callPackage @@ -191357,7 +191357,7 @@ self: { libraryHaskellDepends = [ base deepseq exceptions ]; testHaskellDepends = [ base exceptions hspec QuickCheck ]; description = "Framework-agnostic pagination boilerplate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pagure-cli" = callPackage @@ -191375,7 +191375,7 @@ self: { optparse-applicative simple-cmd-args text ]; description = "Pagure client"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "pagure-hook-receiver" = callPackage @@ -191390,8 +191390,8 @@ self: { base containers scotty shelly text transformers unix ]; description = "Receive hooks from pagure and do things with them"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191407,7 +191407,7 @@ self: { executableHaskellDepends = [ base ]; description = "Colorization of text for command-line output"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "pairing" = callPackage @@ -191433,8 +191433,8 @@ self: { MonadRandom protolude tasty-quickcheck ]; description = "Bilinear pairings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191450,8 +191450,8 @@ self: { array base colour containers MonadRandom ]; description = "Utilities for choosing and creating color schemes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191465,7 +191465,7 @@ self: { isExecutable = true; executableHaskellDepends = [ array base bytestring containers ]; description = "Finding palindromes in strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pam" = callPackage @@ -191480,9 +191480,9 @@ self: { librarySystemDepends = [ pam ]; libraryToolDepends = [ c2hs ]; description = "Haskell binding for C PAM API"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; broken = true; }) {pam = null;}; @@ -191500,8 +191500,8 @@ self: { testHaskellDepends = [ base byteslice primitive ]; benchmarkHaskellDepends = [ base byteslice gauge primitive ]; description = "Parse syslog traffic from PAN-OS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191523,7 +191523,7 @@ self: { ]; description = "A simple static blog engine"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191580,8 +191580,8 @@ self: { mv "man/"*.1 $out/share/man/man1/ ''; description = "Conversion between markup formats"; - license = stdenv.lib.licenses.gpl2Plus; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.gpl2Plus; + maintainers = with lib.maintainers; [ peti ]; }) {}; "pandoc-citeproc" = callPackage @@ -191616,7 +191616,7 @@ self: { ]; doCheck = false; description = "Supports using pandoc with citeproc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pandoc-citeproc-preamble" = callPackage @@ -191633,7 +191633,7 @@ self: { base directory filepath pandoc-types process text-conversions ]; description = "Insert a preamble before pandoc-citeproc's bibliography"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "pandoc-crossref" = callPackage @@ -191669,7 +191669,7 @@ self: { utility-ht ]; description = "Pandoc filter for cross-references"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "pandoc-csv2table" = callPackage @@ -191684,8 +191684,8 @@ self: { libraryHaskellDepends = [ base csv pandoc pandoc-types text ]; executableHaskellDepends = [ base csv pandoc pandoc-types ]; description = "Convert CSV to Pandoc Table Markdown"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191697,7 +191697,7 @@ self: { sha256 = "032fx8fy134hysg10y5c57c7jkvq8lkc0q2r8ylc54qbfmvqd820"; libraryHaskellDepends = [ base dhall either pandoc text ]; description = "Decodes pandoc to dhall"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pandoc-emphasize-code" = callPackage @@ -191722,7 +191722,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A Pandoc filter for emphasizing code in fenced blocks"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "pandoc-filter-graphviz" = callPackage @@ -191741,8 +191741,8 @@ self: { directory filepath pandoc pandoc-types process text ]; description = "A Pandoc filter to use graphviz"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191773,8 +191773,8 @@ self: { skylighting text ]; description = "Pandoc filter formatting Haskell code fragments using GHC lexer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191791,7 +191791,7 @@ self: { skylighting-extensions skylighting-modding text ]; description = "Syntax highlighting customization for Pandoc"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pandoc-include" = callPackage @@ -191811,8 +191811,8 @@ self: { ]; doHaddock = false; description = "Include other Markdown files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191837,7 +191837,7 @@ self: { tasty-hunit text ]; description = "A Pandoc filter for including code from source files"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "pandoc-japanese-filters" = callPackage @@ -191856,8 +191856,8 @@ self: { pandoc-types shelly system-fileio system-filepath text ]; description = "Japanese-specific markup filters for pandoc"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191869,8 +191869,8 @@ self: { sha256 = "0prc0wv808l1l7m6rg78r6alwqgajj0h2yn3w7sgxmsvxdr8aj1w"; libraryHaskellDepends = [ base containers lens pandoc-types text ]; description = "Lenses for Pandoc documents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191884,7 +191884,7 @@ self: { base containers pandoc-types relude text ]; description = "Extract \"contextual links\" from Pandoc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pandoc-markdown-ghci-filter" = callPackage @@ -191909,8 +191909,8 @@ self: { tasty-hunit tasty-quickcheck text ]; description = "Pandoc-filter to evaluate `code` section in markdown and auto-embed output"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191933,7 +191933,7 @@ self: { ]; description = "Pandoc filter to include CSV files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191957,8 +191957,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Render and insert PlantUML diagrams with Pandoc"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -191993,7 +191993,7 @@ self: { base criterion pandoc-types template-haskell text ]; description = "A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "pandoc-pyplot" = callPackage @@ -192023,8 +192023,8 @@ self: { mtl pandoc-types tasty tasty-hspec tasty-hunit temporary text ]; description = "A Pandoc filter to include figures generated from Python code blocks"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192039,8 +192039,8 @@ self: { libraryHaskellDepends = [ base monad-gen pandoc pandoc-types ]; executableHaskellDepends = [ base pandoc-types ]; description = "Convert Pandoc Markdown-style footnotes into sidenotes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192058,7 +192058,7 @@ self: { base bytestring containers extra pandoc pandoc-types text ]; description = "Pandoc filter to customize links, images and paragraphs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pandoc-throw" = callPackage @@ -192069,7 +192069,7 @@ self: { sha256 = "1i737mv2sgm65c53ggrxnscga92fya5khb5nhgbg1nnqgy2sjkm8"; libraryHaskellDepends = [ base exceptions pandoc ]; description = "MonadThrow behaviour for Pandoc"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pandoc-types" = callPackage @@ -192092,7 +192092,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Types for representing a structured document"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pandoc-unlit" = callPackage @@ -192105,8 +192105,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base pandoc ]; description = "Literate Haskell support for GitHub's Markdown flavor"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192124,8 +192124,8 @@ self: { text transformers ]; description = "Utility functions to work with Pandoc in Haskell applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192144,7 +192144,7 @@ self: { temporary text ]; description = "Pandoc filter for native Vim code highlighting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pandora" = callPackage @@ -192154,7 +192154,7 @@ self: { version = "0.3.5"; sha256 = "1cw6wm122zwbn61980vqr2prsc3qpnnaqgk0m3wvxs03dygarpja"; description = "A box of patterns and paradigms"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pang-a-lambda" = callPackage @@ -192173,8 +192173,8 @@ self: { transformers Yampa ]; description = "A super-pang clone"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192194,7 +192194,7 @@ self: { ]; libraryPkgconfigDepends = [ pango ]; description = "Binding to the Pango text rendering engine"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {inherit (pkgs) pango;}; "pangraph" = callPackage @@ -192211,8 +192211,8 @@ self: { ]; testHaskellDepends = [ base bytestring containers HUnit ]; description = "A set of parsers for graph languages and conversions to graph libaries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192234,8 +192234,8 @@ self: { QuickCheck syb tagged tasty tasty-quickcheck ]; description = "Pandoc filter to unwrap nested blocks"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {lazysmallcheck2012 = null;}; @@ -192247,7 +192247,7 @@ self: { sha256 = "0hidfg8yzp5vzq8y422c442b45jkr8a9s38s8n78wyi5811fpp0m"; libraryHaskellDepends = [ base gitrev template-haskell ]; description = "A convenient way to panic"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "panpipe" = callPackage @@ -192268,8 +192268,8 @@ self: { base pandoc QuickCheck tasty tasty-quickcheck ]; description = "Pandoc filter to execute code blocks"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192298,8 +192298,8 @@ self: { ]; testHaskellDepends = [ base doctest Glob hspec QuickCheck ]; description = "Pansite: a simple web site management tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192341,7 +192341,7 @@ self: { unliftio unordered-containers vector yaml zip-archive ]; description = "Content addressable Haskell package management"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pantry-tmp" = callPackage @@ -192395,8 +192395,8 @@ self: { zip-archive ]; description = "Content addressable Haskell package management"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192420,8 +192420,8 @@ self: { papa-x-export papa-x-implement ]; description = "Reasonable default import"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192435,8 +192435,8 @@ self: { base papa-base-export papa-base-implement ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192448,8 +192448,8 @@ self: { sha256 = "120b3ks9h3m9w6z365hmqrcp349kh3w8ii4kgki1zxjhh9z05mnm"; libraryHaskellDepends = [ base semigroups ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192461,8 +192461,8 @@ self: { sha256 = "07wpz625sdsjajaf3imqns92hs4h5gwjlmmfsr5mk9rbb3zph7ck"; libraryHaskellDepends = [ base papa-base-export semigroups ]; description = "Useful base functions reimplemented"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192478,7 +192478,7 @@ self: { base papa-bifunctors-export papa-bifunctors-implement ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-bifunctors-export" = callPackage @@ -192491,7 +192491,7 @@ self: { editedCabalFile = "1d5jvb35as6kb9nmv99gv38v7rzl7c9mdg3ypwzmdqg0646m9k7m"; libraryHaskellDepends = [ base bifunctors ]; description = "export useful functions from `bifunctors`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-bifunctors-implement" = callPackage @@ -192502,7 +192502,7 @@ self: { sha256 = "0s1hcpchiz9xrip25z677lkglmflnqibrvy98xmn2ppzp489pm24"; libraryHaskellDepends = [ base bifunctors ]; description = "useful `bifunctors` functions reimplemented"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-export" = callPackage @@ -192522,8 +192522,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Reasonable default import"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192545,8 +192545,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Reasonable default import"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192563,8 +192563,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Third party libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192578,7 +192578,7 @@ self: { base papa-lens-export papa-lens-implement ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-lens-export" = callPackage @@ -192589,7 +192589,7 @@ self: { sha256 = "1sckrsfljk8r9jkjv1ccpzw6bk4fq50zwvkddhfidjrjnfvkycfb"; libraryHaskellDepends = [ base lens ]; description = "export useful functions from `lens`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-lens-implement" = callPackage @@ -192600,7 +192600,7 @@ self: { sha256 = "1x7439f7s625mdhnphvwy4pj7llpj6qsvzgvhzjcfg9m3n2a8bn4"; libraryHaskellDepends = [ base lens ]; description = "useful `lens` functions reimplemented"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-prelude" = callPackage @@ -192616,8 +192616,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192634,8 +192634,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192652,8 +192652,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192670,8 +192670,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192688,8 +192688,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192705,8 +192705,8 @@ self: { base papa-semigroupoids-export papa-semigroupoids-implement ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192718,7 +192718,7 @@ self: { sha256 = "0arqnnavjmpk0r9rfmpkyr3cxgc3gcr01ym8p15ix0iv0svghhx3"; libraryHaskellDepends = [ base semigroupoids ]; description = "export useful functions from `semigroupoids`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-semigroupoids-implement" = callPackage @@ -192729,8 +192729,8 @@ self: { sha256 = "0walc4zzm8cyjmjl577zrc01lkgf321r8law5mwhlr7n9ihiqfxg"; libraryHaskellDepends = [ base semigroupoids semigroups ]; description = "useful `semigroupoids` functions reimplemented"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192742,7 +192742,7 @@ self: { sha256 = "1dvnnpdbiaxry2mxsfxlm0c42zi8ssx0sxj6m9z5mihwcf76cpld"; libraryHaskellDepends = [ base papa-x-export papa-x-implement ]; description = "Prelude with only useful functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-x-export" = callPackage @@ -192753,7 +192753,7 @@ self: { sha256 = "1l0rklbpg9py2cbp22qlshcxh51wxv9ayiixqh32q70jsgfbkind"; libraryHaskellDepends = [ base ]; description = "export useful functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "papa-x-implement" = callPackage @@ -192764,7 +192764,7 @@ self: { sha256 = "1hwd93nig7vgqsdy3qyxrgvjcq8wwbj98z6r66wpp7lw8jfpqhff"; libraryHaskellDepends = [ base ]; description = "useful functions reimplemented"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "paphragen" = callPackage @@ -192777,8 +192777,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring containers ]; description = "A passphrase generator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192799,8 +192799,8 @@ self: { base directory filepath monads-tf template-haskell transformers ]; description = "packrat parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192814,8 +192814,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Packrat parsing; linear-time parsers for grammars in TDPL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192838,8 +192838,8 @@ self: { wai-app-static wai-websockets warp websockets word8 ]; description = "The Haskell library and examples for the kids programming robot paprika"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192856,8 +192856,8 @@ self: { base hedgehog refined template-haskell validators ]; description = "ParDual class for Parallel <-> Sequential"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192869,7 +192869,7 @@ self: { sha256 = "0rmv6wyisdg4srzjykikqqigfji6x5zn1cz2v3cyl0dms4yr4lig"; libraryHaskellDepends = [ base directory filepath parallel-io ]; description = "Traverse a directory in parallel"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "para" = callPackage @@ -192880,7 +192880,7 @@ self: { sha256 = "0l5abmqi548s10f87m124ld4hhphhl1szljyc04a13fah4dsqjbh"; libraryHaskellDepends = [ base ]; description = "Text paragraph formatting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "paragon" = callPackage @@ -192907,8 +192907,8 @@ self: { ]; executableToolDepends = [ alex ]; description = "Paragon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192922,7 +192922,7 @@ self: { editedCabalFile = "0shw96f4fc3vbr2vrnsk794qcsxyv3ra3snhw4wng81rkapp54y6"; libraryHaskellDepends = [ array base containers deepseq ghc-prim ]; description = "Parallel programming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parallel-io" = callPackage @@ -192939,7 +192939,7 @@ self: { base containers extensible-exceptions random ]; description = "Combinators for executing IO actions in parallel on a thread pool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parallel-tasks" = callPackage @@ -192954,8 +192954,8 @@ self: { base bytestring cereal deepseq here old-locale stm time transformers vector vector-algorithms ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192967,7 +192967,7 @@ self: { sha256 = "08r8xl3x5zvsy3d3ss9m9l7kb0dyp7hjrwxlnz7g2jl7p5x8rjbd"; libraryHaskellDepends = [ base parallel tree-monad ]; description = "Parallel Tree Search"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "parameterized" = callPackage @@ -192979,8 +192979,8 @@ self: { libraryHaskellDepends = [ base data-diverse transformers ]; testHaskellDepends = [ base data-diverse hspec transformers ]; description = "Parameterized/indexed monoids and monads using only a single parameter type variable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -192992,7 +192992,7 @@ self: { sha256 = "0fsghadd533qzav40xi3yfb8xmfv4wqsqmb0bk93rczyzyff2900"; libraryHaskellDepends = [ base template-haskell type-level ]; description = "Parameterized data library implementing lightweight dependent types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parameterized-utils" = callPackage @@ -193014,8 +193014,8 @@ self: { tasty-ant-xml tasty-hedgehog tasty-hunit ]; description = "Classes and data structures for working with data-kind indexed types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193034,7 +193034,7 @@ self: { base bytestring tasty tasty-golden tasty-hunit temporary ]; description = "Generate labelled test/benchmark trees from sets of parameters"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "paranoia" = callPackage @@ -193059,8 +193059,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "http proxy server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193072,8 +193072,8 @@ self: { sha256 = "0598hz6zqcn4lh5y3vr54z4jh4ampxnh8rq29k6p5vnmrpvn4lq4"; libraryHaskellDepends = [ base mtl ]; description = "Generalised parser combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193085,8 +193085,8 @@ self: { sha256 = "0bc2gyvc1i3l3p702zs6hfkab7fmc7li5kh4mdzy3a91gzgsl3jh"; libraryHaskellDepends = [ attoparsec base mtl parco ]; description = "Generalised parser combinators - Attoparsec interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193098,8 +193098,8 @@ self: { sha256 = "0m3dsjay3av4y0v4j76wxybmk4mkjdhqq81w1wsfr173d4blgxf3"; libraryHaskellDepends = [ base mtl parco parsec ]; description = "Generalised parser combinators - Parsec interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193115,8 +193115,8 @@ self: { base bytestring containers mtl text transformers utf8-string word8 ]; description = "A simple parser-combinator library, a bit like Parsec but without the frills"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193145,8 +193145,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "Examples to accompany the book \"Parallel and Concurrent Programming in Haskell\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193158,8 +193158,8 @@ self: { sha256 = "0b05zrc3v1hczasgg8ir83qfsz52lq02kwgn9nd39wnfliw6a4n0"; libraryHaskellDepends = [ base ]; description = "A library for cause-effect relationships"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193183,7 +193183,7 @@ self: { base bytestring parser-combinators random tasty tasty-hunit text ]; description = "Parser combinators with fast-path and slower fallback for error reporting"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "parochial" = callPackage @@ -193206,8 +193206,8 @@ self: { base Cabal optparse-generic protolude ]; description = "Help Manage project specific documentation"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193244,8 +193244,8 @@ self: { mtl process QuickCheck text ]; description = "Streaming Parquet reader"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193257,7 +193257,7 @@ self: { sha256 = "0amh3h49xi65kx8l34cy5jkai1f0d9l1qxp4937f3cjf7afif0pj"; libraryHaskellDepends = [ array base bytestring parsec ]; description = "DIMACS CNF parser library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parse-gcstats" = callPackage @@ -193276,7 +193276,7 @@ self: { text ]; description = "Parse machine-readable GHC GC stats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parse-help" = callPackage @@ -193293,8 +193293,8 @@ self: { ]; testHaskellDepends = [ cmdargs ]; description = "generate command line arguments from a --help output"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193310,8 +193310,8 @@ self: { executableHaskellDepends = [ base containers ]; testHaskellDepends = [ base process ]; description = "Parse command-line arguments"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193330,8 +193330,8 @@ self: { base HUnit mtl test-framework test-framework-hunit ]; description = "Monadic parser combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "parsec-class" = callPackage @@ -193342,7 +193342,7 @@ self: { sha256 = "0wqpivsrjsp9996fz6lb06rxl3860afc4l8hbx8d1vxhwv2lx702"; libraryHaskellDepends = [ base parsec ]; description = "Class of types that can be constructed from their text representation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "parsec-extra" = callPackage @@ -193353,7 +193353,7 @@ self: { sha256 = "00n7vzkkd70ndjlxhwnnl4mlh0892idc813kj4j1a14xa85sndj9"; libraryHaskellDepends = [ base monads-tf parsec ]; description = "Some miscellaneous basic string parsers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parsec-free" = callPackage @@ -193368,8 +193368,8 @@ self: { base bytestring containers free lens mtl parsec text transformers ]; description = "Parsec API encoded as a deeply-embedded DSL, for debugging and analysis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193381,7 +193381,7 @@ self: { sha256 = "1gzy4v3r02kvdxvgg1nj83mmb6aph2v4ilf9c7y6nbvi2x49l0bp"; libraryHaskellDepends = [ base parsec ]; description = "Utilities for parsing numbers from strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parsec-numeric" = callPackage @@ -193399,7 +193399,7 @@ self: { ]; description = "Parsec combinators for parsing Haskell numeric types"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "parsec-parsers" = callPackage @@ -193413,8 +193413,8 @@ self: { libraryHaskellDepends = [ base parsec parsers ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Parsing instances for Parsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193427,7 +193427,7 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base parsec QuickCheck ]; description = "Applicative permutation parser for Parsec intended as a replacement for Text.Parsec.Perm."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parsec-pratt" = callPackage @@ -193441,8 +193441,8 @@ self: { libraryHaskellDepends = [ base containers parsec ]; executableHaskellDepends = [ base containers mtl parsec pretty ]; description = "Pratt Parser combinator for Parsec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193454,7 +193454,7 @@ self: { sha256 = "1pzspf5fimjlki5fn3lxz1kdpd9pf2ww8z9sf08zaiyfp4ms15n1"; libraryHaskellDepends = [ base parsec tagsoup ]; description = "Parsec parsers for Tagsoup tag streams"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "parsec-trace" = callPackage @@ -193465,7 +193465,7 @@ self: { sha256 = "085899pyr7sff5d5zgr9pmflv3384hwm7p2b5k2lf0pcnvzf2mgw"; libraryHaskellDepends = [ base containers mtl parsec ]; description = "Add a hierarchical trace to Parsec parsers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "parsec-utils" = callPackage @@ -193476,7 +193476,7 @@ self: { sha256 = "0pfdl9zsdzxcbjh37234djcbg6sdhqzx3fnin0b55hxn78k26ivi"; libraryHaskellDepends = [ base parsec ]; description = "Utility functions and combinators for Text.Parsec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parsec1" = callPackage @@ -193487,7 +193487,7 @@ self: { sha256 = "1v9kq4g378v8pkj8ldpqwh9dwlng5idbxqqb8ywmzdjnglih34rf"; libraryHaskellDepends = [ base ]; description = "Portable monadic parser combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parsec2" = callPackage @@ -193498,8 +193498,8 @@ self: { sha256 = "075y56pbi02ssyb965di1b6d2047jdjwq2wp2maraqjm6gdk824y"; libraryHaskellDepends = [ base ]; description = "Monadic parser combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193511,8 +193511,8 @@ self: { sha256 = "00p3kffqmsi6lvxbpa60nql3lgm9vnxsspp8m0jz2d2hfl7hadqf"; libraryHaskellDepends = [ base bytestring mtl text ]; description = "Monadic parser combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193524,7 +193524,7 @@ self: { sha256 = "0i7fvbhvvmf5nld51kv9v0vpb42dlnpivxcl7ll0zwa3gzks2cm5"; libraryHaskellDepends = [ base parsec ]; description = "Utilities for parsing numbers from Char sequences"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parsedate" = callPackage @@ -193535,7 +193535,7 @@ self: { sha256 = "0gsylvm8srddmh3g3ysjgqqmgp0ddg6pdi2sz15v6nrvsqfabiip"; libraryHaskellDepends = [ base old-locale old-time parsec ]; description = "Data and time parsing for CalendarTime"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parseerror-eq" = callPackage @@ -193547,8 +193547,8 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base hspec parsec ]; description = "Adds and Eq instance for Parsec's ParseError if needed"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193560,7 +193560,7 @@ self: { sha256 = "090yhbbh2i5lwfwrfml0n54ziy8mz3mgmwnykr4ab06w1ylc2zh4"; libraryHaskellDepends = [ base ]; description = "Parallel Parsing Processes"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "parsely" = callPackage @@ -193570,8 +193570,8 @@ self: { version = "0.1"; sha256 = "16sg32qs1kq184wk6d83z20b9firh1kjmysqwd2aqaiyq37zjyyb"; libraryHaskellDepends = [ base mtl parsec ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193583,7 +193583,7 @@ self: { sha256 = "0k95nvgnl5820y094yfh7b868l0xd1diclm4kx9560p5rm02w5h3"; libraryHaskellDepends = [ base ]; description = "Lightweight package providing commonly useful parser combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parser-combinators-tests" = callPackage @@ -193605,8 +193605,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Test suite of parser-combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193622,8 +193622,8 @@ self: { aeson base bytestring haskell-src-exts text ]; description = "Prints Haskell parse trees in JSON"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193638,8 +193638,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; testHaskellDepends = [ base containers hspec mtl ]; description = "An interface to create production rules using augmented grammars"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193661,8 +193661,8 @@ self: { test-framework-quickcheck2 ]; description = "TH parser generator for splitting bytestring into fixed-width fields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193684,7 +193684,7 @@ self: { attoparsec base bytestring parsec QuickCheck quickcheck-instances ]; description = "Parsing combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "parsers-megaparsec" = callPackage @@ -193701,8 +193701,8 @@ self: { base fail megaparsec mtl parsers semigroups text transformers ]; description = "`parsers` instances for Megaparsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193726,8 +193726,8 @@ self: { array base binary bytestring containers deepseq mtl ]; description = "NMR-STAR file format parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193739,8 +193739,8 @@ self: { sha256 = "0vbayvk989m85qfxxls74rn0v8ylb5l7lywp30sw2wybvi4r08lg"; libraryHaskellDepends = [ base bytestring text ]; description = "Monadic parser combinators derived from Parsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193761,7 +193761,7 @@ self: { base QuickCheck tasty tasty-hunit tasty-quickcheck text ]; description = "Parser combinators with slicing, error recovery, and syntax highlighting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "partage" = callPackage @@ -193779,8 +193779,8 @@ self: { ]; testHaskellDepends = [ base containers HUnit tasty tasty-hunit ]; description = "Parsing factorized"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193792,7 +193792,7 @@ self: { sha256 = "1pgmiddwhk40bzhwznv6lwmxglsnp41z45qhpd5cm0nh2wmzgx5p"; libraryHaskellDepends = [ base ]; description = "A nullary type class for partial functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "partial-handler" = callPackage @@ -193803,7 +193803,7 @@ self: { sha256 = "0cf1748zyr07zv0ffi44rf5b9f7ygdybbdcl7m7c0zj14kq2miwl"; libraryHaskellDepends = [ base ]; description = "A composable exception handler"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "partial-isomorphisms" = callPackage @@ -193814,7 +193814,7 @@ self: { sha256 = "0r51ykq6i11gzypv93bnw8pzn4zdyrabiiqfpbhpvs0rj6k1ymac"; libraryHaskellDepends = [ base template-haskell ]; description = "Partial isomorphisms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "partial-lens" = callPackage @@ -193829,8 +193829,8 @@ self: { base comonad-transformers data-lens transformers ]; description = "Haskell 98 Partial Lenses"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193848,7 +193848,7 @@ self: { test-framework-quickcheck2 ]; description = "Provides typeclass suitable for types admitting a partial order"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "partial-records" = callPackage @@ -193859,8 +193859,8 @@ self: { sha256 = "0vp5d0jdbk451a563a4hzkycyqh41w6plb39dfn0bv6li4a5qp8h"; libraryHaskellDepends = [ base template-haskell transformers ]; description = "Template haskell utilities for constructing records with default values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193873,7 +193873,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest hedgehog ]; description = "A partial binary associative operator"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "partial-semigroup-hedgehog" = callPackage @@ -193884,7 +193884,7 @@ self: { sha256 = "0n0j8xlrz66mzkvrsa083b9057n3rgbir7pwqxqycwzgj18g68s6"; libraryHaskellDepends = [ base hedgehog partial-semigroup ]; description = "Property testing for partial semigroups using Hedgehog"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "partial-semigroup-test" = callPackage @@ -193896,7 +193896,7 @@ self: { libraryHaskellDepends = [ partial-semigroup-hedgehog ]; doHaddock = false; description = "Testing utilities for the partial-semigroup package"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "partial-uri" = callPackage @@ -193908,7 +193908,7 @@ self: { libraryHaskellDepends = [ base network-uri ]; description = "Datatype for passing around unresolved URIs"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "partly" = callPackage @@ -193930,8 +193930,8 @@ self: { aeson base base64-bytestring binary bytestring QuickCheck vector ]; description = "Inspect, create, and alter MBRs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193950,8 +193950,8 @@ self: { mwc-random pretty primitive process random ]; description = "Parallel code generation for hierarchical Bayesian modeling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -193979,8 +193979,8 @@ self: { random ]; description = "a simple password manager"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194001,8 +194001,8 @@ self: { passman-core resourcet text X11 yaml ]; description = "Deterministic password generator command line interface"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; }) {}; "passman-core" = callPackage @@ -194027,8 +194027,8 @@ self: { ]; doHaddock = false; description = "Deterministic password generator core"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; }) {}; "password" = callPackage @@ -194051,7 +194051,7 @@ self: { template-haskell text ]; description = "Hashing and checking of passwords"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "password-instances" = callPackage @@ -194074,7 +194074,7 @@ self: { template-haskell text ]; description = "typeclass instances for password package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "passwords" = callPackage @@ -194085,8 +194085,8 @@ self: { sha256 = "0x345pfa28abj152kkr1afnaraf4r8pj0216ack79brxvdhlk6li"; libraryHaskellDepends = [ base containers MonadRandom random ]; description = "Password generation/validation library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194103,8 +194103,8 @@ self: { ]; testHaskellDepends = [ base hspec microlens protolude ]; description = "PostgreSQL Abstract Syntax Tree Assember"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194116,8 +194116,8 @@ self: { sha256 = "1425gzss5maqzrphrvvsw60lkapwg3wfjx10c59qkylx63k5ixjl"; libraryHaskellDepends = [ base HTTP network ]; description = "Interface to the past.is URL shortening service"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194132,7 +194132,7 @@ self: { executableHaskellDepends = [ base bytestring mtl ]; description = "A simple command line pasting utility"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194161,8 +194161,8 @@ self: { base directory QuickCheck tasty tasty-hunit tasty-quickcheck text ]; description = "Terminal-based presentations using Pandoc"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194183,7 +194183,7 @@ self: { ]; testHaskellDepends = [ base directory filemanip filepath hlint ]; description = "Data structures for describing changes to other data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "patch-combinators" = callPackage @@ -194195,7 +194195,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "A library for patching functions and data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "patch-image" = callPackage @@ -194220,8 +194220,8 @@ self: { unordered-containers utility-ht vector ]; description = "Compose a big image from overlapping parts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "patches-vector" = callPackage @@ -194239,8 +194239,8 @@ self: { base criterion doctest hspec QuickCheck vector ]; description = "Patches (diffs) on vectors: composable, mergeable, and invertible"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194265,7 +194265,7 @@ self: { genvalidity-property hspec mtl QuickCheck validity ]; description = "Support for well-typed paths"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "path_0_8_0" = callPackage @@ -194287,8 +194287,8 @@ self: { genvalidity-property hspec mtl QuickCheck template-haskell validity ]; description = "Support for well-typed paths"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "path-binary-instance" = callPackage @@ -194299,7 +194299,7 @@ self: { sha256 = "19ck3ja66vcgl90wyw6r9d2h50kdv9gjs7sxjgciam6v6867vb0y"; libraryHaskellDepends = [ base binary path ]; description = "Binary instance for Path"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "path-dhall-instance" = callPackage @@ -194310,7 +194310,7 @@ self: { sha256 = "17igz9936lfivph9rr04075sp7ik5k8byljw2vj0zx8lnznjwn6a"; libraryHaskellDepends = [ base dhall either path text ]; description = "ToDhall and FromDhall instances for Path"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "path-extensions" = callPackage @@ -194321,7 +194321,7 @@ self: { sha256 = "0pvjb26arsj892addi9x26v8naislh87x6av70k8fjnsish3pnj5"; libraryHaskellDepends = [ base exceptions path ]; description = "Enumeration of common filetype extensions for use with the path library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "path-extra" = callPackage @@ -194338,7 +194338,7 @@ self: { tasty-quickcheck text ]; description = "URLs without host information"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "path-io" = callPackage @@ -194358,7 +194358,7 @@ self: { unix-compat ]; description = "Interface to ‘directory’ package for users of ‘path’"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "path-like" = callPackage @@ -194369,7 +194369,7 @@ self: { sha256 = "1hr58zcgcybd34zzas5kf0jgcm5z2wdlbhskwj9233503nnlwkq9"; libraryHaskellDepends = [ base path ]; description = "PathLike, FileLike and DirLike type classes for the Path library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "path-pieces" = callPackage @@ -194383,8 +194383,8 @@ self: { libraryHaskellDepends = [ base text time ]; testHaskellDepends = [ base hspec HUnit QuickCheck text ]; description = "Components of paths"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ psibi ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ psibi ]; }) {}; "path-text-utf8" = callPackage @@ -194397,7 +194397,7 @@ self: { base bytestring path safe-exceptions text ]; description = "Read and write UTF-8 text files"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "path-utils" = callPackage @@ -194408,7 +194408,7 @@ self: { sha256 = "0k6wfy8vzddfhxsd5zlbjd4397syqhdg6i8v49d218m0qqfhzkpj"; libraryHaskellDepends = [ base exceptions path split text ]; description = "Handful of simple utility functions for the path library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pathfinding" = callPackage @@ -194419,7 +194419,7 @@ self: { sha256 = "1d1vpkx4gl438b71mni80n46yrhz57z2hq2p9j2fkkpxj3k72y80"; libraryHaskellDepends = [ base containers ]; description = "pathfinding in grid and graphs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pathfindingcore" = callPackage @@ -194437,8 +194437,8 @@ self: { array base-noprelude bizzlelude tasty tasty-hunit ]; description = "A toy pathfinding library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194450,7 +194450,7 @@ self: { sha256 = "04877061vp9fv5qd0cdazmn8dd1l0zsqpxvw1awvbzjyfzl31k1y"; libraryHaskellDepends = [ base bytestring random ]; description = "Pathological ByteStrings for testing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "paths" = callPackage @@ -194468,7 +194468,7 @@ self: { time ]; description = "Library for representing and manipulating type-safe file paths"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pathtype" = callPackage @@ -194487,7 +194487,7 @@ self: { ]; testHaskellDepends = [ base random ]; description = "Type-safe replacement for System.FilePath etc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pathwalk" = callPackage @@ -194499,7 +194499,7 @@ self: { libraryHaskellDepends = [ base directory filepath transformers ]; testHaskellDepends = [ base ]; description = "Path walking utilities for Haskell programs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "patience" = callPackage @@ -194510,7 +194510,7 @@ self: { sha256 = "1i1b37lgi31c17yrjyf8pdm4nf5lq8vw90z3rri78hf0k66d0p3i"; libraryHaskellDepends = [ base containers ]; description = "Patience diff and longest increasing subsequence"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "patronscraper" = callPackage @@ -194523,8 +194523,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base HandsomeSoup hxt ]; description = "A webpage scraper for Patreon which dumps a list of patrons to a text file"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194536,7 +194536,7 @@ self: { sha256 = "13q7bj19hd60rnjfc05wxlyck8llxy11z3mns8kxg197wxrdkhkg"; libraryHaskellDepends = [ base mtl ]; description = "Arrows for Pretty Printing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pattern-matcher" = callPackage @@ -194548,7 +194548,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers mtl QuickCheck ]; description = "A library for compiling pattern-matching to decision trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pattern-trie" = callPackage @@ -194572,7 +194572,7 @@ self: { base bytestring containers criterion deepseq hashable text ]; description = "Pattern tries"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "patterns" = callPackage @@ -194589,7 +194589,7 @@ self: { ]; description = "Common patterns in message-oriented applications"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194603,7 +194603,7 @@ self: { testHaskellDepends = [ base hspec vector ]; benchmarkHaskellDepends = [ base criterion mwc-random vector ]; description = "Greatest convex majorants and least concave minorants"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "paymill" = callPackage @@ -194615,7 +194615,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "This is an unofficial client for the Paymill API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "paypal-adaptive-hoops" = callPackage @@ -194639,8 +194639,8 @@ self: { test-framework-hunit text ]; description = "Client for a limited part of PayPal's Adaptive Payments API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194657,8 +194657,8 @@ self: { mtl old-locale text time wai ]; description = "PayPal API, currently supporting \"ButtonManager\""; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194675,8 +194675,8 @@ self: { http-types lens safe text time wreq ]; description = "A client to connect to PayPal's REST API (v1)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194692,8 +194692,8 @@ self: { base containers HTTP network process ]; description = "pastebin command line application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194713,8 +194713,8 @@ self: { ]; testHaskellDepends = [ base parsec tasty tasty-hunit ]; description = "Utility CLI for working with protobuf files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194726,8 +194726,8 @@ self: { sha256 = "16dki82d9x6rpkbax090ax8ynwjxv31cvpzpy51ynq83kjg3v2z9"; libraryHaskellDepends = [ base hslua string-qq ]; description = "pbc for HsLua"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194746,7 +194746,7 @@ self: { base binary byteable bytedump bytestring cryptohash utf8-string ]; description = "Haskell implementation of the PBKDF functions from RFC-2898"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pcap" = callPackage @@ -194757,7 +194757,7 @@ self: { sha256 = "0pydw62qqw61sxfd8x9vvwgpgl3zp6mqv8rm4c825ymzyipjxsg7"; libraryHaskellDepends = [ base bytestring network time ]; description = "A system-independent interface for user-level packet capture"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pcap-conduit" = callPackage @@ -194770,7 +194770,7 @@ self: { base bytestring conduit pcap transformers ]; description = "Conduit <-> libpcap"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pcap-enumerator" = callPackage @@ -194784,8 +194784,8 @@ self: { base bytestring enumerator pcap transformers ]; description = "Convert a pcap into an enumerator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194815,8 +194815,8 @@ self: { genvalidity-property hspec hspec-core lens QuickCheck resourcet text unliftio-core validity ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194841,8 +194841,8 @@ self: { test-framework-hunit text vector ]; description = "PCD file loader"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194860,8 +194860,8 @@ self: { transformers void ]; description = "A one file compiler for PCF"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194876,8 +194876,8 @@ self: { base binary bytestring containers vector zlib ]; description = "PCF font parsing and rendering library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194893,8 +194893,8 @@ self: { base bytestring pcf-font template-haskell vector ]; description = "Template Haskell for embedding text rendered using PCF fonts"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194912,7 +194912,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Haskell bindings to the PCG random number generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pcgen" = callPackage @@ -194927,7 +194927,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck random ]; benchmarkHaskellDepends = [ base criterion deepseq random ]; description = "A fast, pseudorandom number generator"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "pcre-heavy" = callPackage @@ -194946,7 +194946,7 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "A regexp (regex) library on top of pcre-light you can actually use"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "pcre-less" = callPackage @@ -194957,7 +194957,7 @@ self: { sha256 = "1widnpz4r2az96lwxrq21vm21j9j7b4sn86kqn2iih3xs2dpwqf9"; libraryHaskellDepends = [ array base regex-pcre ]; description = "Nicer interface to regex-pcre"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pcre-light" = callPackage @@ -194970,7 +194970,7 @@ self: { librarySystemDepends = [ pcre ]; testHaskellDepends = [ base bytestring containers HUnit mtl ]; description = "Portable regex library for Perl 5 compatible regular expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) pcre;}; "pcre-light-extra" = callPackage @@ -194981,8 +194981,8 @@ self: { sha256 = "1kjh36gglszd16rsh0rm2q5fxjlfipzld4hw0l2r23y0flbqkbvx"; libraryHaskellDepends = [ base bytestring pcre-light ]; description = "pcre-light extra functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -194999,7 +194999,7 @@ self: { ]; testHaskellDepends = [ base bytestring HUnit regex-pcre-builtin ]; description = "Perl-like substitute and split for PCRE regexps"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pcre2" = callPackage @@ -195022,7 +195022,7 @@ self: { regex-pcre-builtin template-haskell text ]; description = "Regular expressions via the PCRE2 C library (included)"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "pdf-slave" = callPackage @@ -195047,8 +195047,8 @@ self: { shelly system-filepath text transformers yaml ]; description = "Tool to generate PDF from haskintex templates and YAML input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195082,8 +195082,8 @@ self: { base lens optparse-applicative text wai-extra warp ]; description = "Web service for pdf-slave tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {pdf-slave-server-api = null;}; @@ -195099,8 +195099,8 @@ self: { aeson base base64-bytestring bytestring containers text ]; description = "Template format definition for pdf-slave tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195117,8 +195117,8 @@ self: { pdf-toolbox-core text ]; description = "A collection of tools for processing PDF files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195135,8 +195135,8 @@ self: { transformers zlib-bindings ]; description = "A collection of tools for processing PDF files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195155,8 +195155,8 @@ self: { transformers ]; description = "A collection of tools for processing PDF files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195177,8 +195177,8 @@ self: { transformers ]; description = "Simple pdf viewer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195211,7 +195211,7 @@ self: { base mtl old-locale process-extras text time time-locale-compat ]; description = "Wrapper around the pdfinfo command"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pdfname" = callPackage @@ -195228,8 +195228,8 @@ self: { base directory filepath optparse-applicative pdfinfo text ]; description = "Name a PDF file using information from the pdfinfo command"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195245,8 +195245,8 @@ self: { base directory pdfinfo process temporary ]; description = "split two-column PDFs, so there is one column per page"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195268,8 +195268,8 @@ self: { testHaskellDepends = [ base hspec text ]; testToolDepends = [ hspec-discover ]; description = "Extracts text from PDF using poppler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {poppler-cpp = null;}; @@ -195286,8 +195286,8 @@ self: { base directory filepath ghc ghc-paths old-time process ]; description = "pdynload is polymorphic dynamic linking library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195303,8 +195303,8 @@ self: { base derive GLUT List template-haskell time TypeCompose ]; description = "Experiemental library for composable interactive programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195319,7 +195319,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Peano numbers"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "peano-inf" = callPackage @@ -195330,7 +195330,7 @@ self: { sha256 = "1w8rvlckqcy41ciq2csb2nf83l969nwvvrrlm0x1yzf5i6ibg33b"; libraryHaskellDepends = [ base containers lazysmallcheck ]; description = "Lazy Peano numbers including observable infinity value"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pec" = callPackage @@ -195354,8 +195354,8 @@ self: { old-time process shake syb uniplate wl-pprint ]; description = "pec embedded compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195368,8 +195368,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base binary bytestring containers ]; description = "Parser for PE/COFF format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195390,8 +195390,8 @@ self: { QuickCheck tasty tasty-hunit tasty-quickcheck text ]; description = "An implementation of Pedersen commitment schemes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195405,8 +195405,8 @@ self: { editedCabalFile = "1434n6ncyyryjqzn3xcg73nwvcr6si7cnf2k8g2qrp0xmrq0nx8b"; libraryHaskellDepends = [ array base binary containers ]; description = "A pedestrian implementation of directed acyclic graphs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195424,8 +195424,8 @@ self: { base containers filepath haskeline logict mtl parsec ]; description = "a lazy non-deterministic concatenative programming language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195444,8 +195444,8 @@ self: { template-haskell ]; description = "The Parser Generator for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195463,8 +195463,8 @@ self: { QuickCheck ]; description = "Package to solve the Generalized Pell Equation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195483,7 +195483,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Privacy Enhanced Mail (PEM) format reader and writer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pencil" = callPackage @@ -195506,8 +195506,8 @@ self: { base doctest mtl text unordered-containers ]; description = "Static site generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195519,7 +195519,7 @@ self: { sha256 = "12c5bzn3ac8783lny56n7rd8a1ik4ayfm1pr5v7gm7z53f7iz0qy"; libraryHaskellDepends = [ base containers parsec ]; description = "Tools for manipulating the Penn TreeBank"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "penntreebank-megaparsec" = callPackage @@ -195539,8 +195539,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Parser combinators for trees in the Penn Treebank format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195569,8 +195569,8 @@ self: { tasty tasty-quickcheck text time transformers ]; description = "Extensible double-entry accounting system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195589,8 +195589,8 @@ self: { pretty-show semigroups text transformers ]; description = "Deprecated - use penny package instead"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195612,8 +195612,8 @@ self: { pretty-show rainbow semigroups split text time transformers ]; description = "Deprecated - use penny package instead"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195649,8 +195649,8 @@ self: { tasty-hunit tasty-quickcheck tasty-smallcheck text uuid websockets ]; description = "Create beautiful diagrams just by typing mathematical notation in plain text"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195662,8 +195662,8 @@ self: { sha256 = "1qy8hghpvp9idiq4ksn55n1dpx7823s7mjfvqfgrmhj0xl1b1y54"; libraryHaskellDepends = [ base binary bytestring haskell98 ]; description = "A parser for PE object files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195683,8 +195683,8 @@ self: { base bytestring criterion network-uri ]; description = "Percent encode/decode ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195697,7 +195697,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base leancheck ]; description = "simple printf-style string formatting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "perceptron" = callPackage @@ -195708,8 +195708,8 @@ self: { sha256 = "0w1vrsv43z92y6vsv9nzs2pjlqkhrxvzh53r2722530lzff34m78"; libraryHaskellDepends = [ base ]; description = "The perceptron learning algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195737,8 +195737,8 @@ self: { benchmarkHaskellDepends = [ base criterion deepseq filepath ]; benchmarkToolDepends = [ cpphs ]; description = "Find duplicate images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195768,7 +195768,7 @@ self: { ]; description = "Robust persistence for acyclic immutable data"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "peregrin" = callPackage @@ -195785,8 +195785,8 @@ self: { transformers ]; description = "Database migration support for use in other libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195803,8 +195803,8 @@ self: { ]; testHaskellDepends = [ base deepseq doctest rdtsc ]; description = "Low-level run time measurement"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195827,8 +195827,8 @@ self: { text vector ]; description = "analysis example using perf"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195858,7 +195858,7 @@ self: { vector ]; description = "Perfect minimal hashing implementation in native Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "perfect-vector-shuffle" = callPackage @@ -195884,7 +195884,7 @@ self: { vector ]; description = "Library for performing vector shuffles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "perfecthash" = callPackage @@ -195907,8 +195907,8 @@ self: { unordered-containers ]; description = "A perfect hashing library for mapping bytestrings to values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195926,8 +195926,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Perhaps, a monad"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195949,7 +195949,7 @@ self: { ]; testHaskellDepends = [ base hspec HUnit text time ]; description = "Parse and format date periods, collapse and expand their text representations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "periodic" = callPackage @@ -195964,8 +195964,8 @@ self: { executableHaskellDepends = [ base cereal hedis text time ]; testHaskellDepends = [ base cereal hedis hspec text time ]; description = "A reliable at-least-once periodic job scheduler backed by redis"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -195983,7 +195983,7 @@ self: { periodic-common resource-pool transformers unliftio ]; description = "Periodic task system haskell client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "periodic-client-exe" = callPackage @@ -196007,7 +196007,7 @@ self: { streaming-commons text unix-time unliftio warp websockets ]; description = "Periodic task system haskell client executables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "periodic-common" = callPackage @@ -196023,7 +196023,7 @@ self: { text unliftio vector ]; description = "Periodic task system common"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "periodic-polynomials" = callPackage @@ -196034,7 +196034,7 @@ self: { sha256 = "1y7hj8cjdy5zpp7sg7yfaafcid7ssf23g4az6fwk2hrcrk97sf2i"; libraryHaskellDepends = [ base vector ]; description = "A library for working with periodic polynomials (very basic functionality)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "periodic-server" = callPackage @@ -196063,8 +196063,8 @@ self: { unliftio ]; description = "Periodic task system haskell server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196081,8 +196081,8 @@ self: { base HUnit mtl test-framework test-framework-hunit ]; description = "permutation Applicative and Monad with many mtl instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196097,8 +196097,8 @@ self: { setupHaskellDepends = [ base Cabal process ]; libraryHaskellDepends = [ base ghc-prim QuickCheck ]; description = "A library for permutations and combinations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196122,8 +196122,8 @@ self: { tasty-smallcheck universe-base ]; description = "Permutations of finite sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196135,8 +196135,8 @@ self: { sha256 = "03g1d9h26f1id0pnaigy9xy1cv5pvzqcjrwgzn75xnnbm5c3y9ch"; libraryHaskellDepends = [ base mtl ]; description = "Generalised permutation parser combinator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196154,7 +196154,7 @@ self: { test-framework-quickcheck2 text ]; description = "Minimal serialization library with focus on performance"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persist-state" = callPackage @@ -196173,7 +196173,7 @@ self: { test-framework-quickcheck2 text ]; description = "Serialization library with state and leb128 encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persist2er" = callPackage @@ -196188,8 +196188,8 @@ self: { base optparse-applicative persistent text ]; description = "Transforms persist's quasi-quoted syntax into ER format"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196210,7 +196210,7 @@ self: { ]; testHaskellDepends = [ base quickcheck-simple ]; description = "Binding between SQL database values and haskell records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistable-types-HDBC-pg" = callPackage @@ -196230,7 +196230,7 @@ self: { base relational-query relational-query-HDBC text-postgresql ]; description = "HDBC and Relational-Record instances of PostgreSQL extended types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent" = callPackage @@ -196257,8 +196257,8 @@ self: { text time transformers unordered-containers vector ]; description = "Type-safe, multi-backend data serialization"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ psibi ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ psibi ]; }) {}; "persistent-audit" = callPackage @@ -196287,8 +196287,8 @@ self: { persistent-sqlite persistent-template text time transformers ]; description = "Parses a Persist Model file and produces Audit Models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196300,8 +196300,8 @@ self: { sha256 = "09akf8vpkn2jskf1vf9mq96sakqzr7mfs8hhri8qlbkwx3i5nr6f"; libraryHaskellDepends = [ base cereal persistent text ]; description = "Helper functions for writing Persistent instances"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196321,8 +196321,8 @@ self: { base bytestring hspec persistent-postgresql text ]; description = "Parse DATABASE_URL into configuration types for Persistent"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196343,7 +196343,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Documentation DSL for persistent entities"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "persistent-equivalence" = callPackage @@ -196354,8 +196354,8 @@ self: { sha256 = "14nn01bbwskllbccgcnwnjwzyws6vppqv4l51n6pcvhwbphn18qz"; libraryHaskellDepends = [ array base diffarray ]; description = "Persistent equivalence relations (aka union-find)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196367,7 +196367,7 @@ self: { sha256 = "1a9h7dfj9v47di4pwg3fwzwa550fh8wj2ri1w2kd8xbw9xym5kqk"; libraryHaskellDepends = [ base persistent text ]; description = "Derive Persistent classes generically"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-hssqlppp" = callPackage @@ -196383,8 +196383,8 @@ self: { persistent-template template-haskell text th-lift ]; description = "Declare Persistent entities using SQL SELECT query syntax"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196396,7 +196396,7 @@ self: { sha256 = "0nmk138kv020aa0pw29l177rb6rji4rnmw4ndnkn1xvp8gh3w0yn"; libraryHaskellDepends = [ base bytestring iproute persistent ]; description = "Persistent instances for types in iproute"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-iproute" = callPackage @@ -196412,7 +196412,7 @@ self: { path-pieces persistent text ]; description = "Persistent instances for types in iproute"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-map" = callPackage @@ -196429,7 +196429,7 @@ self: { ]; description = "A thread-safe (STM) persistency interface for finite map types"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196454,8 +196454,8 @@ self: { temporary text time yaml ]; description = "Manual migrations for the persistent library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196483,8 +196483,8 @@ self: { unliftio-core ]; description = "Backend for the persistent library using mongoDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196510,7 +196510,7 @@ self: { unliftio ]; description = "Monad transformer for the persistent API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-mysql" = callPackage @@ -196536,7 +196536,7 @@ self: { unliftio-core ]; description = "Backend for the persistent library using MySQL database server"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "persistent-mysql-haskell" = callPackage @@ -196568,8 +196568,8 @@ self: { unliftio-core ]; description = "A pure haskell backend for the persistent library using MySQL database server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196590,8 +196590,8 @@ self: { transformers ]; description = "Backend for the persistent library using ODBC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196613,7 +196613,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Efficient and correct pagination for persistent or esqueleto queries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-parser" = callPackage @@ -196625,7 +196625,7 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; testHaskellDepends = [ attoparsec base hspec text ]; description = "Parse persistent model files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-postgresql" = callPackage @@ -196655,7 +196655,7 @@ self: { vector ]; description = "Backend for the persistent library using postgresql"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "persistent-protobuf" = callPackage @@ -196671,8 +196671,8 @@ self: { protocol-buffers-descriptor template-haskell text ]; description = "Template-Haskell helpers for integrating protobufs with persistent"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196695,7 +196695,7 @@ self: { resourcet template-haskell text unliftio ]; description = "Provides a quasi-quoter for raw SQL for persistent"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "persistent-ratelimit" = callPackage @@ -196706,8 +196706,8 @@ self: { sha256 = "05h7wlw82ljjic50qhzlldhidz344id1fpf0yaxrhqvx7wkgyi2m"; libraryHaskellDepends = [ base time yesod ]; description = "A library for rate limiting activities with a persistent backend"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196731,7 +196731,7 @@ self: { time transformers utf8-string ]; description = "Backend for persistent library using Redis"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-refs" = callPackage @@ -196744,7 +196744,7 @@ self: { base containers mtl ref-fd transformers ]; description = "Haskell references backed by an IntMap for persistence and reversibility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-relational-record" = callPackage @@ -196767,8 +196767,8 @@ self: { test-framework test-framework-hunit test-framework-th text time ]; description = "relational-record on persisten backends"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196789,7 +196789,7 @@ self: { aeson base hspec http-api-data persistent QuickCheck text ]; description = "Database agnostic, spatially indexed type for geographic points"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "persistent-sqlite" = callPackage @@ -196820,8 +196820,8 @@ self: { time transformers unliftio-core ]; description = "Backend for the persistent library using sqlite3"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ psibi ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ psibi ]; }) {inherit (pkgs) sqlite;}; "persistent-template" = callPackage @@ -196848,8 +196848,8 @@ self: { template-haskell text ]; description = "Type-safe, non-relational, multi-backend persistence"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ psibi ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ psibi ]; }) {}; "persistent-template-classy" = callPackage @@ -196869,8 +196869,8 @@ self: { template-haskell text ]; description = "Generate classy lens field accessors for persistent models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196894,8 +196894,8 @@ self: { transformers-base unliftio unliftio-core unordered-containers ]; description = "Tests for Persistent"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196920,7 +196920,7 @@ self: { resource-pool resourcet template-haskell text transformers ]; description = "Type safe access to multiple database schemata"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "persistent-vector" = callPackage @@ -196937,8 +196937,8 @@ self: { ]; benchmarkHaskellDepends = [ base containers criterion deepseq ]; description = "A persistent sequence based on array mapped tries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196968,8 +196968,8 @@ self: { utf8-string ]; description = "Backend for persistent library using Zookeeper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -196986,8 +196986,8 @@ self: { unordered-containers ]; description = "Persona (BrowserID) library"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197009,8 +197009,8 @@ self: { pem persona scotty shakespeare text time transformers unix wai x509 ]; description = "Persona (BrowserID) Identity Provider"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197026,7 +197026,7 @@ self: { executableHaskellDepends = [ base process ]; description = "Proof Editor for Sequent Calculus"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197053,8 +197053,8 @@ self: { x509-store ]; description = "Pretty Easy YOshikuni-made TLS library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197072,8 +197072,8 @@ self: { crypto-pubkey-types monads-tf word24 x509 x509-store ]; description = "Codec parts of Pretty Easy YOshikuni-made TLS library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197090,8 +197090,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "A Pretty Extraordinary Zipper library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197108,8 +197108,8 @@ self: { ]; testHaskellDepends = [ base HUnit text ]; description = "PostgreSQL database performance insights"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197129,8 +197129,8 @@ self: { async base ini postgresql-simple random scotty text transformers ]; description = "REST service and library for creating/consuming temporary PostgreSQL databases"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197142,7 +197142,7 @@ self: { sha256 = "06gqra5q20sc13slh5vz95bi1vq0ai43qfh7npcyv258zwv40qnh"; libraryHaskellDepends = [ base bytestring HTTP ]; description = "Client library for pg-harness-server"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "pg-harness-server" = callPackage @@ -197161,8 +197161,8 @@ self: { warp ]; description = "REST service for creating temporary PostgreSQL databases"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197188,8 +197188,8 @@ self: { resource-pool ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197213,8 +197213,8 @@ self: { test-framework test-framework-quickcheck2 text ]; description = "Simple storage interface to PostgreSQL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197236,8 +197236,8 @@ self: { postgresql-libpq postgresql-simple tmp-postgres ]; description = "A postgresql-simple transaction monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197263,8 +197263,8 @@ self: { tagsoup text time transformers unix vector vty ]; description = "browse directory listing webpages and download files from them"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197277,8 +197277,8 @@ self: { libraryHaskellDepends = [ base containers pretty ]; librarySystemDepends = [ gu pgf ]; description = "Bindings to the C version of the PGF runtime"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {gu = null; inherit (pkgs) pgf;}; @@ -197290,7 +197290,7 @@ self: { sha256 = "1s3kch1qsxrfzk9sa4b0jn9vzjhw7dvh1sajgnnz97gl5y0gydmv"; libraryHaskellDepends = [ array base bytestring parsec ]; description = "Pure Haskell implementation of PGM image format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pgp-wordlist" = callPackage @@ -197307,7 +197307,7 @@ self: { tasty-quickcheck text ]; description = "Translate between binary data and a human-readable collection of words"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pgsql-simple" = callPackage @@ -197326,8 +197326,8 @@ self: { network old-locale pcre-light text time utf8-string ]; description = "A mid-level PostgreSQL client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197352,8 +197352,8 @@ self: { uuid vector ]; description = "Streaming Postgres bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197366,7 +197366,7 @@ self: { libraryHaskellDepends = [ base transformers ]; benchmarkHaskellDepends = [ base criterion transformers vector ]; description = "Phantom State Transformer. Like State Monad, but without values."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "phasechange" = callPackage @@ -197380,8 +197380,8 @@ self: { array base ghc-prim monad-st primitive vector ]; description = "Freezing, thawing, and copy elision"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197396,8 +197396,8 @@ self: { base bytestring containers QuickCheck text ]; description = "Incremental multiple pass parser library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197416,7 +197416,7 @@ self: { ]; testSystemDepends = [ pHash ]; description = "Haskell bindings to pHash, the open source perceptual hash library"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {pHash = null;}; "phizzle" = callPackage @@ -197432,7 +197432,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Library for checking if a given link is in a phishtank json file"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "phoityne" = callPackage @@ -197455,8 +197455,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Deprecated - ghci debug viewer with simple editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197479,7 +197479,7 @@ self: { text transformers ]; description = "Haskell Debug Adapter for Visual Studio Code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "phone-metadata" = callPackage @@ -197493,7 +197493,7 @@ self: { testHaskellDepends = [ base hspec ]; description = "Phonenumber Metadata - NOTE: this is now deprecated!"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "phone-numbers" = callPackage @@ -197507,8 +197507,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base bytestring ]; description = "Haskell bindings to the libphonenumber library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {phonenumber = null; inherit (pkgs) protobuf;}; @@ -197526,8 +197526,8 @@ self: { HsOpenSSL http-conduit network time transformers ]; description = "Push notifications for Android and iOS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197539,7 +197539,7 @@ self: { sha256 = "0pjvjqxp37n901s16ys5qq5rzblamz8izvsd1992w06bcyrs36cw"; libraryHaskellDepends = [ array base containers regex-compat ]; description = "Phonetic codes: Soundex and Phonix"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "phonetic-languages-common" = callPackage @@ -197550,7 +197550,7 @@ self: { sha256 = "16m215rydybgn7wi5g3lh694z8zja2yr7b5p1rn33vgph2h5i8v7"; libraryHaskellDepends = [ base subG subG-instances vector ]; description = "A generalization of the uniqueness-periods-vector-common package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-constaints" = callPackage @@ -197561,7 +197561,7 @@ self: { sha256 = "17n4m9zbl1h6g76wxrqxc3wwcd0m5qjmbiakvmvbcdv7nffc8xyh"; libraryHaskellDepends = [ base vector ]; description = "Constraints to filter the needed permutations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-constraints" = callPackage @@ -197572,7 +197572,7 @@ self: { sha256 = "11m389rpz7ddvmkf5wrasc41kmy67fki234fjcgi1djk8iawp5pw"; libraryHaskellDepends = [ base subG subG-instances vector ]; description = "Constraints to filter the needed permutations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-constraints-array" = callPackage @@ -197583,7 +197583,7 @@ self: { sha256 = "0mxn7xvggiii4cmpqmxx5mkk660z9q8s3n09kaqbmwszf5l86ynd"; libraryHaskellDepends = [ base subG ]; description = "Constraints to filter the needed permutations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-examples" = callPackage @@ -197616,7 +197616,7 @@ self: { vector ]; description = "A generalization of the uniqueness-periods-vector-examples functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-filters-array" = callPackage @@ -197627,7 +197627,7 @@ self: { sha256 = "0gi2hbdzb62s0hvx9j8w936bwiypv6xvh5xndmx4w1kf8r2lkagy"; libraryHaskellDepends = [ base filters-basic mmsyn2-array ]; description = "Allows to change the structure of the function output"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-general" = callPackage @@ -197643,7 +197643,7 @@ self: { subG vector ]; description = "A generalization of the uniqueness-periods-vector-general functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-permutations" = callPackage @@ -197654,7 +197654,7 @@ self: { sha256 = "1y6izwnlphy528y6j4qg97pzi4nkw7j8vnlp63brnil9wd5765wa"; libraryHaskellDepends = [ base subG subG-instances vector ]; description = "Commonly used versions of the phonetic-languages-common package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-permutations-array" = callPackage @@ -197665,7 +197665,7 @@ self: { sha256 = "1r8fwdphn3h9zpbrdbbgmqjwv6gwcl205ahr3kqwz6sfg78bflj4"; libraryHaskellDepends = [ base subG ]; description = "Permutations and universal set related functions for the phonetic-languages series"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-plus" = callPackage @@ -197684,7 +197684,7 @@ self: { uniqueness-periods-vector-stats ]; description = "Some common shared between different packages functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-properties" = callPackage @@ -197701,7 +197701,7 @@ self: { phonetic-languages-vector ukrainian-phonetics-basic vector ]; description = "A generalization of the uniqueness-periods-vector-properties package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-rhythmicity" = callPackage @@ -197712,7 +197712,7 @@ self: { sha256 = "1ljblyk0m1fs3n2gj72w6gs62dxjk5gsn8x6p7fwlwhvaa316wm3"; libraryHaskellDepends = [ base ]; description = "Allows to estimate the rhythmicity metrices for the text (usually, the Ukrainian poetic one)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-base" = callPackage @@ -197726,7 +197726,7 @@ self: { base phonetic-languages-permutations-array subG ]; description = "A simplified version of the phonetic-languages functionality common for some different realizations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-common" = callPackage @@ -197741,7 +197741,7 @@ self: { base phonetic-languages-permutations subG subG-instances vector ]; description = "A simplified version of the phonetic-languages-functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-examples-array" = callPackage @@ -197785,7 +197785,7 @@ self: { ukrainian-phonetics-basic-array uniqueness-periods-vector-stats ]; description = "Helps to create Ukrainian texts with the given phonetic properties"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-examples-common" = callPackage @@ -197808,7 +197808,7 @@ self: { ukrainian-phonetics-basic-array ]; description = "Some commonly used by phonetic-languages-simplified* series functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-lists-examples" = callPackage @@ -197842,7 +197842,7 @@ self: { uniqueness-periods-vector-stats vector ]; description = "Simplified and somewhat optimized version of the phonetic-languages-examples"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-properties-array" = callPackage @@ -197859,7 +197859,7 @@ self: { phonetic-languages-simplified-base ukrainian-phonetics-basic-array ]; description = "A generalization of the uniqueness-periods-vector-properties package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-properties-lists" = callPackage @@ -197877,7 +197877,7 @@ self: { vector ]; description = "A generalization of the uniqueness-periods-vector-properties package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-simplified-properties-lists-double" = callPackage @@ -197895,7 +197895,7 @@ self: { vector ]; description = "A generalization of the uniqueness-periods-vector-properties package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-ukrainian" = callPackage @@ -197906,7 +197906,7 @@ self: { sha256 = "1z9frcwvy9njq1flk3hd2n4z8l4ad7f248w8h1pgjl1fbz6fv9dc"; libraryHaskellDepends = [ base mmsyn2 mmsyn5 vector ]; description = "Prepares Ukrainian text to be used as a phonetic language text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-ukrainian-array" = callPackage @@ -197917,7 +197917,7 @@ self: { sha256 = "0h88qcdkckgn5cjyjiwvdxci8p04h12xr6jj5pjp4wzqyp6a5wcf"; libraryHaskellDepends = [ base mmsyn2-array mmsyn5 ]; description = "Prepares Ukrainian text to be used as a phonetic language text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phonetic-languages-vector" = callPackage @@ -197928,7 +197928,7 @@ self: { sha256 = "12mhmrfpdkxl00yfvy5jc74c7xnrj10pcydnn3xdhzj0fvp1zrll"; libraryHaskellDepends = [ base vector ]; description = "A generalization of the functionality of the uniqueness-periods-vector package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "phooey" = callPackage @@ -197943,8 +197943,8 @@ self: { array base mtl reactive TypeCompose wx wxcore ]; description = "Functional user interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197966,8 +197966,8 @@ self: { regex-posix time unix ]; description = "Rename photo image files based on EXIF shoot date"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -197981,8 +197981,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base mtl SDL transformers ]; description = "A fractal viewer"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198015,8 +198015,8 @@ self: { vector ]; description = "Utility for clustering phylogenetic trees in Newick format based on Robinson-Foulds distance"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198028,7 +198028,7 @@ self: { sha256 = "07ysi2xq73g29pv4c3zvwq9zf1yjl2aszb1zkim49n00f5bxfnqc"; libraryHaskellDepends = [ base ]; description = "dimensions, quantities and constants"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pi-calculus" = callPackage @@ -198048,8 +198048,8 @@ self: { io-streams mtl network parsec RSA transformers ]; description = "Applied pi-calculus interpreter"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198073,8 +198073,8 @@ self: { QuickCheck transformers unbound-generics ]; description = "Demo implementation of typechecker for dependently-typed language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198100,8 +198100,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Lightweight access control solution for the pijul vcs"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198123,7 +198123,7 @@ self: { ]; executableHaskellDepends = [ base text ]; description = "Control an Adafruit character LCD and keypad kit on a Raspberry Pi"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pia-forward" = callPackage @@ -198143,8 +198143,8 @@ self: { xdg-basedir ]; description = "Set up port forwarding with the Private Internet Access VPN service"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198167,8 +198167,8 @@ self: { base containers errors filepath network streams text transformers ]; description = "Remotely controlling Java Swing applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198183,8 +198183,8 @@ self: { libraryHaskellDepends = [ base hmatrix JuicyPixels vector ]; executableHaskellDepends = [ base cli hmatrix ]; description = "simple image manipulation functions"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198196,8 +198196,8 @@ self: { sha256 = "13c1n06v6mh9lyplfg0y1gdijk2mhxg4ln59v7i2z4j1y65y8cz9"; libraryHaskellDepends = [ base containers network stm text ]; description = "Instant StatsD in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198220,8 +198220,8 @@ self: { base containers mtl picosat pretty QuickCheck ]; description = "Utilities for symbolic predicate logic expressions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198254,8 +198254,8 @@ self: { parsec scientific text unordered-containers vector ]; description = "Fast combinator parsing for bytestrings and text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198268,7 +198268,7 @@ self: { libraryHaskellDepends = [ base containers transformers ]; testHaskellDepends = [ base containers random rdtsc transformers ]; description = "Bindings to the PicoSAT solver"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pictikz" = callPackage @@ -198281,8 +198281,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base matrix transformers xml ]; description = "Converts a svg image to tikz code"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198299,7 +198299,7 @@ self: { libraryHaskellDepends = [ base directory process unix ]; executableHaskellDepends = [ base ]; description = "Do signal handling and orphan reaping for Unix PID1 init processes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pidfile" = callPackage @@ -198310,7 +198310,7 @@ self: { sha256 = "0z0k923gb0b01r35x1qp4i1743mcn84cj3m12ss7jbxql768jigf"; libraryHaskellDepends = [ base unix ]; description = "Run an IO action protected by a pidfile"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pier" = callPackage @@ -198330,8 +198330,8 @@ self: { transformers unordered-containers yaml ]; description = "Yet another Haskell build system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198351,8 +198351,8 @@ self: { http-types process shake temporary text unix ]; description = "A library for writing forwards-declared build systems in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198366,8 +198366,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ array base containers Imlib mtl ]; description = "A Piet interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198384,8 +198384,8 @@ self: { base containers random random-shuffle ]; description = "dice game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198400,7 +198400,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base mtl parsec text ]; description = "Yet another text-to-html converter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pinboard" = callPackage @@ -198424,8 +198424,8 @@ self: { text time transformers unliftio unliftio-core unordered-containers ]; description = "Access to the Pinboard API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198446,8 +198446,8 @@ self: { transformers ]; description = "Back up the notes you've saved to Pinboard"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198472,8 +198472,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "An alternative implementation of Thrift for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198493,8 +198493,8 @@ self: { optparse-applicative prettyprinter text unordered-containers ]; description = "A code generator for the pinch Thrift library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198513,8 +198513,8 @@ self: { transformers ]; description = "Write grammars, not parsers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198538,7 +198538,7 @@ self: { base containers linear mtl sdl2 sdl2-image stm text ]; description = "Functional 2D Game Framework"; - license = stdenv.lib.licenses.zlib; + license = lib.licenses.zlib; }) {}; "ping" = callPackage @@ -198556,8 +198556,8 @@ self: { stm transformers ]; description = "icmp echo requests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198579,7 +198579,7 @@ self: { attoparsec base hspec iproute QuickCheck quickcheck-text ]; description = "Attoparsec parsers of ping utility"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "ping-wrapper" = callPackage @@ -198602,7 +198602,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Haskell Ping wrapper"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "pinpon" = callPackage @@ -198636,8 +198636,8 @@ self: { ]; testHaskellDepends = [ base doctest protolude ]; description = "A gateway for various cloud notification services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198649,8 +198649,8 @@ self: { sha256 = "0h6k00k85pn0jajk3rvvfnrfwlkllprhv00x0qd9zg9gg7lf7zkc"; libraryHaskellDepends = [ base enumerator pipes transformers ]; description = "A bidirectional bridge between pipes and iteratees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198667,7 +198667,7 @@ self: { base bytestring editor-open Hclip safe ]; description = "Open your editor, pipe the output to the system clipboard"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "piped" = callPackage @@ -198688,7 +198688,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Conduit with a smaller core"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipeline" = callPackage @@ -198699,7 +198699,7 @@ self: { sha256 = "1bz7pfyfgc1cps5pwy31m5z3r6kxi5c4661qa60q333y0rd2y2j1"; libraryHaskellDepends = [ base transformers ]; description = "Continuation patterns"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes" = callPackage @@ -198722,7 +198722,7 @@ self: { base criterion mtl optparse-applicative transformers ]; description = "Compositional pipelines"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-aeson" = callPackage @@ -198738,7 +198738,7 @@ self: { pipes-bytestring pipes-parse transformers ]; description = "Encode and decode JSON streams using Aeson and Pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-async" = callPackage @@ -198758,8 +198758,8 @@ self: { stm transformers-base ]; description = "A higher-level interface to using concurrency with pipes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198779,7 +198779,7 @@ self: { text transformers ]; description = "Attoparsec and Pipes integration"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-attoparsec-streaming" = callPackage @@ -198799,8 +198799,8 @@ self: { attoparsec base bytestring pipes-core transformers ]; description = "Streaming parsing in the pipes-core framework with Attoparsec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198816,8 +198816,8 @@ self: { base bytestring mtl parallel pipes streaming-commons ]; description = "Blocked GZip"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198839,7 +198839,7 @@ self: { smallcheck tasty tasty-hunit tasty-smallcheck transformers ]; description = "Encode and decode binary streams using the pipes and binary libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-break" = callPackage @@ -198855,7 +198855,7 @@ self: { ]; testHaskellDepends = [ base bytestring mtl pipes QuickCheck ]; description = "Pipes to group by any delimiter (such as lines with carriage returns)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-brotli" = callPackage @@ -198871,8 +198871,8 @@ self: { base bytestring pipes pipes-bytestring QuickCheck ]; description = "Brotli (RFC7932) compressors and decompressors for the Pipes package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198889,7 +198889,7 @@ self: { transformers ]; description = "ByteString support for pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-bzip" = callPackage @@ -198912,7 +198912,7 @@ self: { ]; benchmarkHaskellDepends = [ base ]; description = "Streaming compression/decompression via pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) bzip2;}; "pipes-cacophony" = callPackage @@ -198928,8 +198928,8 @@ self: { libraryHaskellDepends = [ base bytestring cacophony pipes ]; testHaskellDepends = [ base hlint ]; description = "Pipes for Noise-secured network connections"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -198944,7 +198944,7 @@ self: { libraryHaskellDepends = [ base lens mtl pipes pipes-extras ]; testHaskellDepends = [ base hspec pipes transformers ]; description = "Allows instances for Category, Arrow and ArrowChoice for Pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-cborg" = callPackage @@ -198965,7 +198965,7 @@ self: { tasty tasty-quickcheck transformers ]; description = "Encode and decode cborg streams using the pipes and cborg libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-cellular" = callPackage @@ -198976,7 +198976,7 @@ self: { sha256 = "0j0ayzvc9k3fmd9j37p41z50nqp4hwyywashcvng23qgp7m4ahdc"; libraryHaskellDepends = [ base bytestring data-cell pipes ]; description = "Pipes-based combinators for cellular data processing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-cellular-csv" = callPackage @@ -198990,7 +198990,7 @@ self: { base bytestring data-cell pipes pipes-cellular ]; description = "Efficient pipes-based cellular CSV codec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-cereal" = callPackage @@ -199005,8 +199005,8 @@ self: { base bytestring cereal mtl pipes pipes-bytestring pipes-parse ]; description = "Encode and decode binary streams using the pipes and cereal libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199022,8 +199022,8 @@ self: { base bytestring cereal-plus errors mtl pipes pipes-bytestring text ]; description = "A streaming serialization library on top of \"pipes\" and \"cereal-plus\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199041,7 +199041,7 @@ self: { async base bytestring pipes pipes-safe process stm unix ]; description = "Streaming to and from subprocesses using Pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-concurrency" = callPackage @@ -199059,7 +199059,7 @@ self: { ]; testHaskellDepends = [ async base pipes stm ]; description = "Concurrency for the pipes ecosystem"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-conduit" = callPackage @@ -199070,8 +199070,8 @@ self: { sha256 = "1nzylhmi3f2m0xnqgx0m9g0p5pwl6xnidsz8ykzmv8wafrh60dh8"; libraryHaskellDepends = [ base conduit mtl pipes-core ]; description = "Conduit adapters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199087,8 +199087,8 @@ self: { base categories lifted-base monad-control transformers void ]; description = "Compositional pipelines"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199100,8 +199100,8 @@ self: { sha256 = "1v2bm2cmzb6a7bmpv8byrb5x4k5pivp3s8ma6r6dwhldic294jgf"; libraryHaskellDepends = [ base courier pipes ]; description = "Pipes utilities for interfacing with the courier message-passing framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199123,7 +199123,7 @@ self: { test-framework test-framework-hunit vector ]; description = "Fast, streaming csv parser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pipes-errors" = callPackage @@ -199134,8 +199134,8 @@ self: { sha256 = "1vbpchs3v08sc1rfa9fl89wzxg9ak823xjbkl0k37ycwwc36fn76"; libraryHaskellDepends = [ base errors pipes ]; description = "Integration between pipes and errors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199163,8 +199163,8 @@ self: { transformers zlib zlib-conduit zlib-enum ]; description = "Various basic utilities for Pipes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199183,7 +199183,7 @@ self: { base HUnit pipes test-framework test-framework-hunit transformers ]; description = "Extra utilities for pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-fastx" = callPackage @@ -199198,7 +199198,7 @@ self: { attoparsec base bytestring pipes pipes-attoparsec pipes-bytestring ]; description = "Streaming parsers for Fasta and Fastq"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-files" = callPackage @@ -199225,8 +199225,8 @@ self: { text transformers unix ]; description = "Fast traversal of directory trees using pipes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199249,7 +199249,7 @@ self: { mtl pipes pipes-concurrency pipes-misc stm transformers ]; description = "Reactively combines Producers so that a value is yielded as soon as possible"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-group" = callPackage @@ -199267,7 +199267,7 @@ self: { ]; testHaskellDepends = [ base doctest lens-family-core ]; description = "Group streams into substreams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-http" = callPackage @@ -199284,7 +199284,7 @@ self: { base bytestring http-client http-client-tls pipes ]; description = "HTTP client with pipes interface"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-illumina" = callPackage @@ -199299,8 +199299,8 @@ self: { base bytestring directory filepath pipes pipes-bgzf ]; description = "Illumina NGS data processing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199314,7 +199314,7 @@ self: { editedCabalFile = "06vg9vlczmmlpvqnnwn12kyb9c741y50hl8ky0vvdlkwlb90zncq"; libraryHaskellDepends = [ base containers heaps pipes ]; description = "Interleave and merge streams of elements"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-io" = callPackage @@ -199328,8 +199328,8 @@ self: { libraryHaskellDepends = [ base pipes pipes-parse ]; testHaskellDepends = [ base hspec pipes ]; description = "Stateful IO streams based on pipes"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199347,7 +199347,7 @@ self: { pipes-safe text transformers transformers-base ]; description = "Kafka in the Pipes ecosystem"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pipes-key-value-csv" = callPackage @@ -199370,8 +199370,8 @@ self: { QuickCheck reflection text transformers vinyl vinyl-utils ]; description = "Streaming processing of CSV files preceded by key-value pairs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199388,7 +199388,7 @@ self: { base bytestring lens mtl pipes pipes-group QuickCheck ]; description = "Pipes for grouping by lines with carriage returns"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-lzma" = callPackage @@ -199407,7 +199407,7 @@ self: { base bytestring pipes pipes-bytestring QuickCheck ]; description = "LZMA compressors and decompressors for the Pipes package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-misc" = callPackage @@ -199427,7 +199427,7 @@ self: { base hspec lens mmorph pipes pipes-concurrency stm transformers ]; description = "Miscellaneous utilities for pipes, required by glazier-tutorial"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-mongodb" = callPackage @@ -199439,8 +199439,8 @@ self: { libraryHaskellDepends = [ base monad-control mongoDB pipes ]; testHaskellDepends = [ base monad-control mongoDB pipes text ]; description = "Stream results from MongoDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199457,7 +199457,7 @@ self: { transformers ]; description = "Use network sockets together with the pipes library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-network-tls" = callPackage @@ -199474,7 +199474,7 @@ self: { pipes-network pipes-safe tls transformers ]; description = "TLS-secured network connections support for pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-network-ws" = callPackage @@ -199487,7 +199487,7 @@ self: { base bytestring network-simple-ws pipes ]; description = "WebSockets support for pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-ordered-zip" = callPackage @@ -199499,7 +199499,7 @@ self: { libraryHaskellDepends = [ base pipes pipes-safe ]; testHaskellDepends = [ base foldl hspec pipes pipes-safe ]; description = "merge two ordered Producers into a new Producer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-p2p" = callPackage @@ -199516,8 +199516,8 @@ self: { network-simple-sockaddr pipes pipes-concurrency pipes-network ]; description = "P2P network nodes with pipes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199536,8 +199536,8 @@ self: { network-simple-sockaddr pipes pipes-network pipes-p2p ]; description = "Examples using pipes-p2p"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199549,7 +199549,7 @@ self: { sha256 = "1a87q6l610rhxr23qfzzzif3zpfjhw3mg5gfcyjwqac25hdq73yj"; libraryHaskellDepends = [ base pipes transformers ]; description = "Parsing infrastructure for the pipes ecosystem"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-postgresql-simple" = callPackage @@ -199566,7 +199566,7 @@ self: { pipes-safe postgresql-simple stm text transformers ]; description = "Convert various postgresql-simple calls to work with pipes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pipes-protolude" = callPackage @@ -199588,8 +199588,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Alternate Prelude for the pipes ecosystem"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199601,7 +199601,7 @@ self: { sha256 = "1xsb0cxksrrkv81yk9qb7b3g7niz3sc7sz0960hxn16hwjymkv5k"; libraryHaskellDepends = [ base mwc-random pipes vector ]; description = "Producers for handling randomness"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-rt" = callPackage @@ -199615,8 +199615,8 @@ self: { libraryHaskellDepends = [ base mwc-random pipes time ]; executableHaskellDepends = [ base pipes time ]; description = "A few pipes to control the timing of yields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199639,8 +199639,8 @@ self: { QuickCheck tasty tasty-quickcheck text ]; description = "A simple interface for streaming data to and from Amazon S3"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199657,7 +199657,7 @@ self: { transformers transformers-base ]; description = "Safety for the pipes ecosystem"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-shell" = callPackage @@ -199677,8 +199677,8 @@ self: { pipes-safe process stm stm-chans text ]; description = "Create proper Pipes from System.Process"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199692,8 +199692,8 @@ self: { base pipes pipes-safe sqlite-simple text ]; description = "Functions that smash Pipes and sqlite-simple together"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199711,7 +199711,7 @@ self: { pipes-safe streaming-commons text transformers ]; description = "properly streaming text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-transduce" = callPackage @@ -199734,8 +199734,8 @@ self: { base doctest foldl free pipes tasty tasty-hunit text ]; description = "Interfacing pipes with foldl folds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199751,8 +199751,8 @@ self: { base monad-primitive pipes primitive transformers vector ]; description = "Various proxies for streaming data into vectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199768,7 +199768,7 @@ self: { base blaze-builder bytestring http-types pipes transformers wai ]; description = "A port of wai-conduit for the pipes ecosystem"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pipes-websockets" = callPackage @@ -199786,7 +199786,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "WebSockets in the Pipes framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pipes-zeromq4" = callPackage @@ -199803,8 +199803,8 @@ self: { base bytestring pipes pipes-safe semigroups zeromq4-haskell ]; description = "Pipes integration for ZeroMQ messaging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199825,7 +199825,7 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Zlib and GZip compression and decompression for Pipes streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pisigma" = callPackage @@ -199844,8 +199844,8 @@ self: { mtl parsec text utf8-string ]; description = "A dependently typed core language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199868,8 +199868,8 @@ self: { base bytestring optparse-applicative text unordered-containers yaml ]; description = "Account management tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199890,8 +199890,8 @@ self: { transformers ]; description = "Pitch tracking library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199915,8 +199915,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "A library and a CLI tool for accessing Pivotal Tracker API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199940,7 +199940,7 @@ self: { uri-encode vector ]; description = "Pixela client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pixelated-avatar-generator" = callPackage @@ -199961,8 +199961,8 @@ self: { base bytestring hspec JuicyPixels QuickCheck ]; description = "A library and application for generating pixelated avatars"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -199987,7 +199987,7 @@ self: { base extra sdl2 sdl2-gfx sdl2-image sdl2-mixer sdl2-ttf text ]; description = "Haskell game engine like fantasy console"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pkcs1" = callPackage @@ -200019,8 +200019,8 @@ self: { QuickCheck tasty tasty-hunit tasty-quickcheck transformers x509 ]; description = "PKCS#10 library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200033,8 +200033,8 @@ self: { libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base bytestring Cabal HUnit QuickCheck ]; description = "PKCS #7 padding in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200048,8 +200048,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base Cabal split ]; description = "Package dependency graph for installed packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200069,8 +200069,8 @@ self: { http-directory simple-cmd simple-cmd-args text ]; description = "Package tree diff tool"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200083,7 +200083,7 @@ self: { libraryHaskellDepends = [ base containers ]; description = "Implementation of the PKTree spatial index data structure"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "placeholders" = callPackage @@ -200094,7 +200094,7 @@ self: { sha256 = "0ih35n2pw5gr9ggj2xz5zfcs4bdk200fdw6q9hdy3xna7maphak5"; libraryHaskellDepends = [ base template-haskell ]; description = "Placeholders for use while developing Haskell code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plaid" = callPackage @@ -200125,7 +200125,7 @@ self: { microlens microlens-th pretty-simple QuickCheck text time wai ]; description = "Plaid.com api integration library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plailude" = callPackage @@ -200136,8 +200136,8 @@ self: { sha256 = "13hqkz0p3c81d7v3qnbcf90cxyb15na9icfjch4hw0222i6kn21i"; libraryHaskellDepends = [ base bytestring mtl time unix ]; description = "plaimi's prelude"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200158,8 +200158,8 @@ self: { tasty tasty-hunit transformers ]; description = "Applicative/Arrow for resource estimation and progress tracking"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200178,8 +200178,8 @@ self: { ]; testHaskellDepends = [ base hspec path path-io ]; description = "Failure-tolerant file and directory editing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200196,8 +200196,8 @@ self: { deepseq ]; description = "A representation of planar graphs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200221,8 +200221,8 @@ self: { unliftio-core ]; description = "Token Introspection for PlanB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200277,8 +200277,8 @@ self: { uuid-types vault vector vector-builder writer-cps-mtl ]; description = "Planet Mitchell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200295,8 +200295,8 @@ self: { tasty-rerun weigh ]; description = "Planet Mitchell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200308,8 +200308,8 @@ self: { sha256 = "049dqzxygj81kzb5zqpw8cc3ql1hakwl3j84dzqhrc6vk6r9a50q"; libraryHaskellDepends = [ adjunctions base protolude ]; description = "The core of a numeric prelude, taken from numhask"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200323,8 +200323,8 @@ self: { base bytestring containers mtl utf8-string ]; description = "Simple templating library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200348,8 +200348,8 @@ self: { ]; testHaskellDepends = [ base containers fgl hspec vector ]; description = "General Framework for compiler development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200373,7 +200373,7 @@ self: { attoparsec base bytestring filepath hspec text word8 ]; description = "Library and executable for working with playlist files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "playlists-http" = callPackage @@ -200391,7 +200391,7 @@ self: { text transformers ]; description = "Library to glue together playlists and http-client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plex" = callPackage @@ -200409,7 +200409,7 @@ self: { async base bytestring deepseq hspec QuickCheck unix ]; description = "run a subprocess, combining stdout and stderr"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "plist" = callPackage @@ -200421,8 +200421,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base base64-bytestring bytestring hxt ]; description = "Generate and parse Mac OS X property list format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200446,8 +200446,8 @@ self: { text time ]; description = "Remote monad for editing plists"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200468,7 +200468,7 @@ self: { ]; description = "Plivo API wrapper for Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "plocketed" = callPackage @@ -200481,8 +200481,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base optparse-applicative socketed ]; description = "plot data from stdin through socketed"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200498,7 +200498,7 @@ self: { array base cairo colour hmatrix mtl pango transformers ]; description = "A plotting library, exportable as eps/pdf/svg/png or renderable with gtk"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plot-gtk" = callPackage @@ -200509,8 +200509,8 @@ self: { sha256 = "1fq75kg8f1sm9bmn89w5c54arr2y1xv0lswbvnxc4rmfc98l82lw"; libraryHaskellDepends = [ base glib gtk hmatrix mtl plot process ]; description = "GTK plots and interaction with GHCi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200527,8 +200527,8 @@ self: { base cairo colour fixed-vector gtk hmatrix plot text vector ]; description = "A quick way to use Mathematica like Manipulation abilities"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200542,8 +200542,8 @@ self: { base glib gtk3 hmatrix mtl plot process ]; description = "GTK3 plots and interaction with GHCi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200560,8 +200560,8 @@ self: { base colour gtk hmatrix plot text vector ]; description = "A plotting tool with Mathematica like Manipulation abilities"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200580,7 +200580,7 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "A lightweight plotting library, exporting to SVG"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plot-light-examples" = callPackage @@ -200600,7 +200600,7 @@ self: { scientific text time ]; description = "Example binaries for plot-light"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plotfont" = callPackage @@ -200628,7 +200628,7 @@ self: { microlens-th text time ]; description = "Haskell bindings to Plotly.js"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ploton" = callPackage @@ -200647,7 +200647,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "A useful cli tool to draw figures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plots" = callPackage @@ -200672,8 +200672,8 @@ self: { semigroups split statistics time transformers vector ]; description = "Diagrams based plotting library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200685,7 +200685,7 @@ self: { sha256 = "17vr3c9dnd1jabx66qih7z19mk0irrxzab51gl5gifcgdxlf4s3x"; libraryHaskellDepends = [ base curl split ]; description = "Plotserver API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "plucky" = callPackage @@ -200697,7 +200697,7 @@ self: { libraryHaskellDepends = [ base transformers ]; testHaskellDepends = [ base mtl ]; description = "A library and technique for handling errors via plucking constraints"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plugins" = callPackage @@ -200714,8 +200714,8 @@ self: { ghc-prim haskell-src process random split ]; description = "Dynamic linking for Haskell and C objects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200732,8 +200732,8 @@ self: { ]; testHaskellDepends = [ base directory process ]; description = "Automatic recompilation and reloading of haskell modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200752,8 +200752,8 @@ self: { base QuickCheck tasty tasty-quickcheck tasty-th template-haskell ]; description = "Dynamic linking for embedded DSLs with staged compilation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200765,8 +200765,8 @@ self: { sha256 = "1lih19zjz5yrrjvrgk8zv5xrvld57ykdxxhdrvhwh6bqyzzarqjj"; libraryHaskellDepends = [ base template-haskell ]; description = "Pointless plumbing combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200779,8 +200779,8 @@ self: { libraryHaskellDepends = [ base semigroups ]; testHaskellDepends = [ base hedgehog hedgehog-classes ]; description = "Plurality monad: Zero, one, or at least two"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200793,8 +200793,8 @@ self: { libraryHaskellDepends = [ base bytestring containers ]; testHaskellDepends = [ base hspec ]; description = "Pluralize"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200814,7 +200814,7 @@ self: { ]; executableHaskellDepends = [ base bytestring linear vector ]; description = "PLY file loader"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "plzwrk" = callPackage @@ -200833,8 +200833,8 @@ self: { ]; testHaskellDepends = [ base hspec mtl text unordered-containers ]; description = "A front-end framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200850,8 +200850,8 @@ self: { array base binary-file bytestring monads-tf template-haskell zlib ]; description = "read/write png file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200868,8 +200868,8 @@ self: { array base bytestring haskell98 mtl parsec zlib ]; description = "Pure Haskell loader for PNG images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200882,8 +200882,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ array base bytestring mtl parsec zlib ]; description = "Pure Haskell loader for PNG images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200895,7 +200895,7 @@ self: { sha256 = "0h6wsqv6c36cmk30gs3rjdjbxxq9zih49pmzhj2dh9nyxsqbj2yw"; libraryHaskellDepends = [ base bytestring ]; description = "PNM image format header parsing and pretty printing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pocket" = callPackage @@ -200910,8 +200910,8 @@ self: { aeson base bytestring exceptions http-conduit http-types text ]; description = "Bindings for the Pocket API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200946,8 +200946,8 @@ self: { hspec-test-sandbox shakespeare test-sandbox text transformers ]; description = "Multi-backend (zookeeper and sqlite) DNS Server using persistent-library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200966,8 +200966,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Point octree, with bounding boxes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -200986,7 +200986,7 @@ self: { transformers-compat unordered-containers ]; description = "Pointed and copointed data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pointedalternative" = callPackage @@ -200997,8 +200997,8 @@ self: { sha256 = "12l380hgl17l0jxdx38kipvnip6gz4p9n27n03h9q37k5qhzjfha"; libraryHaskellDepends = [ base mtl semigroups transformers ]; description = "Alternative done right"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201010,7 +201010,7 @@ self: { sha256 = "16xsrzqql7i4z6a3xy07sqnbyqdmcar1jiacla58y4mvkkwb0g3l"; libraryHaskellDepends = [ base binary ]; description = "A zipper-like comonad which works as a list, tracking a position"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pointfree" = callPackage @@ -201035,7 +201035,7 @@ self: { ]; description = "Tool for refactoring expressions into pointfree form"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "pointfree-fancy" = callPackage @@ -201057,8 +201057,8 @@ self: { testHaskellDepends = [ base HUnit QuickCheck ]; doHaddock = false; description = "Tool for refactoring expressions into pointfree form"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201077,8 +201077,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Pointful refactoring tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201090,7 +201090,7 @@ self: { sha256 = "0m5hwd0mr7bmb2sbs1qa7l65xrr5h2wjznknsrk1ga08qkd5jp6h"; libraryHaskellDepends = [ base ]; description = "Some common point-free combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pointless-haskell" = callPackage @@ -201101,8 +201101,8 @@ self: { sha256 = "0f0bnd6dyi1ancdxd2hkszshws9d8jz8iamz5pir0i4nsj69mqyx"; libraryHaskellDepends = [ base GHood process syb ]; description = "Pointless Haskell library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201118,8 +201118,8 @@ self: { base containers derive pointless-haskell process QuickCheck ]; description = "Pointless Lenses library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201135,8 +201135,8 @@ self: { base containers mtl pointless-haskell pointless-lenses process ]; description = "Pointless Rewrite library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201168,8 +201168,8 @@ self: { unboxing-vector unordered-containers vector ]; description = "Discord verification bot"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201186,8 +201186,8 @@ self: { proto-lens text ]; description = "Haskell types for the Pokemon Go protobuf protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201200,8 +201200,8 @@ self: { libraryHaskellDepends = [ array base mtl random vector ]; librarySystemDepends = [ poker-eval ]; description = "Binding to libpoker-eval"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {poker-eval = null;}; @@ -201219,8 +201219,8 @@ self: { HTTP http-client http-conduit http-types strict text time ]; description = "PokitDok Platform API Client for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201232,7 +201232,7 @@ self: { sha256 = "1f0anpxc57vxa5z0x4wrfay0g1sw2qwnz5nkz74y9vmh8vd99kkh"; libraryHaskellDepends = [ base ]; description = "Complex numbers in polar form"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polar-configfile" = callPackage @@ -201244,8 +201244,8 @@ self: { libraryHaskellDepends = [ base containers mtl parsec ]; testHaskellDepends = [ base containers HUnit MissingH mtl parsec ]; description = "Fork of ConfigFile for Polar Game Engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201258,8 +201258,8 @@ self: { libraryHaskellDepends = [ base containers lens mtl ]; testHaskellDepends = [ base containers hspec ]; description = "High-level shader compiler framework"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201278,8 +201278,8 @@ self: { text-binary transformers ]; description = "A library for manipulating the historical dictionary of Polish (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201305,7 +201305,7 @@ self: { base Cabal directory filepath hedgehog hspec relude text ]; description = "Haskell PVP version adviser"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "polimorf" = callPackage @@ -201316,7 +201316,7 @@ self: { sha256 = "0pdz9fwqdwhqm1l81jnji3nm8y51dmfg5i84ggp8gmqfsiczvbj3"; libraryHaskellDepends = [ base binary containers text ]; description = "Handling the PoliMorf dictionary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "poll" = callPackage @@ -201327,7 +201327,7 @@ self: { sha256 = "0agdl2bxw7ca05kqyc8dix4kvjdh67i91hn1scmcngjd3gz8gzmr"; libraryHaskellDepends = [ base enumset utility-ht ]; description = "Bindings to poll.h"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "poly" = callPackage @@ -201351,7 +201351,7 @@ self: { base deepseq gauge mod semirings vector ]; description = "Polynomials"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "poly-arity" = callPackage @@ -201362,7 +201362,7 @@ self: { sha256 = "0afxrwq5is4l954kmlqm76g0zpy4jw6vvx2275q8xph4zr2ac46b"; libraryHaskellDepends = [ base constraints ]; description = "Tools for working with functions of undetermined arity"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "poly-cont" = callPackage @@ -201373,8 +201373,8 @@ self: { sha256 = "05pkz6v2xyva73ibb5v97c7fh5zjpvkhahfgnnxycrlnsag5ckgy"; libraryHaskellDepends = [ base mtl transformers ]; description = "Poly-kinded continuations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201386,8 +201386,8 @@ self: { sha256 = "044xsfpxwp3h7vsx86y2d099qmgiiknslmh3jjfnbr2qy9aj73r6"; libraryHaskellDepends = [ base lens ]; description = "This package provides abstraction for polymorphic controls, like PolyMonads or PolyApplicatives"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201399,7 +201399,7 @@ self: { sha256 = "1csi81i0j3hk2gsc3c0rx939i67b0mj2pi064giw20yspqqjrp27"; libraryHaskellDepends = [ base requirements ]; description = "Polykinded extensible records"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "polyToMonoid" = callPackage @@ -201410,7 +201410,7 @@ self: { sha256 = "068acarrpd66682yjscm6l5k9kj9p8zxbf3hi76kz7gvkhkbsjj8"; libraryHaskellDepends = [ base ]; description = "Polyvariadic functions mapping to a given monoid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polydata" = callPackage @@ -201428,8 +201428,8 @@ self: { base constraint-manip hspec indextype polydata-core ]; description = "Wrap together data and it's constraints"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201441,8 +201441,8 @@ self: { sha256 = "1wdi8a1s235knb98bmhfqvy7qbqvj804dx6rn846x8aj50drjjqv"; libraryHaskellDepends = [ base ]; description = "Core data definitions for the \"polydata\" package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201455,7 +201455,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base ]; description = "Polygonal maps"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "polynom" = callPackage @@ -201478,7 +201478,7 @@ self: { ]; description = "Polynomial types and operations"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "polynomial" = callPackage @@ -201500,8 +201500,8 @@ self: { test-framework-quickcheck2 vector vector-space ]; description = "Polynomials"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201559,7 +201559,7 @@ self: { transformers type-errors type-errors-pretty unagi-chan ]; description = "Higher-order, low-boilerplate free monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polysemy-RandomFu" = callPackage @@ -201580,8 +201580,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Experimental, RandomFu effect and interpreters for polysemy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201604,7 +201604,7 @@ self: { ]; description = "Polysemy effect for chronos"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201620,7 +201620,7 @@ self: { base containers exceptions extra polysemy polysemy-zoo ]; description = "Extra Input and Output functions for polysemy.."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "polysemy-fs" = callPackage @@ -201635,7 +201635,7 @@ self: { base bytestring path polysemy rio temporary text unliftio-path ]; description = "Low level filesystem operations for polysemy"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polysemy-fskvstore" = callPackage @@ -201650,7 +201650,7 @@ self: { base bytestring path polysemy polysemy-zoo rio unliftio-path ]; description = "Run a KVStore as a filesystem in polysemy"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "polysemy-http" = callPackage @@ -201683,7 +201683,7 @@ self: { ]; description = "Polysemy effect for http-client"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201700,7 +201700,7 @@ self: { unliftio-path ]; description = "Run a KVStore as a single json file in polysemy"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "polysemy-methodology" = callPackage @@ -201715,8 +201715,8 @@ self: { base co-log-polysemy polysemy polysemy-plugin polysemy-zoo ]; description = "Domain modelling algebra for polysemy"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201733,8 +201733,8 @@ self: { polysemy-vinyl vinyl ]; description = "Functions for using polysemy-methodology with composite"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201746,8 +201746,8 @@ self: { sha256 = "1ym2da08wy5pbdijrvn769w644dyma8hc010f8phqjnpkhq4j0z5"; libraryHaskellDepends = [ base optics polysemy polysemy-zoo ]; description = "Optics for Polysemy"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201763,8 +201763,8 @@ self: { base path polysemy polysemy-extra polysemy-plugin ]; description = "Polysemy versions of Path functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201788,7 +201788,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Disambiguate obvious uses of effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polysemy-resume" = callPackage @@ -201808,7 +201808,7 @@ self: { ]; description = "Polysemy error tracking"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201833,7 +201833,7 @@ self: { ]; description = "Polysemy effects for testing"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201858,7 +201858,7 @@ self: { ]; description = "Polysemy effect for time"; license = "BSD-2-Clause-Patent"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201873,7 +201873,7 @@ self: { libraryHaskellDepends = [ base formatting path path-utils polysemy text turtle ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "polysemy-vinyl" = callPackage @@ -201884,7 +201884,7 @@ self: { sha256 = "1545a125bfgi5314dxhak5dnx9h5kwanzgbp1f88f96hlxik1rjh"; libraryHaskellDepends = [ base polysemy polysemy-extra vinyl ]; description = "Functions for mapping vinyl records in polysemy"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "polysemy-webserver" = callPackage @@ -201905,7 +201905,7 @@ self: { polysemy-plugin text wai wai-websockets warp websockets ]; description = "Start web servers from within a Polysemy effect stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polysemy-zoo" = callPackage @@ -201929,7 +201929,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Experimental, user-contributed effects and interpreters for polysemy"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polyseq" = callPackage @@ -201949,8 +201949,8 @@ self: { ]; executableHaskellDepends = [ cgi free-theorems utf8-string xhtml ]; description = "Taming Selective Strictness"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201964,7 +201964,7 @@ self: { base containers deepseq polyparse tagsoup ]; description = "Online XML parsing with polyparse and tagsoup"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "polytypeable" = callPackage @@ -201975,8 +201975,8 @@ self: { sha256 = "0vb2adm97ypi553lsjz7333q3dg9fmi0incrxlikqixk0f3ajaq8"; libraryHaskellDepends = [ base ]; description = "Typeable for polymorphic types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -201988,8 +201988,8 @@ self: { sha256 = "1hbpamgqsmsjkzjjva15f566yra77hwasp88b6y68nx9qa36a821"; libraryHaskellDepends = [ base haskell98 polytypeable ]; description = "Utilities for polytypeable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202004,7 +202004,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base ]; description = "Creation and application of polyvariadic functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pomaps" = callPackage @@ -202029,8 +202029,8 @@ self: { base criterion deepseq lattices random vector ]; description = "Maps and sets of partial orders"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202049,8 +202049,8 @@ self: { process time unix wx wxcore ]; description = "pomodoro timer"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202074,8 +202074,8 @@ self: { ]; testHaskellDepends = [ base hspec protolude ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202087,8 +202087,8 @@ self: { sha256 = "1nq4z063g429hxwf4vbyyr2b2s7sn325m0h6ggf793inlj48ci0h"; libraryHaskellDepends = [ base mtl ]; description = "PEG parser combinator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202106,8 +202106,8 @@ self: { ]; testHaskellDepends = [ base hspec network QuickCheck ]; description = "A simple embedded pingable server that runs in the background"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202127,7 +202127,7 @@ self: { ]; description = "Extended Personal Media Network (XPMN) media server"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "pontarius-xmpp" = callPackage @@ -202165,8 +202165,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "An XMPP client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202183,7 +202183,7 @@ self: { ]; description = "XEPs implementation on top of pontarius-xmpp"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "pontarius-xpmn" = callPackage @@ -202199,7 +202199,7 @@ self: { ]; description = "Extended Personal Media Network (XPMN) library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "pony" = callPackage @@ -202212,7 +202212,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Can I have a pony?"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pool" = callPackage @@ -202225,8 +202225,8 @@ self: { editedCabalFile = "0lf9m19hl5asyb85xc8h34kh0iqpfdpwzil4lm5lskvn4fbi77n7"; libraryHaskellDepends = [ base monad-control transformers ]; description = "Thread-safe resource pools. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202244,8 +202244,8 @@ self: { base monad-control resource-pool resourcet transformers ]; description = "Resource pool allocations via ResourceT. (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202264,7 +202264,7 @@ self: { utility-ht ]; description = "Run jobs on a limited number of threads and support data dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pop3-client" = callPackage @@ -202276,8 +202276,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base mtl network ]; description = "POP3 Client Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202291,7 +202291,7 @@ self: { libraryHaskellDepends = [ base directory haskell98 unix ]; description = "popenhs is a popen-like library for Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202313,8 +202313,8 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck store ]; testToolDepends = [ hspec-discover ]; description = "Static key-value storage backed by poppy"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202335,8 +202335,8 @@ self: { libraryPkgconfigDepends = [ gdk-pixbuf gtk2 pango poppler_gi ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the Poppler"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gdk-pixbuf; inherit (pkgs) gtk2; inherit (pkgs) pango; inherit (pkgs) poppler_gi;}; @@ -202349,7 +202349,7 @@ self: { sha256 = "06z723fgqwvcxgxy63pqwmjb6xkcl69xmdry117f0i5rhy0aix3y"; libraryHaskellDepends = [ base ]; description = "Empty Cabal package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "porcupine-core" = callPackage @@ -202391,8 +202391,8 @@ self: { unliftio-core unordered-containers url vector vinyl yaml zlib ]; description = "Express portable, composable and reusable data tasks and pipelines"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202421,8 +202421,8 @@ self: { text transformers unordered-containers ]; description = "A location accessor for porcupine to connect to HTTP sources/sinks"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202453,8 +202453,8 @@ self: { unordered-containers ]; description = "A location accessor for porcupine to connect to AWS S3 sources/sinks"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202473,7 +202473,7 @@ self: { ]; executableHaskellDepends = [ base warp ]; description = "A minimalist HTTP server framework written on top of wai"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "port-utils" = callPackage @@ -202485,7 +202485,7 @@ self: { libraryHaskellDepends = [ base network ]; testHaskellDepends = [ async base hspec network stm transformers ]; description = "Utilities for creating and waiting on ports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "portable-lines" = callPackage @@ -202496,7 +202496,7 @@ self: { sha256 = "1l94p3s56a3kfqc8fzqc52z12rhg3c8xsmgcw1i20dnl8aygalsh"; libraryHaskellDepends = [ base bytestring ]; description = "Alternative 'lines' implementation that understands CR-LF and CR"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "portable-template-haskell-lens" = callPackage @@ -202507,7 +202507,7 @@ self: { sha256 = "14xg0zdyml5jx8jbgrk7b3697qs2schxjrb9iviqi1hnkcaqq75q"; libraryHaskellDepends = [ base lens template-haskell ]; description = "Lenses for the AST of Template Haskell 2.11 and Template Haskell < 2.11"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "portager" = callPackage @@ -202526,8 +202526,8 @@ self: { ]; testHaskellDepends = [ base containers hspec mtl QuickCheck text ]; description = "DSL for configuring Gentoo portage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202541,7 +202541,7 @@ self: { librarySystemDepends = [ portaudio ]; description = "Haskell bindings for the PortAudio library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) portaudio;}; "porte" = callPackage @@ -202558,8 +202558,8 @@ self: { base bytestring containers extensible-exceptions stringsearch ]; description = "FreeBSD ports index search and analysis tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202571,7 +202571,7 @@ self: { sha256 = "12pvav3xx4mdjnvza15yhkdcphxlsjns2s1i66h2nfgbb9lc8h0q"; libraryHaskellDepends = [ base ]; description = "Implementation of the Porter stemming algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ports" = callPackage @@ -202583,7 +202583,7 @@ self: { libraryHaskellDepends = [ base haskell98 unix ]; description = "The Haskell Ports Library"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202596,7 +202596,7 @@ self: { libraryHaskellDepends = [ base directory process ]; description = "Library to interact with port tools on FreeBSD"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "poseidon" = callPackage @@ -202618,8 +202618,8 @@ self: { text time unordered-containers uuid ]; description = "Simple extensible library to run SQL file against PostgreSQL database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202640,8 +202640,8 @@ self: { QuickCheck scientific text time unordered-containers uuid ]; description = "Extension of Poseidon library for Postgis (Spatial and Geographic objects for PostgreSQL)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202653,7 +202653,7 @@ self: { sha256 = "034vlx889sgwvn7g2s1vl3w0nf1vs0c2c1gc0vn77wd9l1vw0hfg"; libraryHaskellDepends = [ base nats semigroups ]; description = "Positive integers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "positron" = callPackage @@ -202670,8 +202670,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Experiment"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202689,8 +202689,8 @@ self: { ]; librarySystemDepends = [ acl ]; description = "Support for Posix ACL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) acl;}; @@ -202711,8 +202711,8 @@ self: { base primitive primitive-unlifted tasty tasty-hunit ]; description = "posix bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) systemd;}; @@ -202724,7 +202724,7 @@ self: { sha256 = "1462njrxsfb26xavpwji17p172bsy6ivicsjzfvh8sq60rqyzjv1"; libraryHaskellDepends = [ base ]; description = "POSIX error codes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "posix-escape" = callPackage @@ -202735,7 +202735,7 @@ self: { sha256 = "0yrx8cr6qximfy0vh7qqljlkj27q9gksrnqmqbnj2hk5bsa5l48w"; libraryHaskellDepends = [ base ]; description = "Quote arguments to be passed through the Unix shell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "posix-filelock" = callPackage @@ -202747,7 +202747,7 @@ self: { libraryHaskellDepends = [ base transformers unix ]; description = "Nice wrapper around POSIX fcntl advisory locks"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "posix-paths" = callPackage @@ -202766,7 +202766,7 @@ self: { base bytestring criterion directory filepath process unix ]; description = "POSIX filepath/directory functionality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "posix-pty" = callPackage @@ -202779,7 +202779,7 @@ self: { librarySystemDepends = [ util ]; testHaskellDepends = [ base bytestring process ]; description = "Pseudo terminal interaction with subprocesses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {util = null;}; "posix-realtime" = callPackage @@ -202790,8 +202790,8 @@ self: { sha256 = "01yz9p66m8w5418mqrrbz33dib97pscw329382wh0bi75swvlb39"; libraryHaskellDepends = [ base bytestring unix ]; description = "POSIX Realtime functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202808,7 +202808,7 @@ self: { transformers-base unix ]; description = "Bindings to the POSIX socket API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "posix-timer" = callPackage @@ -202819,7 +202819,7 @@ self: { sha256 = "01s9hd23xcgdnryi72vj635435ccryv98a911l0zipxmvq4d8ri8"; libraryHaskellDepends = [ base transformers-base unix ]; description = "Bindings to POSIX clock and timer functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "posix-waitpid" = callPackage @@ -202832,8 +202832,8 @@ self: { editedCabalFile = "12amy5ss3myr4c8bl5k3qpx3y78sp4pw4jdzvcg5sncpq7np3hdh"; libraryHaskellDepends = [ base unix ]; description = "Low-level wrapping of POSIX waitpid(2)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202851,7 +202851,7 @@ self: { base directory process split time timerep transformers unix X11 ]; description = "Sleep tracker for X11, using XScreenSaver extension and manual input"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "possible" = callPackage @@ -202862,7 +202862,7 @@ self: { sha256 = "1r3xg8yni440h0yzcq5a4w27l3877y7bdvx70jf6agcyqhsl4ppj"; libraryHaskellDepends = [ base ]; description = "Three valued Data.Maybe"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "possibly" = callPackage @@ -202873,7 +202873,7 @@ self: { sha256 = "08pannfx1831xp4zj4q3qp64vjr208df83qdwvzzlrn9ffc9ikaj"; libraryHaskellDepends = [ base ]; description = "type Possibly a = Either String a"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "post-mess-age" = callPackage @@ -202884,7 +202884,7 @@ self: { sha256 = "0k6njm7fbj7y6bzqkfpdby4az13i2sqg7lacnn5ry2hkrfqrmxnh"; libraryHaskellDepends = [ base ]; description = "Send messages to a handle concurrently without getting them mixed"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postcodes" = callPackage @@ -202895,8 +202895,8 @@ self: { sha256 = "1z0d5pl11jymd0jj1k50si35lq2af3y0apiyz6mbi25zl5x49bi8"; libraryHaskellDepends = [ aeson base bytestring HTTP ]; description = "A library that gets postcode information from the uk-postcodes.com"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202915,8 +202915,8 @@ self: { base bytestring filepath postgresql-simple process ]; description = "Library for easily running embedded PostgreSQL server for tests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202933,7 +202933,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "An Options type representing options for postgres connections"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgres-tmp" = callPackage @@ -202944,8 +202944,8 @@ self: { sha256 = "1zx5inxczzlhyb5f89f92f0ngzln49qahzraqr6ksvi5r7n7gk86"; libraryHaskellDepends = [ base bytestring postgresql-simple text ]; description = "Create a temporary database that is deleted after performing some operation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -202978,8 +202978,8 @@ self: { time unordered-containers wai-extra websockets ]; description = "Middleware to map LISTEN/NOTIFY messages to Websockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203009,7 +203009,7 @@ self: { ]; benchmarkHaskellDepends = [ criterion rerebase ]; description = "Encoders and decoders for the PostgreSQL's binary format"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "postgresql-common" = callPackage @@ -203025,7 +203025,7 @@ self: { attoparsec base bytestring postgresql-simple ]; description = "Library for sharing common PostgreSQL types across Haskell PostgreSQL libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-common-persistent" = callPackage @@ -203043,7 +203043,7 @@ self: { base bytestring persistent postgresql-common text ]; description = "Persistent compatibility for postgresql-common"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-config" = callPackage @@ -203059,7 +203059,7 @@ self: { resource-pool time ]; description = "Types for easy adding postgresql configuration to your program"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-connector" = callPackage @@ -203076,7 +203076,7 @@ self: { resourcet time transformers-base ]; description = "Initial project postgresql-connector from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-copy-escape" = callPackage @@ -203087,7 +203087,7 @@ self: { sha256 = "08ld3rqjjjhlikcv1cpxjqs8wlsjhvv7qq9fjb032hx6mvcqwz0i"; libraryHaskellDepends = [ base bytestring ]; description = "Format data to feed to a PostgreSQL COPY FROM statement"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-cube" = callPackage @@ -203098,7 +203098,7 @@ self: { sha256 = "0jla8rxnrk995qxyp5dgwm2d6yrcafyz5mj7yqr6v5jyzh6b59c3"; libraryHaskellDepends = [ base bytestring postgresql-simple ]; description = "Cube support for postgresql-simple"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "postgresql-error-codes" = callPackage @@ -203109,7 +203109,7 @@ self: { sha256 = "1r1dv1pi1z16q0v1329g2j856j3afdlhv42qhgdabl9p4wyrvm76"; libraryHaskellDepends = [ bytestring ]; description = "PostgreSQL error codes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "postgresql-libpq" = callPackage @@ -203123,7 +203123,7 @@ self: { librarySystemDepends = [ postgresql ]; testHaskellDepends = [ base bytestring ]; description = "low-level binding to libpq"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) postgresql;}; "postgresql-libpq-notify" = callPackage @@ -203140,7 +203140,7 @@ self: { tmp-postgres ]; description = "Minimal dependency PostgreSQL notifications library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-lo-stream" = callPackage @@ -203156,8 +203156,8 @@ self: { postgresql-simple ]; description = "Utilities for streaming PostgreSQL LargeObjects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203175,8 +203175,8 @@ self: { ]; testHaskellDepends = [ base generics-sop hspec postgresql-simple ]; description = "Generic deserialization of PostgreSQL rows based on column names"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203221,7 +203221,7 @@ self: { testHaskellDepends = [ base hspec ]; testToolDepends = [ hspec-discover ]; description = "Converter for question mark style and dollar sign style of PostgreSQL SQL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-pure" = callPackage @@ -203270,7 +203270,7 @@ self: { text time utf8-string vector ]; description = "pure Haskell PostgreSQL driver"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-query" = callPackage @@ -203301,8 +203301,8 @@ self: { tasty-quickcheck tasty-th text time ]; description = "Sql interpolating quasiquote plus some kind of primitive ORM using it"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203324,7 +203324,7 @@ self: { base basic-prelude optparse-applicative shelly text time ]; description = "PostgreSQL Schema Management"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-simple" = callPackage @@ -203352,7 +203352,7 @@ self: { ]; benchmarkHaskellDepends = [ base vector ]; description = "Mid-Level PostgreSQL client library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-simple-bind" = callPackage @@ -203372,8 +203372,8 @@ self: { base bytestring hspec postgresql-simple text ]; description = "FFI-like bindings for PostgreSQL stored functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203389,7 +203389,7 @@ self: { base haskell-src-meta mtl parsec postgresql-simple template-haskell ]; description = "Interpolated SQL queries via quasiquotation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-simple-migration" = callPackage @@ -203412,8 +203412,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec postgresql-simple ]; description = "PostgreSQL Schema Migrations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203433,8 +203433,8 @@ self: { transformers ]; description = "Implementation of named parameters for `postgresql-simple` library"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203458,7 +203458,7 @@ self: { optparse-applicative postgres-options postgresql-simple ]; description = "An optparse-applicative and envy parser for postgres options"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-simple-queue" = callPackage @@ -203483,8 +203483,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A PostgreSQL backed queue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203496,8 +203496,8 @@ self: { sha256 = "05plsdm4i4nw35pcbbk1yb91gpj6jq5hygsqijdmnsxyl9d6vbby"; libraryHaskellDepends = [ base generics-sop postgresql-simple ]; description = "Generic functions for postgresql-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203514,8 +203514,8 @@ self: { transformers typedquery utf8-string ]; description = "Typed extension for PostgreSQL simple"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203536,7 +203536,7 @@ self: { base postgresql-simple tasty tasty-quickcheck ]; description = "Parse postgres:// url into ConnectInfo"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "postgresql-syntax" = callPackage @@ -203560,8 +203560,8 @@ self: { tasty-quickcheck ]; description = "PostgreSQL AST parsing and rendering"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203575,7 +203575,7 @@ self: { base monad-control mtl postgresql-simple ]; description = "a transactional monad on top of postgresql-simple"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "postgresql-tx" = callPackage @@ -203586,7 +203586,7 @@ self: { sha256 = "1q8yh16wxgfdvr3090i395ba20lzv2iyq5sswrzm9slcbnan353d"; libraryHaskellDepends = [ base transformers ]; description = "A safe transaction monad for use with various PostgreSQL Haskell libraries"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-tx-monad-logger" = callPackage @@ -203597,7 +203597,7 @@ self: { sha256 = "00gyhjfq13rknh4hpizmfizqv84b8l8ziik36gjyq1vsmfg5da43"; libraryHaskellDepends = [ base monad-logger postgresql-tx ]; description = "postgresql-tx interfacing for use with monad-logger"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-tx-query" = callPackage @@ -203616,8 +203616,8 @@ self: { postgresql-tx-simple transformers transformers-base ]; description = "postgresql-tx interfacing for use with postgresql-query"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203633,7 +203633,7 @@ self: { base bytestring postgresql-simple postgresql-tx transformers ]; description = "postgresql-tx interfacing for use with postgresql-simple"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-tx-squeal" = callPackage @@ -203649,8 +203649,8 @@ self: { records-sop squeal-postgresql unliftio ]; description = "postgresql-tx interfacing for use with squeal-postgresql"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203664,8 +203664,8 @@ self: { base postgresql-simple postgresql-tx-squeal ]; description = "Connection interop from postgresql-simple connections to postgresql-libpq connections"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203694,7 +203694,7 @@ self: { base bytestring criterion network time tls ]; description = "PostgreSQL interface with compile-time SQL type checking, optional HDBC backend"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "postgresql-typed-lifted" = callPackage @@ -203710,8 +203710,8 @@ self: { postgresql-typed transformers-base ]; description = "postgresql-typed operations lifted to any instance of MonadBase or MonadBaseControl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203760,8 +203760,8 @@ self: { time transformers-base wai wai-extra ]; description = "REST API for any Postgres database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203797,8 +203797,8 @@ self: { wai-extra ]; description = "PostgREST extension to map LISTEN/NOTIFY messages to Websockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203817,8 +203817,8 @@ self: { pipes-parse tls uuid ]; description = "SMTP server library to receive emails from within Haskell programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203837,8 +203837,8 @@ self: { http-types network-api-support text ]; description = "Library for postmarkapp.com HTTP Api"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203855,8 +203855,8 @@ self: { http-streams io-streams text time ]; description = "Send email via Postmark using io-streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203878,7 +203878,7 @@ self: { ]; description = "Postmaster ESMTP Server"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203892,8 +203892,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base binary bytestring split ]; description = "Command line Dreamcast VMU filesystem toolset"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203905,8 +203905,8 @@ self: { sha256 = "1hc7jp7q6mdqva40v0dppihp1bnl30h7vxnkawg0kmczq5p9js35"; libraryHaskellDepends = [ potoki-core ]; description = "Simple streaming in IO"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203929,8 +203929,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Streaming serialization"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203953,8 +203953,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Integration of \"potoki\" and \"conduit\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203982,8 +203982,8 @@ self: { ]; benchmarkHaskellDepends = [ criterion rerebase ]; description = "Low-level components of \"potoki\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -203999,8 +203999,8 @@ self: { acquire base bytestring hasql potoki-core profunctors text vector ]; description = "Integration of \"potoki\" and \"hasql\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204014,8 +204014,8 @@ self: { acquire base bytestring potoki-core zlib ]; description = "Streaming ZLib decompression"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204032,7 +204032,7 @@ self: { JuicyPixels vector ]; description = "Trace bitmap images to paths using potrace"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "potrace-diagrams" = callPackage @@ -204045,8 +204045,8 @@ self: { editedCabalFile = "1iwsxi5zkqqjf9wr460bqjpghcvjhpgqgk27a11ji6bpdf6gnhga"; libraryHaskellDepends = [ base diagrams-lib JuicyPixels potrace ]; description = "Potrace bindings for the diagrams library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204061,8 +204061,8 @@ self: { libraryHaskellDepends = [ base directory unix ]; executableHaskellDepends = [ base ]; description = "bindings for Griffin PowerMate USB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204074,8 +204074,8 @@ self: { sha256 = "0z3nqv8l9h0kwdaqb2vnk7vx5d0hmx02giv2k01llk7vznlkqqny"; libraryHaskellDepends = [ base ]; description = "Tools for PowerPC programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204089,7 +204089,7 @@ self: { libraryHaskellDepends = [ async base contravariant timespan ]; testHaskellDepends = [ async base hspec stm ]; description = "A flexible job queue with exchangeable backends"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "powerqueue-distributed" = callPackage @@ -204107,7 +204107,7 @@ self: { ]; testHaskellDepends = [ async base hspec powerqueue stm timespan ]; description = "A distributed worker backend for powerqueu"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "powerqueue-levelmem" = callPackage @@ -204133,8 +204133,8 @@ self: { ]; benchmarkSystemDepends = [ leveldb snappy ]; description = "A high performance in memory and LevelDB backend for powerqueue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) leveldb; inherit (pkgs) snappy;}; @@ -204148,8 +204148,8 @@ self: { aws-simple base powerqueue text timespan ]; description = "A Amazon SQS backend for powerqueue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204161,7 +204161,7 @@ self: { sha256 = "0nzvxi1ybfxb1zqkbfqfic8j3mf3r6i2zdyjf7x41rz6m6lhqfcy"; libraryHaskellDepends = [ base mtl ]; description = "a tiny PPM image generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pprecord" = callPackage @@ -204172,8 +204172,8 @@ self: { sha256 = "1gpr6sndh3pc43f1aks7wq8h969bbj2rc01rvaq9pkdnwqlqr7r4"; libraryHaskellDepends = [ base boxes ]; description = "A library for pretty printing Records"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204197,7 +204197,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Pretty Print containers in a tabular format"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pqc" = callPackage @@ -204208,8 +204208,8 @@ self: { sha256 = "1n71qhlxn9js5cizyqdq9f7m08m5j0354871r8b47bnzdi2kqkc4"; libraryHaskellDepends = [ base QuickCheck random stm ]; description = "Parallel batch driver for QuickCheck"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204222,7 +204222,7 @@ self: { libraryHaskellDepends = [ base deepseq ]; testHaskellDepends = [ base deepseq QuickCheck ]; description = "Reliable, persistent, fast priority queues"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pqueue-mtl" = callPackage @@ -204237,8 +204237,8 @@ self: { base containers ghc-prim MaybeT mtl stateful-mtl uvector ]; description = "Fully encapsulated monad transformers with queuelike functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204257,8 +204257,8 @@ self: { base bytestring data-default directory json mps ]; description = "Practice Room"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204279,8 +204279,8 @@ self: { unordered-containers vector ]; description = "A pragmatic Prelude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204297,7 +204297,7 @@ self: { base tasty tasty-hunit tasty-quickcheck vector-space ]; description = "Alternative Show class that gives shorter view if possible"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "prairie" = callPackage @@ -204315,7 +204315,7 @@ self: { ]; testHaskellDepends = [ aeson base ]; description = "A first class record field library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "preamble" = callPackage @@ -204336,8 +204336,8 @@ self: { unordered-containers uuid ]; description = "Yet another prelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204357,7 +204357,7 @@ self: { ]; description = "Diff Cabal packages"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "precursor" = callPackage @@ -204373,8 +204373,8 @@ self: { ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "Prelude replacement"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204386,8 +204386,8 @@ self: { sha256 = "09kpqc281r4inrcnlsqspry6bvyzpa8npmjzqmmnpxscz58fq8nb"; libraryHaskellDepends = [ base hashable hashtables HSet ]; description = "Simple cached predicates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204416,8 +204416,8 @@ self: { tries unordered-containers ]; description = "Predicative tries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204429,8 +204429,8 @@ self: { sha256 = "03rw51jpfcl827nrv1fxlghqwg0mk89l1rkqwd743lnsydwzi15h"; libraryHaskellDepends = [ base ]; description = "Helper class for passing context along a predicate value"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204444,8 +204444,8 @@ self: { editedCabalFile = "1b02l2fdfxvlsvhcmkpsp0vzc0igsd0nrb64yb7af5a7z08cc9c0"; libraryHaskellDepends = [ adjunctions base deepseq lens mtl ]; description = "A library for writing predicates and transformations over predicates in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204472,8 +204472,8 @@ self: { tasty-quickcheck template-haskell text these time ]; description = "Predicates, Refinement types and Dsl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204485,7 +204485,7 @@ self: { sha256 = "0ly64xml5gbazyq07s409swgysvlwjc19w4x46yp1684ifv0gghf"; libraryHaskellDepends = [ base ]; description = "A couple of convenience functions for forming predicates"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "predictive" = callPackage @@ -204496,7 +204496,7 @@ self: { sha256 = "0n1ilbr3zs8gaji37xn5iab5nwk02my3g18x8bci6pp8znisrbi0"; libraryHaskellDepends = [ base containers ]; description = "Predict the future, backtrack on failure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prednote" = callPackage @@ -204517,8 +204517,8 @@ self: { tasty tasty-quickcheck tasty-th text transformers ]; description = "Evaluate and display trees of predicates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204541,8 +204541,8 @@ self: { rainbow-tests text ]; description = "Tests and QuickCheck generators to accompany prednote"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204556,7 +204556,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring ]; description = "Prefetch stdin even before stdout is ready"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prefix-expression" = callPackage @@ -204567,7 +204567,7 @@ self: { sha256 = "0brw6rrykfsg67ckcfs3d5x4n7m8c6vbnh9hqrk1iq9whlz6vpwy"; libraryHaskellDepends = [ base regex-pcre-builtin ]; testHaskellDepends = [ base hspec ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prefix-units" = callPackage @@ -204584,7 +204584,7 @@ self: { test-framework-quickcheck2 ]; description = "A basic library for SI/binary prefix units"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prefork" = callPackage @@ -204606,8 +204606,8 @@ self: { base cab containers directory filepath hspec process stm unix ]; description = "A library for building a prefork-style server quickly"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204627,8 +204627,8 @@ self: { text-conversions time tuple unordered-containers vector ]; description = "Prelude for applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204650,8 +204650,8 @@ self: { string-conversions ]; description = "A larger alternative to the Prelude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204663,7 +204663,7 @@ self: { sha256 = "1mv00d5k5wqb39iyghdbf4lfqznwb1whcc9a564ly4wzka70y9f1"; libraryHaskellDepends = [ base ]; description = "Provide Prelude and Data.List with fixed content across GHC versions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prelude-edsl" = callPackage @@ -204674,7 +204674,7 @@ self: { sha256 = "0ms63ggqciin92qld07cx6110n534idk38hzj7c69jw68cz3bw1f"; libraryHaskellDepends = [ base ]; description = "An EDSL-motivated subset of the Prelude"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prelude-extras" = callPackage @@ -204685,7 +204685,7 @@ self: { sha256 = "0xzqdf3nl2h0ra4gnslm1m1nsxlsgc0hh6ky3vn578vh11zhifq9"; libraryHaskellDepends = [ base ]; description = "Higher order versions of Prelude classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prelude-generalize" = callPackage @@ -204696,8 +204696,8 @@ self: { sha256 = "0h452pn7zs97z5gv2p3x9pg61phphwcw5y5g1w38k3gihdvym8jl"; libraryHaskellDepends = [ base comonad logict transformers ]; description = "Another kind of alternate Prelude file"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204711,8 +204711,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base utf8-string ]; description = "Prelude for rest of us"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204724,7 +204724,7 @@ self: { sha256 = "1avj11a5bqn8sxizzh1fxhw3dvd55xsimbbhdwymxfn45vvfswr7"; libraryHaskellDepends = [ base ]; description = "A slightly better (but conservative) Prelude"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "prelude-safeenum" = callPackage @@ -204735,7 +204735,7 @@ self: { sha256 = "09wp6b7bvnp2wz0kigwm4vfca74phh3bbpqybqdgm60isfaz3yfl"; libraryHaskellDepends = [ base ]; description = "A redefinition of the Prelude's Enum class in order to render it safe"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prelude2010" = callPackage @@ -204746,7 +204746,7 @@ self: { sha256 = "0f4ggnm3a57b4gqw07fq3ash43dxsy0bmg16b8wj33yik96qk06l"; libraryHaskellDepends = [ prelude-compat ]; description = "Provide Prelude with fixed content across GHC versions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "preludeplus" = callPackage @@ -204757,7 +204757,7 @@ self: { sha256 = "08sxfgr8xh0rbg9nv3k93970mjcqgjyv1qy0kmwksl11fsih6sr3"; libraryHaskellDepends = [ base containers ]; description = "Generalizes List functions and replaces partials with NonEmpty equivalents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "preprocess-haskell" = callPackage @@ -204776,8 +204776,8 @@ self: { system-filepath temporary text turtle unix ]; description = "Preprocess Haskell Repositories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204798,8 +204798,8 @@ self: { base directory haskell-src-exts hspec process temporary ]; description = "Remove cpp annotations to get the source ready for static analysis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204811,7 +204811,7 @@ self: { sha256 = "0m825wnz7vs3as10glfzy7j0laf6j9w566isly95005gj2sb0lwp"; libraryHaskellDepends = [ base mtl parsec syb ]; description = "A framework for extending Haskell's syntax via quick-and-dirty preprocessors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "preql" = callPackage @@ -204849,8 +204849,8 @@ self: { ]; benchmarkToolDepends = [ alex happy ]; description = "safe PostgreSQL queries using Quasiquoters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204865,8 +204865,8 @@ self: { libraryHaskellDepends = [ base containers pretty ]; testHaskellDepends = [ base QuickCheck ]; description = "A decision procedure for quantifier-free linear arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204878,8 +204878,8 @@ self: { sha256 = "0ys2ibfh518r9rg9bl2m5cmyfxmri47g8wg7q0n5fcbsh4sb7s5s"; libraryHaskellDepends = [ base template-haskell ]; description = "Make presentations for data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204892,7 +204892,7 @@ self: { libraryHaskellDepends = [ base containers json mtl parsec ]; description = "Text template library targeted at the web / HTML generation"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204912,8 +204912,8 @@ self: { scientific text transformers ]; description = "An HDBC connector for Presto"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -204925,7 +204925,7 @@ self: { sha256 = "18bwgz2cgkd6n9gwpwipv2bc6d5501mflmr0r2akwy98q2gb9qg8"; libraryHaskellDepends = [ base containers semigroups ]; description = "Haskell2010 structured text formatting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty_1_1_3_6" = callPackage @@ -204938,8 +204938,8 @@ self: { testHaskellDepends = [ base deepseq ghc-prim QuickCheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Pretty-printing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "pretty-class" = callPackage @@ -204950,7 +204950,7 @@ self: { sha256 = "1qdfp2kpahzflq9a3idwmb0pqs4l7almxn5rbw5gp2pmdx81p3am"; libraryHaskellDepends = [ base pretty ]; description = "Pretty printing class similar to Show"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-compact" = callPackage @@ -204985,7 +204985,7 @@ self: { base data-default Diff tasty tasty-hunit tasty-test-reporter text ]; description = "Pretty printing a diff of two values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-display" = callPackage @@ -205000,7 +205000,7 @@ self: { executableHaskellDepends = [ ansi-wl-pprint base pretty-show ]; testHaskellDepends = [ base ]; description = "Typeclass for human-readable display"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-error" = callPackage @@ -205013,7 +205013,7 @@ self: { base basic-prelude bytestring pretty-show ]; description = "Pretty error messages for runtime invariants"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "pretty-ghci" = callPackage @@ -205037,8 +205037,8 @@ self: { base directory filepath prettyprinter process ]; description = "Functionality for beautifying GHCi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205050,7 +205050,7 @@ self: { sha256 = "0c8pa0rdb2q8rf4acy4gww0hj5lrzclzdh52yi2aiaaij4lqzir7"; libraryHaskellDepends = [ base bytestring ]; description = "A library for hex dumps of ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-loc" = callPackage @@ -205061,7 +205061,7 @@ self: { sha256 = "196slpa651p7yq8107c4pkwdfkfmg2bn6ibyqz22c46psklyrisb"; libraryHaskellDepends = [ base text ]; description = "Tracking and highlighting of locations in source files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-ncols" = callPackage @@ -205072,8 +205072,8 @@ self: { sha256 = "0bvd8wgjrj9g86b1z8m9mjzswibrmhasgajnkgr2dlizl5lg7faq"; libraryHaskellDepends = [ base pretty ]; description = "A implementation of multi-column layout w/ Text.PrettyPrint"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205091,7 +205091,7 @@ self: { validity validity-time ]; description = "Pretty relative time"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pretty-show" = callPackage @@ -205111,7 +205111,7 @@ self: { libraryToolDepends = [ happy ]; executableHaskellDepends = [ base ]; description = "Tools for working with derived `Show` instances and generic inspection of values"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pretty-show-ansi-wl" = callPackage @@ -205127,7 +205127,7 @@ self: { ]; libraryToolDepends = [ happy ]; description = "Like pretty-show, but only for ansi-wl-pprint"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pretty-simple" = callPackage @@ -205151,8 +205151,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion text ]; description = "pretty printer for data types with a 'Show' instance"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ cdepillabout ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ cdepillabout ]; }) {}; "pretty-sop" = callPackage @@ -205167,7 +205167,7 @@ self: { testHaskellDepends = [ base generics-sop pretty-show ]; testToolDepends = [ markdown-unlit ]; description = "A generic pretty-printer using generics-sop"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-terminal" = callPackage @@ -205183,7 +205183,7 @@ self: { libraryHaskellDepends = [ base text ]; executableHaskellDepends = [ base text ]; description = "Styling and coloring terminal output with ANSI escape sequences"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-tree" = callPackage @@ -205194,7 +205194,7 @@ self: { sha256 = "0cf856qjacc0lmiina44s00i17ga2qrfr7wdlxhwiqdmpsh5g3fw"; libraryHaskellDepends = [ base boxes containers ]; description = "Pretty-print trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pretty-types" = callPackage @@ -205206,8 +205206,8 @@ self: { libraryHaskellDepends = [ base mtl tagged ]; testHaskellDepends = [ base hspec tagged ]; description = "A small pretty printing DSL for complex types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205219,7 +205219,7 @@ self: { sha256 = "08vqwhbda9qyqmgg469w0ijy090j5wj9xwd54ph6m0rzypbjw8hd"; libraryHaskellDepends = [ base ]; description = "prettier function composition by (°)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prettyclass" = callPackage @@ -205230,7 +205230,7 @@ self: { sha256 = "11l9ajci7nh1r547hx8hgxrhq8mh5gdq30pdf845wvilg9p48dz5"; libraryHaskellDepends = [ base pretty ]; description = "Pretty printing class similar to Show"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prettyprinter" = callPackage @@ -205255,7 +205255,7 @@ self: { QuickCheck random text transformers ]; description = "A modern, easy to use, well-documented, extensible pretty-printer"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "prettyprinter-ansi-terminal" = callPackage @@ -205273,7 +205273,7 @@ self: { text ]; description = "ANSI terminal backend for the »prettyprinter« package"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "prettyprinter-compat-annotated-wl-pprint" = callPackage @@ -205284,7 +205284,7 @@ self: { sha256 = "0plkzvwbqilmh711fbbki9r37i01n00kmzr6cxjgjw0ak1m2djbn"; libraryHaskellDepends = [ base prettyprinter text ]; description = "Drop-in compatibility package to migrate from »annotated-wl-pprint« to »prettyprinter«"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "prettyprinter-compat-ansi-wl-pprint" = callPackage @@ -205301,7 +205301,7 @@ self: { base prettyprinter prettyprinter-ansi-terminal text ]; description = "Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "prettyprinter-compat-wl-pprint" = callPackage @@ -205314,7 +205314,7 @@ self: { editedCabalFile = "0cb1i1hmr6wl8lacy3w822h273lapqhp537snxgbmhf9xvfckbpr"; libraryHaskellDepends = [ base prettyprinter text ]; description = "Prettyprinter compatibility module for previous users of the wl-pprint package"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "prettyprinter-convert-ansi-wl-pprint" = callPackage @@ -205331,7 +205331,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Converter from »ansi-wl-pprint« documents to »prettyprinter«-based ones"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "prettyprinter-graphviz" = callPackage @@ -205342,7 +205342,7 @@ self: { sha256 = "1lqf296jr2jfg86apn729payq2rkk95pdidl7n62xx4bniax7fvm"; libraryHaskellDepends = [ base graphviz prettyprinter text ]; description = "A prettyprinter backend for graphviz"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prettyprinter-lucid" = callPackage @@ -205353,8 +205353,8 @@ self: { sha256 = "0m8dbxzs22zbahpr6r1frlfqyw581wyg92vswm3gi2qqpj406djh"; libraryHaskellDepends = [ base lucid prettyprinter text ]; description = "A prettyprinter backend for lucid"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205368,8 +205368,8 @@ self: { editedCabalFile = "120lhr6g3grsybq5bp0vg38cdb78dysq8nwa206ghzigaxs34vcd"; libraryHaskellDepends = [ base prettyprinter vty ]; description = "prettyprinter backend for vty"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205385,8 +205385,8 @@ self: { base containers pretty strict-data text util-plus ]; description = "The method of previewing data (instead of wholly show-ing it)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205398,7 +205398,7 @@ self: { sha256 = "15igqxb77ycl9lfs1bl1l9x3cynsg4kqzkr54q46ly4l315bsrq4"; libraryHaskellDepends = [ ghc-prim ]; description = "An ergonomic but conservative interface to ghc-prim"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "prim-array" = callPackage @@ -205411,8 +205411,8 @@ self: { editedCabalFile = "120v58dhida6ms5wd4skw32y2mc70594dhipmz2zp4kjcqmllmdq"; libraryHaskellDepends = [ base ghc-prim primitive semigroups ]; description = "Primitive byte array with type variable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205425,8 +205425,8 @@ self: { libraryHaskellDepends = [ base primitive ]; testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "Prim typeclass instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205438,8 +205438,8 @@ self: { sha256 = "0fyjxpk4xllkh3r5b7fbb4sb6whxwbdm5lr9zn44qb9v4g0nx2d8"; libraryHaskellDepends = [ base ghc-prim primitive semigroups ]; description = "Primitive byte array with type variable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205455,7 +205455,7 @@ self: { testHaskellDepends = [ base HUnit QuickCheck spoon ]; benchmarkHaskellDepends = [ base criterion ghc-prim spoon ]; description = "Catch errors thrown from pure computations using primops"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prim-uniq" = callPackage @@ -205466,7 +205466,7 @@ self: { sha256 = "1l7jlv3pfasn89n2wpgff972npy423vqsidkkn5crxfyqjyzxbdv"; libraryHaskellDepends = [ base dependent-sum primitive ]; description = "Opaque unique identifiers in primitive state monads"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "primal" = callPackage @@ -205480,8 +205480,8 @@ self: { libraryHaskellDepends = [ base deepseq transformers ]; testHaskellDepends = [ base doctest template-haskell ]; description = "Primeval world of Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205501,8 +205501,8 @@ self: { base criterion deepseq primal primitive random ]; description = "Unified interface for memory managemenet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205515,7 +205515,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "prime number tools"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "primes" = callPackage @@ -205526,7 +205526,7 @@ self: { sha256 = "0ny6fzr967d1fifk050k95j9snnbjjif2bxf3v9s93k3zdc6bmkl"; libraryHaskellDepends = [ base ]; description = "Efficient, purely functional generation of prime numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "primes-type" = callPackage @@ -205539,8 +205539,8 @@ self: { testHaskellDepends = [ base HTF primes ]; benchmarkHaskellDepends = [ base criterion primes ]; description = "Type-safe prime numbers"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205556,7 +205556,7 @@ self: { executableHaskellDepends = [ base foundation ]; executableSystemDepends = [ primesieve ]; description = "FFI bindings for the primesieve library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) primesieve;}; "primitive" = callPackage @@ -205577,7 +205577,7 @@ self: { transformers-compat ]; description = "Primitive memory-related operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "primitive-addr" = callPackage @@ -205588,7 +205588,7 @@ self: { sha256 = "06r1p56wm8rbjxnlaqbmc3rbsj1rsv5scwnh80lsn0xw56jc70a2"; libraryHaskellDepends = [ base primitive ]; description = "Addresses to unmanaged memory"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "primitive-atomic" = callPackage @@ -205600,8 +205600,8 @@ self: { libraryHaskellDepends = [ base primitive primitive-unlifted ]; testHaskellDepends = [ base primitive primitive-unlifted ]; description = "Wrappers for primops around atomic operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205613,8 +205613,8 @@ self: { sha256 = "1h4gsririgjw8p72dz2p91yq8mxr37qca8rshmxmkmmds8yv6w1s"; libraryHaskellDepends = [ base primitive ]; description = "primitive functions with bounds-checking"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205640,8 +205640,8 @@ self: { base containers gauge ghc-prim primitive primitive-unlifted random ]; description = "containers backed by arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205653,8 +205653,8 @@ self: { sha256 = "1xnyyw76kh42fy1b1wkc143bg3588gbp48990xdskcad1aj4fyan"; libraryHaskellDepends = [ primitive ]; description = "convenience class for PrimMonad m/PrimState m"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205677,8 +205677,8 @@ self: { quickcheck-instances rerebase tasty tasty-hunit tasty-quickcheck ]; description = "Extras for the \"primitive\" library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205691,8 +205691,8 @@ self: { libraryHaskellDepends = [ base primitive ]; testHaskellDepends = [ base primitive QuickCheck ]; description = "using the `Prim` interface for the FFI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205704,8 +205704,8 @@ self: { sha256 = "0sbn3h426i6i609iyybar10lywpsklgfkzp355cg8dpfp4a3ibsf"; libraryHaskellDepends = [ base primitive ]; testHaskellDepends = [ base doctest QuickCheck ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205723,8 +205723,8 @@ self: { tasty-quickcheck ]; description = "Arrays of Maybes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205736,7 +205736,7 @@ self: { sha256 = "0aspdlzx1xaw1fyiy8vnzadbklpg7hn2mb1g9qmw2vpkxglpspmi"; libraryHaskellDepends = [ base primitive ]; description = "Types for offsets into unboxed arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "primitive-simd" = callPackage @@ -205750,8 +205750,8 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive vector ]; benchmarkHaskellDepends = [ base criterion deepseq random vector ]; description = "SIMD data types and functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205773,8 +205773,8 @@ self: { ]; benchmarkHaskellDepends = [ base gauge ghc-prim primitive random ]; description = "Sort primitive arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205786,8 +205786,8 @@ self: { sha256 = "1kdrzam5m2svxrpa7k3byg061i5xs0lc6q12hwgiq6l09savql6j"; libraryHaskellDepends = [ base primitive ]; description = "primitive operations on StableNames"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205800,7 +205800,7 @@ self: { libraryHaskellDepends = [ base primitive ]; testHaskellDepends = [ base primitive ]; description = "Unaligned access to primitive arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "primitive-unlifted" = callPackage @@ -205812,7 +205812,7 @@ self: { libraryHaskellDepends = [ base bytestring primitive text-short ]; testHaskellDepends = [ base primitive stm ]; description = "Primitive GHC types with unlifted types inside"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "primitive-unlifted_1_0_0_0" = callPackage @@ -205831,8 +205831,8 @@ self: { tasty-quickcheck ]; description = "Primitive GHC types with unlifted types inside"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "primula-board" = callPackage @@ -205855,7 +205855,7 @@ self: { ]; description = "ImageBoard on Happstack and HSP"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205875,7 +205875,7 @@ self: { ]; description = "Jabber-bot for primula-board ImageBoard"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205892,8 +205892,8 @@ self: { unordered-containers vector vinyl ]; description = "Classes and data structures complementing the singletons library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205908,7 +205908,7 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; executableHaskellDepends = [ base ]; description = "Print all ANSI console colors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "print-debugger" = callPackage @@ -205919,8 +205919,8 @@ self: { sha256 = "10c4dsf0kz5ydbx5gr8dzcd280l6nj8dd6h77k56ggy5icnhx6p8"; libraryHaskellDepends = [ base split ]; description = "Debug print formatting library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205932,7 +205932,7 @@ self: { sha256 = "02wl9hq7jkz4yzkb744xwgnbss0w2sdpi02d3ms2q5rvc03ixnh6"; libraryHaskellDepends = [ base ]; description = "Can be used to coordinate the printing output"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "printcess" = callPackage @@ -205948,8 +205948,8 @@ self: { base containers hspec HUnit lens mtl QuickCheck transformers ]; description = "Pretty printing with indentation, mixfix operators, and automatic line breaks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -205965,7 +205965,7 @@ self: { base bytestring containers data-default template-haskell ]; description = "A Perl printf like formatter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "printf-safe" = callPackage @@ -205976,7 +205976,7 @@ self: { sha256 = "17bazxp86h96r12ca7mr1k7krh3zxh7dipgx5p6n8h08dgfsmijl"; libraryHaskellDepends = [ base ]; description = "Type safe interface for Text.Printf"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prints" = callPackage @@ -205991,8 +205991,8 @@ self: { base hscolour pretty-show pretty-simple text transformers ]; description = "The Artist Formerly Known as Prints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206006,7 +206006,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base xosd ]; description = "Simple tool to display some text on an on-screen display"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "priority-queue" = callPackage @@ -206017,8 +206017,8 @@ self: { sha256 = "0nsiil0yl32m80a1kpg3z0wd5fxwkpz2lzf66pa06iy24q0rz5lf"; libraryHaskellDepends = [ base containers queue reord stateref ]; description = "Simple implementation of a priority queue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206036,7 +206036,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Cooperative task prioritization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "private-hackage-uploader" = callPackage @@ -206054,7 +206054,7 @@ self: { ]; executableHaskellDepends = [ base directory shelly text ]; description = "Upload a package to the public or private hackage, building its docs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "privileged-concurrency" = callPackage @@ -206069,7 +206069,7 @@ self: { base contravariant lifted-base stm unliftio unliftio-core ]; description = "Provides privilege separated versions of the concurrency primitives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prizm" = callPackage @@ -206087,7 +206087,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Convert colors to different color spaces, interpolate colors, and transform colors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "probability" = callPackage @@ -206101,7 +206101,7 @@ self: { base containers random transformers utility-ht ]; description = "Probabilistic Functional Programming"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "probable" = callPackage @@ -206121,8 +206121,8 @@ self: { base criterion mwc-random mwc-random-monad vector ]; description = "Easy and reasonably efficient probabilistic programming and random generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206141,8 +206141,8 @@ self: { xformat ]; description = "Parse process information for Linux"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206158,7 +206158,7 @@ self: { attoparsec base bytestring network unix ]; description = "Parse /proc/net/{tcp,tcp6,udp,udp6}"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "process_1_6_10_0" = callPackage @@ -206172,8 +206172,8 @@ self: { libraryHaskellDepends = [ base deepseq directory filepath unix ]; testHaskellDepends = [ base bytestring directory ]; description = "Process libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "process-conduit" = callPackage @@ -206193,8 +206193,8 @@ self: { base bytestring conduit conduit-extra hspec resourcet ]; description = "Conduits for processes (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206212,7 +206212,7 @@ self: { ]; testHaskellDepends = [ base HUnit ]; description = "Process extras"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "process-iterio" = callPackage @@ -206230,8 +206230,8 @@ self: { base bytestring cpphs iterIO process transformers ]; description = "IterIO Process Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206243,8 +206243,8 @@ self: { sha256 = "1899ybhnsj22sir2l933lhkk9fpcgjbb4qd6gscnby28qcs5bwbv"; libraryHaskellDepends = [ base directory filepath unix ]; description = "Process libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206261,8 +206261,8 @@ self: { base bytestring deepseq ListLike process text ]; description = "Process extras"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206279,8 +206279,8 @@ self: { text time unix utf8-string ]; description = "Run a process and do reportsing on its progress"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206297,8 +206297,8 @@ self: { template-haskell text ]; description = "Quasi-Quoters for exec process"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206330,8 +206330,8 @@ self: { void ]; description = "Streaming interface to system processes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206350,8 +206350,8 @@ self: { transformers ]; description = "Web graphic applications with processing.js."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206368,7 +206368,7 @@ self: { transformers utf8-string vector-space ]; description = "Computer graphics for kids and artists with Processing implemented in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "processmemory" = callPackage @@ -206379,8 +206379,8 @@ self: { sha256 = "12p7974x43w06jwaf7hlv2wxlgqnq9kb10mgjl9c4l7hbpbg3y0z"; libraryHaskellDepends = [ base binary bytestring process ]; description = "C bindings for the gnu-extension functions process_vm_readv and process_vm_writev"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206396,7 +206396,7 @@ self: { array attoparsec base bytestring containers deepseq mtl ]; description = "a creation kit for instruction sets and cpu simulators and development tools"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "procrastinating-structure" = callPackage @@ -206408,7 +206408,7 @@ self: { libraryHaskellDepends = [ base procrastinating-variable ]; description = "Pure structures that can be incrementally created in impure code"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "procrastinating-variable" = callPackage @@ -206419,8 +206419,8 @@ self: { sha256 = "12px0nk7j74hyfzcvxacd9020gk3cd3ijqb7fjmmg8y33354jkc4"; libraryHaskellDepends = [ base ]; description = "Haskell values that cannot be evaluated immediately"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206432,8 +206432,8 @@ self: { sha256 = "1md75jc32nfnvs7ygf1mna00gl0wmimp2lkdcs9r9v0iy4b1hr5m"; libraryHaskellDepends = [ attoparsec base bytestring ]; description = "get information on processes in Linux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206452,7 +206452,7 @@ self: { base bytestring hspec HUnit process QuickCheck text ]; description = "An IO library for testing interactive command line programs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "producer" = callPackage @@ -206469,8 +206469,8 @@ self: { tasty-quickcheck ]; description = "Simple streaming datatype"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206484,7 +206484,7 @@ self: { editedCabalFile = "0ssd2yc8c3h2y5yra8y49sphxwpj8jd7ss6h058nabld0hrbvjm2"; libraryHaskellDepends = [ base category ]; description = "Product category"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "product-isomorphic" = callPackage @@ -206496,7 +206496,7 @@ self: { libraryHaskellDepends = [ base template-haskell th-data-compat ]; testHaskellDepends = [ base template-haskell ]; description = "Weaken applicative functor on products"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "product-profunctors" = callPackage @@ -206515,7 +206515,7 @@ self: { testHaskellDepends = [ base profunctors ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "product-profunctors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prof-flamegraph" = callPackage @@ -206528,8 +206528,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base optparse-applicative ]; description = "Generate flamegraphs from ghc RTS .prof files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206545,8 +206545,8 @@ self: { base containers filepath haskell98 parsec ]; description = "Convert GHC profiles into GraphViz's dot format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206565,8 +206565,8 @@ self: { base containers filepath haskell-src-exts semigroups uniplate zenc ]; description = "generate pretty source from time/allocation profiles"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206585,7 +206585,7 @@ self: { scientific text ]; description = "Restructure GHC profile reports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "profiteur" = callPackage @@ -206605,7 +206605,7 @@ self: { scientific text unordered-containers vector ]; description = "Treemap visualiser for GHC prof files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "profunctor-arrows" = callPackage @@ -206616,7 +206616,7 @@ self: { sha256 = "136d594l4magjibq44fs64bqafvcdy8jm2gijs6x1whpab0vl44k"; libraryHaskellDepends = [ base comonad lawz profunctors ]; description = "Profunctor arrows"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "profunctor-extras" = callPackage @@ -206628,7 +206628,7 @@ self: { libraryHaskellDepends = [ base profunctors ]; doHaddock = false; description = "This package has been absorbed into profunctors 4.0"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "profunctor-misc" = callPackage @@ -206639,7 +206639,7 @@ self: { sha256 = "0akgx4gasd0p0skqrr29xdm0yp0dppzx21skk00is0lrwmldhqkg"; libraryHaskellDepends = [ base comonad contravariant profunctors ]; description = "Profunctor miscellany"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "profunctor-monad" = callPackage @@ -206655,8 +206655,8 @@ self: { base hashable mtl transformers unordered-containers ]; description = "Monadic bidirectional programming"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206678,8 +206678,8 @@ self: { ]; executableHaskellDepends = [ base doctest mtl ]; description = "A compact optics library compatible with the typeclasses in profunctors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {coapplicative = null;}; @@ -206698,7 +206698,7 @@ self: { tagged transformers ]; description = "Profunctors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "profunctors_5_6_1" = callPackage @@ -206714,8 +206714,8 @@ self: { tagged transformers ]; description = "Profunctors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "progress" = callPackage @@ -206726,8 +206726,8 @@ self: { sha256 = "0cac4v6k2nrpglnf3680y334kw4k0s6xfm86wrfyszl5sq2a7w94"; libraryHaskellDepends = [ base time ]; description = "Simple progress tracking & projection library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206739,8 +206739,8 @@ self: { sha256 = "1mdzwbzkf9ja7i21hds26gqn2ll4hnidbcq145yigkfzv93r6hq6"; libraryHaskellDepends = [ ansi-terminal async base stm ]; description = "Live diagnostics for concurrent activity"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206754,8 +206754,8 @@ self: { editedCabalFile = "1a20ziwki29chw069jqrjm2rb64j4sfxbi7xyqxqd6vh9gpwdmm1"; libraryHaskellDepends = [ base deepseq mtl time ]; description = "Functionality for reporting function progress"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206769,8 +206769,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base io-reactive ]; description = "Progressbar API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206787,8 +206787,8 @@ self: { txt-sushi ]; description = "Automates the recording and graphing of criterion benchmarks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206807,8 +206807,8 @@ self: { process text ]; description = "Multilabel classification model which learns sequentially (online)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206822,7 +206822,7 @@ self: { librarySystemDepends = [ proj ]; description = "Haskell bindings for the Proj4 C dynamic library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) proj;}; @@ -206893,8 +206893,8 @@ self: { vector-binary-instances websockets winery ]; description = "Relational Algebra Engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206916,7 +206916,7 @@ self: { QuickCheck resourcet text transformers ]; description = "Specify Haskell project templates and generate files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "projectile" = callPackage @@ -206935,8 +206935,8 @@ self: { tasty-hunit tasty-rerun text vector ]; description = "Go to README.md"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206950,7 +206950,7 @@ self: { editedCabalFile = "02ykpvapl8ypzrggf0b6bdcy6wcwbkwrczhbq3ccc02282lv8pc0"; libraryHaskellDepends = [ base ]; description = "Projection function for arbitrarily nested binary product types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "projectroot" = callPackage @@ -206962,7 +206962,7 @@ self: { libraryHaskellDepends = [ base directory ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Bindings to the projectroot C logic"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "prolens" = callPackage @@ -206978,8 +206978,8 @@ self: { base doctest hedgehog hspec hspec-hedgehog inspection-testing ]; description = "Profunctor-based lightweight implementation of optics"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -206996,7 +206996,7 @@ self: { transformers ]; description = "A Prolog interpreter written in Haskell"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "prolog-graph" = callPackage @@ -207013,8 +207013,8 @@ self: { base cmdargs fgl graphviz mtl prolog prolog-graph-lib text ]; description = "A command line tool to visualize query resolution in Prolog"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207026,7 +207026,7 @@ self: { sha256 = "1qxikgryyh47zm0qwbsa7lpqmiphbl1askjjjc0rfr9dh5f0wclr"; libraryHaskellDepends = [ base fgl graphviz mtl prolog text ]; description = "Generating images of resolution trees for Prolog queries"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "prologue" = callPackage @@ -207051,8 +207051,8 @@ self: { transformers transformers-base typelevel vector ]; description = "Better, more general Prelude exporting common utilities"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207074,8 +207074,8 @@ self: { swagger2 text time uuid vector ]; description = "ITProTV's custom prelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207093,7 +207093,7 @@ self: { http-client-tls http-types network-uri text transformers wai warp ]; description = "Prometheus Haskell Client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prometheus-client" = callPackage @@ -207119,7 +207119,7 @@ self: { base bytestring criterion random text utf8-string ]; description = "Haskell client library for http://prometheus.io."; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "prometheus-effect" = callPackage @@ -207146,8 +207146,8 @@ self: { testHaskellDepends = [ base text weigh ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Instrument applications with metrics and publish/push to Prometheus"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207164,7 +207164,7 @@ self: { ]; testHaskellDepends = [ base doctest prometheus-client ]; description = "Metrics exposing GHC runtime information for use with prometheus-client"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "prometheus-proc" = callPackage @@ -207180,7 +207180,7 @@ self: { unix unix-memory ]; description = "Export metrics from /proc for the current process"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prometheus-wai-middleware" = callPackage @@ -207200,7 +207200,7 @@ self: { async base http-types prometheus wai warp ]; description = "Instrument a wai application with various metrics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "promise" = callPackage @@ -207211,8 +207211,8 @@ self: { sha256 = "1hzsprmw15apc654n77ima1pgs9nj6287d412jb5z37154bd0nfg"; libraryHaskellDepends = [ async base ]; description = "A monadic interface for async"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207224,7 +207224,7 @@ self: { sha256 = "0q7jjk9dqli4vi46j94gywxp0fp80b7r0k0g4ymyf8n12lcr0z5z"; libraryHaskellDepends = [ base primitive ]; description = "Lazy demand-driven promises"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prompt" = callPackage @@ -207239,7 +207239,7 @@ self: { base base-compat mtl transformers transformers-compat ]; description = "Monad (and transformer) for deferred-effect pure prompt-response queries"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pronounce" = callPackage @@ -207255,8 +207255,8 @@ self: { base binary containers filepath mtl safe text ]; description = "A library for interfacing with the CMU Pronouncing Dictionary"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207268,8 +207268,8 @@ self: { sha256 = "1wcm5wxzqm4lq340l3ga15cmjfabpf8njnvma3zagwyhmndabxfw"; libraryHaskellDepends = [ base ]; description = "Proof Combinators used in Liquid Haskell for Theorem Proving"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207285,8 +207285,8 @@ self: { base colour containers directory filepath repa repa-devil spawn ]; description = "Functional synthesis of images and animations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207298,7 +207298,7 @@ self: { sha256 = "00v1j1mv5dl6vivkfqv9w9jvw1jh3085mpkax5x0cyndhqcw027x"; libraryHaskellDepends = [ base ]; description = "A Simple Propagator Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "propellor" = callPackage @@ -207320,7 +207320,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "property-based host configuration management in haskell"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "properties" = callPackage @@ -207331,8 +207331,8 @@ self: { sha256 = "04a35zxgps9rn6y86x3jf6gma6kjl8izmnyl45hz64cl9yb5dwwi"; libraryHaskellDepends = [ base ]; description = "check quickCheck properties in real time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207344,7 +207344,7 @@ self: { sha256 = "1amgzvg7xp7i5ppxmyhh1dhbv4zgwwvg9cdrc719flsndxp4xvar"; libraryHaskellDepends = [ base ]; description = "common properties"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "property-list" = callPackage @@ -207363,8 +207363,8 @@ self: { transformers vector xml ]; description = "Apple property list parser"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207376,8 +207376,8 @@ self: { sha256 = "1vm01qvd0jgcdpqx3p2h6gafhxi5x7bs8r5a6xsk4zz6cc1cbw4m"; libraryHaskellDepends = [ base glade glib gtk ]; description = "A library for functional GUI development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207390,7 +207390,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "Reusable quickcheck properties"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prosidy" = callPackage @@ -207417,8 +207417,8 @@ self: { tasty-quickcheck text ]; description = "A simple language for writing documents"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207435,8 +207435,8 @@ self: { prosidy text unordered-containers ]; description = "A DSL for processing Prosidy documents"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207455,7 +207455,7 @@ self: { base deepseq free hspec inspection-testing kan-extensions ]; description = "Explore continuations with trepidation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "prosper" = callPackage @@ -207472,8 +207472,8 @@ self: { io-streams mtl text transformers vector ]; description = "Bindings to the Prosper marketplace API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207492,8 +207492,8 @@ self: { libraryPkgconfigDepends = [ libpulse libpulse-simple ]; libraryToolDepends = [ c2hs ]; description = "Simple audio library for Windows, Linux, OSX"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {libpulse = null; libpulse-simple = null; inherit (pkgs) libpulseaudio;}; @@ -207511,8 +207511,8 @@ self: { libraryPkgconfigDepends = [ SDL2 ]; libraryToolDepends = [ c2hs ]; description = "Simple audio library for SDL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) SDL2;}; @@ -207552,8 +207552,8 @@ self: { unliftio utf8-string ]; description = "neovim project manager"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207575,7 +207575,7 @@ self: { base bytestring QuickCheck tasty tasty-quickcheck vector ]; description = "A lens-based implementation of protocol buffers in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "proto-lens-arbitrary" = callPackage @@ -207590,8 +207590,8 @@ self: { base bytestring containers lens-family proto-lens QuickCheck text ]; description = "Arbitrary instances for proto-lens"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207613,8 +207613,8 @@ self: { proto-lens-runtime test-framework test-framework-hunit ]; description = "Utilities functions to proto-lens"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207631,8 +207631,8 @@ self: { lens-labels proto-lens text ]; description = "Protocol buffers for describing the definitions of messages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207649,7 +207649,7 @@ self: { proto-lens-runtime text vector ]; description = "JSON protobuf encoding for proto-lens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "proto-lens-optparse" = callPackage @@ -207662,7 +207662,7 @@ self: { base optparse-applicative proto-lens text ]; description = "Adapting proto-lens to optparse-applicative ReadMs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "proto-lens-protobuf-types" = callPackage @@ -207680,7 +207680,7 @@ self: { ]; libraryToolDepends = [ proto-lens-protoc protobuf ]; description = "Basic protocol buffer message types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) protobuf;}; "proto-lens-protoc" = callPackage @@ -207701,7 +207701,7 @@ self: { lens-family pretty proto-lens proto-lens-runtime text ]; description = "Protocol buffer compiler for the proto-lens library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) protobuf;}; "proto-lens-runtime" = callPackage @@ -207717,7 +207717,7 @@ self: { text vector ]; doHaddock = false; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "proto-lens-setup" = callPackage @@ -207733,7 +207733,7 @@ self: { proto-lens-protoc temporary text ]; description = "Cabal support for codegen with proto-lens"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "proto3-suite" = callPackage @@ -207773,8 +207773,8 @@ self: { text transformers turtle vector ]; description = "A low level library for writing out data in the Protocol Buffers wire format"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207798,7 +207798,7 @@ self: { tasty-quickcheck text ]; description = "A low-level implementation of the Protocol Buffers (version 3) wire format"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "proto3-wire_1_2_0" = callPackage @@ -207823,8 +207823,8 @@ self: { tasty-quickcheck text transformers vector ]; description = "A low-level implementation of the Protocol Buffers (version 3) wire format"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; }) {}; "protobuf" = callPackage @@ -207845,7 +207845,7 @@ self: { tasty tasty-hunit tasty-quickcheck text unordered-containers ]; description = "Google Protocol Buffers via GHC.Generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "protobuf-native" = callPackage @@ -207868,8 +207868,8 @@ self: { protocol-buffers-fork QuickCheck text utf8-string ]; description = "Protocol Buffers via C++"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207895,7 +207895,7 @@ self: { hspec parsec QuickCheck quickcheck-instances split text ]; description = "Simple Protocol Buffers library (proto2)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "protocol" = callPackage @@ -207906,8 +207906,8 @@ self: { sha256 = "16pbhfggw46jdjyljqr6dr0mlzmfhvwmw3lg1s5rp90zg4jgvha0"; libraryHaskellDepends = [ base freer-indexed singletons ]; description = "Model distributed system as type-level multi-party protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207925,7 +207925,7 @@ self: { directory filepath mtl parsec syb text utf8-string vector ]; description = "Parse Google Protocol Buffer specifications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "protocol-buffers-descriptor" = callPackage @@ -207941,7 +207941,7 @@ self: { base bytestring containers protocol-buffers ]; description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "protocol-buffers-descriptor-fork" = callPackage @@ -207957,8 +207957,8 @@ self: { base bytestring containers protocol-buffers-fork ]; description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207975,8 +207975,8 @@ self: { utf8-string ]; description = "Parse Google Protocol Buffer specifications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -207993,7 +207993,7 @@ self: { template-haskell text transformers ]; description = "parser and printer for radius protocol packet"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "protocol-radius-test" = callPackage @@ -208010,7 +208010,7 @@ self: { ]; testHaskellDepends = [ base quickcheck-simple ]; description = "testsuit of protocol-radius haskell package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "protolude" = callPackage @@ -208029,7 +208029,7 @@ self: { mtl mtl-compat stm text transformers transformers-compat ]; description = "A small prelude"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "protolude-lifted" = callPackage @@ -208043,8 +208043,8 @@ self: { async base lifted-async lifted-base protolude ]; description = "Protolude with lifted-base and lifted-async"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208061,8 +208061,8 @@ self: { adjunctions base bifunctors comonad compactable containers contravariant distributive linear mtl profunctors tagged ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208081,8 +208081,8 @@ self: { test-framework-hunit ]; description = "Simple XML templating library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208094,8 +208094,8 @@ self: { sha256 = "1kzinhdy622gzg3mzfln15vgi890i2l3lkrgrw0n0yb08r2n53i7"; libraryHaskellDepends = [ base monads-tf ]; description = "prototype-based programming on Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208116,8 +208116,8 @@ self: { unordered-containers wai warp ]; description = "The server for ProveEverywhere"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208136,8 +208136,8 @@ self: { time ]; description = "Computations that automatically track data dependencies"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208149,7 +208149,7 @@ self: { sha256 = "0ldcyvzg5i4axkn5qwgkc8vrc0f0715842ca41d7237p1bh98s4r"; libraryHaskellDepends = [ base ]; description = "Make functions consume Proxy instead of undefined"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "proxy" = callPackage @@ -208160,7 +208160,7 @@ self: { sha256 = "1465mvkdq9cv202sj2hiwa8a2a07906dww2msan235fvkrnhj9jz"; libraryHaskellDepends = [ base ]; description = "proxy helpers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "proxy-kindness" = callPackage @@ -208171,8 +208171,8 @@ self: { sha256 = "0wpzj6hnlxvgd7lfd2921mrk97aw7ljf77jry3my97zdapkxz8i7"; libraryHaskellDepends = [ base tagged ]; description = "A library for kind-polymorphic manipulation and inspection of Proxy values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208184,8 +208184,8 @@ self: { sha256 = "12lwn64znci7l5l7sa3g7hm0rmnjvykci7k65mz5c2zdwx3zgvdd"; libraryHaskellDepends = [ base ]; description = "Mapping of Proxy Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208215,8 +208215,8 @@ self: { base containers hspec monad-logger mtl stm ]; description = "Language support for the PureScript programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208241,8 +208241,8 @@ self: { tasty-th temporary ]; description = "Reading/Writing OPB/WBO files used in pseudo boolean competition"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208256,8 +208256,8 @@ self: { editedCabalFile = "1xc7acqd7zss6zd2n43n0kd5qiv1i8m5wlnskrw5sdj7i1ddsrj5"; libraryHaskellDepends = [ base semigroups ]; description = "A tagged rose-tree with short circuited unique leaves"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208269,7 +208269,7 @@ self: { sha256 = "112g7qxn7vl5702gzx2kdg55rvvp9g0gc50dvcwlrgvrsvsdy6c9"; libraryHaskellDepends = [ base template-haskell time ]; description = "cpp-style built-in macros using Template Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "psi" = callPackage @@ -208282,7 +208282,7 @@ self: { base bytestring deepseq semigroups text ]; description = "Yet another custom Prelude"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "psql-helpers" = callPackage @@ -208293,7 +208293,7 @@ self: { sha256 = "1x0r68mfv56rp87j8ick875wbq3qzkii9ia60amx6xr40x1acg7i"; libraryHaskellDepends = [ base postgresql-simple ]; description = "A small collection of helper functions to generate postgresql queries"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "psql-utils" = callPackage @@ -208308,7 +208308,7 @@ self: { aeson base hashable postgresql-simple resource-pool time ]; description = "PostgreSQL Simple util tools"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "psqueues" = callPackage @@ -208333,7 +208333,7 @@ self: { hashable mtl PSQueue random unordered-containers ]; description = "Pure priority search queues"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pstemmer" = callPackage @@ -208347,7 +208347,7 @@ self: { libraryHaskellDepends = [ base text ]; executableHaskellDepends = [ base text ]; description = "A Haskell Implementation of the Porter Stemmer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pthread" = callPackage @@ -208360,7 +208360,7 @@ self: { testHaskellDepends = [ base hspec hspec-discover ]; testToolDepends = [ hspec-discover ]; description = "Bindings for the pthread library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ptr" = callPackage @@ -208380,7 +208380,7 @@ self: { tasty-quickcheck ]; description = "Abstractions for operations on pointers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ptr-poker" = callPackage @@ -208395,8 +208395,8 @@ self: { testHaskellDepends = [ hedgehog numeric-limits rerebase ]; benchmarkHaskellDepends = [ gauge rerebase ]; description = "Pointer poking action construction and composition toolkit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208415,7 +208415,7 @@ self: { base bytestring hedis optparse-generic pipes pipes-bytestring text ]; description = "Pipe stdin to a redis pub/sub channel"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "publicsuffix" = callPackage @@ -208430,7 +208430,7 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base criterion random ]; description = "The publicsuffix list exposed as proper Haskell types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "publicsuffixlist" = callPackage @@ -208449,7 +208449,7 @@ self: { utf8-string ]; description = "Is a given string a domain suffix?"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "publicsuffixlistcreate" = callPackage @@ -208466,8 +208466,8 @@ self: { ]; testHaskellDepends = [ base cereal HUnit publicsuffixlist ]; description = "Create the publicsuffixlist package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208495,8 +208495,8 @@ self: { unordered-containers ]; description = "Publishing tools for papers, books, and presentations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208529,8 +208529,8 @@ self: { tasty-quickcheck tasty-smallcheck ]; description = "PubNub Haskell SDK"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208549,8 +208549,8 @@ self: { ]; executableHaskellDepends = [ fastcgi ]; description = "A library for Google/SixApart pubsub hub interaction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208580,8 +208580,8 @@ self: { test-framework-quickcheck2 text time vector ]; description = "A CLI assistant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208598,8 +208598,8 @@ self: { ]; testHaskellDepends = [ base bytestring tasty tasty-hunit ]; description = "pugixml binding"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208623,8 +208623,8 @@ self: { pretty random stm utf8-string ]; description = "DrIFT with pugs-specific rules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208638,7 +208638,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; description = "Fast, lightweight YAML loader and dumper"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "pugs-compat" = callPackage @@ -208657,8 +208657,8 @@ self: { syb time unix utf8-string ]; description = "Portable Haskell/POSIX layer for Pugs"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208670,8 +208670,8 @@ self: { sha256 = "1px8qvz7afws2w8scplxs4zm628anvh5ssbf0ba9hajh686h133i"; libraryHaskellDepends = [ array base haskell98 ]; description = "Haskell PCRE binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208683,7 +208683,7 @@ self: { sha256 = "0npq49hm17h3p7acmvbg10qkqx74asbk3f6c2rlw7zaa1zhb9r6d"; libraryHaskellDepends = [ async base containers time ]; description = "Synchronize actions to a time pulse"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pulse-simple" = callPackage @@ -208695,7 +208695,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; librarySystemDepends = [ libpulseaudio ]; description = "binding to Simple API of pulseaudio"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libpulseaudio;}; "pulseaudio" = callPackage @@ -208709,7 +208709,7 @@ self: { libraryHaskellDepends = [ base containers stm unix ]; librarySystemDepends = [ libpulseaudio ]; description = "A low-level (incomplete) wrapper around the pulseaudio client asynchronous api"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {inherit (pkgs) libpulseaudio;}; "punkt" = callPackage @@ -208727,8 +208727,8 @@ self: { base mtl regex-tdfa tasty tasty-hunit tasty-quickcheck text ]; description = "Multilingual unsupervised sentence tokenization with Punkt"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208745,7 +208745,7 @@ self: { base bytestring cereal encoding HUnit mtl QuickCheck text ]; description = "Encode unicode strings to ascii forms according to RFC 3492"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "puppetresources" = callPackage @@ -208763,8 +208763,8 @@ self: { mtl text ]; description = "A program that displays the puppet resources associated to a node given .pp files."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208783,8 +208783,8 @@ self: { base bytestring containers mtl test-simple Unixutils vector ]; description = "Another pure-haskell CDB (Constant Database) implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208796,7 +208796,7 @@ self: { sha256 = "1zzravfgxbx07c38pf0p73a9nzjk2pbq3hzfw8v9zkqj95b3l94i"; libraryHaskellDepends = [ base ]; description = "Fast Fourier Transform"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pure-io" = callPackage @@ -208809,8 +208809,8 @@ self: { editedCabalFile = "04r055y62f46lxhm4wbfmdk115fslw7lapw06r16lzb1l48m0phj"; libraryHaskellDepends = [ base containers mtl safe ]; description = "Pure IO monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208822,8 +208822,8 @@ self: { sha256 = "125vnkjx6n7pgflk9iqg7b6daw55a1rdfi9pfgp39ikfcx9vhb3p"; libraryHaskellDepends = [ base containers ]; description = "A pure priority queue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208842,8 +208842,8 @@ self: { test-framework-quickcheck2 ]; description = "Tests for the pure-priority-queue package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208859,7 +208859,7 @@ self: { testHaskellDepends = [ base hspec mono-traversable QuickCheck random-shuffle transformers ]; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "pure-zlib" = callPackage @@ -208884,8 +208884,8 @@ self: { ]; benchmarkHaskellDepends = [ base base-compat bytestring time ]; description = "A Haskell-only implementation of zlib / DEFLATE"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -208906,7 +208906,7 @@ self: { QuickCheck test-framework test-framework-quickcheck2 ]; description = "A Haskell-only implementation of the MD5 digest (hash) algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "purebred-email" = callPackage @@ -208933,7 +208933,7 @@ self: { tasty-hedgehog tasty-hunit tasty-quickcheck text time ]; description = "types and parser for email messages (including MIME)"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "purescheme-wai-routing-core" = callPackage @@ -208955,8 +208955,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Simple Routing functions for Wai Applications"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209029,8 +209029,8 @@ self: { testToolDepends = [ happy hspec-discover ]; doCheck = false; description = "PureScript Programming Language Compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209051,7 +209051,7 @@ self: { base containers hspec hspec-expectations-pretty-diff text ]; description = "Generate PureScript data types from Haskell data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "purescript-bundle-fast" = callPackage @@ -209068,7 +209068,7 @@ self: { base containers directory filepath optparse-applicative text vector ]; description = "A fast alternative to Purescript's `psc-bundle` to be used during development"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "purescript-iso" = callPackage @@ -209097,8 +209097,8 @@ self: { zeromq4-simple ]; description = "Isomorphic trivial data type definitions over JSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209121,8 +209121,8 @@ self: { optparse-applicative purescript text ]; description = "TypeScript Declaration File (.d.ts) generator for PureScript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209139,7 +209139,7 @@ self: { ]; executableHaskellDepends = [ base text ]; description = "A cli client for pursuit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "push-notifications" = callPackage @@ -209158,8 +209158,8 @@ self: { resourcet text time transformers ]; description = "Push notifications for Android and iOS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209183,8 +209183,8 @@ self: { tls-extra transformers unordered-containers xml-conduit ]; description = "A server-side library for sending push notifications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209210,8 +209210,8 @@ self: { ]; testHaskellDepends = [ aeson base hspec ]; description = "Send push notifications to mobile iOS devices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209231,8 +209231,8 @@ self: { stm text tls tls-extra unordered-containers xml-types ]; description = "A server-side library for sending/receiving push notifications through CCS (Google Cloud Messaging)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209251,8 +209251,8 @@ self: { unordered-containers xml-conduit yesod ]; description = "A general library for sending/receiving push notif. through dif. services."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209269,7 +209269,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Simple push support for pushbullet"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pushbullet-types" = callPackage @@ -209285,7 +209285,7 @@ self: { time unordered-containers ]; description = "Datatypes used by the Pushbullet APIs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pusher-haskell" = callPackage @@ -209301,8 +209301,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "A Pusher.com client written in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209324,7 +209324,7 @@ self: { aeson base bytestring hspec QuickCheck text unordered-containers ]; description = "Haskell client library for the Pusher Channels HTTP API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pusher-ws" = callPackage @@ -209343,8 +209343,8 @@ self: { unordered-containers websockets wuss ]; description = "Implementation of the Pusher WebSocket protocol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209370,8 +209370,8 @@ self: { transformers unix unordered-containers yaml ]; description = "Tool to synchronize directories with rsync, zfs or git-annex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209392,7 +209392,7 @@ self: { base bytestring http-client tasty tasty-hunit text time ]; description = "A Haskell Pushover API library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "putlenses" = callPackage @@ -209408,8 +209408,8 @@ self: { template-haskell transformers ]; description = "Put-based lens library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209441,8 +209441,8 @@ self: { tasty tasty-hspec tasty-hunit text yaml ]; description = "Creating graphics for pencil puzzles"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209461,8 +209461,8 @@ self: { puzzle-draw yaml ]; description = "Creating graphics for pencil puzzles, command line tools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209481,7 +209481,7 @@ self: { async base deepseq genvalidity hspec primitive QuickCheck ]; description = "Mutable variable with primitive values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pvd" = callPackage @@ -209500,8 +209500,8 @@ self: { ]; executableSystemDepends = [ libdevil ]; description = "A photo viewer daemon application with remote controlling abilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libdevil;}; @@ -209525,7 +209525,7 @@ self: { ]; testHaskellDepends = [ base cryptonite tasty tasty-quickcheck ]; description = "Public Verifiable Secret Sharing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "pwstore-cli" = callPackage @@ -209546,7 +209546,7 @@ self: { test-framework-hunit ]; description = "Command line interface for the pwstore library"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "pwstore-fast" = callPackage @@ -209561,7 +209561,7 @@ self: { base base64-bytestring binary byteable bytestring cryptohash random ]; description = "Secure password storage"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pwstore-purehaskell" = callPackage @@ -209576,7 +209576,7 @@ self: { base base64-bytestring byteable bytestring random SHA ]; description = "Secure password storage, in pure Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "pxsl-tools" = callPackage @@ -209606,8 +209606,8 @@ self: { ]; libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) python;}; @@ -209624,8 +209624,8 @@ self: { ]; libraryPkgconfigDepends = [ python ]; description = "Call python inline from haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) python;}; @@ -209649,8 +209649,8 @@ self: { test-framework-hunit ]; description = "Serialization/deserialization using Python Pickle format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209669,8 +209669,8 @@ self: { base doctest lens lens-properties tasty tasty-quickcheck ]; description = "Efficient alternating finger trees"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209684,8 +209684,8 @@ self: { base fclabels QuickCheck template-haskell ]; description = "Compile time generation of operation invariance tests for QuickCheck"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209702,7 +209702,7 @@ self: { executableHaskellDepends = [ base hmatrix ]; testHaskellDepends = [ base hmatrix linear tasty tasty-hunit ]; description = "A library for implementing Quantum Algorithms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "qd" = callPackage @@ -209714,8 +209714,8 @@ self: { libraryHaskellDepends = [ base floatshow ]; librarySystemDepends = [ qd ]; description = "double-double and quad-double number type via libqd"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {qd = null;}; @@ -209727,8 +209727,8 @@ self: { sha256 = "0lj5kg0sjkck89phvi239xb2k7hxmxg9dh7yg2df2iaj4c2m2ync"; libraryHaskellDepends = [ base qd Vec ]; description = "'Vec' instances for 'qd' types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209747,8 +209747,8 @@ self: { ]; testHaskellDepends = [ base transformers ]; description = "Simple prover"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209772,8 +209772,8 @@ self: { process simple-sql-parser split sqlite-simple syb text zlib ]; description = "Command line tool qhs, SQL queries on CSV and TSV files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209786,8 +209786,8 @@ self: { libraryHaskellDepends = [ base vector ]; librarySystemDepends = [ qhull ]; description = "Simple bindings to Qhull, a library for computing convex hulls"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) qhull;}; @@ -209807,8 +209807,8 @@ self: { tasty-quickcheck text time ]; description = "A simple QIF file format parser / printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209829,8 +209829,8 @@ self: { template-haskell ]; description = "Typesafe library for linear algebra"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209847,7 +209847,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Implementation of interpolated multiline strings"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "qnap-decrypt" = callPackage @@ -209878,7 +209878,7 @@ self: { temporary utf8-string ]; description = "Decrypt files encrypted by QNAP's Hybrid Backup Sync"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "qq-literals" = callPackage @@ -209892,7 +209892,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base network-uri template-haskell ]; description = "Compile-time checked literal values via QuasiQuoters"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "qr-imager" = callPackage @@ -209911,8 +209911,8 @@ self: { libraryPkgconfigDepends = [ qrencode ]; testHaskellDepends = [ base hspec ]; description = "Library to generate images"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) qrencode;}; @@ -209932,8 +209932,8 @@ self: { ]; executableHaskellDepends = [ base bytestring ]; description = "Library to generate QR codes from bytestrings and objects and scale image files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -209946,7 +209946,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ array base containers mtl vector ]; description = "QR Code library in pure Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "qrcode-core" = callPackage @@ -209962,7 +209962,7 @@ self: { text vector ]; description = "QR code library in pure Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "qrcode-juicypixels" = callPackage @@ -209978,7 +209978,7 @@ self: { vector ]; description = "Converts a qrcode-core image to JuicyPixels"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "qsem" = callPackage @@ -209989,8 +209989,8 @@ self: { sha256 = "1y9c22jr0frflgzmpzpz4d7zgcz7wbql8xwr6bx912rh6gm4gx9h"; libraryHaskellDepends = [ base ghc-prim ]; description = "quantity semaphores"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210008,7 +210008,7 @@ self: { ]; description = "Qt bindings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {qtc_core = null; qtc_gui = null; qtc_network = null; qtc_opengl = null; qtc_script = null; qtc_tools = null;}; @@ -210024,8 +210024,8 @@ self: { libraryHaskellDepends = [ base process qtah-generator ]; librarySystemDepends = [ qtbase ]; description = "Qt bindings for Haskell - C++ library"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.qt5) qtbase;}; @@ -210043,8 +210043,8 @@ self: { base binary bytestring containers filepath hoppy-runtime qtah-qt5 ]; description = "Example programs for Qtah Qt bindings"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210067,8 +210067,8 @@ self: { ]; doHaddock = false; description = "Generator for Qtah Qt bindings"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210088,8 +210088,8 @@ self: { libraryToolDepends = [ qtbase ]; testHaskellDepends = [ base hoppy-runtime HUnit ]; description = "Qt bindings for Haskell"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs.qt5) qtbase;}; @@ -210103,7 +210103,7 @@ self: { aeson attoparsec base http-types mtl text ]; description = "Convenience parser combinators for URI query strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quadratic-irrational" = callPackage @@ -210123,7 +210123,7 @@ self: { tasty tasty-quickcheck ]; description = "An implementation of quadratic irrationals"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quandl-api" = callPackage @@ -210140,7 +210140,7 @@ self: { text time time-locale-compat unordered-containers ]; description = "Quandl.com API library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quantfin" = callPackage @@ -210159,8 +210159,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Quant finance library in pure Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210179,8 +210179,8 @@ self: { unordered-containers vector ]; description = "Rage against the quantification"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210201,7 +210201,7 @@ self: { regex-compat ]; description = "Unit conversion and manipulation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quantum-arrow" = callPackage @@ -210213,7 +210213,7 @@ self: { libraryHaskellDepends = [ base MonadRandom mtl QuickCheck random ]; description = "An embedding of quantum computation as a Haskell arrow"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210236,8 +210236,8 @@ self: { executableHaskellDepends = [ base haskeline mtl ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Retrieve, store and manage real quantum random data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210259,8 +210259,8 @@ self: { servant-server stm text time uuid wai wai-extra warp warp-tls ]; description = "Coronavirus quarantine timer web app for your things"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210279,8 +210279,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "Quite Useless DB"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210303,8 +210303,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Quenya verb conjugator"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210324,8 +210324,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Analysis and parsing library for SQL queries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210342,8 +210342,8 @@ self: { unordered-containers ]; description = "Demo package containing queryparser examples"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210363,8 +210363,8 @@ self: { text unordered-containers yaml ]; description = "Parsing for Hive SQL queries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210384,8 +210384,8 @@ self: { text unordered-containers yaml ]; description = "Parsing for Presto SQL queries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210405,8 +210405,8 @@ self: { text unordered-containers yaml ]; description = "Parsing for Vertica SQL queries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210425,7 +210425,7 @@ self: { ]; description = "Picklers for de/serialising Generic data types to and from query strings"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "questioner" = callPackage @@ -210440,8 +210440,8 @@ self: { ansi-terminal base readline terminal-size ]; description = "A package for prompting values from the command-line"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210453,7 +210453,7 @@ self: { sha256 = "0fx2svkj2sy2wd056lha9h20hy2z6gjspzl11jmv7i3rdwwfr6f7"; libraryHaskellDepends = [ base stm ]; description = "Abstraction typeclasses for queue-like things"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "queuelike" = callPackage @@ -210464,8 +210464,8 @@ self: { sha256 = "0nvs9ln55wrczpn948i4z110rbfp0rv2wv8iz94lbyxhilhyjf1z"; libraryHaskellDepends = [ array base containers mtl stateful-mtl ]; description = "A library of queuelike data structures, both functional and stateful"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210477,7 +210477,7 @@ self: { sha256 = "1bccyvm300bkm3n98ayjc3syfcakjnf26bs2mdqdjimdfw2f0g6n"; libraryHaskellDepends = [ base QuickCheck ]; description = "Generator random test data for QuickCheck"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quick-schema" = callPackage @@ -210496,8 +210496,8 @@ self: { vector ]; description = "Slimmed down json schema language and validator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210519,7 +210519,7 @@ self: { testHaskellDepends = [ base ]; description = "quick & easy benchmarking of command-line programs"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210538,8 +210538,8 @@ self: { thyme yaml ]; description = "QuickBooks API binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210556,7 +210556,7 @@ self: { base hspec lens QuickCheck template-haskell transformers ]; description = "Generic typeclasses for generating arbitrary ADTs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-arbitrary-template" = callPackage @@ -210573,8 +210573,8 @@ self: { tasty-quickcheck template-haskell ]; description = "Generate QuickCheck Gen for Sum Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210587,7 +210587,7 @@ self: { libraryHaskellDepends = [ base ieee754 pretty-show QuickCheck ]; testHaskellDepends = [ base hspec ieee754 QuickCheck ]; description = "HUnit like assertions for QuickCheck"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "quickcheck-classes" = callPackage @@ -210610,7 +210610,7 @@ self: { semigroupoids tagged tasty tasty-quickcheck transformers vector ]; description = "QuickCheck common typeclasses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-classes-base" = callPackage @@ -210626,7 +210626,7 @@ self: { QuickCheck tagged transformers ]; description = "QuickCheck common typeclasses from `base`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-combinators" = callPackage @@ -210636,7 +210636,7 @@ self: { version = "0.0.5"; sha256 = "0qdjls949kmcv8wj3a27p4dz8nb1dq4i99zizkw7qyqn47r9ccxd"; libraryHaskellDepends = [ base QuickCheck unfoldable-restricted ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-enum-instances" = callPackage @@ -210647,7 +210647,7 @@ self: { sha256 = "117lpk15z288ad1bzakwf1z0jcdm7w5c0584lzwpgkmgqr3jgzdc"; libraryHaskellDepends = [ base enum-types QuickCheck ]; description = "arbitrary instances for small enum types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-higherorder" = callPackage @@ -210663,7 +210663,7 @@ self: { libraryHaskellDepends = [ base QuickCheck test-fun ]; testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "QuickCheck extension for higher-order properties"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quickcheck-instances" = callPackage @@ -210688,7 +210688,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring QuickCheck ]; description = "Common quickcheck instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-io" = callPackage @@ -210699,7 +210699,7 @@ self: { sha256 = "08k4v7pkgjf30pv5j2dfv1gqv6hclxlniyq2sps8zq4zswcr2xzv"; libraryHaskellDepends = [ base HUnit QuickCheck ]; description = "Use HUnit assertions as QuickCheck properties"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quickcheck-poly" = callPackage @@ -210715,8 +210715,8 @@ self: { regex-tdfa ]; description = "Automating QuickCheck for polymorphic and overlaoded properties"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210728,7 +210728,7 @@ self: { sha256 = "0hr61w1wpah1p4h87iz17aby53ysa8waqsl0als8b69in0zyv29w"; libraryHaskellDepends = [ base ]; description = "QuickCheck properties for standard type classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-property-comb" = callPackage @@ -210739,8 +210739,8 @@ self: { sha256 = "0wqz2amhwf1djbwwdin142mzp94mxbzb12khznijissjdz38knp5"; libraryHaskellDepends = [ base mtl QuickCheck ]; description = "Combinators for Quickcheck Property construction and diagnostics"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210752,8 +210752,8 @@ self: { sha256 = "0sp7592jfh6i8xsykl2lv8bspnp755fnpqvqa09dhwq6hm0r1r9c"; libraryHaskellDepends = [ base either QuickCheck transformers ]; description = "A monad for generating QuickCheck properties without Arbitrary instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210769,8 +210769,8 @@ self: { base containers QuickCheck regex-genex regex-tdfa ]; description = "Generate regex-constrained strings for QuickCheck"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210786,8 +210786,8 @@ self: { base hxt hxt-relaxng QuickCheck quickcheck-regex ]; description = "Generate RelaxNG-constrained XML documents for QuickCheck"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210800,8 +210800,8 @@ self: { libraryHaskellDepends = [ base QuickCheck rematch ]; testHaskellDepends = [ base hspec HUnit QuickCheck rematch ]; description = "QuickCheck support for rematch"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210817,8 +210817,8 @@ self: { base lens QuickCheck template-haskell th-printf ]; description = "Customizable reports for quickcheck properties"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210832,7 +210832,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory process QuickCheck ]; description = "Automated test tool for QuickCheck"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-simple" = callPackage @@ -210843,7 +210843,7 @@ self: { sha256 = "0ah32y1p39p3d0696zp4mlf4bj67ggh73sb8nvf21snkwll86dai"; libraryHaskellDepends = [ base QuickCheck ]; description = "Test properties and default-mains for QuickCheck"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickcheck-special" = callPackage @@ -210856,7 +210856,7 @@ self: { editedCabalFile = "1whwmij115vw0qwkzlkc4z4yhj7iwwqjhf5aaxn5np0gh2gzihb3"; libraryHaskellDepends = [ base QuickCheck special-values ]; description = "Edge cases and special values for QuickCheck Arbitrary instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quickcheck-state-machine" = callPackage @@ -210893,8 +210893,8 @@ self: { tree-diff unliftio unliftio-core vector wai warp ]; description = "Test monadic programs using state machine based models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210918,8 +210918,8 @@ self: { strict tasty tasty-quickcheck temporary ]; description = "Test monadic programs using state machine based models"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210936,8 +210936,8 @@ self: { base QuickCheck tasty tasty-quickcheck text ]; description = "Helper to build generators with Text.StringRandom"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210950,7 +210950,7 @@ self: { libraryHaskellDepends = [ base binary bytestring QuickCheck text ]; testHaskellDepends = [ base bytestring QuickCheck text ]; description = "Alternative arbitrary instance for Text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quickcheck-transformer" = callPackage @@ -210961,7 +210961,7 @@ self: { sha256 = "0al0p44qi9j829zcnv43kqf4pxaxr6fb48vkq1an15hdk6svx11j"; libraryHaskellDepends = [ base QuickCheck random transformers ]; description = "A GenT monad transformer for QuickCheck library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quickcheck-unicode" = callPackage @@ -210972,7 +210972,7 @@ self: { sha256 = "0s43s1bzbg3gwsjgm7fpyksd1339f0m26dlw2famxwyzgvm0a80k"; libraryHaskellDepends = [ base QuickCheck ]; description = "Generator and shrink functions for testing Unicode-related software"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "quickcheck-webdriver" = callPackage @@ -210983,8 +210983,8 @@ self: { sha256 = "12jkj8jy4f0mix658pd8jfgwx268fs3bbqz90mac1vvag4c72i0h"; libraryHaskellDepends = [ base QuickCheck transformers webdriver ]; description = "Utilities for using WebDriver with QuickCheck"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -210996,7 +210996,7 @@ self: { sha256 = "0shigzw0r59cwa22f56522qfv0lsaq1z2861lgy1lhhclzswr6zg"; libraryHaskellDepends = [ base QuickCheck template-haskell ]; description = "Get counterexamples from QuickCheck as Haskell values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickjs-hs" = callPackage @@ -211019,7 +211019,7 @@ self: { tasty-quickcheck text unordered-containers vector ]; description = "Wrapper for the QuickJS Javascript Engine"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quicklz" = callPackage @@ -211036,7 +211036,7 @@ self: { test-framework-quickcheck2 ]; description = "QuickLZ compression for ByteStrings"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "quickpull" = callPackage @@ -211051,8 +211051,8 @@ self: { executableHaskellDepends = [ base directory filepath QuickCheck ]; testHaskellDepends = [ base directory filepath QuickCheck ]; description = "Generate Main module with QuickCheck tests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211067,7 +211067,7 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base doctest QuickCheck vector ]; benchmarkHaskellDepends = [ base criterion random vector ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "quickset" = callPackage @@ -211078,8 +211078,8 @@ self: { sha256 = "0xiw57wi9z567nmp4h0vfcw3sr9dciy29jadn47bvi3q278v7zdy"; libraryHaskellDepends = [ base vector vector-algorithms ]; description = "Very fast and memory-compact query-only set and map structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211091,7 +211091,7 @@ self: { sha256 = "1aa56ng45la91kd40hvqmg5mdprmw7mdgg0zjfz0l71qg2yka14a"; libraryHaskellDepends = [ aeson attoparsec base bytestring text ]; description = "Quick JSON extractions with Aeson"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickspec" = callPackage @@ -211109,7 +211109,7 @@ self: { twee-lib uglymemo ]; description = "Equational laws for free!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quickterm" = callPackage @@ -211127,7 +211127,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "An interface for describing and executing terminal applications"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "quicktest" = callPackage @@ -211142,8 +211142,8 @@ self: { base directory haskell98 mtl process ]; description = "A reflective batch tester for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211162,8 +211162,8 @@ self: { servant-server text warp ]; description = "A quick webapp generator for any file processing tool"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211176,7 +211176,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Generic deriving of Read/Show with no record labels"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "quipper" = callPackage @@ -211192,8 +211192,8 @@ self: { ]; doHaddock = false; description = "Meta-package for Quipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211217,8 +211217,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "A set of algorithms implemented in Quipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211234,8 +211234,8 @@ self: { ]; doHaddock = false; description = "Meta-package for Quipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211247,8 +211247,8 @@ self: { sha256 = "0kj7836h61h13kw4k74wfa96pr0w12k32mmmy0ry43wmk56zy318"; libraryHaskellDepends = [ base Cabal process quipper-language ]; description = "Some functions to aid in the creation of Cabal packages for Quipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211264,8 +211264,8 @@ self: { base containers mtl primes random template-haskell ]; description = "An embedded, scalable functional programming language for quantum computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211286,8 +211286,8 @@ self: { ]; doHaddock = false; description = "Miscellaneous code snippets that illustrate various Quipper features"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211308,8 +211308,8 @@ self: { ]; executableHaskellDepends = [ base process ]; description = "Quipper, an embedded functional programming language for quantum computation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211332,8 +211332,8 @@ self: { quipper-utils random ]; description = "The standard libraries for Quipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211350,8 +211350,8 @@ self: { quipper-core random template-haskell unix ]; description = "An embedded, scalable functional programming language for quantum computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211373,8 +211373,8 @@ self: { ]; doHaddock = false; description = "Miscellaneous stand-alone tools for Quipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211391,8 +211391,8 @@ self: { base containers mtl newsynth process random template-haskell unix ]; description = "Utility libraries for Quipper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211404,8 +211404,8 @@ self: { sha256 = "1gg02lnrd2c1wq8zhbj8n355v23ijzm5nj0jyply91sppjma9w7x"; libraryHaskellDepends = [ base mmorph transformers ]; description = "Quiver finite stream processing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211422,8 +211422,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck quiver transformers ]; description = "Binary serialisation support for Quivers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211435,8 +211435,8 @@ self: { sha256 = "1iwp6z76n2iramd21l2j9gvsqzq3j90qprblscp1yvk73fq4vcmz"; libraryHaskellDepends = [ base bytestring quiver ]; description = "Quiver combinators for bytestring streaming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211448,8 +211448,8 @@ self: { sha256 = "0l8c5vhhbjlijvx27mda62y6sq6lr7irva6c47fhvf26zfgx41p8"; libraryHaskellDepends = [ base data-cell quiver ]; description = "Quiver combinators for cellular data processing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211465,8 +211465,8 @@ self: { base bytestring data-cell quiver quiver-bytestring ]; description = "Quiver combinators for cellular CSV data processing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211478,8 +211478,8 @@ self: { sha256 = "0k0822yzlxkb6b46834hm3bad3x1gma1gqcjl9ryxpqsl73nc4mp"; libraryHaskellDepends = [ base enumerator quiver ]; description = "Bridge between Quiver and Iteratee paradigms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211492,8 +211492,8 @@ self: { libraryHaskellDepends = [ base dlist quiver ]; testHaskellDepends = [ base hspec QuickCheck quiver ]; description = "Group and chunk values within a Quiver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211511,8 +211511,8 @@ self: { base bytestring http-client http-client-tls quiver ]; description = "Adapter to stream over HTTP(s) with quiver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211528,8 +211528,8 @@ self: { base exceptions quiver resourcet transformers transformers-base ]; description = "Extra instances for Quiver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211542,8 +211542,8 @@ self: { libraryHaskellDepends = [ base quiver ]; testHaskellDepends = [ base hspec QuickCheck quiver ]; description = "Interleave values from multiple Quivers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211567,8 +211567,8 @@ self: { quiver-instances resourcet temporary transformers ]; description = "Sort the values in a quiver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211587,8 +211587,8 @@ self: { base hspec postgresql-simple raw-strings-qq text ]; description = "Test helpers which help generate data for projects that use postgresql"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211613,8 +211613,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit mtl ]; description = "A Quoridor implementation in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211630,7 +211630,7 @@ self: { ]; benchmarkHaskellDepends = [ base template-haskell ]; description = "Divide without division"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "qux" = callPackage @@ -211648,8 +211648,8 @@ self: { llvm-general mtl optparse-applicative pretty ]; description = "Command line binary for working with the Qux language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211672,7 +211672,7 @@ self: { ukrainian-phonetics-basic-array ]; description = "Can be used to calculate the durations of the approximations of the Ukrainian phonemes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "r3x-haskell-sdk" = callPackage @@ -211698,7 +211698,7 @@ self: { aeson base blaze-html bytestring case-insensitive containers cookie http-types mtl regex-pcre text transformers wai warp ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "raaz" = callPackage @@ -211724,8 +211724,8 @@ self: { pretty ]; description = "The raaz cryptographic library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211755,8 +211755,8 @@ self: { sha256 = "19g2lc3vmnapccdxf390cmkfl9bd3agcn01kk8ccd4lmaqn2c12d"; libraryHaskellDepends = [ array base containers data-reify ]; description = "Reverse Automatic Differentiation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211771,8 +211771,8 @@ self: { libraryHaskellDepends = [ base profunctors ]; testHaskellDepends = [ base HUnit lens ]; description = "Isomorphisms for measurements that use radians"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211789,8 +211789,8 @@ self: { base Cabal containers hspec lens parsec QuickCheck ]; description = "Chemistry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211806,8 +211806,8 @@ self: { base Cabal containers hspec parsec QuickCheck ]; description = "Chemistry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211823,7 +211823,7 @@ self: { base binary bytestring cryptonite iproute lens memory ]; description = "Remote Authentication Dial In User Service (RADIUS)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "radix" = callPackage @@ -211836,8 +211836,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base filepath ]; description = "Command-line tool for emitting numbers in various bases"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211862,7 +211862,7 @@ self: { unordered-containers ]; description = "Radix tree data structive over short byte-strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "radixtree" = callPackage @@ -211883,7 +211883,7 @@ self: { benchmarkHaskellDepends = [ attoparsec base criterion deepseq QuasiText text vector ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rados-haskell" = callPackage @@ -211906,8 +211906,8 @@ self: { async base bytestring criterion mtl transformers ]; description = "librados haskell bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {rados = null;}; @@ -211926,8 +211926,8 @@ self: { tostring zlib ]; description = "Miscellaneous Haskell utilities for data structures and data manipulation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211950,8 +211950,8 @@ self: { ]; testHaskellDepends = [ base containers HUnit process ]; description = "Compiler and editor for the esolang rail"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211975,8 +211975,8 @@ self: { transformers vector ]; description = "Decrypt Ruby on Rails sessions in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -211992,7 +211992,7 @@ self: { base bytestring lens QuickCheck terminfo text ]; description = "Print text to terminal with colors and effects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rainbow-tests" = callPackage @@ -212007,8 +212007,8 @@ self: { barecheck base QuickCheck rainbow terminfo text ]; description = "Tests and QuickCheck generators to accompany rainbow"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212028,7 +212028,7 @@ self: { tasty-quickcheck text ]; description = "Two-dimensional box pretty printing, with colors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rake" = callPackage @@ -212069,8 +212069,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "distributed-process node"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212087,8 +212087,8 @@ self: { transformers vector zlib ]; description = "Stream based PDF library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212113,8 +212113,8 @@ self: { http-types lens req servant-server text warp ]; description = "The Rakuten API in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212134,7 +212134,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion vector ]; description = "Random access lists"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "ral-lens" = callPackage @@ -212147,7 +212147,7 @@ self: { editedCabalFile = "0j7lxlbj2klhcx12xixp3glhbvc9k1pccaiqm2kqr5l3lkrcnirv"; libraryHaskellDepends = [ base bin fin lens ral ]; description = "Length-indexed random access lists: lens utilities"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "ral-optics" = callPackage @@ -212160,7 +212160,7 @@ self: { editedCabalFile = "0b2j3iqzbaly8niw3snsmn1z5a34kv4jw8sh3fscsja6zfx0ffgv"; libraryHaskellDepends = [ base bin fin optics-core ral ]; description = "Length-indexed random access lists: optics utilities"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "ralist" = callPackage @@ -212177,8 +212177,8 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Random access list with a list compatible interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212191,8 +212191,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base haskell98 ]; description = "'$' in reverse"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212208,8 +212208,8 @@ self: { aeson base bytestring text unordered-containers yaml ]; description = "RESTful API Modeling Language (RAML) library for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212223,7 +212223,7 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base criterion ]; description = "🏰 Determine how intervals relate to each other"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "ramus" = callPackage @@ -212237,7 +212237,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck quickcheck-io ]; benchmarkHaskellDepends = [ base criterion ]; description = "Elm signal system for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rand-vars" = callPackage @@ -212248,8 +212248,8 @@ self: { sha256 = "165jvx59vzmpxp7gw60ivfka77kgc1irwijikkwja7jb4dm4ay3x"; libraryHaskellDepends = [ array base IntervalMap mtl random ]; description = "Random variable library, with Functor, Applicative and Monad instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212268,8 +212268,8 @@ self: { unix ]; description = "Program for picking a random file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212284,8 +212284,8 @@ self: { base containers microspec tf-random vector ]; description = "Easy-to-use randomness for livecoding"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212300,7 +212300,7 @@ self: { libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base ]; description = "random number library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random_1_2_0" = callPackage @@ -212325,8 +212325,8 @@ self: { base gauge mtl rdtsc split splitmix time ]; description = "Pseudo-random number generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "random-access-file" = callPackage @@ -212348,7 +212348,7 @@ self: { vector ]; description = "Random file access methods, supporting application-level page cache"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random-access-list" = callPackage @@ -212359,8 +212359,8 @@ self: { sha256 = "1ymbs3f38l6ch0nphsy9pi32yb1a4hazn3grm9fl0dvgqw28xl8r"; libraryHaskellDepends = [ array base containers ]; description = "Random-access lists in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212378,7 +212378,7 @@ self: { mwc-random pcg-random primitive random ]; description = "Efficient generation of random bytestrings"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "random-class" = callPackage @@ -212391,7 +212391,7 @@ self: { editedCabalFile = "125p09srh4kxj5bnjsl3i2jn4q09ci3kbyb96pb9kmzz1jn4i0rz"; libraryHaskellDepends = [ base primitive transformers util ]; description = "Class of random value generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random-derive" = callPackage @@ -212402,8 +212402,8 @@ self: { sha256 = "08irzyg8cgigj009zp5hg33gdwranrdyyzrxhmwyib6fm5bmsj8p"; libraryHaskellDepends = [ base random template-haskell ]; description = "A Template Haskell helper for deriving Random instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212415,8 +212415,8 @@ self: { sha256 = "1m28np0zfabp1n1d08przh35bxfr1l7d39kj4a5z61jkchmsaxyf"; libraryHaskellDepends = [ base extensible-effects random ]; description = "A simple random generator library for extensible-effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212428,8 +212428,8 @@ self: { sha256 = "0p1n5dfdsp00q9mlhd7xcl93k5d0wji91p59858gmfx9xf8j0p0h"; libraryHaskellDepends = [ base effin random ]; description = "A simple random generator library for effin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212444,7 +212444,7 @@ self: { array base containers random-fu random-source ]; description = "Additional functions for random values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random-fu" = callPackage @@ -212461,7 +212461,7 @@ self: { random-source rvar syb template-haskell transformers vector ]; description = "Random number generation"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "random-fu_0_2_7_7" = callPackage @@ -212478,8 +212478,8 @@ self: { random-source rvar syb template-haskell transformers vector ]; description = "Random number generation"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "random-fu-multivariate" = callPackage @@ -212491,7 +212491,7 @@ self: { libraryHaskellDepends = [ base hmatrix mtl random-fu ]; testHaskellDepends = [ base ]; description = "Multivariate distributions for random-fu"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random-hypergeometric" = callPackage @@ -212508,8 +212508,8 @@ self: { QuickCheck random-fu vector ]; description = "Random variate generation from hypergeometric distributions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212521,7 +212521,7 @@ self: { sha256 = "1sj88ccw4pnqlwbga78pvsvzib4irg7xzz4lhqs89xkdz7l043dy"; libraryHaskellDepends = [ base QuickCheck random safe text ]; description = "Expose Random and Arbitrary instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "random-shuffle" = callPackage @@ -212532,7 +212532,7 @@ self: { sha256 = "0586bnlh0g2isc44jbjvafkcl4yw6lp1db8x6vr0pza0y08l8w2j"; libraryHaskellDepends = [ base MonadRandom random ]; description = "Random shuffle implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random-source" = callPackage @@ -212549,7 +212549,7 @@ self: { primitive random stateref syb template-haskell th-extras ]; description = "Generic basis for random number generators"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "random-source_0_3_0_11" = callPackage @@ -212566,8 +212566,8 @@ self: { primitive random stateref syb template-haskell th-extras ]; description = "Generic basis for random number generators"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; }) {}; "random-stream" = callPackage @@ -212578,8 +212578,8 @@ self: { sha256 = "0q191kz3hmjzrgs143nja5gcis07igb38f51mwqw64zx7vjqvx66"; libraryHaskellDepends = [ base binary bytestring random ]; description = "An infinite stream of random data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212596,7 +212596,7 @@ self: { bytestring entropy ]; description = "Generate a random base 16, 58, or 64 string"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random-strings" = callPackage @@ -212611,7 +212611,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base containers mtl QuickCheck ]; description = "Generate random strings with specific qualities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "random-tree" = callPackage @@ -212627,7 +212627,7 @@ self: { transformers tree-fun ]; description = "Create random trees"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "random-variates" = callPackage @@ -212647,7 +212647,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base directory HUnit random ]; description = "\"Uniform RNG => Non-Uniform RNGs\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "randomgen" = callPackage @@ -212665,7 +212665,7 @@ self: { ]; executableSystemDepends = [ openssl ]; description = "A fast, SMP parallel random data generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) openssl;}; "randproc" = callPackage @@ -212676,7 +212676,7 @@ self: { sha256 = "0fb0239fwvn1n3rbdr03k4kx1igzbb638a1iq0ln1k1i1fpaayd7"; libraryHaskellDepends = [ base ]; description = "Data structures and support functions for working with random processes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "randsolid" = callPackage @@ -212689,7 +212689,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base random X11 ]; description = "Set the background of your root window to a random colour"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "range" = callPackage @@ -212706,7 +212706,7 @@ self: { test-framework-quickcheck2 ]; description = "An efficient and versatile range library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "range-set-list" = callPackage @@ -212724,7 +212724,7 @@ self: { base containers deepseq hashable tasty tasty-quickcheck ]; description = "Memory efficient sets with ranges of elements"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "range-space" = callPackage @@ -212744,8 +212744,8 @@ self: { test-framework-quickcheck2 time vector-space vector-space-points ]; description = "A Range type with vector-space instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212757,8 +212757,8 @@ self: { sha256 = "01n1m3ibi44pjg04mg16j751fjzkspmnq8bzxz55qbyi22wshnwc"; libraryHaskellDepends = [ base containers primitive vector ]; description = "Linear range-min algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212770,7 +212770,7 @@ self: { sha256 = "1ymvmvfvzkdxblg691g9n5y94gpiz782jgyvaisg5mydzj1s1fyv"; libraryHaskellDepends = [ base containers ]; description = "Ranges and various functions on them"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rank-product" = callPackage @@ -212788,7 +212788,7 @@ self: { base bytestring cassava containers lens optparse-generic vector ]; description = "Find the rank product of a data set"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "rank1dynamic" = callPackage @@ -212804,7 +212804,7 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rank2classes" = callPackage @@ -212825,7 +212825,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "standard type constructor class hierarchy, only with methods of rank 2 types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rapid" = callPackage @@ -212840,8 +212840,8 @@ self: { async base containers foreign-store stm ]; description = "Rapid prototyping with GHCi: hot reloading of running components and reload-surviving values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212857,8 +212857,8 @@ self: { base clock kan-extensions process transformers unix ]; description = "External terminal support for rapid"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212883,8 +212883,8 @@ self: { base eve hspec lens QuickCheck quickcheck-instances text yi-rope ]; description = "A modular text editor"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212904,8 +212904,8 @@ self: { rasa-ext-logger rasa-ext-slate rasa-ext-views rasa-ext-vim yi-rope ]; description = "Example user config for Rasa"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212920,8 +212920,8 @@ self: { base containers data-default lens rasa text ]; description = "Rasa Ext for useful buffer utilities"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212936,8 +212936,8 @@ self: { base containers data-default lens rasa text ]; description = "Rasa Ext for running commands"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212953,8 +212953,8 @@ self: { base data-default lens mtl rasa text text-lens yi-rope ]; description = "Rasa Ext adding cursor(s)"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212971,8 +212971,8 @@ self: { yi-rope ]; description = "Rasa Ext for filesystem actions"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -212984,8 +212984,8 @@ self: { sha256 = "1wv3bkfq92h7b91x88mzqcijbpb2kh7zkgg4ljxdx59qi4lb7hry"; libraryHaskellDepends = [ base lens mtl rasa ]; description = "Rasa Ext for logging state/actions"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213002,8 +213002,8 @@ self: { text vty yi-rope ]; description = "Rasa extension for rendering to terminal with vty"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213015,8 +213015,8 @@ self: { sha256 = "0grfj3qxlmk63x5cxrbibkhrrgij077f7sr0kj6vcl0np7a5dl98"; libraryHaskellDepends = [ base data-default lens rasa yi-rope ]; description = "Rasa Ext for populating status-bar"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213028,8 +213028,8 @@ self: { sha256 = "198phwvsndsk149rj744znjzw8w2n0238pbv07d7rfs2c1987s04"; libraryHaskellDepends = [ base data-default lens rasa ]; description = "Rasa Ext managing rendering styles"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213046,8 +213046,8 @@ self: { yi-rope ]; description = "Rasa Ext managing rendering views"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213066,8 +213066,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Rasa Ext for vim bindings"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213096,8 +213096,8 @@ self: { tasty-quickcheck vector ]; description = "A command-line client for Reddit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213125,7 +213125,7 @@ self: { optparse-applicative Rasterific svg-tree ]; description = "SVG renderer based on Rasterific"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rate-limit" = callPackage @@ -213136,7 +213136,7 @@ self: { sha256 = "0zb19vwzyj1vg890776r3bprmjzhs9kr2r1vqa42nxv9nvwvnljm"; libraryHaskellDepends = [ base stm time time-units ]; description = "A basic library for rate-limiting IO actions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ratel" = callPackage @@ -213154,7 +213154,7 @@ self: { ]; testHaskellDepends = [ base filepath hspec ]; description = "Notify Honeybadger about exceptions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ratel-wai" = callPackage @@ -213169,7 +213169,7 @@ self: { base bytestring case-insensitive containers http-client ratel wai ]; description = "Notify Honeybadger about exceptions via a WAI middleware"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ratelimiter" = callPackage @@ -213187,7 +213187,7 @@ self: { base containers extra mtl time timespan vector ]; description = "In-memory rate limiter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rating-chgk-info" = callPackage @@ -213215,8 +213215,8 @@ self: { testHaskellDepends = [ base-noprelude relude ]; benchmarkHaskellDepends = [ base-noprelude gauge relude ]; description = "Client for rating.chgk.info API and CSV tables (documentation in Russian)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213228,7 +213228,7 @@ self: { sha256 = "17mqfqvh59vid7sb0vr029az4pn8bb83axf706ngc6i5lir49709"; libraryHaskellDepends = [ base ]; description = "Implementations of several rating systems: Elo, Glicko, etc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ratio-int" = callPackage @@ -213239,7 +213239,7 @@ self: { sha256 = "06kqr4iyi184sa8y2vdkw5h0pvh5f8lwcqb8mbcn34lpqm961s7g"; libraryHaskellDepends = [ base ]; description = "Fast specialisation of Data.Ratio for Int."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rational-list" = callPackage @@ -213255,8 +213255,8 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "finite or repeating lists"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213290,8 +213290,8 @@ self: { unix unordered-containers utf8-string ]; description = "Forward build system, with caching and speculation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213315,8 +213315,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base bytestring filepath HUnit temporary ]; description = "Parse and generate Rocket League replays"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213337,7 +213337,7 @@ self: { aeson base bytestring hspec time unordered-containers ]; description = "Haskell client for Sentry logging service"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "raven-haskell-scotty" = callPackage @@ -213352,8 +213352,8 @@ self: { base bytestring case-insensitive mtl raven-haskell scotty text wai ]; description = "Sentry http interface for Scotty web server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213377,8 +213377,8 @@ self: { tasty-th ]; description = "Resource-Aware Feldspar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213391,7 +213391,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base HUnit ]; description = "Raw string literals for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rawfilepath" = callPackage @@ -213403,7 +213403,7 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; testHaskellDepends = [ base bytestring ]; description = "Use RawFilePath instead of FilePath"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "rawr" = callPackage @@ -213420,8 +213420,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Anonymous extensible records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213433,7 +213433,7 @@ self: { sha256 = "1zk82akj2p4hl9hqwr30fixqfkjlpnb02qwhhflvcpv8gnxpg88i"; libraryHaskellDepends = [ base bytestring template-haskell text ]; description = "Simple raw string quotation and dictionary interpolation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "raz" = callPackage @@ -213450,8 +213450,8 @@ self: { base containers criterion deepseq MonadRandom random transformers ]; description = "Random Access Zippers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213470,8 +213470,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck regex-applicative smaoin ]; description = "Common text/parsing tools for Razom language packages"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213492,7 +213492,7 @@ self: { ]; description = "RESTful Bitcoin Payment Channel Protocol Servant API description"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {bitcoin-payment-protocol = null;}; @@ -213508,7 +213508,7 @@ self: { executableHaskellDepends = [ base bio bytestring containers ]; description = "Mask nucleotide (EST) sequences in Fasta format"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213531,8 +213531,8 @@ self: { ]; benchmarkHaskellDepends = [ base gauge mwc-random ]; description = "Randomized Binary Search Trees"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213556,8 +213556,8 @@ self: { base dde hmatrix Learning linear random vector ]; description = "Reservoir Computing, fast RNNs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213573,8 +213573,8 @@ self: { base binary bytestring data-binary-ieee754 network QuickCheck split ]; description = "Haskell client for Rserve"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213603,7 +213603,7 @@ self: { primitive rdtsc time transformers ]; description = "Read-Copy-Update for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rdf" = callPackage @@ -213621,7 +213621,7 @@ self: { base bytestring criterion deepseq text ]; description = "Representation and Incremental Processing of RDF Data"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rdf4h" = callPackage @@ -213651,7 +213651,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq text ]; description = "A library for RDF processing in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rdioh" = callPackage @@ -213673,8 +213673,8 @@ self: { transformers urlencoded ]; description = "A Haskell wrapper for Rdio's API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213686,7 +213686,7 @@ self: { sha256 = "0l6r5v6bgqf7lq9j6bf7w362bz7bv4xrsbz90ns60v4dyqjskjal"; libraryHaskellDepends = [ base ]; description = "Binding for the rdtsc machine instruction"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rdtsc-enolan" = callPackage @@ -213697,7 +213697,7 @@ self: { sha256 = "0v3x7ga4gx5q4gwh8xdhb2arlmjyilr9igz28wysy9qqlcdw775q"; libraryHaskellDepends = [ base ]; description = "Binding to sources of high-efficiency, high-precision, monotonically increasing relative time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "re2" = callPackage @@ -213710,7 +213710,7 @@ self: { librarySystemDepends = [ re2 ]; testHaskellDepends = [ base bytestring HUnit vector ]; description = "Bindings to the re2 regular expression library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) re2;}; "react-flux" = callPackage @@ -213728,8 +213728,8 @@ self: { unordered-containers ]; description = "A binding to React based on the Flux application architecture for GHCJS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213741,8 +213741,8 @@ self: { sha256 = "171q9h2yd78bcwsbhzhggin9wvnwc560vr73zw7abbx2q8aik4q4"; libraryHaskellDepends = [ aeson base react-flux servant text ]; description = "Allow react-flux stores to send requests to a servant server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213760,8 +213760,8 @@ self: { unordered-containers void ]; description = "Haskell React bindings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213779,8 +213779,8 @@ self: { aeson aeson-pretty base bytestring scotty time transformers ]; description = "react-tutorial web server"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213795,8 +213795,8 @@ self: { libraryHaskellDepends = [ base mtl QuickCheck ]; executableHaskellDepends = [ base mtl QuickCheck ]; description = "pluggable pure logic serializable reactor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213814,7 +213814,7 @@ self: { ]; description = "Push-pull functional reactive programming"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "reactive-bacon" = callPackage @@ -213826,8 +213826,8 @@ self: { libraryHaskellDepends = [ base old-time stm ]; testHaskellDepends = [ base containers HUnit old-time stm ]; description = "FRP (functional reactive programming) framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213849,8 +213849,8 @@ self: { reactive-midyim transformers utility-ht ]; description = "Programmatically edit MIDI events via ALSA and reactive-banana"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213873,8 +213873,8 @@ self: { unordered-containers vault ]; description = "Library for functional reactive programming (FRP)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213891,8 +213891,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "home (etc) automation using reactive-banana"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213908,8 +213908,8 @@ self: { base non-empty reactive-banana transformers utility-ht ]; description = "Extend reactive-banana to multiple events per time point"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213926,8 +213926,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Simple reactive programming with GTK GObject Introspection"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213944,8 +213944,8 @@ self: { SDL-ttf ]; description = "Reactive Banana bindings for SDL"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213958,8 +213958,8 @@ self: { libraryHaskellDepends = [ base reactive-banana sdl2 ]; testHaskellDepends = [ base ]; description = "Reactive Banana integration with SDL2"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213974,8 +213974,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base reactive-banana threepenny-gui ]; description = "Examples for the reactive-banana library, using threepenny-gui"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -213993,8 +213993,8 @@ self: { base cabal-macosx reactive-banana wx wxcore ]; description = "Examples for the reactive-banana library, using wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214011,8 +214011,8 @@ self: { vector-space ]; description = "Connect Reactive and FieldTrip"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214028,8 +214028,8 @@ self: { base GLUT old-time OpenGL reactive vector-space ]; description = "Connects Reactive and GLUT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214041,7 +214041,7 @@ self: { sha256 = "115zjaymcx1dm7lwdqjq810j664a2kj8phrvjkhfkdsl95srqc85"; libraryHaskellDepends = [ base ]; description = "minimal fork of io-reactive"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reactive-io" = callPackage @@ -214052,7 +214052,7 @@ self: { sha256 = "0s7a29cfzb2j5xvqykx1n5naci2np36zjs3qyq0i4yzjf3qprr63"; libraryHaskellDepends = [ base transformers ]; description = "IO-oriented FRP library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "reactive-jack" = callPackage @@ -214072,8 +214072,8 @@ self: { utility-ht ]; description = "Process MIDI events via reactive-banana and JACK"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214093,8 +214093,8 @@ self: { transformers utility-ht ]; description = "Process MIDI events via reactive-banana"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214111,8 +214111,8 @@ self: { base monad-parallel SDL stm transformers ]; description = "Reactive programming via imperative threads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214131,7 +214131,7 @@ self: { ]; description = "An alternate implementation of push-pull FRP"; license = "GPL"; - platforms = stdenv.lib.platforms.none; + platforms = [ "armv7l-linux" ]; }) {}; "reactor" = callPackage @@ -214147,8 +214147,8 @@ self: { transformers ]; description = "Reactor - task parallel reactive programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214160,8 +214160,8 @@ self: { sha256 = "0b2syhxan3fpf9h1zq3izpb8bgsl4qrk975afy3r2ji6dhjq81cl"; libraryHaskellDepends = [ base ]; description = "Class for reading bounded values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214184,8 +214184,8 @@ self: { testHaskellDepends = [ base bytestring containers directory hspec text ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214199,7 +214199,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base directory process ]; description = "Opens a temporary file on the system's EDITOR and returns the resulting edits"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "read-env-var" = callPackage @@ -214211,7 +214211,7 @@ self: { libraryHaskellDepends = [ base exceptions transformers ]; testHaskellDepends = [ base doctest Glob ]; description = "Functions for safely reading environment variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "read-io" = callPackage @@ -214223,8 +214223,8 @@ self: { libraryHaskellDepends = [ base containers directory filepath ]; testHaskellDepends = [ base containers directory filepath hspec ]; description = "Read IO library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214245,7 +214245,7 @@ self: { aeson base http-conduit optparse-applicative text xml-conduit ]; description = "Extracts text of main article from HTML document"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "readable" = callPackage @@ -214256,7 +214256,7 @@ self: { sha256 = "1ja39cg26wy2fs00gi12x7iq5k8i366pbqi3p916skfa5jnkfc3h"; libraryHaskellDepends = [ base bytestring text ]; description = "Reading from Text and ByteString"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "readcsv" = callPackage @@ -214269,7 +214269,7 @@ self: { editedCabalFile = "1lcgpdjlv1kaasyhk327cvkw4ar06mr7ks8xrkvxf27njdiv035s"; libraryHaskellDepends = [ base ]; description = "Lightweight CSV parser/emitter based on ReadP"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "reader-soup" = callPackage @@ -214286,7 +214286,7 @@ self: { transformers transformers-base unliftio-core vinyl ]; description = "Vinyl-based reader-like monad composition"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "readline" = callPackage @@ -214299,7 +214299,7 @@ self: { librarySystemDepends = [ ncurses readline ]; description = "An interface to the GNU readline library"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses; inherit (pkgs) readline;}; @@ -214311,8 +214311,8 @@ self: { sha256 = "1gfxs3wfdkkarxil2an5l58syrm2vajj0qpshzabzchni32yxic8"; libraryHaskellDepends = [ base readline StateVar ]; description = "Readline with variables (setX/getY) wrapped in state vars"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214334,8 +214334,8 @@ self: { executableHaskellDepends = [ base numhask ]; testHaskellDepends = [ base doctest numhask ]; description = "Literate programming support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214349,8 +214349,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bliplib parseargs ]; description = "Read and pretty print Python bytecode (.pyc) files."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214368,8 +214368,8 @@ self: { base binary bytestring data-binary-ieee754 filepath monad-loops ]; description = "Code for reading ESRI Shapefiles"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214386,7 +214386,7 @@ self: { base quickcheck-instances tasty tasty-quickcheck time ]; description = "Tiny library to calculate date considering when your day realy ends"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "really-simple-xml-parser" = callPackage @@ -214397,8 +214397,8 @@ self: { sha256 = "1qmrfisnvm9a25a9ssg4r466yna69vzbwn7s7f4zql28cndg3syy"; libraryHaskellDepends = [ base parsec ]; description = "A really simple XML parser"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214435,8 +214435,8 @@ self: { tasty-rerun temporary text vector ]; description = "Animation library based on SVGs"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214462,8 +214462,8 @@ self: { tasty-quickcheck tasty-rerun temporary text typed-process vector ]; description = "SVG file loader and serializer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214485,7 +214485,7 @@ self: { QuickCheck quickcheck-instances text time ]; description = "Generate Reason types from Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "reasonable-lens" = callPackage @@ -214496,8 +214496,8 @@ self: { sha256 = "0ic239ikxqsk4qjnyraka3jn4pjmmsgwqyga6zmqlw7z1kpgaxam"; libraryHaskellDepends = [ base mtl split template-haskell ]; description = "Lens implementation. It is more small but adequately."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214511,7 +214511,7 @@ self: { editedCabalFile = "1ky8nncf441i32hni0090lm5vrh67dqvj99c09c1i58gxjad4gln"; libraryHaskellDepends = [ base ]; description = "Just size Operational Monad implementation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rebase" = callPackage @@ -214532,7 +214532,7 @@ self: { transformers unordered-containers uuid vector void ]; description = "A more progressive alternative to the \"base\" package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rebase_1_10_0_1" = callPackage @@ -214553,8 +214553,8 @@ self: { transformers unordered-containers uuid vector vector-instances void ]; description = "A more progressive alternative to the \"base\" package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "rebindable" = callPackage @@ -214565,7 +214565,7 @@ self: { sha256 = "0zd1ik544hcfwmxwg0jvfsw6giwkzppf7hb573a9ck0xm6daslp7"; libraryHaskellDepends = [ base data-default-class indexed ]; description = "A library to facilitate rebinding of Haskell syntax"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "recaptcha" = callPackage @@ -214576,7 +214576,7 @@ self: { sha256 = "03a3f34lcd387112pfa931wwna58av5yv4jvx4nl0zkryp1p4qd2"; libraryHaskellDepends = [ base HTTP network network-uri xhtml ]; description = "Functions for using the reCAPTCHA service in web applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "recommender-als" = callPackage @@ -214591,7 +214591,7 @@ self: { base containers data-default-class hmatrix parallel random vector ]; description = "Recommendations using alternating least squares algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "record" = callPackage @@ -214606,8 +214606,8 @@ self: { base base-prelude basic-lens template-haskell transformers ]; description = "Anonymous records"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214624,8 +214624,8 @@ self: { ]; testHaskellDepends = [ aeson base-prelude hspec record ]; description = "Instances of \"aeson\" classes for the \"record\" types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214643,7 +214643,7 @@ self: { executableHaskellDepends = [ base extra ]; testHaskellDepends = [ base extra filepath record-hasfield ]; description = "Preprocessor to allow record.field syntax"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "record-encode" = callPackage @@ -214659,8 +214659,8 @@ self: { base doctest generics-sop hspec QuickCheck vector ]; description = "Generic encoding of records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214684,8 +214684,8 @@ self: { test-framework-hunit ]; description = "Utilities for working with OpenGL's GLSL shading language and Nikita Volkov's \"Record\"s"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214698,7 +214698,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "A version of GHC.Records as available in future GHCs."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "record-preprocessor" = callPackage @@ -214717,8 +214717,8 @@ self: { benchmarkHaskellDepends = [ base-prelude basic-lens record ]; doHaddock = false; description = "Compiler preprocessor introducing a syntactic extension for anonymous records"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214742,8 +214742,8 @@ self: { base-prelude conversion conversion-text record text ]; description = "A library for parsing and processing the Haskell syntax sprinkled with anonymous records"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214756,7 +214756,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "Alter your records with ease"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "records" = callPackage @@ -214769,8 +214769,8 @@ self: { editedCabalFile = "01ydi3gzgr72z56i1rdq10g4xrfz2f9vz6vn03mp84r74k5zdgrv"; libraryHaskellDepends = [ base kinds type-functions ]; description = "A flexible record system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214789,7 +214789,7 @@ self: { base deepseq generics-sop hspec should-not-typecheck ]; description = "Record subtyping and record utilities with generics-sop"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "records-th" = callPackage @@ -214805,8 +214805,8 @@ self: { type-functions unordered-containers ]; description = "Template Haskell declarations for the records package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214818,7 +214818,7 @@ self: { sha256 = "0k5as7i7xyas6qhpr7wpnnf0rc93nsh4s9gsxdsk72xkwd86chkj"; libraryHaskellDepends = [ base composition-prelude ]; description = "A recursion schemes library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "recursion-schemes" = callPackage @@ -214835,7 +214835,7 @@ self: { ]; testHaskellDepends = [ base HUnit template-haskell transformers ]; description = "Representing common recursion patterns as higher-order functions"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "recursion-schemes-ext" = callPackage @@ -214854,7 +214854,7 @@ self: { base criterion deepseq recursion-schemes ]; description = "Amateur addenda to recursion-schemes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "recursion-schemes-ix" = callPackage @@ -214870,7 +214870,7 @@ self: { base containers hspec mtl QuickCheck singlethongs ]; description = "Recursion schemes over indexed Functors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "recursive-line-count" = callPackage @@ -214887,7 +214887,7 @@ self: { base bytestring containers filepath gtk mtl process ]; description = "Count lines in files and display them hierarchically"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "recursors" = callPackage @@ -214899,8 +214899,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec QuickCheck template-haskell ]; description = "Auto-generate final encodings and their isomorphisms using Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214919,8 +214919,8 @@ self: { ]; doHaddock = false; description = "Extensible records and variants indexed by a type-level Red-Black tree"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214933,7 +214933,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Red Black Trees implemented in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "redHandlers" = callPackage @@ -214951,7 +214951,7 @@ self: { ]; description = "Monadic HTTP request handlers combinators to build a standalone web apps"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "reddit" = callPackage @@ -214974,8 +214974,8 @@ self: { http-client http-client-tls text time transformers yaml ]; description = "Library for interfacing with Reddit's API"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -214992,7 +214992,7 @@ self: { old-time utf8-string ]; description = "A driver for Redis key-value database"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "redis-hs" = callPackage @@ -215003,8 +215003,8 @@ self: { sha256 = "1irayxwkdksc9v70g7il7zl7pmkrim2admcgjwcm9inyca7618wg"; libraryHaskellDepends = [ base bytestring network utf8-string ]; description = "A simple Redis library for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215033,7 +215033,7 @@ self: { base bytestring criterion hedis redis-resp tinylog transformers ]; description = "Yet another redis client"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "redis-job-queue" = callPackage @@ -215044,7 +215044,7 @@ self: { sha256 = "1znjmgmlha2adwrmfgbyr10hg0lw99xas610cswf4c9hrbw0gqjy"; libraryHaskellDepends = [ aeson base bytestring hedis ]; description = "Simple priority job queue backed by Redis"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "redis-resp" = callPackage @@ -215061,7 +215061,7 @@ self: { double-conversion operational semigroups split transformers ]; description = "REdis Serialization Protocol (RESP) implementation"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "redis-simple" = callPackage @@ -215072,8 +215072,8 @@ self: { sha256 = "0kzs5lc2y40dzx57k0klz0k9zijhi7mh0awi6rzhzd3h5z1gdr43"; libraryHaskellDepends = [ base binary bytestring redis ]; description = "Simple redis bindings for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215089,7 +215089,7 @@ self: { aeson async base bytestring hashable haxl hedis network time ]; description = "Combine redis caching and haxl"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "redland" = callPackage @@ -215101,8 +215101,8 @@ self: { libraryHaskellDepends = [ base deepseq ]; libraryPkgconfigDepends = [ raptor2 redland ]; description = "Redland RDF library bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {raptor2 = null; redland = null;}; @@ -215120,7 +215120,7 @@ self: { base bytestring containers directory filepath process pureMD5 ]; description = "software build system, make replacement, implementation of djb's redo"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "reduce-equations" = callPackage @@ -215145,8 +215145,8 @@ self: { text ]; description = "Simplify a set of equations by removing redundancies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215166,7 +215166,7 @@ self: { semigroups text transformers unordered-containers ]; description = "Semigroups, specialized containers and a general map/reduce framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reedsolomon" = callPackage @@ -215193,8 +215193,8 @@ self: { base criterion exceptions loop mtl primitive vector ]; description = "Reed-Solomon Erasure Coding in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215208,8 +215208,8 @@ self: { base hamid HCodecs stm time vector-space ]; description = "A reimplementation of the Reactive library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215220,7 +215220,7 @@ self: { version = "0.1.0.0"; sha256 = "0lraykl190x0cj65z495c11vi4pcg3g8gz1bdgdndf6662lp56x9"; libraryHaskellDepends = [ base crypto-api ]; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "ref" = callPackage @@ -215231,8 +215231,8 @@ self: { sha256 = "109illgbz4g4a6qavgc4wvyxfjvjhyrxa2gpps67avmr1v90gihr"; libraryHaskellDepends = [ base ghc-prim ]; description = "Generic Mutable Ref Abstraction Layer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215249,7 +215249,7 @@ self: { unordered-containers ]; description = "Extra stuff for mutable references"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ref-fd" = callPackage @@ -215260,7 +215260,7 @@ self: { sha256 = "1camr7cv1fglicyp2ivv7qv1yidj36zxcglfvmw7giqdj7r7j5w8"; libraryHaskellDepends = [ base stm transformers ]; description = "A type class for monads with references using functional dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ref-mtl" = callPackage @@ -215271,8 +215271,8 @@ self: { sha256 = "0wijkaf3qyp6qjz0cwyhb89z5jrcz792hx8m9a43xrp7v2f84080"; libraryHaskellDepends = [ base mtl stm transformers ]; description = "A type class for monads with references compatible with the mtl2 library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215284,7 +215284,7 @@ self: { sha256 = "0pq9pm8jsx9w1q81pf5pvc361ad8dbyklw94jq47drr2i0dc7n20"; libraryHaskellDepends = [ base stm transformers ]; description = "A type class for monads with references using type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "refact" = callPackage @@ -215295,7 +215295,7 @@ self: { sha256 = "0v0zxcx29b8jxs2kgy9csykqcp8kzhdvyylw2xfwmj4pfxr2kl0a"; libraryHaskellDepends = [ base ]; description = "Specify refactorings to perform with apply-refact"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "refcount" = callPackage @@ -215316,8 +215316,8 @@ self: { unordered-containers ]; description = "Container with element counts"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215329,7 +215329,7 @@ self: { sha256 = "1gqbbiwhx5wq1g73m3apwyrrpapqzimincmw2b64fpkkykq66dq1"; libraryHaskellDepends = [ base stm ]; description = "A class for references in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "references" = callPackage @@ -215351,8 +215351,8 @@ self: { uniplate ]; description = "Selectors for reading and updating data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215370,8 +215370,8 @@ self: { base clippard cmdargs directory filepath haskheap network ]; description = "A command-line tool for pasting to https://www.refheap.com"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215389,7 +215389,7 @@ self: { ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "Refinement types with static and runtime checking"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "refined-http-api-data" = callPackage @@ -215400,8 +215400,8 @@ self: { sha256 = "0064cz00lp023kbn5vqpcsgjzsxd5a9s5fl1klsq6jlk1cmi5c0m"; libraryHaskellDepends = [ base http-api-data refined text ]; description = "http-api-data instances for refined types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215418,7 +215418,7 @@ self: { base checkers exceptions hspec logict mmorph mtl QuickCheck ]; description = "Toolkit for building proof automation systems"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "refinery_0_3_0_0" = callPackage @@ -215434,8 +215434,8 @@ self: { base checkers exceptions hspec logict mmorph mtl QuickCheck ]; description = "Toolkit for building proof automation systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reflection" = callPackage @@ -215450,7 +215450,7 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "Reifies arbitrary terms into types that can be reflected back into terms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reflection-extras" = callPackage @@ -215464,8 +215464,8 @@ self: { aeson base constraints lens reflection tagged ]; description = "Utilities for the reflection package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215478,7 +215478,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base type-aligned ]; description = "Efficient free and operational monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reflex" = callPackage @@ -215516,7 +215516,7 @@ self: { loch-th mtl primitive process ref-tf split stm time transformers ]; description = "Higher-order Functional Reactive Programming"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reflex-animation" = callPackage @@ -215532,8 +215532,8 @@ self: { semigroups vector-space ]; description = "Continuous animations support for reflex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215559,8 +215559,8 @@ self: { witherable ]; description = "Reflex bindings for TCP sockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215581,8 +215581,8 @@ self: { ]; executableHaskellDepends = [ base http-types reflex wai ]; description = "Reflex interface to `wai`"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215603,8 +215603,8 @@ self: { ]; executableHaskellDepends = [ base lens reflex witherable ]; description = "A basic Reflex host for backend work"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215622,8 +215622,8 @@ self: { base bytestring jsaddle-webkit2gtk reflex reflex-dom-core text ]; description = "Functional Reactive Web Apps with Reflex"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "reflex-dom-colonnade" = callPackage @@ -215639,8 +215639,8 @@ self: { semigroups text vector ]; description = "Use colonnade with reflex-dom"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-dom-contrib" = callPackage @@ -215658,8 +215658,8 @@ self: { string-conv text time transformers ]; description = "A playground for experimenting with infrastructure and common code for reflex applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-dom-core" = callPackage @@ -215698,8 +215698,8 @@ self: { websockets which ]; description = "Functional Reactive Web Apps with Reflex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {chrome-test-utils = null;}; @@ -215718,8 +215718,8 @@ self: { ]; executableHaskellDepends = [ base reflex-dom text ]; description = "A reflex-dom widget to draw on a canvas with a fragment shader program"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-dom-helpers" = callPackage @@ -215735,8 +215735,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Html tag helpers for reflex-dom"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-dom-pandoc" = callPackage @@ -215755,7 +215755,7 @@ self: { reflex reflex-dom-core safe skylighting text time ]; description = "Render Pandoc documents to HTML using reflex-dom"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reflex-dom-retractable" = callPackage @@ -215770,8 +215770,8 @@ self: { base containers jsaddle mtl ref-tf reflex reflex-dom ]; description = "Routing and retractable back button for reflex-dom"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215787,8 +215787,8 @@ self: { base containers lens reflex reflex-dom-core safe text ]; description = "Reflex functions for SVG elements"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215811,8 +215811,8 @@ self: { these ]; description = "various dynamic containers for Reflex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215824,7 +215824,7 @@ self: { sha256 = "0mv17j5g0h7y1ym4563xr1vc0sdvw0g4wdpx0a9aryk3i0k0i4mx"; libraryHaskellDepends = [ base deepseq reflex ]; description = "External reference with reactivity support"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "reflex-fsnotify" = callPackage @@ -215839,8 +215839,8 @@ self: { base containers directory filepath fsnotify reflex ]; description = "Reflex FRP interface for watching files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215865,8 +215865,8 @@ self: { time ]; description = "Interact with a GADT API in your reflex-dom application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215894,8 +215894,8 @@ self: { base directory process reflex reflex-process temporary ]; description = "A GHCi widget library for use in reflex applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215921,8 +215921,8 @@ self: { reflex text ]; description = "Helper functions to use reflex with gi-gtk"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215938,8 +215938,8 @@ self: { base dependent-sum gloss mtl reflex transformers ]; description = "An reflex interface for gloss"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215967,8 +215967,8 @@ self: { reflex-transformers transformers ]; description = "A simple scene-graph using reflex and gloss"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -215985,8 +215985,8 @@ self: { template-haskell text ]; description = "Use jsx-like syntax in Reflex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "reflex-libtelnet" = callPackage @@ -216002,8 +216002,8 @@ self: { dependent-sum-template lens libtelnet reflex ]; description = "Reflex bindings for libtelnet"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216019,8 +216019,8 @@ self: { base jsaddle mtl reflex reflex-external-ref text ]; description = "Localization library for reflex"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216038,8 +216038,8 @@ self: { base containers reflex reflex-dom reflex-localize text ]; description = "Helper widgets for reflex-localize"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216055,7 +216055,7 @@ self: { base jsaddle mtl reflex reflex-external-ref ]; description = "Utilities to split reflex app to authorized and not authorized contexts"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "reflex-orphans" = callPackage @@ -216071,8 +216071,8 @@ self: { base deepseq dependent-map mtl ref-tf reflex tasty tasty-hunit ]; description = "Useful missing instances for Reflex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216098,8 +216098,8 @@ self: { process ref-tf reflex unix ]; description = "Reflex FRP interface for running system processes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216119,8 +216119,8 @@ self: { ]; executableHaskellDepends = [ base mtl reflex ]; description = "SDL2 and reflex FRP"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216141,7 +216141,7 @@ self: { ref-tf reflex these transformers ]; description = "reflex host methods for testing without external events"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reflex-transformers" = callPackage @@ -216156,8 +216156,8 @@ self: { base containers lens mtl reflex semigroups stateWriter transformers ]; description = "Collections and switchable Monad transformers for Reflex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216184,8 +216184,8 @@ self: { base containers reflex text time transformers vty ]; description = "Reflex FRP host and widgets for VTY applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216197,7 +216197,7 @@ self: { sha256 = "0dl0jz5ibcj4vafpf0a0v52rac4nmmif69817g7qgxavc093nq82"; libraryHaskellDepends = [ base containers mtl semigroups text ]; description = "reform is a type-safe HTML form generation and validation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reform-blaze" = callPackage @@ -216210,7 +216210,7 @@ self: { base blaze-html blaze-markup reform text ]; description = "Add support for using blaze-html with Reform"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reform-hamlet" = callPackage @@ -216223,7 +216223,7 @@ self: { base blaze-markup reform shakespeare text ]; description = "Add support for using Hamlet with Reform"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reform-happstack" = callPackage @@ -216238,7 +216238,7 @@ self: { base bytestring happstack-server mtl random reform text utf8-string ]; description = "Happstack support for reform"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reform-hsp" = callPackage @@ -216249,7 +216249,7 @@ self: { sha256 = "1vjbj41yl158h59wcx190jb4s627bhrhcbp21ykn93n4j454kfns"; libraryHaskellDepends = [ base hsp hsx2hs reform text ]; description = "Add support for using HSP with Reform"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reform-lucid" = callPackage @@ -216260,7 +216260,7 @@ self: { sha256 = "1a3jfk0i87vqwxxlspzy44lf2i3bxxxy20pnbysczzf8i113y9zi"; libraryHaskellDepends = [ base lucid path-pieces reform text ]; description = "Add support for using lucid with Reform"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reformat" = callPackage @@ -216271,8 +216271,8 @@ self: { sha256 = "1cvffbx2vhv18k4p95p0ddcxzyn8f10hg2bxa2da60fy9zkjg3am"; libraryHaskellDepends = [ base parsec ]; description = "The parser and render to parsec and render the string"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216296,8 +216296,8 @@ self: { base base-unicode-symbols category gauge hs-functors transformers ]; description = "See README for more info"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216313,8 +216313,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base data-default exceptions lens mtl ]; description = "Environment Monad with automatic resource refreshment"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216327,7 +216327,7 @@ self: { libraryHaskellDepends = [ aeson base containers text ]; testHaskellDepends = [ base ]; description = "Formatted JSON generator for API server inspired by normalizr"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "refurb" = callPackage @@ -216357,8 +216357,8 @@ self: { these these-lens thyme transformers-base vector-space ]; description = "Tools for maintaining a database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216372,8 +216372,8 @@ self: { editedCabalFile = "1dzisg5cdb2jrcp6xmkzmgzd00phqhgf1iddlm2c10x49lbqsrld"; libraryHaskellDepends = [ base ]; description = "Register allocation API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216397,8 +216397,8 @@ self: { benchmarkHaskellDepends = [ base criterion ]; doHaddock = false; description = "Register allocation by graph colorization"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216410,7 +216410,7 @@ self: { sha256 = "18m8di3syz0r01bq9vpglk5x87sw6y38wqnl8zg3z80i67fzfd4m"; libraryHaskellDepends = [ base ]; description = "Types used in register allocation API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex" = callPackage @@ -216429,7 +216429,7 @@ self: { time-locale-compat transformers unordered-containers utf8-string ]; description = "Toolkit for regex-base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-applicative" = callPackage @@ -216452,7 +216452,7 @@ self: { parsers parsers-megaparsec ]; description = "Regex-based parsing with applicative interface"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "regex-applicative-text" = callPackage @@ -216465,7 +216465,7 @@ self: { editedCabalFile = "1jgmhqhlhj9zhxwikmhiq71fj1900iqiyg6r9l5y7xjk7arwscmi"; libraryHaskellDepends = [ base regex-applicative text ]; description = "regex-applicative on text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-base" = callPackage @@ -216480,7 +216480,7 @@ self: { array base bytestring containers mtl text ]; description = "Common \"Text.Regex.*\" API for Regex matching"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-compat" = callPackage @@ -216493,7 +216493,7 @@ self: { editedCabalFile = "1d2k9zj51rhy695vlx6cfcmik6a0yyk5kl6aza7nqsqc6zwhidif"; libraryHaskellDepends = [ array base regex-base regex-posix ]; description = "Replaces/Enhances \"Text.Regex\""; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-compat-tdfa" = callPackage @@ -216504,7 +216504,7 @@ self: { sha256 = "1p90fn90yhp7fvljjdqjp41cszidcfz4pw7fwvzyx4739b98x8sg"; libraryHaskellDepends = [ array base regex-base regex-tdfa ]; description = "Unicode Support version of Text.Regex, using regex-tdfa"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-deriv" = callPackage @@ -216521,8 +216521,8 @@ self: { hashtables mtl parallel parsec regex-base ]; description = "Replaces/Enhances Text.Regex. Implementing regular expression matching using Brzozowski's Deriviatives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216536,8 +216536,8 @@ self: { editedCabalFile = "089gzj8yih2f4ijyk9c49zyq6cws68z2rnklhiww9f3nb75lg6a9"; libraryHaskellDepends = [ base mtl parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216558,7 +216558,7 @@ self: { stringsearch tagged text ]; description = "PCRE wrapper"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "regex-easy" = callPackage @@ -216573,7 +216573,7 @@ self: { array base bytestring regex-pcre string-conversions ]; description = "sugar for regex-pcre"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-examples" = callPackage @@ -216608,7 +216608,7 @@ self: { utf8-string ]; description = "Tutorial, tests and example programs for regex"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-generator" = callPackage @@ -216626,8 +216626,8 @@ self: { base bytestring hspec HUnit random regex-pcre ]; description = "Generate a random string from a PCRE"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216647,7 +216647,7 @@ self: { executableHaskellDepends = [ base containers mtl regex-tdfa sbv ]; description = "From a regex, generate all possible strings it can match"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "regex-parsec" = callPackage @@ -216660,8 +216660,8 @@ self: { editedCabalFile = "19y0kgmqpcz4k0l3cfjbxirq844zqm71gaz7117pm399x8bz1df7"; libraryHaskellDepends = [ base parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216680,7 +216680,7 @@ self: { ]; libraryPkgconfigDepends = [ pcre ]; description = "PCRE Backend for \"Text.Regex\" (regex-base)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) pcre;}; "regex-pcre-builtin" = callPackage @@ -216695,7 +216695,7 @@ self: { array base bytestring containers regex-base text ]; description = "PCRE Backend for \"Text.Regex\" (regex-base)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-pcre-text" = callPackage @@ -216711,8 +216711,8 @@ self: { text ]; description = "Text-based PCRE API for regex-base"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216729,8 +216729,8 @@ self: { parsec regex-base ]; description = "Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216746,7 +216746,7 @@ self: { array base bytestring containers regex-base ]; description = "POSIX Backend for \"Text.Regex\" (regex-base)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-posix-clib" = callPackage @@ -216757,7 +216757,7 @@ self: { sha256 = "1y4vmiq1xksxxd84yvyark6axsz51ywb6slswbddlxbdpcpfday7"; doHaddock = false; description = "\"Regex for Windows\" C library"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {}; "regex-posix-unittest" = callPackage @@ -216775,8 +216775,8 @@ self: { array base bytestring containers mtl regex-base regex-posix ]; description = "Unit tests for the plaform's Posix regex library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216798,7 +216798,7 @@ self: { text utf8-string ]; description = "Pure Haskell Tagged DFA Backend for \"Text.Regex\" (regex-base)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-tdfa-pipes" = callPackage @@ -216813,8 +216813,8 @@ self: { array base lens monads-tf pipes regex-base regex-tdfa ]; description = "Parse with regular expressions on Producers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216826,8 +216826,8 @@ self: { sha256 = "1l0yk2m2k4ybjx3pidcn2xpij9cnyi76ar74llf09vwv764mh36f"; libraryHaskellDepends = [ base regex-tdfa template-haskell ]; description = "Quasi-quoter for TDFA (extended POSIX) regular expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216843,8 +216843,8 @@ self: { array base bytestring containers ghc-prim mtl parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216858,8 +216858,8 @@ self: { editedCabalFile = "00swglzmdw30g4bn47z6j71all0djjb2hjm7bkfl7pza4wv14wpv"; libraryHaskellDepends = [ array base regex-base regex-tdfa text ]; description = "Text interface for regex-tdfa"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216878,8 +216878,8 @@ self: { array base bytestring containers mtl regex-base regex-tdfa ]; description = "Unit tests for the regex-tdfa"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216897,8 +216897,8 @@ self: { array base bytestring regex-base regex-tdfa utf8-string ]; description = "This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded lazy bytestrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216913,8 +216913,8 @@ self: { libraryHaskellDepends = [ base regex-base ]; librarySystemDepends = [ tre ]; description = "Replaces/Enhances Text.Regex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) tre;}; @@ -216926,8 +216926,8 @@ self: { sha256 = "02pwls2yfp9y6g7lcfnkxjfbz3h280y9ifqh870bis16fa8dy6gv"; libraryHaskellDepends = [ base ]; description = "Type-level regular expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216946,7 +216946,7 @@ self: { unordered-containers ]; description = "Toolkit for regex-base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "regex-wrapper" = callPackage @@ -216964,8 +216964,8 @@ self: { text ]; description = "Types that can only be constructed if they match a regular expression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -216977,8 +216977,8 @@ self: { sha256 = "1dmhvnz6sj80kdnm2v7n0lvx8g9arhf9pqqzkn0rwzfhr2by0ss4"; libraryHaskellDepends = [ base haskell98 parsec ]; description = "A regular expression library for W3C XML Schema regular expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217034,8 +217034,8 @@ self: { base containers derive-trie template-haskell weighted-regexp ]; description = "Regular Expressions on Tries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217059,8 +217059,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Regular expressions via symbolic manipulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217074,8 +217074,8 @@ self: { base bytestring pcre-light template-haskell ]; description = "A quasiquoter for PCRE regexes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217090,8 +217090,8 @@ self: { base base-unicode-symbols regions transformers ]; description = "Regional memory pointers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217107,8 +217107,8 @@ self: { base base-unicode-symbols monad-control transformers ]; description = "Provides the region monad for safely opening and working with scarce resources"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217124,8 +217124,8 @@ self: { base-unicode-symbols monads-fd regions transformers ]; description = "Monads-fd instances for the RegionT monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217141,8 +217141,8 @@ self: { base-unicode-symbols monads-tf regions transformers ]; description = "Monads-tf instances for the RegionT monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217154,8 +217154,8 @@ self: { sha256 = "1s0sr42k1kmwgmrnj5zcan0j9br8xrrm1vdnj6yhliqdfz41ifc0"; libraryHaskellDepends = [ base-unicode-symbols mtl regions ]; description = "mtl instances for the RegionT monad transformer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217167,8 +217167,8 @@ self: { sha256 = "0zsvpsqksms9fh0zwyngb0sm1scffi47ipphgfn7b5m3km9z6cjj"; libraryHaskellDepends = [ base ]; description = "A computationally universal register machine implementation at the type-level"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217196,7 +217196,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "data structure for assembling components"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "registry-hedgehog" = callPackage @@ -217221,8 +217221,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "utilities to work with Hedgehog generators and `registry`"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217234,8 +217234,8 @@ self: { sha256 = "00b4n4gw5y0mpayb0zlkvz91nfrpbspz22kqhpvdnxbb4zcz7pnj"; libraryHaskellDepends = [ ad base vector ]; description = "Linear and logistic regression through automatic differentiation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217247,8 +217247,8 @@ self: { sha256 = "0f74xwyrnz39cl24kazvk8rd3px2l2ycx6a5jaqlab6wiwi5xclq"; libraryHaskellDepends = [ base vector ]; description = "Simple linear and quadratic regression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217262,8 +217262,8 @@ self: { editedCabalFile = "0hrr2drpmrsb3jim2lgfx7nx2pvycdvfff51j2v3ihgdy8d8zqrw"; libraryHaskellDepends = [ base template-haskell ]; description = "Generic programming library for regular datatypes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217275,8 +217275,8 @@ self: { sha256 = "0x1sbps0ccwpvf6fx1jnbjxylqsvvfzkkynliip9jyh6gkhm44vx"; libraryHaskellDepends = [ base binary deepseq QuickCheck regular ]; description = "Additional functions for regular: arbitrary, coarbitrary, and binary get/put"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217292,8 +217292,8 @@ self: { applicative-extras base fclabels formlets json mtl regular xhtml ]; description = "Generic programming for the web"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217305,8 +217305,8 @@ self: { sha256 = "1qjx4xsidnpr2as3m2ir97ap5vc9cw6a0z332g53ifx9gskjli9f"; libraryHaskellDepends = [ base hxt regular text ]; description = "Generic generation of HXT XmlPickler instances using Regular"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217322,7 +217322,7 @@ self: { testHaskellDepends = [ base directory QuickCheck text vty vty-ui ]; description = "to make notes and reduce impact on idle time on writing other programms"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217340,8 +217340,8 @@ self: { base cmdargs parallel-io shelly split system-filepath text ]; description = "Rebuild default.hoo from many .hoo files in the current directory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217359,8 +217359,8 @@ self: { attoparsec base bytestring containers directory regex-tdfa split ]; description = "Process lists easily"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217372,8 +217372,8 @@ self: { sha256 = "0vg05idyiy3havw8rlsky7x4y34mpk6by9500r7rb921xgpdq70a"; libraryHaskellDepends = [ base containers mtl ]; description = "Reify records to Maps and back again"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217390,7 +217390,7 @@ self: { executableHaskellDepends = [ base ghc ]; description = "Serialize data"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217406,7 +217406,7 @@ self: { testHaskellDepends = [ base data-binary-ieee754 hspec loop ]; benchmarkHaskellDepends = [ base criterion data-binary-ieee754 ]; description = "Memory reinterpretation casts for Float/Double and Word32/Word64"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "relacion" = callPackage @@ -217417,8 +217417,8 @@ self: { sha256 = "1jq3ii9j8s7q8fr7ac2pdr2l33jvzsyyq70cjd9q1spqa1v6k976"; libraryHaskellDepends = [ array base containers ]; description = "A relation data structure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217437,7 +217437,7 @@ self: { tasty tasty-hspec text vector ]; description = "Sensible RLP encoding"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "relation" = callPackage @@ -217455,7 +217455,7 @@ self: { ]; testToolDepends = [ doctest-discover hspec-discover ]; description = "A data structure representing Relations on Sets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "relational-postgresql8" = callPackage @@ -217472,8 +217472,8 @@ self: { relational-query-HDBC template-haskell time transformers ]; description = "PostgreSQL v8.x driver for haskell-relational-record"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217498,7 +217498,7 @@ self: { base containers product-isomorphic quickcheck-simple transformers ]; description = "Typeful, Modular, Relational, algebraic query engine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "relational-query-HDBC" = callPackage @@ -217522,7 +217522,7 @@ self: { base convertible HDBC QuickCheck quickcheck-simple ]; description = "HDBC instance of relational-query and typed query interface for HDBC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "relational-query-postgresql-pure" = callPackage @@ -217548,8 +217548,8 @@ self: { postgresql-pure relational-query relational-query-HDBC ]; description = "The connector of relational-record and postgresql-pure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217567,7 +217567,7 @@ self: { product-isomorphic relational-query relational-query-HDBC ]; description = "Meta package of Relational Record"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "relational-record-examples" = callPackage @@ -217590,7 +217590,7 @@ self: { base product-isomorphic relational-query template-haskell time ]; description = "Examples of Haskell Relationa Record"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "relational-schemas" = callPackage @@ -217606,7 +217606,7 @@ self: { template-haskell time ]; description = "RDBMSs' schema templates for relational-query"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "relative-date" = callPackage @@ -217620,8 +217620,8 @@ self: { base concatenative datetime mtl parsec time ]; description = "Durations and generalized time parsing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217640,8 +217640,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Automation of Haskell package release process"; - license = stdenv.lib.licenses.asl20; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "relevant-time" = callPackage @@ -217652,8 +217652,8 @@ self: { sha256 = "0978g03dlkgx45hxzk3lwl68iln8jnf0hldchac4yqp4c9rsxf22"; libraryHaskellDepends = [ aeson base chronos text torsor ]; description = "humanised relevant time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217667,7 +217667,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bindings-DSL ]; description = "Bindings to the low-level reliable.io library."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "relit" = callPackage @@ -217678,7 +217678,7 @@ self: { sha256 = "03cnra0yfpijp65p1x0wv4fvc1p1l27lcb00k22ijrcy2mxqr9cg"; libraryHaskellDepends = [ base regex-base template-haskell ]; description = "Literal for regular expression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reload" = callPackage @@ -217713,8 +217713,8 @@ self: { websockets ]; description = "A web based Haskell IDE"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217736,7 +217736,7 @@ self: { ]; benchmarkHaskellDepends = [ base gauge unordered-containers ]; description = "Safe, performant, user-friendly and lightweight Haskell Standard Library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "remark" = callPackage @@ -217755,8 +217755,8 @@ self: { base GenericPretty tasty tasty-golden tasty-hunit ]; description = "A DSL for marking student work"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217778,8 +217778,8 @@ self: { base GenericPretty tasty tasty-golden tasty-hunit ]; description = "A DSL for marking student work"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217792,7 +217792,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec HUnit ]; description = "A simple api for matchers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rematch-text" = callPackage @@ -217804,7 +217804,7 @@ self: { libraryHaskellDepends = [ base rematch text ]; testHaskellDepends = [ base hspec HUnit rematch text ]; description = "`rematch` matchers for Data.Text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "remote" = callPackage @@ -217821,8 +217821,8 @@ self: { pureMD5 stm syb template-haskell time utf8-string ]; description = "Cloud Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217838,8 +217838,8 @@ self: { array base ghc ghc-paths json network ]; description = "Interface to ghci debugger"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217864,8 +217864,8 @@ self: { tasty-quickcheck text ]; description = "Remote Monad implementation of the JSON RPC protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217883,8 +217883,8 @@ self: { aeson base lens natural-transformation remote-json wreq ]; description = "Web client wrapper for remote-json"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217902,8 +217902,8 @@ self: { scotty text transformers warp ]; description = "Web server wrapper for remote-json"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217926,8 +217926,8 @@ self: { quickcheck-instances tasty tasty-quickcheck ]; description = "An parametrizable Remote Monad, and parametrizable Applicative Functor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217960,8 +217960,8 @@ self: { system-filepath text time transformers-base ]; description = "A library for client-server applications based on custom protocols"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217977,8 +217977,8 @@ self: { base bytestring fmt semigroups text transformers ]; description = "Simple Utf8 wrapper for ByteString Builder with conversion classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -217990,7 +217990,7 @@ self: { sha256 = "1idn0jg74wm3ksy5n4jk2dzsij64r1byghr6qc03g4d85n6mmsni"; libraryHaskellDepends = [ base containers hashable transformers ]; description = "An API for managing renderable resources"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "reord" = callPackage @@ -218001,7 +218001,7 @@ self: { sha256 = "07lxnfj0q565ydjzgcnb9dhjlrs7s1h6ybam7aic68lfd4p0hr7y"; libraryHaskellDepends = [ base ]; description = "Ad-hoc Ord instances"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "reorderable" = callPackage @@ -218017,7 +218017,7 @@ self: { ]; description = "Define compound types that do not depend on member order"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "repa" = callPackage @@ -218034,7 +218034,7 @@ self: { base bytestring ghc-prim QuickCheck template-haskell vector ]; description = "High performance, regular, shape polymorphic parallel arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "repa-algorithms" = callPackage @@ -218047,8 +218047,8 @@ self: { editedCabalFile = "0lvb1sn95qca9m1b8cy0a2j9gjzqm8g5v68ykglffjskv78d0jfm"; libraryHaskellDepends = [ base repa vector ]; description = "Algorithms using the Repa array library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218066,8 +218066,8 @@ self: { repa-convert repa-eval repa-scalar repa-stream text vector ]; description = "Bulk array representations and operators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218080,8 +218080,8 @@ self: { libraryHaskellDepends = [ base repa ]; doHaddock = false; description = "(deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218097,8 +218097,8 @@ self: { base bytestring double-conversion primitive repa-scalar text vector ]; description = "Packing and unpacking flat tables"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218111,8 +218111,8 @@ self: { libraryHaskellDepends = [ base repa transformers ]; librarySystemDepends = [ libdevil ]; description = "Support for image reading and writing of Repa arrays using in-place FFI calls"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libdevil;}; @@ -218124,8 +218124,8 @@ self: { sha256 = "13dla66r1k85zibic3291xdwgv8hf44z9i6814p14xk8cqgbj9an"; libraryHaskellDepends = [ base ghc-prim ]; description = "Low-level parallel operators on bulk random-accessble arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218146,8 +218146,8 @@ self: { template-haskell vector ]; description = "Examples using the Repa array library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218168,7 +218168,7 @@ self: { base criterion deepseq random repa repa-algorithms ]; description = "Perform fft with repa via FFTW"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "repa-flow" = callPackage @@ -218186,8 +218186,8 @@ self: { vector ]; description = "Data-parallel data flows"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218205,7 +218205,7 @@ self: { base binary bmp bytestring old-time repa vector ]; description = "Read and write Repa arrays in various formats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "repa-linear-algebra" = callPackage @@ -218216,8 +218216,8 @@ self: { sha256 = "18lryk19dfcgq8d09lyc4bchg3gxlr1n8k4m50np2zmhk911n3jn"; libraryHaskellDepends = [ base hmatrix repa vector ]; description = "HMatrix operations for Repa"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218234,8 +218234,8 @@ self: { mtl ]; description = "Data Flow Fusion GHC Plugin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218253,8 +218253,8 @@ self: { base bytestring double-conversion primitive time vector ]; description = "Scalar data types and conversions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218266,8 +218266,8 @@ self: { sha256 = "1kldz4d4cv0vliqw78ywbcfgh0mw4i5cd93j0jdagvhsbhlxlp5k"; libraryHaskellDepends = [ base ghc ghc-prim vector ]; description = "Series Expressionss API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218286,7 +218286,7 @@ self: { base directory filepath hsndfile hsndfile-vector repa vector ]; description = "Reading and writing sound files with repa arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "repa-stream" = callPackage @@ -218297,8 +218297,8 @@ self: { sha256 = "0xdsnfmm8pw1daprz609h5qmiz9qdiv7n1zxk0yvxqmfpm3r4kl9"; libraryHaskellDepends = [ base mtl primitive repa-scalar vector ]; description = "Stream functions not present in the vector library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218319,7 +218319,7 @@ self: { executableHaskellDepends = [ base gloss repa ]; description = "Provides high-level access to webcams"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218333,8 +218333,8 @@ self: { base ghc ghc-paths haskell-src-exts parsec ]; description = "IRC friendly REPL library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218353,7 +218353,7 @@ self: { semigroupoids text transformers ]; description = "Toolkit for quickly whipping up config files and command-line interfaces"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "replace-attoparsec" = callPackage @@ -218368,7 +218368,7 @@ self: { attoparsec base bytestring Cabal parsers text ]; description = "Find, replace, and split string patterns with Attoparsec parsers (instead of regex)"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "replace-megaparsec" = callPackage @@ -218384,7 +218384,7 @@ self: { ]; testHaskellDepends = [ base bytestring Cabal megaparsec text ]; description = "Find, replace, and split string patterns with Megaparsec parsers (instead of regex)"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "replica" = callPackage @@ -218405,8 +218405,8 @@ self: { QuickCheck quickcheck-instances template-haskell text wai wai-websockets websockets ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218433,8 +218433,8 @@ self: { executableHaskellDepends = [ base bytestring hedis-namespace mtl ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218451,7 +218451,7 @@ self: { ]; testHaskellDepends = [ base containers mtl process ]; description = "Haskeline wrapper for GHCi-like REPL interfaces"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "repo-based-blog" = callPackage @@ -218479,8 +218479,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Blogging module using blaze html for markup"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218496,8 +218496,8 @@ self: { base base-unicode-symbols dstring random string-combinators ]; description = "Render overloaded expressions to their textual representation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218509,7 +218509,7 @@ self: { sha256 = "1ypfb65ghjwxzsx525lcqc3f6pdr357lw6c2xgn54d4f3xi6xphj"; libraryHaskellDepends = [ base containers syb text ]; description = "Tree representation and pretty-printing of data structures based on SYB"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "representable-functors" = callPackage @@ -218527,8 +218527,8 @@ self: { transformers ]; description = "Representable functors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218541,7 +218541,7 @@ self: { libraryHaskellDepends = [ base ]; doHaddock = false; description = "This package has been absorbed into profunctor-extras"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "representable-tries" = callPackage @@ -218559,8 +218559,8 @@ self: { semigroups transformers ]; description = "Tries from representations of polynomial functors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218575,8 +218575,8 @@ self: { base mtl syb syz text transformers uniplate ]; description = "Scrap Your Reprinter"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218589,8 +218589,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec ]; description = "Define and combine \"materialized\" projections"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218624,7 +218624,7 @@ self: { testToolDepends = [ hspec-discover ]; doCheck = false; description = "Easy-to-use, type-safe, expandable, high-level HTTP client library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "req-conduit" = callPackage @@ -218648,8 +218648,8 @@ self: { base bytestring conduit conduit-extra req resourcet temporary weigh ]; description = "Conduit helpers for the req HTTP client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218672,8 +218672,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Provides OAuth2 authentication for use with Req"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218689,8 +218689,8 @@ self: { executableHaskellDepends = [ aeson base modern-uri req text ]; testHaskellDepends = [ base hspec modern-uri req ]; description = "Provides URI/URL helper functions for use with Req"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218707,8 +218707,8 @@ self: { base http-client http-types HUnit lens tasty tasty-hunit wai wreq ]; description = "A local http server to catch the HTTP redirect"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218720,8 +218720,8 @@ self: { sha256 = "1aqcsm9a3zd11k7d4nbvxsy7l35fr77z7gyhrl7rvflnixid29ws"; libraryHaskellDepends = [ base free mtl transformers ]; description = "A transformer for generic requests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218753,7 +218753,7 @@ self: { mtl optparse-generic relude text ]; description = "Scrap your qualified import clutter"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "requirements" = callPackage @@ -218764,7 +218764,7 @@ self: { sha256 = "1s0s3p0dy07222ks83w3spfw9df33q5lggqv3dw4m9hd5x16a6zi"; libraryHaskellDepends = [ base ]; description = "Abstraction to manage user defined Type Errors"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "rere" = callPackage @@ -218790,7 +218790,7 @@ self: { fin parsec vec ]; description = "Regular-expressions extended with fixpoints for context-free powers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rerebase" = callPackage @@ -218801,7 +218801,7 @@ self: { sha256 = "0lyi925jk6jbi3qc5xmv61ag07ff9d3xxmf9hfjlblqw2y9fsy93"; libraryHaskellDepends = [ rebase ]; description = "Reexports from \"base\" with a bunch of other standard libraries"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rerebase_1_10_0_1" = callPackage @@ -218812,8 +218812,8 @@ self: { sha256 = "0kqcd80a4z1hynmdwb78dzif0iim6gwk9pdzkgzspf8kxir5adf3"; libraryHaskellDepends = [ rebase ]; description = "Reexports from \"base\" with a bunch of other standard libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "reroute" = callPackage @@ -218837,7 +218837,7 @@ self: { random regex-compat text unordered-containers vector ]; description = "abstract implementation of typed and untyped web routing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rescue" = callPackage @@ -218868,8 +218868,8 @@ self: { transformers-base world-peace ]; description = "More understandable exceptions"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218893,8 +218893,8 @@ self: { http-types network process QuickCheck unix warp ]; description = "Reserve reloads web applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218906,8 +218906,8 @@ self: { sha256 = "0ywskms53cnhyywryvsr6mi9qyba6l6dncpj0hx59k0rdr5nb25h"; libraryHaskellDepends = [ base containers random ]; description = "Unweighted reservoir sampling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218919,8 +218919,8 @@ self: { sha256 = "1arv9mcbg5xa6vzv6k85mcxdz38x26ipwhk8613qdd94a2hhf8nx"; libraryHaskellDepends = [ base ghc-prim ralist semigroupoids ]; description = "High performance variable binders"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218934,8 +218934,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base comfort-array lapack ]; description = "Compute total resistance of a cube of resistors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -218954,8 +218954,8 @@ self: { base bytestring directory filepath tasty tasty-hunit ]; description = "Domain Name Service (DNS) lookup via the libresolv standard library routines"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; }) {}; "resolv" = callPackage @@ -218973,7 +218973,7 @@ self: { base bytestring directory filepath tasty tasty-hunit ]; description = "Domain Name Service (DNS) lookup via the libresolv standard library routines"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "resolve" = callPackage @@ -218990,8 +218990,8 @@ self: { hslogger iproute network parsec stm stm-containers transformers ]; description = "A name resolusion library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219010,8 +219010,8 @@ self: { optparse-applicative process unix ]; description = "Remove trivial conflict markers in a git repository"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219030,8 +219030,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "A port of the package 'resourcet' for extensible effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219045,8 +219045,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring directory ]; description = "Embed data files via C and FFI"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219063,7 +219063,7 @@ self: { vector ]; description = "A high-performance striped resource pooling implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "resource-pool-catchio" = callPackage @@ -219079,8 +219079,8 @@ self: { transformers-base vector ]; description = "Fork of resource-pool, with a MonadCatchIO constraint"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219096,7 +219096,7 @@ self: { base free kan-extensions monad-control resource-pool transformers ]; description = "A monadic interface for resource-pool"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "resource-simple" = callPackage @@ -219112,8 +219112,8 @@ self: { transformers transformers-base ]; description = "Allocate resources which are guaranteed to be released"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219130,7 +219130,7 @@ self: { ]; testHaskellDepends = [ base exceptions hspec transformers ]; description = "Deterministic allocation and freeing of scarce resources"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "resourcet-pool" = callPackage @@ -219141,7 +219141,7 @@ self: { sha256 = "1jf6sbyhxrqbkdxiv330rk46kdvbrr0c4pybnm9cmij9wdqs15bd"; libraryHaskellDepends = [ base resource-pool resourcet ]; description = "A small library to convert a Pool into an Acquire"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "respond" = callPackage @@ -219169,8 +219169,8 @@ self: { aeson base fast-logger http-types text wai ]; description = "process and route HTTP requests and generate responses on top of WAI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219192,8 +219192,8 @@ self: { transformers-base transformers-compat uri-encode utf8-string ]; description = "Utility library for use in generated API client libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219221,8 +219221,8 @@ self: { transformers transformers-compat unordered-containers ]; description = "Rest API library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219245,8 +219245,8 @@ self: { ]; executableHaskellDepends = [ base base-compat rest-gen ]; description = "Example project for rest"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219274,8 +219274,8 @@ self: { test-framework-hunit ]; description = "Documentation and client generation from rest definition"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219293,8 +219293,8 @@ self: { base containers happstack-server mtl rest-core rest-gen utf8-string ]; description = "Rest driver for Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219312,8 +219312,8 @@ self: { snap-core unordered-containers uri-encode utf8-string ]; description = "Rest driver for Snap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219330,8 +219330,8 @@ self: { unordered-containers ]; description = "Maps with stringy keys that can be transcoded to JSON and XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219351,8 +219351,8 @@ self: { generic-xmlpickler hxt json-schema rest-stringmap text uuid ]; description = "Silk Rest Framework Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219372,8 +219372,8 @@ self: { mime-types mtl rest-core text unordered-containers wai ]; description = "Rest driver for WAI applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219385,8 +219385,8 @@ self: { sha256 = "0bar7sy53pylq13wkbb4j3i7y81g6y203njkh9vlid7nh109j409"; libraryHaskellDepends = [ aeson base bytestring unix ]; description = "Minimal live coding library for model-view-event-update applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219406,8 +219406,8 @@ self: { readable snap snap-core snap-extras template-haskell text time time-locale-compat xmlhtml ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219426,7 +219426,7 @@ self: { base bytestring containers tasty tasty-hunit temporary text ]; description = "Easy Git repository serialization"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "restricted-workers" = callPackage @@ -219444,8 +219444,8 @@ self: { transformers-base unix ]; description = "Running worker processes under system resource restrictions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219460,8 +219460,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base directory filepath utf8-string ]; description = "Convert between camel case and separated words style"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219474,7 +219474,7 @@ self: { libraryHaskellDepends = [ base bifunctors keys mtl transformers ]; testHaskellDepends = [ base ]; description = "Encode success or at least one error"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "resumable-exceptions" = callPackage @@ -219486,7 +219486,7 @@ self: { libraryHaskellDepends = [ base mtl ]; description = "A monad transformer for resumable exceptions"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "rethinkdb" = callPackage @@ -219509,8 +219509,8 @@ self: { testHaskellDepends = [ base doctest ]; benchmarkHaskellDepends = [ aeson async base criterion text ]; description = "A driver for RethinkDB 2.2"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219539,8 +219539,8 @@ self: { base criterion text time unordered-containers vector ]; description = "Client driver for RethinkDB"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219556,8 +219556,8 @@ self: { aeson base mtl rethinkdb text transformers unordered-containers ]; description = "Useful tools for modeling data with rethinkdb"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219577,8 +219577,8 @@ self: { unordered-containers utf8-string vector ]; description = "RethinkDB driver for Haskell"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219607,7 +219607,7 @@ self: { syb tasty tasty-hunit temporary text unordered-containers ]; description = "A powerful, easy-to-use codemodding tool for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "retry" = callPackage @@ -219627,7 +219627,7 @@ self: { tasty-hedgehog tasty-hunit time transformers ]; description = "Retry combinators for monadic actions that may fail"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "retryer" = callPackage @@ -219640,8 +219640,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base optparse-applicative process ]; description = "Retry failed commands"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219656,7 +219656,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base ]; description = "Reverse State monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "revdectime" = callPackage @@ -219680,7 +219680,7 @@ self: { sha256 = "0iw1j2xr5dy29a1bwcg7fqk3lv72izr0nhj31rn45w53py1367nb"; libraryHaskellDepends = [ base ]; description = "Standard version of the reverse apply operator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reverse-arguments" = callPackage @@ -219691,7 +219691,7 @@ self: { sha256 = "0f9dz654rqz0yrh1qvl6947ds5pfl2bsy7gnv4i8swlaj1n8dmzi"; libraryHaskellDepends = [ base ]; description = "Reverse the arguments of arbitrary functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "reverse-geocoding" = callPackage @@ -219706,8 +219706,8 @@ self: { aeson base iso3166-country-codes lens lens-aeson text wreq ]; description = "Simple reverse geocoding using OpenStreeMap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219721,8 +219721,8 @@ self: { isExecutable = true; executableHaskellDepends = [ array base process ]; description = "Text-only reversi (aka othelo) game"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219738,8 +219738,8 @@ self: { base bytestring directory multiarg process ]; description = "open file and rewrite it with new contents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219759,8 +219759,8 @@ self: { ]; executableHaskellDepends = [ base prettyprinter ]; description = "Inspection of rewriting steps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219772,8 +219772,8 @@ self: { sha256 = "0gnd8awqjnm905m29yldy3z7w7jvilj5svijz63lzmwbjknfh6bs"; libraryHaskellDepends = [ base containers regular ]; description = "Generic rewriting library for regular datatypes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219791,7 +219791,7 @@ self: { pcre-light template-haskell ]; description = "A quasi-quoter for typeful results of regex captures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rezoom" = callPackage @@ -219810,7 +219810,7 @@ self: { ]; description = "Github resume generator"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219844,8 +219844,8 @@ self: { warp wreq ]; description = "Robert Fischer's Common library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219857,8 +219857,8 @@ self: { sha256 = "1s3r5wpap3rj7fxx1wvxjk5671jcnllvplz631vagwbyl9p755zh"; libraryHaskellDepends = [ base envy network rfc-prelude time ]; description = "Environment variable support from the Robert Fischer Commons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219876,8 +219876,8 @@ self: { rfc-prelude scientific servant-server vector wreq ]; description = "The HTTP client extensions from the Robert Fischer Commons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219901,8 +219901,8 @@ self: { tuple unliftio unliftio-core uuid-types ]; description = "The Prelude from the Robert Fischer Commons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219919,8 +219919,8 @@ self: { rfc-prelude transformers ]; description = "The PostgreSQL extensions from the Robert Fischer Commons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219932,8 +219932,8 @@ self: { sha256 = "00r8mghkgqgf6mh4v5jspahdcpb3bj5i82rmiyasv01a7gp6gzsg"; libraryHaskellDepends = [ base hedis rfc-env rfc-prelude time ]; description = "The Redis extensions from the Robert Fischer Commons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219955,8 +219955,8 @@ self: { servant-server servant-swagger servant-swagger-ui swagger2 wai wreq ]; description = "The Servant extensions from the Robert Fischer Commons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -219968,7 +219968,7 @@ self: { sha256 = "065x5fgsqdi4d5sjd1gridwshag3afdbip1g8qi4jz41xdi2xm38"; libraryHaskellDepends = [ base network-simple rfc1413-types ]; description = "rfc1413 server"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rfc1413-types" = callPackage @@ -219981,7 +219981,7 @@ self: { editedCabalFile = "1v55q9z4k4c4qb30hmavf3hvwi1i9a351i12ycwzmlj0vv382byk"; libraryHaskellDepends = [ base bytestring ]; description = "An rfc1413 parser and response renderer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rfc1751" = callPackage @@ -219997,7 +219997,7 @@ self: { base bytestring cereal hspec QuickCheck vector ]; description = "RFC-1751 library for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rfc3339" = callPackage @@ -220009,7 +220009,7 @@ self: { libraryHaskellDepends = [ base timerep ]; doHaddock = false; description = "Parse and display time according to RFC3339 (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rfc5051" = callPackage @@ -220021,7 +220021,7 @@ self: { libraryHaskellDepends = [ base containers text ]; testHaskellDepends = [ base text ]; description = "Simple unicode collation as per RFC5051"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rg" = callPackage @@ -220040,8 +220040,8 @@ self: { vector ]; description = "A dynamic/unbounded alternative to Bounded Enum"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220053,7 +220053,7 @@ self: { sha256 = "0vhqw2hylv0228g48b4q81fs0pjgmv68rzlasnz39g6yqddws97c"; libraryHaskellDepends = [ base ]; description = "Haskell types for working with RGB colors"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rhbzquery" = callPackage @@ -220073,7 +220073,7 @@ self: { ]; testHaskellDepends = [ base simple-cmd ]; description = "Bugzilla query tool"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "rhine" = callPackage @@ -220090,7 +220090,7 @@ self: { simple-affine-space time transformers vector-sized ]; description = "Functional Reactive Programming with type-level clocks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rhine-gloss" = callPackage @@ -220104,7 +220104,7 @@ self: { libraryHaskellDepends = [ base dunai gloss rhine transformers ]; executableHaskellDepends = [ base ]; description = "Gloss backend for Rhine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rhythm-game-tutorial" = callPackage @@ -220122,8 +220122,8 @@ self: { base call containers lens mtl objective split ]; description = "Haskell rhythm game tutorial"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220157,7 +220157,7 @@ self: { benchmarkHaskellDepends = [ base bytestring criterion semigroups ]; description = "A Haskell client for the Riak decentralized data store"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "riak-protobuf" = callPackage @@ -220173,7 +220173,7 @@ self: { ]; description = "Haskell types for the Riak protocol buffer API"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "riak-protobuf-lens" = callPackage @@ -220195,7 +220195,7 @@ self: { ]; description = "Lenses for riak-protobuf"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "rib" = callPackage @@ -220225,8 +220225,8 @@ self: { safe-exceptions shake text time wai wai-app-static warp ]; description = "Static site generator based on Shake"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220248,7 +220248,7 @@ self: { text time wai wai-app-static warp ]; description = "Static site generator based on Shake"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ribbit" = callPackage @@ -220259,8 +220259,8 @@ self: { sha256 = "076m5w4w08z8migb0v8vb6lybs06x1bfvxqfi9g633lz464hyi9v"; libraryHaskellDepends = [ base Only postgresql-simple text time ]; description = "Type-level Relational DB combinators"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220295,7 +220295,7 @@ self: { ]; description = "api extensions for nvim-hs"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ribosome-root" = callPackage @@ -220327,7 +220327,7 @@ self: { ]; description = "api extensions for nvim-hs"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ribosome-test" = callPackage @@ -220349,7 +220349,7 @@ self: { ]; description = "test helpers for ribosome"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "richreports" = callPackage @@ -220360,7 +220360,7 @@ self: { sha256 = "0mik0m6nziwm6z517wkxdmjp92nh3qz1m8yk3x5897zafgs1y5kk"; libraryHaskellDepends = [ ascetic base MissingH ]; description = "Integrated pretty-printing and error/static analysis reporting"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ridley" = callPackage @@ -220388,8 +220388,8 @@ self: { tasty-quickcheck text ]; description = "Quick metrics to grow your app strong"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220407,8 +220407,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Handy metrics that don't belong to ridley"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220438,8 +220438,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "A Riemann client for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220458,8 +220458,8 @@ self: { ]; executableHaskellDepends = [ base bytestring filepath ]; description = "RIFF parser for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220476,7 +220476,7 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "A mid-level wrapper for vega-lite"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ring-buffer" = callPackage @@ -220490,8 +220490,8 @@ self: { libraryHaskellDepends = [ base exceptions mtl primitive vector ]; testHaskellDepends = [ base HUnit QuickCheck vector ]; description = "A concurrent, mutable ring-buffer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220508,8 +220508,8 @@ self: { ]; testHaskellDepends = [ base HUnit primitive QuickCheck ]; description = "mutable ring buffers with atomic updates in GHC Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220526,7 +220526,7 @@ self: { semigroupoids ]; description = "Ring-like objects"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rio" = callPackage @@ -220552,7 +220552,7 @@ self: { unordered-containers vector ]; description = "A standard library for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rio-orphans" = callPackage @@ -220572,7 +220572,7 @@ self: { resourcet rio transformers-base ]; description = "Orphan instances for the RIO type in the rio package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rio-prettyprint" = callPackage @@ -220588,7 +220588,7 @@ self: { path rio text ]; description = "Pretty-printing for RIO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "riot" = callPackage @@ -220608,7 +220608,7 @@ self: { executableSystemDepends = [ ncurses ]; description = "Riot is an Information Organisation Tool"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses;}; @@ -220629,7 +220629,7 @@ self: { ]; description = "Ripple payment system library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ripple-federation" = callPackage @@ -220647,7 +220647,7 @@ self: { ]; description = "Utilities and types to work with the Ripple federation protocol"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "risc-v" = callPackage @@ -220666,8 +220666,8 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "RISC-V"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220683,8 +220683,8 @@ self: { executableHaskellDepends = [ array base containers mtl pretty ]; executableToolDepends = [ alex happy ]; description = "Reduced instruction set i386 simulator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220699,8 +220699,8 @@ self: { libraryHaskellDepends = [ base mtl QuickCheck ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Haskell representation of the RISC-V instruction set architecture"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220721,7 +220721,7 @@ self: { unordered-containers vector ]; description = "Parses and renders RISON strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rivers" = callPackage @@ -220732,8 +220732,8 @@ self: { sha256 = "0x7r04mwxwnqckfk865dckml4am11zx80a9k5kc91kz5ikq1ns64"; libraryHaskellDepends = [ base lazysmallcheck oeis QuickCheck ]; description = "Rivers are like Streams, but different"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220747,8 +220747,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base rivet-core rivet-simple-deploy ]; description = "A project management tool for Haskell applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220760,7 +220760,7 @@ self: { sha256 = "0gpvlxrg6m4avxk6zhym20mx7ha2qdjr1dkjzjwsvyk4fhcjk399"; libraryHaskellDepends = [ base postgresql-simple rivet-core text ]; description = "Rivet migration library postgresql backend"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rivet-autoimporter" = callPackage @@ -220773,7 +220773,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath ]; description = "Database migration library; automatic importer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rivet-core" = callPackage @@ -220785,7 +220785,7 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base ]; description = "Database migration library; core functionality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rivet-migration" = callPackage @@ -220796,8 +220796,8 @@ self: { sha256 = "1vg6ns5scq5nqyj2w070hswynji8pqfh654qa3zjda2xhna5mnbd"; libraryHaskellDepends = [ base postgresql-simple text ]; description = "Postgresql migration support for project management tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220809,8 +220809,8 @@ self: { sha256 = "1003sm8mpnc7l7fbp1j08cvc55va54arp6j0qdg2cc2m8cy5bpxf"; libraryHaskellDepends = [ base configurator mtl rivet-core text ]; description = "Basic deployment support for project management tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220836,8 +220836,8 @@ self: { base containers mtl unordered-containers ]; description = "Collection of Reinforcement Learning algorithms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220860,8 +220860,8 @@ self: { network-simple random transformers ]; description = "A Haskell codec for RL-Glue"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220873,7 +220873,7 @@ self: { sha256 = "17v8sbgfk1mnm6qfqsnrjcm2nh7i2bibgyr6bh0bic8cfcx0haia"; libraryHaskellDepends = [ base ]; description = "Lists with cheap snocs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rlwe-challenges" = callPackage @@ -220897,8 +220897,8 @@ self: { ]; executableHaskellDepends = [ ansi-terminal base options time ]; description = "Ring-LWE/LWR challenges using Lol"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220915,8 +220915,8 @@ self: { base containers HUnit test-framework test-framework-hunit ]; description = "Restricted monad library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220945,8 +220945,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Haskell implementation of the RNCryptor file format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -220964,7 +220964,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "RNG within an IORef for convenient concurrent use"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rob" = callPackage @@ -220985,8 +220985,8 @@ self: { executableHaskellDepends = [ base cmdargs ]; testHaskellDepends = [ base directory ]; description = "Simple projects generator"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221006,8 +221006,8 @@ self: { monad-control mtl process resourcet text time unix ]; description = "A build daemon for Haskell development"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221029,7 +221029,7 @@ self: { servant-client servant-flatten servant-server string-conversions ]; description = "Automatic session-aware servant testing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "robot" = callPackage @@ -221043,7 +221043,7 @@ self: { ]; description = "Simulate keyboard and mouse events"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "robots-txt" = callPackage @@ -221062,8 +221062,8 @@ self: { transformers ]; description = "Parser for robots.txt"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221078,8 +221078,8 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base hspec HUnit ]; description = "ROC online clustering algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221097,8 +221097,8 @@ self: { base containers gloss optparse-applicative roc-cluster ]; description = "Gloss interactive demo for roc-cluster package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221118,7 +221118,7 @@ self: { vector-sized ]; description = "Implementation of the ROC National ID standard"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rock" = callPackage @@ -221143,8 +221143,8 @@ self: { hashable hedgehog mtl unordered-containers ]; description = "A build system for incremental, parallel, and demand-driven computations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221167,8 +221167,8 @@ self: { QuickCheck resourcet temporary transformers ]; description = "Haskell bindings to RocksDB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) rocksdb;}; @@ -221189,7 +221189,7 @@ self: { string-conversions unliftio ]; description = "Haskell bindings for RocksDB"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) rocksdb;}; "rocksdb-query" = callPackage @@ -221208,8 +221208,8 @@ self: { base cereal data-default hspec rocksdb-haskell-jprupp unliftio ]; description = "RocksDB database querying library for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221228,7 +221228,7 @@ self: { ]; description = "Sci-fi roguelike game. Client application."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "roguestar-engine" = callPackage @@ -221249,7 +221249,7 @@ self: { ]; description = "Sci-fi roguelike game. Backend."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "roguestar-gl" = callPackage @@ -221267,7 +221267,7 @@ self: { ]; description = "Sci-fi roguelike game. Client library."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "roguestar-glut" = callPackage @@ -221281,7 +221281,7 @@ self: { executableHaskellDepends = [ base GLUT roguestar-gl rsagl ]; description = "Sci-fi roguelike game. GLUT front-end."; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "roku-api" = callPackage @@ -221296,8 +221296,8 @@ self: { base bytestring http-client network text xml xml-extractors ]; description = "Bindings to Roku's External Control API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221309,7 +221309,7 @@ self: { sha256 = "181lmjmvv6285q5zh6cf991jw7d6f0g225vya3iqqb8vn8qjz7g2"; libraryHaskellDepends = [ base containers ]; description = "Composable class-based roles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rollbar" = callPackage @@ -221325,8 +221325,8 @@ self: { network resourcet text vector ]; description = "error tracking through rollbar.com"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221344,8 +221344,8 @@ self: { executableHaskellDepends = [ base rollbar-client ]; testHaskellDepends = [ base ]; description = "Simple CLI tool to perform commons tasks such as tracking deploys"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221369,8 +221369,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Core library to communicate with Rollbar API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221393,8 +221393,8 @@ self: { QuickCheck text unordered-containers ]; description = "Core Rollbar data types and APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221419,8 +221419,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Provides error reporting capabilities to WAI based applications through Rollbar API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221442,8 +221442,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Provides error reporting capabilities to Yesod applications through Rollbar API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221464,8 +221464,8 @@ self: { base optparse-applicative random regex-applicative ]; description = "Playing with applicatives and dice!"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221477,7 +221477,7 @@ self: { sha256 = "1l39dlq8pn38b48iwqgrnh83h74qkmm34l5m9a0rbg76s2z04c43"; libraryHaskellDepends = [ base stm ]; description = "Bounded channel for STM that discards old entries when full"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "roman-numerals" = callPackage @@ -221490,7 +221490,7 @@ self: { base base-unicode-symbols bytestring text ]; description = "Parsing and pretty printing of Roman numerals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "romkan" = callPackage @@ -221507,7 +221507,7 @@ self: { test-framework-hunit text ]; description = "Japanese Romaji <-> Japanese Kana conversion library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ron" = callPackage @@ -221526,7 +221526,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq integer-gmp ]; description = "RON"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ron-rdt" = callPackage @@ -221542,8 +221542,8 @@ self: { transformers unordered-containers ]; description = "Replicated Data Types (RON-RDT)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221561,8 +221561,8 @@ self: { ron-rdt template-haskell text transformers ]; description = "RON-Schema"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221580,8 +221580,8 @@ self: { mtl network-info ron ron-rdt stm text tf-random transformers ]; description = "RON Storage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221593,7 +221593,7 @@ self: { sha256 = "0xzsz4w153mbkkkv07558xkv83fph4g98hvjf6iljwvbbp47l0j9"; libraryHaskellDepends = [ base tagged ]; description = "Root-finding algorithms (1-dimensional)"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "rope" = callPackage @@ -221606,8 +221606,8 @@ self: { base bytestring fingertree mtl utf8-string ]; description = "Tools for manipulating fingertrees of bytestrings with optional annotations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221624,7 +221624,7 @@ self: { base QuickCheck tasty tasty-hunit tasty-quickcheck text ]; description = "Ropes optimised for updating using UTF-16 code units and row/column pairs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rosa" = callPackage @@ -221644,7 +221644,7 @@ self: { wreq ]; description = "Query the namecoin blockchain"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "rose" = callPackage @@ -221658,7 +221658,7 @@ self: { libraryHaskellDepends = [ base comonad free indexed-traversable ]; testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "rose trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rose-trees" = callPackage @@ -221686,8 +221686,8 @@ self: { unordered-containers witherable ]; description = "Various trie implementations in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221703,8 +221703,8 @@ self: { base containers deepseq minilens mtl transformers ]; description = "Trees with polymorphic paths to nodes, combining properties of Rose Trees and Tries"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221720,8 +221720,8 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "Common rose tree/forest functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221733,7 +221733,7 @@ self: { sha256 = "1g6ppa8cappdbq9923lsac504dfjh0ks64gbm6qbihrc34f4zavc"; libraryHaskellDepends = [ base containers ]; description = "Generic zipper implementation for Data.Tree"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "roshask" = callPackage @@ -221765,8 +221765,8 @@ self: { filepath mtl pureMD5 tasty tasty-hunit testpack transformers ]; description = "Haskell support for the ROS robotics framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221784,8 +221784,8 @@ self: { lens-family-core pureMD5 template-haskell text ]; description = "ROS message parser, render, TH"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221803,8 +221803,8 @@ self: { base filepath monad-logger rosmsg rospkg stack temporary text ]; description = "ROS message management tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221825,7 +221825,7 @@ self: { executableHaskellDepends = [ base text ]; testHaskellDepends = [ base ]; description = "ROS package system information"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rosso" = callPackage @@ -221836,8 +221836,8 @@ self: { sha256 = "0cz5kqpvq9qjkdy2x3y6aqia3armawjjsnv2pxifl0l6f9hhrvis"; libraryHaskellDepends = [ base containers deepseq ]; description = "General purpose utility library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221850,7 +221850,7 @@ self: { libraryHaskellDepends = [ base bytestring text ]; testHaskellDepends = [ base bytestring hspec QuickCheck text ]; description = "Fast ROT13 cipher for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rotating-log" = callPackage @@ -221869,8 +221869,8 @@ self: { base bytestring directory filepath time time-locale-compat ]; description = "Size-limited, concurrent, automatically-rotating log writer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221887,7 +221887,7 @@ self: { base QuickCheck semigroups tasty tasty-quickcheck ]; description = "A simple round-robin data type"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rounded" = callPackage @@ -221905,8 +221905,8 @@ self: { libraryPkgconfigDepends = [ mpfr ]; testHaskellDepends = [ base long-double ]; description = "Correctly-rounded arbitrary-precision floating-point arithmetic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gmp; inherit (pkgs) mpfr;}; @@ -221931,8 +221931,8 @@ self: { array base deepseq fp-ieee gauge primitive vector ]; description = "Directed rounding for built-in floating types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221944,8 +221944,8 @@ self: { sha256 = "1d2vaijcna8gwcrhsjpclqw4gjdvdpmnrlyszqzcxnqf0l206a6y"; libraryHaskellDepends = [ array base numeric-extras ]; description = "Explicit floating point rounding mode wrappers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221961,7 +221961,7 @@ self: { base containers pretty safe template-haskell text xml-types ]; description = "Bidirectional (de-)serialization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "roundtrip-aeson" = callPackage @@ -221981,8 +221981,8 @@ self: { aeson base bytestring lens-aeson roundtrip text vector ]; description = "Un-/parse JSON with roundtrip invertible syntax definitions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -221994,7 +221994,7 @@ self: { sha256 = "1lad64y877rf36dgldkc7qcg5xagjc00z4cf2r1ahamv379df8d7"; libraryHaskellDepends = [ base mtl parsec roundtrip ]; description = "Bidirectional (de-)serialization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "roundtrip-xml" = callPackage @@ -222015,8 +222015,8 @@ self: { text xml-enumerator xml-types ]; description = "Bidirectional (de-)serialization for XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222033,7 +222033,7 @@ self: { ]; description = "Utility to generate routes for use with yesod-routes"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "route-planning" = callPackage @@ -222051,8 +222051,8 @@ self: { base directory doctest filepath QuickCheck ]; description = "A library and utilities for creating a route"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222069,7 +222069,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; doHaddock = false; description = "Row types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "row-types" = callPackage @@ -222087,7 +222087,7 @@ self: { testHaskellDepends = [ base generic-lens ]; benchmarkHaskellDepends = [ base deepseq gauge ]; description = "Open Records and Variants"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "rowdy" = callPackage @@ -222099,7 +222099,7 @@ self: { libraryHaskellDepends = [ base containers dlist mtl ]; testHaskellDepends = [ base containers dlist hspec mtl ]; description = "An EDSL for web application routes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rowdy-yesod" = callPackage @@ -222111,7 +222111,7 @@ self: { libraryHaskellDepends = [ base rowdy yesod-core ]; testHaskellDepends = [ base hspec rowdy yesod-core ]; description = "An EDSL for web application routes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "rowrecord" = callPackage @@ -222122,8 +222122,8 @@ self: { sha256 = "0gcrdy75f0rqfayn37frwcixb086x4s7dygphxhxbpvyl8sjnl0l"; libraryHaskellDepends = [ base containers template-haskell ]; description = "Build records from lists of strings, as from CSV files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222140,8 +222140,8 @@ self: { template-haskell th-lift ]; description = "type safe rpcs provided as basic IO actions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222160,8 +222160,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "a remote procedure call framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222181,8 +222181,8 @@ self: { hslogger iproute parsec unix ]; description = "Receiver Policy Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222196,8 +222196,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base directory filepath HaXml process ]; description = "Cozy little project to question unruly rpm packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222222,8 +222222,8 @@ self: { ]; testHaskellDepends = [ base extra hspec simple-cmd unix ]; description = "Order RPM packages by dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222240,8 +222240,8 @@ self: { ]; testHaskellDepends = [ base hspec text ]; description = "Recurrence rule parser and formatter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222261,8 +222261,8 @@ self: { rsagl-math stm Vec Vec-OpenGLRaw ]; description = "The RogueStar Animation and Graphics Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222278,8 +222278,8 @@ self: { array arrows base containers mtl old-time random rsagl-math stm ]; description = "The RogueStar Animation and Graphics Library: Functional Reactive Programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222296,8 +222296,8 @@ self: { random Vec Vec-OpenGLRaw ]; description = "The RogueStar Animation and Graphics Library: Mathematics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222311,7 +222311,7 @@ self: { testHaskellDepends = [ base QuickCheck safe ]; description = "Range set"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "rspp" = callPackage @@ -222322,8 +222322,8 @@ self: { sha256 = "132s7pbm49fgpiq7znr72h52wcmwblljblr0s0krr56593gp2rry"; libraryHaskellDepends = [ base ]; description = "A Rational Street Performer Protocol solver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222337,8 +222337,8 @@ self: { editedCabalFile = "0ql1ffjw0g1sdyz9icin4cq86i5b9ljzhvpivfbbyaipg2nc9z0s"; libraryHaskellDepends = [ base HaXml network network-uri time ]; description = "A library for generating RSS 2.0 feeds."; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222369,8 +222369,8 @@ self: { tasty-quickcheck text time uri-bytestring xml-conduit xml-types ]; description = "Streaming parser/renderer for the RSS standard"; - license = stdenv.lib.licenses.cc0; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222394,8 +222394,8 @@ self: { text time transformers utf8-string ]; description = "watches an RSS/Atom feed and writes it to an IRC channel"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222407,8 +222407,8 @@ self: { sha256 = "14l2jww91w993b61xn1m9y9wh27dvy1l1x2fh7g9f0l8mc5a9dpv"; libraryHaskellDepends = [ base ghc-prim ]; description = "stream-fusion framework from vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222437,8 +222437,8 @@ self: { tasty-hunit tasty-quickcheck text word24 ]; description = "Haskell bindings for RTCM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222451,7 +222451,7 @@ self: { libraryHaskellDepends = [ base ]; description = "dynamic linker tools for Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "rtlsdr" = callPackage @@ -222464,8 +222464,8 @@ self: { librarySystemDepends = [ rtl-sdr ]; libraryToolDepends = [ c2hs ]; description = "Bindings to librtlsdr"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) rtl-sdr;}; "rtnetlink" = callPackage @@ -222487,8 +222487,8 @@ self: { base bytestring exceptions hspec linux-namespaces socket unix ]; description = "Manipulate network devices, addresses, and routes on Linux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222505,8 +222505,8 @@ self: { mtl network split utf8-string ]; description = "A library for communicating with RTorrent over its XML-RPC interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222527,7 +222527,7 @@ self: { QuickCheck temporary utf8-string ]; description = "Parsing and manipulation of rtorrent state file contents"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "rts-loader" = callPackage @@ -222546,8 +222546,8 @@ self: { ]; executableHaskellDepends = [ base Cabal process ]; description = "Dynamically load Haskell libraries"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222565,8 +222565,8 @@ self: { libraryToolDepends = [ c2hs ]; testHaskellDepends = [ base ]; description = "Binding to the C++ audio stretching library Rubber Band"; - license = stdenv.lib.licenses.gpl3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.gpl3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) rubberband;}; "ruby-marshal" = callPackage @@ -222584,8 +222584,8 @@ self: { base bytestring cereal containers fail hspec mtl string-conv vector ]; description = "Parse a subset of Ruby objects serialised with Marshal.dump."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222602,8 +222602,8 @@ self: { process template-haskell trifecta ]; description = "rubyish quasiquoters"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222615,8 +222615,8 @@ self: { sha256 = "1id3rpfzqwhnmv2w4p35a70zfanwrpazix27ak1hzaz1jd2yfmz5"; libraryHaskellDepends = [ array base mtl parsec safe strict Vec ]; description = "relatively useful fractal functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222638,8 +222638,8 @@ self: { smallcheck template-haskell ]; description = "Pliable records"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222658,8 +222658,8 @@ self: { base Cabal containers mtl shuffle uhc-util uuagc uuagc-cabal uulib ]; description = "Ruler tool for UHC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222678,7 +222678,7 @@ self: { uulib ]; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222690,7 +222690,7 @@ self: { sha256 = "1ra8rv7cbsj1x8vfd3sbynd7a73v9arfimzcfhg9j6blqcii2i2d"; libraryHaskellDepends = [ base data-default filepath process ]; description = "Running newly generated Haskell source module"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "run-st" = callPackage @@ -222701,8 +222701,8 @@ self: { sha256 = "11if8xwv22ry0mxrglg3pcx3cx8ljnq56f3m9vjkr9jcj2881dvf"; libraryHaskellDepends = [ base primitive primitive-unlifted ]; description = "runST without boxing penalty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222714,8 +222714,8 @@ self: { sha256 = "07drd0xvkg06p2fsbncafnr7wzkrs4m6sfs1szbbscggw3pxh4fp"; libraryHaskellDepends = [ base ]; description = "A collection of explicit Runge-Kutta methods of various orders"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222733,7 +222733,7 @@ self: { base cmdargs directory filepath old-time process ]; description = "runghc replacement for fast repeated runs"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "runhs" = callPackage @@ -222752,8 +222752,8 @@ self: { ]; testHaskellDepends = [ base directory hspec process ]; description = "Stack wrapper for single-file Haskell programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222771,8 +222771,8 @@ self: { async base bytestring optparse-applicative process stm ]; description = "Run multiple commands, interleaving output and errors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222784,7 +222784,7 @@ self: { sha256 = "12fn0lsil0rj0pj0ixzppsdw2fmj0cnzci4fh11z9rcggwbz6pms"; testHaskellDepends = [ base data-memocombinators time ]; description = "A simple memoization helper library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "runtime-arbitrary" = callPackage @@ -222795,8 +222795,8 @@ self: { sha256 = "1lb9c174vmbcjpm4y1j2jwngbzx5s0s1iiq8iam5g87h475k2bh1"; libraryHaskellDepends = [ base ifcxt QuickCheck template-haskell ]; description = "Runtime generation of Arbitrary values"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222814,8 +222814,8 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "RISC-V"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222831,7 +222831,7 @@ self: { base MonadPrompt mtl random-source transformers ]; description = "Random Variables"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "rwlock" = callPackage @@ -222842,7 +222842,7 @@ self: { sha256 = "0isx32ayaqh7vhcyl11ykdy8f1chs1fdw73h3c2r53k989yfkmba"; libraryHaskellDepends = [ base monad-loops-stm stm syb ]; description = "Multiple-read / single-write locks"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "rws" = callPackage @@ -222862,8 +222862,8 @@ self: { test-framework-quickcheck2 ]; description = "Packet Generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222879,7 +222879,7 @@ self: { libraryHaskellDepends = [ base containers parsec text ]; testHaskellDepends = [ base HUnit parsec QuickCheck text ]; description = "A flexible, extensible s-expression library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "s-cargot-letbind" = callPackage @@ -222891,7 +222891,7 @@ self: { libraryHaskellDepends = [ base s-cargot text ]; testHaskellDepends = [ base HUnit parsec s-cargot text ]; description = "Enables let-binding and let-expansion for s-cargot defined S-expressions"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "s-expression" = callPackage @@ -222905,8 +222905,8 @@ self: { libraryHaskellDepends = [ base derive-monoid lens semigroups ]; executableHaskellDepends = [ base ]; description = "simple general-purpose s-expressions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222928,7 +222928,7 @@ self: { case-insensitive cryptohash http-types time utf8-string ]; description = "Pre-signed Amazon S3 URLs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe" = callPackage @@ -222940,7 +222940,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base deepseq QuickCheck ]; description = "Library of safe (exception free) functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-access" = callPackage @@ -222951,7 +222951,7 @@ self: { sha256 = "13fw3b4sgrqymkq27n0727y5m8d3h6h44lfb9faip98bakr5d8v5"; libraryHaskellDepends = [ base mtl transformers ]; description = "A simple environment to control access to data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-buffer-monad" = callPackage @@ -222966,8 +222966,8 @@ self: { base hspec mtl safe-exceptions stm unliftio ]; description = "A monadic buffer resilient to exceptions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -222979,8 +222979,8 @@ self: { sha256 = "059mn68pj57dvjzmv3vypv0askx02f4hlalbzsr34cn2h7ndw6df"; libraryHaskellDepends = [ base ]; description = "A friendly shorthand for an old friend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223000,7 +223000,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Safe and very efficient arithmetic operations on fixed decimal point numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-exceptions" = callPackage @@ -223014,7 +223014,7 @@ self: { libraryHaskellDepends = [ base deepseq exceptions transformers ]; testHaskellDepends = [ base hspec void ]; description = "Safe, consistent, and easy exception handling"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "safe-exceptions-checked" = callPackage @@ -223032,7 +223032,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Safe, checked exceptions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-failure" = callPackage @@ -223043,7 +223043,7 @@ self: { sha256 = "102fjardfdf9zy0vyalgq6m1l64356b0a0xaam49j31lqgfldaw7"; libraryHaskellDepends = [ base failure ]; description = "Library for safe functions (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-failure-cme" = callPackage @@ -223056,7 +223056,7 @@ self: { base control-monad-exception safe-failure ]; description = "control-monad-exception Instances for safe-failure"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "safe-foldable" = callPackage @@ -223067,7 +223067,7 @@ self: { sha256 = "1l87j0liv0hgdv3f3d4s4962df5q5xcyhmnfz2fj773r1v62wzya"; libraryHaskellDepends = [ base ]; description = "Safe wrappers for null-partial Foldable operations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "safe-freeze" = callPackage @@ -223078,8 +223078,8 @@ self: { sha256 = "12mqgak0rla20n9b4m6ynx64bwr06njcr849csc0z0r573xw2v33"; libraryHaskellDepends = [ base indexed mtl vector ]; description = "Support for safely freezing multiple arrays in the ST monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223091,8 +223091,8 @@ self: { sha256 = "0an3hy28fpdw3v5gjx13fbszzp4r2p65l8mgks0pdflscf2cwwv5"; libraryHaskellDepends = [ base stm template-haskell ]; description = "Safe top-level mutable variables which scope like ordinary values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223117,7 +223117,7 @@ self: { temporary text time unordered-containers uuid uuid-types vector ]; description = "Automatic JSON format versioning"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "safe-lazy-io" = callPackage @@ -223131,8 +223131,8 @@ self: { base extensible-exceptions parallel strict-io ]; description = "A library providing safe lazy IO features"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223150,8 +223150,8 @@ self: { base hspec hspec-core QuickCheck should-not-typecheck ]; description = "Tired of accidentally calling length on tuples? Relief at last!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223173,7 +223173,7 @@ self: { tasty-hunit tasty-quickcheck text vector-space ]; description = "Type-safe and lossless encoding and manipulation of money, fiat currencies, crypto currencies and precious metals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-money-aeson" = callPackage @@ -223190,7 +223190,7 @@ self: { text ]; description = "Instances from the aeson library for the safe-money library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-money-cereal" = callPackage @@ -223207,7 +223207,7 @@ self: { tasty-quickcheck ]; description = "Instances from the cereal library for the safe-money library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-money-serialise" = callPackage @@ -223224,7 +223224,7 @@ self: { tasty-quickcheck ]; description = "Instances from the serialise library for the safe-money library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-money-store" = callPackage @@ -223241,7 +223241,7 @@ self: { text ]; description = "Instances from the store library for the safe-money library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-money-xmlbf" = callPackage @@ -223258,7 +223258,7 @@ self: { xmlbf ]; description = "Instances from the xmlbf library for the safe-money library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "safe-plugins" = callPackage @@ -223273,8 +223273,8 @@ self: { base directory filepath haskell-src-exts plugins Unixutils ]; description = "A small wrapper over hs-plugins to allow loading safe plugins"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223294,8 +223294,8 @@ self: { th-lift ]; description = "Well-typed, flexible and variadic printf for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223311,7 +223311,7 @@ self: { base constraints containers deepseq hmatrix mtl singletons ]; description = "Dependently typed tensor algebra"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "safecopy" = callPackage @@ -223334,7 +223334,7 @@ self: { template-haskell time vector ]; description = "Binary serialization with version control"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "safecopy-migrate" = callPackage @@ -223351,8 +223351,8 @@ self: { microlens safecopy template-haskell th-abstraction uniplate ]; description = "Making SafeCopy migrations easier"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223376,8 +223376,8 @@ self: { template-haskell time vector ]; description = "Binary serialization with version control"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223395,8 +223395,8 @@ self: { test-framework-quickcheck2 ]; description = "overflow-checked Int type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223419,7 +223419,7 @@ self: { test-framework-th unix ]; description = "Write output to disk atomically"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "safepath" = callPackage @@ -223431,8 +223431,8 @@ self: { libraryHaskellDepends = [ base text validity ]; testHaskellDepends = [ base doctest ]; description = "Safe Paths in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223449,8 +223449,8 @@ self: { regional-pointers regions transformers ]; description = "Type-safe file handling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223467,8 +223467,8 @@ self: { safer-file-handles transformers ]; description = "Extends safer-file-handles with ByteString operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223484,8 +223484,8 @@ self: { explicit-iomodes-text regions safer-file-handles text transformers ]; description = "Extends safer-file-handles with Text operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223497,8 +223497,8 @@ self: { sha256 = "00ykmy44paghgc3m731p1hh00zv11416pl2xil4cav7vrr43nb6h"; libraryHaskellDepends = [ base blaze-html containers text ]; description = "A simple type-safe routing library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223514,8 +223514,8 @@ self: { base containers ghc ghc-syb-utils HUnit syb ]; description = "Obtain homogeneous values from arbitrary values, transforming or culling data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223538,8 +223538,8 @@ self: { unordered-containers vector ]; description = "Fast JSON parsing powered by Chad Austin's sajson library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223561,8 +223561,8 @@ self: { ]; executableToolDepends = [ cpphs ]; description = "Compression command-line tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223583,7 +223583,7 @@ self: { aeson base bytestring hspec time unordered-containers ]; description = "Haskell representation of messages exchanged on the sakura.io platform."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "salak" = callPackage @@ -223612,7 +223612,7 @@ self: { base criterion data-default mtl text time ]; description = "Configuration (re)Loader and Parser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "salak-toml" = callPackage @@ -223634,8 +223634,8 @@ self: { base criterion salak text time tomland unordered-containers ]; description = "Configuration Loader for toml"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223657,7 +223657,7 @@ self: { base conduit criterion libyaml salak text ]; description = "Configuration Loader for yaml"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "saltine" = callPackage @@ -223676,7 +223676,7 @@ self: { test-framework-quickcheck2 ]; description = "Cryptography that's easy to digest (NaCl/libsodium bindings)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) libsodium;}; "saltine-quickcheck" = callPackage @@ -223695,8 +223695,8 @@ self: { base bytestring-arbitrary QuickCheck saltine tasty tasty-quickcheck ]; description = "Quickcheck implementations for some NaCl data"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libsodium;}; @@ -223709,7 +223709,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit ]; description = "Semantic version numbers and constraints"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "salvia" = callPackage @@ -223729,8 +223729,8 @@ self: { utf8-string ]; description = "Modular web application framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223753,8 +223753,8 @@ self: { ]; doHaddock = false; description = "Demo Salvia servers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223775,8 +223775,8 @@ self: { transformers utf8-string ]; description = "Collection of non-fundamental handlers for the Salvia web server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223793,8 +223793,8 @@ self: { utf8-string ]; description = "Salvia webserver protocol suite supporting URI, HTTP, Cookie and MIME"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223812,8 +223812,8 @@ self: { random safe salvia salvia-protocol stm time utf8-string ]; description = "Session support for the Salvia webserver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223830,8 +223830,8 @@ self: { utf8-string ]; description = "Websocket implementation for the Salvia Webserver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223845,7 +223845,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base QuickCheck storable-record ]; description = "Handling of samples in an (audio) signal"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sample-frame-np" = callPackage @@ -223856,7 +223856,7 @@ self: { sha256 = "091nz5w5511xl8hp2q8dfvs4jz15nkhz22rr97zga0vmn0hpdnxi"; libraryHaskellDepends = [ base numeric-prelude sample-frame ]; description = "Orphan instances for types from sample-frame and numericprelude"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sampling" = callPackage @@ -223873,7 +223873,7 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base criterion ]; description = "Sample values from collections"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "samtools" = callPackage @@ -223888,8 +223888,8 @@ self: { librarySystemDepends = [ zlib ]; libraryToolDepends = [ c2hs ]; description = "Binding to the C samtools library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zlib;}; @@ -223910,8 +223910,8 @@ self: { base bytestring conduit filepath resourcet samtools transformers ]; description = "Conduit interface to SAM/BAM format files through samtools"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223927,8 +223927,8 @@ self: { base bytestring enumerator samtools transformers ]; description = "Enumerator interface to SamTools library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223945,8 +223945,8 @@ self: { base bytestring iteratee samtools transformers ]; description = "Iteratee interface to SamTools library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223966,7 +223966,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Data encoding library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sandlib" = callPackage @@ -223977,8 +223977,8 @@ self: { sha256 = "07wh6va4rpf6vvxnjqbmwfna3rg20ysjh2pnzylz6xzlayzq0pkx"; libraryHaskellDepends = [ base ]; description = "SAND data serialization and manipulation library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -223997,8 +223997,8 @@ self: { process text unix-compat ]; description = "Manages Cabal sandboxes to avoid rebuilding packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224010,8 +224010,8 @@ self: { sha256 = "0x8d5n2mydhwl9h7vzk7nr58b2aym9xb21p4m21rfa6vy6r2n438"; libraryHaskellDepends = [ base deepseq portaudio ]; description = "audio library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224039,8 +224039,8 @@ self: { network process text unordered-containers vector ]; description = "A universal quickfix toolkit and his protocol"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224057,8 +224057,8 @@ self: { simple-pipe ]; description = "SASL implementation using simple-pipe"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224073,7 +224073,7 @@ self: { executableHaskellDepends = [ base ]; description = "CNF SATisfier"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224092,7 +224092,7 @@ self: { ]; description = "A minimal SAT solver"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224112,7 +224112,7 @@ self: { testHaskellDepends = [ array base ]; description = "SAT encoding monad"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224129,7 +224129,7 @@ self: { ]; description = "driver for external satchmo backends"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224148,7 +224148,7 @@ self: { ]; description = "examples that show how to use satchmo"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224165,7 +224165,7 @@ self: { ]; description = "funsat driver as backend for satchmo"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224178,7 +224178,7 @@ self: { libraryHaskellDepends = [ base containers process satchmo ]; description = "minisat driver as backend for satchmo"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224194,8 +224194,8 @@ self: { array base containers satchmo toysolver ]; description = "toysat driver as backend for satchmo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224214,8 +224214,8 @@ self: { unix ]; description = "re-export of the random generators from Hedgehog"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224234,8 +224234,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec ]; description = "Monadic streaming XML parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224255,7 +224255,7 @@ self: { base bytestring gauge text transformers unliftio ]; description = "Send textual messages to a Handle in a thread-friendly way"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "say-my-name" = callPackage @@ -224266,7 +224266,7 @@ self: { sha256 = "1fc9jgyapdc0rlni6l60b8ya272vg8km8p97pb52f4gj5z48zk3j"; libraryHaskellDepends = [ base ]; description = "Require explicit type application for some type variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sbp" = callPackage @@ -224293,7 +224293,7 @@ self: { ]; testHaskellDepends = [ base basic-prelude tasty tasty-hunit ]; description = "SwiftNav's SBP Library"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "sbp2udp" = callPackage @@ -224313,7 +224313,7 @@ self: { streaming-commons ]; description = "SBP to UDP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sbv" = callPackage @@ -224344,7 +224344,7 @@ self: { gauge mtl process random silently syb time ]; description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) z3;}; "sbvPlugin" = callPackage @@ -224363,8 +224363,8 @@ self: { base directory filepath process tasty tasty-golden ]; description = "Formally prove properties of Haskell programs using SBV/SMT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224384,8 +224384,8 @@ self: { proto-lens sc2-proto sc2-support text websockets ]; description = "Low-level Starcraft II API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224405,8 +224405,8 @@ self: { ]; libraryToolDepends = [ proto-lens-protoc protoc ]; description = "A protocol buffer model for the Starcraft II bot API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {protoc = null;}; @@ -224423,8 +224423,8 @@ self: { text ]; description = "Support and utility library for sc2hs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224453,7 +224453,7 @@ self: { ]; description = "An interface to the Starcraft II bot API"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "sc3-rdu" = callPackage @@ -224466,7 +224466,7 @@ self: { libraryHaskellDepends = [ base hsc3 hsc3-db ]; description = "Haskell bindings to sc3-rdu (sc3 rd ugens)"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224484,8 +224484,8 @@ self: { bytestring enumerator mtl network network-enumerator ]; description = "Library for writing fast/scalable TCP-based services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224499,8 +224499,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base filepath gd ]; description = "Scale an image to a new geometry"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224517,8 +224517,8 @@ self: { base containers hspec QuickCheck text time ]; description = "This is a library for handling calendars and resource availability based on the \"top-nodes algorithm\" and set operations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224545,8 +224545,8 @@ self: { aeson base hspec lens regex-compat stm text transformers wreq ]; description = "Test webhooks locally"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224563,7 +224563,7 @@ self: { http-client-tls scalpel-core tagsoup text ]; description = "A high level web scraping library for Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "scalpel-core" = callPackage @@ -224582,7 +224582,7 @@ self: { testHaskellDepends = [ base HUnit regex-base regex-tdfa tagsoup ]; benchmarkHaskellDepends = [ base criterion tagsoup text ]; description = "A high level web scraping library for Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "scalpel-search" = callPackage @@ -224598,8 +224598,8 @@ self: { base hspec scalpel scalpel-core tagsoup text uri ]; description = "scalpel scrapers for search engines"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224615,7 +224615,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base parsec ]; description = "lexical style suggestions for source code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scan-metadata" = callPackage @@ -224632,8 +224632,8 @@ self: { generic-lens hw-aeson hw-ip lens mtl text thyme unliftio-core ]; description = "Metadata types for Albedo Scanners"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224646,8 +224646,8 @@ self: { libraryHaskellDepends = [ accelerate array base dph-base HUnit ]; testHaskellDepends = [ array base HUnit ]; description = "An implementation of the Scan Vector Machine instruction set in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224660,7 +224660,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "Easy and type-safe format strings for parsing and printing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "scanner" = callPackage @@ -224677,7 +224677,7 @@ self: { attoparsec base bytestring cereal criterion text ]; description = "Fast non-backtracking incremental combinator parsing for bytestrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scanner-attoparsec" = callPackage @@ -224689,7 +224689,7 @@ self: { libraryHaskellDepends = [ attoparsec base scanner ]; testHaskellDepends = [ attoparsec base bytestring hspec scanner ]; description = "Inject attoparsec parser with backtracking into non-backtracking scanner"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scat" = callPackage @@ -224712,7 +224712,7 @@ self: { vector ]; description = "Generates unique passwords for various websites from a single password"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scc" = callPackage @@ -224745,7 +224745,7 @@ self: { ]; description = "Streaming component combinators"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224762,8 +224762,8 @@ self: { OpenGL process ]; description = "Scene Graph"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224779,8 +224779,8 @@ self: { base bytestring cgi extensible-exceptions network ]; description = "A Haskell library for writing SCGI programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224798,8 +224798,8 @@ self: { base directory filepath old-locale time xturtle ]; description = "Marge schedules and show EVR"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224821,7 +224821,7 @@ self: { transformers ]; description = "Pure deterministic scheduled computations"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "schedule-planner" = callPackage @@ -224840,8 +224840,8 @@ self: { options text text-icu transformers wai warp ]; description = "Find the ideal lesson layout"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224862,7 +224862,7 @@ self: { template-haskell unliftio vector ]; description = "Work stealing scheduler"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "schedyield" = callPackage @@ -224873,8 +224873,8 @@ self: { sha256 = "0lzhxlfxa660vx4y49gbg2q76v8dda00h3rznj5fhdjj29pkypgp"; libraryHaskellDepends = [ base ]; description = "Exposes standard POSIX function sched_yield"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224889,8 +224889,8 @@ self: { base groom hspec msgpack-binary QuickCheck ]; description = "Encoding-independent schemas for Haskell data types"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224915,8 +224915,8 @@ self: { unordered-containers ]; description = "schema guided serialization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224945,8 +224945,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "JSON-biased spec and validation tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -224992,7 +224992,7 @@ self: { benchmarkHaskellDepends = [ base criterion ]; description = "Converts ScholarlyMarkdown documents to HTML5/LaTeX/Docx format"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225026,8 +225026,8 @@ self: { scholdoc-types temporary text yaml ]; description = "Scholdoc fork of pandoc-citeproc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225051,7 +225051,7 @@ self: { ]; description = "Scholdoc fork of texmath"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225068,7 +225068,7 @@ self: { ]; description = "Scholdoc fork of pandoc-types"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225080,7 +225080,7 @@ self: { sha256 = "1wwbalfkfg66azr9zizscvdc2csi9q73d6wq5bwbiq33z522nwxy"; libraryHaskellDepends = [ base ]; description = "Transformation of n-ary functions to unary functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sci-ratio" = callPackage @@ -225092,8 +225092,8 @@ self: { libraryHaskellDepends = [ base hashable ]; testHaskellDepends = [ base ]; description = "Rational numbers in scientific notation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225127,8 +225127,8 @@ self: { network process regex safe split terminal-size text tls x509-store ]; description = "Haskell query for SciDB via shim"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225140,7 +225140,7 @@ self: { sha256 = "0h60pdq3r32wl9h49i08iq496yf0qwvd0qmlmnk9jy5x3zcdwjmd"; libraryHaskellDepends = [ base ]; description = "Mathematical/physical/chemical constants"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "science-constants-dimensional" = callPackage @@ -225154,7 +225154,7 @@ self: { base dimensional numtype-dk science-constants ]; description = "Mathematical/physical/chemical constants"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scientific" = callPackage @@ -225177,7 +225177,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Numbers represented using scientific notation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scientific-notation" = callPackage @@ -225202,8 +225202,8 @@ self: { primitive run-st scientific ]; description = "Scientific notation intended for tokenization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225229,8 +225229,8 @@ self: { utf8-string ]; description = "Haskell IDE library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225265,8 +225265,8 @@ self: { utf8-string vector zlib ]; description = "Command-line interface for browsing and searching packages documentation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225281,7 +225281,7 @@ self: { executableHaskellDepends = [ base bytestring containers process ]; description = "Generates graphviz file of scons dependency information"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225299,8 +225299,8 @@ self: { mwc-random time unix zoom-cache ]; description = "An interactive renderer for plotting time-series data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225324,8 +225324,8 @@ self: { zoom-cache ]; description = "An interactive renderer for plotting time-series data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225343,8 +225343,8 @@ self: { persistent resource-pool scotty stm text transformers wai warp ]; description = "scotty with batteries included"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225378,7 +225378,7 @@ self: { weigh ]; description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scotty-binding-play" = callPackage @@ -225396,8 +225396,8 @@ self: { base bytestring hspec http-client HUnit scotty text transformers ]; description = "The Play Framework style data binding in Scotty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225412,8 +225412,8 @@ self: { base blaze-builder blaze-html mtl scotty wai ]; description = "blaze-html integration for Scotty"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225432,7 +225432,7 @@ self: { transformers ]; description = "Cookie management helper functions for Scotty framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scotty-fay" = callPackage @@ -225454,8 +225454,8 @@ self: { transformers wai wai-test ]; description = "Fay integration for Scotty"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225469,8 +225469,8 @@ self: { base ditto ditto-lucid lucid scotty text ]; description = "Html form validation using `ditto`"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225487,8 +225487,8 @@ self: { executableHaskellDepends = [ aeson base scotty text ]; testHaskellDepends = [ base ]; description = "Response format helper for the Scotty web framework"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225505,8 +225505,8 @@ self: { warp ]; description = "Easy Mustache templating support for Scotty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225518,7 +225518,7 @@ self: { sha256 = "06wcvjpaar8zd2y6p9j4pxs4l7rkw84s1kmcvacafkw43h1d2bx2"; libraryHaskellDepends = [ base haxl scotty text ]; description = "Combine scotty and haxl"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scotty-params-parser" = callPackage @@ -225534,8 +225534,8 @@ self: { unordered-containers ]; description = "HTTP-request's query parameters parser abstraction for \"scotty\""; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225548,7 +225548,7 @@ self: { libraryHaskellDepends = [ base bytestring scotty text wai ]; testHaskellDepends = [ base doctest ]; description = "Redirect to a normalized path"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "scotty-resource" = callPackage @@ -225563,8 +225563,8 @@ self: { base containers http-types scotty text transformers wai ]; description = "A Better way of modeling web resources"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225590,8 +225590,8 @@ self: { string-conversions text wai ]; description = "Webmachine-style REST library for scotty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225610,8 +225610,8 @@ self: { wai ]; description = "Adding session functionality to scotty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225625,8 +225625,8 @@ self: { base scotty transformers wai warp warp-tls ]; description = "TLS for Scotty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225642,7 +225642,7 @@ self: { aeson aeson-result base http-types scotty text ]; description = "Scotty utils library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scotty-view" = callPackage @@ -225658,8 +225658,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base scotty text transformers ]; executableHaskellDepends = [ base scotty text transformers ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225681,8 +225681,8 @@ self: { ]; testHaskellDepends = [ base bytestring io-streams ]; description = "An SCP protocol implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225702,8 +225702,8 @@ self: { parallel split ]; description = "Scrabble play generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225727,8 +225727,8 @@ self: { base extensible rio scrapbook-core tasty tasty-hunit yaml ]; description = "collect posts of site that is wrote in config yaml using feed or scraping"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225750,8 +225750,8 @@ self: { tasty-hunit xml-conduit xml-types yaml ]; description = "Core Package for scrapbook"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225778,8 +225778,8 @@ self: { test-framework-quickcheck2 text validation ]; description = "Scrape websites for changes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225806,8 +225806,8 @@ self: { tasty-quickcheck-laws transformers ]; description = "Stack of error, reader, writer, state, and prompt monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225830,8 +225830,8 @@ self: { url ]; description = "Scrobbling server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225852,7 +225852,7 @@ self: { vector ]; description = "scroll(6), a roguelike game"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "scrypt" = callPackage @@ -225872,7 +225872,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Stronger password hashing via sequential memory-hard functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scrz" = callPackage @@ -225896,7 +225896,7 @@ self: { ]; description = "Process management and supervision daemon"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "scuttlebutt-types" = callPackage @@ -225913,7 +225913,7 @@ self: { ]; testHaskellDepends = [ aeson base bytestring hspec text ]; description = "generic types for Secure Scuttlebutt"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "scythe" = callPackage @@ -225928,8 +225928,8 @@ self: { libraryToolDepends = [ alex ]; executableHaskellDepends = [ base bytestring ]; description = "Fast CSV lexing on ByteString"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225952,7 +225952,7 @@ self: { executableToolDepends = [ alex ]; description = "Automatic generation of Isabelle/HOL correctness proofs for security protocols"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225971,8 +225971,8 @@ self: { vector ]; description = "Distributed SDE solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -225990,7 +225990,7 @@ self: { test-framework-hunit transformers ]; description = "A parser for SDF version 2.1 using Parsec"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sdl-try-drivers" = callPackage @@ -226003,7 +226003,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base pretty-simple sdl2 text ]; description = "small testing tool for sdl2 and accelerated drivers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sdl2" = callPackage @@ -226024,7 +226024,7 @@ self: { libraryPkgconfigDepends = [ SDL2 ]; testHaskellDepends = [ base deepseq linear vector weigh ]; description = "Both high- and low-level bindings to the SDL library (version 2.0.6+)."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) SDL2;}; "sdl2-cairo" = callPackage @@ -226035,7 +226035,7 @@ self: { sha256 = "1diz8irrrc7mvy5fnm679xpl3dyy9ynr7a6d900yi3dn0zamq939"; libraryHaskellDepends = [ base cairo linear sdl2 ]; description = "Render with Cairo on SDL textures"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sdl2-cairo-image" = callPackage @@ -226050,8 +226050,8 @@ self: { base cairo convertible JuicyPixels linear sdl2 sdl2-cairo vector ]; description = "An image loading and rendering library for sdl2 / sdl2-cairo"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226075,8 +226075,8 @@ self: { base Cabal hspec hspec-core lrucache QuickCheck stm ]; description = "image compositing with sdl2 - declarative style"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226090,8 +226090,8 @@ self: { editedCabalFile = "09bgygx1il6j4s243frlm4xl0z5drpdqn8fdgsid8m5b2m8c48ya"; libraryHaskellDepends = [ base sdl2 ]; description = "Run of the mill, frames per second timer implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226115,7 +226115,7 @@ self: { libraryPkgconfigDepends = [ SDL2 SDL2_gfx ]; executableHaskellDepends = [ base linear sdl2 vector ]; description = "Bindings to SDL2_gfx"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_gfx;}; "sdl2-image" = callPackage @@ -226136,7 +226136,7 @@ self: { libraryPkgconfigDepends = [ SDL2 SDL2_image ]; executableHaskellDepends = [ base sdl2 text ]; description = "Bindings to SDL2_image"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_image;}; "sdl2-mixer" = callPackage @@ -226158,8 +226158,8 @@ self: { librarySystemDepends = [ SDL2_mixer ]; libraryPkgconfigDepends = [ SDL2_mixer ]; description = "Bindings to SDL2_mixer"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) SDL2_mixer;}; "sdl2-sprite" = callPackage @@ -226179,7 +226179,7 @@ self: { base optparse-simple sdl2 sdl2-image split text ]; description = "Sprite previewer/animator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sdl2-ttf" = callPackage @@ -226197,8 +226197,8 @@ self: { ]; libraryPkgconfigDepends = [ SDL2 SDL2_ttf ]; description = "Bindings to SDL2_ttf"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) SDL2; inherit (pkgs) SDL2_ttf;}; "sdnv" = callPackage @@ -226209,7 +226209,7 @@ self: { sha256 = "1hckjr6fprw2y7wb4zz035rnhqj6xs7djnlkhdyzmir9g5xa3cr6"; libraryHaskellDepends = [ base binary bytestring ]; description = "Self-delimiting numeric values encoding library"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "sdr" = callPackage @@ -226240,9 +226240,9 @@ self: { base criterion primitive storable-complex vector ]; description = "A software defined radio library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226267,7 +226267,7 @@ self: { ]; description = "Small web framework using Warp and WAI"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "seakale" = callPackage @@ -226278,8 +226278,8 @@ self: { sha256 = "0pb0d0y7cxry6np5412j7d2xm5wlp97gc15za3iqc7n38bdffjvy"; libraryHaskellDepends = [ base bytestring free mtl text ]; description = "Pure SQL layer on top of other libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226295,8 +226295,8 @@ self: { base bytestring free mtl postgresql-libpq seakale time ]; description = "PostgreSQL backend for Seakale"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226312,8 +226312,8 @@ self: { base bytestring free mtl recursion-schemes seakale ]; description = "Helpers to test code using Seakale"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226325,7 +226325,7 @@ self: { sha256 = "0x2m280qbfaswr2gk26d26dwg2s3v1nk4n93zh2fh1ikpkw13dfq"; libraryHaskellDepends = [ base template-haskell ]; description = "Template Haskell support for global configuration data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "search" = callPackage @@ -226343,7 +226343,7 @@ self: { ]; testHaskellDepends = [ base directory doctest filepath ]; description = "Infinite search in finite time with Hilbert's epsilon"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "search-algorithms" = callPackage @@ -226355,7 +226355,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers doctest hspec ]; description = "Common graph search algorithms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sec" = callPackage @@ -226366,8 +226366,8 @@ self: { sha256 = "1ryl0nm1a37r606xhxy6ykf3c8c1gml6gdqna428w8y3a2vg5q2v"; libraryHaskellDepends = [ base template-haskell ]; description = "Semantic Editor Combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226383,7 +226383,7 @@ self: { executableHaskellDepends = [ base haskeline ]; testHaskellDepends = [ base ]; description = "A Haskell implementation of the SECD abstract machine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "secdh" = callPackage @@ -226398,8 +226398,8 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base containers ]; description = "SECDH Machine Simulator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226411,8 +226411,8 @@ self: { sha256 = "0jbgdd3mh126c3n0sblvd7rbcnnzrfyfajrj9xcsj7zi7jqvs8nw"; libraryHaskellDepends = [ base ]; description = "A simple library for static information-flow security in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226440,8 +226440,8 @@ self: { ]; testToolDepends = [ cpphs ]; description = "Second Transfer HTTP/2 web server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226465,8 +226465,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Bindings for secp256k1 library from Bitcoin Core"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) secp256k1;}; @@ -226492,7 +226492,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Bindings for secp256k1"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) secp256k1;}; "secp256k1-legacy" = callPackage @@ -226517,8 +226517,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "fork of secp256k1"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226536,8 +226536,8 @@ self: { base containers diagrams-cairo diagrams-lib haskell-qrencode random ]; description = "Secret Santa game assigner using QR-Codes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226558,7 +226558,7 @@ self: { test-framework test-framework-quickcheck2 vector ]; description = "Information-theoretic secure secret sharing"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {}; "secrm" = callPackage @@ -226571,8 +226571,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskell98 ]; description = "Example of writing \"secure\" file removal in Haskell rather than C"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226588,8 +226588,8 @@ self: { base bytestring directory HsOpenSSL network process transformers ]; description = "Secure point-to-point connectivity library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226601,8 +226601,8 @@ self: { sha256 = "0af16j1j77849idfs7cb0hvi1wkf60qlnkfdvqnp40qrwzpbqn9c"; libraryHaskellDepends = [ base bytestring containers network ]; description = "Setups secure (unsorted) UDP packet transfer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226616,7 +226616,7 @@ self: { base byteable bytestring ghc-prim memory ]; description = "abstraction to an auto scrubbing and const time eq, memory chunk"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sednaDBXML" = callPackage @@ -226632,8 +226632,8 @@ self: { ]; librarySystemDepends = [ sedna ]; description = "Sedna C API XML Binding"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {sedna = null;}; @@ -226653,8 +226653,8 @@ self: { symmetry-operations-symbols ]; description = "Read and Display Seitz Symbol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226673,7 +226673,7 @@ self: { uuid-types ]; description = "Multi-backend, high-level EDSL for interacting with SQL databases"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "selda-json" = callPackage @@ -226686,7 +226686,7 @@ self: { editedCabalFile = "1gajzv8zhj8i3bxzjh81vjn8j2igh3nrawfpddvxg1ayb5l2d2y0"; libraryHaskellDepends = [ aeson base bytestring selda text ]; description = "JSON support for the Selda database library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "selda-postgresql" = callPackage @@ -226704,7 +226704,7 @@ self: { selda-json text time uuid-types ]; description = "PostgreSQL backend for the Selda database EDSL"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "selda-sqlite" = callPackage @@ -226722,7 +226722,7 @@ self: { uuid-types ]; description = "SQLite backend for the Selda database EDSL"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "select" = callPackage @@ -226733,7 +226733,7 @@ self: { sha256 = "180cj5m0bap1lb19s68icpn1dvk2s395cmlcc6dnwz3mpbj5alj0"; libraryHaskellDepends = [ base ]; description = "Wrap the select(2) POSIX function"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "selections" = callPackage @@ -226744,7 +226744,7 @@ self: { sha256 = "0vl7rqrz0p5m7iwymaw3b8l2kbaikwhmkhq82hq79581vj99fdpw"; libraryHaskellDepends = [ base ]; description = "Combinators for operating with selections over an underlying functor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "selective" = callPackage @@ -226761,7 +226761,7 @@ self: { tasty-quickcheck transformers ]; description = "Selective applicative functors"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "selectors" = callPackage @@ -226777,8 +226777,8 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "CSS Selectors for DOM traversal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226790,8 +226790,8 @@ self: { sha256 = "0vr3d891pj947lv2grgbc83nm828gz9bbz6dp8mnf9bsji3ih7l7"; libraryHaskellDepends = [ base HTTP HUnit mtl network pretty ]; description = "Test web applications through a browser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226811,8 +226811,8 @@ self: { ]; testHaskellDepends = [ base hspec text webdriver ]; description = "Run the selenium standalone server for usage with webdriver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226832,8 +226832,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "A Haskell library to make self-extracting executables"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226845,7 +226845,7 @@ self: { sha256 = "100a427r8xjfv7fsh7khj3db9klqwnalfy33w23khxqp7k1bkq3n"; libraryHaskellDepends = [ base directory executable-path unix ]; description = "Restarts the current executable (on binary change)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "selinux" = callPackage @@ -226857,8 +226857,8 @@ self: { libraryHaskellDepends = [ base unix ]; librarySystemDepends = [ selinux ]; description = "SELinux bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {selinux = null;}; @@ -226870,7 +226870,7 @@ self: { sha256 = "17vfwyjr3pxzjf35lhqqxid5bds52vk0gdqmnq4hvbjin3l07l98"; libraryHaskellDepends = [ base ]; description = "Framework and service for analyzing and diffing untrusted code"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "semantic-source" = callPackage @@ -226890,8 +226890,8 @@ self: { base hedgehog tasty tasty-hedgehog tasty-hunit text ]; description = "Types and functionality for working with source code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226903,7 +226903,7 @@ self: { sha256 = "1349pzjs91xayx4dib520037mmgh4lvyc0wjx8h8yf492dvfbdkr"; libraryHaskellDepends = [ base ]; description = "Various concurrency abstractions built on top of semaphores"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semdoc" = callPackage @@ -226923,8 +226923,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Evaluate code snippets in Literate Haskell"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226940,8 +226940,8 @@ self: { base lens profunctors semigroupoids transformers tuple-morph ]; description = "Weakened partial isomorphisms, reversible computations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226958,7 +226958,7 @@ self: { unordered-containers vector ]; description = "Align and Zip type-classes from the common Semialign ancestor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semialign-extras" = callPackage @@ -226976,8 +226976,8 @@ self: { ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "Extra functions for working with Semialigns"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -226996,7 +226996,7 @@ self: { vector ]; description = "SemialignWithIndex, i.e. izipWith and ialignWith"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semialign-optics" = callPackage @@ -227014,7 +227014,7 @@ self: { unordered-containers vector ]; description = "SemialignWithIndex, i.e. izipWith and ialignWith"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semibounded-lattices" = callPackage @@ -227026,8 +227026,8 @@ self: { libraryHaskellDepends = [ base containers lattices ]; testHaskellDepends = [ base ]; description = "A Haskell implementation of semibounded lattices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227039,7 +227039,7 @@ self: { sha256 = "0ciq1jnc0d9d8jph9103v04vphiz7xqa69a8f4dmmcf3bjsk6bhh"; libraryHaskellDepends = [ base profunctors semigroupoids ]; description = "Semigroupoids that depend on PolyKinds"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semigroupoids" = callPackage @@ -227058,7 +227058,7 @@ self: { transformers-compat unordered-containers ]; description = "Semigroupoids: Category sans id"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semigroupoids-syntax" = callPackage @@ -227078,8 +227078,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "RebindableSyntax using the semigroupoids package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227091,7 +227091,7 @@ self: { sha256 = "0j36cha1wb9vxnd8axfna92b2q5hnrn3ap8d8yin89c69gk63rvr"; libraryHaskellDepends = [ base ]; description = "Anything that associates"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semigroups-actions" = callPackage @@ -227102,8 +227102,8 @@ self: { sha256 = "0vns2vdchszw34i12s9rfl4cm76ympfrivpb397j2vzg2i7bghqb"; libraryHaskellDepends = [ base containers semigroups ]; description = "Semigroups actions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227122,7 +227122,7 @@ self: { base doctest QuickCheck quickcheck-instances ]; description = "Semilattices"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semiring" = callPackage @@ -227135,8 +227135,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base Boolean containers monoids ]; description = "Semirings, ring-like structures used for dynamic programming applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227162,8 +227162,8 @@ self: { base containers criterion random vector ]; description = "Basic semiring class and instances"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227175,7 +227175,7 @@ self: { sha256 = "0a7xd58jl3dm03z2wv4iyp3dfjnpydn3lmlz25azqna57x9ip3f0"; libraryHaskellDepends = [ base ]; description = "A module for dealing with semirings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semirings" = callPackage @@ -227190,7 +227190,7 @@ self: { base base-compat-batteries containers hashable unordered-containers ]; description = "two monoids as one, in holy haskimony"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "semver" = callPackage @@ -227207,7 +227207,7 @@ self: { testHaskellDepends = [ base tasty tasty-hunit text ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Representation, manipulation, and de/serialisation of Semantic Versions"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "semver-range" = callPackage @@ -227226,7 +227226,7 @@ self: { unordered-containers ]; description = "An implementation of semver and semantic version ranges"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sendfile" = callPackage @@ -227237,7 +227237,7 @@ self: { sha256 = "0988snmx3bylpw3kcq8hsgji8idc6xcrcfp275qjv3apfdgc9rp0"; libraryHaskellDepends = [ base bytestring network ]; description = "A portable sendfile library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sendgrid-haskell" = callPackage @@ -227253,8 +227253,8 @@ self: { monad-control text transformers ]; description = "Sengrid API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227273,8 +227273,8 @@ self: { base lens semigroups tasty tasty-hunit text wreq ]; description = "Sendgrid v3 API library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227301,8 +227301,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Automatically run Hspec tests on file modifications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227320,8 +227320,8 @@ self: { aeson base bytestring containers process stm zeromq3-haskell ]; description = "Distributed sensor network for the raspberry pi"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227343,8 +227343,8 @@ self: { process temporary text time unix unix-compat vector wreq ]; description = "A tool to send command execution results to Sensu"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227358,8 +227358,8 @@ self: { base mecab random-shuffle text transformers ]; description = "Easily generating message of japanese natural language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227376,7 +227376,7 @@ self: { unordered-containers vector ]; description = "Parser for the SentiWordNet tab-separated file"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sentry" = callPackage @@ -227396,8 +227396,8 @@ self: { ]; executableHaskellDepends = [ base directory filepath unix ]; description = "Process monitoring tool written and configured in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227409,7 +227409,7 @@ self: { sha256 = "0pl7dcs9w4dzzajlfnkrjl5kgsx8zdzzl5hvikh9v9djsmw2290h"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "seonbi" = callPackage @@ -227445,8 +227445,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "SmartyPants for Korean language"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227469,7 +227469,7 @@ self: { base directory doctest filepath parsec QuickCheck template-haskell ]; description = "A data type with elements separated by values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "seqaid" = callPackage @@ -227493,8 +227493,8 @@ self: { base Cabal cpphs directory process regex-base regex-pcre temporary ]; description = "Dynamic strictness control, including space leak repair"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227506,7 +227506,7 @@ self: { sha256 = "01a3fhymyp7279hym03zzz6qkh5h47nq5y1xglar0n46imjr98af"; libraryHaskellDepends = [ base bytestring vector ]; description = "Sequence Alignment"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "seqid" = callPackage @@ -227517,7 +227517,7 @@ self: { sha256 = "07xxpdrr3lqqnzcxbync46c0kz3d2i7k4day630a6x6zmzpyay0i"; libraryHaskellDepends = [ base mtl transformers ]; description = "Sequence ID production and consumption"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "seqid-streams" = callPackage @@ -227528,7 +227528,7 @@ self: { sha256 = "0dd0vxs216ri0hdkz49hzzrryil7hhqb55cc9z6ca8f337imanm8"; libraryHaskellDepends = [ base io-streams seqid ]; description = "Sequence ID IO-Streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "seqloc" = callPackage @@ -227548,8 +227548,8 @@ self: { unordered-containers vector ]; description = "Handle sequence locations for bioinformatics"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227583,8 +227583,8 @@ self: { transformers transformers-base unordered-containers vector ]; description = "Read and write BED and GTF format genome annotations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227597,7 +227597,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers transformers ]; description = "A type class for sequences and various sequence data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sequence-formats" = callPackage @@ -227620,7 +227620,7 @@ self: { tasty-hunit transformers vector ]; description = "A package with basic parsing utilities for several Bioinformatic data formats"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "sequenceTools" = callPackage @@ -227648,7 +227648,7 @@ self: { base bytestring hspec pipes sequence-formats vector ]; description = "A package with tools for processing DNA sequencing data"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "sequent-core" = callPackage @@ -227663,8 +227663,8 @@ self: { base bytestring containers ghc transformers ]; description = "Alternative Core language for GHC plugins"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227676,7 +227676,7 @@ self: { sha256 = "0vd7nrkx59vsxrhpb46kgzbvz7v830wh5zx3vg9494wvski983y6"; libraryHaskellDepends = [ base bytestring ]; description = "Sequential numbers that allow arbitrarily inserting numbers - for containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sequor" = callPackage @@ -227699,8 +227699,8 @@ self: { text vector ]; description = "A sequence labeler based on Collins's sequence perceptron"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227717,7 +227717,7 @@ self: { resourcet text ]; description = "Interact with Serf via Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "serial" = callPackage @@ -227747,7 +227747,7 @@ self: { system-fileio transformers ]; description = "Test your 'Aeson' 'Serialize' and 'Binary' instances for stability over time"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "serialise" = callPackage @@ -227779,7 +227779,7 @@ self: { pretty semigroups store tar text time vector zlib ]; description = "A binary serialisation library for Haskell values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "serialise-uuid" = callPackage @@ -227798,7 +227798,7 @@ self: { uuid-types ]; description = "Encode and decode UUID values in CBOR using uuid-types, cborg and serialise"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "serialize-instances" = callPackage @@ -227815,8 +227815,8 @@ self: { base cereal hashable semigroups unordered-containers ]; description = "Instances for Serialize of cereal"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227829,7 +227829,7 @@ self: { libraryHaskellDepends = [ base bytestring unix ]; testHaskellDepends = [ base bytestring HUnit ]; description = "Cross platform serial port library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "serokell-util" = callPackage @@ -227859,8 +227859,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "General-purpose functions by Serokell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227879,8 +227879,8 @@ self: { ]; executableHaskellDepends = [ base singletons text ]; description = "Simple project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227894,8 +227894,8 @@ self: { base containers http-kinder singletons text ]; description = "Dependently typed API framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227920,8 +227920,8 @@ self: { tasty-quickcheck text wai wai-extra ]; description = "Dependently typed API servers with Serv"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227948,7 +227948,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A family of combinators for defining webservices APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-JuicyPixels" = callPackage @@ -227968,8 +227968,8 @@ self: { base JuicyPixels servant servant-server wai warp ]; description = "Servant support for JuicyPixels"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -227995,8 +227995,8 @@ self: { silently string-conversions temporary text ]; description = "generic tests for aeson serialization in servant"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228012,7 +228012,7 @@ self: { aeson base jose lens servant text unordered-containers ]; description = "Authentication combinators for servant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-auth-client" = callPackage @@ -228038,7 +228038,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "servant-client/servant-auth compatibility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-auth-cookie" = callPackage @@ -228068,8 +228068,8 @@ self: { base bytestring criterion cryptonite servant-server ]; description = "Authentication via encrypted cookies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228094,8 +228094,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "servant-docs/servant-auth compatibility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228131,8 +228131,8 @@ self: { time transformers wai wai-extra with-location ]; description = "Authentication via HMAC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228161,7 +228161,7 @@ self: { ]; testToolDepends = [ hspec-discover markdown-unlit ]; description = "servant-server/servant-auth compatibility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-auth-swagger" = callPackage @@ -228181,7 +228181,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "servant-swagger/servant-auth compatibility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-auth-token" = callPackage @@ -228200,8 +228200,8 @@ self: { time transformers uuid wai ]; description = "Servant based API and server for token based authorisation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228223,8 +228223,8 @@ self: { transformers transformers-base uuid ]; description = "Acid-state backend for servant-auth-token server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228241,8 +228241,8 @@ self: { servant-swagger swagger2 text ]; description = "Servant based API for token based authorisation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228264,8 +228264,8 @@ self: { transformers unliftio-core uuid vector ]; description = "Leveldb backend for servant-auth-token server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228285,8 +228285,8 @@ self: { servant-server text time transformers unliftio-core uuid ]; description = "Persistent backend for servant-auth-token server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228309,8 +228309,8 @@ self: { vector ]; description = "RocksDB backend for servant-auth-token server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228326,8 +228326,8 @@ self: { base mtl servant-server text time wai wordpress-auth ]; description = "Authenticate Routes Using Wordpress Cookies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228345,8 +228345,8 @@ self: { servant-server text warp ]; description = "Avro content type for Servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228361,7 +228361,7 @@ self: { libraryHaskellDepends = [ base blaze-html http-media servant ]; testHaskellDepends = [ base blaze-html servant-server wai warp ]; description = "Blaze-html support for servant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-cassava" = callPackage @@ -228382,8 +228382,8 @@ self: { servant-server wai warp ]; description = "Servant CSV content-type for cassava"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228408,8 +228408,8 @@ self: { tasty-hunit wai ]; description = "Checked exceptions for Servant APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228431,8 +228431,8 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "Checked exceptions for Servant APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228460,8 +228460,8 @@ self: { random servant servant-client servant-server text vinyl warp ]; description = "Command line interface for Servant API clients"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228492,7 +228492,7 @@ self: { ]; testToolDepends = [ hspec-discover markdown-unlit ]; description = "Automatic derivation of querying functions for servant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-client-core" = callPackage @@ -228515,7 +228515,7 @@ self: { testHaskellDepends = [ base base-compat deepseq hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "Core functionality and class for client function generation for servant APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-client-js" = callPackage @@ -228534,8 +228534,8 @@ self: { servant servant-client-core text transformers transformers-base ]; description = "A servant client for frontend JavaScript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228557,8 +228557,8 @@ self: { servant-server-namedargs warp ]; description = "Automatically derive API client functions with named and optional parameters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228579,7 +228579,7 @@ self: { resourcet servant servant-client servant-server wai warp ]; description = "Servant Stream support for conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-csharp" = callPackage @@ -228598,8 +228598,8 @@ self: { unordered-containers uuid uuid-types ]; description = "Generate servant client library for C#"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228611,8 +228611,8 @@ self: { sha256 = "12nsdpcmv0xijvp89x3ksnf1mpdwbhwrn86c2y1cayvspvv1iilr"; libraryHaskellDepends = [ base servant ]; description = "Servant types for defining API with relational DBs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228638,8 +228638,8 @@ self: { quickcheck-instances servant-db text time transformers-base ]; description = "Derive a postgres client to database API specified by servant-db"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228661,8 +228661,8 @@ self: { wai warp ]; description = "Servant Dhall content-type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228691,8 +228691,8 @@ self: { tasty-golden tasty-hunit transformers ]; description = "generate API docs for your servant webservice"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228715,8 +228715,8 @@ self: { unordered-containers ]; description = "Generate endpoints overview for Servant API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228740,8 +228740,8 @@ self: { base ede http-media servant-server text unordered-containers warp ]; description = "Combinators for rendering EDE templates in servant web applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228768,8 +228768,8 @@ self: { aeson base ekg ekg-core process servant-server text wai warp ]; description = "Helpers for using ekg with servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228792,8 +228792,8 @@ self: { aeson base Diff elm-bridge hspec HUnit servant servant-client text ]; description = "Automatically derive Elm functions to query servant webservices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228817,7 +228817,7 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Servant Errors wai-middlware"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "servant-examples" = callPackage @@ -228839,8 +228839,8 @@ self: { warp ]; description = "Example programs for servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228855,7 +228855,7 @@ self: { aeson base exceptions http-types servant text ]; description = "Extensible exceptions for servant APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-exceptions-server" = callPackage @@ -228871,7 +228871,7 @@ self: { servant-exceptions servant-server text wai ]; description = "Extensible exceptions for servant API servers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-fiat-content" = callPackage @@ -228884,8 +228884,8 @@ self: { base bytestring http-media servant text ]; description = "Fiat content types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228897,7 +228897,7 @@ self: { sha256 = "0j8dv8010yr63sl3ks0an64ry53ajc2xd47vpd6i1svhb9b6l79i"; libraryHaskellDepends = [ base servant ]; description = "Utilities for flattening servant API types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-foreign" = callPackage @@ -228914,7 +228914,7 @@ self: { testHaskellDepends = [ base hspec servant ]; testToolDepends = [ hspec-discover ]; description = "Helpers for generating clients for servant APIs in any programming language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-generate" = callPackage @@ -228927,8 +228927,8 @@ self: { editedCabalFile = "11hmn45fsl78kq6lladgz29yjycmr7lxmkswc8f41zbcb4m8rzyk"; libraryHaskellDepends = [ base servant servant-server ]; description = "Utilities for generating mock server implementations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228945,8 +228945,8 @@ self: { base network-uri servant servant-server text warp ]; description = "Specify Servant APIs with records"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228970,8 +228970,8 @@ self: { executableHaskellDepends = [ base text transformers ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Bindings to GitHub API using servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -228994,7 +228994,7 @@ self: { aeson base bytestring servant-server text transformers wai warp ]; description = "Servant combinators to facilitate writing GitHub webhooks"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "servant-haxl-client" = callPackage @@ -229021,8 +229021,8 @@ self: { servant servant-server text wai warp ]; description = "automatical derivation of querying functions for servant webservices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229049,8 +229049,8 @@ self: { executableToolDepends = [ markdown-unlit ]; testHaskellDepends = [ base ]; description = "Servant authentication with HMAC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229084,8 +229084,8 @@ self: { ]; testToolDepends = [ hspec-discover markdown-unlit ]; description = "Automatic derivation of querying functions for servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229110,8 +229110,8 @@ self: { http2-client mtl servant servant-client-core text tls transformers ]; description = "Generate HTTP2 clients from Servant API descriptions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229128,8 +229128,8 @@ self: { base data-default http-media iCalendar servant ]; description = "Servant support for iCalendar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229148,8 +229148,8 @@ self: { base hspec hspec-expectations language-ecmascript lens servant ]; description = "Automatically derive (jquery) javascript functions to query servant webservices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229173,8 +229173,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Automatically derive javascript functions to query servant webservices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229186,7 +229186,7 @@ self: { sha256 = "0qy2al8waycarh5973c43bdd9g4a9032waknjsbykhflwglvwmv5"; libraryHaskellDepends = [ aeson base servant ]; description = "JSON-RPC messages and endpoints"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-jsonrpc-client" = callPackage @@ -229201,7 +229201,7 @@ self: { aeson base servant servant-client-core servant-jsonrpc ]; description = "Generate JSON-RPC servant clients"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-jsonrpc-server" = callPackage @@ -229216,7 +229216,7 @@ self: { aeson base containers mtl servant servant-jsonrpc servant-server ]; description = "JSON-RPC servant servers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-kotlin" = callPackage @@ -229241,8 +229241,8 @@ self: { servant servant-foreign shelly text time wl-pprint-text ]; description = "Automatically derive Kotlin class to query servant webservices"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229257,7 +229257,7 @@ self: { libraryHaskellDepends = [ base http-media lucid servant text ]; testHaskellDepends = [ base lucid servant-server wai warp ]; description = "Servant support for lucid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-machines" = callPackage @@ -229275,7 +229275,7 @@ self: { servant-client servant-server wai warp ]; description = "Servant Stream support for machines"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-match" = callPackage @@ -229291,7 +229291,7 @@ self: { ]; testHaskellDepends = [ base hspec network-uri servant text ]; description = "Standalone implementation of servant’s dispatching mechanism"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-matrix-param" = callPackage @@ -229311,8 +229311,8 @@ self: { servant-server text transformers wai wai-extra warp ]; description = "Matrix parameter combinator for servant"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229341,8 +229341,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Derive a mock server for free from your servant API types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229375,8 +229375,8 @@ self: { tasty-wai text ]; description = "multipart/form-data (e.g file upload) support for servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229395,7 +229395,7 @@ self: { base hspec hspec-wai http-types servant servant-server ]; description = "Add named endpoints to servant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-namedargs" = callPackage @@ -229407,8 +229407,8 @@ self: { libraryHaskellDepends = [ base named servant text ]; testHaskellDepends = [ base hspec named QuickCheck servant ]; description = "Combinators for servant providing named parameters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229430,8 +229430,8 @@ self: { warp ]; description = "Servant Nix content-type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229460,8 +229460,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Generate a Swagger/OpenAPI/OAS 3.0 specification for your servant API."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229477,7 +229477,7 @@ self: { base bytestring http-types servant-foreign servant-server text wai ]; description = "Provide responses to OPTIONS requests for Servant applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "servant-pagination" = callPackage @@ -229495,8 +229495,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck servant-server text ]; description = "Type-safe pagination for Servant APIs"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229514,8 +229514,8 @@ self: { servant-docs string-conversions text unordered-containers ]; description = "Use Pandoc to render servant API documentation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229537,7 +229537,7 @@ self: { wai warp ]; description = "Servant Stream support for pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-polysemy" = callPackage @@ -229562,8 +229562,8 @@ self: { servant-swagger servant-swagger-ui swagger2 text wai warp ]; description = "Utilities for using servant in a polysemy stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229577,8 +229577,8 @@ self: { editedCabalFile = "15wcxjn22zmwj7dqrbg5kmca4niri6p4cs0gm8b3dnr1iv2l0jgq"; libraryHaskellDepends = [ base resource-pool servant time ]; description = "Utility functions for creating servant 'Context's with \"context/connection pooling\" support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229595,8 +229595,8 @@ self: { servant-response ]; description = "Useful functions and instances for using servant with a PostgreSQL context"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229619,8 +229619,8 @@ self: { test-framework test-framework-hunit warp ]; description = "Servant Content-Type for proto-lens protobuf modules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229644,8 +229644,8 @@ self: { servant servant-foreign servant-subscriber text ]; description = "Generate PureScript accessor functions for you servant API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229665,8 +229665,8 @@ self: { text time unordered-containers ]; description = "Bindings to the Pushbullet API using servant-client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229688,8 +229688,8 @@ self: { servant-foreign text ]; description = "Automatically derive python functions to query servant webservices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229718,8 +229718,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "QuickCheck entire APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229731,7 +229731,7 @@ self: { sha256 = "05gv21y7vzw7gdbsk0nax47rnn4isjmx7hbbwilsv0cj7l8qm1bk"; libraryHaskellDepends = [ base servant ]; description = "Embed a raw 'Application' in a Servant API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-rawm-client" = callPackage @@ -229742,8 +229742,8 @@ self: { sha256 = "0ldjhmmfdh0jpfaz4sg1b9n5l23wza3w0m8bvvf80gvl7p6fk0fj"; libraryHaskellDepends = [ base servant-client-core servant-rawm ]; description = "The client implementation of servant-rawm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229759,8 +229759,8 @@ self: { base http-media http-types lens servant-docs servant-rawm ]; description = "Documentation generator for 'RawM' endpoints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229777,7 +229777,7 @@ self: { wai-app-static ]; description = "The server implementation of servant-rawm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-reason" = callPackage @@ -229797,8 +229797,8 @@ self: { process reason-export servant servant-foreign text wl-pprint-text ]; description = "Derive Reason types to interact with a Haskell backend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229821,8 +229821,8 @@ self: { transformers ]; description = "servant API generator for reflex apps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229836,7 +229836,7 @@ self: { editedCabalFile = "1lhxc5kjz4459v65h57imv3k9l9nrkgid1qqlbwb4987q7y83qay"; libraryHaskellDepends = [ aeson base http-types text ]; description = "Machinery to express how servant should turn results of database operations into proper JSON-encodable response types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-router" = callPackage @@ -229855,8 +229855,8 @@ self: { base blaze-html servant servant-blaze servant-server warp ]; description = "Servant router for non-server applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229871,7 +229871,7 @@ self: { libraryHaskellDepends = [ base casing servant-foreign text ]; testHaskellDepends = [ base doctest QuickCheck ]; description = "Generate a Ruby client from a Servant API with Net::HTTP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-scotty" = callPackage @@ -229889,8 +229889,8 @@ self: { transformers ]; description = "Generate a web service for servant 'Resource's using scotty and JSON"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229913,8 +229913,8 @@ self: { base directory doctest filepath QuickCheck ]; description = "Generate Robots.txt and Sitemap.xml specification for your servant API."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229934,8 +229934,8 @@ self: { ]; doHaddock = false; description = "Generates a servant API module"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -229971,7 +229971,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A family of combinators for defining webservices APIs and serving them"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-server-namedargs" = callPackage @@ -229988,8 +229988,8 @@ self: { servant-namedargs servant-server string-conversions text wai ]; description = "Automatically derive API server functions with named and optional parameters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230012,8 +230012,8 @@ self: { tasty-hunit tasty-quickcheck text ]; description = "Servant client for smsc.ru service for sending SMS to cell phones"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230051,8 +230051,8 @@ self: { temporary text time transformers ]; description = "A family of combinators for defining webservices APIs and serving them"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230075,7 +230075,7 @@ self: { aeson base http-media servant-server warp ]; description = "Content-Types for rendering Mustache in servant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-static-th" = callPackage @@ -230101,7 +230101,7 @@ self: { tasty-hunit wai ]; description = "Embed a directory of static files in your Servant server"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-streaming" = callPackage @@ -230115,8 +230115,8 @@ self: { libraryHaskellDepends = [ base http-types servant ]; testHaskellDepends = [ base hspec http-types QuickCheck servant ]; description = "Servant combinators for the 'streaming' package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230142,8 +230142,8 @@ self: { servant-streaming servant-streaming-server streaming warp ]; description = "Client instances for the 'servant-streaming' package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230161,8 +230161,8 @@ self: { base lens servant servant-docs servant-streaming ]; description = "Client instances for the 'servant-docs' package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230189,8 +230189,8 @@ self: { warp ]; description = "Server instances for the 'servant-streaming' package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230217,7 +230217,7 @@ self: { ]; executableHaskellDepends = [ base purescript-bridge ]; description = "When REST is not enough ..."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-swagger" = callPackage @@ -230245,7 +230245,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-swagger-tags" = callPackage @@ -230261,8 +230261,8 @@ self: { servant-server servant-swagger swagger2 text ]; description = "Swagger Tags for Servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230279,7 +230279,7 @@ self: { servant-swagger-ui-core swagger2 text ]; description = "Servant swagger ui"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-swagger-ui-core" = callPackage @@ -230297,7 +230297,7 @@ self: { wai-app-static ]; description = "Servant swagger ui core components"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-swagger-ui-jensoleg" = callPackage @@ -230315,7 +230315,7 @@ self: { servant-swagger-ui-core swagger2 text ]; description = "Servant swagger ui: Jens-Ole Graulund theme"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-swagger-ui-redoc" = callPackage @@ -230333,7 +230333,7 @@ self: { servant-swagger-ui-core swagger2 text ]; description = "Servant swagger ui: ReDoc theme"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-to-elm" = callPackage @@ -230355,8 +230355,8 @@ self: { servant-multipart text ]; description = "Automatically generate Elm clients for Servant APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230387,7 +230387,7 @@ self: { QuickCheck tasty tasty-hunit tasty-quickcheck text time transformers ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "servant-waargonaut" = callPackage @@ -230411,8 +230411,8 @@ self: { wl-pprint-annotated ]; description = "Servant Integration for Waargonaut JSON Package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230431,7 +230431,7 @@ self: { base bytestring servant servant-server transformers warp ]; description = "Servant support for delivering WebAssembly"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-websockets" = callPackage @@ -230453,7 +230453,7 @@ self: { aeson base conduit servant-server text wai warp websockets ]; description = "Small library providing WebSocket endpoints for servant"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-xml" = callPackage @@ -230468,7 +230468,7 @@ self: { base bytestring http-media servant xmlbf xmlbf-xeno ]; description = "Servant support for the XML Content-Type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servant-yaml" = callPackage @@ -230489,8 +230489,8 @@ self: { wai warp yaml ]; description = "Servant support for yaml"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230502,8 +230502,8 @@ self: { sha256 = "1pga7l2akxqhkfq6gqaiiz6svvhzb83dbc5bw487kkrs3vriyyc3"; libraryHaskellDepends = [ base singletons ]; description = "Types and definitions of servant-zeppelin combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230527,8 +230527,8 @@ self: { warp ]; description = "Client library for servant-zeppelin combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230552,8 +230552,8 @@ self: { string-conversions warp wreq ]; description = "Server library for servant-zeppelin combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230575,8 +230575,8 @@ self: { servant-swagger servant-zeppelin swagger2 ]; description = "Swagger instances for servant-zeppelin combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230592,8 +230592,8 @@ self: { aeson base bytestring http-types mtl text void wai warp ]; description = "Auto-generate a server for your datatype"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230621,7 +230621,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Deploying Haskell code onto AWS Lambda using Serverless"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "serversession" = callPackage @@ -230645,7 +230645,7 @@ self: { unordered-containers ]; description = "Secure, modular server-side sessions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "serversession-backend-acid-state" = callPackage @@ -230665,8 +230665,8 @@ self: { unordered-containers ]; description = "Storage backend for serversession using acid-state"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230693,8 +230693,8 @@ self: { time transformers unordered-containers ]; description = "Storage backend for serversession using persistent and an RDBMS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230716,8 +230716,8 @@ self: { transformers unordered-containers ]; description = "Storage backend for serversession using Redis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230735,7 +230735,7 @@ self: { time transformers unordered-containers ]; description = "Snap bindings for serversession"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "serversession-frontend-wai" = callPackage @@ -230752,7 +230752,7 @@ self: { time transformers unordered-containers vault wai wai-session ]; description = "wai-session bindings for serversession"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "serversession-frontend-yesod" = callPackage @@ -230770,8 +230770,8 @@ self: { yesod-core ]; description = "Yesod bindings for serversession"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230789,8 +230789,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Tools for building services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230806,7 +230806,7 @@ self: { aeson base bytestring generic-deriving text text-show ]; description = "JSON to Sql"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "servius" = callPackage @@ -230824,7 +230824,7 @@ self: { shakespeare text wai wai-app-static ]; description = "Warp web server with template rendering"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ses-html" = callPackage @@ -230840,7 +230840,7 @@ self: { HsOpenSSL http-streams tagsoup time ]; description = "Send HTML formatted emails using Amazon's SES REST API with blaze"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ses-html-snaplet" = callPackage @@ -230856,8 +230856,8 @@ self: { transformers ]; description = "Snaplet for the ses-html package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230873,7 +230873,7 @@ self: { ]; description = "Session Types for Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230895,8 +230895,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base directory exceptions hspec ]; description = "Session types library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230919,8 +230919,8 @@ self: { base distributed-process hspec network-transport-tcp sessiontypes ]; description = "Session types distributed"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -230949,7 +230949,7 @@ self: { transformers utility-ht ]; description = "Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "set-extra" = callPackage @@ -230960,7 +230960,7 @@ self: { sha256 = "10kbvd09hp12rlfkc15xqiglrbxzi7gchb0aazqyg77ah66wjn10"; libraryHaskellDepends = [ base containers mtl syb ]; description = "Functions that could be added to Data.Set."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "set-monad" = callPackage @@ -230971,7 +230971,7 @@ self: { sha256 = "0iv1mphhhqla4bbr2lhy6zj8bp963jlcxqkib2nnl7vyw1ya1cd1"; libraryHaskellDepends = [ base containers deepseq ]; description = "Set monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "set-of" = callPackage @@ -230982,8 +230982,8 @@ self: { sha256 = "0npsxff611frdb2a5xbyd4ipn3qb8ji6a1yygxid7pk7qsx0spj1"; libraryHaskellDepends = [ base containers ]; description = "Sets of fixed size, with typelits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231001,8 +231001,8 @@ self: { tasty-quickcheck ]; description = "Set of elements sorted by a different data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231022,8 +231022,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "Treating files as sets to perform rapid set manipulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231037,7 +231037,7 @@ self: { editedCabalFile = "0ny4g3kjys0hqg41mnwrsymy1bwhl8l169kis4y4fa58sb06m4f5"; libraryHaskellDepends = [ base unix ]; description = "A cross-platform library for setting environment variables"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "setgame" = callPackage @@ -231053,8 +231053,8 @@ self: { libraryHaskellDepends = [ base random vty ]; executableHaskellDepends = [ base ]; description = "A console interface to the game of Set"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231068,7 +231068,7 @@ self: { editedCabalFile = "0l0hlxhjspm05hxd06972ilw4c3ni72mnzcyljg3a01i8pxi53cl"; libraryHaskellDepends = [ base ]; description = "Haskell bindings to setlocale"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "setoid" = callPackage @@ -231086,8 +231086,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A Haskell implementation of setoid"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231109,7 +231109,7 @@ self: { base containers doctest hlint hspec protolude ]; description = "Perform set operations on files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "setops" = callPackage @@ -231120,7 +231120,7 @@ self: { sha256 = "1mja48p8g9prfk53218qbv83ks6rs63s0n6jad0jgrj1221afpvg"; libraryHaskellDepends = [ base containers ]; description = "Uniform names (and Unicode operators) for set operations on data structures"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "sets" = callPackage @@ -231152,7 +231152,7 @@ self: { witherable ]; description = "Ducktyped set interface for Haskell containers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "setters" = callPackage @@ -231165,8 +231165,8 @@ self: { editedCabalFile = "0rck3kizbzr5vffisnnhl3fsl4vw3n0s3mb7lcgggd4b40hp7zy4"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "Small (TH) library to declare setters for typical `record' data type fields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231178,7 +231178,7 @@ self: { sha256 = "1hnbr2r99i2cgjl329zh7i1g059vq2id3d2drmx0gzmw6x9nvqs8"; libraryHaskellDepends = [ base text unordered-containers ]; description = "Runtime-editable program settings"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "sexp" = callPackage @@ -231202,8 +231202,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "S-Expression parsing/printing made fun and easy"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231233,7 +231233,7 @@ self: { base bytestring criterion deepseq text ]; description = "Invertible grammar combinators for S-expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sexp-show" = callPackage @@ -231248,7 +231248,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base pretty-show ]; description = "Produce a s-expression representation of Show values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sexpr" = callPackage @@ -231263,7 +231263,7 @@ self: { base base64-string binary bytestring pretty ]; description = "S-expression printer and parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sexpr-parser" = callPackage @@ -231280,8 +231280,8 @@ self: { executableHaskellDepends = [ base bytestring megaparsec process ]; testHaskellDepends = [ base data-default hspec megaparsec ]; description = "Simple s-expression parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231303,7 +231303,7 @@ self: { ]; description = "A flexible library for parsing and printing S-expression"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "sext" = callPackage @@ -231321,8 +231321,8 @@ self: { base bytestring tasty tasty-hunit template-haskell ]; description = "Lists, Texts, ByteStrings and Vectors with type-encoded length"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231336,7 +231336,7 @@ self: { librarySystemDepends = [ libsndfile openal ]; description = "minimal bindings to the audio module of sfml"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libsndfile; inherit (pkgs) openal;}; "sfmt" = callPackage @@ -231347,8 +231347,8 @@ self: { sha256 = "1jwzsk43kkvlmw551z46bhbvccf9yn1ncrhd27lm4pn93as2v1p6"; libraryHaskellDepends = [ base bytestring entropy primitive ]; description = "SIMD-oriented Fast Mersenne Twister(SFMT) binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231369,8 +231369,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "A command line tool to convert TrueType/OpenType fonts to WOFF format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zlib;}; @@ -231395,8 +231395,8 @@ self: { random-shuffle tasty tasty-hunit temporary vector ]; description = "Stochastic gradient descent library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231413,8 +231413,8 @@ self: { time transformers ]; description = "SGF (Smart Game Format) parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231429,7 +231429,7 @@ self: { executableHaskellDepends = [ base bio regex-compat ]; description = "Sgrep - grep Fasta files for sequences matching a regular expression"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231456,8 +231456,8 @@ self: { transformers unix ]; description = "Record your shell session and print in the markdown format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231472,8 +231472,8 @@ self: { libraryHaskellDepends = [ base binary bytestring io-streams SHA ]; executableHaskellDepends = [ base io-streams SHA ]; description = "SHA hashes for io-streams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231490,8 +231490,8 @@ self: { base byteslice natural-arithmetic primitive small-bytearray-builder ]; description = "SHA-1 Hash"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231505,8 +231505,8 @@ self: { editedCabalFile = "164nw1gg6yl3fb4pqbgxxphafw2120a8kryhqx0i09l8c1n49557"; libraryHaskellDepends = [ base mtl transformers ]; description = "A control structure used to combine heterogenous types with delayed effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231529,8 +231529,8 @@ self: { system-filepath text ]; description = "An automated way to run doctests in files that are changing"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231560,7 +231560,7 @@ self: { base binary bytestring containers cryptohash HUnit process ]; description = "A fast SOCKS5 proxy that help you get through firewalls"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shady-gen" = callPackage @@ -231578,7 +231578,7 @@ self: { ]; description = "Functional GPU programming - DSEL & compiler"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "shady-graphics" = callPackage @@ -231596,7 +231596,7 @@ self: { ]; description = "Functional GPU programming - DSEL & compiler"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "shake" = callPackage @@ -231629,7 +231629,7 @@ self: { utf8-string ]; description = "Build system library, like Make, but more accurate dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-ats" = callPackage @@ -231646,7 +231646,7 @@ self: { microlens shake shake-c shake-cabal shake-ext text ]; description = "Utilities for building ATS projects with shake"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-bindist" = callPackage @@ -231661,8 +231661,8 @@ self: { archive-sig base bytestring bz2 lzlib shake zlib zstd ]; description = "Rules for binary distributions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231674,7 +231674,7 @@ self: { sha256 = "1bhi4rfvhin16c4xhx50dxjhr2gfpngasv7fps9fhm6is372ln9v"; libraryHaskellDepends = [ base cdeps composition-prelude shake ]; description = "Library for building C code with shake"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-cabal" = callPackage @@ -231690,7 +231690,7 @@ self: { hashable shake ]; description = "Shake library for use with cabal"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-cabal-build" = callPackage @@ -231705,8 +231705,8 @@ self: { base Cabal directory filepath process ]; description = "Utility for building Shake build systems using Cabal sandboxes"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231718,7 +231718,7 @@ self: { sha256 = "1n52fjay6xgx65ihin6zxx05q42mfkdqi9888hn8dnn70kf5j7cg"; libraryHaskellDepends = [ base directory shake ]; description = "Shake rules for CCJS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-dhall" = callPackage @@ -231734,8 +231734,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Dhall dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231747,7 +231747,7 @@ self: { sha256 = "057ph5ai8pswzymln8l6i2hdn1vgi3hwyji1z6s4bh71xnc0sn5r"; libraryHaskellDepends = [ base shake ]; description = "Elm builds in shake"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-ext" = callPackage @@ -231758,7 +231758,7 @@ self: { sha256 = "12pfi6rc4y8rjndym0crzyjfmcqnnrh61hww1vrnl614hs00iw6h"; libraryHaskellDepends = [ base directory shake ]; description = "Helper functions for linting with shake"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-extras" = callPackage @@ -231773,8 +231773,8 @@ self: { base bytestring cmdargs directory filepath shake ]; description = "Extra utilities for shake build systems"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231790,7 +231790,7 @@ self: { base containers directory filepath futhark shake text ]; description = "Dependency tracking for Futhark"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-google-closure-compiler" = callPackage @@ -231801,7 +231801,7 @@ self: { sha256 = "1z9znpcsnc6qizx0rnkww3pbxpk77pmrn6dvn8jqm2pppwbpjw0g"; libraryHaskellDepends = [ base directory shake ]; description = "Shake rules for the Google closure compiler"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-language-c" = callPackage @@ -231819,7 +231819,7 @@ self: { testHaskellDepends = [ base directory doctest hspec shake ]; doCheck = false; description = "Utilities for cross-compiling with Shake"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "shake-literate" = callPackage @@ -231830,7 +231830,7 @@ self: { sha256 = "0wx3mh62b8kq20qw15zg35nl4l066i11mzgj0vxlvys5a6902ijn"; libraryHaskellDepends = [ base cpphs shake ]; description = "Rules for building literate programs in shake"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-minify" = callPackage @@ -231843,8 +231843,8 @@ self: { base bytestring css-text hjsmin shake text ]; description = "Shake Minify Rules"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231858,7 +231858,7 @@ self: { base directory filepath hasmin shake text ]; description = "Shake rules for CSS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shake-pack" = callPackage @@ -231869,8 +231869,8 @@ self: { sha256 = "13v9p6idndg3xy8fb63g037csgmj5kaxj0903kx5py050cj6rbaz"; libraryHaskellDepends = [ base bytestring bzlib shake tar ]; description = "Shake File Pack Rule"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231882,8 +231882,8 @@ self: { sha256 = "0sjw0hcs6i9c8vfirrk90y5xd3cf0f9c0wa2p5pqimc5wfid9plk"; libraryHaskellDepends = [ base path path-io shake ]; description = "path alternatives to shake functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231901,8 +231901,8 @@ self: { ]; executableHaskellDepends = [ base shake ]; description = "Shake build system on-disk caching"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -231914,7 +231914,7 @@ self: { sha256 = "09zinaphlmdshny3hiyibbqqkfflj2rkxh8zkpnnk5dvf2qb15p5"; libraryHaskellDepends = [ base extra path rio shake ]; description = "Re-export of Shake using well-typed paths and ReaderT"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shake-plus-extended" = callPackage @@ -231933,7 +231933,7 @@ self: { path-binary-instance rio shake shake-plus within ]; description = "Experimental extensions to shake-plus"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shakebook" = callPackage @@ -231978,8 +231978,8 @@ self: { zipper-extra ]; description = "Shake-based technical documentation generator; HTML & PDF"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232008,8 +232008,8 @@ self: { test-framework-quickcheck2 ]; description = "simple and interactive command-line build tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232024,7 +232024,7 @@ self: { base basic-prelude directory lifted-base shake ]; description = "Shake helpers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shakespeare" = callPackage @@ -232048,8 +232048,8 @@ self: { text time transformers ]; description = "A toolkit for making compile-time interpolated templates"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ psibi ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ psibi ]; }) {}; "shakespeare-babel" = callPackage @@ -232065,8 +232065,8 @@ self: { template-haskell ]; description = "compile es2015"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232079,7 +232079,7 @@ self: { libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; description = "Stick your haskell variables into css at compile time. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shakespeare-i18n" = callPackage @@ -232091,7 +232091,7 @@ self: { libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; description = "A type-based approach to internationalization. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shakespeare-js" = callPackage @@ -232103,7 +232103,7 @@ self: { libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; description = "Stick your haskell variables into javascript/coffeescript at compile time. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shakespeare-sass" = callPackage @@ -232118,8 +232118,8 @@ self: { base hsass shakespeare template-haskell yesod yesod-core ]; description = "SASS support for Shakespeare and Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232132,7 +232132,7 @@ self: { libraryHaskellDepends = [ base shakespeare ]; doHaddock = false; description = "Interpolation with quasi-quotation: put variables strings (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shana" = callPackage @@ -232144,7 +232144,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base directory regex-posix ]; description = "treat haskell functions as unix pipes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shannon-fano" = callPackage @@ -232161,7 +232161,7 @@ self: { base bytestring optparse-generic QuickCheck ]; description = "Shannon-fano compression algorithm in Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shapefile" = callPackage @@ -232176,8 +232176,8 @@ self: { base binary bytestring data-binary-ieee754 dbf filepath rwlock ]; description = "Parser and related tools for ESRI shapefile format"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232196,8 +232196,8 @@ self: { base containers proxy-kindness QuickCheck tagged template-haskell ]; description = "Generics using @(,)@ and @Either@, with algebraic operations and typed conversions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232225,7 +232225,7 @@ self: { QuickCheck shapes-math transformers vector vector-th-unbox ]; description = "physics engine and other tools for 2D shapes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shapes-demo" = callPackage @@ -232244,7 +232244,7 @@ self: { sdl2 shapes StateVar text transformers vector ]; description = "demos for the 'shapes' package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shapes-math" = callPackage @@ -232267,7 +232267,7 @@ self: { base ghc-prim hspec linear QuickCheck template-haskell ]; description = "faster vector/matrix math using unboxed numbers and Template Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sharc-timbre" = callPackage @@ -232278,7 +232278,7 @@ self: { sha256 = "1cwzks95jlpa4cd99mz5cz509h7j8k08w53xpvwny1bdb3p1cpsa"; libraryHaskellDepends = [ base ]; description = "Sandell Harmonic Archive. A collection of stable phases for all instruments in the orchestra."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shared-buffer" = callPackage @@ -232295,8 +232295,8 @@ self: { test-framework-quickcheck2 unix ]; description = "A circular buffer built on shared memory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232310,8 +232310,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base Cabal hspec lens text ]; description = "a tiny library for using shared lens fields"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232324,7 +232324,7 @@ self: { libraryHaskellDepends = [ base unix ]; testHaskellDepends = [ base bytestring unix ]; description = "POSIX shared memory"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sharedio" = callPackage @@ -232335,7 +232335,7 @@ self: { sha256 = "08hmmb2nn2lpirdnpp928m6xadzkv8k90x1nycw2b58vp1rpk7zv"; libraryHaskellDepends = [ base ]; description = "Bundles shared calls to IO functions to perform them only once"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "she" = callPackage @@ -232351,8 +232351,8 @@ self: { libraryHaskellDepends = [ base filepath mtl ]; executableHaskellDepends = [ base filepath mtl ]; description = "A Haskell preprocessor adding miscellaneous features"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232383,8 +232383,8 @@ self: { transformers wreq ]; description = "Test webhooks locally"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232408,7 +232408,7 @@ self: { template-haskell ]; description = "Write shell scripts with Conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shell-escape" = callPackage @@ -232421,7 +232421,7 @@ self: { base binary bytestring containers vector ]; description = "Shell escaping library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shell-monad" = callPackage @@ -232432,7 +232432,7 @@ self: { sha256 = "1mms4k2y7gxzilax0hqhgqppckx0mm5nj7fjzqhmn211rsc2s1qn"; libraryHaskellDepends = [ base containers text unix ]; description = "shell monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shell-pipe" = callPackage @@ -232448,7 +232448,7 @@ self: { executableHaskellDepends = [ base ]; description = "Pipe streams through external shell commands"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232460,7 +232460,7 @@ self: { sha256 = "1n15v0avvkxvczmyjc6g4z9axr5c61n8jlpa1cm4xr3qk7spm1mi"; libraryHaskellDepends = [ base ]; description = "Utility functions for writing command-line programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shellish" = callPackage @@ -232476,8 +232476,8 @@ self: { unix-compat ]; description = "shell-/perl- like (systems) programming in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232494,8 +232494,8 @@ self: { unix ]; description = "Simple interface for shell scripting in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232512,8 +232512,8 @@ self: { tagsoup text utf8-string xml ]; description = "Extra functionality for shellmate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232531,7 +232531,7 @@ self: { executableToolDepends = [ markdown-unlit ]; testHaskellDepends = [ base doctest Glob ]; description = "Out of the shell solution for scripting in Haskell"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "shellout" = callPackage @@ -232545,7 +232545,7 @@ self: { libraryHaskellDepends = [ async base stm text typed-process ]; executableHaskellDepends = [ async base stm text typed-process ]; description = "A threaded manager for Haskell that can run and stream external process output/err/exits"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shelltestrunner" = callPackage @@ -232577,7 +232577,7 @@ self: { libraryHaskellDepends = [ base megaparsec text ]; testHaskellDepends = [ base hspec ]; description = "Parse strings into words, like a shell would"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shelly" = callPackage @@ -232606,7 +232606,7 @@ self: { transformers-base unix unix-compat ]; description = "shell-like (systems) programming in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shelly-extra" = callPackage @@ -232622,7 +232622,7 @@ self: { async base hspec HUnit mtl SafeSemaphore shelly text ]; description = "shelly features that require extra dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shentong" = callPackage @@ -232640,7 +232640,7 @@ self: { unordered-containers vector ]; description = "A Haskell implementation of the Shen programming language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shh" = callPackage @@ -232670,8 +232670,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Simple shell scripting from Haskell"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "shh-extras" = callPackage @@ -232685,7 +232685,7 @@ self: { libraryHaskellDepends = [ base hostname shh time ]; testHaskellDepends = [ base tasty ]; description = "Utility functions for using shh"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shift" = callPackage @@ -232703,7 +232703,7 @@ self: { filepath optparse-applicative ]; description = "A tool to quickly switch between directories"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shikensu" = callPackage @@ -232723,7 +232723,7 @@ self: { tasty-hunit text unordered-containers ]; description = "Run a sequence of functions on in-memory representations of files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "shimmer" = callPackage @@ -232743,8 +232743,8 @@ self: { base bytestring containers filepath haskeline text ]; description = "The Reflective Lambda Machine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232760,8 +232760,8 @@ self: { base ghcjs-dom ghcjs-prim keycode mtl time transformers ]; description = "Declarative graphics for the browser using GHCJS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghcjs-prim = null;}; @@ -232774,8 +232774,8 @@ self: { isLibrary = false; isExecutable = true; description = "Examples for the shine package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232790,8 +232790,8 @@ self: { libraryHaskellDepends = [ base ghcjs-dom keycode shine varying ]; testHaskellDepends = [ base ghcjs-dom keycode shine varying ]; description = "FRP interface for shine using the varying package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "shivers-cfg" = callPackage @@ -232806,8 +232806,8 @@ self: { base containers directory HPDF language-dot mtl pretty process ]; description = "Implementation of Shivers' Control-Flow Analysis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232819,8 +232819,8 @@ self: { sha256 = "0ywb8bfkdpqqv2spb92j9rzx4fv5k1c7b65wj0zwnn9rp7ckq59v"; libraryHaskellDepends = [ base curl ]; description = "A very basic SOAP package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232841,8 +232841,8 @@ self: { vector ]; description = "A haskell API binding for shopify.com"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232854,7 +232854,7 @@ self: { sha256 = "02gcr6glp1kjs4l7ds8487dbblr1pw8nyq34i3rg1hskz0b83l6z"; libraryHaskellDepends = [ base ]; description = "Short-circuit values and expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shortcut" = callPackage @@ -232866,7 +232866,7 @@ self: { revision = "1"; editedCabalFile = "14yp03pynaw3wwj6fnnr6ns7f74h2x7m75wvg3dkxc0dv6snl9l7"; libraryHaskellDepends = [ base ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shortcut-links" = callPackage @@ -232878,8 +232878,8 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base doctest ]; description = "Link shortcuts for use in text markup"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232891,8 +232891,8 @@ self: { sha256 = "1srqbc2kx1zn0xlzv94y7kqdrflmdck3jy6d2fl75zhf11wilxw3"; libraryHaskellDepends = [ base text ]; description = "Shorten a variety of string-like types adding ellipsis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232907,7 +232907,7 @@ self: { base deepseq hspec hspec-expectations HUnit ]; description = "A HUnit/hspec assertion library to verify that an expression does not typecheck"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "show" = callPackage @@ -232932,7 +232932,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Combinators to write Show instances"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "show-please" = callPackage @@ -232947,7 +232947,7 @@ self: { base mtl parsec template-haskell th-orphans time ]; description = "A wrapper type V with improved Show instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "show-prettyprint" = callPackage @@ -232967,8 +232967,8 @@ self: { base containers doctest prettyprinter trifecta ]; description = "Robust prettyprinter for output of auto-generated Show instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -232980,7 +232980,7 @@ self: { sha256 = "1sppi8vj1cg7gwz7vagc1cry22b814wlwbm6jjj1c4d5f4kmpyyv"; libraryHaskellDepends = [ base ]; description = "convert types into string values in haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "showdown" = callPackage @@ -232994,8 +232994,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base glade gtk random ]; description = "A simple gtk based Russian Roulette game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233019,7 +233019,7 @@ self: { utf8-string vector ]; description = "Clean up the formatting of 'show' output"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shpider" = callPackage @@ -233035,8 +233035,8 @@ self: { tagsoup-parsec time url web-encodings ]; description = "Web automation library in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233050,7 +233050,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base mtl ]; description = "A Haskell pattern splitter with emacs attachments"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "shqq" = callPackage @@ -233065,7 +233065,7 @@ self: { base parsec posix-escape process template-haskell unix ]; description = "Embed shell commands with interpolated Haskell variables, and capture output"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shuffle" = callPackage @@ -233086,8 +233086,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Shuffle tool for UHC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233099,7 +233099,7 @@ self: { sha256 = "1imidmpjs1ps6j9hzizhknfgw6zwb8qb8zphfknjv9zgjmwn15x4"; libraryHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shunyalib" = callPackage @@ -233110,7 +233110,7 @@ self: { sha256 = "1yh6xcfhjwb02y731s0lh1y6q63cdfmbnvxv3djylkf1hwdkqhpa"; libraryHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "shwifty" = callPackage @@ -233128,8 +233128,8 @@ self: { uuid-types vector ]; description = "Generate swift types from haskell types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233143,8 +233143,8 @@ self: { base bytestring hsI2C time transformers ]; description = "An interface to the Silicon Labs Si5351 clock chip"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233170,8 +233170,8 @@ self: { hmatrix JuicyPixels random random-shuffle split vector ]; description = "Machine Learning algorithms"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233183,7 +233183,7 @@ self: { sha256 = "19zjwzh3i8ql5xz9rvmbz7n2l3z7dcq683ikrpvqx3wxnc06058m"; libraryHaskellDepends = [ base ]; description = "Sieve is an implementation of the Sieve abstract data type"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "sifflet" = callPackage @@ -233206,8 +233206,8 @@ self: { base Cabal cairo containers fgl HUnit parsec process ]; description = "Simple, visual, functional language for learning about recursion"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233226,8 +233226,8 @@ self: { ]; librarySystemDepends = [ gdk_x11 gtk_x11 ]; description = "Library of modules shared by sifflet and its tests and its exporters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {gdk_x11 = null; gtk_x11 = null;}; @@ -233247,7 +233247,7 @@ self: { tasty-smallcheck ]; description = "Rounding rationals to significant digits and decimal places"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "sigma-ij" = callPackage @@ -233268,8 +233268,8 @@ self: { base combinat optparse-applicative time ]; description = "Thom polynomials of second order Thom-Boardman singularities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233292,8 +233292,8 @@ self: { tasty-quickcheck tasty-th universe-base ]; description = "Arithmetic over signs and sets of signs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233322,8 +233322,8 @@ self: { secp256k1-haskell text universum unordered-containers ]; description = "Deterministic serialisation and signatures with proto-lens support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233343,7 +233343,7 @@ self: { lens-family proto-lens proto-lens-protoc proto-lens-runtime text ]; description = "Deterministic serialisation and signatures with proto-lens support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "signal" = callPackage @@ -233357,7 +233357,7 @@ self: { libraryHaskellDepends = [ base unix ]; executableHaskellDepends = [ base ]; description = "Multiplatform signal support for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "signals" = callPackage @@ -233373,8 +233373,8 @@ self: { observable-sharing operational-alacarte ]; description = "Synchronous signal processing for DSLs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233392,7 +233392,7 @@ self: { hexstring scientific text unordered-containers vector ]; description = "Hmac sha256 signature json and http payload"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "signed-multiset" = callPackage @@ -233403,8 +233403,8 @@ self: { sha256 = "0pxi6g095axf9x6hsiqf0ilsjlws4zvl0pjfjamjyyl1wj82h747"; libraryHaskellDepends = [ base containers ]; description = "Multisets with negative membership"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233417,7 +233417,7 @@ self: { libraryHaskellDepends = [ base deepseq directory ]; testHaskellDepends = [ base deepseq directory nanospec temporary ]; description = "Prevent or capture writing to stdout and other handles"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "silkscreen" = callPackage @@ -233428,8 +233428,8 @@ self: { sha256 = "0gmp71cipwc0ymydckhvw9g8q3j4pm8cq2la2rbvm0rr9z7c2l40"; libraryHaskellDepends = [ base prettyprinter ]; description = "Prettyprinting transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233447,8 +233447,8 @@ self: { ]; testHaskellDepends = [ base quantification savage text ]; description = "A generator for different kinds of data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233460,8 +233460,8 @@ self: { sha256 = "0rmp715k7k41h7nnfg3ik28pf602jvh5wb23yzbpz0j8vkfysn8m"; libraryHaskellDepends = [ base ghc-prim primitive vector ]; description = "simple interface to GHC's SIMD instructions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233480,7 +233480,7 @@ self: { ]; description = "stochastic simulation engine"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233515,7 +233515,7 @@ self: { unordered-containers vector wai wai-extra ]; description = "A minimalist web framework for the WAI server interface"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "simple-actors" = callPackage @@ -233529,8 +233529,8 @@ self: { base chan-split contravariant mtl transformers ]; description = "A library for more structured concurrent programming, based on the Actor Model"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233547,7 +233547,7 @@ self: { base directory filepath hlint process regex-posix ]; description = "A simple library for affine and vector spaces"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-atom" = callPackage @@ -233558,8 +233558,8 @@ self: { sha256 = "1kqkaay3r03plxvvyan3hdgj2rfynygnisi6hrsjwqgj4nw6va17"; libraryHaskellDepends = [ base containers deepseq ]; description = "Atom (or symbol) datatype for fast comparision and sorting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233572,8 +233572,8 @@ self: { libraryHaskellDepends = [ base bytestring network ]; librarySystemDepends = [ bluetooth ]; description = "Simple Bluetooth API for Windows and Linux (bluez)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {bluetooth = null;}; @@ -233596,8 +233596,8 @@ self: { test-framework-quickcheck2 tuple uniplate ]; description = "A simple C value type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233611,7 +233611,7 @@ self: { base bytestring Cabal directory filepath ]; description = "Cabal file wrapper library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-cmd" = callPackage @@ -233624,7 +233624,7 @@ self: { base directory extra filepath process unix ]; description = "Simple String-based process commands"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-cmd-args" = callPackage @@ -233635,7 +233635,7 @@ self: { sha256 = "18dikz7hy61wgrbpgnxmgfp1i485hkhgrdnqbkzl2mrmmjn8p1zd"; libraryHaskellDepends = [ base optparse-applicative ]; description = "Simple command args parsing and execution"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-conduit" = callPackage @@ -233666,8 +233666,8 @@ self: { transformers-base vector void ]; description = "A simple streaming I/O library based on monadic folds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233685,8 +233685,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Simple config file parser generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233702,8 +233702,8 @@ self: { base blaze-html hashable language-css unordered-containers ]; description = "simple binding of css and html"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233719,8 +233719,8 @@ self: { base conduit-combinators http-client http-conduit mtl transformers ]; description = "A simple wrapper of http-conduit for file download"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233742,7 +233742,7 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base criterion mtl transformers ]; description = "A simple effect system that integrates with MTL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-enumeration" = callPackage @@ -233754,7 +233754,7 @@ self: { libraryHaskellDepends = [ base integer-gmp ]; testHaskellDepends = [ base doctest ]; description = "Finite or countably infinite sequences of values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-eval" = callPackage @@ -233768,8 +233768,8 @@ self: { libraryHaskellDepends = [ base parsec text transformers ]; executableHaskellDepends = [ base text ]; description = "Evaluate a Text to an Integer: \"1 + 1\" -> 2"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233781,8 +233781,8 @@ self: { sha256 = "14fh3z3vqkmfgvgxja431ivm3lk1ksgrxaqjzz25wdc493j640ka"; libraryHaskellDepends = [ base bindings-dc1394 CV ]; description = "Simplified interface for firewire cameras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233800,7 +233800,7 @@ self: { ]; description = "Forms that configure themselves based on type"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "simple-genetic-algorithm" = callPackage @@ -233814,8 +233814,8 @@ self: { libraryHaskellDepends = [ base parallel random ]; executableHaskellDepends = [ base deepseq parallel random ]; description = "Simple parallel genetic algorithm implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233836,7 +233836,7 @@ self: { base deepseq MonadRandom parallel random transformers ]; description = "Simple parallel genetic algorithm implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-get-opt" = callPackage @@ -233847,7 +233847,7 @@ self: { sha256 = "0xr5gi22ifq6nw0q0w1rf66djsns4gfv2l9yjvxhbxr4j8bqmwik"; libraryHaskellDepends = [ base ]; description = "A simple library for processing command-line options"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-index" = callPackage @@ -233862,8 +233862,8 @@ self: { base containers hashable safecopy unordered-containers ]; description = "Allows simple indexation on any data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233884,7 +233884,7 @@ self: { ]; testHaskellDepends = [ base hspec microlens-platform text ]; description = "Simple log for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-log-syslog" = callPackage @@ -233895,8 +233895,8 @@ self: { sha256 = "1619jsxgz5afmwhjcixg54i7dhh8jl29cmziifjrg60mm4rf2c34"; libraryHaskellDepends = [ base hsyslog simple-log text ]; description = "Syslog backend for simple-log"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233908,7 +233908,7 @@ self: { sha256 = "16ap76da3pvigl9gwpzb6miy13z5ypgh318cnqfyij0l5hrg4qg4"; libraryHaskellDepends = [ base fast-logger monad-logger mtl text ]; description = "A very simple but efficient logging framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "simple-logging" = callPackage @@ -233930,8 +233930,8 @@ self: { simple-effects string-conv text time vector ]; description = "Logging effect to plug into the simple-effects framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233945,7 +233945,7 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; benchmarkHaskellDepends = [ base criterion ]; description = "A simple LTL checker"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-money" = callPackage @@ -233956,8 +233956,8 @@ self: { sha256 = "0bhiqnk7nh2y4qk7zkbfygna7kcg0gwqy8a5m70dqxs3f34h3fwf"; libraryHaskellDepends = [ base containers ]; description = "Simple library to handle and interexchange money"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -233977,8 +233977,8 @@ self: { base containers deepseq parallel random split ]; description = "Simple parallel neural networks implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234000,8 +234000,8 @@ self: { mtl parsec system-filepath text text-render unordered-containers ]; description = "Simple parsing/pretty printing for Nix expressions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234013,7 +234013,7 @@ self: { sha256 = "1njzw6zjarlpjrmbkxwivr9azj8v1298bsd1ai3ddlmylwyhn24r"; libraryHaskellDepends = [ base ]; description = "The Observer pattern"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-pascal" = callPackage @@ -234030,8 +234030,8 @@ self: { base containers filepath mtl parsec simple-stacked-vm ]; description = "Simplified Pascal language to SSVM compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234050,8 +234050,8 @@ self: { transformers-base ]; description = "simple pipeline library like conduit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234069,7 +234069,7 @@ self: { resource-pool simple transformers ]; description = "Connector package for integrating postgresql-orm with the Simple web framework"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "simple-reflect" = callPackage @@ -234080,7 +234080,7 @@ self: { sha256 = "0ayvrx5cm8n6db21jiyjmk5h93pw7cz1707hih09hlhk9jh5x0h7"; libraryHaskellDepends = [ base ]; description = "Simple reflection of expressions containing variables"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-rope" = callPackage @@ -234091,8 +234091,8 @@ self: { sha256 = "187ghgn8nivvn5m8nsn0vrjh8mr6h7n6r1p1119gr4h3m2hpmrpl"; libraryHaskellDepends = [ base bytestring QuickCheck ]; description = "Memory-efficient strings with concatenation and splitting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234110,7 +234110,7 @@ self: { process resourcet unix ]; description = "Cross platform library for the sendfile system call"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-server" = callPackage @@ -234127,7 +234127,7 @@ self: { ]; description = "Simple Server interface"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234145,7 +234145,7 @@ self: { cookie cryptohash http-types simple transformers wai wai-extra ]; description = "Cookie-based session management for the Simple web framework"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "simple-sessions" = callPackage @@ -234156,7 +234156,7 @@ self: { sha256 = "08abag1im9gp2jpndd12sv911ca2qwh6frrz6qr87mj11xfhbky5"; libraryHaskellDepends = [ base indexed synchronous-channels ]; description = "A simple implementation of session types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-smt" = callPackage @@ -234167,7 +234167,7 @@ self: { sha256 = "0bwb3r2gqm81nmf0hc0mgj8vp2a48kmzx0h7h42lprp4d4irwmy2"; libraryHaskellDepends = [ base process ]; description = "A simple way to interact with an SMT solver process"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-sql-parser" = callPackage @@ -234181,7 +234181,7 @@ self: { libraryHaskellDepends = [ base mtl parsec pretty ]; testHaskellDepends = [ base mtl parsec pretty tasty tasty-hunit ]; description = "A parser for SQL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-src-utils" = callPackage @@ -234196,7 +234196,7 @@ self: { executableHaskellDepends = [ base extra text ]; testHaskellDepends = [ base extra tasty tasty-hunit text ]; description = "source code editing utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-stacked-vm" = callPackage @@ -234213,8 +234213,8 @@ self: { array base binary-state containers filepath mtl parsec ]; description = "Simple stacked virtual machine: assembler, disassembler, bytecode interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234226,8 +234226,8 @@ self: { sha256 = "0p7rd8y6rhwg0ap6cib7l32bglvfkvbzg938pdwpb2ss6cv8b9zs"; libraryHaskellDepends = [ base ]; description = "Simple tabular-text formatter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234243,8 +234243,8 @@ self: { base bytestring cereal containers filepath time ]; description = "Simple, pure, file-system-free reading of tar files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234263,7 +234263,7 @@ self: { aeson attoparsec base hspec HUnit scientific vector ]; description = "A basic template language for the Simple web framework"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "simple-text-format" = callPackage @@ -234279,7 +234279,7 @@ self: { base hspec microlens-platform text unordered-containers ]; description = "Simple text based format strings with named identifiers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simple-ui" = callPackage @@ -234296,8 +234296,8 @@ self: { transformers vector vty ]; description = "UI library for terminal"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234309,8 +234309,8 @@ self: { sha256 = "1dzsr15lq32dqsbhb639vzlx2d6m2kx0qax75ik2z765r5h9f9sa"; libraryHaskellDepends = [ base first-class-families ]; description = "Simple arithmetic with SI units using type-checked dimensional analysis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234328,8 +234328,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion vector ]; description = "Three-dimensional vectors of doubles with basic operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234342,8 +234342,8 @@ self: { libraryHaskellDepends = [ base lens ]; testHaskellDepends = [ base hspec lens ]; description = "Zippers made slightly easier"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234357,7 +234357,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Provides a more flexible getArgs function with better error reporting"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234374,8 +234374,8 @@ self: { base containers either generic-deriving hspec lens text ]; description = "Short description of your package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234392,8 +234392,8 @@ self: { ]; testHaskellDepends = [ base bytestring hspec HUnit knob ]; description = "Simple IRC Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234405,8 +234405,8 @@ self: { sha256 = "1cmzln3lya1scz10c6p33aqwy7djivc1dm9qkpkbwp2c8adq02bw"; libraryHaskellDepends = [ base bytestring simpleirc ]; description = "Lenses for simpleirc types"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234421,7 +234421,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simplemesh" = callPackage @@ -234432,7 +234432,7 @@ self: { sha256 = "1cq8h96kr1qnxqma7if3pmxcw05nrirpnw703r4cba75xwgwlqcl"; libraryHaskellDepends = [ base linear ]; description = "Generators for primitive meshes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simplenote" = callPackage @@ -234448,8 +234448,8 @@ self: { utf8-string ]; description = "Haskell interface for the simplenote API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234468,8 +234468,8 @@ self: { base ghc-paths haskell-src-exts process uniplate ]; description = "A simplified Haskell prelude for teaching"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234483,8 +234483,8 @@ self: { editedCabalFile = "09dd2d70jhkw3svsf4680f9250w4c7s9396w6dac2l2ypxxiq0p6"; libraryHaskellDepends = [ array base directory network old-time ]; description = "Very simple SMTP Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234497,7 +234497,7 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; librarySystemDepends = [ libssh2 ]; description = "Simple wrapper around libssh2"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libssh2;}; "simplest-sqlite" = callPackage @@ -234513,8 +234513,8 @@ self: { ]; librarySystemDepends = [ sqlite ]; description = "Simplest SQLite3 binding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) sqlite;}; @@ -234532,7 +234532,7 @@ self: { base directory filepath mtl process random regex-compat split time ]; description = "A simple markup language that translates to LaTeX"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "simplex-basic" = callPackage @@ -234553,7 +234553,7 @@ self: { transformers ]; description = "Very basic simplex implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simplistic-generics" = callPackage @@ -234568,7 +234568,7 @@ self: { base containers deepseq kind-apply mtl template-haskell ]; description = "Generic programming without too many type classes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "simseq" = callPackage @@ -234583,7 +234583,7 @@ self: { executableHaskellDepends = [ base bio bytestring random ]; description = "Simulate sequencing with different models for priming and errors"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234595,7 +234595,7 @@ self: { sha256 = "0a8414006gdya8b4dw38251kim3x2i5g7m03ga479ialghralrc8"; libraryHaskellDepends = [ base containers ]; description = "Load data organized in a tree"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "since" = callPackage @@ -234606,7 +234606,7 @@ self: { sha256 = "1zy1vwna8a0421l3jvdm8mg36xwgj4xl3p2xkf678ahbzk0179vs"; libraryHaskellDepends = [ base time ]; description = "Get the number of seconds since the last invocation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sindre" = callPackage @@ -234633,7 +234633,7 @@ self: { ]; executablePkgconfigDepends = [ libXft ]; description = "A programming language for simple GUIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libXft;}; "single-tuple" = callPackage @@ -234646,7 +234646,7 @@ self: { testHaskellDepends = [ base hspec OneTuple Only ]; testToolDepends = [ hspec-discover ]; description = "a class for single tuple implementations"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "singlethongs" = callPackage @@ -234658,7 +234658,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base ]; description = "Like singletons, but much smaller"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "singleton-bool" = callPackage @@ -234671,7 +234671,7 @@ self: { editedCabalFile = "118j0h29nqg2acqbzif2ffqnanjbwnqmv2kch9z7xiwqkz6iq8an"; libraryHaskellDepends = [ base dec ]; description = "Type level booleans"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "singleton-dict" = callPackage @@ -234682,8 +234682,8 @@ self: { sha256 = "125mb6j4gf3qcgmvjf6zibnzl7sw8jcmrh60nig16ahk55cjczic"; libraryHaskellDepends = [ base singletons ]; description = "Typelevel balanced search trees via a singletonized Data.Map"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234695,7 +234695,7 @@ self: { sha256 = "0qmkqfj8rch9qcczs05lm5l3sx29slmqw156g4hhr3d735xg4nk1"; libraryHaskellDepends = [ base singletons ]; description = "Unary natural numbers relying on the singletons infrastructure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "singleton-typelits" = callPackage @@ -234706,8 +234706,8 @@ self: { sha256 = "08xn7qv9kwhj9i69bpzigd76581rpq2jz410gmvr29g5ag1d0k08"; libraryHaskellDepends = [ base ]; description = "Singletons and induction over GHC TypeLits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234733,7 +234733,7 @@ self: { turtle ]; description = "A framework for generating singleton types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "singletons-presburger" = callPackage @@ -234750,7 +234750,7 @@ self: { base ghc ghc-typelits-presburger reflection singletons ]; description = "Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "singletons-presburger_0_5_0_0" = callPackage @@ -234767,8 +234767,8 @@ self: { base ghc ghc-typelits-presburger mtl reflection singletons ]; description = "Presburger Arithmetic Solver for GHC Type-level natural numbers with Singletons package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "singnal" = callPackage @@ -234779,8 +234779,8 @@ self: { sha256 = "16f0grf63wgkaab64mmqhxwwk50pzzy354i3v23lzw7s5x0bk8sj"; libraryHaskellDepends = [ base ]; description = "Singnal"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234802,7 +234802,7 @@ self: { ]; description = "Multivariate polynomial factorization via bindings to Singular-factory"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {singular-factory = null;}; @@ -234814,8 +234814,8 @@ self: { sha256 = "04ny9450h2mlw1j0gn6a1vvgwsk3gbhhzshqv2sbcg5pwkzkdrzp"; libraryHaskellDepends = [ base ]; description = "An alternative to lazy I/O that doesn't conflate execution with evaluation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234836,7 +234836,7 @@ self: { test-framework-quickcheck2 ]; description = "siphash: a fast short input PRF"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "siphon" = callPackage @@ -234862,8 +234862,8 @@ self: { test-framework-hunit test-framework-quickcheck2 text ]; description = "Encode and decode CSV files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234888,8 +234888,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Siren Tools for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234906,8 +234906,8 @@ self: { remote SHA transformers ]; description = "Sirkel, a Chord DHT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234919,7 +234919,7 @@ self: { sha256 = "0njb20w6kazsqgw61ykvfx3syqywv9frs7ch9bf2sr0i1d3b61bd"; libraryHaskellDepends = [ base lens taggy taggy-lens text ]; description = "Sitemap parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sitemap-gen" = callPackage @@ -234935,7 +234935,7 @@ self: { base bytestring HUnit raw-strings-qq tasty tasty-hunit time ]; description = "Generate XML Sitemaps & Sitemap Indexes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sitepipe" = callPackage @@ -234955,8 +234955,8 @@ self: { unordered-containers yaml ]; description = "A simple to understand static site generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -234976,7 +234976,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Sixel library to show images in a terminal emulator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sixfiguregroup" = callPackage @@ -234992,8 +234992,8 @@ self: { base directory doctest filepath parsec QuickCheck template-haskell ]; description = "A six figure group of time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235006,7 +235006,7 @@ self: { libraryHaskellDepends = [ base bytestring containers lens mtl ]; testHaskellDepends = [ base bytestring containers lens mtl ]; description = "An eDSL for writing 65(C)02 bytecode"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "size-based" = callPackage @@ -235023,8 +235023,8 @@ self: { base dictionary-sharing template-haskell testing-type-modifiers ]; description = "Sized functors, for size-based enumerations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235053,7 +235053,7 @@ self: { singletons subcategories template-haskell th-lift vector ]; description = "Sized sequence data-types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sized_1_0_0_0" = callPackage @@ -235079,8 +235079,8 @@ self: { subcategories template-haskell th-lift type-natural vector ]; description = "Sized sequence data-types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "sized-grid" = callPackage @@ -235104,8 +235104,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Multidimensional grids with sized specified at compile time"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235124,8 +235124,8 @@ self: { array base base-compat containers singletons ]; description = "Sized types in Haskell using the GHC Nat kind"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235142,8 +235142,8 @@ self: { singletons template-haskell type-natural ]; description = "Size-parameterized vector types and functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235163,8 +235163,8 @@ self: { system-fileio system-filepath text unix ]; description = "Recursively show space (size and i-nodes) used in subdirectories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235186,8 +235186,8 @@ self: { ]; executableToolDepends = [ alex happy ]; description = "Simple JavaScript Profiler"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235206,7 +235206,7 @@ self: { base bytestring cereal crypto-api filepath hspec tagged ]; description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "skeletal-set" = callPackage @@ -235224,8 +235224,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Skeletal set - a set with equivalence relation different from equality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235244,8 +235244,8 @@ self: { process time ]; description = "a tool to access the OSX keychain"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235264,8 +235264,8 @@ self: { transformers transformers-compat ]; description = "Manage project skeletons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235281,8 +235281,8 @@ self: { base blaze-html bytestring containers http-types text wai ]; description = "An overly complex Haskell web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235301,8 +235301,8 @@ self: { wreq xml-conduit ]; description = "A MyAnimeList.net client."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235319,8 +235319,8 @@ self: { async base bytestring deque envy hspec network websockets ]; description = "A very quick-and-dirty WebSocket server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235334,7 +235334,7 @@ self: { testHaskellDepends = [ base tasty tasty-hunit ]; benchmarkHaskellDepends = [ base criterion ]; description = "An implementation of pure skip lists"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "skip-var" = callPackage @@ -235347,7 +235347,7 @@ self: { editedCabalFile = "0vl2y19l7xhlq08f91ggycj4imfdxvkj2fsaz8ifc0waxk3q7ja8"; libraryHaskellDepends = [ base ]; description = "Skip variables"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "skulk" = callPackage @@ -235359,8 +235359,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Eclectic collection of utility functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235383,8 +235383,8 @@ self: { base conduit-extra optparse-generic preamble shakers ]; description = "Skylark client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235407,7 +235407,7 @@ self: { pretty-show text ]; description = "syntax highlighting library"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "skylighting-core" = callPackage @@ -235438,7 +235438,7 @@ self: { base containers criterion directory filepath text ]; description = "syntax highlighting library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "skylighting-extensions" = callPackage @@ -235453,7 +235453,7 @@ self: { base containers skylighting skylighting-modding text ]; description = "Customized Skylighting syntax highlighters"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "skylighting-lucid" = callPackage @@ -235466,8 +235466,8 @@ self: { base containers lucid skylighting-core text ]; description = "Lucid support for Skylighting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235479,7 +235479,7 @@ self: { sha256 = "11wmasn3hhva7jxmrjigbgvhrsnwvrx1ksbhjhdp46ii2jnyk0i3"; libraryHaskellDepends = [ base containers skylighting-core text ]; description = "Utilities for modifying Skylighting syntaxes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "skype4hs" = callPackage @@ -235496,8 +235496,8 @@ self: { time transformers-base word8 X11 ]; description = "Skype Desktop API binding for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235517,8 +235517,8 @@ self: { haskell98 IfElse old-locale regex-pcre time utf8-string ]; description = "Export Skype chat logs to text files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {ghc-binary = null;}; @@ -235535,8 +235535,8 @@ self: { transformers ]; description = "Haskell API for interacting with Slack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235560,7 +235560,7 @@ self: { executableHaskellDepends = [ base lens mtl text ]; testHaskellDepends = [ base ]; description = "Bindings to the Slack RTM API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "slack-notify-haskell" = callPackage @@ -235579,8 +235579,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Slack notifier for Haskell project"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235606,7 +235606,7 @@ self: { aeson base bytestring interpolate lens lens-aeson mtl network-uri text transformers wreq ]; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "slack-verify" = callPackage @@ -235624,7 +235624,7 @@ self: { base base16-bytestring bytestring cryptonite hspec ]; description = "Slack API Request Verification HMAC"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "slack-web" = callPackage @@ -235647,8 +235647,8 @@ self: { time ]; description = "Bindings for the Slack web API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235676,7 +235676,7 @@ self: { string-conversions unordered-containers ]; description = "A note taking CLI tool"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "slave-thread" = callPackage @@ -235696,8 +235696,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "A fundamental solution to ghost threads and silent exceptions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235712,7 +235712,7 @@ self: { libraryHaskellDepends = [ base time ]; executableHaskellDepends = [ base time ]; description = "zZzzZz"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "slice-cpp-gen" = callPackage @@ -235730,7 +235730,7 @@ self: { language-slice MissingH ]; description = "Generate C++ skeletons from slice files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sliceofpy" = callPackage @@ -235754,8 +235754,8 @@ self: { template-haskell text ]; description = "Python-ish slicing traversals for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235772,7 +235772,7 @@ self: { unordered-containers ]; description = "A quick & easy static site builder built with shake and pandoc"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "slidemews" = callPackage @@ -235791,7 +235791,7 @@ self: { ]; description = "ws convert markdown to reveal-js"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235807,8 +235807,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Functional reactive user interface programming"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235829,8 +235829,8 @@ self: { tasty-hedgehog tasty-hunit text ]; description = "SLIP-0032: Extended serialization format for BIP-32 wallets"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235843,7 +235843,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "Sized list"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "sloane" = callPackage @@ -235864,8 +235864,8 @@ self: { optparse-applicative resourcet stringsearch text transformers ]; description = "A command line interface to Sloane's OEIS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235884,7 +235884,7 @@ self: { base Chart Chart-cairo colour data-default-class lens ]; description = "Visualize mathematical function's slope fields"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "slot-lambda" = callPackage @@ -235900,8 +235900,8 @@ self: { template-haskell vector ]; description = "Write lambdas without naming the parameters"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235913,8 +235913,8 @@ self: { sha256 = "0x3iw1mqbl3q723kkxr6b0i1hxcfb4sink4kmg6xnpzd3hwaspq9"; libraryHaskellDepends = [ base mtl process ]; description = "Testing for minimal strictness"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235927,7 +235927,7 @@ self: { libraryHaskellDepends = [ base primitive vector ]; testHaskellDepends = [ base hspec primitive vector ]; description = "Pure Haskell slotmap implementation over ST or IO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "slug" = callPackage @@ -235948,8 +235948,8 @@ self: { base exceptions hspec http-api-data path-pieces QuickCheck text ]; description = "Type-safe slugs for Yesod ecosystem"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -235965,7 +235965,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck text ]; testToolDepends = [ hspec-discover ]; description = "Convert text into slugs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "slynx" = callPackage @@ -235987,8 +235987,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Handle molecular sequences"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236001,8 +236001,8 @@ self: { libraryHaskellDepends = [ base bytebuild byteslice ]; doHaddock = false; description = "Serialize to bytes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236014,8 +236014,8 @@ self: { sha256 = "16fgxsg8grxhqx6d4s3mm89qbkw2k72qvr4r701ih1i8gmf1ms1z"; libraryHaskellDepends = [ base bytestring deepseq hashable ]; description = "low-level unboxed arrays, with minimal features"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236038,7 +236038,7 @@ self: { attoparsec base containers data-default parsec text ]; description = "Flatten camel case text in LaTeX files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smallcheck" = callPackage @@ -236049,7 +236049,7 @@ self: { sha256 = "0sf87zjlrgjw7q6a0499g2ywx66zvpv6rg6953fjc18fnl8rs7z4"; libraryHaskellDepends = [ base logict mtl pretty ]; description = "A property-based testing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smallcheck-kind-generics" = callPackage @@ -236066,8 +236066,8 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base gauge ]; description = "See README for more info"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236079,8 +236079,8 @@ self: { sha256 = "1jyn1bsn78jsnf5lzscvqzbf68ljf82vclq0k9aba58r2dayxn47"; libraryHaskellDepends = [ base smallcheck smallcheck-series ]; description = "SmallCheck properties for common laws"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236096,8 +236096,8 @@ self: { base lens smallcheck smallcheck-series transformers ]; description = "SmallCheck properties for lens"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236117,7 +236117,7 @@ self: { base doctest Glob smallcheck tasty tasty-hunit tasty-smallcheck ]; description = "Extra SmallCheck series and utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smallpt-hs" = callPackage @@ -236130,8 +236130,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base vector ]; description = "A Haskell port of the smallpt path tracer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236147,8 +236147,8 @@ self: { base bytestring deepseq hashable smallarray text utf8-string ]; description = "A Unicode text type, optimized for low memory overhead"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236164,7 +236164,7 @@ self: { libraryHaskellDepends = [ base bytestring random text uuid ]; testHaskellDepends = [ base bytestring QuickCheck ]; description = "Utilities for the Smaoin semantic information model"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "smap" = callPackage @@ -236195,8 +236195,8 @@ self: { strict text transformers unordered-containers ]; description = "A command line tool for working with sets and maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236210,8 +236210,8 @@ self: { base bytestring containers template-haskell ]; description = "group strings or bytestrings by words in common"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236232,8 +236232,8 @@ self: { base containers generic-deriving ghc-prim mtl QuickCheck random ]; description = "A smarter QuickCheck"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236245,8 +236245,8 @@ self: { sha256 = "1082siphwd4xx9akqip78kzpqi19i3l53h0s2vghhdm5lwplcvlv"; libraryHaskellDepends = [ base template-haskell ]; description = "A package exposing a helper function for generating smart constructors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236272,7 +236272,7 @@ self: { text ]; description = "Haskell Behavior Tree Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smartword" = callPackage @@ -236288,8 +236288,8 @@ self: { base haskell98 pretty unix utf8-string ]; description = "Web based flash card for Word Smart I and II vocabularies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236306,7 +236306,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Combinators for Maybe types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smash-aeson" = callPackage @@ -236319,7 +236319,7 @@ self: { editedCabalFile = "1y0k6gz9qlr98f543607zkx6a97fnzh3zrbi2b59rlljp0rjvdw8"; libraryHaskellDepends = [ aeson base smash unordered-containers ]; description = "Aeson support for the smash library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smash-lens" = callPackage @@ -236331,7 +236331,7 @@ self: { libraryHaskellDepends = [ base lens smash ]; testHaskellDepends = [ base ]; description = "Optics for the `smash` library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smash-microlens" = callPackage @@ -236345,7 +236345,7 @@ self: { libraryHaskellDepends = [ base microlens smash ]; testHaskellDepends = [ base ]; description = "Optics for the `smash` library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smash-optics" = callPackage @@ -236356,7 +236356,7 @@ self: { sha256 = "1jf60vx8hlmyjgap91fvwn0p0hnazpcimshhkz5lsys0ynd4pcwh"; libraryHaskellDepends = [ base optics-core smash ]; description = "Optics for the `smash` library using `optics-core`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smcdel" = callPackage @@ -236382,8 +236382,8 @@ self: { testHaskellDepends = [ base containers hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion time ]; description = "Symbolic Model Checking for Dynamic Epistemic Logic"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236395,8 +236395,8 @@ self: { sha256 = "1d3kjyskwzc7p5bi6pv9yxfa6l6dqkkqc24dmmxl5wx7vmbfma25"; libraryHaskellDepends = [ base ]; description = "A library for Secure Multi-Execution in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236415,8 +236415,8 @@ self: { base doctest exceptions free Glob hspec mtl process QuickCheck text transformers yaml ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236428,8 +236428,8 @@ self: { sha256 = "0k1yy1bhgavsmm40zz1i6ihyfksb6fr06wxlbqyj1y0igmrrrlrw"; libraryHaskellDepends = [ base megaparsec text ]; testHaskellDepends = [ base hspec megaparsec QuickCheck text ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236441,8 +236441,8 @@ self: { sha256 = "0ylhzs0lc7fxp54s74slffkr8rnasy4pak4snyi5jnvma0wiz55g"; libraryHaskellDepends = [ base bytesmith primitive ]; description = "Parse arrays of tokens"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236466,8 +236466,8 @@ self: { smith-client text transformers transformers-bifunctors unix ]; description = "Command line tool for ."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236491,8 +236491,8 @@ self: { transformers ]; description = "API client for ."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236505,7 +236505,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ aeson base linear text vector ]; description = "Smooth curves via several interpolation modes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smsaero" = callPackage @@ -236521,8 +236521,8 @@ self: { servant-client servant-docs text time ]; description = "SMSAero API and HTTP client based on servant library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236538,7 +236538,7 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Interface to Satisfiability Modulo Theories solvers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smt-lib" = callPackage @@ -236549,8 +236549,8 @@ self: { sha256 = "1phm50pabahrpxrzp25mfhpafzhp4hz8cxp6fp93rwh4cl7cckky"; libraryHaskellDepends = [ array base directory polyparse ]; description = "Parsing and printing SMT-LIB"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236563,8 +236563,8 @@ self: { libraryHaskellDepends = [ base parsec text ]; testHaskellDepends = [ base HUnit parsec text ]; description = "A Haskell parser for SMT-LIB version 2.6"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236576,7 +236576,7 @@ self: { sha256 = "0bws90179vl2ycvnsmi0zni1vg71bdlhkgg0qdvqmls2rjyh5q3j"; libraryHaskellDepends = [ base pretty ]; description = "A library for working with the SMTLIB format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smtlib2" = callPackage @@ -236592,8 +236592,8 @@ self: { template-haskell ]; description = "A type-safe interface to communicate with an SMT solver"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236610,8 +236610,8 @@ self: { mtl smtlib2 smtlib2-pipe text ]; description = "Dump the communication with an SMT solver for debugging purposes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236633,8 +236633,8 @@ self: { base Cabal cabal-test-quickcheck smtlib2 smtlib2-quickcheck ]; description = "A type-safe interface to communicate with an SMT solver"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236650,8 +236650,8 @@ self: { base containers dependent-map dependent-sum mtl QuickCheck smtlib2 ]; description = "Helper functions to create SMTLib expressions in QuickCheck"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236663,8 +236663,8 @@ self: { sha256 = "12828gfip43pwjwnhd0smvkz1ar71gbp4lkv3njli6yp5dbcwfi5"; libraryHaskellDepends = [ base dependent-sum mtl smtlib2 time ]; description = "Get timing informations for SMT queries"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236683,7 +236683,7 @@ self: { text ]; description = "Simple email sending via SMTP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "smtp-mail-ng" = callPackage @@ -236703,8 +236703,8 @@ self: { x509-system ]; description = "An SMTP client EDSL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236719,7 +236719,7 @@ self: { executableHaskellDepends = [ base haskell98 network process ]; description = "Listen for SMTP traffic and send it to an MTA script"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "smtps-gmail" = callPackage @@ -236737,8 +236737,8 @@ self: { tls transformers ]; description = "Gmail SMTP Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236761,8 +236761,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base directory filepath ]; description = "GHC Source Plugin that helps to manage imports"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236784,8 +236784,8 @@ self: { typed-process ]; description = "GHC Source Plugin that helps to minimise imports and generate explicit exports"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236799,8 +236799,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base random split terminal-size ]; description = "A basic console snake game"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236812,8 +236812,8 @@ self: { sha256 = "1iy3m20ldc98agdi7n71ik8k2f62ybfg719z79lcf8pzynbfsrbd"; libraryHaskellDepends = [ base GLUT OpenGL random ]; description = "Snake Game Using OpenGL"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236849,7 +236849,7 @@ self: { unordered-containers xmlhtml ]; description = "Top-level package for the Snap Web Framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-accept" = callPackage @@ -236864,8 +236864,8 @@ self: { base bytestring case-insensitive http-media snap-core ]; description = "Accept header branching for the Snap web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236877,7 +236877,7 @@ self: { sha256 = "1v3izzvxadjplir47ipi087sj6fcmfj5ivlhbkpp9ld7vj8sv2hi"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-auth-cli" = callPackage @@ -236897,8 +236897,8 @@ self: { utf8-string ]; description = "Command-line tool to manage Snap AuthManager database"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236910,7 +236910,7 @@ self: { sha256 = "0hc8k0cviq7ayjymsfr435bnfw35pa4f80i7x4ypn2539fykavmk"; libraryHaskellDepends = [ base blaze-html snap-core ]; description = "blaze-html integration for Snap"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-blaze-clay" = callPackage @@ -236921,8 +236921,8 @@ self: { sha256 = "05zi9rjd37xznjj8yhm5har12mfrclsrwd9fbcwh5ngccd7h7fiy"; libraryHaskellDepends = [ base blaze-html clay snap-core ]; description = "blaze-html-clay integration for Snap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236936,8 +236936,8 @@ self: { base configurator text unordered-containers ]; description = "Methods to manipulate Configurator objects for Snap & Snaplets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -236972,7 +236972,7 @@ self: { vector zlib ]; description = "Snap: A Haskell Web Framework (core interfaces and types)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-cors" = callPackage @@ -236984,7 +236984,7 @@ self: { libraryHaskellDepends = [ snap-core ]; doHaddock = false; description = "Add CORS headers to Snap applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-elm" = callPackage @@ -237000,7 +237000,7 @@ self: { transformers ]; description = "Serve Elm files through the Snap web framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-error-collector" = callPackage @@ -237016,8 +237016,8 @@ self: { transformers ]; description = "Collect errors in batches and dispatch them"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237049,8 +237049,8 @@ self: { tasty-quickcheck ]; description = "A collection of useful helpers and utilities for Snap web applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237066,7 +237066,7 @@ self: { attoparsec base bytestring containers snap-core ]; description = "Language handling for Snap"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-loader-dynamic" = callPackage @@ -237082,7 +237082,7 @@ self: { time unix ]; description = "Snap dynamic loader"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-loader-static" = callPackage @@ -237093,7 +237093,7 @@ self: { sha256 = "0598xvy2jk6xc4xhhjqy2v8f5s7k8x13v4wadw8r37h81jpbic00"; libraryHaskellDepends = [ base template-haskell ]; description = "Snap static loader"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-predicates" = callPackage @@ -237119,7 +237119,7 @@ self: { ]; description = "Declarative routing for Snap"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "snap-routes" = callPackage @@ -237136,8 +237136,8 @@ self: { mime-types path-pieces random snap template-haskell text ]; description = "Typesafe URLs for Snap applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237180,7 +237180,7 @@ self: { vector ]; description = "A web server for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-stream" = callPackage @@ -237195,8 +237195,8 @@ self: { attoparsec base bytestring io-streams snap-core ]; description = "Streaming Snap handlers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237218,7 +237218,7 @@ self: { hashable old-time template-haskell text ]; description = "Scaffolding CLI for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snap-testing" = callPackage @@ -237241,8 +237241,8 @@ self: { transformers ]; description = "A library for BDD-style testing with the Snap Web Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237260,8 +237260,8 @@ self: { snap-core text xmlhtml ]; description = "Snap Framework utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237277,8 +237277,8 @@ self: { base bytestring heist mtl snap snap-core text web-routes xmlhtml ]; description = "Type safe URLs for Snap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237292,8 +237292,8 @@ self: { acid-state base mtl snap text transformers ]; description = "acid-state snaplet for Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237318,8 +237318,8 @@ self: { transformers unordered-containers xmlhtml ]; description = "Generic action log snaplet for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237337,8 +237337,8 @@ self: { resource-pool snap transformers ]; description = "Snap framework snaplet for the AMQP library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237359,8 +237359,8 @@ self: { vector ]; description = "Provides an Acid-State backend for the Auth Snaplet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237378,8 +237378,8 @@ self: { snap snap-core ]; description = "CoffeeScript for Snap, auto-compilation and pre-compilation"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237396,8 +237396,8 @@ self: { utf8-string ]; description = "A Snaplet for CSS minification"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237421,8 +237421,8 @@ self: { transformers unordered-containers uri-bytestring xmlhtml ]; description = "Alternate authentication snaplet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237439,8 +237439,8 @@ self: { unordered-containers ]; description = "DEPRECATED! You should use standard Snap >= 0.9 \"environments\" functionality. It provided ability to easly read configuration based on given app environment given at command line, envs are defined in app configuration file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237460,8 +237460,8 @@ self: { snap-core transformers ]; description = "Fay integration for Snap with request- and pre-compilation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237478,7 +237478,7 @@ self: { string-conversions transformers ]; description = "Serve javascript files compiled with GHCJS"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snaplet-hasql" = callPackage @@ -237495,8 +237495,8 @@ self: { hasql-backend lens mtl snap text time ]; description = "A Hasql snaplet"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237512,8 +237512,8 @@ self: { base haxl MonadCatchIO-transformers snap transformers ]; description = "Snaplet for Facebook's Haxl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237534,8 +237534,8 @@ self: { unordered-containers ]; description = "HDBC snaplet for Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237552,8 +237552,8 @@ self: { base configurator hslogger mtl snap transformers ]; description = "Snap framework snaplet for the Logger API library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237577,7 +237577,7 @@ self: { snap-loader-static text transformers xmlhtml ]; description = "snaplet-i18n"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snaplet-influxdb" = callPackage @@ -237595,8 +237595,8 @@ self: { monad-control mtl network snap text transformers ]; description = "Snap framework snaplet for the InfluxDB library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237613,7 +237613,7 @@ self: { ]; testHaskellDepends = [ base hspec-snap hspec2 lens snap text ]; description = "Lexical Style Sheets - Snap Web Framework adaptor"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snaplet-mandrill" = callPackage @@ -237629,8 +237629,8 @@ self: { base configurator mandrill mtl network snap transformers ]; description = "Snap framework snaplet for the Mandrill API library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237650,8 +237650,8 @@ self: { snap-core template-haskell text time ]; description = "Snap Framework MongoDB support as Snaplet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237666,8 +237666,8 @@ self: { base lens mongoDB mtl snap text transformers ]; description = "Minimalistic MongoDB Snaplet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237688,8 +237688,8 @@ self: { resource-pool-catchio snap text transformers unordered-containers ]; description = "mysql-simple snaplet for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237715,8 +237715,8 @@ self: { test-framework-hunit text ]; description = "snaplet-oauth"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237739,8 +237739,8 @@ self: { time transformers unordered-containers ]; description = "persistent snaplet for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237765,8 +237765,8 @@ self: { transformers transformers-base unordered-containers ]; description = "postgresql-simple snaplet for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237783,8 +237783,8 @@ self: { base configurator mtl postmark snap text transformers ]; description = "Postmark snaplet for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237801,8 +237801,8 @@ self: { string-conv text transformers ]; description = "Automatic (re)compilation of purescript projects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237820,8 +237820,8 @@ self: { lens MonadCatchIO-transformers mtl snap text transformers ]; description = "A ReCAPTCHA verification snaplet with Heist integration and connection sharing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237841,8 +237841,8 @@ self: { network snap snap-core text time transformers unordered-containers ]; description = "Redis support for Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237862,8 +237862,8 @@ self: { text utf8-string websockets websockets-snap ]; description = "CRUD for JSON data with Redis storage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237881,8 +237881,8 @@ self: { lens mtl snap snap-accept snap-core text utf8-string xmlhtml ]; description = "REST resources for the Snap web framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237900,8 +237900,8 @@ self: { riak-protobuf snap snap-core time transformers ]; description = "A Snaplet for the Riak database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237919,8 +237919,8 @@ self: { snap-core transformers ]; description = "Sass integration for Snap with request- and pre-compilation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237937,8 +237937,8 @@ self: { time unordered-containers ]; description = "Modularised session state for Snaplets, in a Snaplet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237955,8 +237955,8 @@ self: { sednaDBXML snap ]; description = "Snaplet for Sedna Bindings. Essentailly a rip of snaplet-hdbc."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -237973,8 +237973,8 @@ self: { snap text transformers ]; description = "Snaplet for the ses-html package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238005,8 +238005,8 @@ self: { text time transformers unordered-containers ]; description = "sqlite-simple snaplet for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238026,8 +238026,8 @@ self: { snaplet-sqlite-simple sqlite-simple text time unordered-containers ]; description = "Snaplet for JWT authentication with snaplet-sqlite-simple"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238046,8 +238046,8 @@ self: { text text-format transformers xmlhtml ]; description = "Stripe snaplet for the Snap Framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238064,8 +238064,8 @@ self: { network snap snap-core ]; description = "Snaplet for Snap Framework enabling developers to administrative tasks akin to Rake tasks from Ruby On Rails framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238083,8 +238083,8 @@ self: { PSQueue random regex-posix snap snap-core time ]; description = "Typed session snaplets and continuation-based programming for the Snap web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238111,8 +238111,8 @@ self: { unordered-containers xmlhtml ]; description = "A snaplet that communicates with wordpress over its api"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238131,7 +238131,7 @@ self: { test-framework-quickcheck2 ]; description = "Bindings to the Google Snappy library for fast compression/decompression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) snappy;}; "snappy-conduit" = callPackage @@ -238142,8 +238142,8 @@ self: { sha256 = "0k93v3dyv7818xy45l7i5wykfmnwyqkykxjh6xr937zh8a4qapfi"; libraryHaskellDepends = [ base bytestring conduit snappy ]; description = "Conduit bindings for Snappy (see snappy package)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238155,7 +238155,7 @@ self: { sha256 = "0nxmaj84y48zsagdx3nzc8c845yziwgvx27zafc59zajsfqgqkh6"; libraryHaskellDepends = [ array base binary bytestring snappy ]; description = "Snappy Framing Format in Haskell"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "snappy-iteratee" = callPackage @@ -238166,8 +238166,8 @@ self: { sha256 = "17jwsvw7ik2bjanmzw4h72mdjaz031b5a6hi7cjz4ba1yjkiqnmk"; libraryHaskellDepends = [ base bytestring iteratee snappy ]; description = "An enumeratee that uses Google's snappy compression library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238182,7 +238182,7 @@ self: { base binary bytestring snappy snappy-framing ]; description = "Lazy bytestring compression and decompression"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sndfile-enumerators" = callPackage @@ -238200,8 +238200,8 @@ self: { word24 ]; description = "Audio file reading/writing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238217,8 +238217,8 @@ self: { base classy-prelude containers lens linear mtl ncurses transformers ]; description = "Tiny, declarative wrapper around ncurses"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238230,8 +238230,8 @@ self: { sha256 = "0yyway7rhx1x2p6mxfrs6xw22ylc780hsppbq2xkd4rpd1cdw54n"; libraryHaskellDepends = [ base haste-compiler ]; description = "A compositional web UI library, which draws to a Canvas element"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "snipcheck" = callPackage @@ -238242,8 +238242,8 @@ self: { sha256 = "1x9jjfznvzz9pa4n54q6xja0axifnlgbp9aw93hvcr4w8f94gfp0"; libraryHaskellDepends = [ base containers pandoc process text ]; description = "Markdown tester"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238257,7 +238257,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base parsec ]; description = "Extracts labeled snippets of code to files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snm" = callPackage @@ -238278,8 +238278,8 @@ self: { base containers directory filepath HsSyck parsec safe spoonutil ]; description = "The Simple Nice-Looking Manual Generator"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238298,8 +238298,8 @@ self: { network stm vector ]; description = "SNMP protocol library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238322,8 +238322,8 @@ self: { optparse-applicative parsec random ]; description = "Strategic board game of medium complexity"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238336,8 +238336,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base binary bytestring mps ]; description = "encode any binary instance to white space"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238360,7 +238360,7 @@ self: { base criterion language-haskell-extract text ]; description = "Bindings to the Snowball library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "snowflake" = callPackage @@ -238373,7 +238373,7 @@ self: { editedCabalFile = "1y5v3nsin8iyxvh0abfhs7ma75p5zjvha0lp41801pdiikacfzha"; libraryHaskellDepends = [ base time ]; description = "A loose port of Twitter Snowflake to Haskell. Generates arbitrary precision, unique, time-sortable identifiers."; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "snowflake-core" = callPackage @@ -238385,8 +238385,8 @@ self: { libraryHaskellDepends = [ base time-exts ]; testHaskellDepends = [ base QuickCheck ]; description = "twitter's snowflake"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238405,8 +238405,8 @@ self: { snowflake-core ]; description = "snowflake http server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238424,7 +238424,7 @@ self: { base bytestring containers gl-capture GLUT OpenGL OpenGLRaw random ]; description = "randomized fractal snowflakes demo"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "snowtify" = callPackage @@ -238440,8 +238440,8 @@ self: { base either safe safe-exceptions text turtle ]; description = "snowtify send your result of `stack build` (`stack test`) to notify-daemon :dog2:"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238465,7 +238465,7 @@ self: { xml-conduit-writer ]; description = "SOAP client tools"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "soap-openssl" = callPackage @@ -238483,7 +238483,7 @@ self: { http-client-openssl soap text ]; description = "TLS-enabled SOAP transport (using openssl bindings)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "soap-tls" = callPackage @@ -238502,7 +238502,7 @@ self: { http-client-tls soap text tls x509 x509-store x509-validation ]; description = "TLS-enabled SOAP transport (using tls package)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sock2stream" = callPackage @@ -238520,7 +238520,7 @@ self: { ]; description = "Tunnel a socket over a single datastream (stdin/stdout)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "sockaddr" = callPackage @@ -238531,7 +238531,7 @@ self: { sha256 = "1h74k5pipv9314y1d2wgpwgvyxfp6pcnq5051fdqr1shqlkpwbs2"; libraryHaskellDepends = [ base byteorder bytestring network ]; description = "Printing SockAddr"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "socket" = callPackage @@ -238547,7 +238547,7 @@ self: { async base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "An extensible socket library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "socket-activation" = callPackage @@ -238560,8 +238560,8 @@ self: { editedCabalFile = "0bvm8ik8fp0v5gjw6q4h767zgs1i4ydckdypvqa85sarc985hkmp"; libraryHaskellDepends = [ base network transformers unix ]; description = "systemd socket activation library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238573,7 +238573,7 @@ self: { sha256 = "1wvrdgz0ybacbzg91vi8jiswr02lj7hz61cksmcfii2qsmzpfgb7"; libraryHaskellDepends = [ base socket ]; description = "Definitions for using ICMP with the `socket` library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "socket-io" = callPackage @@ -238588,8 +238588,8 @@ self: { aeson attoparsec base bytestring engine-io mtl stm text transformers unordered-containers vector ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238603,8 +238603,8 @@ self: { librarySystemDepends = [ lksctp-tools ]; testHaskellDepends = [ base bytestring socket ]; description = "STCP socket extensions library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) lksctp-tools;}; @@ -238621,8 +238621,8 @@ self: { async base bytestring socket tasty tasty-hunit unix ]; description = "Unix domain sockets"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238649,8 +238649,8 @@ self: { template-haskell text wai wai-websockets warp websockets ]; description = "simpe tool to serve piped data over http and websocket"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238679,8 +238679,8 @@ self: { transformers-base unordered-containers vector wai warp ]; description = "Socket.IO server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238711,8 +238711,8 @@ self: { ]; doHaddock = false; description = "High-level network sockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238738,8 +238738,8 @@ self: { aeson base bytestring either network text websockets ]; description = "A small websocket backend provider"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238753,7 +238753,7 @@ self: { base basement bytestring cereal network ]; description = "Socks proxy (ver 5)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sodium" = callPackage @@ -238764,8 +238764,8 @@ self: { sha256 = "00qs1calial08a185ma5hm17lmmzig0yjf3710d5ikq1bmrgcqga"; libraryHaskellDepends = [ base containers mtl ]; description = "Sodium Reactive Programming (FRP) System"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238778,8 +238778,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base cairo gtk old-time stm ]; description = "GUI functions as used in the book \"The Haskell School of Expression\""; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238792,8 +238792,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ softfloat ]; description = "Haskell bindings for SoftFloat"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {softfloat = null;}; @@ -238807,7 +238807,7 @@ self: { editedCabalFile = "0r4786crxih8z4dwi0grpga2kp8ivvnmwa0lhddmn16bfqwa16s9"; libraryHaskellDepends = [ base time ]; description = "Simple library for solar calculations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "solga" = callPackage @@ -238830,8 +238830,8 @@ self: { wai wai-extra ]; description = "Simple typesafe web routing"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238849,8 +238849,8 @@ self: { solga swagger2 text unordered-containers ]; description = "Swagger generation for Solga"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238875,8 +238875,8 @@ self: { transformers uri-encode ]; description = "A minimal Solr client library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238892,7 +238892,7 @@ self: { executableHaskellDepends = [ base containers filepath ]; testHaskellDepends = [ base containers QuickCheck ]; description = "Solving simple games"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "some" = callPackage @@ -238904,7 +238904,7 @@ self: { libraryHaskellDepends = [ base deepseq ]; testHaskellDepends = [ base ]; description = "Existential type: Some"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sonic-visualiser" = callPackage @@ -238925,7 +238925,7 @@ self: { ]; description = "Sonic Visualiser"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -238939,7 +238939,7 @@ self: { editedCabalFile = "1d4sagrlhmvai3f4hvb9rn8aqsjbvi00z0mzv1gds9nblshk83xd"; libraryHaskellDepends = [ base deepseq ]; description = "True Sums of Products"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sophia" = callPackage @@ -238958,7 +238958,7 @@ self: { base binary bindings-sophia bytestring criterion directory ]; description = "Bindings to Sophia library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sort" = callPackage @@ -238969,7 +238969,7 @@ self: { sha256 = "03bpyn0mimfyilfjs26b9c8sclbzsbardjhy6d822jybg548kqyf"; libraryHaskellDepends = [ base ]; description = "A Haskell sorting toolkit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sort-by-pinyin" = callPackage @@ -238985,7 +238985,7 @@ self: { air base bytestring containers here template-haskell text ]; description = "sort by pinyin"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sorted" = callPackage @@ -238996,8 +238996,8 @@ self: { sha256 = "0rzcxhzc4s4sbdnysmjh1i8pd39jyx7a4hbhkarsp2qbx29s4h03"; libraryHaskellDepends = [ base ]; description = "Efficient, type-safe sorted sequences"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239010,7 +239010,7 @@ self: { libraryHaskellDepends = [ base deepseq ]; benchmarkHaskellDepends = [ base criterion ]; description = "Type-enforced sorted lists and related functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sortee" = callPackage @@ -239022,7 +239022,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec HUnit QuickCheck ]; description = "Generate string for sort key"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "sorting" = callPackage @@ -239033,8 +239033,8 @@ self: { sha256 = "1i2vbmq7p7rja9rnhalyrspc2p5nc8yg6mfj9ia89j55vkc6225n"; libraryHaskellDepends = [ base ]; description = "Utils for sorting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239048,8 +239048,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring ]; description = "Sort lines per file size"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239073,8 +239073,8 @@ self: { temporary text type-errors-pretty vector ]; description = "Souffle Datalog bindings for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239097,8 +239097,8 @@ self: { utility-ht ]; description = "Approximate a song from other pieces of sound"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239112,8 +239112,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers parseargs WAVE ]; description = "Audio delay line"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239127,8 +239127,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base split WAVE ]; description = "sound generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239152,8 +239152,8 @@ self: { template-haskell time unix ]; description = "The server backend for the source code iPhone app"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239173,7 +239173,7 @@ self: { text ]; description = "Source constraints GHC plugin"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sourcemap" = callPackage @@ -239195,7 +239195,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion random ]; description = "Implementation of source maps as proposed by Google and Mozilla"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sousit" = callPackage @@ -239214,8 +239214,8 @@ self: { base mtl QuickCheck test-framework test-framework-quickcheck2 ]; description = "Source/Sink/Transform: An alternative to lazy IO and iteratees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239253,7 +239253,7 @@ self: { ]; libraryPkgconfigDepends = [ sox ]; description = "Write, read, convert audio signals using libsox"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) sox;}; "soyuz" = callPackage @@ -239271,8 +239271,8 @@ self: { trifecta uniplate vector ]; description = "DCPU-16 architecture utilities for Notch's 0x10c game"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239292,7 +239292,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Experimental library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "spacecookie" = callPackage @@ -239315,7 +239315,7 @@ self: { socket systemd transformers unix ]; description = "Gopher Library and Server Daemon"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "spacefill" = callPackage @@ -239327,7 +239327,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Generators for space-filling curves"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "spacepart" = callPackage @@ -239338,8 +239338,8 @@ self: { sha256 = "118wch92ix54jp1hi4qw9mk46571lnak4df8ji83bs2vz3vax6jp"; libraryHaskellDepends = [ base vector-space ]; description = "Space partition data structures. Currently only a QuadTree."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239358,7 +239358,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Optimization over arbitrary search spaces"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spake2" = callPackage @@ -239384,8 +239384,8 @@ self: { QuickCheck tasty tasty-hspec ]; description = "Implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239403,8 +239403,8 @@ self: { base containers gloss lens linear MonadRandom mtl netwire ]; description = "A breakout clone written in netwire and gloss"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239430,8 +239430,8 @@ self: { zip-archive ]; description = "Distributed Apache Spark applications in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239449,7 +239449,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "An SPARQL 1.1 Protocol client library."; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "sparrow" = callPackage @@ -239477,8 +239477,8 @@ self: { wai-transformers websockets websockets-simple wuss ]; description = "Unified streaming data-dependency framework for web apps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239490,8 +239490,8 @@ self: { sha256 = "1q1vpwrr96k41p9zj5x7mjd3817iq9a762q3jfqkwd0cb41iyka6"; libraryHaskellDepends = [ base containers ]; description = "A sparse set-based parsing library for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239519,8 +239519,8 @@ self: { ]; benchmarkHaskellDepends = [ array base criterion deepseq vector ]; description = "A playground of sparse linear algebra primitives using Morton ordering"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239538,8 +239538,8 @@ self: { test-framework-quickcheck2 ]; description = "Effective linear algebra on sparse matrices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239562,7 +239562,7 @@ self: { mwc-random primitive QuickCheck scientific ]; description = "Numerical computing in native Haskell"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "sparse-tensor" = callPackage @@ -239584,7 +239584,7 @@ self: { base hmatrix QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "typesafe tensor algebra library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sparsebit" = callPackage @@ -239595,8 +239595,8 @@ self: { sha256 = "1a4gsnmr1y8b05iws2vrmjqbs5y9svfsz0jb3k19dddn1aszzm07"; libraryHaskellDepends = [ base haskell98 ]; description = "Sparse bitmaps for pattern match coverage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239608,8 +239608,8 @@ self: { sha256 = "19h9vy7arhi35rqafbq3nf9a50vnlw5mbfwvl6sp1j61w0yxai95"; libraryHaskellDepends = [ base containers ]; description = "A Logic Programming Library for Test-Data Generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239625,8 +239625,8 @@ self: { base containers data-default monadplus nats pointed semigroups ]; description = "Lightweight parsing library based on partial functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239639,8 +239639,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base dlist mps mtl ]; description = "brainless form validation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239660,7 +239660,7 @@ self: { base doctest QuickCheck test-framework test-framework-quickcheck2 ]; description = "3d math including quaternions/euler angles/dcms and utility functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spatial-rotations" = callPackage @@ -239682,7 +239682,7 @@ self: { tasty-quickcheck vector-space ]; description = "Rotate about any suitable axis"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "spawn" = callPackage @@ -239693,7 +239693,7 @@ self: { sha256 = "0xkkl0w30rqif2jwdzjv239raly4yaf0116vkqcwh1i41jqn7ij8"; libraryHaskellDepends = [ base ]; description = "Tiny library for concurrent computations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spdx" = callPackage @@ -239712,7 +239712,7 @@ self: { base base-compat Cabal QuickCheck tasty-quickcheck ]; description = "SPDX license expression language, Extras"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spdx-license" = callPackage @@ -239728,7 +239728,7 @@ self: { ]; testHaskellDepends = [ base directory hspec megaparsec text ]; description = "SPDX license templates"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spe" = callPackage @@ -239740,7 +239740,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Combinatorial species lite"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "special-functors" = callPackage @@ -239751,8 +239751,8 @@ self: { sha256 = "0c68af104qxn9lhzshcy9s466q10n3ic7q4navqi53mmmmznivrd"; libraryHaskellDepends = [ base mtl ]; description = "Control.Applicative, Data.Foldable, Data.Traversable (compatibility package)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239770,8 +239770,8 @@ self: { mwc-random path-pieces primitive safecopy text uuid ]; description = "Simple data types that help me here and there"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239785,7 +239785,7 @@ self: { base bytestring ieee754 scientific text ]; description = "Typeclass providing special values"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "specialize-th" = callPackage @@ -239811,8 +239811,8 @@ self: { type-sub-th uniplate universe-th ]; description = "Create specialized types from polymorphic ones using TH"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239831,8 +239831,8 @@ self: { template-haskell ]; description = "Computational combinatorial species"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239850,8 +239850,8 @@ self: { sparse-linear-algebra statistics vector ]; description = "Library for spectral clustering"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239867,7 +239867,7 @@ self: { testHaskellDepends = [ base express leancheck ]; benchmarkHaskellDepends = [ base express leancheck ]; description = "discovery of properties about Haskell functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "speculation" = callPackage @@ -239878,8 +239878,8 @@ self: { sha256 = "0gsdxgi1bw33z7v23m2fq8ynqxz06swjv4ikl8mqmlp0hwd69gvk"; libraryHaskellDepends = [ base ghc-prim stm transformers ]; description = "A framework for safe, programmable, speculative parallelism"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239892,8 +239892,8 @@ self: { libraryHaskellDepends = [ speculation ]; doHaddock = false; description = "Merged into 'speculation'. Use that instead."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239924,8 +239924,8 @@ self: { text-format-heavy ]; description = "Speechmatics api client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239943,7 +239943,7 @@ self: { ]; testHaskellDepends = [ base containers ]; description = "Speedy slice sampling"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "spelling-suggest" = callPackage @@ -239964,8 +239964,8 @@ self: { base edit-distance parseargs phonetic-code sqlite ]; description = "Spelling suggestion tool with library and command-line interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -239977,7 +239977,7 @@ self: { sha256 = "1h014k4yi0aachbbni011a1jkzi31lrxhpi8h5q5f2vkgb18k1g4"; libraryHaskellDepends = [ base composition-prelude ]; description = "Geometry on a sphere"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sphero" = callPackage @@ -239992,8 +239992,8 @@ self: { base bytestring cereal containers mtl simple-bluetooth ]; description = "Orbotix Sphero client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240010,8 +240010,8 @@ self: { xml ]; description = "Haskell bindings to the Sphinx full-text searching daemon"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240025,8 +240025,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base sphinx ]; description = "Sphinx CLI and demo of Haskell Sphinx library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240045,8 +240045,8 @@ self: { libraryHaskellDepends = [ base MissingH parsec split ]; executableHaskellDepends = [ base optparse-applicative ]; description = "Transform queries for sphinx input"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240063,8 +240063,8 @@ self: { JuicyPixels-repa OpenGL ]; description = "An FRP-based game engine written in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240085,8 +240085,8 @@ self: { ]; executablePkgconfigDepends = [ libsoup ]; description = "Experimental web browser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libsoup;}; "spine" = callPackage @@ -240097,7 +240097,7 @@ self: { sha256 = "1sk2vkslcbmr4z87xc7q38ywbj118bcgqrkz9fqsp7jffxvy4bgv"; libraryHaskellDepends = [ base ]; description = "Simple implementation of the generic spine view"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spir-v" = callPackage @@ -240108,8 +240108,8 @@ self: { sha256 = "1jnnc9pgy22iayln4ljgirr4ixspjn7iljyxz2pp7fxgvmvb3msr"; libraryHaskellDepends = [ base ]; description = "Some utilities for reading and writing SPIR-V files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240136,8 +240136,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Spiros Boosalis's Custom Prelude"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240149,8 +240149,8 @@ self: { sha256 = "1mq5n62lg2jbhzbl1py7yhnhdyxa0gn2xmihb9cm5r7p75p5wacl"; libraryHaskellDepends = [ base ]; description = "Generic splay-based sequence representation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240168,8 +240168,8 @@ self: { test-framework-quickcheck2 ]; description = "Provides an annotated splay tree"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240181,7 +240181,7 @@ self: { sha256 = "0lsfkm4vfipzbnqpf3yli6fwrv5a5mwbs149dfzhs7spa9kbxyl1"; libraryHaskellDepends = [ base network ]; description = "Cross-platform Socket to Socket Data Splicing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spline3" = callPackage @@ -240204,8 +240204,8 @@ self: { tasty tasty-hunit tasty-quickcheck vector ]; description = "A parallel implementation of the Sorokina/Zeilfelder spline scheme"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240227,8 +240227,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion polynomial vector ]; description = "B-Splines, other splines, and NURBS"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240240,7 +240240,7 @@ self: { sha256 = "0b7czphkra6q6a5xm30pjh5b4cdvz87fzb2pv17dpxai0mb3c0r6"; libraryHaskellDepends = [ base containers ghc hlint stm ]; description = "HLint as a GHC source plugin"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "split" = callPackage @@ -240252,7 +240252,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Combinator library for splitting lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "split-channel" = callPackage @@ -240263,7 +240263,7 @@ self: { sha256 = "0w2sgj1f5ydfvhm80d3pbka9988jwl80n14bp5nisawpd2glxvak"; libraryHaskellDepends = [ base ]; description = "Control.Concurrent.Chan split into sending and receiving halves."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "split-morphism" = callPackage @@ -240275,8 +240275,8 @@ self: { libraryHaskellDepends = [ base invariant lens ]; testHaskellDepends = [ base invariant lens QuickCheck ]; description = "Split Epimorphisms and Monomorphisms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240295,7 +240295,7 @@ self: { transformers utility-ht ]; description = "Split a big audio file into pieces at positions of silence"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "split-tchan" = callPackage @@ -240306,7 +240306,7 @@ self: { sha256 = "0qwcbvnm2vlr4bmn8r1q3ycamvgs0nfap4dkyzgp54f9rrl73x2p"; libraryHaskellDepends = [ base stm ]; description = "STM's TChan split into sending and receiving halves"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "splitmix" = callPackage @@ -240329,7 +240329,7 @@ self: { base clock containers criterion random tf-random ]; description = "Fast Splittable PRNG"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "splitter" = callPackage @@ -240344,8 +240344,8 @@ self: { base directory filepath parsec range ]; description = "Use numerical ranges to split out certain lines from a file"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240365,7 +240365,7 @@ self: { strptime template-haskell time vcs-revision ]; description = "A tool for visualizing the lifecycle of many concurrent multi-staged processes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spool" = callPackage @@ -240376,7 +240376,7 @@ self: { sha256 = "1svkz3cxkyi6f3akakjfk1cvij85xy69v52d88gh97xgiawp5346"; libraryHaskellDepends = [ base bytestring vector ]; description = "Convert between ByteString and Vector.Storable without copying"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spoon" = callPackage @@ -240389,7 +240389,7 @@ self: { editedCabalFile = "09s5jjcsg4g4qxchq9g2l4i9d5zh3rixpkbiysqcgl69kj8mwv74"; libraryHaskellDepends = [ base deepseq ]; description = "Catch errors thrown from pure computations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spoonutil" = callPackage @@ -240406,8 +240406,8 @@ self: { base directory extensible-exceptions filepath parsec ]; description = "Spoon's utilities. Simple testing and nice looking error reporting."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240419,7 +240419,7 @@ self: { sha256 = "1mkcb9qi9d3izf3nhn0bmiiwfhvak6ky71wq7qnrq3imsarrni6s"; libraryHaskellDepends = [ base deepseq ]; description = "Catch errors from pure computations in a Maybe/Either"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "spoty" = callPackage @@ -240435,8 +240435,8 @@ self: { unordered-containers wreq ]; description = "Spotify web API wrapper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240453,7 +240453,7 @@ self: { base explicit-exception transformers utility-ht ]; description = "Read and write spreadsheets from and to CSV files in a lazy way"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sprinkles" = callPackage @@ -240496,8 +240496,8 @@ self: { tasty tasty-hunit tasty-quickcheck temporary wai-extra ]; description = "JSON API to HTML website wrapper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240509,8 +240509,8 @@ self: { sha256 = "1syv2l0z7c2s6bbi5103i4var40j8pavahiic813v8m9s6waa4fk"; libraryHaskellDepends = [ base lens mtl vector ]; description = "An implementation of the Spritz RC4-like stream cipher in Haskell"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240535,8 +240535,8 @@ self: { SHA split text time tls unix utf8-string x509 yaml ]; description = "HTTP proxy for authenticating users via OAuth2"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240562,8 +240562,8 @@ self: { warp ]; description = "Web interface to sproxy database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240589,8 +240589,8 @@ self: { wai wai-conduit warp warp-tls word8 yaml ]; description = "Secure HTTP proxy for authenticating users via OAuth2"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240610,8 +240610,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion hmatrix random ]; description = "Simultaneous Perturbation Stochastic Approximation Optimization Algorithm"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240637,8 +240637,8 @@ self: { test-framework-hunit test-framework-quickcheck2 time unix ]; description = "A compact file system watcher for Mac OS X, Linux and Windows"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240655,8 +240655,8 @@ self: { transformers-base ]; description = "common middle-level sql client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240672,8 +240672,8 @@ self: { base data-default-class mysql mysql-simple sql-simple text ]; description = "mysql backend for sql-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240690,8 +240690,8 @@ self: { time ]; description = "conection pool for sql-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240707,8 +240707,8 @@ self: { base data-default-class postgresql-simple sql-simple text ]; description = "postgresql backend for sql-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240720,8 +240720,8 @@ self: { sha256 = "07ji17b4q9b8w9q9r8digb218qkjcrxfc24113p0f3pmgbwci3f1"; libraryHaskellDepends = [ base sql-simple sqlite-simple ]; description = "sqlite backend for sql-simple"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240734,7 +240734,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck quickcheck-simple ]; description = "SQL keywords data constructors into OverloadedString"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sqlcipher" = callPackage @@ -240752,8 +240752,8 @@ self: { librarySystemDepends = [ openssl ]; testHaskellDepends = [ base filepath hspec temporary ]; description = "Haskell binding to sqlcipher"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl;}; @@ -240766,7 +240766,7 @@ self: { libraryHaskellDepends = [ base logging text transformers ]; librarySystemDepends = [ unixODBC ]; description = "Bindings for SQL/CLI (ODBC) C API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) unixODBC;}; "sqlcli-odbc" = callPackage @@ -240777,7 +240777,7 @@ self: { sha256 = "1rfhdaa0wmvc78nbjhi93p9sv66xa6rjr79yyhlkqi1d335b8vb5"; libraryHaskellDepends = [ base logging sqlcli ]; description = "ODBC specific definitions to be used by SQL CLI clients"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sqlite" = callPackage @@ -240794,8 +240794,8 @@ self: { librarySystemDepends = [ sqlite ]; testHaskellDepends = [ base ]; description = "Haskell binding to sqlite3"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) sqlite;}; @@ -240817,7 +240817,7 @@ self: { base base16-bytestring bytestring direct-sqlite HUnit text time ]; description = "Mid-Level SQLite client library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sqlite-simple-errors" = callPackage @@ -240829,8 +240829,8 @@ self: { libraryHaskellDepends = [ base parsec sqlite-simple text ]; testHaskellDepends = [ base mtl sqlite-simple text ]; description = "Wrapper around errors from sqlite-simple"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240847,8 +240847,8 @@ self: { typedquery utf8-string ]; description = "Typed extension to sqlite simple"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240860,8 +240860,8 @@ self: { sha256 = "1r9y3p355rl57pnm84flx734zzjxnnc53fkcfdkykxi5wi5j05v0"; libraryHaskellDepends = [ base convertible HDBC template-haskell ]; description = "Class and instances for conversion to list of SqlValue"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240883,8 +240883,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240900,7 +240900,7 @@ self: { adjunctions base bifunctors comonad distributive profunctors ]; description = "The double category of Hask functors and profunctors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "squeal-postgresql" = callPackage @@ -240940,8 +240940,8 @@ self: { with-utf8 ]; description = "Squeal PostgreSQL Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -240959,7 +240959,7 @@ self: { text ]; description = "Use databases with the version 3 series of the SQLite C library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "squeeze" = callPackage @@ -240983,7 +240983,7 @@ self: { ]; description = "A file-packing application"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241011,8 +241011,8 @@ self: { userid uuid uuid-orphans uuid-types zlib ]; description = "Module limbo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241032,7 +241032,7 @@ self: { ]; description = "Build and install Debian packages completely from source"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241044,7 +241044,7 @@ self: { sha256 = "0vn0zqsk191ghh2993hls05hp7kvnskaafnfrrqhfbmpdg7dp7h6"; libraryHaskellDepends = [ base ]; description = "Data types for managing source code locations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "srec" = callPackage @@ -241055,7 +241055,7 @@ self: { sha256 = "028sb4znvdqsygipcsf44j0xazk03pdfkirzrczmxcd11srh3h1k"; libraryHaskellDepends = [ base bytestring ]; description = "Parsing and processing s-records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sscan" = callPackage @@ -241073,8 +241073,8 @@ self: { temporary text time vty ]; description = "text UI for scanning with SANE"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241092,8 +241092,8 @@ self: { MonadCatchIO-mtl mtl transformers utf8-string ]; description = "Simple SCGI Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241106,7 +241106,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Formats Strings with subscript or superscript characters"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ssh" = callPackage @@ -241137,8 +241137,8 @@ self: { ]; doCheck = false; description = "A pure-Haskell SSH server library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241159,7 +241159,7 @@ self: { test-framework-quickcheck2 text unix ]; description = "Read and interpret the SSH known-hosts file"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ssh-tunnel" = callPackage @@ -241176,8 +241176,8 @@ self: { base foldl http-client managed text transformers turtle uuid ]; description = "Proxy http-client via ssh tunnel"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241198,8 +241198,8 @@ self: { base containers hspec keyword-args nagios-check parsec ]; description = "Check sshd configuration for adherence to best practices"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241219,7 +241219,7 @@ self: { regex-compat stm unix ]; description = "Wrapper daemon to manage an ssh tunnel"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sssp" = callPackage @@ -241247,8 +241247,8 @@ self: { wai-extra warp ]; description = "HTTP proxy for S3"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241267,8 +241267,8 @@ self: { ]; executableHaskellDepends = [ cmdargs ]; description = "SSTables in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241283,7 +241283,7 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base containers ]; description = "Comma-separated-value (CSV) read, show and write routines"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "st2" = callPackage @@ -241294,8 +241294,8 @@ self: { sha256 = "0i7v9yacwgf6aj67c4r2n8zcm07jrcff9nl52sx7ylsjs65ym2qz"; libraryHaskellDepends = [ base gdp ghc-prim primitive ]; description = "shared heap regions between local mutable state threads"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241312,8 +241312,8 @@ self: { base criterion fingertree heaps mwc-random pqueue vector ]; description = "Purely functional stable heaps (fair priority queues)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241325,8 +241325,8 @@ self: { sha256 = "1sjidykbj5f692di93nml0frazvyw9kxyhjwbyyvrb9gwgc2ms3w"; libraryHaskellDepends = [ base containers ghc-prim ]; description = "Heterogeneous maps keyed by StableNames"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241339,8 +241339,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; testHaskellDepends = [ base ghc-prim ]; description = "algorithms around stable marriage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241354,8 +241354,8 @@ self: { editedCabalFile = "1wlz6cpbvf8mi4c78dwwbdxsk2wax3y7q27hy78h83gl0cbnfiij"; libraryHaskellDepends = [ base ghc-prim hashtables ]; description = "Memoization based on argument identity"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241380,8 +241380,8 @@ self: { QuickCheck tasty tasty-quickcheck text ]; description = "Trees whose branches are resistant to change"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241418,7 +241418,7 @@ self: { aeson base criterion deepseq megaparsec text ]; description = "Mustache templates for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stack" = callPackage @@ -241512,7 +241512,7 @@ self: { $exe --bash-completion-script $exe >$out/share/bash-completion/completions/stack ''; description = "The Haskell Tool Stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stack-all" = callPackage @@ -241530,7 +241530,7 @@ self: { simple-cmd-args text ]; description = "CLI tool for building across Stackage major versions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stack-bump" = callPackage @@ -241553,8 +241553,8 @@ self: { lens-aeson optparse-applicative process QuickCheck strict text yaml ]; description = "Dead simple version bumping for hpack packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241572,7 +241572,7 @@ self: { base directory extra filemanip filepath simple-cmd simple-cmd-args ]; description = "Clean away old stack build artefacts"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stack-fix" = callPackage @@ -241585,8 +241585,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base options text turtle ]; description = "Console program used to fix Stack build errors automatically"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241613,8 +241613,8 @@ self: { time ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241630,8 +241630,8 @@ self: { base monad-logger path stack time transformers ]; description = "Wrapper to use stack as a library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241673,8 +241673,8 @@ self: { transformers yaml ]; description = "A program for extending Stack to add distributed capabilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241693,8 +241693,8 @@ self: { ]; testHaskellDepends = [ base template-haskell ]; description = "Stack prisms"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241714,8 +241714,8 @@ self: { directory filepath MissingH stm terminal-size time vty ]; description = "An equivalent to cabal run for stack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241743,8 +241743,8 @@ self: { lens lens-aeson MissingH process stm-containers text time wreq ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241766,7 +241766,7 @@ self: { process text ]; description = "Create etags for Haskell projects based on Stack snapshots"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stack-templatizer" = callPackage @@ -241779,7 +241779,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring directory filepath ]; description = "Generate a stack template from a folder"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stack-type" = callPackage @@ -241790,8 +241790,8 @@ self: { sha256 = "13kc36p62kmni6lksr3j5mlndc1rmmgir9p0k7qcv5ph6rbrc47k"; libraryHaskellDepends = [ base transformers ]; description = "The basic stack type"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241808,8 +241808,8 @@ self: { libraryHaskellDepends = [ base filepath process ]; executableHaskellDepends = [ base filepath process ]; description = "Call ghc within stack by calling ghc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241826,7 +241826,7 @@ self: { ]; testHaskellDepends = [ base doctest Glob ]; description = "Parse a stack.yaml file"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stack2cabal" = callPackage @@ -241852,8 +241852,8 @@ self: { http-client-tls optparse-applicative process safe temporary text ]; description = "Convert stack projects to cabal.project + cabal.project.freeze"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241880,8 +241880,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Convert stack.yaml files into Nix build instructions."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241900,8 +241900,8 @@ self: { stackage-upload ]; description = "Dummy package forcing installation of other Stackage packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241926,8 +241926,8 @@ self: { aeson base optparse-applicative stackage-cli text ]; description = "Calculate and print (in different formats) Stackage build plans"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241948,8 +241948,8 @@ self: { optparse-applicative parsec process stackage-cli system-fileio text ]; description = "A CLI executable for cabal-based stackage commands"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -241971,8 +241971,8 @@ self: { ]; executableHaskellDepends = [ base text ]; description = "A CLI library for stackage commands"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242017,8 +242017,8 @@ self: { http-client http-client-tls QuickCheck text yaml ]; description = "Tools for curating Stackage bundles"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242040,7 +242040,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Secure download of packages for cabal-install"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stackage-metadata" = callPackage @@ -242067,8 +242067,8 @@ self: { stackage-install stackage-update tar text transformers yaml ]; description = "DEPRECATED Grab current metadata for all packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242092,8 +242092,8 @@ self: { unordered-containers vector yaml ]; description = "Tool for querying Stackage"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242114,8 +242114,8 @@ self: { directory filepath optparse-applicative process stackage-cli text ]; description = "Work with shared stackage sandboxes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242139,8 +242139,8 @@ self: { unordered-containers yaml ]; description = "An executable for downloading a Haskell setup"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242166,8 +242166,8 @@ self: { optparse-applicative text ]; description = "Convert stack.yaml to cabal.project + cabal.project.freeze"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242187,8 +242187,8 @@ self: { text time unordered-containers vector ]; description = "Shared data types between various Stackage packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242203,7 +242203,7 @@ self: { libraryHaskellDepends = [ base directory filepath process ]; executableHaskellDepends = [ base ]; description = "Update your package index incrementally (requires git)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stackage-upload" = callPackage @@ -242225,8 +242225,8 @@ self: { base optparse-applicative stackage-cli ]; description = "A more secure version of cabal upload which uses HTTPS"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242257,8 +242257,8 @@ self: { yaml ]; description = "Convert Stack files into Nix build instructions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242282,7 +242282,7 @@ self: { recursion-schemes rosezipper safe text transformers utf8-string ]; description = "Program to fold GHC prof files into flamegraph input"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "stacked-dag" = callPackage @@ -242301,7 +242301,7 @@ self: { ]; testHaskellDepends = [ base containers doctest graphviz text ]; description = "Ascii DAG(Directed acyclic graph) for visualization of dataflow"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "staf" = callPackage @@ -242313,7 +242313,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Numerical statistics for Foldable containers"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "stagen" = callPackage @@ -242336,7 +242336,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Static site generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stan" = callPackage @@ -242367,7 +242367,7 @@ self: { ]; doHaddock = false; description = "Haskell STatic ANalyser"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "standalone-derive-topdown" = callPackage @@ -242378,8 +242378,8 @@ self: { sha256 = "179pm3wixdqg7786l8ys2nwpx7anpnvsl63bj25cgs8082g587v0"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "This package will derive class instance along the data type declaration tree. (Deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242397,8 +242397,8 @@ self: { base Cabal containers directory filepath optparse-applicative ]; description = "Generate standalone haddock documentation for a set of packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242410,7 +242410,7 @@ self: { sha256 = "03lk46s8v3pgxgk4ddyf382rspqvkf61v9bffhym0pd4didnz9d5"; libraryHaskellDepends = [ base ]; description = "*-semirings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "star-to-star" = callPackage @@ -242422,7 +242422,7 @@ self: { libraryHaskellDepends = [ base ]; description = "the * -> * types, operators, and covariant instances"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "star-to-star-contra" = callPackage @@ -242434,7 +242434,7 @@ self: { libraryHaskellDepends = [ base star-to-star ]; description = "contravariant instances for * -> * types and operators"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "starling" = callPackage @@ -242447,8 +242447,8 @@ self: { base binary bytestring failure transformers ]; description = "A memcached client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242469,7 +242469,7 @@ self: { ]; description = "Space simulation game"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "starter" = callPackage @@ -242480,7 +242480,7 @@ self: { sha256 = "14rxrs1gjsm26m7rk4rj9b2389zca0j24kjl7sfznqpxgk99qmpx"; libraryHaskellDepends = [ base fsnotify ]; description = "Develop applications without restarts"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "stash" = callPackage @@ -242495,8 +242495,8 @@ self: { aeson attoparsec base bytestring directory hashable text vector ]; description = "To be written"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242509,7 +242509,7 @@ self: { libraryHaskellDepends = [ arrows base mtl ]; description = "Data.State"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242526,8 +242526,8 @@ self: { ]; testHaskellDepends = [ base hspec transformers ]; description = "Monad transformers for holding bags of state"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242541,7 +242541,7 @@ self: { libraryHaskellDepends = [ aeson base shakespeare text ]; testHaskellDepends = [ aeson base hspec QuickCheck text ]; description = "ISO 3166-2:US state codes and i18n names"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "state-plus" = callPackage @@ -242553,8 +242553,8 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base checkers mtl QuickCheck ]; description = "MonadPlus for StateT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242567,7 +242567,7 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; description = "Better records for State monad states"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242586,7 +242586,7 @@ self: { vector ]; description = "A faster variant of the RWS monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "statechart" = callPackage @@ -242599,7 +242599,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base polyparse ]; description = "Compiles Rhapsody statecharts to C"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stateful-mtl" = callPackage @@ -242610,8 +242610,8 @@ self: { sha256 = "19645rqfqbcvngq8hj7bryl35lgx7p5k55vgsxa1a2hm2kq8vm5h"; libraryHaskellDepends = [ base MaybeT mtl ]; description = "Typeclass instances for monad transformer stacks with an ST thread at the bottom"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242623,7 +242623,7 @@ self: { sha256 = "0hdpw6g255lj7jjvgqwhjdpzmka546vda5qjvry8gjj6nfm91lvx"; libraryHaskellDepends = [ base mtl stm ]; description = "Abstraction for things that work like IORef"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "statestack" = callPackage @@ -242636,8 +242636,8 @@ self: { base mtl transformers transformers-compat ]; description = "Simple State-like monad transformer with saveable and restorable state"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242649,8 +242649,8 @@ self: { sha256 = "05clniwqk4i3zz22jzbjj2x9cgkxb2ks7mccjyp3gyy4zbm2xlmz"; libraryHaskellDepends = [ applicative base transformers ]; description = "The ST monad and STRefs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {applicative = null;}; @@ -242668,7 +242668,7 @@ self: { librarySystemDepends = [ libstatgrab ]; description = "Collect system level metrics and statistics"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libstatgrab;}; "static" = callPackage @@ -242688,7 +242688,7 @@ self: { base doctest mtl tasty tasty-hunit transformers ]; description = "Type-safe and interoperable static values and closures"; - license = stdenv.lib.licenses.gpl3Plus; + license = lib.licenses.gpl3Plus; }) {}; "static-canvas" = callPackage @@ -242701,8 +242701,8 @@ self: { editedCabalFile = "1z3mi5z590xxmipd5fxylcmf39rrwvmwva2rkk6km1nxb5kfasl7"; libraryHaskellDepends = [ base double-conversion free mtl text ]; description = "DSL to generate HTML5 Canvas javascript"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242719,8 +242719,8 @@ self: { template-haskell ]; description = "Serialisable static pointers to functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242732,7 +242732,7 @@ self: { sha256 = "0nkgx4s389027zi23wmbc6wqnmplvjvbrsbyzy7zn41mbwmzqz8l"; libraryHaskellDepends = [ array base containers hashable primes ]; description = "Immutable hash"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "static-resources" = callPackage @@ -242753,7 +242753,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 time ]; description = "JavaScript and Css files concat for http optimization. Now with LESS support."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "static-tensor" = callPackage @@ -242776,8 +242776,8 @@ self: { base criterion deepseq linear mwc-random vector ]; description = "Tensors of statically known size"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242799,8 +242799,8 @@ self: { ]; testToolDepends = [ markdown-unlit ]; description = "Lists, Texts, ByteStrings and Vectors of statically known length"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242812,7 +242812,7 @@ self: { sha256 = "0b6y8yi0cfisi58pxxx1gnd1vab2i8f5wb3gzv1dfsxx5hl6jlwf"; libraryHaskellDepends = [ base MissingH ]; description = "Reusable static analysis interfaces and modules"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "statistics" = callPackage @@ -242838,7 +242838,7 @@ self: { tasty-hunit tasty-quickcheck vector vector-algorithms ]; description = "A library of statistical types, data, and functions"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "statistics-dirichlet" = callPackage @@ -242853,8 +242853,8 @@ self: { base deepseq hmatrix-special nonlinear-optimization vector ]; description = "Functions for working with Dirichlet densities and mixtures on vectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242866,8 +242866,8 @@ self: { sha256 = "17w7vz0jarbyf9y72bn9yg134q6ja5ymfyl1v9nx94glbhbybrlf"; libraryHaskellDepends = [ base vector ]; description = "An implementation of high performance, minimal statistics functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242883,8 +242883,8 @@ self: { base math-functions mwc-random primitive statistics ]; description = "Random variate generation from hypergeometric distributions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242900,7 +242900,7 @@ self: { base MonadRandom random random-shuffle safe statistics vector ]; description = "Linear regression between two samples, based on the 'statistics' package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "statistics-skinny" = callPackage @@ -242925,7 +242925,7 @@ self: { tasty-quickcheck vector vector-algorithms ]; description = "A library of statistical types, data, and functions"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "stats" = callPackage @@ -242938,8 +242938,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base statistics text vector ]; description = "command line statistics"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242955,8 +242955,8 @@ self: { base bytestring monad-control mtl network random ]; description = "StatsD API"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242974,8 +242974,8 @@ self: { network network-uri old-time random time-units ]; description = "Statsd UDP client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -242991,7 +242991,7 @@ self: { base bytestring monad-control network text transformers-base ]; description = "DataDog-flavored StatsD client"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "statsdi" = callPackage @@ -243014,8 +243014,8 @@ self: { base bytestring hspec network stm tasty tasty-hspec time ]; description = "A lovely [Dog]StatsD implementation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243039,7 +243039,7 @@ self: { base dbus dbus-hslogger hslogger optparse-applicative ]; description = "A wrapper over the StatusNotifierItem/libappindicator dbus specification"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "statvfs" = callPackage @@ -243050,8 +243050,8 @@ self: { sha256 = "16z9fddgvf5sl7zy7p74fng9lkdw5m9i5np3q4s2h8jdi43mwmg1"; libraryHaskellDepends = [ base ]; description = "Get unix filesystem statistics with statfs, statvfs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243081,7 +243081,7 @@ self: { text unordered-containers ]; description = "What version is the package X in stackage lts-Y.ZZ?"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stb-image" = callPackage @@ -243092,7 +243092,7 @@ self: { sha256 = "1mx6i5q56wy13fvpnypb2c6fk2z3i5xdfblkpazzc70p2dgxaf52"; libraryHaskellDepends = [ base bitmap bytestring ]; description = "A wrapper around Sean Barrett's JPEG/PNG decoder"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "stb-image-redux_0_2_1_2" = callPackage @@ -243104,8 +243104,8 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base hspec vector ]; description = "Image loading and writing microlibrary"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243118,8 +243118,8 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base hspec vector ]; description = "Image loading and writing microlibrary"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243131,7 +243131,7 @@ self: { sha256 = "1fk9qkra5f18wql76vakdq9796z0dbg1d4apv2zjj47rla43ii38"; libraryHaskellDepends = [ array base bytestring containers ]; description = "A wrapper around Sean Barrett's TrueType rasterizer library"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "stc-lang" = callPackage @@ -243164,8 +243164,8 @@ self: { test-framework-hunit time transformers ]; description = "A library for implicit, monadic dataflow parallelism"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243177,7 +243177,7 @@ self: { sha256 = "0ldn5yxpj99yhhp5x7zlxjmd9qgqyjg68avr19k7argwcf3nr9y9"; doHaddock = false; description = "TBA"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stdata" = callPackage @@ -243188,8 +243188,8 @@ self: { sha256 = "0ijir2knl4vc1cpzzmf32wcjfdc958li1wd7w5vdmgk4bx45kybf"; libraryHaskellDepends = [ base parsec syb template-haskell ]; description = "Structure Data Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243212,8 +243212,8 @@ self: { aeson base base64-bytestring binary bytestring split text ]; description = "Parse Structured Test Data Format (STDF)"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243239,8 +243239,8 @@ self: { quickcheck-instances scientific word8 ]; description = "A simple and high performance IO toolkit for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libuv;}; @@ -243254,8 +243254,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory parsec transformers ]; description = "List and launch steam games from the cli"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243286,7 +243286,7 @@ self: { regex-tdfa semigroups stm streaming text yaml ]; description = "A file watcher and development tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stego-uuid" = callPackage @@ -243299,8 +243299,8 @@ self: { libraryHaskellDepends = [ base bytestring cryptonite memory uuid ]; testHaskellDepends = [ base random uuid ]; description = "Generator and verifier for steganographic numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243312,8 +243312,8 @@ self: { sha256 = "1pg6bk9p1agip8nqzvdpw1hjjf0nwq9fmr58750wda6il7nljx3m"; libraryHaskellDepends = [ base ]; description = "Haskell bindings to the Snowball stemming library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243327,8 +243327,8 @@ self: { editedCabalFile = "0pvghdxgd56yjm33lrzk6343lklnfdw77g30vhbfddwwdx1ifx2v"; libraryHaskellDepends = [ base text ]; description = "Extract the stem of a German inflected word form"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243347,7 +243347,7 @@ self: { ]; testHaskellDepends = [ base QuickCheck ]; description = "Staircase functions or piecewise constant functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stepwise" = callPackage @@ -243358,7 +243358,7 @@ self: { sha256 = "059k8g3wb4hkxk42vm83vv6kh3igrpf7fc97xvn3qai5rx3jmgqf"; libraryHaskellDepends = [ base containers mtl ]; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243376,8 +243376,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Positive rational numbers represented as paths in the Stern-Brocot tree"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243406,8 +243406,8 @@ self: { tasty-rerun tasty-smallcheck template-haskell text ]; description = "Educational implementation of the STG (Spineless Tagless G-machine)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243419,7 +243419,7 @@ self: { sha256 = "0iw1ia3sf4rwzbkcckbxzr288i6lbgv7vaaynyrkg2c17gjs492a"; libraryHaskellDepends = [ base ]; description = "get and set STICKYKEYS.SKF_HOTKEYACTIVE"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stitch" = callPackage @@ -243436,7 +243436,7 @@ self: { testHaskellDepends = [ base Cabal hspec text ]; benchmarkHaskellDepends = [ base criterion ]; description = "lightweight CSS DSL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm_2_5_0_0" = callPackage @@ -243449,8 +243449,8 @@ self: { editedCabalFile = "189fxk75h7n27kw7ndyn8nkxm3117qdh1dpag1mcs487kxghff62"; libraryHaskellDepends = [ array base ]; description = "Software Transactional Memory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "stm-actor" = callPackage @@ -243466,7 +243466,7 @@ self: { ]; testHaskellDepends = [ base hspec mtl stm stm-queue ]; description = "A simplistic actor model based on STM"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stm-channelize" = callPackage @@ -243477,7 +243477,7 @@ self: { sha256 = "1aj4zibq54ssbb7smkxjrjl24d9vccgjpl2b9261yqyg692cz9hm"; libraryHaskellDepends = [ base stm ]; description = "Transactional I/O for duplex streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-chans" = callPackage @@ -243491,7 +243491,7 @@ self: { setupHaskellDepends = [ base Cabal ]; libraryHaskellDepends = [ base stm ]; description = "Additional types of channels for STM"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-chunked-queues" = callPackage @@ -243503,8 +243503,8 @@ self: { libraryHaskellDepends = [ async base stm ]; testHaskellDepends = [ async base HUnit stm tasty tasty-hunit ]; description = "Chunked Communication Queues"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243530,7 +243530,7 @@ self: { test-framework-quickcheck2 transformers unliftio ]; description = "Introduces conduits to channels, and promotes using conduits concurrently"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-containers" = callPackage @@ -243550,8 +243550,8 @@ self: { quickcheck-text rerebase ]; description = "Containers for STM"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243564,7 +243564,7 @@ self: { libraryHaskellDepends = [ base stm ]; testHaskellDepends = [ base stm ]; description = "Updatable one-shot timer polled with STM"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-extras" = callPackage @@ -243575,7 +243575,7 @@ self: { sha256 = "0pmpf1r8q1favrbgvrnggvs93vwvml79yfqbs4xjqnjsglahl8c8"; libraryHaskellDepends = [ base stm ]; description = "Extra STM functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-firehose" = callPackage @@ -243593,8 +243593,8 @@ self: { ]; testHaskellDepends = [ base hspec HUnit stm ]; description = "Conduits and STM operations for fire hoses"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243621,8 +243621,8 @@ self: { rebase ]; description = "STM-specialised Hash Array Mapped Trie"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243635,7 +243635,7 @@ self: { libraryHaskellDepends = [ base stm ]; testHaskellDepends = [ base hspec stm ]; description = "A library for constructing incremental computations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stm-io-hooks" = callPackage @@ -243646,7 +243646,7 @@ self: { sha256 = "021s1ck8b09z6khaky2g8ymxf37hznqrl9n4sakb8j57mhliayvc"; libraryHaskellDepends = [ array base mtl stm ]; description = "Launch your IO-actions from within the STM monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-lifted" = callPackage @@ -243657,7 +243657,7 @@ self: { sha256 = "0zsah3s288cgb2h4gdjqvby1c3xp95nvgd561sdhigxcwlxk2658"; libraryHaskellDepends = [ base stm transformers ]; description = "Software Transactional Memory lifted to MonadIO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-linkedlist" = callPackage @@ -243668,7 +243668,7 @@ self: { sha256 = "1x65z38dx0qi55fmbarc1827wpl4j08m23nklq8854y7kqznf9kr"; libraryHaskellDepends = [ base stm ]; description = "Mutable, doubly linked lists for STM"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-orelse-io" = callPackage @@ -243679,7 +243679,7 @@ self: { sha256 = "11v0xc5zlw641mf6r5k8lqhzxc4y9bsx3xivwmbkfniph0x7g5m4"; libraryHaskellDepends = [ base stm ]; description = "Choose between the return value of an STM operation and an IO action"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-promise" = callPackage @@ -243691,8 +243691,8 @@ self: { libraryHaskellDepends = [ base mtl process stm unix ]; testHaskellDepends = [ base QuickCheck stm ]; description = "Simple STM Promises for IO computations and external processes"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243709,7 +243709,7 @@ self: { async base criterion deepseq hspec stm time ]; description = "An implementation of a real-time concurrent queue"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stm-queue-extras" = callPackage @@ -243720,7 +243720,7 @@ self: { sha256 = "1zb6i8dg11pshvb6rm5sqdsbq547h4ys6wlmh2ywcmks2ss7q100"; libraryHaskellDepends = [ base stm stm-chans ]; description = "Extra queue utilities for STM"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "stm-sbchan" = callPackage @@ -243731,7 +243731,7 @@ self: { sha256 = "0fz4vfbyr848b32vbdm3pjj9gwi7wj39l3vsqmdpjnbfwvkw0y0s"; libraryHaskellDepends = [ base stm stm-tlist ]; description = "Bounded channel for STM where item sizes can vary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-split" = callPackage @@ -243742,7 +243742,7 @@ self: { sha256 = "06c41p01x62p79bzwryjxr34l7cj65gl227fwwsvd9l6ihk8grp8"; libraryHaskellDepends = [ base stm ]; description = "TMVars, TVars and TChans with distinguished input and output side"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-stats" = callPackage @@ -243755,8 +243755,8 @@ self: { base containers stm template-haskell time ]; description = "retry statistics for STM transactions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243771,7 +243771,7 @@ self: { libraryHaskellDepends = [ base concurrent-supply ]; testHaskellDepends = [ async base QuickCheck random Unique ]; description = "STM wrapper around Control.Concurrent.Supply."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stm-tlist" = callPackage @@ -243782,7 +243782,7 @@ self: { sha256 = "0ssr8phmm9m93kcp045jr0rcn1dxzz202cgyw1vzjl2ch55bcsy6"; libraryHaskellDepends = [ base stm ]; description = "Mutable, singly-linked list in STM"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stmcontrol" = callPackage @@ -243794,8 +243794,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base haskell98 mtl stm ]; description = "Control communication among retrying transactions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243811,8 +243811,8 @@ self: { base Chart Chart-cairo containers mtl random ]; description = "Monadic composition of probabilistic functions and sampling"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243830,8 +243830,8 @@ self: { ]; testHaskellDepends = [ base bytestring HUnit ]; description = "Library for the IEX Trading API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243906,7 +243906,7 @@ self: { libraryHaskellDepends = [ base clock transformers ]; testHaskellDepends = [ base clock hspec ]; description = "A simple stopwatch utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storable" = callPackage @@ -243917,8 +243917,8 @@ self: { sha256 = "10289mf3fskfpg0jwgzyhvg4arb0hcj3r94jngb3hlbidvf8k1jg"; libraryHaskellDepends = [ base mtl ]; description = "Storable type class for variable-sized data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243930,7 +243930,7 @@ self: { sha256 = "0fnwbfmd5vsaaqvf9182qdcjrzcfjd1zhdyvjwzifbwvn6r9kx4s"; libraryHaskellDepends = [ base base-orphans ]; description = "Storable instance for Complex"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storable-endian" = callPackage @@ -243943,7 +243943,7 @@ self: { editedCabalFile = "12f8sscsvsarlwz3p6kk9vbvqsbyhs8lhafgn9h7c0z6pz1amrya"; libraryHaskellDepends = [ base byteorder ]; description = "Storable instances with endianness"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storable-enum" = callPackage @@ -243954,7 +243954,7 @@ self: { sha256 = "01nllxm3fx9f1cxay80bwvmpawrwipk7d2c6xb1q5fr3iwnqqaa2"; libraryHaskellDepends = [ base prelude-compat ]; description = "Wrapper that makes any Enum type Storable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storable-record" = callPackage @@ -243969,7 +243969,7 @@ self: { base semigroups transformers utility-ht ]; description = "Elegant definition of Storable instances for records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storable-static-array" = callPackage @@ -243980,8 +243980,8 @@ self: { sha256 = "0akdh6v2cdq38jw8v69bn3m50g6wxanh0plikq4hj5mfrkg6xsxm"; libraryHaskellDepends = [ array base tagged vector ]; description = "Statically-sized array wrappers with Storable instances for FFI marshaling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -243995,7 +243995,7 @@ self: { base base-orphans storable-record utility-ht ]; description = "Storable instance for pairs and triples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storablevector" = callPackage @@ -244018,7 +244018,7 @@ self: { base deepseq sample-frame unsafe utility-ht ]; description = "Fast, packed, strict storable arrays with a list interface like ByteString"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storablevector-carray" = callPackage @@ -244029,7 +244029,7 @@ self: { sha256 = "1cqgfddaldxj2yig39fr2smm23nfz52dvh5grf4zr222djm7043i"; libraryHaskellDepends = [ base carray storablevector utility-ht ]; description = "Conversion between storablevector and carray"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "storablevector-streamfusion" = callPackage @@ -244044,8 +244044,8 @@ self: { base storablevector stream-fusion utility-ht ]; description = "Conversion between storablevector and stream-fusion lists with fusion"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244094,7 +244094,7 @@ self: { unordered-containers vector vector-binary-instances void weigh ]; description = "Fast binary serialization"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "store-core" = callPackage @@ -244109,7 +244109,7 @@ self: { base bytestring ghc-prim primitive text transformers ]; description = "Fast and lightweight binary serialization"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "store-streaming" = callPackage @@ -244131,7 +244131,7 @@ self: { transformers void ]; description = "Streaming interfaces for `store`"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stp" = callPackage @@ -244145,8 +244145,8 @@ self: { libraryHaskellDepends = [ base containers ]; executableHaskellDepends = [ base regex-compat ]; description = "Simple Theorem Prover"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244163,8 +244163,8 @@ self: { utf8-string ]; description = "A type class to abstract between many different string types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244189,7 +244189,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "EDSL for AWS CloudFormation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stratum-tool" = callPackage @@ -244209,8 +244209,8 @@ self: { unordered-containers vector ]; description = "Client for Stratum protocol"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244226,8 +244226,8 @@ self: { base stratux-http stratux-types stratux-websockets ]; description = "A library for stratux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244250,8 +244250,8 @@ self: { transformers ]; description = "A demonstration of the stratux library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244267,8 +244267,8 @@ self: { aeson base HTTP network-uri stratux-types transformers utf8-string ]; description = "A library for using HTTP with stratux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244284,8 +244284,8 @@ self: { aeson base bytestring lens scientific text time ]; description = "A library for reading JSON output from stratux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244302,8 +244302,8 @@ self: { websockets ]; description = "A library for using websockets with stratux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244323,8 +244323,8 @@ self: { base bytestring criterion ghc-prim temporary vector ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244338,8 +244338,8 @@ self: { editedCabalFile = "1jyb8mc99ag72y4bqxw997klrikhnxqrbacmx2ag5kmwsd1v1p12"; libraryHaskellDepends = [ base ]; description = "Faster Haskell lists using stream fusion"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244353,8 +244353,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base logict ]; description = "Simple, Fair and Terminating Backtracking Monad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244366,8 +244366,8 @@ self: { sha256 = "0dg5hmv61jnpqby4v5g4wpsb7ynsm56fmb3xj2pixswnzqz31ian"; libraryHaskellDepends = [ base bytestring hidapi mtl split ]; description = "Control library for the Elgato Stream Deck"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244386,8 +244386,8 @@ self: { random transformers utility-ht ]; description = "Programmatically edit MIDI event streams via ALSA"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244403,7 +244403,7 @@ self: { base containers ghc-prim mmorph mtl transformers transformers-base ]; description = "an elementary streaming prelude and general stream type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streaming-attoparsec" = callPackage @@ -244422,7 +244422,7 @@ self: { tasty-hunit ]; description = "Attoparsec integration for the streaming ecosystem"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streaming-base64" = callPackage @@ -244443,8 +244443,8 @@ self: { streaming-with tasty tasty-golden ]; description = "Streaming conversion from/to base64"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244470,8 +244470,8 @@ self: { streaming streamly template-haskell transformers vector ]; description = "Benchmarks to compare streaming packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244490,7 +244490,7 @@ self: { base binary bytestring hspec streaming streaming-bytestring ]; description = "Streaming interface to binary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streaming-bracketed" = callPackage @@ -244507,7 +244507,7 @@ self: { streaming-commons tasty tasty-hunit ]; description = "A resource management decorator for \"streaming\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "streaming-brotli" = callPackage @@ -244527,8 +244527,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Streaming interface for Brotli (RFC7932) compression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244550,7 +244550,7 @@ self: { tasty-smallcheck transformers ]; description = "Fast, effectful byte streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streaming-cassava" = callPackage @@ -244571,8 +244571,8 @@ self: { vector ]; description = "Cassava support for the streaming ecosystem"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244595,7 +244595,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring deepseq gauge text ]; description = "Common lower-level functions needed by various streaming data libraries"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "streaming-concurrency" = callPackage @@ -244619,8 +244619,8 @@ self: { testbench ]; description = "Concurrency support for the streaming ecosystem"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244637,8 +244637,8 @@ self: { ]; testHaskellDepends = [ base conduit hspec streaming ]; description = "Bidirectional support between the streaming and conduit libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244655,8 +244655,8 @@ self: { streaming-attoparsec streaming-bytestring wai-extra ]; description = "Client-side consumption of a ServerEvent"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244677,7 +244677,7 @@ self: { streaming tasty tasty-hunit tasty-quickcheck ]; description = "Translate pull-based stream folds into push-based iteratees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streaming-fft" = callPackage @@ -244692,8 +244692,8 @@ self: { base contiguous-fft ghc-prim prim-instances primitive streaming ]; description = "online streaming fft"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244710,7 +244710,7 @@ self: { base containers tasty tasty-hunit tasty-quickcheck ]; benchmarkHaskellDepends = [ base criterion ]; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "streaming-lzma" = callPackage @@ -244730,8 +244730,8 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 ]; description = "Streaming interface for LZMA/XZ compression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244754,8 +244754,8 @@ self: { vector zlib ]; description = "A hand-written streaming byte parser for OpenStreetMap Protobuf data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244777,8 +244777,8 @@ self: { streaming-attoparsec streaming-bytestring tasty tasty-hunit ]; description = "Stream packets via libpcap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244799,8 +244799,8 @@ self: { vector ]; description = "Perfectly streaming PNG image decoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244818,7 +244818,7 @@ self: { resourcet safe-exceptions streaming transformers ]; description = "Stream postgresql-query results using the streaming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streaming-process" = callPackage @@ -244842,8 +244842,8 @@ self: { streaming-bytestring ]; description = "Streaming support for running system process"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244865,8 +244865,8 @@ self: { streaming-with transformers ]; description = "Sorting streams"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244888,8 +244888,8 @@ self: { streaming-bytestring streaming-commons transformers ]; description = "http, attoparsec, pipes and other utilities for the streaming libraries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244905,8 +244905,8 @@ self: { base bytestring bytestring-builder http-types streaming wai ]; description = "Streaming Wai utilities"; - license = stdenv.lib.licenses.mit; - maintainers = with stdenv.lib.maintainers; [ jb55 ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ jb55 ]; }) {}; "streaming-with" = callPackage @@ -244923,8 +244923,8 @@ self: { base exceptions managed streaming-bytestring temporary transformers ]; description = "with/bracket-style idioms for use with streaming"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -244952,7 +244952,7 @@ self: { transformers ]; description = "Beautiful Streaming, Concurrent and Reactive Composition"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streamly-archive" = callPackage @@ -244973,8 +244973,8 @@ self: { ]; testSystemDepends = [ archive ]; description = "Stream data from archives using the streamly library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {archive = null;}; @@ -244991,7 +244991,7 @@ self: { base binary bytestring hspec QuickCheck streamly ]; description = "Integration of streamly and binary"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streamly-bytestring" = callPackage @@ -245013,7 +245013,7 @@ self: { base bytestring deepseq gauge random streamly ]; description = "Library for streamly and bytestring interoperation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streamly-cassava" = callPackage @@ -245039,7 +245039,7 @@ self: { vector weigh ]; description = "CSV streaming support via cassava for the streamly ecosystem"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streamly-fsnotify" = callPackage @@ -245054,7 +245054,7 @@ self: { base filepath fsnotify semirings streamly text time ]; description = "Folder watching as a Streamly stream"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streamly-lmdb" = callPackage @@ -245073,8 +245073,8 @@ self: { ]; testSystemDepends = [ lmdb ]; description = "Stream data to or from LMDB databases using the streamly library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) lmdb;}; @@ -245096,7 +245096,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Posix related streaming APIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "streamproc" = callPackage @@ -245109,8 +245109,8 @@ self: { editedCabalFile = "19c51gks028x8mnywkx1nz0s6bwn2mxs5ddmaj2q8n9l5pvfkcgs"; libraryHaskellDepends = [ base ]; description = "Stream Processer Arrow"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245126,7 +245126,7 @@ self: { adjunctions base comonad distributive semigroupoids semigroups ]; description = "Various Haskell 2010 stream comonads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strelka" = callPackage @@ -245147,8 +245147,8 @@ self: { transformers unordered-containers url-decoders uuid ]; description = "A simple, flexible and composable web-router"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245165,7 +245165,7 @@ self: { unordered-containers ]; description = "Core components of \"strelka\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "strelka-wai" = callPackage @@ -245181,7 +245181,7 @@ self: { strelka-core text unordered-containers wai warp ]; description = "WAI compatibility layer for \"strelka\""; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "strict" = callPackage @@ -245197,7 +245197,7 @@ self: { transformers ]; description = "Strict data types and String IO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-base" = callPackage @@ -245210,7 +245210,7 @@ self: { editedCabalFile = "17zgiwiahgjvdamfcffx2dj88qlks4sgrmsqancz5vayp4yf9x1g"; libraryHaskellDepends = [ base ]; description = "Strict versions of base data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-base-types" = callPackage @@ -245225,8 +245225,8 @@ self: { aeson base quickcheck-instances strict strict-lens ]; description = "Strict variants of the types provided in base"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245238,7 +245238,7 @@ self: { sha256 = "1h2nk5fn6gclzkwn5mbkb7gcqisms8y5m3kr64hd9lska3n39n82"; libraryHaskellDepends = [ base deepseq ]; description = "Strict concurrency abstractions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-data" = callPackage @@ -245262,8 +245262,8 @@ self: { base containers deepseq doctest hashable HTF vector ]; description = "A collection of commonly used strict data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245275,8 +245275,8 @@ self: { sha256 = "0hx1zp99npwdp5w3q93xfidcw59lxskilmbqc80xi97d4w4h8jrb"; libraryHaskellDepends = [ base ghc syb ]; description = "Compiler plugin for making Haskell strict"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245290,7 +245290,7 @@ self: { editedCabalFile = "0lvazdvzfaawrbj3pklc9p3q1ajfclzirpsiw84hhgn16pqy7fnz"; libraryHaskellDepends = [ base ]; description = "Strict Identity Monad, handy for writing fast code!"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-io" = callPackage @@ -245301,7 +245301,7 @@ self: { sha256 = "1jcm1p1slbdxmbnmvqihvgf2czfaj4yks4hyqiv9ng95w9cfpagr"; libraryHaskellDepends = [ base deepseq extensible-exceptions ]; description = "A library wrapping standard IO modules to provide strict IO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-lens" = callPackage @@ -245312,7 +245312,7 @@ self: { sha256 = "0hwrbrjhgkh83474mci3ipg8nqims7b18w7i6xajz3xxq3cik5vn"; libraryHaskellDepends = [ base lens strict ]; description = "Lenses for types in strict package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-list" = callPackage @@ -245329,7 +245329,7 @@ self: { tasty-quickcheck ]; description = "Strict linked list"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "strict-optics" = callPackage @@ -245340,7 +245340,7 @@ self: { sha256 = "1x4p2fksljd9xfy4mxdz5pxcskxz2qg2ma28d6y4j2v4728r0x8a"; libraryHaskellDepends = [ base optics-core strict ]; description = "Optics for types in strict package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-tuple" = callPackage @@ -245352,7 +245352,7 @@ self: { libraryHaskellDepends = [ base bifunctors deepseq hashable ]; testHaskellDepends = [ base ]; description = "Strict tuples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-tuple-lens" = callPackage @@ -245365,8 +245365,8 @@ self: { editedCabalFile = "0875r7kva6ym17fdklh18vm4s04sd9pj0w55km8jv2kmbkmfja8k"; libraryHaskellDepends = [ base lens strict-tuple ]; description = "Optics for the `strict-tuple` library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245383,7 +245383,7 @@ self: { unordered-containers vector ]; description = "A type level predicate ranging over strict types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strict-writer" = callPackage @@ -245395,7 +245395,7 @@ self: { libraryHaskellDepends = [ base mtl ]; testHaskellDepends = [ base doctest ]; description = "A stricter writer, which uses StateT in order to avoid space leaks"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "strictify" = callPackage @@ -245410,7 +245410,7 @@ self: { base directory filepath process unix ]; description = "Find a local optimum of strictness annotations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strictly" = callPackage @@ -245421,8 +245421,8 @@ self: { sha256 = "1a3azrg9ksb4kmbckjqw3krxj0app6q19ighd6k3z7xpf682qx3c"; libraryHaskellDepends = [ base deepseq ]; description = "Combinators for strictifying functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245434,7 +245434,7 @@ self: { sha256 = "1l94p8c9j8a2dbpwj5q7d1m61gdhmi6vllz34g8d9qjfwpnx7z6z"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-class" = callPackage @@ -245445,7 +245445,7 @@ self: { sha256 = "1s0bj0wvwriw4516za6ar7w7zsz5mmnf1dba0ch239n27rb00nwf"; libraryHaskellDepends = [ base bytestring tagged text ]; description = "String class library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-combinators" = callPackage @@ -245456,7 +245456,7 @@ self: { sha256 = "07ky2z5f1l5mb7r3rvyraak0bzciq4krkg5lv8g0a5vxpnzlm4cl"; libraryHaskellDepends = [ base ]; description = "Polymorphic functions to build and combine stringlike values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-conv" = callPackage @@ -245467,7 +245467,7 @@ self: { sha256 = "0fb04bm384rpiq7kd7v783z1sriqialvjyn0f6dg2si9dwza0ngj"; libraryHaskellDepends = [ base bytestring text ]; description = "Standardized conversion between string types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-conversions" = callPackage @@ -245484,7 +245484,7 @@ self: { utf8-string ]; description = "Simplifies dealing with different types for strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-convert" = callPackage @@ -245500,7 +245500,7 @@ self: { base bytestring tasty tasty-hunit text utf8-string ]; description = "Universal string conversions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-fromto" = callPackage @@ -245511,7 +245511,7 @@ self: { sha256 = "0vnf500vahgccbbg7zvxqjxllvyq3jxzf2difqwh46fp62jfqwmx"; libraryHaskellDepends = [ base bytestring memory text ]; description = "Conversions between common string types, as well as Base16/Base32/Base64"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-interpolate" = callPackage @@ -245541,7 +245541,7 @@ self: { neat-interpolation QuickCheck text ]; description = "Haskell string/text/bytestring interpolation that just works"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-isos" = callPackage @@ -245556,8 +245556,8 @@ self: { base bytestring mono-traversable safe text type-iso ]; description = "Tools for working with isomorphisms of strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245569,7 +245569,7 @@ self: { sha256 = "1b87532fhv2wn6pnzsaw20lzj5j399smlfn7lai0h0ph2axb2dbi"; libraryHaskellDepends = [ base bytestring text ]; description = "A package that aims to provide a uniform interface to string-like types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-qq" = callPackage @@ -245581,7 +245581,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base HUnit text ]; description = "QuasiQuoter for non-interpolated strings, texts and bytestrings"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "string-quote" = callPackage @@ -245593,8 +245593,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base template-haskell ]; description = "QuasiQuoter for non-interpolated strings, texts and bytestrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245618,8 +245618,8 @@ self: { tasty-quickcheck text ]; description = "A library for generating random string from a regular experession"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245635,7 +245635,7 @@ self: { testHaskellDepends = [ base bytestring hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "longest common substring"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "string-transform" = callPackage @@ -245651,7 +245651,7 @@ self: { base bytestring tasty tasty-hunit tasty-smallcheck text utf8-string ]; description = "simple and easy haskell string transform wrapper"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "string-typelits" = callPackage @@ -245666,8 +245666,8 @@ self: { base template-haskell type-combinators type-combinators-quote ]; description = "Type-level Chars and Strings, with decidable equality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245679,7 +245679,7 @@ self: { sha256 = "10jsvbiqbmnbipv1566k5mqkpgfyrzbk8m7b18rqjb5m3qg9dbz7"; libraryHaskellDepends = [ base bytestring system-filepath text ]; description = "A Stringable type class, in the spirit of Foldable and Traversable"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stringbuilder" = callPackage @@ -245691,7 +245691,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "A writer monad for multi-line string literals"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stringlike" = callPackage @@ -245708,8 +245708,8 @@ self: { test-framework-quickcheck2 text ]; description = "Transformations to several string-like types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245727,7 +245727,7 @@ self: { text-icu ]; description = "Implements the \"StringPrep\" algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strings" = callPackage @@ -245738,7 +245738,7 @@ self: { sha256 = "1xz9v3w5s13yhk7iy9dw6i8s2jc6c0b1ci96dwmcq9a1n3l3ng4v"; libraryHaskellDepends = [ base bytestring text ]; description = "Functions for working with strings, including Text, ByteString, etc"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stringsearch" = callPackage @@ -245751,7 +245751,7 @@ self: { editedCabalFile = "0z5pz5dccapz9k39r2zmf056m0x2m2lj3jahhnw3mfxlmps07378"; libraryHaskellDepends = [ array base bytestring containers ]; description = "Fast searching, splitting and replacing of ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stringtable-atom" = callPackage @@ -245762,8 +245762,8 @@ self: { sha256 = "1wp6w12bflrqcwi09y7s1crj72n4pbj8bkpwj2ia5gaqn5x56wjs"; libraryHaskellDepends = [ base binary bytestring containers syb ]; description = "Memoize Strings as Atoms for fast comparison and sorting, with maps and sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245779,7 +245779,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strip-ansi-escape" = callPackage @@ -245793,7 +245793,7 @@ self: { libraryHaskellDepends = [ attoparsec base text ]; testHaskellDepends = [ base hspec QuickCheck text ]; description = "Strip ANSI escape code from string"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "stripe" = callPackage @@ -245809,8 +245809,8 @@ self: { unordered-containers utf8-string ]; description = "A Haskell implementation of the Stripe API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245822,7 +245822,7 @@ self: { sha256 = "0n4q3hsgqrqypmkkim8mcksdlljgldr908wqxlcz6k1wsv9klyc6"; libraryHaskellDepends = [ base bytestring text ]; description = "Types for the Stripe API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stripe-core" = callPackage @@ -245838,7 +245838,7 @@ self: { unordered-containers ]; description = "Stripe API for Haskell - Pure Core"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stripe-haskell" = callPackage @@ -245849,7 +245849,7 @@ self: { sha256 = "02ydf9i632r2clhvf1f9v0yx7vmpmh37mch1jshazrw3my6sq1vl"; libraryHaskellDepends = [ base stripe-core stripe-http-client ]; description = "Stripe API for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stripe-hs" = callPackage @@ -245874,8 +245874,8 @@ self: { timespan vector ]; description = "Unofficial Stripe client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245895,7 +245895,7 @@ self: { base free hspec http-client stripe-core stripe-tests ]; description = "Stripe API for Haskell - http-client backend"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stripe-http-streams" = callPackage @@ -245915,8 +245915,8 @@ self: { ]; doCheck = false; description = "Stripe API for Haskell - http-streams backend"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245933,8 +245933,8 @@ self: { stripe-signature text unordered-containers ]; description = "Listen for Stripe webhook events with Scotty"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -245951,7 +245951,7 @@ self: { unordered-containers vector ]; description = "Unofficial Stripe servant types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stripe-signature" = callPackage @@ -245968,7 +245968,7 @@ self: { ]; testHaskellDepends = [ base bytestring text ]; description = "Verification of Stripe webhook signatures"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stripe-tests" = callPackage @@ -245985,7 +245985,7 @@ self: { text time transformers unordered-containers ]; description = "Tests for Stripe API bindings for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "stripe-wreq" = callPackage @@ -246001,8 +246001,8 @@ self: { unordered-containers wreq ]; description = "Use the Stripe API via Wreq"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246020,7 +246020,7 @@ self: { mtl scientific text time transformers unordered-containers vector ]; description = "Stripe-Library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "strips" = callPackage @@ -246034,7 +246034,7 @@ self: { libraryHaskellDepends = [ base containers mtl ]; testHaskellDepends = [ base containers hspec mtl ]; description = "resolver using strips algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "strive" = callPackage @@ -246053,7 +246053,7 @@ self: { testHaskellDepends = [ base bytestring markdown-unlit time ]; testToolDepends = [ markdown-unlit ]; description = "A client for the Strava V3 API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "strongswan-sql" = callPackage @@ -246084,8 +246084,8 @@ self: { network structured-cli text transformers ]; description = "Interface library for strongSwan SQL backend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246097,7 +246097,7 @@ self: { sha256 = "1f42yf49fqr2fyjfakscmmlnmw3w5rg7wyy6gjyrf0gcgsh0h9fd"; libraryHaskellDepends = [ base bytestring text time ]; description = "Efficient parsing of LocalTime using a binding to C's strptime, with some extra features (i.e. fractional seconds)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "structs" = callPackage @@ -246119,7 +246119,7 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Strict GC'd imperative object-oriented programming with cheap pointers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "structural-induction" = callPackage @@ -246139,8 +246139,8 @@ self: { testing-feat ]; description = "Instantiate structural induction schemas for algebraic data types"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246153,8 +246153,8 @@ self: { libraryHaskellDepends = [ base mtl template-haskell ]; testHaskellDepends = [ base HUnit mtl ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246176,7 +246176,7 @@ self: { unordered-containers uuid-types vector ]; description = "Structure (hash) of your data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "structured-cli" = callPackage @@ -246196,7 +246196,7 @@ self: { ]; executableHaskellDepends = [ base data-default mtl split ]; description = "Application library for building interactive console CLIs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "structured-cli_2_7_0_1" = callPackage @@ -246214,8 +246214,8 @@ self: { ]; executableHaskellDepends = [ base data-default mtl split ]; description = "Application library for building interactive console CLIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "structured-haskell-mode" = callPackage @@ -246235,8 +246235,8 @@ self: { base descriptive ghc-prim haskell-src-exts text ]; description = "Structured editing Emacs mode for Haskell"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "structured-mongoDB" = callPackage @@ -246255,7 +246255,7 @@ self: { ]; description = "Structured MongoDB interface"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246286,8 +246286,8 @@ self: { unordered-containers vector ]; description = "\"Advanced\" Data Structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246304,8 +246304,8 @@ self: { base tasty tasty-hunit tasty-quickcheck transformers ]; description = "A monad transformer version of the ST monad"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246329,8 +246329,8 @@ self: { unbounded-delays ]; description = "RFC 5389: Session Traversal Utilities for NAT (STUN) client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246351,8 +246351,8 @@ self: { lambdacube-bullet lambdacube-engine mtl random vector ]; description = "A revival of the classic game Stunts (LambdaCube tech demo)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246380,8 +246380,8 @@ self: { attoparsec base snipcheck tasty tasty-ant-xml tasty-hunit ]; description = "(Stutter Text|String)-Utterer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246408,8 +246408,8 @@ self: { testHaskellDepends = [ base base-compat bytestring hspec ]; doHaddock = false; description = "Format Cabal files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246440,7 +246440,7 @@ self: { test-framework test-framework-hunit text ]; description = "Haskell code prettifier"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "stylist" = callPackage @@ -246461,8 +246461,8 @@ self: { regex-tdfa scientific text unordered-containers ]; description = "Apply CSS styles to a document tree"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246475,7 +246475,7 @@ self: { libraryHaskellDepends = [ ansi-terminal base ]; description = "Ways to output stylized text on ANSI consoles"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246515,8 +246515,8 @@ self: { svg-builder text transformers warp websockets ]; description = "An applicative functor that seamlessly talks to HTML inputs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246534,8 +246534,8 @@ self: { tasty-quickcheck ]; description = "Get the total, put a single element"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246547,7 +246547,7 @@ self: { sha256 = "17fzdwlmh8ykwqn9h9a60wpnvqbgbz0wk6cgcrglbj0i41jy28jv"; libraryHaskellDepends = [ base ]; description = "Some extension to the Foldable and Monoid classes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "subG-instances" = callPackage @@ -246558,7 +246558,7 @@ self: { sha256 = "0nyhd0l0cd1q62ch9jbjyv33f9sdidpgkjbkb0hj4dagqyxpv0jy"; libraryHaskellDepends = [ base subG vector ]; description = "Additional instances for the InsertLeft class from subG package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "subcategories" = callPackage @@ -246587,7 +246587,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Subcategories induced by class constraints"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "subhask" = callPackage @@ -246613,8 +246613,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion MonadRandom ]; description = "Type safe interface for programming in subcategories of Hask"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246636,8 +246636,8 @@ self: { base containers lens mtl parsec pretty template-haskell ]; description = "Toolchain of subleq computer"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246659,8 +246659,8 @@ self: { base cmark hlint hspec template-haskell text ]; description = "Extract a part from CommonMark/Markdown docs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246672,7 +246672,7 @@ self: { sha256 = "199kslgxlhxv8zx3mj5pxgicjxyff7vzjhw13fwfxcf9pa9289nv"; libraryHaskellDepends = [ base split ]; description = "subnetting calculator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "subsample" = callPackage @@ -246690,8 +246690,8 @@ self: { base bytestring cassava containers optparse-generic text vector ]; description = "Subsample data"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246710,8 +246710,8 @@ self: { attoparsec base hspec NoTrace parsers QuickCheck text ]; description = "Match / replace substrings with a parser combinators"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246723,7 +246723,7 @@ self: { sha256 = "1kkr6zbnv777gnv2lwq3pyxq3vv5r24f4avwv5g4dds3y8d8mv3q"; libraryHaskellDepends = [ attoparsec base containers text ]; description = "A parser for .srt and .sub files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "subtitles" = callPackage @@ -246736,7 +246736,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base split ]; description = "Modify SRT subtitle files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "subwordgraph" = callPackage @@ -246748,8 +246748,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; testHaskellDepends = [ base QuickCheck ]; description = "Subword graph implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246762,7 +246762,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers hspec ]; description = "Helps when going \"seed values\" -> alternatives and optional -> answers"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "success" = callPackage @@ -246777,7 +246777,7 @@ self: { base monad-control mtl transformers transformers-base ]; description = "A version of Either specialised for encoding of success or failure"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "successors" = callPackage @@ -246788,8 +246788,8 @@ self: { sha256 = "1m5flnn2rswc3380dccnfnhmyjp1dqr23dljd0515jxawbgjkzmg"; libraryHaskellDepends = [ base ]; description = "An applicative functor to manage successors"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246810,8 +246810,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion random ]; description = "Simple and moderately efficient suffix array implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246826,8 +246826,8 @@ self: { libraryHaskellDepends = [ base vector ]; executableHaskellDepends = [ base HUnit ]; description = "n log n implementation of suffix array"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246839,7 +246839,7 @@ self: { sha256 = "1ddk2hp27al9jzcgkrhv7v1i7knci4l22flkgb2r94h96z5nhfq6"; libraryHaskellDepends = [ base bytestring containers ]; description = "Efficient, lazy suffix tree implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sugarhaskell" = callPackage @@ -246853,7 +246853,7 @@ self: { executableHaskellDepends = [ base process ]; description = "Library-based syntactic extensibility for Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246865,8 +246865,8 @@ self: { sha256 = "1pvw7zgvfr0z2gjy224gd92ayh20j3v97rdlqmq6k6g4yabdpgci"; libraryHaskellDepends = [ base containers ]; description = "Abstract over the constraints on the parameters to type constructors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246879,7 +246879,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec template-haskell ]; description = "Library for reducing the boilerplate involved with sum types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "summer" = callPackage @@ -246891,7 +246891,7 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base ]; description = "An implementation of extensible products and sums"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "summoner" = callPackage @@ -246918,8 +246918,8 @@ self: { validation-selective ]; description = "Tool for scaffolding fully configured batteries-included production-level Haskell projects"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246939,8 +246939,8 @@ self: { ]; executableHaskellDepends = [ base relude ]; description = "Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246958,8 +246958,8 @@ self: { base bytestring data-default lens serialport transformers vector ]; description = "A Haskell interface to SUMP-compatible logic analyzers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -246971,7 +246971,7 @@ self: { sha256 = "09xh3pbyarflfjk17bn2isgpmsq49d6gmq7z918kf4c32fc7x6yb"; libraryHaskellDepends = [ base bytestring text ]; description = "Bindings to the sundown markdown library"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "sunlight" = callPackage @@ -246987,8 +246987,8 @@ self: { tuple ]; description = "Test Cabalized package against multiple dependency versions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247006,8 +247006,8 @@ self: { semigroups tagged template-haskell transformers vector-space ]; description = "Monadic Javascript Compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247029,8 +247029,8 @@ self: { sunroof-server ]; description = "Tests for Sunroof"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247052,8 +247052,8 @@ self: { wai-middleware-static warp ]; description = "Monadic Javascript Compiler - Server Utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247083,8 +247083,8 @@ self: { process QuickCheck text transformers unix validity validity-path ]; description = "Configure your dotfile deployment with a DSL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247099,8 +247099,8 @@ self: { libraryHaskellDepends = [ base containers mtl ]; testHaskellDepends = [ base containers hspec ]; description = "Find \"superbubbles\", as described in https://arxiv.org/abs/1307.7925"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247118,7 +247118,7 @@ self: { async base buffer-builder bytestring criterion ]; description = "Efficiently build a bytestring from smaller chunks"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "supercollider-ht" = callPackage @@ -247136,7 +247136,7 @@ self: { ]; description = "Haskell SuperCollider utilities"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247160,7 +247160,7 @@ self: { ]; description = "Demonstrate how to control SuperCollider via ALSA-MIDI"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247177,8 +247177,8 @@ self: { template-haskell type-eq ]; description = "Access an instance's constraints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247193,7 +247193,7 @@ self: { base Cabal containers directory filepath ]; description = "Additional documentation markup and Unicode support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "superevent" = callPackage @@ -247218,8 +247218,8 @@ self: { transformers uuid vector ]; description = "A simple opinionated event store implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247236,8 +247236,8 @@ self: { ]; testHaskellDepends = [ base containers ghc QuickCheck ]; description = "Plugin and base library to support supermonads in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247258,8 +247258,8 @@ self: { ]; testHaskellDepends = [ aeson async base bytestring streamly text ]; description = "Apache Pulsar client for Haskell"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247278,8 +247278,8 @@ self: { process time uniplate ]; description = "A Supercompiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247299,7 +247299,7 @@ self: { aeson base bookkeeper criterion deepseq labels text ]; description = "Supercharged anonymous records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "supervisor" = callPackage @@ -247312,8 +247312,8 @@ self: { base containers exceptions monadloc mtl ]; description = "Control an internal monad execution for trace generation, backtrakcking, testing and other purposes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247332,7 +247332,7 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Monitor groups of threads with non-hierarchical lifetimes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "supplemented" = callPackage @@ -247350,8 +247350,8 @@ self: { tasty-quickcheck tasty-smallcheck ]; description = "Early termination for monads"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247363,8 +247363,8 @@ self: { sha256 = "1nhq7lfzsbh9ra1m1n7649q35ch6l1lgm110p1qbxgvv6w6xmz41"; libraryHaskellDepends = [ base lens mtl template-haskell ]; description = "An output coverage checker"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247376,7 +247376,7 @@ self: { sha256 = "0wphk3dabba6rgd9lkxbsmq5vivvyy6b4jfxfndqb53yhdj5nkrg"; libraryHaskellDepends = [ base lifted-base transformers-base ]; description = "Simple package that allows for long thread suspensions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sv" = callPackage @@ -247404,8 +247404,8 @@ self: { vector ]; description = "Encode and decode separated values (CSV, PSV, ...)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247427,7 +247427,7 @@ self: { base bytestring cassava HUnit sv-core text validation vector ]; description = "Integration to use sv with cassava's parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sv-core" = callPackage @@ -247454,7 +247454,7 @@ self: { tasty tasty-quickcheck text validation vector ]; description = "Encode and decode separated values (CSV, PSV, ...)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "sv-svfactor" = callPackage @@ -247471,8 +247471,8 @@ self: { base bytestring lens profunctors sv-core svfactor validation ]; description = "sv-core + svfactor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247498,8 +247498,8 @@ self: { tasty-hedgehog tasty-hunit text trifecta utf8-string vector ]; description = "Syntax-preserving CSV manipulation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247517,8 +247517,8 @@ self: { base blaze-builder bytestring hashable text unordered-containers ]; description = "DSL for building SVG"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247534,8 +247534,8 @@ self: { base blaze-builder bytestring hashable text unordered-containers ]; description = "DSL for building SVG"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247553,7 +247553,7 @@ self: { scientific text transformers vector xml ]; description = "SVG file loader and serializer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "svg2q" = callPackage @@ -247570,8 +247570,8 @@ self: { base haskell98 language-c pretty svgutils syb xml ]; description = "Code generation tool for Quartz code from a SVG"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247588,8 +247588,8 @@ self: { libraryHaskellDepends = [ base cairo glib mtl text ]; libraryPkgconfigDepends = [ librsvg ]; description = "Binding to the libsvg-cairo library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) librsvg;}; @@ -247613,8 +247613,8 @@ self: { lens linear mtl pretty-simple process reanimate-svg safe text ]; description = "Optimise SVGs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247629,8 +247629,8 @@ self: { libraryHaskellDepends = [ base xml ]; executableHaskellDepends = [ base filepath xml ]; description = "Helper functions for dealing with SVG files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247642,7 +247642,7 @@ self: { sha256 = "19fr1lzp8j0hmqqy1hyx85gmkgxc2hy8cz5zv6jlvni0qqibiksz"; libraryHaskellDepends = [ array base ]; description = "A support vector machine written in Haskell"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "svm-light-utils" = callPackage @@ -247655,8 +247655,8 @@ self: { editedCabalFile = "0mrnfxg1h3mrbx192n8hl7m9i64n8cfrai2yksvhkgp6b8qxqnma"; libraryHaskellDepends = [ attoparsec base bytestring containers ]; description = "Parsers and formatters for the SVMlight input file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247673,8 +247673,8 @@ self: { monad-par mwc-random vector ]; description = "Medium level, simplified, bindings to libsvm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247693,8 +247693,8 @@ self: { attoparsec base bytestring directory doctest filepath zlib ]; description = "Library for reading Subversion dump files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247712,7 +247712,7 @@ self: { testHaskellDepends = [ aeson base bytestring tasty tasty-hunit ]; description = "Implementation of swagger data model"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "swagger-petstore" = callPackage @@ -247739,8 +247739,8 @@ self: { semigroups text time transformers unordered-containers vector ]; description = "Auto-generated openapi-petstore API Client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247770,8 +247770,8 @@ self: { optparse-applicative random swagger2 text ]; description = "Testing of Swagger APIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247806,7 +247806,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Swagger 2.0 data model"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "swapper" = callPackage @@ -247823,8 +247823,8 @@ self: { ]; librarySystemDepends = [ tokyocabinet ]; description = "Transparently swapping data from in-memory structures to disk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) tokyocabinet;}; @@ -247844,8 +247844,8 @@ self: { random-shuffle readline system-fileio system-filepath text ]; description = "Clojure without alphanumerics"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247868,8 +247868,8 @@ self: { testToolDepends = [ tasty-discover ]; benchmarkHaskellDepends = [ base criterion ]; description = "Shallow embedding implementation of non-linear pattern matching"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247881,8 +247881,8 @@ self: { sha256 = "1jx5941kb97w4zpgz7m1r2x2lxllmi1i9a9nmwflinyj74xxg1rl"; libraryHaskellDepends = [ base mtl pretty ]; description = "A library for creating Shockwave Flash (SWF) files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247898,8 +247898,8 @@ self: { array base containers ghc-prim mwc-random primitive vector ]; description = "Online sampler for Latent Dirichlet Allocation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247925,7 +247925,7 @@ self: { test-framework test-framework-hunit text time ]; description = "A semantic web toolkit"; - license = stdenv.lib.licenses.lgpl21; + license = lib.licenses.lgpl21; }) {}; "swiss-ephemeris" = callPackage @@ -247939,8 +247939,8 @@ self: { testHaskellDepends = [ base directory hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "Haskell bindings for the Swiss Ephemeris C library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247964,8 +247964,8 @@ self: { wai-middleware-static warp warp-tls x509 ]; description = "A simple web server for serving directories"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -247979,7 +247979,7 @@ self: { base containers polyparse text xml-types ]; description = "A SXML-parser"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "syb" = callPackage @@ -247991,7 +247991,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base containers HUnit mtl ]; description = "Scrap Your Boilerplate"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "syb-extras" = callPackage @@ -248004,8 +248004,8 @@ self: { editedCabalFile = "1a0kb7an663vhhi4wd4hfc5235bampxcyl8g5ssajm6ggs7n7gm3"; libraryHaskellDepends = [ base eq prelude-extras ]; description = "Higher order versions of the Scrap Your Boilerplate classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248022,7 +248022,7 @@ self: { ]; testHaskellDepends = [ base HUnit ]; description = "Scrap Your Boilerplate With Class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "syb-with-class-instances-text" = callPackage @@ -248033,8 +248033,8 @@ self: { sha256 = "0vnpqk89nxs0anx62mzasl9wrcscw18vwc284y067ryb086aj2hf"; libraryHaskellDepends = [ base syb-with-class text ]; description = "Scrap Your Boilerplate With Class Text instance"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248061,7 +248061,7 @@ self: { testToolDepends = [ sydtest-discover ]; description = "An advanced modern testing framework for Haskell with good defaults and advanced testing features"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {sydtest-discover = null;}; "syfco" = callPackage @@ -248081,8 +248081,8 @@ self: { array base containers convertible directory mtl parsec transformers ]; description = "Synthesis Format Conversion Tool / Library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248109,7 +248109,7 @@ self: { ]; description = "Lambda calculus visualization"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248122,8 +248122,8 @@ self: { libraryHaskellDepends = [ base containers hashable vector ]; testHaskellDepends = [ base hashable QuickCheck ]; description = "Permutations, patterns, and statistics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248135,8 +248135,8 @@ self: { sha256 = "1ppq86fv5knfdcfn3pfiyg7v9k1aq47xp0b6yn8bwkfhcxxmbbhp"; libraryHaskellDepends = [ base diagrams-cairo diagrams-lib sym ]; description = "Plot permutations; an addition to the sym package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248153,8 +248153,8 @@ self: { text transformers ]; description = "Library for Typed Tagless-Final Higher-Order Composable DSL"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248176,8 +248176,8 @@ self: { tasty tasty-golden text time transformers treeseq ]; description = "Library for reading and writing Atom"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248189,7 +248189,7 @@ self: { sha256 = "1yvlvsr38b1ydplpz1jldy816sngmic273iajcmhr73rlyzk5y3d"; libraryHaskellDepends = [ base ]; description = "Basic symantics for writing Embedded Domain-Specific Languages (EDSL)"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "symantic-cli" = callPackage @@ -248205,8 +248205,8 @@ self: { transformers ]; description = "Symantics for parsing and documenting a CLI"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248223,7 +248223,7 @@ self: { base containers tasty tasty-hunit text transformers ]; description = "Document symantics"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "symantic-grammar" = callPackage @@ -248239,7 +248239,7 @@ self: { base megaparsec tasty tasty-hunit text transformers ]; description = "Library for symantic grammars"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "symantic-http" = callPackage @@ -248255,8 +248255,8 @@ self: { text transformers ]; description = "Symantic combinators for deriving clients or a server from an HTTP API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248275,8 +248275,8 @@ self: { symantic-http text time transformers word8 ]; description = "symantic-http applied to the derivation of HTTP clients"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248303,8 +248303,8 @@ self: { time transformers wai wai-extra warp ]; description = "Demo for symantic-http and its companion libraries"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248326,8 +248326,8 @@ self: { symantic-http text time transformers word8 ]; description = "Streaming support through pipes for symantic-http"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248346,8 +248346,8 @@ self: { text time transformers wai warp word8 ]; description = "symantic-http applied to the derivation of HTTP servers"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248375,8 +248375,8 @@ self: { transformers wai wai-extra warp ]; description = "Test symantic-http and its companion libraries"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248399,8 +248399,8 @@ self: { tasty-hunit text transformers ]; description = "Symantics for common types"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248424,8 +248424,8 @@ self: { transformers unix unordered-containers ]; description = "Parser combinators statically optimized and staged via typed meta-programming"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248449,8 +248449,8 @@ self: { symantic-base tasty tasty-golden text transformers treeseq ]; description = "Library for reading, validating and writing XML"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248482,8 +248482,8 @@ self: { websockets-simple-extra ]; description = "Data serialization, communication, and operation verification implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248497,7 +248497,7 @@ self: { editedCabalFile = "0jdbaap11pkgb6m98v57k7qnx62pqxy7pa2i7293ywa4q305qgm1"; libraryHaskellDepends = [ base containers deepseq ]; description = "A 'Symbol' type for fast symbol comparison"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "symbolic-link" = callPackage @@ -248509,8 +248509,8 @@ self: { libraryHaskellDepends = [ base directory unix ]; testHaskellDepends = [ base tasty tasty-hunit unix ]; description = "Symlink functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248522,7 +248522,7 @@ self: { sha256 = "19hlvyq5s4lvqi8n4qwxy4fgi33y72n8h4lw5bbb35sbq9jlw69c"; libraryHaskellDepends = [ base ]; description = "Symbol manipulation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "symengine" = callPackage @@ -248537,8 +248537,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; testSystemDepends = [ gmp gmpxx symengine ]; description = "SymEngine symbolic mathematics engine for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gmp; inherit (pkgs) gmpxx; inherit (pkgs) symengine;}; @@ -248557,8 +248557,8 @@ self: { testHaskellDepends = [ base ]; testSystemDepends = [ gmp gmpxx symengine ]; description = "SymEngine symbolic mathematics engine for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) gmp; inherit (pkgs) gmpxx; inherit (pkgs) symengine;}; @@ -248572,7 +248572,7 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base hspec HUnit ]; description = "Monoids for sameness and uniqueness"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "symmetry-operations-symbols" = callPackage @@ -248588,8 +248588,8 @@ self: { base doctest hspec matrix matrix-as-xyz parsec QuickCheck ]; description = "Derivation of symbols and coordinate triplets Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248605,7 +248605,7 @@ self: { ansi-terminal base monad-loops random ]; description = "Minimal implementation(s) of the classic electronic memory game"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "sync" = callPackage @@ -248616,8 +248616,8 @@ self: { sha256 = "10c2divizmjij5w7x2ky6dzhq6y6wr6qq1pwl7wlhgv663y9yalk"; libraryHaskellDepends = [ base stm ]; description = "A fast implementation of synchronous channels with a CML-like API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248655,8 +248655,8 @@ self: { aeson base bytestring directory filepath process temporary time ]; description = "Fast incremental file transfer using Merkle-Hash-Trees"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248668,7 +248668,7 @@ self: { sha256 = "0xzpjq3h3mqdi553v7p6xm3i74nvbhz5igjlhfh6snlmr7p1cdvb"; libraryHaskellDepends = [ base ]; description = "Synchronous communication channels"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "syncthing-hs" = callPackage @@ -248695,8 +248695,8 @@ self: { vector wreq ]; description = "Haskell bindings for the Syncthing REST API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248721,7 +248721,7 @@ self: { ]; description = "Similar code analysis"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {Synt = null;}; @@ -248745,8 +248745,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Generic representation and manipulation of abstract syntax"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248758,7 +248758,7 @@ self: { sha256 = "1sqnmarmdm4mha28h8gbp3jddlig84v7zqn53a29047w3877g3gw"; libraryHaskellDepends = [ base ]; description = "Distfix expression parsing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "syntax" = callPackage @@ -248775,8 +248775,8 @@ self: { base lens mono-traversable scientific semi-iso text vector ]; description = "Reversible parsing and pretty-printing"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248792,8 +248792,8 @@ self: { attoparsec base bytestring scientific semi-iso syntax text vector ]; description = "Syntax instances for Attoparsec"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248812,8 +248812,8 @@ self: { syntax-printer text ]; description = "Example application using syntax, a library for abstract syntax descriptions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248832,8 +248832,8 @@ self: { syntax-attoparsec syntax-printer text ]; description = "Example JSON parser/pretty-printer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248848,8 +248848,8 @@ self: { base pretty scientific semi-iso syntax text ]; description = "Syntax instance for pretty, the pretty printing library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248866,8 +248866,8 @@ self: { text vector ]; description = "Text and ByteString printers for 'syntax'"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248883,8 +248883,8 @@ self: { base haskell-src-exts hint mtl template-haskell uniplate ]; description = "Convert between different Haskell syntax trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248900,8 +248900,8 @@ self: { base haskell-src-exts hint mtl template-haskell uniplate ]; description = "Convert between different Haskell syntax trees. Bairyn's fork."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248920,8 +248920,8 @@ self: { ]; testHaskellDepends = [ aeson base cassava haskell-conll hspec ]; description = "Working with Google's SyntaxNet output files - CoNLL, Tree"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -248944,7 +248944,7 @@ self: { ]; description = "Audio signal processing coded in Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249054,7 +249054,7 @@ self: { ]; description = "Audio signal processing with dynamic physical dimensions"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {UniqueLogicNP = null;}; @@ -249083,8 +249083,8 @@ self: { ]; doHaddock = false; description = "Efficient signal processing using runtime compilation"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249124,7 +249124,7 @@ self: { libraryHaskellDepends = [ base process text ]; testHaskellDepends = [ base doctest ]; description = "Auth with smbclient command"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "sys-process" = callPackage @@ -249144,8 +249144,8 @@ self: { base directory doctest filepath QuickCheck template-haskell ]; description = "A replacement for System.Exit and System.Process."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249158,7 +249158,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec hspec-expectations ]; description = "Haskell Interface for getting overall system statistics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "system-argv0" = callPackage @@ -249169,7 +249169,7 @@ self: { sha256 = "1ijfry2r3cypp3zmws6dczk21m4n86fkxjld7yl19gjp46fxllbd"; libraryHaskellDepends = [ base bytestring system-filepath text ]; description = "Get argv[0] as a FilePath"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "system-canonicalpath" = callPackage @@ -249185,8 +249185,8 @@ self: { ]; testHaskellDepends = [ base basic-prelude chell system-filepath ]; description = "Abstract data type for canonical paths with some utilities"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249205,8 +249205,8 @@ self: { base directory doctest filepath QuickCheck ]; description = "A replacement for System.Exit and System.Process"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249218,7 +249218,7 @@ self: { sha256 = "1hig7m7arrj6hmgix8abkidy6wf1a4a4y72k81csq90kv5jhynxk"; libraryHaskellDepends = [ base ]; description = "Error reporting functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "system-extra" = callPackage @@ -249232,8 +249232,8 @@ self: { libraryHaskellDepends = [ base bytestring directory process ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "A bunch of system utilities used by other projects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249253,7 +249253,7 @@ self: { transformers unix ]; description = "Consistent filesystem interaction across GHC versions (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "system-filepath" = callPackage @@ -249272,7 +249272,7 @@ self: { base bytestring chell chell-quickcheck QuickCheck text ]; description = "High-level, byte-based file and directory path manipulations (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "system-gpio" = callPackage @@ -249283,7 +249283,7 @@ self: { sha256 = "1i718k96xvsfl9rh1x4n5ra88838wd6rzmj3p70bfkxxrsvv1zi4"; libraryHaskellDepends = [ array base ghc-prim ]; description = "GPIO wrapper libary for Raspberry Pi"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "system-info" = callPackage @@ -249294,7 +249294,7 @@ self: { sha256 = "10a43hb20gb8vgggibsnd3xg3al1wm4phjpp1mf2hnkf4nwxilm4"; libraryHaskellDepends = [ base ]; description = "Get the name of the operating system"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "system-inotify" = callPackage @@ -249305,8 +249305,8 @@ self: { sha256 = "0ndw4vcvvf7p6nb5vn91mhbj4w9lmgm4cl0jzsks4mxs625bv4lg"; libraryHaskellDepends = [ base bytestring ]; description = "Binding to Linux's inotify interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249329,8 +249329,8 @@ self: { transformers unix ]; description = "Lifted versions of System functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249347,8 +249347,8 @@ self: { ]; testHaskellDepends = [ base directory hedgehog pretty-show ]; description = "A library for accessing the /proc filesystem in Linux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249365,8 +249365,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Get system locales"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249378,7 +249378,7 @@ self: { sha256 = "1wkfz898d3607xnx779l1k1qc8i2k63ixg47542r45scwq8m0lsk"; libraryHaskellDepends = [ base bytestring unix ]; description = "A toy module to temporarily redirect a program's stdout"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "system-random-effect" = callPackage @@ -249404,8 +249404,8 @@ self: { base criterion deepseq extensible-effects vector ]; description = "Random number generation for extensible effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249425,7 +249425,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit ]; description = "Runs system tests of applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "system-time-monotonic" = callPackage @@ -249436,7 +249436,7 @@ self: { sha256 = "0f5grhh6x2fbawmdk0gq1nsjz47iz8f8r2592d1l69fqddwdhc3v"; libraryHaskellDepends = [ base time ]; description = "Simple library for using the system's monotonic clock"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "system-util" = callPackage @@ -249457,8 +249457,8 @@ self: { semigroups system-lifted template-haskell transformers ]; description = "Various system utils lifted to EitherT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {easy-data = null;}; @@ -249478,7 +249478,7 @@ self: { ]; librarySystemDepends = [ libossp_uuid ]; description = "Bindings to system UUID functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) libossp_uuid;}; "systemd" = callPackage @@ -249492,7 +249492,7 @@ self: { ]; testHaskellDepends = [ base network unix ]; description = "Systemd facilities (Socket activation, Notify)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "systemstats" = callPackage @@ -249510,8 +249510,8 @@ self: { transformers ]; description = "An application that regularly logs system stats for later analysis"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249523,7 +249523,7 @@ self: { sha256 = "1m5395937yyxsa1bmlfn1dxa1jr15yjhlz9s15bpwapshcd8119y"; libraryHaskellDepends = [ base syb ]; description = "Scrap Your Zippers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "t-regex" = callPackage @@ -249540,8 +249540,8 @@ self: { QuickCheck recursion-schemes template-haskell transformers ]; description = "Matchers and grammars using tree regular expressions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249553,8 +249553,8 @@ self: { sha256 = "1pnikcyczwy7x4gf35pxkmr9p8b6smqb637r1h8rc9p2hjag2kak"; libraryHaskellDepends = [ base t3-game t3-server ]; description = "tic-tac-toe Rexports for client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249571,7 +249571,7 @@ self: { ]; testHaskellDepends = [ aeson base hspec ]; description = "tic-tac-toe core"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "t3-server" = callPackage @@ -249590,8 +249590,8 @@ self: { text time transformers unordered-containers vector wai ]; description = "tic-tac-toe server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249607,8 +249607,8 @@ self: { base containers ghc-prim mtl Takusen template-haskell time ]; description = "Transito Abierto: convenience library when using Takusen and Oracle"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249623,7 +249623,7 @@ self: { libraryHaskellDepends = [ base safe text ]; description = "Table layout"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "table" = callPackage @@ -249638,8 +249638,8 @@ self: { base csv optparse-applicative process split ]; description = "Simple tool to generate tables from DSV input"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249664,8 +249664,8 @@ self: { QuickCheck ]; description = "Format tabular data as grid or table"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249677,8 +249677,8 @@ self: { sha256 = "1v5g4fbbspgm4smjxk499a0grh5xsr18688kmivql8knhxh1351k"; libraryHaskellDepends = [ base ]; description = "A table tennis game tracking engine"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249696,8 +249696,8 @@ self: { base cgi containers html mtl parsec QuickCheck ]; description = "An interactive theorem prover based on semantic tableaux"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249721,8 +249721,8 @@ self: { unordered-containers ]; description = "In-memory storage with multiple keys using lenses and traversals"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249743,8 +249743,8 @@ self: { time transformers utf8-string xml ]; description = "Azure Table Storage REST API Wrapper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249763,7 +249763,7 @@ self: { ]; description = "Pretty-printing of CSV files"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "tabloid" = callPackage @@ -249781,8 +249781,8 @@ self: { regex-posix ]; description = "View the output of shell commands in a table"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249797,8 +249797,8 @@ self: { libraryHaskellDepends = [ base filepath monadlist mtl tagged ]; executableHaskellDepends = [ base filepath monadlist mtl tagged ]; description = "Indents source files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249810,7 +249810,7 @@ self: { sha256 = "0z936gh8n8i8qdkagyxwd9gqq13skd5fv013vdvwsibrxkm0czfb"; libraryHaskellDepends = [ base csv html mtl ]; description = "Two-dimensional data tables with rendering functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "taffybar" = callPackage @@ -249854,7 +249854,7 @@ self: { ]; executablePkgconfigDepends = [ gtk3 ]; description = "A desktop bar similar to xmobar, but with more GUI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gtk3;}; "tag-bits" = callPackage @@ -249865,8 +249865,8 @@ self: { sha256 = "0crn1g3dh97s3b55z0pkvjm9h89kq99c2agk687vr0vij6r5di65"; libraryHaskellDepends = [ base ghc-prim ]; description = "Provides access to the dynamic pointer tagging bits used by GHC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249882,8 +249882,8 @@ self: { attoparsec base blaze-builder bytestring enumerator ]; description = "streamlined html tag parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249922,7 +249922,7 @@ self: { base deepseq template-haskell transformers ]; description = "Haskell 98 phantom types to avoid unsafely passing dummy arguments"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tagged-binary" = callPackage @@ -249935,7 +249935,7 @@ self: { base base-compat binary bytestring pureMD5 ]; description = "Provides tools for serializing data tagged with type information"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tagged-exception-core" = callPackage @@ -249948,8 +249948,8 @@ self: { base exceptions mmorph mtl transformers ]; description = "Reflect exceptions using phantom types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249961,7 +249961,7 @@ self: { sha256 = "1n5jafvcck6mq14fb1wrgclkrkxz4vd1x09y028awz66makn5v1c"; libraryHaskellDepends = [ base mtl transformers ]; description = "Trivial monad transformer that allows identical monad stacks have different types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tagged-list" = callPackage @@ -249980,8 +249980,8 @@ self: { type-level-natural-number-operations ]; description = "Lists tagged with a type-level natural number representing their length"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -249995,8 +249995,8 @@ self: { base tagged template-haskell type-spine ]; description = "QuasiQuoter and Template Haskell splices for creating proxies at higher-kinds"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250010,8 +250010,8 @@ self: { base time transformers unordered-containers ]; description = "Simple wrappers for timing IO actions (single-threaded)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250028,7 +250028,7 @@ self: { semigroupoids tagged ]; description = "Monad transformer carrying an extra phantom type tag"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tagging" = callPackage @@ -250039,7 +250039,7 @@ self: { sha256 = "012lcbp2c9a38s4l2i9jaiqcxaidk93v7gxcnf9lplixrnzczy93"; libraryHaskellDepends = [ base bytestring pcre-light ]; description = "Library for tagging data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "taggy" = callPackage @@ -250067,7 +250067,7 @@ self: { attoparsec base criterion tagsoup text vector ]; description = "Efficient and simple HTML/XML parsing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "taggy-lens" = callPackage @@ -250085,7 +250085,7 @@ self: { base doctest hspec lens taggy text unordered-containers ]; description = "Lenses for the taggy html/xml parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "taglib" = callPackage @@ -250114,8 +250114,8 @@ self: { ]; libraryPkgconfigDepends = [ taglib ]; description = "An FFI layer over TagLib's C bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) taglib;}; @@ -250131,7 +250131,7 @@ self: { base binary containers parsec text text-binary ]; description = "Positional tags and tagsets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tagshare" = callPackage @@ -250142,7 +250142,7 @@ self: { sha256 = "1q3chp1rmwmxa8rxv7548wsvbqbng6grrnv1587p08385sp4ncfj"; libraryHaskellDepends = [ base containers mtl ]; description = "TagShare - explicit sharing with tags"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tagsoup" = callPackage @@ -250158,7 +250158,7 @@ self: { base bytestring deepseq directory process QuickCheck time ]; description = "Parsing and extracting information from (possibly malformed) HTML/XML documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tagsoup-ht" = callPackage @@ -250182,7 +250182,7 @@ self: { ]; description = "alternative parser for the tagsoup package"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250199,8 +250199,8 @@ self: { base hspec megaparsec raw-strings-qq tagsoup ]; description = "A Tag token parser and Tag specific parsing combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250218,8 +250218,8 @@ self: { tagsoup tagsoup-selection transformers ]; description = "Tagsoup Navigate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250231,8 +250231,8 @@ self: { sha256 = "0h62kqls8nrq5wqxbzvxav4kfn1lxc6qm5vg8dhkvqdp5z6xnkzk"; libraryHaskellDepends = [ base parsec tagsoup ]; description = "Tokenizes Tag, so [ Tag ] can be used as parser input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250244,8 +250244,8 @@ self: { sha256 = "0wqw4g5bg8zrkdxfsr8gn0g4a6dvz83b3hyvhdwqf2q1v3i5jw9d"; libraryHaskellDepends = [ base containers parsec tagsoup ]; description = "Selecting subtrees from TagSoup's TagTrees using CSS selectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250266,8 +250266,8 @@ self: { base bytestring tagsoup unicode-show utf8-string ]; description = "Black magic tagsoup"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250288,7 +250288,7 @@ self: { base bytestring conduit hspec HUnit QuickCheck resourcet text ]; description = "streamlined html tag parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tai" = callPackage @@ -250305,8 +250305,8 @@ self: { base clock lens mtl parsers time trifecta wreq ]; description = "Support library to enable TAI usage on systems with time kept in UTC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250325,8 +250325,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Tai64 Labels for Haskell"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250350,7 +250350,7 @@ self: { streaming-eversion tasty tasty-hunit text ]; description = "Tail files in Unix, using hinotify"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tak" = callPackage @@ -250370,7 +250370,7 @@ self: { random-shuffle safe ]; description = "A library encoding the rules of Tak, and a playtak.com client."; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "tak-ai" = callPackage @@ -250387,7 +250387,7 @@ self: { base HUnit matrix parsec random-shuffle tak ]; description = "AI(s) for playing Tak on playtak.com"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "takahashi" = callPackage @@ -250399,8 +250399,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base lens monad-skeleton mtl ]; description = "create slide for presentation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250415,8 +250415,8 @@ self: { libraryHaskellDepends = [ base mtl old-time time ]; librarySystemDepends = [ clntsh ]; description = "Database library with left-fold interface for Oracle"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {clntsh = null;}; @@ -250432,8 +250432,8 @@ self: { base containers mtl pretty transformers unbound ]; description = "An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250464,7 +250464,7 @@ self: { ]; description = "The Tamarin prover for security protocol analysis"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250484,7 +250484,7 @@ self: { ]; description = "Term manipulation library for the tamarin prover"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250507,7 +250507,7 @@ self: { ]; description = "Term manipulation library for the tamarin prover"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250526,7 +250526,7 @@ self: { ]; description = "Utility library for the tamarin prover"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250538,7 +250538,7 @@ self: { sha256 = "0im6m05lj6nfap6qqff9qmb8vvv4i3g17pcqdg6rqb2xx86dfnjj"; libraryHaskellDepends = [ base containers mtl safe text ]; description = "Blaze-style HTML templates as a Monad Transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tangle" = callPackage @@ -250549,7 +250549,7 @@ self: { sha256 = "1ylv73v6ydf39zfks9762dsz27sxr7sbmmk7k628yqc9czj3nj60"; libraryHaskellDepends = [ base transformers ]; description = "HKD record builder"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tao" = callPackage @@ -250560,7 +250560,7 @@ self: { sha256 = "0iqsah4l87bd25cpk575hsq5qbx506gz1ajf6fyv6pmi0sb1w2hb"; libraryHaskellDepends = [ base ]; description = "Type-level assertion operators"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tao-example" = callPackage @@ -250571,7 +250571,7 @@ self: { sha256 = "1ch09fgj46fy5h33rcqlbkm02v8cq246bpxswxfdj8p9g1dkkpk5"; libraryHaskellDepends = [ base tao ]; description = "Example usage of the tao package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tapioca" = callPackage @@ -250588,8 +250588,8 @@ self: { ]; testHaskellDepends = [ base hspec vector ]; description = "A tasty enhancement to cassava for easy csv exporting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250616,7 +250616,7 @@ self: { filepath time ]; description = "Reading, writing and manipulating \".tar\" archive files."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tar-bytestring" = callPackage @@ -250645,7 +250645,7 @@ self: { hpath-filepath hpath-posix safe-exceptions these time unix word8 ]; description = "Reading, writing and manipulating \".tar\" archive files."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tar-conduit" = callPackage @@ -250670,7 +250670,7 @@ self: { deepseq directory filepath hspec ]; description = "Extract and create tar files using conduit for streaming"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tardis" = callPackage @@ -250683,7 +250683,7 @@ self: { editedCabalFile = "1wp6vp90g19hv8r2l83ava7qxf0933gb7ni2zgyfa66vlvxvhibv"; libraryHaskellDepends = [ base mmorph mtl ]; description = "Bidirectional state monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "target" = callPackage @@ -250721,8 +250721,8 @@ self: { xml-conduit ]; description = "Generate test-suites from refinement types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) z3;}; @@ -250745,7 +250745,7 @@ self: { text text-zipper vector vty ]; description = "Terminal Art"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "task" = callPackage @@ -250764,8 +250764,8 @@ self: { directory filepath old-locale random text time unix ]; description = "A command line tool for keeping track of tasks you worked on"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250802,8 +250802,8 @@ self: { temporary text transformers vector ]; description = "Distributed processing of changing tasks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250833,8 +250833,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A command-line kanban board/task manager"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250853,7 +250853,7 @@ self: { async base containers fgl hspec stm transformers ]; description = "Manage pools of possibly interdependent tasks using STM and async"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "taskwarrior" = callPackage @@ -250877,8 +250877,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Types and aeson instances for taskwarrior tasks"; - license = stdenv.lib.licenses.agpl3Plus; - maintainers = with stdenv.lib.maintainers; [ maralorn ]; + license = lib.licenses.agpl3Plus; + maintainers = with lib.maintainers; [ maralorn ]; }) {}; "tasty" = callPackage @@ -250895,7 +250895,7 @@ self: { stm tagged unbounded-delays unix wcwidth ]; description = "Modern and extensible testing framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty_1_4_0_3" = callPackage @@ -250912,8 +250912,8 @@ self: { tagged unbounded-delays unix wcwidth ]; description = "Modern and extensible testing framework"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "tasty-ant-xml" = callPackage @@ -250930,7 +250930,7 @@ self: { stm tagged tasty transformers xml ]; description = "Render tasty output to XML for Jenkins"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-ant-xml_1_1_8" = callPackage @@ -250947,8 +250947,8 @@ self: { stm tagged tasty transformers xml ]; description = "Render tasty output to XML for Jenkins"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "tasty-auto" = callPackage @@ -250968,8 +250968,8 @@ self: { tasty-quickcheck tasty-smallcheck ]; description = "Auto discovery for Tasty with support for ingredients and test tree generation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -250995,8 +250995,8 @@ self: { tasty-hunit temporary text transformers ]; description = "BDD tests language and tasty provider"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251008,7 +251008,7 @@ self: { sha256 = "0jzaqra7gsrvy33j1g6bnrwg7x5pyg5p50l5mgvpz71kd946725l"; libraryHaskellDepends = [ base dejafu random tagged tasty ]; description = "Deja Fu support for the Tasty test framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-discover" = callPackage @@ -251034,7 +251034,7 @@ self: { tasty-smallcheck ]; description = "Test discovery for the tasty framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-expected-failure" = callPackage @@ -251050,7 +251050,7 @@ self: { base hedgehog tasty tasty-golden tasty-hedgehog tasty-hunit ]; description = "Mark tasty tests as failure expected"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-fail-fast" = callPackage @@ -251066,8 +251066,8 @@ self: { base directory tasty tasty-golden tasty-hunit tasty-tap ]; description = "Adds the ability to fail a tasty test suite on first test failure"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251084,7 +251084,7 @@ self: { base tasty tasty-expected-failure tasty-hunit ]; description = "Simple focus mechanism for tasty"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-golden" = callPackage @@ -251106,7 +251106,7 @@ self: { base directory filepath process tasty tasty-hunit temporary ]; description = "Golden tests support for tasty"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-golden_2_3_4" = callPackage @@ -251129,8 +251129,8 @@ self: { base directory filepath process tasty tasty-hunit temporary ]; description = "Golden tests support for tasty"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "tasty-groundhog-converters" = callPackage @@ -251148,8 +251148,8 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Tasty Tests for groundhog converters"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251168,7 +251168,7 @@ self: { base hedgehog tasty tasty-expected-failure ]; description = "Integration for tasty and hedgehog"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-hedgehog-coverage" = callPackage @@ -251190,8 +251190,8 @@ self: { base hedgehog tasty tasty-expected-failure ]; description = "Coverage tracking for Hedgehog Property-Based Testing via Tasty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251208,7 +251208,7 @@ self: { tasty-smallcheck ]; description = "Hspec support for the Tasty test framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-html" = callPackage @@ -251226,7 +251226,7 @@ self: { semigroups stm tagged tasty text transformers ]; description = "Render tasty output to HTML"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-hunit" = callPackage @@ -251237,7 +251237,7 @@ self: { sha256 = "0gz6zz3w7s44pymw33xcxnawryl27zk33766sab96nz2xh91kvxp"; libraryHaskellDepends = [ base call-stack tasty ]; description = "HUnit support for the Tasty test framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-hunit-adapter" = callPackage @@ -251248,7 +251248,7 @@ self: { sha256 = "06rywmn6gc1qyhf65iwm6i0ysg99ygr2ghk1alkklz4ycagidyvg"; libraryHaskellDepends = [ base HUnit tasty tasty-hunit ]; description = "Use existing HUnit tests with tasty"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-hunit-compat" = callPackage @@ -251259,7 +251259,7 @@ self: { sha256 = "0kfxga9j1iy7f00gj3dsh45ywyi7qzdlrmp16gr4ir3b08rwhj2m"; libraryHaskellDepends = [ base HUnit tasty tasty-hunit ]; description = "Integration of `HUnit` with `tasty`"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "tasty-integrate" = callPackage @@ -251289,8 +251289,8 @@ self: { transformers ]; description = "automated integration of QuickCheck properties into tasty suites"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251310,8 +251310,8 @@ self: { tasty-hunit unix ]; description = "Render tasty output to both console and XML for Jenkins"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251327,7 +251327,7 @@ self: { base bytestring containers stm tagged tasty text ]; description = "JSON reporter for the tasty testing framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-kat" = callPackage @@ -251343,7 +251343,7 @@ self: { base bytestring mtl tasty tasty-hunit tasty-quickcheck ]; description = "Known Answer Tests (KAT) framework for tasty"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-laws" = callPackage @@ -251360,8 +251360,8 @@ self: { ]; testHaskellDepends = [ base smallcheck smallcheck-laws tasty ]; description = "Test common laws"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251374,7 +251374,7 @@ self: { libraryHaskellDepends = [ base leancheck tasty ]; testHaskellDepends = [ base leancheck tasty ]; description = "LeanCheck support for the Tasty test framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-lens" = callPackage @@ -251390,8 +251390,8 @@ self: { ]; testHaskellDepends = [ base lens tasty ]; description = "Tasty TestTrees for Lens validation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251410,7 +251410,7 @@ self: { base directory filepath hslua tasty tasty-hunit ]; description = "Write tests in Lua, integrate into tasty"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-mgolden" = callPackage @@ -251435,8 +251435,8 @@ self: { tasty-hunit text typed-process ]; description = "Golden testing provider for tasty with muti-line diff output"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251451,7 +251451,7 @@ self: { base deepseq directory filepath process tasty ]; description = "Use tasty framework to test whether a program executes correctly"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-quickcheck" = callPackage @@ -251467,7 +251467,7 @@ self: { ]; testHaskellDepends = [ base pcre-light tasty tasty-hunit ]; description = "QuickCheck support for the Tasty test framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-quickcheck-laws" = callPackage @@ -251482,7 +251482,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck tasty ]; description = "Pre-built tasty trees for checking lawful class properties using QuickCheck"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-rerun" = callPackage @@ -251500,7 +251500,7 @@ self: { transformers ]; description = "Rerun only tests which failed in a previous test run"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-silver" = callPackage @@ -251523,8 +251523,8 @@ self: { transformers ]; description = "A fancy test runner, including support for golden tests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251542,7 +251542,7 @@ self: { base optparse-applicative smallcheck tagged tasty ]; description = "SmallCheck support for the Tasty test framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-stats" = callPackage @@ -251557,8 +251557,8 @@ self: { base containers directory process stm tagged tasty time ]; description = "Collect statistics of your Tasty testsuite"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251581,7 +251581,7 @@ self: { ]; doHaddock = false; description = "Tests defined by Search Using Golden Answer References"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "tasty-tap" = callPackage @@ -251597,7 +251597,7 @@ self: { base directory tasty tasty-golden tasty-hunit ]; description = "TAP (Test Anything Protocol) Version 13 formatter for tasty"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tasty-test-reporter" = callPackage @@ -251615,7 +251615,7 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Producing JUnit-style XML test reports"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-test-vector" = callPackage @@ -251628,7 +251628,7 @@ self: { editedCabalFile = "131ldlbp4ji1m8wayl8h28ykcda29bsvifa3mw8513mnqnndgahc"; libraryHaskellDepends = [ base tasty ]; description = "Test vector support for tasty"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-th" = callPackage @@ -251644,7 +251644,7 @@ self: { ]; testHaskellDepends = [ base tasty-hunit ]; description = "Automatic tasty test case discovery using TH"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-tmux" = callPackage @@ -251660,7 +251660,7 @@ self: { typed-process ]; description = "Terminal user acceptance testing (UAT) via tmux"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "tasty-travis" = callPackage @@ -251674,7 +251674,7 @@ self: { libraryHaskellDepends = [ base tasty ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Fancy Travis CI output for tasty tests"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tasty-wai" = callPackage @@ -251692,7 +251692,7 @@ self: { ]; testHaskellDepends = [ base http-types tasty wai ]; description = "Test 'wai' endpoints via Test.Tasty"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tateti-tateti" = callPackage @@ -251707,8 +251707,8 @@ self: { array base lens-simple mtl ncurses random ]; description = "Meta tic-tac-toe ncurses game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251720,7 +251720,7 @@ self: { sha256 = "10vw3y3vimqpb22amhk7n0d0jni46j60iva1gqa28ky8lhqq8ssz"; libraryHaskellDepends = [ base ]; description = "Tau, the ratio between any circle's circumference and radius"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tax" = callPackage @@ -251733,7 +251733,7 @@ self: { base dollaridoos profunctors semigroups ]; description = "Types and combinators for taxes"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "tbox" = callPackage @@ -251751,7 +251751,7 @@ self: { ]; description = "Transactional variables and data structures with IO hooks"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251767,8 +251767,8 @@ self: { aws base bytestring conduit http-conduit network TCache text ]; description = "tcache using Amazon Web Services as default persistence mechanism"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251786,8 +251786,8 @@ self: { base bytestring tokyocabinet-haskell utf8-string ]; description = "TokyoCabinet CLI interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251803,7 +251803,7 @@ self: { executableHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers HUnit ]; description = "Very simple config file reading"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tcod-haskell" = callPackage @@ -251821,8 +251821,8 @@ self: { ]; libraryPkgconfigDepends = [ libtcod ]; description = "Bindings to libtcod roguelike engine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libtcod;}; @@ -251834,7 +251834,7 @@ self: { sha256 = "05cnlbrdddbrdwlm8s7b76ydwrn49vaifdgaklfhv8rzz9dfpvbr"; libraryHaskellDepends = [ base containers ]; description = "Simple text configuration file parser library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tcp" = callPackage @@ -251845,8 +251845,8 @@ self: { sha256 = "1wqkfnkd2di9a6h0br33fd7jaf1yqpaf7kjnpjwp52l4xv04ajlv"; libraryHaskellDepends = [ base containers old-time ]; description = "A purely functional TCP implementation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251869,7 +251869,7 @@ self: { test-framework-hunit ]; description = "One stop solution for tcp client and server with tls support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tcp-streams-openssl" = callPackage @@ -251890,8 +251890,8 @@ self: { test-framework-hunit ]; description = "Tcp streams using openssl for tls support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251919,8 +251919,8 @@ self: { transformers ]; description = "Test framework wrapper"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251942,7 +251942,7 @@ self: { vector vector-algorithms ]; description = "On-line accumulation of rank-based statistics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tdigest-Chart" = callPackage @@ -251963,8 +251963,8 @@ self: { tdigest vector ]; description = "Chart generation from tdigest"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -251992,8 +251992,8 @@ self: { ]; testSystemDepends = [ tdlib ]; description = "complete binding to the Telegram Database Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) tdlib;}; @@ -252022,8 +252022,8 @@ self: { template-haskell text ]; description = "Codegen for TDLib"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252044,8 +252044,8 @@ self: { polysemy-plugin tdlib-gen text ]; description = "Types and Functions generated from tdlib api spec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252061,7 +252061,7 @@ self: { base bytestring template-haskell transformers xhtml ]; description = "TDoc is a typed document builder with support for (X)HTML"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tds" = callPackage @@ -252082,8 +252082,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Pure Haskell TDS protocol implementation. Mainly for beam-mssql and beam-sybase"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252096,7 +252096,7 @@ self: { libraryHaskellDepends = [ base containers fgl graphviz ]; description = "Graphical modeling tools for sequential teams"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252118,7 +252118,7 @@ self: { base gauge rio typed-process unliftio ]; description = "Build safe and composable teardown sub-routines for resources"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "techlab" = callPackage @@ -252139,8 +252139,8 @@ self: { polysemy-plugin polysemy-vinyl polysemy-zoo ]; description = "Bleeding edge prelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252172,7 +252172,7 @@ self: { ]; doHaddock = false; description = "Procedures and Sequences"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "teeth" = callPackage @@ -252183,8 +252183,8 @@ self: { sha256 = "0vkaf4prvyi8056mq7kmnn9h7l8z6in2272vzmr1fnchqi7xnn8c"; libraryHaskellDepends = [ base ]; description = "Dental data types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252200,7 +252200,7 @@ self: { base exceptions fallible prettyprinter prettyprinter-ansi-terminal ]; description = "Prettier error"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "telegram" = callPackage @@ -252215,8 +252215,8 @@ self: { aeson base bytestring data-default http-conduit url utf8-string ]; description = "Telegram API client"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252244,8 +252244,8 @@ self: { servant-client servant-client-core text transformers utf8-string ]; description = "Telegram Bot API bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252266,8 +252266,8 @@ self: { executableHaskellDepends = [ base text ]; testHaskellDepends = [ base ]; description = "Telegram Bot microframework for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252299,8 +252299,8 @@ self: { unordered-containers ]; description = "Easy to use library for building Telegram bots"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252325,8 +252325,8 @@ self: { servant-client-core servant-multipart telegram-types text time ]; description = "Servant bindings to the Telegram bot API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252348,8 +252348,8 @@ self: { mime-types open-union servant servant-multipart text time ]; description = "Types used in Telegram bot API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252370,7 +252370,7 @@ self: { base http-client http-client-tls in-other-words ]; description = "Binding to the telegraph API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "teleport" = callPackage @@ -252390,8 +252390,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "A tool to quickly switch between directories"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252414,8 +252414,8 @@ self: { tasty-quickcheck vector ]; description = "Telnet client and other things"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252435,8 +252435,8 @@ self: { regex-pcre split tagsoup text time transformers ]; description = "IRC tellbot"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252458,7 +252458,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "A dead-simple shell interpolation templating utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tempi" = callPackage @@ -252469,8 +252469,8 @@ self: { sha256 = "08hjgs32cx3vcm6sga4xc7ijcj3lbjlg133vkri06xfi0v3hjgnp"; libraryHaskellDepends = [ base time ]; description = "For representing musical tempi"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252482,7 +252482,7 @@ self: { sha256 = "10mcnhi2rdflmv79z0359nn5sylifvk9ih38xnjqqby6n4hs7mcg"; libraryHaskellDepends = [ base mtl text ]; description = "Simple string substitution"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "template-default" = callPackage @@ -252493,8 +252493,8 @@ self: { sha256 = "1fxfyfnwlw9yslbz012rygw2j5iywplybmgbaawkfq4jda7yail4"; libraryHaskellDepends = [ base data-default template-haskell ]; description = "declaring Default instances just got even easier"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252506,8 +252506,8 @@ self: { sha256 = "1nk1cv35szp80qkhbyh5gn6vn194zzl0wz186qrqdrdx3a9r9w4g"; libraryHaskellDepends = [ base ghc-boot-th ghc-prim pretty ]; description = "Support library for Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "template-haskell-compat-v0208" = callPackage @@ -252518,7 +252518,7 @@ self: { sha256 = "1s1ynp568i7y5v062kliia46c3cmaijslf2hlmdkkqfdvf8fmzp1"; libraryHaskellDepends = [ base template-haskell ]; description = "A backwards compatibility layer for Template Haskell newer than 2.8"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "template-haskell-optics" = callPackage @@ -252531,7 +252531,7 @@ self: { base containers optics-core template-haskell ]; description = "Optics for template-haskell types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "template-haskell-util" = callPackage @@ -252544,8 +252544,8 @@ self: { base GenericPretty ghc-prim template-haskell ]; description = "Some utilities for template Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252566,8 +252566,8 @@ self: { base parsec QuickCheck test-framework test-framework-quickcheck2 ]; description = "Haskell's Simple Markup Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252587,7 +252587,7 @@ self: { unordered-containers uri-encode ]; description = "Template Toolkit implementation for Haskell"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "template-yj" = callPackage @@ -252598,8 +252598,8 @@ self: { sha256 = "1vj856dcmnipzxkzs3y33sgkyldqirq8rz9mi6grllv6mqq6lgj2"; libraryHaskellDepends = [ base bytestring text ]; description = "Process template file"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252613,8 +252613,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base mtl tagsoup uniplate ]; description = "Make template from website"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252632,8 +252632,8 @@ self: { regex-compat regex-posix template-haskell time utf8-string ]; description = "A PostgreSQL access library with compile-time SQL type inference"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252650,7 +252650,7 @@ self: { base hspec hspec-attoparsec HUnit QuickCheck text ]; description = "Simple string templater"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tempo" = callPackage @@ -252671,7 +252671,7 @@ self: { executableHaskellDepends = [ base MissingH mtl time ]; testHaskellDepends = [ base ]; description = "Command-line tool to log time-tracking information into JIRA Tempo plugin"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tempodb" = callPackage @@ -252688,8 +252688,8 @@ self: { http-streams io-streams mtl old-locale text time ]; description = "A small Haskell wrapper around the TempoDB api"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252707,8 +252707,8 @@ self: { temporal-music-notation temporal-music-notation-western ]; description = "library to make electronic music, brings together temporal-music-notation and csound-expression packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252720,7 +252720,7 @@ self: { sha256 = "04qbbx32rs6mz5w3j7wj2hx744x858rv60hmpla3zpx2491r0qi9"; libraryHaskellDepends = [ base Boolean ]; description = "data types for temporal media"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "temporal-music-notation" = callPackage @@ -252733,7 +252733,7 @@ self: { base data-default temporal-media vector ]; description = "music notation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "temporal-music-notation-demo" = callPackage @@ -252748,7 +252748,7 @@ self: { base binary data-default HCodecs temporal-music-notation ]; description = "generates midi from score notation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "temporal-music-notation-western" = callPackage @@ -252759,7 +252759,7 @@ self: { sha256 = "012pv4l5r3ijnyid7b8h1lpifjs7cf3k4a13f6773r93qfgvxpkc"; libraryHaskellDepends = [ base temporal-music-notation ]; description = "western music notation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "temporary" = callPackage @@ -252777,7 +252777,7 @@ self: { base base-compat directory filepath tasty tasty-hunit unix ]; description = "Portable temporary file and directory support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "temporary-rc" = callPackage @@ -252792,7 +252792,7 @@ self: { base directory exceptions filepath transformers unix ]; description = "Portable temporary file and directory support for Windows and Unix, based on code from Cabal"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "temporary-resourcet" = callPackage @@ -252810,7 +252810,7 @@ self: { base directory resourcet tasty tasty-hunit transformers ]; description = "Portable temporary files and directories with automatic deletion"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tempus" = callPackage @@ -252830,8 +252830,8 @@ self: { ]; executableToolDepends = [ happy ]; description = "Interpreter for the FRP language Tempus"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252847,7 +252847,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Programmers' time tracker"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "tensor" = callPackage @@ -252859,8 +252859,8 @@ self: { libraryHaskellDepends = [ base ghc-prim random vector ]; testHaskellDepends = [ base QuickCheck random ]; description = "A completely type-safe library for linear algebra"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252884,8 +252884,8 @@ self: { hint singletons text vector vector-sized ]; description = "Create valid deep neural network architectures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252914,8 +252914,8 @@ self: { test-framework-quickcheck2 ]; description = "TensorFlow bindings"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {libtensorflow = null;}; @@ -252936,8 +252936,8 @@ self: { base bytestring lens-family proto-lens tensorflow text ]; description = "Haskell wrappers for Core Tensorflow Ops"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -252966,8 +252966,8 @@ self: { test-framework-hunit text ]; description = "TensorBoard related functionality"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253001,8 +253001,8 @@ self: { test-framework test-framework-hunit text transformers vector ]; description = "TensorFlow demo application for learning MNIST model"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {tensorflow-mnist-input-data = null;}; @@ -253020,8 +253020,8 @@ self: { optparse-applicative proto-lens semigroups tensorflow-proto text ]; description = "Code generation for TensorFlow operations"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253051,8 +253051,8 @@ self: { base criterion deepseq tensorflow transformers vector ]; description = "Friendly layer around TensorFlow bindings"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253070,7 +253070,7 @@ self: { ]; libraryToolDepends = [ protobuf ]; description = "TensorFlow protocol buffers"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {inherit (pkgs) protobuf;}; "tensorflow-records" = callPackage @@ -253086,7 +253086,7 @@ self: { base bytestring cereal test-framework test-framework-quickcheck2 ]; description = "Encoder and decoder for the TensorFlow \"TFRecords\" format"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "tensorflow-records-conduit" = callPackage @@ -253102,7 +253102,7 @@ self: { resourcet tensorflow-records ]; description = "Conduit wrappers for TensorFlow.Records."; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "tensorflow-test" = callPackage @@ -253113,7 +253113,7 @@ self: { sha256 = "1z2anh5ikjpsb1sjfn290bcf5rcxsmzb0gwdk9czdnlmx3fig0ip"; libraryHaskellDepends = [ base HUnit vector ]; description = "Some common functions for test suites"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "tensors" = callPackage @@ -253132,7 +253132,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq vector ]; description = "Tensor in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "term-rewriting" = callPackage @@ -253149,8 +253149,8 @@ self: { ]; testHaskellDepends = [ base containers HUnit QuickCheck ]; description = "Term Rewriting Library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253164,7 +253164,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "termbox bindings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "termbox-banana" = callPackage @@ -253177,8 +253177,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base reactive-banana termbox ]; description = "reactive-banana + termbox"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253194,8 +253194,8 @@ self: { libraryToolDepends = [ c2hs ]; executableHaskellDepends = [ base ]; description = "Bindings to the Termbox library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253210,7 +253210,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base cli ]; description = "Composable terminal colors"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "terminal" = callPackage @@ -253230,7 +253230,7 @@ self: { tasty-hunit tasty-quickcheck text transformers ]; description = "Portable terminal interaction library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "terminal-progress-bar" = callPackage @@ -253247,7 +253247,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion time ]; description = "A progress bar in the terminal"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "terminal-punch" = callPackage @@ -253265,7 +253265,7 @@ self: { ]; testHaskellDepends = [ base QuickCheck time ]; description = "Simple terminal-based time tracker"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "terminal-size" = callPackage @@ -253276,7 +253276,7 @@ self: { sha256 = "0n4nvj3dbj9gxfnprgish45asn9z4dipv9j98s8i7g2n8yb3xhmm"; libraryHaskellDepends = [ base ]; description = "Get terminal window height and width"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "terminal-text" = callPackage @@ -253291,8 +253291,8 @@ self: { ansi-terminal base container layered-state prologue text ]; description = "Text data type for styled terminal output, including all standard ANSI effects (bold, italic, blinking) and ANSI / 256 / truecolor colors support for Unix and Windows (whenever possible)"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253304,8 +253304,8 @@ self: { sha256 = "1k32s5vzkxnsawj8vdscyfc96hk0s97zpj1mgw1hk93hwcrxn9wh"; libraryHaskellDepends = [ base containers contravariant ]; description = "Termination combinators for forcing non-terminating algorithms to terminate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253318,8 +253318,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ ncurses ]; description = "Haskell bindings to the terminfo library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) ncurses;}; "terminfo-hs" = callPackage @@ -253335,7 +253335,7 @@ self: { ]; testHaskellDepends = [ base directory errors filepath QuickCheck ]; description = "A pure-Haskell (no FFI) module for accessing terminfo databases"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "termonad" = callPackage @@ -253370,7 +253370,7 @@ self: { QuickCheck tasty tasty-hedgehog tasty-hspec ]; description = "Terminal emulator configurable in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gtk3; inherit (pkgs) pcre2; vte_291 = pkgs.vte;}; @@ -253389,8 +253389,8 @@ self: { time-units transformers unix vty ]; description = "Plot time series in your terminal using commands stdout"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253408,8 +253408,8 @@ self: { test-framework-quickcheck2 ]; description = "a ternary library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253423,7 +253423,7 @@ self: { librarySystemDepends = [ terralib4c translib ]; description = "A Haskell GIS Programming Environment"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {terralib4c = null; translib = null;}; @@ -253444,8 +253444,8 @@ self: { base containers mtl process syb transformers ]; description = "A semantic parser for lojban"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253471,8 +253471,8 @@ self: { wreq ]; description = "Tesla API client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253494,8 +253494,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Test monadic side-effects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253520,7 +253520,7 @@ self: { time xml ]; description = "Framework for running and organising tests, with HUnit and QuickCheck support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-framework-doctest" = callPackage @@ -253536,8 +253536,8 @@ self: { ]; testHaskellDepends = [ base test-framework ]; description = "Test.Framework wrapper for DocTest"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253553,7 +253553,7 @@ self: { base bytestring filepath mtl process temporary test-framework ]; description = "Golden tests support for test-framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "test-framework-hunit" = callPackage @@ -253569,7 +253569,7 @@ self: { base extensible-exceptions HUnit test-framework ]; description = "HUnit support for the test-framework package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-framework-leancheck" = callPackage @@ -253581,7 +253581,7 @@ self: { libraryHaskellDepends = [ base leancheck test-framework ]; testHaskellDepends = [ base leancheck test-framework ]; description = "LeanCheck support for test-framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-framework-program" = callPackage @@ -253592,7 +253592,7 @@ self: { sha256 = "10p6xxxbfx3yr71wdbvk7qhm3xkxq3a1dv4hgcirzynsdfk36s3z"; libraryHaskellDepends = [ base directory process test-framework ]; description = "Test framework support for running simple test programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-framework-quickcheck" = callPackage @@ -253607,8 +253607,8 @@ self: { base deepseq extensible-exceptions QuickCheck random test-framework ]; description = "QuickCheck support for the test-framework package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253626,7 +253626,7 @@ self: { base extensible-exceptions QuickCheck random test-framework ]; description = "QuickCheck-2 support for the test-framework package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-framework-sandbox" = callPackage @@ -253646,8 +253646,8 @@ self: { base HUnit test-framework test-sandbox test-sandbox-hunit ]; description = "test-sandbox support for the test-framework package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253667,8 +253667,8 @@ self: { test-framework-smallcheck ]; description = "Functions for conveniently marking some of the tests in a suite as being skipped"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253682,7 +253682,7 @@ self: { base smallcheck test-framework transformers ]; description = "Support for SmallCheck tests in test-framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-framework-testing-feat" = callPackage @@ -253694,8 +253694,8 @@ self: { libraryHaskellDepends = [ base test-framework testing-feat ]; testHaskellDepends = [ base test-framework testing-feat ]; description = "A test framework provider for testing-feat"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253712,7 +253712,7 @@ self: { template-haskell test-framework ]; description = "Automagically generate the HUnit- and Quickcheck-bulk-code using Template Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-framework-th-prime" = callPackage @@ -253727,8 +253727,8 @@ self: { base cpphs haskell-src-exts template-haskell test-framework ]; description = "Template Haskell for test framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253741,7 +253741,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Testable functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "test-invariant" = callPackage @@ -253756,7 +253756,7 @@ self: { testHaskellDepends = [ base QuickCheck tasty tasty-quickcheck ]; benchmarkHaskellDepends = [ base criterion QuickCheck ]; description = "Provide common invariants to be checked with QuickCheck"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "test-karya" = callPackage @@ -253780,8 +253780,8 @@ self: { text ]; description = "Testing framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253801,7 +253801,7 @@ self: { ]; executableHaskellDepends = [ base simple-get-opt ]; description = "A library to make a quick test-runner script"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "test-monad-laws" = callPackage @@ -253821,7 +253821,7 @@ self: { base mtl QuickCheck quickcheck-higherorder tasty tasty-quickcheck ]; description = "Laws for mtl classes as QuickCheck properties"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "test-pkg" = callPackage @@ -253832,8 +253832,8 @@ self: { sha256 = "0fncybd3sxrbnrd4l1hri18rhfg9h0fm3k4305iwh4l65fbwg2n8"; libraryHaskellDepends = [ base ]; description = "Just tests Hackage"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253861,8 +253861,8 @@ self: { template-haskell text transformers transformers-compat unix ]; description = "Sandbox for system tests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253894,8 +253894,8 @@ self: { shakespeare test-sandbox text unix ]; description = "Lightweight development enviroments using test-sandbox"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253907,8 +253907,8 @@ self: { sha256 = "0v8nfgjn46q4z5ic5vlqm240dfkk0ci90n86bb3b7nk3hvka1zpk"; libraryHaskellDepends = [ base HUnit lifted-base test-sandbox ]; description = "HUnit convenience functions for use with test-sandbox"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253924,8 +253924,8 @@ self: { base mtl QuickCheck random test-sandbox transformers ]; description = "QuickCheck convenience functions for use with test-sandbox"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253939,8 +253939,8 @@ self: { testHaskellDepends = [ base hspec hspec-discover silently ]; testToolDepends = [ hspec-discover ]; description = "Catchy combinators for HUnit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253959,8 +253959,8 @@ self: { base executable-path mtl process QuickCheck ]; description = "Simple Perl inspired testing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253979,7 +253979,7 @@ self: { ]; description = "Write your tests in comments"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -253994,7 +253994,7 @@ self: { executableHaskellDepends = [ base ]; description = "Small test package"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "testbench" = callPackage @@ -254015,8 +254015,8 @@ self: { streaming-cassava streaming-with temporary transformers weigh ]; description = "Create tests and benchmarks together"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254039,8 +254039,8 @@ self: { ]; testToolDepends = [ hspec-discover tasty-discover ]; description = "Docker containers for your integration tests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254056,8 +254056,8 @@ self: { base QuickCheck size-based testing-type-modifiers ]; description = "Functional Enumeration of Algebraic Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254069,7 +254069,7 @@ self: { sha256 = "1wh2n95n39ivv6kbqn42vbzrj8zagsmk6f2al2qj40bg5kgdl2q5"; libraryHaskellDepends = [ base ]; description = "Data type modifiers for property based testing"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "testloop" = callPackage @@ -254087,8 +254087,8 @@ self: { time unix ]; description = "Quick feedback loop for test suites"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254106,7 +254106,7 @@ self: { ]; description = "Test Utililty Pack for HUnit and QuickCheck (unmaintained)"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254121,8 +254121,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base filepath gtk ]; description = "Display a monitor test pattern"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254138,7 +254138,7 @@ self: { ]; description = "Easy unit test driver framework"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254153,7 +254153,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base GLUT random ]; description = "A 2-D clone of Tetris"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tex-join-bib" = callPackage @@ -254173,7 +254173,7 @@ self: { base optparse-generic system-filepath text ]; description = "Compile separate tex files with the same bibliography"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "tex2txt" = callPackage @@ -254187,8 +254187,8 @@ self: { libraryHaskellDepends = [ base containers deepseq parsec ]; executableHaskellDepends = [ base containers deepseq parsec ]; description = "LaTeX to plain-text conversion"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254209,8 +254209,8 @@ self: { temporary unix ]; description = "View your latex output while editing"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254233,7 +254233,7 @@ self: { utf8-string xml ]; description = "Conversion between formats used to represent mathematics"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "texrunner" = callPackage @@ -254255,8 +254255,8 @@ self: { base bytestring HUnit lens test-framework test-framework-hunit ]; description = "Functions for running Tex from Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254281,8 +254281,8 @@ self: { ]; doCheck = false; description = "An efficient packed Unicode text type"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "text-all" = callPackage @@ -254296,8 +254296,8 @@ self: { base bytestring text text-format utf8-string ]; description = "Everything Data.Text related in one package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254314,8 +254314,8 @@ self: { unordered-containers ]; description = "EDSL to create HTML documents with plots based on the C3.js library."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254327,7 +254327,7 @@ self: { sha256 = "1vcrsg7v8n6znh1pd9kbm20bc6dg3zijd3xjdjljadf15vfkd5f6"; libraryHaskellDepends = [ base text ]; description = "Text styling for ANSI terminals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-binary" = callPackage @@ -254338,7 +254338,7 @@ self: { sha256 = "18gl10pwg3qwsk0za3c70j4n6a9129wwf1b7d3a461h816yv55xn"; libraryHaskellDepends = [ base binary text ]; description = "Binary instances for text types"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "text-builder" = callPackage @@ -254359,7 +254359,7 @@ self: { ]; benchmarkHaskellDepends = [ criterion rerebase ]; description = "An efficient strict text builder"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "text-containers" = callPackage @@ -254381,8 +254381,8 @@ self: { tasty-quickcheck text text-short vector ]; description = "Memory-efficient string-indexed container types"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254400,7 +254400,7 @@ self: { testHaskellDepends = [ base bytestring hspec text ]; testToolDepends = [ hspec-discover ]; description = "Safe conversions between textual types"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "text-cp437" = callPackage @@ -254416,7 +254416,7 @@ self: { base bytestring QuickCheck quickcheck-text text ]; description = "Conversion of Text to and from CP437"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-format" = callPackage @@ -254434,7 +254434,7 @@ self: { time transformers ]; description = "Text formatting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-format-heavy" = callPackage @@ -254452,8 +254452,8 @@ self: { ]; testHaskellDepends = [ base hspec time ]; description = "Full-weight string formatting library, analog of Python's string.format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254465,7 +254465,7 @@ self: { sha256 = "0iqs3v03kirjczlp7jpqdqzrfvqsbm260g110abkbpbxws3szqhk"; libraryHaskellDepends = [ base MissingH ]; description = "Simple text formatting library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-generic-pretty" = callPackage @@ -254489,8 +254489,8 @@ self: { tasty-hunit tasty-quickcheck time unordered-containers ]; description = "A generic, derivable, haskell pretty printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254511,7 +254511,7 @@ self: { test-framework-quickcheck2 text ]; description = "Bindings to the ICU library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) icu;}; "text-icu-normalized" = callPackage @@ -254534,8 +254534,8 @@ self: { test-framework-quickcheck2 test-framework-th text text-icu ]; description = "Dealing with Strict Text in NFC normalization"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254554,7 +254554,7 @@ self: { text-icu ]; description = "ICU transliteration"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) icu;}; "text-json-qq" = callPackage @@ -254570,7 +254570,7 @@ self: { ]; description = "Json Quasiquatation for Haskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "text-latin1" = callPackage @@ -254586,7 +254586,7 @@ self: { text ]; description = "Latin-1 (including ASCII) utility functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-ldap" = callPackage @@ -254607,7 +254607,7 @@ self: { base bytestring QuickCheck quickcheck-simple random ]; description = "Parser and Printer for LDAP text data stream"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-lens" = callPackage @@ -254619,8 +254619,8 @@ self: { libraryHaskellDepends = [ base extra lens text ]; testHaskellDepends = [ base hspec lens ]; description = "Lenses for operating over text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254636,8 +254636,8 @@ self: { base containers parsers text text-loc transformers ]; description = "Monadic parsing combinator library with attention to locations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254649,7 +254649,7 @@ self: { sha256 = "069v99jnlayl2srl09355i56wpry0f6mq4bfp8lj0sxcsm1bzpgw"; libraryHaskellDepends = [ base hashable ]; description = "Line-column locations within a text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-locale-encoding" = callPackage @@ -254660,7 +254660,7 @@ self: { sha256 = "1ls41s45qwrmmac8k1gryvxbhhczqy2wanwanw48m7xnbv52p9fg"; libraryHaskellDepends = [ base bytestring bytestring-handle text ]; description = "Encode and decode Text to/from ByteString using TextEncoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-manipulate" = callPackage @@ -254674,7 +254674,7 @@ self: { benchmarkHaskellDepends = [ base criterion text ]; description = "Case conversion, word boundary manipulation, and textual subjugation"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "text-manipulate_0_3_0_0" = callPackage @@ -254687,8 +254687,8 @@ self: { testHaskellDepends = [ base tasty tasty-hunit text ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Case conversion, word boundary manipulation, and textual subjugation"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; }) {}; "text-markup" = callPackage @@ -254705,8 +254705,8 @@ self: { base QuickCheck quickcheck-text tasty tasty-quickcheck text ]; description = "A data structure for mapping metadata to text subsequences"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254724,7 +254724,7 @@ self: { testHaskellDepends = [ base hspec QuickCheck text ]; benchmarkHaskellDepends = [ base criterion deepseq text weigh ]; description = "Calculate various string metrics efficiently"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-normal" = callPackage @@ -254740,8 +254740,8 @@ self: { base hspec QuickCheck quickcheck-instances ]; description = "Unicode-normalized text"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254760,8 +254760,8 @@ self: { test-framework-hunit test-framework-quickcheck2 text ]; description = "Library for converting between line/column and byte offset"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254778,8 +254778,8 @@ self: { ]; testHaskellDepends = [ base doctest HTF text ]; description = "Utils for text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254794,8 +254794,8 @@ self: { libraryHaskellDepends = [ base regex-applicative ]; testHaskellDepends = [ base QuickCheck regex-applicative ]; description = "Handling positions in text and position-tagging it"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254812,7 +254812,7 @@ self: { ]; testHaskellDepends = [ base QuickCheck quickcheck-simple ]; description = "Parser and Printer of PostgreSQL extended types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-printer" = callPackage @@ -254830,7 +254830,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 ]; description = "Abstract interface for text builders/printers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-regex-replace" = callPackage @@ -254846,7 +254846,7 @@ self: { base hspec QuickCheck smallcheck text text-icu ]; description = "Easy replacement when using text-icu regexes"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "text-region" = callPackage @@ -254864,7 +254864,7 @@ self: { ]; testHaskellDepends = [ base base-unicode-symbols hspec lens text ]; description = "Marking text regions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-register-machine" = callPackage @@ -254875,8 +254875,8 @@ self: { sha256 = "0g0iihfin5vjfk69r7jjw4vs3l1k3f0kkg3bbc4xqm274vd72bph"; libraryHaskellDepends = [ base containers mtl vector ]; description = "A Haskell implementation of the 1# Text Register Machine"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254888,7 +254888,7 @@ self: { sha256 = "1p78xsr25qxmfgsl73lzfn7j32ni897667k48448fkihdsg0a15g"; libraryHaskellDepends = [ base classy-prelude mtl parsec text ]; description = "A type class for rendering objects as text, pretty-printing, etc"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "text-replace" = callPackage @@ -254905,8 +254905,8 @@ self: { executableHaskellDepends = [ base optparse-applicative parsec ]; testHaskellDepends = [ base hedgehog neat-interpolation text ]; description = "Simple text replacements from a list of search/replace pairs"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -254929,7 +254929,7 @@ self: { text ]; description = "Memory-efficient representation of Unicode text strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-show" = callPackage @@ -254961,7 +254961,7 @@ self: { testToolDepends = [ hspec-discover ]; benchmarkHaskellDepends = [ base criterion deepseq ghc-prim text ]; description = "Efficient conversion of values into Text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-show-instances" = callPackage @@ -254994,7 +254994,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Additional instances for text-show"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-stream-decode" = callPackage @@ -255010,7 +255010,7 @@ self: { testHaskellDepends = [ base bytestring deepseq hspec text ]; benchmarkHaskellDepends = [ base bytestring criterion text ]; description = "Streaming decoding functions for UTF encodings. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "text-time" = callPackage @@ -255026,7 +255026,7 @@ self: { attoparsec base Cabal formatting hspec QuickCheck text time ]; description = "Library for Time parsing from Text into UTCTime"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-trie" = callPackage @@ -255043,8 +255043,8 @@ self: { silently smallcheck text ]; description = "An efficient finite map from Text to values, based on bytestring-trie"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255062,7 +255062,7 @@ self: { tasty-quickcheck text ]; description = "UTF-7 encoding/decoding for Data.Text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-utf8" = callPackage @@ -255086,8 +255086,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "An efficient packed UTF-8 backed Unicode text type"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255100,8 +255100,8 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base HTF text ]; description = "Various text utilities"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255119,7 +255119,7 @@ self: { ]; description = "Serialize Data to XML (strings)"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "text-xml-qq" = callPackage @@ -255130,8 +255130,8 @@ self: { sha256 = "0311in43n89bk1fg4y9qglvbbl47ygvcvr0f7zpr8bpaqbb1ard5"; libraryHaskellDepends = [ base parsec template-haskell xml ]; description = "Quasiquoter for xml. XML DSL in Haskell."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255145,7 +255145,7 @@ self: { libraryHaskellDepends = [ base deepseq text vector ]; testHaskellDepends = [ base hspec QuickCheck text ]; description = "A text editor zipper library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "text-zipper-monad" = callPackage @@ -255157,8 +255157,8 @@ self: { libraryHaskellDepends = [ base mtl text-zipper ]; testHaskellDepends = [ base hspec text-zipper ]; description = "Monadic interface to the text-zipper package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255175,8 +255175,8 @@ self: { base HUnit lens QuickCheck semigroups text ]; description = "Non-empty values of `Data.Text`."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255188,7 +255188,7 @@ self: { sha256 = "04mhchvnk20r7ra2m568lvbzqzcwnh7vsyzj01r50cwylacgwwvd"; libraryHaskellDepends = [ array base ]; description = "Plot functions in text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "textlocal" = callPackage @@ -255204,7 +255204,7 @@ self: { unix-time ]; description = "Haskell wrapper for textlocal SMS gateway"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "textmatetags" = callPackage @@ -255217,8 +255217,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base haskell98 process ]; description = "A simple Haskell program to provide tags for Haskell code completion in TextMate"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255239,8 +255239,8 @@ self: { tasty tasty-hunit text transformers ]; description = "Unofficial Haskell SDK for Textocat API -- http://textocat.com"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255252,7 +255252,7 @@ self: { sha256 = "15r3lrd6qrhhsll6qlbvgd5g545mj2s6banahwlibcimqqdw8s9h"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "textual" = callPackage @@ -255263,8 +255263,8 @@ self: { sha256 = "0facdj7h789pz7ll43wdkfn6zs6d4q1ns61wq64d2gixwi2fq06y"; libraryHaskellDepends = [ base bytestring text utf8-string ]; description = "Textual type class for data that represent text"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255276,7 +255276,7 @@ self: { sha256 = "0445r2nns6009fmq0xbfpyv7jpzwv0snccjdg7hwj4xk4z0cwc1f"; libraryHaskellDepends = [ base primitive random time ]; description = "High-quality splittable pseudorandom number generator"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tfp" = callPackage @@ -255288,7 +255288,7 @@ self: { libraryHaskellDepends = [ base utility-ht ]; testHaskellDepends = [ base QuickCheck ]; description = "Type-level integers, booleans, lists using type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tfp-th" = callPackage @@ -255299,8 +255299,8 @@ self: { sha256 = "139dcwvik8yfpl3i71ddjml1xn126qrx1mbxa4mcwfm6q81fvkzm"; libraryHaskellDepends = [ base template-haskell tfp ]; description = "Template-Haskell code for tfp"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255325,8 +255325,8 @@ self: { base hslogger mtl network QuickCheck transformers ]; description = "A library for building tftp servers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255338,8 +255338,8 @@ self: { sha256 = "0lpc5z575y7cq03ww2knr5qdkfb36qnim5y1gkh552r9k3pfdjhf"; libraryHaskellDepends = [ base bytestring ]; description = "Reading and writing of tga image files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255354,7 +255354,7 @@ self: { ]; testHaskellDepends = [ base containers template-haskell ]; description = "Nicer interface for reified information about data types"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "th-alpha" = callPackage @@ -255373,8 +255373,8 @@ self: { base derive tasty tasty-hunit tasty-quickcheck template-haskell ]; description = "Alpha equivalence for TH Exp"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255386,7 +255386,7 @@ self: { sha256 = "0p5zpiqk8141a4n362m3kpd92sx0192gpv172ixdnfgabk07gn1z"; libraryHaskellDepends = [ base template-haskell ]; description = "Compatibility for bang-type template"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-build" = callPackage @@ -255397,8 +255397,8 @@ self: { sha256 = "0f16cgwkmqhkm5nxyic0f56swzm96yqmagmbh7vjd203mn9zv9z6"; libraryHaskellDepends = [ base template-haskell ]; description = "More convenient construction of TH ASTs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255411,7 +255411,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec template-haskell ]; description = "Compile-time CAS(Computer Algebra System)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "th-compat" = callPackage @@ -255428,7 +255428,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Backward- (and forward-)compatible Quote and Code types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-constraint-compat" = callPackage @@ -255439,7 +255439,7 @@ self: { sha256 = "1wx35f24gryal0h0gadq351gws82qvficcq23pyd1ajrxhgnv3zc"; libraryHaskellDepends = [ base containers template-haskell ]; description = "Compatibility for type constraint template"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-context" = callPackage @@ -255462,8 +255462,8 @@ self: { template-haskell text th-desugar th-orphans th-reify-many ]; description = "Test instance context"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255475,7 +255475,7 @@ self: { sha256 = "03d5ddbxzfn60ysxxn17q7gzdlls8hvlsvhzai4mn0qfjpwi6ljx"; libraryHaskellDepends = [ base template-haskell ]; description = "Compatibility for data definition template of TH"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-desugar" = callPackage @@ -255497,7 +255497,7 @@ self: { th-orphans ]; description = "Functions to desugar Template Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-dict-discovery" = callPackage @@ -255508,8 +255508,8 @@ self: { sha256 = "1dmkj8is73mwngy1dw3ba34744whqj0jc243bjnkyrrwkbwn55ih"; libraryHaskellDepends = [ base constraints template-haskell ]; description = "Automatically discover available dictionaries at compile time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255523,7 +255523,7 @@ self: { testHaskellDepends = [ base markdown-unlit ]; testToolDepends = [ markdown-unlit ]; description = "Template Haskell splice that expands to an environment variable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-expand-syns" = callPackage @@ -255535,7 +255535,7 @@ self: { libraryHaskellDepends = [ base containers syb template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "Expands type synonyms in Template Haskell ASTs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-extras" = callPackage @@ -255546,7 +255546,7 @@ self: { sha256 = "1vgvqgfm2lvx6v5r2mglwyl63647c9n6b9a5ikqc93pjm98g9vwg"; libraryHaskellDepends = [ base syb template-haskell ]; description = "A grab bag of functions for use with Template Haskell"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "th-fold" = callPackage @@ -255557,8 +255557,8 @@ self: { sha256 = "10n1aw74xi5gzs1847dhiv6yjxcz99idw91hvf34zhhs8hp8zf2z"; libraryHaskellDepends = [ base template-haskell ]; description = "TH fold generator"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255575,8 +255575,8 @@ self: { ]; testHaskellDepends = [ base tasty tasty-hunit text ]; description = "Template Haskell based support for format strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255588,7 +255588,7 @@ self: { sha256 = "09xxfgyy56284cd2fry8pshlpawva4yq1k6bhza5samn694yinkq"; libraryHaskellDepends = [ base template-haskell ]; description = "Simple inline IO action into compiled code using TH"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-instance-reification" = callPackage @@ -255608,8 +255608,8 @@ self: { tasty-quickcheck template-haskell ]; description = "Fixed versions of instances reification functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255633,8 +255633,8 @@ self: { test-framework-quickcheck2 th-kinds th-lift ]; description = "A place to collect orphan instances for Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255650,8 +255650,8 @@ self: { base containers mtl template-haskell th-orphans ]; description = "Automated kind inference in Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255667,8 +255667,8 @@ self: { base containers mtl template-haskell th-orphans ]; description = "Automated kind inference in Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255689,8 +255689,8 @@ self: { tasty-quickcheck template-haskell ]; description = "Template Haskell construction utilities"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255706,7 +255706,7 @@ self: { ]; testHaskellDepends = [ base ghc-prim template-haskell ]; description = "Derive Template Haskell's Lift class for datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-lift-instances" = callPackage @@ -255725,7 +255725,7 @@ self: { base bytestring containers QuickCheck template-haskell text vector ]; description = "Lift instances for template-haskell for common data types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-nowq" = callPackage @@ -255738,7 +255738,7 @@ self: { testHaskellDepends = [ base markdown-unlit ]; testToolDepends = [ markdown-unlit ]; description = "Template Haskell splice that expands to current time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-orphans" = callPackage @@ -255759,7 +255759,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Orphan instances for TH datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-pprint" = callPackage @@ -255770,8 +255770,8 @@ self: { sha256 = "1c6h6jw82a8bdb8kqxcam63vbrz04dl8m2ypcmfw5qm88b61zl1f"; libraryHaskellDepends = [ base lens pretty template-haskell ]; description = "Simplify and render Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255792,7 +255792,7 @@ self: { base hspec HUnit QuickCheck template-haskell text ]; description = "Quasiquoters for printf"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "th-reify-compat" = callPackage @@ -255803,7 +255803,7 @@ self: { sha256 = "171m4fibjq4ml33xvbb0qdm625adknsdgz8flb4xhag075z2w6xg"; libraryHaskellDepends = [ base template-haskell ]; description = "Compatibility for the result type of TH reify"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-reify-many" = callPackage @@ -255819,7 +255819,7 @@ self: { ]; testHaskellDepends = [ base template-haskell ]; description = "Recurseively reify template haskell datatype info"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-sccs" = callPackage @@ -255830,8 +255830,8 @@ self: { sha256 = "0vrjqwdjv2922kqmh57ypbslbv1m829wag78addqsr4vjd9b3zl6"; libraryHaskellDepends = [ base containers template-haskell ]; description = "Binding group analysis in Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255843,7 +255843,7 @@ self: { sha256 = "0jmajcnw832df503jbg2fmrmnskc43i07214vpc4fw359cgd7yn3"; libraryHaskellDepends = [ base template-haskell ]; description = "Compatibility shim for Bang and Strict in Template Haskell"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "th-tc" = callPackage @@ -255858,8 +255858,8 @@ self: { base containers lens mtl template-haskell th-orphans transformers ]; description = "Typechecking in Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255881,7 +255881,7 @@ self: { th-orphans transformers ]; description = "Utility functions for testing Template Haskell code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "th-to-exp" = callPackage @@ -255893,8 +255893,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base hspec template-haskell ]; description = "Provides a way to persist data from compile-time to runtime"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255906,8 +255906,8 @@ self: { sha256 = "1hmhpcxg0hhqhb8qmqqi9x8jb4h8a6045k0q8162mm0vl47s4rz2"; libraryHaskellDepends = [ base containers mtl template-haskell ]; description = "Tracing Q monad computation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255935,8 +255935,8 @@ self: { aeson base HUnit network-uri syb template-haskell th-lift ]; description = "Graph of the subtype relation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255957,7 +255957,7 @@ self: { template-haskell text th-orphans vector ]; description = "Collection of useful functions for use with Template Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "thank-you-stars" = callPackage @@ -255979,8 +255979,8 @@ self: { base Cabal containers directory filepath hspec ]; description = "Give your dependencies stars on GitHub!"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -255996,8 +255996,8 @@ self: { base contravariant semigroups slave-thread unagi-chan ]; description = "Minimalistic actor library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256024,7 +256024,7 @@ self: { tasty-hunit text time ]; description = "Haskell API bindings for http://themoviedb.org"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "themplate" = callPackage @@ -256045,7 +256045,7 @@ self: { optparse-applicative text transformers transformers-compat ]; description = "Project templating tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "thentos-cookie-session" = callPackage @@ -256071,7 +256071,7 @@ self: { ]; description = "All-in-one session handling for servant-based frontends"; license = "AGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256083,8 +256083,8 @@ self: { sha256 = "05z0jppjbw70rlyh2qis27xp8vdx9fgn7i22ckxb0m2y75gffq61"; libraryHaskellDepends = [ base HTTP json utf8-string ]; description = "A common library for TheoremQuest, a theorem proving game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256098,8 +256098,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base HTTP network theoremquest ]; description = "A simple client for the TheoremQuest theorem proving game"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256111,7 +256111,7 @@ self: { sha256 = "027m1gd7i6jf2ppfkld9qrv3xnxg276587pmx10z9phpdvswk66p"; libraryHaskellDepends = [ assoc base binary deepseq hashable ]; description = "An either-or-both data type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "these-lens" = callPackage @@ -256122,7 +256122,7 @@ self: { sha256 = "1nwknm17x7vkx9936z7xa6hqw69pgig185if1dninrvyxvv59kps"; libraryHaskellDepends = [ base lens these ]; description = "Lenses for These"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "these-optics" = callPackage @@ -256133,7 +256133,7 @@ self: { sha256 = "1xwf2m03cbb2z40mdab70d042nmvcxpgdq94rmajbqqpb072yivq"; libraryHaskellDepends = [ base optics-core these ]; description = "Optics for These"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "these-skinny" = callPackage @@ -256146,7 +256146,7 @@ self: { editedCabalFile = "0q1izcz4kxrnl7sh0sxamxxq02mkxww88vr6v04pwj8alyhkd4z2"; libraryHaskellDepends = [ base deepseq ]; description = "A fork of the 'these' package without the dependency bloat"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "thespian" = callPackage @@ -256157,7 +256157,7 @@ self: { sha256 = "0z3cqjcf6xr0z7g3s1jszcs39w43sl0793gl0qm3dklbginqbcnn"; libraryHaskellDepends = [ base containers mtl ]; description = "Lightweight Erlang-style actors for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "theta-functions" = callPackage @@ -256168,7 +256168,7 @@ self: { sha256 = "0m9k1b75ja5a6vq7jdqzsbqjc4fh1kzy29rzss08ph6700bm6z8f"; libraryHaskellDepends = [ base ]; description = "Theta-functions implemented as trigonometric series"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "thih" = callPackage @@ -256182,8 +256182,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base pretty ]; description = "Typing Haskell In Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256202,8 +256202,8 @@ self: { base edit-distance parseargs phonetic-code sqlite ]; description = "Command-line spelling word suggestion tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256231,8 +256231,8 @@ self: { text-zipper time vector vty websockets ]; description = "A modern TUI typing game featuring online racing against friends"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256251,8 +256251,8 @@ self: { template-haskell ]; description = "Datatype Manipulation with Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256266,7 +256266,7 @@ self: { testHaskellDepends = [ base containers hspec stm ]; testToolDepends = [ hspec-discover ]; description = "Simple Haskell thread management in hierarchical manner"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "thread-local-storage" = callPackage @@ -256279,7 +256279,7 @@ self: { testHaskellDepends = [ atomic-primops base ]; benchmarkHaskellDepends = [ atomic-primops base criterion ]; description = "Several options for thread-local-storage (TLS) in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "thread-supervisor" = callPackage @@ -256298,7 +256298,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A simplified implementation of Erlang/OTP like supervisor over thread"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "threadPool" = callPackage @@ -256331,7 +256331,7 @@ self: { monad-control-aligned mtl stm tmapmvar ]; description = "Manage concurrently operating threads without having to spark them"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "threadmanager" = callPackage @@ -256342,8 +256342,8 @@ self: { sha256 = "17s26hlailbr8c9d3dv1pwiy81m3nzr3sw0v9y716rmhldf7k09f"; libraryHaskellDepends = [ base containers ]; description = "(deprecated in favor of 'threads') Simple thread management"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256361,7 +256361,7 @@ self: { base concurrent-extra HUnit stm test-framework test-framework-hunit ]; description = "Fork threads and wait for their result"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "threads-extras" = callPackage @@ -256373,7 +256373,7 @@ self: { libraryHaskellDepends = [ base stm threads ]; testHaskellDepends = [ base ]; description = "Extends the threads package with a bounded thread group"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "threads-pool" = callPackage @@ -256384,7 +256384,7 @@ self: { sha256 = "1x1yafxaaf8r02cqipqnm9shj74kja1bqdp0d1cq5kdhcnh22xkz"; libraryHaskellDepends = [ base containers mtl stm ]; description = "A library to operate with pool of haskell's IO threads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "threads-supervisor" = callPackage @@ -256407,7 +256407,7 @@ self: { tasty-quickcheck time transformers ]; description = "Simple, IO-based library for Erlang-style thread supervision"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "threadscope" = callPackage @@ -256428,7 +256428,7 @@ self: { text time unix ]; description = "A graphical tool for profiling parallel Haskell programs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "threefish" = callPackage @@ -256444,7 +256444,7 @@ self: { tagged ]; description = "The Threefish block cipher and the Skein hash function for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "threepenny-editors" = callPackage @@ -256462,8 +256462,8 @@ self: { semigroups text threepenny-gui ]; description = "Composable algebraic editors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256490,7 +256490,7 @@ self: { vector websockets websockets-snap ]; description = "GUI framework that uses the web browser as a display"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "threepenny-gui-contextmenu" = callPackage @@ -256504,8 +256504,8 @@ self: { libraryHaskellDepends = [ base threepenny-gui ]; executableHaskellDepends = [ base threepenny-gui ]; description = "Write simple nested context menus for threepenny-gui"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256520,8 +256520,8 @@ self: { libraryHaskellDepends = [ base clay text threepenny-gui ]; executableHaskellDepends = [ base threepenny-gui ]; description = "Flexbox layouts for Threepenny-gui"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256544,8 +256544,8 @@ self: { base bytestring hspec QuickCheck unordered-containers ]; description = "Haskell bindings for the Apache Thrift RPC system"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256557,7 +256557,7 @@ self: { sha256 = "16alzsalzlvwg3cjfy8yysv8z72v7v1in1hbi5prz6gm1ws4rcly"; libraryHaskellDepends = [ base ]; description = "Type-threaded list"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "throttle" = callPackage @@ -256568,7 +256568,7 @@ self: { sha256 = "1yxmq7244a8bcw1jg00dqcpwzf8h1333c51k9d0v39flpkzp5qlc"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "throttle-io-stream" = callPackage @@ -256585,7 +256585,7 @@ self: { test-framework-hunit text ]; description = "Throttler between arbitrary IO producer and consumer functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "throttled" = callPackage @@ -256596,7 +256596,7 @@ self: { sha256 = "0grzdhgpba5wjylr3ci4xp1cx6d26jhh0r018n4l3fzi1zivwagg"; libraryHaskellDepends = [ async base stm ]; description = "Concurrent processing of a Foldable, throttled by CPU count"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "throttled-io-loop" = callPackage @@ -256608,8 +256608,8 @@ self: { libraryHaskellDepends = [ base natural-numbers time ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Loop over an action but throttle it to a certain rate"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256623,7 +256623,7 @@ self: { editedCabalFile = "1fdy2wyczl2jncy9gg0asasb8bybcnif8aqnw9fq73sr1778kjpf"; libraryHaskellDepends = [ base bytestring case-insensitive text ]; description = "Convert textual types through Text without needing O(n^2) instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "throwable-exceptions" = callPackage @@ -256641,7 +256641,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "throwable-exceptions gives the easy way to throw exceptions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "thumbnail" = callPackage @@ -256652,7 +256652,7 @@ self: { sha256 = "1ms7pzw4lrpkpv6sb0l7jvw5a0n5j7fc9wyi28bq7ik22d4sc8kd"; libraryHaskellDepends = [ base bytestring gd ]; description = "generate thumbnail image"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "thumbnail-plus" = callPackage @@ -256675,8 +256675,8 @@ self: { transformers ]; description = "Generate thumbnails easily and safely"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256693,8 +256693,8 @@ self: { nonce resourcet text ]; description = "Image thumbnail creation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256725,7 +256725,7 @@ self: { vector vector-space ]; description = "A faster time library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tianbar" = callPackage @@ -256762,8 +256762,8 @@ self: { vector xdg-basedir ]; description = "A desktop bar based on WebKit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gtk3; inherit (pkgs) webkitgtk;}; "tibetan-utils" = callPackage @@ -256781,7 +256781,7 @@ self: { base hspec hspec-megaparsec megaparsec text ]; description = "Parse and display tibetan numerals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tic-tac-toe" = callPackage @@ -256795,8 +256795,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base glade gtk haskell98 ]; description = "Useful if reading \"Why FP matters\" by John Hughes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256813,7 +256813,7 @@ self: { libraryHaskellDepends = [ async base safe-exceptions ]; testHaskellDepends = [ async base deepseq doctest Glob hspec ]; description = "A concurrent utility inspired by Ticker in golang"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tickle" = callPackage @@ -256833,8 +256833,8 @@ self: { base checkers lens QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "A port of @Data.Binary@"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256846,8 +256846,8 @@ self: { sha256 = "0xpfcabhlpnp883jb23sjcilan1cwwykvvlqvc6qzhda63fcyqp1"; libraryHaskellDepends = [ base tuples-homogenous-h98 vector ]; description = "3D Tic-Tac-Toe game"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256868,7 +256868,7 @@ self: { testHaskellDepends = [ base containers deepseq microspec parsec ]; benchmarkHaskellDepends = [ base criterion weigh ]; description = "Pattern language for improvised music"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "tidal-midi" = callPackage @@ -256885,8 +256885,8 @@ self: { base containers PortMidi tidal time transformers ]; description = "MIDI support for tidal"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256900,8 +256900,8 @@ self: { base bytestring containers serialport tidal ]; description = "Serial support for tidal"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256922,8 +256922,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Visual rendering for Tidal patterns and osc messages"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256936,7 +256936,7 @@ self: { libraryHaskellDepends = [ base containers mtl recursion-schemes ]; description = "\"Ties the knot\" on a given set of structures that reference each other by keys"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256948,8 +256948,8 @@ self: { sha256 = "13jazsgjs95hykshjsvjx05hdhj5jcl85sqhci4hmjhyivplxc58"; libraryHaskellDepends = [ base deepseq time ]; description = "Specify time intervals in different units (secs, mins, hours, etc.)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256966,8 +256966,8 @@ self: { array base containers uuagc uuagc-cabal uulib ]; description = "Tiger Compiler of Universiteit Utrecht"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -256979,7 +256979,7 @@ self: { sha256 = "069gwshl52cngbm563snyvjdgm39cgrlpq446mh45adjmbfd26c4"; libraryHaskellDepends = [ base ]; description = "Tightly binding infix function application"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "tightrope" = callPackage @@ -256995,8 +256995,8 @@ self: { wai-extra wreq ]; description = "Nice API for a Slackbot"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257015,8 +257015,8 @@ self: { simple-pipe time ]; description = "Tiny and Incrementally-Growing HTTP library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257029,7 +257029,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base HUnit ]; description = "Slippy map tile functionality"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tilings" = callPackage @@ -257040,7 +257040,7 @@ self: { sha256 = "03a9bc4zbfb3c0dd75rxj7h9pj3sc23l9a9gmabcww5nsx8kpjys"; libraryHaskellDepends = [ base ]; description = "substitution tilings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timberc" = callPackage @@ -257059,8 +257059,8 @@ self: { ]; executableToolDepends = [ happy ]; description = "The Timber Compiler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257079,8 +257079,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "A time library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "time-cache" = callPackage @@ -257095,7 +257095,7 @@ self: { auto-update base text time time-units transformers ]; description = "Cache current time and formatted time text"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "time-compat" = callPackage @@ -257112,7 +257112,7 @@ self: { tasty-quickcheck time ]; description = "Compatibility package for time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "time-extras" = callPackage @@ -257123,8 +257123,8 @@ self: { sha256 = "1k9adm922l431gyk8figx5df1n2xk5awir2fpijnvvyphrwk5p3l"; libraryHaskellDepends = [ base time ]; description = "Data instances for the time package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257146,8 +257146,8 @@ self: { old-locale QuickCheck random text time tz ]; description = "Yet another time library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257171,8 +257171,8 @@ self: { QuickCheck tagged time ]; description = "Parse and format HTTP/1.1 Date and Time strings"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257184,7 +257184,7 @@ self: { sha256 = "097yab0j9dpplq65a9x6liisdrakag6azmylis4yxv2zlg1f2wrl"; libraryHaskellDepends = [ base time-units ]; description = "Use a time unit class, but hold a concrete time type"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "time-io-access" = callPackage @@ -257195,8 +257195,8 @@ self: { sha256 = "0n05lw6zpcfr3lwy2qn7v0j3ym1la9x0mak8szaxc2nbkyc8drrb"; libraryHaskellDepends = [ base base-io-access time ]; description = "IO Access for time"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257208,7 +257208,7 @@ self: { sha256 = "07nh97x1mx5hc48xqv3gk3cgls6xpb829h3bzsjx8rwqnzybijyq"; libraryHaskellDepends = [ base data-lens-light time ]; description = "Lens-based interface to Data.Time data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "time-locale-compat" = callPackage @@ -257219,7 +257219,7 @@ self: { sha256 = "0b2hmj8wwrfkndwzgm11qr496ca2ahwdxcj3m0ii91bxvrk1bzq7"; libraryHaskellDepends = [ base old-locale time ]; description = "Compatibile module for time-format locale"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "time-locale-vietnamese" = callPackage @@ -257230,7 +257230,7 @@ self: { sha256 = "0xhbfdzrlhj3096w2dgk2ijpzs4kzym11sz3r0h8r19a3jrjs1ln"; libraryHaskellDepends = [ base time ]; description = "Vietnamese locale for date and time format"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "time-machine" = callPackage @@ -257242,8 +257242,8 @@ self: { libraryHaskellDepends = [ base mtl time tz ]; testHaskellDepends = [ base hspec HUnit mtl time tz ]; description = "A library to mock the current time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257255,7 +257255,7 @@ self: { sha256 = "1nzwj0fxz370ks6vr1sylcidx33rnqq45y3q9yv9n4dj43nid9lh"; libraryHaskellDepends = [ auto-update base ]; description = "Scalable timer"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "time-out" = callPackage @@ -257272,7 +257272,7 @@ self: { ]; testHaskellDepends = [ base time-units transformers ]; description = "Timers, timeouts, alarms, monadic wrappers"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "time-parsers" = callPackage @@ -257291,7 +257291,7 @@ self: { template-haskell text time ]; description = "Parsers for types in `time`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "time-patterns" = callPackage @@ -257302,7 +257302,7 @@ self: { sha256 = "0qyg2y41c0bn296zyxfhjjjm0bxn4vmns242vl90j0b0siz69qr0"; libraryHaskellDepends = [ base intervals time ]; description = "Patterns for recurring events"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "time-qq" = callPackage @@ -257318,8 +257318,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Quasi-quoter for UTCTime times"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257336,8 +257336,8 @@ self: { base doctest doctest-discover template-haskell time ]; description = "Quasi-quoters for dates and times"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257355,8 +257355,8 @@ self: { test-framework-hunit time ]; description = "Generate recurring dates"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257371,8 +257371,8 @@ self: { libraryHaskellDepends = [ array base containers mtl ]; executableHaskellDepends = [ base ]; description = "Time series analysis"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257386,8 +257386,8 @@ self: { testHaskellDepends = [ base Cabal hspec QuickCheck ]; doHaddock = false; description = "Library for Time Series processing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257399,7 +257399,7 @@ self: { sha256 = "16g0i6r6vj9w4lbn12jqrhgbbjjca8wbzq6546dz08aks1yrk0g1"; libraryHaskellDepends = [ base ]; description = "A basic library for defining units of time as types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "time-w3c" = callPackage @@ -257412,8 +257412,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base convertible parsec time ]; description = "Parse, format and convert W3C Date and Time"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257451,8 +257451,8 @@ self: { time-units transformers ]; description = "Distributed systems execution emulation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257465,8 +257465,8 @@ self: { isLibrary = false; isExecutable = true; executableHaskellDepends = [ base haskeline uu-parsinglib ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257480,7 +257480,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base process time ]; description = "time each line of terminal output"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "timeit" = callPackage @@ -257493,7 +257493,7 @@ self: { editedCabalFile = "0d4vjg48xyqjmydnjqjxica0zr30vgb91b3vv75cig686ikpjmq7"; libraryHaskellDepends = [ base ]; description = "Time monadic computations with an IO base"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timelens" = callPackage @@ -257504,7 +257504,7 @@ self: { sha256 = "0r57fib5nzvrk8gsn26364l1a14zj9sg3kv2db4pjzy3dq0zmrpl"; libraryHaskellDepends = [ base lens time ]; description = "Lenses for the time package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timeless" = callPackage @@ -257517,7 +257517,7 @@ self: { ansi-terminal base linear time transformers ]; description = "An Arrow based Functional Reactive Programming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timeless-tutorials" = callPackage @@ -257531,7 +257531,7 @@ self: { libraryHaskellDepends = [ base timeless ]; executableHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timelike" = callPackage @@ -257542,7 +257542,7 @@ self: { sha256 = "0gxpagh4pp0wfraryxvij52gm7b42alsgg8l34xsf6p06cxh8h5d"; libraryHaskellDepends = [ base transformers ]; description = "Type classes for types representing time"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "timelike-clock" = callPackage @@ -257553,7 +257553,7 @@ self: { sha256 = "1bnwp4bzn58pmdcwnrarafvh8m28ahwsgl6lysrnyv7k2krb7qny"; libraryHaskellDepends = [ base clock timelike transformers ]; description = "Timelike interface for the clock library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "timelike-time" = callPackage @@ -257564,7 +257564,7 @@ self: { sha256 = "07a853ggcbzggcm5sg943mgb7b2qy1dzmh2ghmix9iiyc5pm6jxy"; libraryHaskellDepends = [ base time timelike transformers ]; description = "Timelike interface for the time library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "timemap" = callPackage @@ -257589,8 +257589,8 @@ self: { base containers criterion focus hashable list-t stm stm-containers time unordered-containers ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257607,8 +257607,8 @@ self: { base exceptions mtl QuickCheck tasty tasty-quickcheck time ]; description = "Generalized sleep and timeout functions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257624,7 +257624,7 @@ self: { base ghc-prim lifted-base monad-control mtl transformers-base ]; description = "Updatable timeouts as a Monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timeout-with-results" = callPackage @@ -257636,7 +257636,7 @@ self: { libraryHaskellDepends = [ base deepseq mtl parallel ]; description = "Runs a time-limited computation alowing it to return intermediate results"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257652,8 +257652,8 @@ self: { attoparsec base bytestring containers convertible mtl time ]; description = "Attoparsec parsers for various Date/Time formats"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257674,7 +257674,7 @@ self: { time transformers vcs-revision ]; description = "A tool for visualizing time series from log files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timeprint" = callPackage @@ -257685,8 +257685,8 @@ self: { sha256 = "1anb14bih8728jsygx86fq077fs0gmy4gnkaa489zy5gh468a4bg"; libraryHaskellDepends = [ base datetime ]; description = "Prints timestamps after each line evaluated"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257699,7 +257699,7 @@ self: { libraryHaskellDepends = [ atomic-primops base psqueues vector ]; testHaskellDepends = [ base ]; description = "A timer wheel"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timerep" = callPackage @@ -257717,7 +257717,7 @@ self: { base QuickCheck tasty tasty-hunit tasty-quickcheck text time ]; description = "Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timers" = callPackage @@ -257732,7 +257732,7 @@ self: { base lifted-base monad-control suspend transformers-base ]; description = "Simple package that implements timers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timers-tick" = callPackage @@ -257744,7 +257744,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "tick based timers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timers-updatable" = callPackage @@ -257755,7 +257755,7 @@ self: { sha256 = "1naw59xvbfhgz49qhvgzng4xjf4fzi59gl996pcp5l6s2sbpx4mw"; libraryHaskellDepends = [ base stm ]; description = "timers which are updatable in the remaining time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timeseries" = callPackage @@ -257774,8 +257774,8 @@ self: { text-time time vector ]; description = "Library for Time Series processing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257787,7 +257787,7 @@ self: { sha256 = "1gzrdwysyk3lj5pr53w63c8mk0i22rip4v2jp4h38f85lanzwb2b"; libraryHaskellDepends = [ base time ]; description = "Useful timespan datatype and functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "timestamp" = callPackage @@ -257802,7 +257802,7 @@ self: { base cereal foldl generic-random hashable QuickCheck time ]; description = "Space-efficient Unix timestamp and utilities"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "timestamp-subprocess-lines" = callPackage @@ -257819,7 +257819,7 @@ self: { base bytestring process split time transformers ]; description = "Run a command and timestamp its stdout/stderr lines"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timestamper" = callPackage @@ -257832,7 +257832,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base old-locale time ]; description = "Read standard input and prepend each line with a timestamp"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "timeutils" = callPackage @@ -257847,8 +257847,8 @@ self: { executableHaskellDepends = [ base brick microlens time vty ]; testHaskellDepends = [ base hspec microlens time ]; description = "Time utilities"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257868,8 +257868,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Haskell bindings for the zone-detect C library; plus tz-aware utils"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257885,7 +257885,7 @@ self: { base binary bytestring extensible-exceptions time timezone-series ]; description = "A pure Haskell parser and renderer for binary Olson timezone files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timezone-olson-th" = callPackage @@ -257900,8 +257900,8 @@ self: { base template-haskell time timezone-olson timezone-series ]; description = "Load TimeZoneSeries from an Olson file at compile time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257913,7 +257913,7 @@ self: { sha256 = "1blwgnyzqn917rgqkl4dncv9whv3xmk0lav040qq0214vksmvlz5"; libraryHaskellDepends = [ base deepseq time ]; description = "Enhanced timezone handling for Data.Time"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "timezone-unix" = callPackage @@ -257933,8 +257933,8 @@ self: { base directory leapseconds tasty tasty-golden tasty-hunit time timezone-series ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257946,7 +257946,7 @@ self: { sha256 = "078p6gzzb7f9g68lm3q5806azhrs6li35ras9jnb9gs2r6i0w83j"; libraryHaskellDepends = [ base time ]; description = "Convenient functions for getting times"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tini" = callPackage @@ -257958,8 +257958,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Tiny INI file and configuration library with a minimal dependency footprint"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257985,8 +257985,8 @@ self: { executableToolDepends = [ require ]; testHaskellDepends = [ base require ]; description = "A softer alternative to Haddock"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -257998,8 +257998,8 @@ self: { sha256 = "04bcz2ifkrw0f6razvzpycvzdbarv1ain800l4rapqyqzykgzxjw"; libraryHaskellDepends = [ async base time ]; description = "tiny no-brainer job scheduler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258015,8 +258015,8 @@ self: { attoparsec base bytestring hex serialport unix ]; description = "TinyMesh - communicating with auto-meshing sensor network"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258041,8 +258041,8 @@ self: { vector ]; description = "A fast DOM parser for a subset of XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258055,7 +258055,7 @@ self: { libraryHaskellDepends = [ base text ]; libraryToolDepends = [ c2hs ]; description = "Wrapper around the 'tiny file dialogs' C library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tinylog" = callPackage @@ -258072,7 +258072,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Simplistic logging using fast-logger"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "tinytemplate" = callPackage @@ -258084,8 +258084,8 @@ self: { libraryHaskellDepends = [ base text ]; testHaskellDepends = [ base QuickCheck text ]; description = "A tiny text templating library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258110,8 +258110,8 @@ self: { base optparse-applicative pretty pretty-show tip-lib ]; description = "Convert from Haskell to Tip"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258135,8 +258135,8 @@ self: { base filepath optparse-applicative pretty ]; description = "tons of inductive problems - support library and tools"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258153,7 +258153,7 @@ self: { ]; testHaskellDepends = [ aeson base hspec vector ]; description = "Navigating and editing JSON data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "titan" = callPackage @@ -258181,8 +258181,8 @@ self: { keera-hails-reactivevalues mtl network network-bsd template-haskell ]; description = "Testing Infrastructure for Temporal AbstractioNs - GUI to debug temporal programs"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258200,8 +258200,8 @@ self: { base IfElse network network-bsd stm transformers Yampa ]; description = "Testing Infrastructure for Temporal AbstractioNs - Interactive Yampa debugging layer"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258213,8 +258213,8 @@ self: { sha256 = "0h7d4152nd8mx4slyjss4kf7n1xn99vc5hnk072apqfv301vpbx3"; libraryHaskellDepends = [ base Yampa ]; description = "Testing Infrastructure for Temporal AbstractioNs - Yampa record-and-replay layer"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258230,8 +258230,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-hunit tasty-quickcheck ]; description = "Convert English Words to Title Case"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "tkhs" = callPackage @@ -258249,8 +258249,8 @@ self: { ]; testHaskellDepends = [ HUnit test-framework test-framework-hunit ]; description = "Simple Presentation Utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258277,8 +258277,8 @@ self: { web-routes yesod yesod-core yesod-form yesod-static ]; description = "A web-based visualizer for GHC Profiling Reports"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258291,7 +258291,7 @@ self: { libraryHaskellDepends = [ base containers network-uri text ]; testHaskellDepends = [ base HUnit network-uri text ]; description = "This project separates subdomains, domains, and top-level-domains from URLs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tldr" = callPackage @@ -258312,7 +258312,7 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base tasty tasty-golden ]; description = "Haskell tldr client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tlex" = callPackage @@ -258441,7 +258441,7 @@ self: { gauge hourglass QuickCheck tasty-quickcheck x509 x509-validation ]; description = "TLS/SSL protocol native implementation (Server and Client)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tls-debug" = callPackage @@ -258460,7 +258460,7 @@ self: { tls-session-manager x509 x509-store x509-system x509-validation ]; description = "Set of programs for TLS testing and debugging"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tls-extra" = callPackage @@ -258479,8 +258479,8 @@ self: { crypto-random cryptohash mtl network pem time tls vector ]; description = "TLS extra default values and helpers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258496,7 +258496,7 @@ self: { auto-update base basement bytestring clock memory psqueues tls ]; description = "In-memory TLS session manager"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tlynx" = callPackage @@ -258518,8 +258518,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Handle phylogenetic trees"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258535,7 +258535,7 @@ self: { base containers hashable stm unordered-containers ]; description = "An insert-ordered multimap (indexed FIFO) which consumes values as you lookup"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tmapmvar" = callPackage @@ -258555,7 +258555,7 @@ self: { tasty tasty-quickcheck unordered-containers ]; description = "A single-entity stateful Map in STM, similar to tmapchan"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tmp-postgres" = callPackage @@ -258590,8 +258590,8 @@ self: { base criterion deepseq postgres-options postgresql-simple temporary ]; description = "Start and stop a temporary postgres"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258607,7 +258607,7 @@ self: { base bytestring directory template text ]; description = "simple executable for templating"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "tn" = callPackage @@ -258629,8 +258629,8 @@ self: { base bytestring file-embed optparse-applicative optparse-helper ]; description = "A simple daily journal program"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258643,7 +258643,7 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring utf8-string ]; description = "Library for encoding/decoding TNET strings for PGI"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "to" = callPackage @@ -258662,7 +258662,7 @@ self: { base containers gauge text unordered-containers ]; description = "Simple, safe, boring type conversions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "to-haskell" = callPackage @@ -258676,8 +258676,8 @@ self: { base containers haskell-src-exts transformers ]; description = "A type class and some utilities for generating Haskell code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258691,8 +258691,8 @@ self: { editedCabalFile = "1p5q59gswv86pk7hxpg1n81q4szhwx8rwfx5hsibdz9i9mgz2bbs"; libraryHaskellDepends = [ base ]; description = "Converting string-like types to Strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258704,8 +258704,8 @@ self: { sha256 = "1h5aq3shagzgh1j8sbslvi2rrkqv1djm595d522ci8hpj6h8vxl9"; libraryHaskellDepends = [ bytestring pretty text to-string-class ]; description = "Instances for the ToString class"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258724,8 +258724,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Twitter bot generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258737,8 +258737,8 @@ self: { sha256 = "1gh2jdrxph0x9cc03kk8xxjyicivwcqfs9qv2nfr7mn570cmjrmw"; libraryHaskellDepends = [ base ]; description = "A todo bottom"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258764,8 +258764,8 @@ self: { utf8-string ]; description = "Easy-to-use TODOs manager"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258784,8 +258784,8 @@ self: { array base bytestring containers filepath hexpat hexpat-pickle ]; description = "Reading and writing Haskell data from and to XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258804,7 +258804,7 @@ self: { ]; description = "Manage the toilet queue at the IMO"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258819,7 +258819,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base time ]; description = "Rate limiter using lazy bucket algorithm"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "token-limiter" = callPackage @@ -258840,8 +258840,8 @@ self: { async base clock QuickCheck tasty tasty-hunit text ]; description = "Fast rate limiting using the token bucket algorithm (BSD)"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258867,8 +258867,8 @@ self: { base bytestring conduit hashable hspec process streaming-commons text unordered-containers ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258880,8 +258880,8 @@ self: { sha256 = "1fyf1ym91dbhiw7hybzhllc375v4pizl058qazfdyw6cymqm4rch"; libraryHaskellDepends = [ base containers text ]; description = "A regex lexer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258898,7 +258898,7 @@ self: { base bytestring criterion deepseq filepath split text ]; description = "Simple tokenizer for English text"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tokenizer-monad" = callPackage @@ -258909,7 +258909,7 @@ self: { sha256 = "0n8w923m8c803zcphims51q2xm6a0374zzh00d62mg92zbdsh9vn"; libraryHaskellDepends = [ base bytestring text ]; description = "An efficient and easy-to-use tokenizer monad"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "tokenizer-streaming" = callPackage @@ -258925,8 +258925,8 @@ self: { streaming-commons text tokenizer-monad ]; description = "A variant of tokenizer-monad that supports streaming"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258951,8 +258951,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "TokTok C code style checker"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258968,7 +258968,7 @@ self: { libraryHaskellDepends = [ base containers haskell98 ]; executableHaskellDepends = [ base bytestring gf iconv ]; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -258987,8 +258987,8 @@ self: { testHaskellDepends = [ base bytestring directory HUnit mtl ]; testSystemDepends = [ tokyocabinet ]; description = "Haskell binding of Tokyo Cabinet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) tokyocabinet;}; @@ -259002,9 +259002,9 @@ self: { libraryHaskellDepends = [ base bytestring mtl ]; librarySystemDepends = [ tokyocabinet tokyotyrant ]; description = "FFI bindings to libtokyotyrant"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) tokyocabinet; inherit (pkgs) tokyotyrant;}; @@ -259016,8 +259016,8 @@ self: { sha256 = "0xffc0xjkg1jqdq7s5x0y4gi13s9yhpcwb5zvrcbmv194bp65xx1"; libraryHaskellDepends = [ base OpenAL stm vector ]; description = "Easy to use library for audio programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259034,8 +259034,8 @@ self: { libraryHaskellDepends = [ attoparsec base bytestring containers old-locale time ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259050,7 +259050,7 @@ self: { libraryHaskellDepends = [ array base text time ]; libraryToolDepends = [ alex happy ]; description = "Parser for the TOML configuration language"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "tomland" = callPackage @@ -259081,7 +259081,7 @@ self: { unordered-containers ]; description = "Bidirectional TOML serialization"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "tomlcheck" = callPackage @@ -259098,7 +259098,7 @@ self: { base htoml-megaparsec megaparsec optparse-applicative text ]; description = "Command-line tool to check syntax of TOML files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tonalude" = callPackage @@ -259110,7 +259110,7 @@ self: { libraryHaskellDepends = [ base bytestring rio unliftio ]; testHaskellDepends = [ base bytestring doctest Glob rio unliftio ]; description = "A standard library for Tonatona framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tonaparser" = callPackage @@ -259124,7 +259124,7 @@ self: { libraryHaskellDepends = [ base envy rio say ]; testHaskellDepends = [ base doctest envy Glob rio say tonatona ]; description = "Scalable way to pass runtime configurations for tonatona"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tonatona" = callPackage @@ -259136,7 +259136,7 @@ self: { libraryHaskellDepends = [ base rio tonaparser ]; testHaskellDepends = [ base doctest Glob rio tonaparser ]; description = "meta application framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tonatona-google-server-api" = callPackage @@ -259158,8 +259158,8 @@ self: { tonatona ]; description = "tonatona plugin for google-server-api"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259172,7 +259172,7 @@ self: { libraryHaskellDepends = [ base rio tonaparser tonatona ]; testHaskellDepends = [ base doctest Glob rio tonaparser tonatona ]; description = "tonatona plugin for logging"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tonatona-persistent-postgresql" = callPackage @@ -259192,8 +259192,8 @@ self: { resource-pool rio tonaparser tonatona ]; description = "tonatona plugin for accessing PostgreSQL database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259214,8 +259214,8 @@ self: { resource-pool rio tonaparser tonatona ]; description = "tonatona plugin for accessing Sqlite database"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259239,8 +259239,8 @@ self: { wai-extra warp ]; description = "tonatona plugin for servant"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259285,8 +259285,8 @@ self: { vector ]; description = "Cluster single cells and analyze cell clade relationships"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259322,8 +259322,8 @@ self: { text time wai warp yaml ]; description = "Manage the TODO entries in your code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259365,8 +259365,8 @@ self: { base directory doctest filemanip tasty tasty-hunit zm ]; description = "Top (typed oriented protocol) API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259386,7 +259386,7 @@ self: { ]; description = "OpenGL Arcade Game"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259402,7 +259402,7 @@ self: { base base-compat base-orphans containers vector ]; description = "Directed acyclic graphs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "torch" = callPackage @@ -259413,8 +259413,8 @@ self: { sha256 = "1bai1vxd2vfxl9zn37dvrb05yh4knr5gw5syqpi6lxxd3lf0ngzc"; libraryHaskellDepends = [ base mtl parallel QuickCheck ]; description = "Simple unit test library (or framework)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259430,7 +259430,7 @@ self: { base bencode binary bytestring containers filepath syb ]; description = "BitTorrent file parser and generater"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "torsor" = callPackage @@ -259441,7 +259441,7 @@ self: { sha256 = "173dn2n24xdlyymw5hqd6qd1r6h65bqrhpkcl49kccxr10xgb8vm"; libraryHaskellDepends = [ base ]; description = "Torsor Typeclass"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tostring" = callPackage @@ -259452,7 +259452,7 @@ self: { sha256 = "0c95a1vjnnn3bwdz8v5hv7q2sbzn23ban3hcwqmwhmzc9ba019zg"; libraryHaskellDepends = [ base case-insensitive text utf8-string ]; description = "The ToString class"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "total" = callPackage @@ -259463,7 +259463,7 @@ self: { sha256 = "0zr3b83pwjbarxsl9kva6va3cp9b4npfp77yp0nh9q1za00344vk"; libraryHaskellDepends = [ base void ]; description = "Exhaustive pattern matching using lenses, traversals, and prisms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "total-alternative" = callPackage @@ -259474,7 +259474,7 @@ self: { sha256 = "1krm6jymnrr6iiys16rwar60avnaxpbn583szarnd4lqjhk0g5cq"; libraryHaskellDepends = [ base ]; description = "Alternative interface for total versions of partial function on the Prelude"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "total-map" = callPackage @@ -259485,8 +259485,8 @@ self: { sha256 = "015bj6g4hjp38fc8bm5z57w6akdgvyab6j2sc666x0qdxgrdwp88"; libraryHaskellDepends = [ base containers semiring-num ]; description = "Finitely represented total maps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259503,7 +259503,7 @@ self: { linear reflection semigroups vector ]; description = "Dense and sparse total maps"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "touched" = callPackage @@ -259517,8 +259517,8 @@ self: { libraryHaskellDepends = [ base directory process time ]; executableHaskellDepends = [ base cmdargs ]; description = "Library (and cli) to execute a procedure on file change"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259536,7 +259536,7 @@ self: { tasty-quickcheck tasty-smallcheck ]; description = "A numeric tower"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "toxcore" = callPackage @@ -259565,8 +259565,8 @@ self: { saltine text ]; description = "A Tox protocol implementation in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259592,8 +259592,8 @@ self: { data-default-class hspec QuickCheck saltine ]; description = "Haskell bindings to the C reference implementation of Tox"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {toxcore = null;}; @@ -259613,8 +259613,8 @@ self: { silently time ]; description = "Client library for Toxiproxy: a TCP failure testing proxy"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259671,8 +259671,8 @@ self: { array base criterion data-default-class vector ]; description = "Assorted decision procedures for SAT, SMT, Max-SAT, PB, MIP, etc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259709,8 +259709,8 @@ self: { pipes-safe process stm transformers trifecta ]; description = "simple, parallel job scheduling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259736,8 +259736,8 @@ self: { wai warp websockets wuss ]; description = "Applications for interacting with the Pushbullet API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259779,8 +259779,8 @@ self: { prettyprinter QuickCheck scientific text ]; description = "Parser and pretty printer for the TPTP language"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259797,8 +259797,8 @@ self: { transformers-base ]; description = "A monad transformer for tracing provenience of errors"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259810,8 +259810,8 @@ self: { sha256 = "1fiz1v9d4ck8na68cywha53vgbgdk6iqad1zv6pj3lq0pwvkx6aw"; libraryHaskellDepends = [ base containers mtl ]; description = "functions for logging the arguments and results of function calls"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259823,8 +259823,8 @@ self: { sha256 = "0c5nsq9x59rmdkyvcrr1v94kjya48nhl9pnsad6xdmh77msf33xy"; libraryHaskellDepends = [ base ]; description = "Easy lightweight tracing of function arguments and results for ad hoc debugging"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259836,8 +259836,8 @@ self: { sha256 = "1pniabsbybhjvlq4dmys8sxc1r8rhalsahdr3hbvif287h610hi9"; libraryHaskellDepends = [ base containers mtl pretty ]; description = "Simple evaluation trace"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259850,7 +259850,7 @@ self: { libraryHaskellDepends = [ base mtl transformers ]; testHaskellDepends = [ base mtl transformers ]; description = "Tracing utilities for Functor/Applicative/Monad types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tracetree" = callPackage @@ -259867,8 +259867,8 @@ self: { base bifunctors containers json mtl transformers ]; description = "Visualize Haskell data structures as edge-labeled trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259889,7 +259889,7 @@ self: { base containers hspec mtl stm text unliftio ]; description = "Distributed tracing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tracing-control" = callPackage @@ -259912,7 +259912,7 @@ self: { text ]; description = "Distributed tracing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tracked-files" = callPackage @@ -259927,8 +259927,8 @@ self: { executableHaskellDepends = [ base directory process text ]; testHaskellDepends = [ base directory hspec process ]; description = "Package to list all tracked and untracked existing files via Git"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259941,7 +259941,7 @@ self: { libraryHaskellDepends = [ base containers glib ]; description = "Client library for Tracker metadata database, indexer and search tool"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259960,8 +259960,8 @@ self: { text time vty ]; description = "A command-line tool for live monitoring"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259983,8 +259983,8 @@ self: { base hedgehog mmorph postgresql-simple resource-pool text ]; description = "Tools for postgresql-simple"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -259996,8 +259996,8 @@ self: { sha256 = "03s31yfhnv9h1h51810vx8dsfs8r09bqigr9hs3kgb3107vyny77"; libraryHaskellDepends = [ base ]; description = "Convenience wrappers for non-intrusive debug tracing"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260030,7 +260030,7 @@ self: { megaparsec mtl pretty-show tasty tasty-hedgehog tasty-hunit text time transformers unordered-containers ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gmp; inherit (pkgs) mpfr;}; "traildb" = callPackage @@ -260053,8 +260053,8 @@ self: { base bytestring cereal criterion deepseq directory random ]; description = "TrailDB bindings for Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {Judy = null; traildb = null;}; @@ -260077,8 +260077,8 @@ self: { http-types regexpr text unordered-containers uri ]; description = "Tools and a library for working with Trajectory"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260090,7 +260090,7 @@ self: { sha256 = "0hkwl1dygghym6w5qci53ylkhk298bzddfvahisr2gw5wibknrfs"; libraryHaskellDepends = [ base ]; description = "Monadic effect framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "trans-fx-data" = callPackage @@ -260101,7 +260101,7 @@ self: { sha256 = "0y4hnn1ixgsqd9x829cxyn0n2psxpjczxxaa99jv9wrfwfvssgid"; libraryHaskellDepends = [ base trans-fx-core ]; description = "Monadic effect framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "trans-fx-io" = callPackage @@ -260113,7 +260113,7 @@ self: { libraryHaskellDepends = [ base time trans-fx-core trans-fx-data ]; testHaskellDepends = [ base time trans-fx-core ]; description = "Monadic effect framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transaction" = callPackage @@ -260129,7 +260129,7 @@ self: { base doctest Glob hspec mono-traversable QuickCheck ]; description = "Monadic representation of transactions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "transactional-events" = callPackage @@ -260142,8 +260142,8 @@ self: { editedCabalFile = "10sdjrzyld7wpzw687vrs91vk98pf3zk1cv9hj11jqnbnlbfbqcs"; libraryHaskellDepends = [ base ListZipper MonadPrompt stm ]; description = "Transactional events, based on Concurrent ML semantics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260162,8 +260162,8 @@ self: { mtl process semigroups ]; description = "Text transformer and interpreter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260192,8 +260192,8 @@ self: { base bytestring cpu hspec QuickCheck sqlcli store time transformers ]; description = "ODBC database transfer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260214,8 +260214,8 @@ self: { base containers criterion mtl multirec parsec QuickCheck ]; description = "Generic representation of tree transformations"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260227,8 +260227,8 @@ self: { sha256 = "0v66j5k0xqk51pmca55wq192qyw2p43s2mgxlz4f95q2c1fpjs5n"; libraryHaskellDepends = [ base ]; description = "Concrete functor and monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "transformers-abort" = callPackage @@ -260244,7 +260244,7 @@ self: { transformers-base ]; description = "Error and short-circuit monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-base" = callPackage @@ -260259,7 +260259,7 @@ self: { base base-orphans stm transformers transformers-compat ]; description = "Lift computations from the bottom of a transformer stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-bifunctors" = callPackage @@ -260272,7 +260272,7 @@ self: { editedCabalFile = "1vjyk2ldwfi2pkvk79p37ii5xgg1399kxqhkq3l4wvag4j5p4afs"; libraryHaskellDepends = [ base mmorph transformers ]; description = "Bifunctors over monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-compat" = callPackage @@ -260283,7 +260283,7 @@ self: { sha256 = "1yd936az31g9995frc84g05rrb5b7w59ajssc5183lp6wm8h4bky"; libraryHaskellDepends = [ base ghc-prim transformers ]; description = "A small compatibility shim for the transformers library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-compose" = callPackage @@ -260294,8 +260294,8 @@ self: { sha256 = "0kvhl5s1js6i639hc6c4ib9jmgy4l1503ifs30a9ajrk97nagp6d"; libraryHaskellDepends = [ base transformers ]; description = "Arrow-like / category-like composition for transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260307,7 +260307,7 @@ self: { sha256 = "0h0qbhk7b4wm3h06m26ga3i6rqw60fjs469iq6p3j6pdvq58bb5x"; libraryHaskellDepends = [ base transformers ]; description = "Control flow data type and monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-convert" = callPackage @@ -260325,8 +260325,8 @@ self: { HUnit QuickCheck text transformers unix ]; description = "Sensible conversions between some of the monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260345,8 +260345,8 @@ self: { base criterion effect-interpreters mtl pipes transformers ]; description = "An approach to managing composable effects, ala mtl/transformers/extensible-effects/Eff"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {effect-interpreters = null;}; @@ -260358,7 +260358,7 @@ self: { sha256 = "1hjkiz3dhk4dp8a4lgpyns4nd867lg7ydq4r4zf57w4i6ys7j4l7"; libraryHaskellDepends = [ base exceptions text transformers ]; description = "An Either monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-except" = callPackage @@ -260369,7 +260369,7 @@ self: { sha256 = "1i89k4bml223f7m3pin73vrz51xb2j7q7rr39x9v587hmm40mvkm"; libraryHaskellDepends = [ base exceptions text transformers ]; description = "An Except monad transformer with"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-fix" = callPackage @@ -260382,7 +260382,7 @@ self: { editedCabalFile = "126gyjr8jp42md6nblx7c0kan97jgsakvsf2vzv2pj828ax1icrs"; libraryHaskellDepends = [ base transformers ]; description = "Monad transformer for evaluating to a fixpoint"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-free" = callPackage @@ -260395,7 +260395,7 @@ self: { editedCabalFile = "1zkizjg2pincjf9kj254153bsrivywk141wz9wlnl0i56wl9cy7i"; libraryHaskellDepends = [ base transformers ]; description = "Free monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transformers-lift" = callPackage @@ -260408,8 +260408,8 @@ self: { base transformers writer-cps-transformers ]; description = "Ad-hoc type classes for lifting"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260421,8 +260421,8 @@ self: { sha256 = "0m1vvdfi661mmxm5rghsfnwcjd2r0r7ryc3jk0nwlzs0kaw5xi1s"; libraryHaskellDepends = [ base transformers ]; description = "A unified interface for the run operation of monad transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260434,7 +260434,7 @@ self: { sha256 = "09f9n3cxi3sjmd8yscvcyahvdsqa5db5bckj9ryaflswsdm0ximq"; libraryHaskellDepends = [ base mtl transformers ]; description = "Supply applicative, monad, applicative transformer and monad transformer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "transient" = callPackage @@ -260454,7 +260454,7 @@ self: { transformers ]; description = "composing programs with multithreading, events and distributed computing"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "transient-universe" = callPackage @@ -260489,8 +260489,8 @@ self: { transformers transient vector websockets ]; description = "fully composable remote execution for the creation of distributed systems"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260507,8 +260507,8 @@ self: { transient-universe x509-store x509-system ]; description = "transient with secure communications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260522,8 +260522,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base fingertree ]; description = "Integer sets with a constant time translate operation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260536,8 +260536,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base curl json network utf8-string ]; description = "Haskell binding to Google's AJAX Language API for Translation and Detection"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260555,8 +260555,8 @@ self: { executableHaskellDepends = [ base text turtle ]; testHaskellDepends = [ base HUnit ]; description = "Translation cli tool"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260575,8 +260575,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Type Safe Web Routing"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260593,8 +260593,8 @@ self: { http-media http-types text trasa ]; description = "Type safe http requests"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260612,8 +260612,8 @@ self: { mtl path-pieces quantification text trasa trasa-server ]; description = "Extra functions for trasa"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260632,8 +260632,8 @@ self: { unordered-containers ]; description = "generate forms using lucid, ditto and trasa"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260650,8 +260650,8 @@ self: { reflex reflex-dom text trasa ]; description = "Reactive Type Safe Routing"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "trasa-server" = callPackage @@ -260667,8 +260667,8 @@ self: { mtl text trasa wai ]; description = "Type safe web server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260685,8 +260685,8 @@ self: { ]; testHaskellDepends = [ base trasa ]; description = "Template Haskell to generate trasa routes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260702,8 +260702,8 @@ self: { testHaskellDepends = [ base template-haskell util ]; benchmarkHaskellDepends = [ base gauge template-haskell util ]; description = "See README for more info"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260718,7 +260718,7 @@ self: { libraryHaskellDepends = [ base template-haskell transformers ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Generic applicative traversals"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "travis" = callPackage @@ -260735,8 +260735,8 @@ self: { aeson base bytestring http-conduit transformers ]; description = "A simple client implementation using Travis CI API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260766,8 +260766,8 @@ self: { yaml ]; description = ".travis.yml preprocessor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260782,7 +260782,7 @@ self: { libraryHaskellDepends = [ base optparse-applicative process ]; executableHaskellDepends = [ base ]; description = "A better travis_wait"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "trawl" = callPackage @@ -260800,8 +260800,8 @@ self: { split ]; description = "A tool for finding haddocks"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260816,8 +260816,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base gtk process ]; description = "Tray Icon application to PowerOff / Reboot computer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260832,8 +260832,8 @@ self: { libraryHaskellDepends = [ base deepseq mersenne-random-pure64 ]; testHaskellDepends = [ base doctest Glob hspec hspec-core ]; description = "Efficient implementation of the implicit treap data structure"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260861,7 +260861,7 @@ self: { tagged tasty tasty-golden tasty-quickcheck trifecta ]; description = "Diffing of (expression) trees"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "tree-fun" = callPackage @@ -260872,7 +260872,7 @@ self: { sha256 = "07vgsps4kjld75ndnjjaigsk5vvg11vjp740pznhsw79k3qjbs9a"; libraryHaskellDepends = [ base containers mtl ]; description = "Library for functions pertaining to tree exploration and manipulation"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "tree-monad" = callPackage @@ -260883,7 +260883,7 @@ self: { sha256 = "0ny57rygkgwn8i733gz2zb12i5niq5q7lrqvzfwsnjd0b40yighf"; libraryHaskellDepends = [ base ]; description = "Non-Determinism Monad for Tree Search"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-render-text" = callPackage @@ -260894,8 +260894,8 @@ self: { sha256 = "04mmmj443aa8lkdj33dsk7zf985mnzfikzg10715vn5khrll0pgq"; libraryHaskellDepends = [ base boxes containers mtl ]; description = "Configurable text rendering of trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -260913,7 +260913,7 @@ self: { ]; testHaskellDepends = [ base hedgehog ]; description = "Unstable bindings for the tree-sitter parsing library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-go" = callPackage @@ -260925,7 +260925,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for Go"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-haskell" = callPackage @@ -260938,7 +260938,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for Haskell (with GHC extensions)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-java" = callPackage @@ -260950,7 +260950,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for Java"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-json" = callPackage @@ -260962,7 +260962,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for JSON"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-php" = callPackage @@ -260974,7 +260974,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for PHP"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-python" = callPackage @@ -260986,7 +260986,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for Python"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-ql" = callPackage @@ -260998,7 +260998,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for QL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-ruby" = callPackage @@ -261010,7 +261010,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for Ruby"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-rust" = callPackage @@ -261022,7 +261022,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for Rust"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-tsx" = callPackage @@ -261034,7 +261034,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for TSX"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-sitter-typescript" = callPackage @@ -261046,7 +261046,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base tree-sitter ]; description = "Tree-sitter grammar/parser for TypeScript"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tree-traversals" = callPackage @@ -261058,8 +261058,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base containers doctest mtl ]; description = "Functions and newtype wrappers for traversing Trees"; - license = stdenv.lib.licenses.cc0; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.cc0; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261073,7 +261073,7 @@ self: { editedCabalFile = "0f4sls511c4axp92r07yk0b4h9wvlbk5345643q4gvy1adxwdyw5"; libraryHaskellDepends = [ base containers mtl ]; description = "Render trees as foldable HTML and Unicode art"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "treefold" = callPackage @@ -261088,7 +261088,7 @@ self: { testHaskellDepends = [ base doctest hedgehog ]; benchmarkHaskellDepends = [ base containers criterion random ]; description = "Provides folds which try to combine elements in a balanced way"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "treemap" = callPackage @@ -261108,8 +261108,8 @@ self: { tasty-hunit text transformers ]; description = "A tree of Data.Map."; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261125,8 +261125,8 @@ self: { base Cabal containers filepath ghc html parsec regex-posix ]; description = "Generates HTML for Data.Tree as TreeMap"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261146,8 +261146,8 @@ self: { ]; doHaddock = false; description = "Treemap related commands for producing foldable TreeMap HTML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261159,8 +261159,8 @@ self: { sha256 = "0an35kz6hq5m7wc16d08v1i05zr8fp4v2yrf6zay2lfas1ilh3i2"; libraryHaskellDepends = [ base haste-compiler sneathlane-haste ]; description = "Structure Editing Combinators"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; }) {}; "treeseq" = callPackage @@ -261171,7 +261171,7 @@ self: { sha256 = "105gj9s8gp4xc4i7ank8m6pjc80kywl7vn53qdxfrndaljv4kark"; libraryHaskellDepends = [ base containers ]; description = "Library for a multi-way tree (rose tree), using Seq (finger tree) for forests"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "treeviz" = callPackage @@ -261184,7 +261184,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base containers mtl QuickCheck random ]; description = "Visualization of computation decomposition trees"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "trek" = callPackage @@ -261195,7 +261195,7 @@ self: { sha256 = "02rvyq11591d83rxhmb3c9bi7ahsh7lpwf2a7am2fd3625l5rq55"; libraryHaskellDepends = [ base logict mtl ]; testHaskellDepends = [ base logict mtl ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "trek-app" = callPackage @@ -261228,8 +261228,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A PostgreSQL Database Migrator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261253,8 +261253,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A PostgreSQL Database Migrator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261266,7 +261266,7 @@ self: { sha256 = "038qn30g82c2wzalhbgb6cglclld8kfmi6m1q76mr9yl9s2h6mf1"; libraryHaskellDepends = [ base lens logict mtl trek ]; testHaskellDepends = [ base lens logict mtl trek ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tremulous-query" = callPackage @@ -261281,8 +261281,8 @@ self: { attoparsec base bytestring containers deepseq mtl network ]; description = "Library for polling Tremulous servers"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261293,8 +261293,8 @@ self: { version = "0.2.2"; sha256 = "11jx2jf6vi7368ys39mz0ziy6xknbi0z87926n2y16am6k2h25k3"; description = "Deprecated"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261311,7 +261311,7 @@ self: { base dlist doctest hedgehog hspec hspec-hedgehog splitmix ]; description = "Trial Data Structure"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "trial-optparse-applicative" = callPackage @@ -261322,7 +261322,7 @@ self: { sha256 = "1h8pfznf1dp9z3r2kl2ljgmxxkfp3va9yqba00fyvw85lna2aggn"; libraryHaskellDepends = [ base optparse-applicative trial ]; description = "Trial helper functions for optparse-applicative"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "trial-tomland" = callPackage @@ -261333,7 +261333,7 @@ self: { sha256 = "12klfq5ajn4bjrws633pfdc2zhpkwvwmrm7269xfh252fjwk1x23"; libraryHaskellDepends = [ base text tomland trial ]; description = "Trial helper functions for tomland"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "triangulation" = callPackage @@ -261348,8 +261348,8 @@ self: { array base collada-types haskell98 tuple vector vector-algorithms ]; description = "triangulation of polygons"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261369,7 +261369,7 @@ self: { base containers criterion deepseq mwc-random vector ]; description = "Simple Map-based Trie"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tries" = callPackage @@ -261398,8 +261398,8 @@ self: { unordered-containers ]; description = "Various trie implementations in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261427,7 +261427,7 @@ self: { ]; testHaskellDepends = [ base doctest parsers QuickCheck ]; description = "A modern parser combinator library with convenient diagnostics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "trigger" = callPackage @@ -261448,8 +261448,8 @@ self: { executableHaskellDepends = [ base protolude ]; testHaskellDepends = [ base hspec protolude ]; description = "Trigger is a cross platform file system watcher for super fast build-and-restart workflows"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261465,8 +261465,8 @@ self: { executableHaskellDepends = [ base directory optparse-applicative ]; testHaskellDepends = [ base hspec ]; description = "A command-line tool for trimming whitespace"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261481,7 +261481,7 @@ self: { executableHaskellDepends = [ base bio bytestring simpleargs ]; description = "Search for, annotate and trim poly-A tail"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261497,8 +261497,8 @@ self: { base bytestring cereal filepath leveldb-haskell ]; description = "A very simple triple store"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261518,7 +261518,7 @@ self: { tasty-quickcheck ]; description = "TripleSec is a simple, triple-paranoid, symmetric encryption library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "trivia" = callPackage @@ -261529,8 +261529,8 @@ self: { sha256 = "03xmzjqwk6492jmmbq6066ymsxb0wk0pmyf0c5f018nfps0g3i78"; libraryHaskellDepends = [ base comonad distributive ]; description = "The trivial monad and comonad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261542,8 +261542,8 @@ self: { sha256 = "0y0iyll7ml5qz271cqa0dc3w2j3w1d8jjaxwaf2flcidigws69z5"; libraryHaskellDepends = [ base ]; description = "Constraints that any type, resp. no type fulfills"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261555,8 +261555,8 @@ self: { sha256 = "1in9jjfzbqws4bk83082yra2gcb5b095948qyji63ckbz3igp0k2"; libraryHaskellDepends = [ base semiring-simple ]; description = "A library for tropical mathematics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261581,8 +261581,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "A Tropical Geometry package for Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261597,8 +261597,8 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base containers template-haskell time ]; description = "Template Haskell hack to violate module abstractions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261612,8 +261612,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers parseargs WAVE ]; description = "Audio file compressor-limiter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261636,8 +261636,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hastache tasty tasty-hunit ]; description = "Haskell template code generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261649,7 +261649,7 @@ self: { sha256 = "0p8z1n7y6zfx7ff349fb8d8ld08hj70yz2s9sb3wf8riv0rywzp4"; libraryHaskellDepends = [ base ]; description = "Typeclass for truthfulness of values"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "tsession" = callPackage @@ -261662,8 +261662,8 @@ self: { editedCabalFile = "0msyf0rkd6aj8y632ippnrz554r6r5l7j45dnlnqlf1kls29kn5g"; libraryHaskellDepends = [ base containers mtl time transformers ]; description = "A Transaction Framework for Web Applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261677,8 +261677,8 @@ self: { base happstack-server transformers tsession ]; description = "A Transaction Framework for Happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261691,7 +261691,7 @@ self: { libraryHaskellDepends = [ base containers stm ]; testHaskellDepends = [ async base stm ]; description = "Hides duplicating channels when broadcasting"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tskiplist" = callPackage @@ -261723,7 +261723,7 @@ self: { ]; description = "-"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "tslogger" = callPackage @@ -261737,7 +261737,7 @@ self: { async base bytestring containers random text ]; description = "Thread-safe logging, with additional interleaving fuzz-testing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tsne" = callPackage @@ -261769,8 +261769,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base gloss stm vector ]; description = "Real time TSP tour visualization"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261788,8 +261788,8 @@ self: { base Decimal parsec pretty process split time ]; description = "Parses U.S. federal Thrift Savings Plan PDF quarterly statements"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261801,7 +261801,7 @@ self: { sha256 = "1vr1l4pm02pwr8238qd9j0drkildns8m79qyq0lbzll30gc12vhx"; libraryHaskellDepends = [ base ]; description = "BK-tree implementation"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "tsuntsun" = callPackage @@ -261821,8 +261821,8 @@ self: { typed-process ]; description = "Interacts with tesseract to ease reading of RAW Japanese manga"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261837,7 +261837,7 @@ self: { libraryHaskellDepends = [ base HUnit split ]; executableHaskellDepends = [ base ]; description = "Convert tsv to csv"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tsvsql" = callPackage @@ -261855,8 +261855,8 @@ self: { string-qq text unordered-containers ]; description = "Template tsv into SQL"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261885,8 +261885,8 @@ self: { text time transformers ]; description = "An API binding Web.Spock to Database.Beam"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261909,8 +261909,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "This is task management tool for yourself, that inspired by scrum"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -261927,7 +261927,7 @@ self: { base bytestring tasty tasty-hunit template-haskell text ]; description = "Textual Type Classes"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ttl-hashtables" = callPackage @@ -261949,7 +261949,7 @@ self: { hspec mtl transformers ]; description = "Extends hashtables so that entries added can be expired after a TTL"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ttn" = callPackage @@ -261967,8 +261967,8 @@ self: { aeson base hspec hspec-expectations raw-strings-qq ]; description = "Things Tracker Network JSON Types"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "ttn-client" = callPackage @@ -261988,8 +261988,8 @@ self: { ]; executableHaskellDepends = [ base text time ttn ]; description = "TheThingsNetwork client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262017,7 +262017,7 @@ self: { unordered-containers vector ]; description = "Contention-free STM hash map"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "tttool" = callPackage @@ -262042,8 +262042,8 @@ self: { random split spool template-haskell text time vector yaml zlib ]; description = "Working with files for the Tiptoi® pen"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262060,8 +262060,8 @@ self: { transformers ]; description = "Write stream processing computations with side effects in a series of tubes"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262073,8 +262073,8 @@ self: { sha256 = "0q6g2wcjddb9r1l9fxpn2qcssw5gyfwsam15rc3q6xjqbwz7fm41"; libraryHaskellDepends = [ base bytestring unix ]; description = "Interface to TUN/TAP drivers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262088,8 +262088,8 @@ self: { editedCabalFile = "15jav5fj1ggjczn2mh4yv5rmsfydwc17vzlah3j1z5mkyq1691i8"; libraryHaskellDepends = [ base ioctl ]; description = "A simple tun/tap library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262104,8 +262104,8 @@ self: { libraryHaskellDepends = [ base cpphs ]; executableHaskellDepends = [ base haskell-src-exts parsec2 ]; description = "Homogeneous tuples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262117,7 +262117,7 @@ self: { sha256 = "094nx29aahyrvbcn7yca9zs2a5rxz1is7510w1q43rpvza7hdjrg"; libraryHaskellDepends = [ base OneTuple ]; description = "Various functions on tuples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tuple-gen" = callPackage @@ -262128,8 +262128,8 @@ self: { sha256 = "0bgwsxq8wrh76hhbwadv0rag4c7dx3644zrh2aflnsych0rncvd7"; libraryHaskellDepends = [ base combinat ]; description = "Enum instances for tuples where the digits increase with the same speed"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262141,7 +262141,7 @@ self: { sha256 = "034yzdwksydl9dxprv786lznwdfafa1nnzcsywjd40zv6las3gdm"; libraryHaskellDepends = [ base ]; description = "Generic operations on tuples"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "tuple-hlist" = callPackage @@ -262153,7 +262153,7 @@ self: { libraryHaskellDepends = [ base HList OneTuple ]; description = "Functions to convert between tuples and HLists"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "tuple-lenses" = callPackage @@ -262164,8 +262164,8 @@ self: { sha256 = "1qq1sla89410wr9pnkmj100izkraad1gr163815p3dvh7qi04c7w"; libraryHaskellDepends = [ base lens template-haskell ]; description = "Stock FieldN combos and generators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262179,8 +262179,8 @@ self: { editedCabalFile = "1npahk37am7x6n4lfdk6y1i1690drg39j63gzb2jx5ivzxhlcp43"; libraryHaskellDepends = [ base HList template-haskell ]; description = "Morph between tuples, or convert them from and to HLists"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262192,8 +262192,8 @@ self: { sha256 = "09993bfndv2iljq6sspihysv22d2f8g0lar03p7ghiyp81m6j0ax"; libraryHaskellDepends = [ base type-combinators ]; description = "various operations on n-ary tuples via GHC.Generics"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262206,7 +262206,7 @@ self: { libraryHaskellDepends = [ base generics-sop ]; testHaskellDepends = [ base generics-sop ]; description = "functions on n-ary tuples using generics-sop"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "tuple-th" = callPackage @@ -262217,7 +262217,7 @@ self: { sha256 = "1mrl4vvxmby7sf1paf7hklzidnr6wq55822i73smqyz0xpf3gsjn"; libraryHaskellDepends = [ base containers template-haskell ]; description = "Generate (non-recursive) utility functions for tuples of statically known size"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tupleinstances" = callPackage @@ -262228,8 +262228,8 @@ self: { sha256 = "0kcmcg1fxsslpzpg766r9hr8aysg0s5fyang2xc0aa77zi71qyi3"; libraryHaskellDepends = [ base template-haskell ]; description = "Functor, Applicative and Monad for n-ary tuples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262246,7 +262246,7 @@ self: { base primitive QuickCheck quickcheck-classes tasty tasty-quickcheck ]; description = "Small monomorphic tuples"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tuples-homogenous-h98" = callPackage @@ -262257,7 +262257,7 @@ self: { sha256 = "0fhz246wh6x0s0sjkmd3qcylsx2gfrmgmvgb7js2zjg91y7zqnh2"; libraryHaskellDepends = [ base ]; description = "Wrappers for n-ary tuples with Traversable and Applicative/Monad instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "turing" = callPackage @@ -262280,8 +262280,8 @@ self: { sha256 = "1anh6x4vdkys5b89ni18gsh3fl68v667qg5aw1867s4hwlvsii35"; libraryHaskellDepends = [ base ]; description = "A simple simulator for Turing machines"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262295,8 +262295,8 @@ self: { isExecutable = true; executableHaskellDepends = [ ALUT base ]; description = "Plays music generated by Turing machines with 5 states and 2 symbols"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262313,8 +262313,8 @@ self: { base containers hspec hspecVariant QuickCheck QuickCheckVariant ]; description = "An implementation of Turing Machine and Automaton"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262330,7 +262330,7 @@ self: { executableHaskellDepends = [ base containers vector ]; testHaskellDepends = [ base HUnit ]; description = "Haskell port of Deniz Yuret's Turkish deasciifier"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "turn-loop" = callPackage @@ -262341,7 +262341,7 @@ self: { sha256 = "180yplkjf0c4n17a5ad2pakjwnh7830rldzmaqjj7gwcl3pg0lc6"; libraryHaskellDepends = [ base containers stm ]; description = "Manage multiple turned-based sessions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "turni" = callPackage @@ -262354,7 +262354,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base containers MonadRandom random ]; description = "shifts scheduling tool"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "turtle" = callPackage @@ -262377,7 +262377,7 @@ self: { testHaskellDepends = [ base doctest system-filepath temporary ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Shell programming, Haskell-style"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "turtle_1_5_21" = callPackage @@ -262400,8 +262400,8 @@ self: { testHaskellDepends = [ base doctest system-filepath temporary ]; benchmarkHaskellDepends = [ base criterion text ]; description = "Shell programming, Haskell-style"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "turtle-options" = callPackage @@ -262417,8 +262417,8 @@ self: { executableHaskellDepends = [ base turtle ]; testHaskellDepends = [ base HUnit parsec ]; description = "Collection of command line options and parsers for these options"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262432,7 +262432,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring ]; description = "Trailing Whitespace"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tweak" = callPackage @@ -262443,8 +262443,8 @@ self: { sha256 = "1l5y94gac9s55wgn6w610pqb63c8l20vmlpsnmgbzw1f9vbnzgiw"; libraryHaskellDepends = [ base containers lens stm transformers ]; description = "A library for incremental computing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262461,8 +262461,8 @@ self: { base containers jukebox pretty split twee-lib ]; description = "An equational theorem prover"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262478,7 +262478,7 @@ self: { base containers dlist ghc-prim pretty primitive transformers vector ]; description = "An equational theorem prover"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tweet-hs" = callPackage @@ -262505,8 +262505,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion megaparsec ]; description = "Command-line tool for twitter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262518,7 +262518,7 @@ self: { sha256 = "1kmf907i6g6lfhw8g403b6701srrd298n4r53dvcqzy72c5qaixl"; libraryHaskellDepends = [ base gloss parsec time ]; description = "Lab Assignments Environment at Univeriteit Twente"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "twentefp-eventloop-graphics" = callPackage @@ -262535,8 +262535,8 @@ self: { base network text twentefp-number twentefp-websockets ]; description = "Used as Lab Assignments Environment at the University of Twente"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262548,8 +262548,8 @@ self: { sha256 = "03aj2awy7prznv8m7048idvn0vs3rfrbcamr4zakjdpxyjknz054"; libraryHaskellDepends = [ base eventloop ]; description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and RedBlackTree"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262561,8 +262561,8 @@ self: { sha256 = "0g0py8cb4z9i9pjhka2pyjm8vfai9x3k0vmlb06g157ish97qvir"; libraryHaskellDepends = [ base twentefp-eventloop-graphics ]; description = "Lab Assignments Environment at Univeriteit Twente"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262574,7 +262574,7 @@ self: { sha256 = "1kh0a6h4syx98ygwidw6cc24ci91v1blshpfcczx96z850x1h6xf"; libraryHaskellDepends = [ base parsec ]; description = "Lab Assignments Environment at Univeriteit Twente"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "twentefp-rosetree" = callPackage @@ -262588,8 +262588,8 @@ self: { base twentefp-eventloop-graphics twentefp-number ]; description = "RoseTree type and show functions for lab assignment of University of Twente"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262601,8 +262601,8 @@ self: { sha256 = "0mmj96xbqjzm4cylk39pib9jfwh6m350q1cwf6ij8pl0swab3b0g"; libraryHaskellDepends = [ base twentefp-eventloop-graphics ]; description = "Tree type and show functions for lab assignment of University of Twente. Contains RoseTree and ParseTree"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262621,8 +262621,8 @@ self: { network random SHA text ]; description = "A fork of the popular websockets package. It is used for the practical assignments of the University of Twente. A sensible and clean way to write WebSocket-capable servers in Haskell."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262652,8 +262652,8 @@ self: { base Cabal cabal-test-quickcheck HUnit-Plus QuickCheck split vector ]; description = "Rubik's cube solver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262679,8 +262679,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "They Work For You API Client Library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262711,8 +262711,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "CLI twitter client"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262734,7 +262734,7 @@ self: { ]; description = "Unix Command-Line Twitter and Identica Client"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262747,7 +262747,7 @@ self: { libraryHaskellDepends = [ base containers haskell98 mtl ]; description = "STM library with safe irrevocable I/O and inconsistency repair"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262774,8 +262774,8 @@ self: { ]; doCheck = false; description = "Twilio REST API library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262794,8 +262794,8 @@ self: { QuickCheck text time ]; description = "Twilio API interaction"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262813,7 +262813,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "TwiML library for Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "twine" = callPackage @@ -262828,8 +262828,8 @@ self: { base bytestring containers convertible filepath mtl parsec ]; description = "very simple template language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262851,8 +262851,8 @@ self: { proto-lens-jsonpb proto-lens-runtime servant text wai ]; description = "Haskell twirp foundations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262869,7 +262869,7 @@ self: { ]; description = "Simulator of twisty puzzles à la Rubik's Cube"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "twitch" = callPackage @@ -262889,7 +262889,7 @@ self: { optparse-applicative time transformers ]; description = "A high level file watcher DSL"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "twitter" = callPackage @@ -262906,8 +262906,8 @@ self: { base curl directory filepath json mtl old-locale readline time xml ]; description = "A Haskell-based CLI Twitter client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262938,8 +262938,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Twitter API package with conduit interface and Streaming API support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262958,8 +262958,8 @@ self: { transformers ]; description = "Twitter API package with enumerator interface and Streaming API support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -262981,8 +262981,8 @@ self: { base containers HUnit test-framework test-framework-hunit ]; description = "Client for fetching Twitter timeline via Oauth"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263004,7 +263004,7 @@ self: { unordered-containers ]; description = "Twitter JSON parser and types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "twitter-types-lens" = callPackage @@ -263019,7 +263019,7 @@ self: { base lens template-haskell text time twitter-types ]; description = "Twitter JSON types (lens powered)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tx" = callPackage @@ -263034,8 +263034,8 @@ self: { base bytestring cereal safecopy stm transformers ]; description = "Persistent transactions on top of STM"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263054,8 +263054,8 @@ self: { ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263073,7 +263073,7 @@ self: { base binary bytestring containers directory parsec regex-posix ]; description = "The SQL link in your *NIX chain"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "txt2rtf" = callPackage @@ -263097,8 +263097,8 @@ self: { sha256 = "08qpdyb1dbkif4zwrap6478fsf7lha6hk18wm0r4803avrr5w2bb"; libraryHaskellDepends = [ base ]; description = "Deprecated in favor of eros"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263112,7 +263112,7 @@ self: { editedCabalFile = "0sxqrkqchr3zcks68wljp722f5sndxz1fw5a2qi599i984v91y0l"; libraryHaskellDepends = [ base ghc-prim ]; description = "Typed type representations and equality proofs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "tyfam-witnesses" = callPackage @@ -263123,8 +263123,8 @@ self: { sha256 = "0gsx2syy58gq7n2yi4whslbnwg4dh34x8jy56h11k8z6n01inppc"; libraryHaskellDepends = [ base containers template-haskell ]; description = "Provide proof witnesses for closed type family evaluation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263143,8 +263143,8 @@ self: { base bytestring directory filepath ghc process ]; description = "Analyzes Haskell source files for easy reference"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263157,7 +263157,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Various type-aligned sequence data structures"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-assertions" = callPackage @@ -263169,8 +263169,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec test-fixture ]; description = "Runtime type assertions for testing"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263182,7 +263182,7 @@ self: { sha256 = "11kbnfbvclkdwirnnpdi4f20pibdar4l47anvnkaxxl330zi7yfh"; libraryHaskellDepends = [ base ]; description = "Type-level booleans via type-families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-cache" = callPackage @@ -263197,8 +263197,8 @@ self: { base containers lens lens-utils template-haskell ]; description = "Utilities for caching type families results. Sometimes complex type families take long time to compile, so it is proficient to cache them and use the final result without the need of re-computation."; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263215,8 +263215,8 @@ self: { type-spine ]; description = "Type-level serialization of type constructors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263230,8 +263230,8 @@ self: { editedCabalFile = "1m975zq2mxlzk5h4nzrkaxjx5w79p3ws3yli3m6cn3245pjygv5w"; libraryHaskellDepends = [ base ]; description = "A collection of data types for type-level programming"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263247,8 +263247,8 @@ self: { base haskell-src-meta template-haskell type-combinators ]; description = "Quasiquoters for the 'type-combinators' package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263260,8 +263260,8 @@ self: { sha256 = "00cwlfcka2d1wcp7159r3sk3gz852dmc71jvjfr8bn1rrr781n0q"; libraryHaskellDepends = [ base singletons type-combinators ]; description = "Interop between /type-combinators/ and /singletons/"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263273,8 +263273,8 @@ self: { sha256 = "0rmqy3wcypyq09gnfz0xvkr2ly9gnpsjnil2n981ajfxsk2shi58"; libraryHaskellDepends = [ base template-haskell type-spine ]; description = "Arbitrary-base type-level digits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263289,8 +263289,8 @@ self: { libraryHaskellDepends = [ base ]; libraryToolDepends = [ cpphs ]; description = "Type equality evidence you can carry around"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263304,7 +263304,7 @@ self: { editedCabalFile = "1a3irpv5kyg3rywhmcp5fwg5irrdbdr0hrlw7asdk113nakrba7j"; libraryHaskellDepends = [ base ]; description = "Data.Type.Equality compat package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-equality-check" = callPackage @@ -263315,7 +263315,7 @@ self: { sha256 = "1r0g2xpkyj3765z07s559xy9vx4ipwnlk13sxrbcjds7wghfb8ci"; libraryHaskellDepends = [ base type-level ]; description = "Type equality check"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-errors" = callPackage @@ -263336,7 +263336,7 @@ self: { th-abstraction ]; description = "Tools for writing better type errors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-errors-pretty" = callPackage @@ -263350,7 +263350,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "Combinators for writing pretty type errors easily"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "type-fun" = callPackage @@ -263362,8 +263362,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Collection of widely reimplemented type families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263375,7 +263375,7 @@ self: { sha256 = "1ib1d5z9wxc63hq2gyxplpzs49k5rfafgz1r59bqsqh63yk4lly8"; libraryHaskellDepends = [ base kinds ]; description = "Emulation of type-level functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-hint" = callPackage @@ -263386,7 +263386,7 @@ self: { sha256 = "1fcrma7m6y7i1y42rzhv7qch8xkk93lkh1767saw4hsb9fzwsq8i"; libraryHaskellDepends = [ base ]; description = "Guide type inference with proxy values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-indexed-queues" = callPackage @@ -263408,8 +263408,8 @@ self: { base containers criterion pqueue random ]; description = "Queues with verified and unverified versions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263421,8 +263421,8 @@ self: { sha256 = "1lakw4mvkii32a570zain510n9x7b2ka2r3qj5rpil1j4bpc662w"; libraryHaskellDepends = [ base template-haskell ]; description = "Type Level 2s- and 16s- Complement Integers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263435,8 +263435,8 @@ self: { libraryHaskellDepends = [ base containers mtl template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "Interpreter for Template Haskell types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263453,7 +263453,7 @@ self: { vector-builder ]; description = "Typeclasses for injective relations and isomorphisms between types"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "type-level" = callPackage @@ -263464,7 +263464,7 @@ self: { sha256 = "03w9dkb2d8351y2ic2wxh1sr2dnwh9ph9qa5mak0iciqraxvqxlr"; libraryHaskellDepends = [ base syb template-haskell ]; description = "Type-level programming library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-level-bst" = callPackage @@ -263475,8 +263475,8 @@ self: { sha256 = "0c51p6dy84ddikj6jch5hljn1i37q38wbak3chbc3ds5r674y5hk"; libraryHaskellDepends = [ base ]; description = "type-level binary search trees in haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263489,7 +263489,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Provides integers lifted to the type level"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-level-kv-list" = callPackage @@ -263501,7 +263501,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base doctest Glob ]; description = "A module for hash map like object with type level keys"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "type-level-natural-number" = callPackage @@ -263512,7 +263512,7 @@ self: { sha256 = "17zgm5ys1z61kxxczz3bzi9m3c48py6pvyx3cqk3xlh1w7n58ryk"; libraryHaskellDepends = [ base ]; description = "Simple type level natural numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-level-natural-number-induction" = callPackage @@ -263525,8 +263525,8 @@ self: { base transformers type-level-natural-number ]; description = "High-level combinators for performing inductive operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263538,8 +263538,8 @@ self: { sha256 = "0vql5q5zhbhmwv0wqqb0xi4ayqdsz149rymhs730c583pq0h9r3w"; libraryHaskellDepends = [ base type-level-natural-number ]; description = "Basic operations on type-level natural numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263552,7 +263552,7 @@ self: { libraryHaskellDepends = [ base template-haskell ]; testHaskellDepends = [ base template-haskell ]; description = "Type level numbers implemented using type families"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-level-sets" = callPackage @@ -263565,7 +263565,7 @@ self: { editedCabalFile = "0cc0ws2plharq0gvindgmkp1fs82zd43zijkh7wf0ilfnr2l17z2"; libraryHaskellDepends = [ base ghc-prim ]; description = "Type-level sets and finite maps (with value-level counterparts)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-level-tf" = callPackage @@ -263576,7 +263576,7 @@ self: { sha256 = "07q69219yvf7rpfwilp70hvx2fzsxklvld7j3gayj17l9wp23g2m"; libraryHaskellDepends = [ base syb template-haskell ]; description = "Type-level programming library (type families)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-list" = callPackage @@ -263587,8 +263587,8 @@ self: { sha256 = "03395ivxda6mihjzn89rzvf0nkk0g16n207wvz4f61ky8r5mzfpz"; libraryHaskellDepends = [ base singletons ]; description = "Operations on type-level lists and tuples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263605,7 +263605,7 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "Type-indexed maps"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "type-natural" = callPackage @@ -263625,7 +263625,7 @@ self: { template-haskell ]; description = "Type-level natural and proofs of their properties"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-natural_1_0_0_0" = callPackage @@ -263652,8 +263652,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Type-level natural and proofs of their properties"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "type-of-html" = callPackage @@ -263674,7 +263674,7 @@ self: { text weigh ]; description = "High performance type driven html generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-of-html-static" = callPackage @@ -263686,8 +263686,8 @@ self: { libraryHaskellDepends = [ base template-haskell type-of-html ]; testHaskellDepends = [ base type-of-html ]; description = "Optimize static parts of type-of-html"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263699,7 +263699,7 @@ self: { sha256 = "1cm3vfarjpwm885i5w5mjyg1ibg9bm5q34hbacpl3c9q9l1vwl4j"; libraryHaskellDepends = [ base ghc-prim ]; description = "Various type-level operators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-ord" = callPackage @@ -263712,8 +263712,8 @@ self: { base template-haskell type-digits type-spine ]; description = "Type-level comparison operator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263729,8 +263729,8 @@ self: { base template-haskell type-cereal type-ord type-spine ]; description = "Generic type-level comparison of types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263742,8 +263742,8 @@ self: { sha256 = "1ygg511j0av1g94mclrsf3p0qb2kc89jcz9nfr5fm073a2jlzlih"; libraryHaskellDepends = [ base ghc-prim ]; description = "Partial port of prelude to the type level. Requires GHC 7.6.1."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263756,8 +263756,8 @@ self: { libraryHaskellDepends = [ base cmptype ]; testHaskellDepends = [ base cmptype ]; description = "Type-level sets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263773,8 +263773,8 @@ self: { base containers syb template-haskell transformers type-equality ]; description = "Sets and functions-as-relations in the type system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263787,7 +263787,7 @@ self: { libraryHaskellDepends = [ base pretty ]; testHaskellDepends = [ base ]; description = "Type Level Specification by Example"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "type-spine" = callPackage @@ -263798,8 +263798,8 @@ self: { sha256 = "0vy9ixmz1xm3dd0376s0h66q7qi64jqc5kqsqjpcg7akxidl03hi"; libraryHaskellDepends = [ base template-haskell ]; description = "A spine-view on types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263826,8 +263826,8 @@ self: { unordered-containers vector ]; description = "Type structure analysis"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263852,8 +263852,8 @@ self: { th-instances tuple uniplate ]; description = "Substitute types for other types with Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263871,8 +263871,8 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Tree representations of datatypes"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263892,7 +263892,7 @@ self: { vector-space ]; description = "Type-level and typed unary natural numbers, inequality proofs, vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typeable-th" = callPackage @@ -263904,8 +263904,8 @@ self: { libraryHaskellDepends = [ base template-haskell transformers ]; testHaskellDepends = [ base ]; description = "Automatic deriving of TypeableN instances with Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -263933,7 +263933,7 @@ self: { unordered-containers utf8-string wai wai-extra warp yaml ]; description = "Admin console framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typed-digits" = callPackage @@ -263950,7 +263950,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Digits, indexed by their base at the type level"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "typed-duration" = callPackage @@ -263965,7 +263965,7 @@ self: { base lifted-base monad-control transformers-base ]; description = "Thread delay and timeout functions with typed arguments"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typed-encoding" = callPackage @@ -263985,8 +263985,8 @@ self: { QuickCheck quickcheck-instances symbols text ]; description = "Type safe string transformations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264006,8 +264006,8 @@ self: { quickcheck-instances typed-encoding ]; description = "Bridge between encoding and typed-encoding packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264027,7 +264027,7 @@ self: { transformers unliftio-core ]; description = "Run external processes, with strong typing of streams"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "typed-spreadsheet" = callPackage @@ -264046,8 +264046,8 @@ self: { ]; executableHaskellDepends = [ base diagrams-lib text ]; description = "Typed and composable spreadsheets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264069,8 +264069,8 @@ self: { make-monofoldable-foldable mono-traversable vector ]; description = "A stream based replacement for lists"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264087,7 +264087,7 @@ self: { text uuid validity validity-uuid ]; description = "Phantom-Typed version of UUID"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "typed-uuid_0_1_0_0" = callPackage @@ -264104,8 +264104,8 @@ self: { text uuid validity validity-uuid yamlparse-applicative ]; description = "Phantom-Typed version of UUID"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "typed-wire" = callPackage @@ -264129,8 +264129,8 @@ self: { aeson base bytestring directory filepath HTF process temporary text ]; description = "Language-independent type-safe communication"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264146,7 +264146,7 @@ self: { aeson base base64-bytestring bytestring text time ]; description = "Haskell utility library required for code generated by typed-wire compiler"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typedflow" = callPackage @@ -264160,8 +264160,8 @@ self: { base ghc-typelits-knownnat mtl pretty-compact ]; description = "Typed frontend to TensorFlow and higher-order deep learning"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264178,8 +264178,8 @@ self: { transformers ]; description = "Parser for SQL augmented with types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264191,8 +264191,8 @@ self: { sha256 = "11s10arrbri1f71jfpynhmwh53cgkrfxsrqch1f02j0aii7n0lpv"; libraryHaskellDepends = [ base binary bytestring mtl pureMD5 syb ]; description = "Create a unique hash value for a type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264209,8 +264209,8 @@ self: { primitive transformers ]; description = "Useful type level operations (type families and related operators)"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264229,8 +264229,8 @@ self: { ]; testHaskellDepends = [ base ghc-prim vinyl ]; description = "Solve type equalities using custom type-level rewrite rules"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264248,8 +264248,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Tensors whose ranks and dimensions type-inferred and type-checked"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264261,7 +264261,7 @@ self: { sha256 = "1a2ahf8imbk8zff2i7cfag2irax8qdd4r6vb00hil34i67p980ij"; libraryHaskellDepends = [ base symbols text ]; description = "Type-safe printf from parsing GHC TypeLits Symbol"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typelits-witnesses" = callPackage @@ -264272,7 +264272,7 @@ self: { sha256 = "1khy5nacmsl7h4vg7driv4yb9m3zvkhbf8divyhd249i6bdmql70"; libraryHaskellDepends = [ base dependent-sum ]; description = "Existential witnesses, singletons, and classes for operations on GHC TypeLits"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "typenums" = callPackage @@ -264284,8 +264284,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Type level numbers using existing Nat functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264299,7 +264299,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base process ]; description = "Small script for inferring types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typeparams" = callPackage @@ -264315,8 +264315,8 @@ self: { template-haskell vector ]; description = "Lens-like interface for type level parameters; allows unboxed unboxed vectors and supercompilation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264341,7 +264341,7 @@ self: { ]; doHaddock = false; description = "Efficient implementation of a dependent map with types as keys"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "types-compat" = callPackage @@ -264354,8 +264354,8 @@ self: { editedCabalFile = "0h8hlx3zb7s8dfh275ich99j4aa4gdj2f8yvzwpmzgylcvn1gfwg"; libraryHaskellDepends = [ base ]; description = "ghc-7.6/7.8 compatible GHC.TypeLits, Data.Typeable and Data.Proxy."; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264367,7 +264367,7 @@ self: { sha256 = "1kg4pvrnf7vwvrcb998l9w08dpdy9hg7x2d9h5s3lqpnvvxfgcfj"; libraryHaskellDepends = [ base ]; description = "Enforce endianness with types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typesafe-precure" = callPackage @@ -264386,8 +264386,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Type-safe transformations and purifications of PreCures (Japanese Battle Heroine)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264407,8 +264407,8 @@ self: { language-typescript parsec split syb utf8-string ]; description = "A documentation generator for TypeScript Definition files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264446,8 +264446,8 @@ self: { template-haskell vector ]; description = "Just let me draw nice text already"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264463,7 +264463,7 @@ self: { base containers parallel polynomials-bernstein vector ]; description = "Drawings for printed text documents"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "typson-beam" = callPackage @@ -264485,8 +264485,8 @@ self: { tasty-hedgehog tasty-hunit test-fixture typson-core ]; description = "Typson Beam Integration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264502,7 +264502,7 @@ self: { aeson base containers profunctors text unordered-containers vector ]; description = "Type-safe PostgreSQL JSON Querying"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "typson-esqueleto" = callPackage @@ -264526,8 +264526,8 @@ self: { text typson-core ]; description = "Typson Esqueleto Integration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264550,8 +264550,8 @@ self: { test-fixture text typson-core ]; description = "Typson Selda Integration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264572,8 +264572,8 @@ self: { test-framework test-framework-hunit text vector ]; description = "Type derived JSON parsing using Aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264601,7 +264601,7 @@ self: { ]; preConfigure = "export TZDIR=${pkgs.tzdata}/share/zoneinfo"; description = "Efficient time zone handling"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "tzdata" = callPackage @@ -264622,7 +264622,7 @@ self: { test-framework-th unix ]; description = "Time zone database (as files and as a module)"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "u2f" = callPackage @@ -264640,8 +264640,8 @@ self: { ]; testHaskellDepends = [ base bytestring either-unwrap hspec text ]; description = "Haskell Universal Two Factor helper toolbox library thing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264662,7 +264662,7 @@ self: { ]; description = "A simplistic dependently-typed language with parametricity"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "ua-parser" = callPackage @@ -264687,7 +264687,7 @@ self: { filepath pcre-light text yaml ]; description = "A library for parsing User-Agent strings, official Haskell port of ua-parser"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uacpid" = callPackage @@ -264707,7 +264707,7 @@ self: { regex-compat time time-locale-compat unix ]; description = "Userspace Advanced Configuration and Power Interface event daemon"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uber" = callPackage @@ -264719,8 +264719,8 @@ self: { libraryHaskellDepends = [ aeson base text webapi ]; testHaskellDepends = [ base hspec text ]; description = "Uber client for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264732,8 +264732,8 @@ self: { sha256 = "12p948706scjiazlwv0x1afl3v8fhv4a3l8yqn1x4y9xnr4pfmc9"; libraryHaskellDepends = [ base lens tagged template-haskell ]; description = "Generate overloaded lenses from plain data declaration"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264764,7 +264764,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "The Ucam-Webauth protocol, used by Raven"; license = "(BSD-3-Clause OR Apache-2.0)"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264787,7 +264787,7 @@ self: { testToolDepends = [ hspec-discover ]; description = "Types for the Ucam-Webauth protocol, as used by Raven"; license = "(BSD-3-Clause OR Apache-2.0)"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264806,8 +264806,8 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base gauge ]; description = "Unicode Character Database — Predicates on characters specified by Unicode"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264820,8 +264820,8 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ icu ]; description = "String encoding conversion with ICU"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) icu;}; @@ -264843,7 +264843,7 @@ self: { utf8-string ]; description = "Small DBus implementation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "udbus-model" = callPackage @@ -264856,7 +264856,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bytestring udbus xml ]; description = "Model API for udbus introspection and definitions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "udcode" = callPackage @@ -264867,7 +264867,7 @@ self: { sha256 = "1namnm91divk1x8ki7wfbd79f4nrym58r4ki9yamj2giv4nxda36"; libraryHaskellDepends = [ base containers mtl ]; description = "Does a set of code words form a uniquely decodable code?"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "udev" = callPackage @@ -264881,8 +264881,8 @@ self: { libraryHaskellDepends = [ base bytestring posix-paths unix ]; libraryPkgconfigDepends = [ systemd ]; description = "libudev bindings"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) systemd;}; "udp-conduit" = callPackage @@ -264897,8 +264897,8 @@ self: { base chunked-data conduit-combinators mono-traversable network ]; description = "Simple fire-and-forget conduit UDP wrappers"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264912,8 +264912,8 @@ self: { base bytestring network resourcet streaming ]; description = "Streaming to and from UDP socket"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264925,7 +264925,7 @@ self: { sha256 = "0ixqg5d0ly1r18jbgaa89i6kjzgi6c5hanw1b1y8c5fbq14yz2gy"; libraryHaskellDepends = [ base containers ]; description = "A simple (but internally ugly) memoization function"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "uhc-light" = callPackage @@ -264952,8 +264952,8 @@ self: { transformers uhc-util utf8-string uulib vector ]; description = "Part of UHC packaged as cabal/hackage installable library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264973,8 +264973,8 @@ self: { process time time-compat transformers uulib vector ]; description = "UHC utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -264988,8 +264988,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring split ]; description = "hex dumper for UTF-8 text"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265014,7 +265014,7 @@ self: { optparse-applicative ]; description = "Minimal HTTP client library optimized for benchmarking"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "ui-command" = callPackage @@ -265027,8 +265027,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base data-default mtl old-locale time ]; description = "A framework for friendly commandline programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265044,7 +265044,7 @@ self: { aeson base bytestring cereal dataenc text uuid ]; description = "Simple unique identifier datatype, serializable and encodable as base32"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ukrainian-phonetics-basic" = callPackage @@ -265055,7 +265055,7 @@ self: { sha256 = "1sgch686yq6yqm6yz63v4hcprslfzn82an1ndxbgy0m7d7ipdavx"; libraryHaskellDepends = [ base bytestring mmsyn2 mmsyn5 vector ]; description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ukrainian-phonetics-basic-array" = callPackage @@ -265066,7 +265066,7 @@ self: { sha256 = "1v5nzcnyrkhz5r2igxdp07ac506p0nnmjiskxxil5rzhab9zf8kn"; libraryHaskellDepends = [ base bytestring mmsyn2-array mmsyn5 ]; description = "A library to work with the basic Ukrainian phonetics and syllable segmentation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ulid" = callPackage @@ -265090,7 +265090,7 @@ self: { base deepseq format-numbers text time ]; description = "Implementation of ULID - Universally Unique Lexicographically Sortable Identifier"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "una" = callPackage @@ -265107,7 +265107,7 @@ self: { base bytestring cmdargs directory filepath io-storage process ]; description = "Universal un-archiver utility"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unagi-bloomfilter" = callPackage @@ -265124,8 +265124,8 @@ self: { atomic-primops base bytestring hashabler primitive ]; description = "A fast, cache-efficient, concurrent bloom filter"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265143,7 +265143,7 @@ self: { ]; benchmarkHaskellDepends = [ async base criterion ]; description = "Fast concurrent queues with a Chan-like API, and more"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unagi-streams" = callPackage @@ -265154,7 +265154,7 @@ self: { sha256 = "11vr8zxyksqb2np6f77d9ai6xrb7fpfjbgv191h3pppcanysm4w3"; libraryHaskellDepends = [ base io-streams unagi-chan ]; description = "Unagi Chan IO-Streams"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unamb" = callPackage @@ -265169,7 +265169,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "Unambiguous choice"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unamb-custom" = callPackage @@ -265180,8 +265180,8 @@ self: { sha256 = "0r694wi9xg8brgcwl2kyv5amp6v539l121s9bpmd5lhjdnrvqjwk"; libraryHaskellDepends = [ base containers mtl ]; description = "Functional concurrency with unamb using a custom scheduler"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265205,7 +265205,7 @@ self: { ]; doHaddock = false; description = "Opinionated Haskell Interoperability"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unbound" = callPackage @@ -265224,8 +265224,8 @@ self: { template-haskell transformers ]; description = "Generic support for programming with names and binders"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265248,7 +265248,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Support for programming with names and binders using GHC Generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unbound-kind-generics" = callPackage @@ -265263,7 +265263,7 @@ self: { base kind-generics kind-generics-th unbound-generics ]; description = "Support for programming with names and binders using kind-generics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unbounded-delays" = callPackage @@ -265274,7 +265274,7 @@ self: { sha256 = "11b1vmlfv4pmmpl4kva58w7cf50xsj819cq3wzqgnbz3px9pxbar"; libraryHaskellDepends = [ base ]; description = "Unbounded thread delays and timeouts"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unbounded-delays-units" = callPackage @@ -265285,8 +265285,8 @@ self: { sha256 = "02j4i2dms15vb87ar3m99hvpxrjdakljyql708zs716k1jdm7614"; libraryHaskellDepends = [ base unbounded-delays units units-defs ]; description = "Thread delays and timeouts using proper time units"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265298,7 +265298,7 @@ self: { sha256 = "1xk9x1viprvswjp62xrg2mvm34b0qamflb1phpyfh9bspy8f1qqd"; libraryHaskellDepends = [ base ghc-prim ]; description = "All the standard sum types but strict and unboxed as possible"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unboxed-containers" = callPackage @@ -265311,8 +265311,8 @@ self: { editedCabalFile = "16j16v36jabr9lpmjm52zbfz82m0ckd4p0f3z8123aawvzcvayji"; libraryHaskellDepends = [ base containers ]; description = "Self-optimizing unboxed sets using view patterns and data families"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265325,7 +265325,7 @@ self: { libraryHaskellDepends = [ base ghc-prim primitive ]; testHaskellDepends = [ async base HUnit ]; description = "Fast unboxed references for ST and IO monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unboxed-references" = callPackage @@ -265339,8 +265339,8 @@ self: { libraryHaskellDepends = [ base vector ]; executableHaskellDepends = [ base vector ]; description = "A library for reference cells backed by unboxed-vectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265363,7 +265363,7 @@ self: { base deepseq mono-traversable primitive vector ]; description = "A newtype-friendly variant of unboxed vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unbreak" = callPackage @@ -265383,8 +265383,8 @@ self: { ]; executableHaskellDepends = [ base bytestring cmdargs ]; description = "Secure and resilient remote file storage utility"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265399,7 +265399,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Customize uncaught exception handling"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "uncertain" = callPackage @@ -265415,7 +265415,7 @@ self: { transformers ]; description = "Manipulating numbers with inherent experimental/measurement uncertainty"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unconstrained" = callPackage @@ -265427,7 +265427,7 @@ self: { revision = "1"; editedCabalFile = "13fj2jlh44774www49fwp7h7z6gr23scfbvg745rpywys49c0559"; description = "Null constraint"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unescaping-print" = callPackage @@ -265440,8 +265440,8 @@ self: { editedCabalFile = "113p28z74lvsc7c6v93ilvbyp2fn5h1qsymksn3mi2ndxwq3vz3f"; libraryHaskellDepends = [ base ]; description = "Tiny package providing unescaping versions of show and print"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265458,7 +265458,7 @@ self: { ]; description = "IO without any non-error, synchronous exceptions"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "unexceptionalio-trans" = callPackage @@ -265472,7 +265472,7 @@ self: { libraryHaskellDepends = [ base transformers unexceptionalio ]; description = "A wrapper around UnexceptionalIO using monad transformers"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "unfix-binders" = callPackage @@ -265483,8 +265483,8 @@ self: { sha256 = "0aw4ihkzwz220pgg84p47zp37i5dqn7cxqcqa2lfzi23y9sp5iss"; libraryHaskellDepends = [ base ]; description = "Unfixing and recursion schemes for data types with binders"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265502,7 +265502,7 @@ self: { base containers ghc-prim one-liner QuickCheck random transformers ]; description = "Class of data structures that can be unfolded"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unfoldable-restricted" = callPackage @@ -265518,7 +265518,7 @@ self: { unit-constraint unordered-containers ]; description = "An alternative to the Unfoldable typeclass"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ungadtagger" = callPackage @@ -265529,7 +265529,7 @@ self: { sha256 = "1hn30p9vpsvkph54grzwdrca5vh9grpa7d0w1zlvim1mnvqxmn4b"; libraryHaskellDepends = [ base ]; description = "Abstract GADTs from typelevel tags"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uni-events" = callPackage @@ -265541,7 +265541,7 @@ self: { libraryHaskellDepends = [ base containers uni-util ]; description = "Event handling for the uniform workbench"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265558,7 +265558,7 @@ self: { ]; description = "Graphs"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265576,7 +265576,7 @@ self: { ]; description = "Graphical User Interface for Haskell Programs"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265593,7 +265593,7 @@ self: { ]; description = "Posix utilities for the uniform workbench"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265609,7 +265609,7 @@ self: { ]; description = "Reactors for the uniform workbench"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265627,7 +265627,7 @@ self: { ]; description = "Graphs binding"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265645,7 +265645,7 @@ self: { ]; description = "Utilities for the uniform workbench"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265660,7 +265660,7 @@ self: { libraryHaskellDepends = [ base containers semigroups ]; testHaskellDepends = [ base containers utility-ht ]; description = "Construct and transform unicode characters"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unicode-names" = callPackage @@ -265673,7 +265673,7 @@ self: { array base containers unicode-properties ]; description = "Unicode 3.2.0 character names"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unicode-normalization" = callPackage @@ -265685,8 +265685,8 @@ self: { libraryHaskellDepends = [ base bytestring compact-string ]; librarySystemDepends = [ icu ]; description = "Unicode normalization using the ICU library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) icu;}; @@ -265698,8 +265698,8 @@ self: { sha256 = "05zakihlk06wckzgm43f3g26fjdn4gb3d1ypw4vcwqmipq2dbfsw"; libraryHaskellDepends = [ base ]; description = "Unicode notation for some definitions in Prelude"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265711,7 +265711,7 @@ self: { sha256 = "06zrr2z9irbsxwf7fbnhp2sg36ykb2amfys2y78nzn0mw63xb3q1"; libraryHaskellDepends = [ array base containers ]; description = "Unicode 3.2.0 character properties"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unicode-show" = callPackage @@ -265723,8 +265723,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "print and show in unicode"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265736,8 +265736,8 @@ self: { sha256 = "0y1awqrf1x2in158linszma69zyz3zp14h3rmdx3vmbmif9fvbyv"; libraryHaskellDepends = [ base containers ]; description = "Unicode alternatives for common functions and operators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265760,7 +265760,7 @@ self: { base deepseq filepath gauge path path-io text ]; description = "Unicode normalization"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unicode-tricks" = callPackage @@ -265775,8 +265775,8 @@ self: { testHaskellDepends = [ base hspec QuickCheck ]; testToolDepends = [ hspec-discover ]; description = "Functions to work with unicode blocks more convenient"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265799,7 +265799,7 @@ self: { ]; testHaskellDepends = [ base text ]; description = "Make writing in unicode easy"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unidecode" = callPackage @@ -265811,7 +265811,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Haskell binding of Unidecode"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unification-fd" = callPackage @@ -265822,7 +265822,7 @@ self: { sha256 = "15hrnmgr0pqq43fwgxc168r08xjgfhr2nchmz5blq46vwrh6gx2v"; libraryHaskellDepends = [ base containers logict mtl ]; description = "Simple generic unification algorithms"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uniform-io" = callPackage @@ -265841,8 +265841,8 @@ self: { librarySystemDepends = [ openssl ]; testHaskellDepends = [ attoparsec base bytestring Cabal ]; description = "Uniform IO over files, network, anything"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) openssl;}; @@ -265859,7 +265859,7 @@ self: { adjunctions base deepseq distributive prelude-extras ]; description = "Uniform pairs with class instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "union" = callPackage @@ -265877,8 +265877,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq lens ]; description = "Extensible type-safe unions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265892,7 +265892,7 @@ self: { editedCabalFile = "13cwjh03n82sgshbk4fdlvhc0pb3v979sdcdrpvnpjdqmvcprs92"; libraryHaskellDepends = [ base containers transformers ]; description = "Efficient union and equivalence testing of sets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "union-find-array" = callPackage @@ -265903,7 +265903,7 @@ self: { sha256 = "1pxb1v2k04i8ds2n8zqra74gacry6dj5p87sxgkf4fazx4s316dk"; libraryHaskellDepends = [ array base mtl ]; description = "union find data structure"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "union-map" = callPackage @@ -265914,8 +265914,8 @@ self: { sha256 = "0q1qg0vg01ypjlb90xq8zl3zc53b3yn23vgpnzv92q7xmc46gb5l"; libraryHaskellDepends = [ base containers extensible ]; description = "Heterogeneous map by open unions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265927,7 +265927,7 @@ self: { sha256 = "07jl3an9y4gbpmsq2gcbp3xwyvrnvkjcxcpq1702cc320c8zq542"; libraryHaskellDepends = [ base ]; description = "Helpers which allow safe partial pattern matching in lambdas"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uniplate" = callPackage @@ -265944,7 +265944,7 @@ self: { base containers ghc-prim hashable syb unordered-containers ]; description = "Help writing simple, concise and fast generic operations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uniprot-kb" = callPackage @@ -265962,8 +265962,8 @@ self: { attoparsec base hspec neat-interpolation QuickCheck text ]; description = "UniProt-KB format parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -265979,7 +265979,7 @@ self: { base bytestring unordered-containers ]; description = "uniq-deep"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "unique" = callPackage @@ -265990,7 +265990,7 @@ self: { sha256 = "1dgln2dr64ma1isqskj1qnjslg9smmr7jssg8hmk68wp36i3rwkd"; libraryHaskellDepends = [ base hashable ]; description = "Fully concurrent unique identifiers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unique-logic" = callPackage @@ -266008,7 +266008,7 @@ self: { base non-empty QuickCheck semigroups transformers utility-ht ]; description = "Solve simple simultaneous equations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unique-logic-tf" = callPackage @@ -266026,7 +266026,7 @@ self: { base non-empty QuickCheck semigroups transformers utility-ht ]; description = "Solve simple simultaneous equations"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uniqueid" = callPackage @@ -266037,8 +266037,8 @@ self: { sha256 = "0s1jw29g5s9ll8hbfkyalhdjpsv54w1n63mz4jph36dbq68zb7g6"; libraryHaskellDepends = [ base ]; description = "Splittable Unique Identifier Supply"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266055,8 +266055,8 @@ self: { base checkers containers doctest QuickCheck ]; benchmarkHaskellDepends = [ base criterion random ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266068,7 +266068,7 @@ self: { sha256 = "1r5wnc9gdinxigqf9sb58k8rvbkbqmn71d2gxpg1xz3fgxs35cqq"; libraryHaskellDepends = [ base mmsyn6ukr vector ]; description = "Can be used to produce the 'uniquenessPeriods' function and related functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-general" = callPackage @@ -266079,7 +266079,7 @@ self: { sha256 = "117svylwp76rgygc1fa871qz0ghv5hsfj7lr63zy1r3zcakak45q"; libraryHaskellDepends = [ base vector ]; description = "Can be used to produce the similar to 'String.Ukrainian.UniquenessPeriods' functions."; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-vector" = callPackage @@ -266090,7 +266090,7 @@ self: { sha256 = "0nl6rpxsmjw4zsw5x550wlifhrhy4pzkvjxhklb0183n9pl8nkkd"; libraryHaskellDepends = [ base vector ]; description = "Generalization of the uniqueness-periods and uniqueness-periods-general packages functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-vector-common" = callPackage @@ -266101,7 +266101,7 @@ self: { sha256 = "1h7xv3g7rpa2bj7mlydvfn9g14j911jrarpl7665h3rfb6fdq4zq"; libraryHaskellDepends = [ base vector ]; description = "Generalization of the dobutokO-poetry-general package functionality"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-vector-examples" = callPackage @@ -266132,7 +266132,7 @@ self: { uniqueness-periods-vector-stats vector ]; description = "Usage examples for the uniqueness-periods-vector series of packages"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-vector-filters" = callPackage @@ -266143,7 +266143,7 @@ self: { sha256 = "0hm4g7bqsi598z3wfjj9xy5rv3hfxwyk0vbkyqwvq99xr2pwr415"; libraryHaskellDepends = [ base mmsyn2 vector ]; description = "A library allows to change the structure of the 'RealFrac' function output"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-vector-general" = callPackage @@ -266158,7 +266158,7 @@ self: { base print-info uniqueness-periods-vector-common vector ]; description = "Some kind of the optimization approach to data inner structure"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-vector-properties" = callPackage @@ -266177,7 +266177,7 @@ self: { uniqueness-periods-vector-common vector ]; description = "Metrices for the maximum element for the uniqueness-periods-vector packages family"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uniqueness-periods-vector-stats" = callPackage @@ -266188,7 +266188,7 @@ self: { sha256 = "1vw12a6q1h2in2llyy49n54s20sh8i4ry9vr2rwy8q0xfvfq9v25"; libraryHaskellDepends = [ base ghc-prim ]; description = "A very basic descriptive statistics"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "unit" = callPackage @@ -266200,7 +266200,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Aliases for `()`"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unit-constraint" = callPackage @@ -266211,7 +266211,7 @@ self: { sha256 = "0nayhjyprph6bg2hhrvd91nmrzz1bixlfib4cxsxpj8n014fhva4"; libraryHaskellDepends = [ base constraints ]; description = "Extremely simple typeclass"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "units" = callPackage @@ -266233,7 +266233,7 @@ self: { units-parser vector-space ]; description = "A domain-specific type system for dimensional analysis"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "units-attoparsec" = callPackage @@ -266248,8 +266248,8 @@ self: { attoparsec base template-haskell text units units-defs ]; description = "Attoparsec parsers for the units package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266261,7 +266261,7 @@ self: { sha256 = "1g55hnhd9bgqp649jgmq41s5i5j0gfpn3iwqaxvmikwaasyr69ki"; libraryHaskellDepends = [ base template-haskell units ]; description = "Definitions for use with the units package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "units-parser" = callPackage @@ -266278,7 +266278,7 @@ self: { template-haskell ]; description = "A parser for units of measure"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unittyped" = callPackage @@ -266290,8 +266290,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "An extendable library for type-safe computations including units"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266314,7 +266314,7 @@ self: { ansi-terminal ansi-wl-pprint base mtl optparse-applicative semigroups split text ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unitym" = callPackage @@ -266325,7 +266325,7 @@ self: { sha256 = "16rvv72ya9dp5x0lr6n4kbslgqds87x3fbf9v5rsylx0dgig48js"; libraryHaskellDepends = [ base text transformers ]; description = "A monad type class shared between web services"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unitym-servant" = callPackage @@ -266340,7 +266340,7 @@ self: { base mtl servant-server text transformers unitym ]; description = "Implementaation of unitym for Servant servers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unitym-yesod" = callPackage @@ -266351,8 +266351,8 @@ self: { sha256 = "1qg0iqww3yq5kzy6x9fc3p64vcsa53ricagnknzwhhjirh9yy3yw"; libraryHaskellDepends = [ base unitym yesod ]; description = "Implementation of the unity monad for the Yesod framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266372,7 +266372,7 @@ self: { testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; benchmarkHaskellDepends = [ base criterion ]; description = "Universal"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "universal-binary" = callPackage @@ -266384,8 +266384,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base binary bytestring ]; description = "Parser for OS X Universal Binary format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266402,8 +266402,8 @@ self: { universe-reverse-instances universe-some ]; description = "A class for finite and recursively enumerable types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266417,7 +266417,7 @@ self: { libraryHaskellDepends = [ base containers tagged transformers ]; testHaskellDepends = [ base containers QuickCheck ]; description = "A class for finite and recursively enumerable types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "universe-dependent-sum" = callPackage @@ -266428,7 +266428,7 @@ self: { sha256 = "0fwqx4fzs9s09fwrf715simqb0vxnx3z7q35zbv9mkj1m6nbrsk5"; libraryHaskellDepends = [ base universe-some ]; description = "Universe instances for types from dependent-sum"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "universe-instances-base" = callPackage @@ -266441,8 +266441,8 @@ self: { editedCabalFile = "03g5vpmmymfjx4p1l2v275vn2dknb7m91wmh01aw8f26224f7sjw"; libraryHaskellDepends = [ base universe-base ]; description = "Universe instances for types from the base package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266458,8 +266458,8 @@ self: { adjunctions base comonad containers universe-base ]; description = "Universe instances for types from selected extra packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266473,8 +266473,8 @@ self: { editedCabalFile = "0fyhcfkriq4zcvqrr33x5ywxxmpyjjy0bz78pq2x38vpgqagiz4p"; libraryHaskellDepends = [ base universe-base ]; description = "Universe instances for types from the transformers and mtl packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266486,8 +266486,8 @@ self: { sha256 = "0wzvrnccj9hq1x55vy7a8xzppgf0zmbnlm3yz02qx3dglq97w4n4"; libraryHaskellDepends = [ base containers universe-base ]; description = "Instances of standard classes that are made possible by enumerations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266505,7 +266505,7 @@ self: { ]; testHaskellDepends = [ base some template-haskell universe-base ]; description = "Universe instances for Some from some"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "universe-th" = callPackage @@ -266527,8 +266527,8 @@ self: { test-framework-quickcheck2 th-instances tuple uniplate ]; description = "Construct a Dec's ancestor list"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266555,7 +266555,7 @@ self: { base containers gauge unordered-containers ]; description = "Custom prelude used in Serokell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "universum_1_7_1" = callPackage @@ -266580,8 +266580,8 @@ self: { base containers gauge text unordered-containers ]; description = "Custom prelude used in Serokell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "unix_2_7_2_2" = callPackage @@ -266594,8 +266594,8 @@ self: { editedCabalFile = "1hfpipkxmkr0fgjz1i4mm0ah1s7bgb28yb8sjn32rafj4lzszn2m"; libraryHaskellDepends = [ base bytestring time ]; description = "POSIX functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "unix-bytestring" = callPackage @@ -266606,7 +266606,7 @@ self: { sha256 = "1340zxy9w8nmmhhwgg9rznvz8iyfhinpycdpkryqp60ilhyjgv53"; libraryHaskellDepends = [ base bytestring ]; description = "Unix/Posix-specific functions for ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unix-compat" = callPackage @@ -266619,7 +266619,7 @@ self: { editedCabalFile = "1yx38asvjaxxlfs8lpbq0dwd84ynhgi7hw91rn32i1hsmz7yn22m"; libraryHaskellDepends = [ base unix ]; description = "Portable POSIX-compatibility layer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unix-fcntl" = callPackage @@ -266632,8 +266632,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base foreign-var ]; description = "Comprehensive bindings to fcntl(2)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266645,8 +266645,8 @@ self: { sha256 = "07ysmd9ks5lm2lg1dik75m509ryn5azw28j9hcisknf5bmrfy9li"; libraryHaskellDepends = [ base unix ]; description = "POSIX operations on Handles"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266658,7 +266658,7 @@ self: { sha256 = "1qy28y1apm2dxp47v0ngxj4ww3iyq4lj0n0i4z9phyr1122fglig"; libraryHaskellDepends = [ base ]; description = "Support for writev, pwrite and pread"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unix-memory" = callPackage @@ -266675,7 +266675,7 @@ self: { base mtl QuickCheck tasty tasty-hunit tasty-quickcheck unix ]; description = "Unix memory syscalls"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unix-process-conduit" = callPackage @@ -266696,8 +266696,8 @@ self: { base bytestring conduit hspec transformers unix ]; description = "Run processes on Unix systems, with a conduit interface (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266709,7 +266709,7 @@ self: { sha256 = "1n21cd6chih86g6kfl6b0x4k533ykzz93anhf6wga3033rvy09wj"; libraryHaskellDepends = [ base unix ]; description = "POSIX pseudo-terminal support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unix-time" = callPackage @@ -266726,7 +266726,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Unix time parser/formatter and utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unjson" = callPackage @@ -266751,7 +266751,7 @@ self: { unordered-containers vector ]; description = "Bidirectional JSON parsing and generation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unlambda" = callPackage @@ -266776,8 +266776,8 @@ self: { sha256 = "06ygxv8c1435rn9yrg27l1zsihzh4argqn677g0qrigw6wcvn0gg"; libraryHaskellDepends = [ base ghc-prim semigroups ]; description = "GHC Haskell lists of non-thunks (things of kind TYPE 'UnliftedRep)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266803,7 +266803,7 @@ self: { time transformers unix unliftio-core ]; description = "The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "unliftio-core" = callPackage @@ -266816,7 +266816,7 @@ self: { editedCabalFile = "16k5fxlm9xpbd0ca861nmhb1j2ahyid02m1vbg1vzb5ckbm48glv"; libraryHaskellDepends = [ base transformers ]; description = "The MonadUnliftIO typeclass for unlifting monads to IO"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "unliftio-path" = callPackage @@ -266827,7 +266827,7 @@ self: { sha256 = "1ila58yyk2vfshaz6d5kp4vdcgjrlnwnqnrjm949qlcv36srvzg9"; libraryHaskellDepends = [ base exceptions path time unliftio ]; description = "UnliftIO using well-typed Paths"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "unliftio-pool" = callPackage @@ -266842,7 +266842,7 @@ self: { base resource-pool time transformers unliftio-core ]; description = "Data.Pool generalized to MonadUnliftIO."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unliftio-streams" = callPackage @@ -266856,8 +266856,8 @@ self: { base bytestring io-streams text unliftio-core ]; description = "Generalization of io-streams to MonadUnliftIO"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266872,7 +266872,7 @@ self: { libraryHaskellDepends = [ base directory text ]; executableHaskellDepends = [ base directory text ]; description = "Tool to convert literate code between styles or to code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unm-hip" = callPackage @@ -266888,7 +266888,7 @@ self: { ]; description = "A Library for the manipulation of images"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266902,7 +266902,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base storable-endian utility-ht ]; description = "Extract useful information from Amiga MED files"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "unordered-containers" = callPackage @@ -266924,7 +266924,7 @@ self: { random ]; description = "Efficient hashing-based container types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unordered-containers-rematch" = callPackage @@ -266942,8 +266942,8 @@ self: { base hashable hspec HUnit rematch unordered-containers ]; description = "Rematch support for unordered containers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266959,8 +266959,8 @@ self: { base deepseq dlist hashable unordered-containers ]; description = "Graph library using unordered-containers"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266977,8 +266977,8 @@ self: { base containers deepseq primitive QuickCheck tasty tasty-quickcheck ]; description = "A specialization of `HashMap Int v`"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -266994,8 +266994,8 @@ self: { base bytestring primitive template-haskell transformers vector ]; description = "Monad transformers that mirror worker-wrapper transformations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267013,7 +267013,7 @@ self: { executableHaskellDepends = [ base ]; doHaddock = false; description = "Unpacked containers via backpack"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "unpacked-either" = callPackage @@ -267025,8 +267025,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked either data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267039,8 +267039,8 @@ self: { libraryHaskellDepends = [ base ghc-prim ]; testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked maybe data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267055,8 +267055,8 @@ self: { libraryHaskellDepends = [ base primitive wide-word ]; testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "maybes of numeric values with fewer indirections"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267068,7 +267068,7 @@ self: { sha256 = "10mc9kjjqf82ddi586g5r6h065znhj9s0ih9w800yw4xl65ygayv"; libraryHaskellDepends = [ base bytestring text-short ]; description = "optional text that unpacks well"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unpacked-these" = callPackage @@ -267084,8 +267084,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked these data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267102,8 +267102,8 @@ self: { ]; testHaskellDepends = [ base QuickCheck quickcheck-classes ]; description = "An unpacked validation data type"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267124,8 +267124,8 @@ self: { scientific text unordered-containers vector ]; description = "An attoparsec roundtrip"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267137,8 +267137,8 @@ self: { sha256 = "0n05777fqqpbgnh9jab04ayw1j1as4wkkbrjixi1288fhi44m87p"; libraryHaskellDepends = [ base ghc ]; description = "Compiler plugin for loop unrolling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267151,7 +267151,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Unified interface to unsafe functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unsafe-promises" = callPackage @@ -267162,7 +267162,7 @@ self: { sha256 = "1018c3q0aq6l0011az661dvlibiv6jvwdv4c40bi8pwapri66k70"; libraryHaskellDepends = [ base threads ]; description = "Create pure futures using lazy IO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unsafely" = callPackage @@ -267175,8 +267175,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base ]; description = "Flexible access control for unsafe operations and instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267189,7 +267189,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base ]; description = "Like unsafeperformIO, but for the ST monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unscramble" = callPackage @@ -267207,8 +267207,8 @@ self: { array base optparse-applicative stream-fusion unordered-containers ]; description = "Solve Boggle-like word games"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267227,8 +267227,8 @@ self: { tasty tasty-hunit tasty-quickcheck tasty-smallcheck ]; description = "An extension removing the sequentiality from monads"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267242,7 +267242,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "Utility construction of the graph depending unusable packages"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "unused" = callPackage @@ -267270,8 +267270,8 @@ self: { ]; testHaskellDepends = [ base containers hspec text ]; description = "A command line tool to identify unused code"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267283,7 +267283,7 @@ self: { sha256 = "08q1zvc61gh2l8212xb2p4nvjx7p0qaw1q69085xzgg3hn5rwig2"; libraryHaskellDepends = [ base ]; description = "Unwrapping sums/products lifted to functors"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "uom-plugin" = callPackage @@ -267301,8 +267301,8 @@ self: { ]; testHaskellDepends = [ base hlint tasty tasty-hunit ]; description = "Units of measure as a GHC typechecker plugin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267320,8 +267320,8 @@ self: { base directory filepath lambda-options mtl split ]; description = "Command-line tool to generate paths for moving upward in a file system"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267336,7 +267336,7 @@ self: { executableHaskellDepends = [ base ports-tools process ]; description = "Software management tool"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "update-monad" = callPackage @@ -267346,7 +267346,7 @@ self: { version = "0.1.0.0"; sha256 = "0l6gbfw0rmhkk2iq3wd2zzyld2nvjmbrlg7rqqv962cahs5mydns"; libraryHaskellDepends = [ base mtl ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "update-nix-fetchgit" = callPackage @@ -267376,8 +267376,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A program to update fetchgit values in Nix expressions"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "update-repos" = callPackage @@ -267399,7 +267399,7 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Update all your git repositories with just one command"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "uploadcare" = callPackage @@ -267415,8 +267415,8 @@ self: { http-types old-locale time ]; description = "Haskell client for Uploadcare"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267428,7 +267428,7 @@ self: { sha256 = "17hi7ibasy0lhvzhv52k0dynvhxlsmywliymyygwk1jv740z1bdz"; libraryHaskellDepends = [ base ]; description = "Upload test"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "upskirt" = callPackage @@ -267439,8 +267439,8 @@ self: { sha256 = "0528345xiq2xmi9fwzv0rvbjqfhcvyhkik8c453yr2nr03k0zs4c"; libraryHaskellDepends = [ base bytestring ]; description = "Binding to upskirt"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267457,8 +267457,8 @@ self: { req req-conduit text uuid ]; description = "Talk to Urbit from Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267475,8 +267475,8 @@ self: { req req-conduit text uuid ]; description = "Talk to Urbit from Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267492,7 +267492,7 @@ self: { testHaskellDepends = [ base hspec hspec-core QuickCheck text ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Hoon-style atom manipulation and printing functions"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "ureader" = callPackage @@ -267515,8 +267515,8 @@ self: { tagsoup terminal-size text time xml ]; description = "Minimalistic CLI RSS reader"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267537,8 +267537,8 @@ self: { mime-types mtl optparse-applicative process syb text ]; description = "Ur/Web static content generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267550,8 +267550,8 @@ self: { sha256 = "0gfv54ys1h4ac3dhaypnpnm4w781857n2k8680jflnjbkqlandrr"; libraryHaskellDepends = [ base parsec safe utf8-string ]; description = "Library for working with URIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267580,7 +267580,7 @@ self: { network-uri ]; description = "Haskell URI parsing as ByteStrings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uri-bytestring-aeson" = callPackage @@ -267593,7 +267593,7 @@ self: { aeson base bytestring text uri-bytestring ]; description = "Aeson instances for URI Bytestring"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uri-conduit" = callPackage @@ -267610,8 +267610,8 @@ self: { network system-fileio system-filepath text transformers ]; description = "Read and write URIs (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267628,7 +267628,7 @@ self: { base bytestring network-uri text utf8-string ]; description = "Unicode aware uri-encoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uri-encoder" = callPackage @@ -267647,8 +267647,8 @@ self: { base bytestring criterion network-uri ]; description = "A uri encoder to make your strings less readable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267665,8 +267665,8 @@ self: { transformers ]; description = "Read and write URIs (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267685,8 +267685,8 @@ self: { uri-enumerator ]; description = "uri-enumerator backend for the file scheme (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267703,8 +267703,8 @@ self: { ]; testHaskellDepends = [ base data-default hspec lens ]; description = "A simple library for parsing and generating URIs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267719,8 +267719,8 @@ self: { libraryHaskellDepends = [ base containers utf8-string ]; executableHaskellDepends = [ base ]; description = "URI template library for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267744,8 +267744,8 @@ self: { ansi-wl-pprint base HUnit mtl template-haskell ]; description = "Parsing & Quasiquoting for RFC 6570 URI Templates"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267757,7 +267757,7 @@ self: { sha256 = "0qag18wbrq9jjk1444mjigz1xl7xl03fz66b1lnya9qaihzpxwjs"; libraryHaskellDepends = [ base utf8-string ]; description = "A library for working with URLs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "url-bytes" = callPackage @@ -267780,8 +267780,8 @@ self: { weigh ]; description = "Memory efficient url type and parser"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267804,8 +267804,8 @@ self: { ]; benchmarkHaskellDepends = [ criterion http-types rerebase ]; description = "Decoders for URL-encoding (aka Percent-encoding)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267819,8 +267819,8 @@ self: { editedCabalFile = "1fbgzz9yhqc5lx15n551r190g2a6f1plf3clpar76fj3wqn6x4nr"; libraryHaskellDepends = [ base mtl syb ]; description = "Parse/format generic key/value URLs from record data types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267838,8 +267838,8 @@ self: { base bytestring containers mtl network old-time ]; description = "Parallel link checker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267853,8 +267853,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base network ]; description = "Decode percent-encoded strings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267866,8 +267866,8 @@ self: { sha256 = "1kg25w5pnmsnjwycnf0q6d65cqfw5d0xn9rwyn4ybhh3a8q2yaa8"; libraryHaskellDepends = [ base bytestring happstack-server mtl ]; description = "Simple, declarative, expressive URL routing -- on happstack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267883,8 +267883,8 @@ self: { libraryHaskellDepends = [ base mtl network network-uri split ]; testHaskellDepends = [ base network network-uri QuickCheck ]; description = "Generate or process x-www-urlencoded data"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267904,8 +267904,8 @@ self: { split strict text transformers transformers-base vector ]; description = "Painfully simple URL deployment"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267918,8 +267918,8 @@ self: { libraryHaskellDepends = [ base parsec ]; testHaskellDepends = [ base hspec ]; description = "Universal Resource Names"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267936,8 +267936,8 @@ self: { template-haskell transformers ]; description = "A package for updatable discrete distributions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267955,8 +267955,8 @@ self: { base filepath mtl optparse-applicative parsec process syb ]; description = "XML parser-printer supporting Ur/Web syntax extensions"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -267968,7 +267968,7 @@ self: { sha256 = "16zlg48pa254bwn7kimd9mn78q0mlczhj683nhxbdd5l7yqrgkm6"; libraryHaskellDepends = [ base time ]; testHaskellDepends = [ base doctest doctest-discover hspec time ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "usb" = callPackage @@ -267983,8 +267983,8 @@ self: { base bindings-libusb bytestring containers ghc-prim text vector ]; description = "Communicate with USB devices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268001,8 +268001,8 @@ self: { transformers usb ]; description = "Iteratee enumerators for the usb package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268016,8 +268016,8 @@ self: { editedCabalFile = "1p780v435frqi04gc8db1jj1ra9c98jpdwmy4p274azp0gi51q9z"; libraryHaskellDepends = [ attoparsec base bytestring usb ]; description = "Parser and request Library for USB HIDs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268037,8 +268037,8 @@ self: { containers-unicode-symbols parsimony ]; description = "A database of USB identifiers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268055,8 +268055,8 @@ self: { usb vector ]; description = "Iteratee enumerators for the usb package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268073,8 +268073,8 @@ self: { regions text transformers usb ]; description = "Type-safe communication with USB devices"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268089,7 +268089,7 @@ self: { libraryHaskellDepends = [ base random-fu text ]; executableHaskellDepends = [ base random-fu text ]; description = "A collection of user agents"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "userid" = callPackage @@ -268104,8 +268104,8 @@ self: { aeson base boomerang cereal safecopy web-routes web-routes-th ]; description = "The UserId type and useful instances for web development"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268121,7 +268121,7 @@ self: { aeson base bcrypt path-pieces text time ]; description = "A library simplifying user management for web applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "users-mysql-haskell" = callPackage @@ -268140,8 +268140,8 @@ self: { time transformers users uuid ]; description = "A mysql-haskell backend for the users library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268162,8 +268162,8 @@ self: { base hspec monad-logger persistent-sqlite temporary text users-test ]; description = "A persistent backend for the users package"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268180,7 +268180,7 @@ self: { ]; testHaskellDepends = [ base hspec postgresql-simple users-test ]; description = "A PostgreSQL backend for the users package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "users-test" = callPackage @@ -268191,7 +268191,7 @@ self: { sha256 = "0gmcbimbp8sj282c915m9bka4fj238xsf8szqmnv20n01kx4k1gn"; libraryHaskellDepends = [ base hspec text users ]; description = "Library to test backends for the users library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "utc" = callPackage @@ -268211,7 +268211,7 @@ self: { test-framework test-framework-quickcheck2 text ]; description = "A pragmatic time and date library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "utf" = callPackage @@ -268224,8 +268224,8 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base gauge ]; description = "UTF-8"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268244,7 +268244,7 @@ self: { base bytestring charsetdetect-ae hspec text text-short utf8-string ]; description = "A string conversion library that assumes utf8"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "utf8-env" = callPackage @@ -268255,7 +268255,7 @@ self: { sha256 = "0ls2ls2n12igm1day730sp1gfcwxvkkqd2xdp2lmyp2ldp0d72zp"; libraryHaskellDepends = [ base mtl utf8-string ]; description = "UTF-8 aware substitutes for functions in System.Environment"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "utf8-light" = callPackage @@ -268266,7 +268266,7 @@ self: { sha256 = "0rwyc5z331yfnm4hpx0sph6i1zvkd1z10vvglhnp0vc9wy644k0q"; libraryHaskellDepends = [ base bytestring ghc-prim ]; description = "Unicode"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "utf8-prelude" = callPackage @@ -268280,8 +268280,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base utf8-string ]; description = "Variants of Prelude and System.IO with UTF8 text I/O operations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268294,7 +268294,7 @@ self: { libraryHaskellDepends = [ base bytestring ]; testHaskellDepends = [ base HUnit ]; description = "Support for reading and writing UTF8 Strings"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "utf8-validator" = callPackage @@ -268311,8 +268311,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion ]; description = "Constant-space UTF8 validator for ByteStrings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268326,7 +268326,7 @@ self: { editedCabalFile = "16hbcmcq2674j37gl808n5i02kv0vn3nwq5l2a6v5lj0dn34nicb"; libraryHaskellDepends = [ base transformers ]; description = "Utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "util-exception" = callPackage @@ -268339,8 +268339,8 @@ self: { editedCabalFile = "1h5s7qkdgfifw35dg7wzsr42q1dcficrjvw9b1qhff00m7avdam0"; libraryHaskellDepends = [ base basic control lifted-base-tf util ]; description = "Exceptional utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268354,8 +268354,8 @@ self: { testHaskellDepends = [ base logict ]; benchmarkHaskellDepends = [ base gauge logict ]; description = "See README for more info"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268372,8 +268372,8 @@ self: { ]; testHaskellDepends = [ base containers HTF QuickCheck ]; description = "A collection of commonly used utils"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268387,8 +268387,8 @@ self: { editedCabalFile = "0wlgp8cq7gg585x041djxprm6a3kih1dkx2fbpg6bwi850ihglir"; libraryHaskellDepends = [ base primitive ]; description = "Primitive memory-related utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268405,8 +268405,8 @@ self: { libraryHaskellDepends = [ base control primitive util ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Utilities for stateful primitive types and types based on them"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268425,8 +268425,8 @@ self: { ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Utilities for universal types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268439,7 +268439,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base QuickCheck ]; description = "Various small helper functions for Lists, Maybes, Tuples, Functions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uu-cco" = callPackage @@ -268450,8 +268450,8 @@ self: { sha256 = "008ckslrc60959k6l6mvk8dixr6vmfmiir6qj8wakgixcyd6ar6d"; libraryHaskellDepends = [ ansi-terminal base ]; description = "Utilities for compiler construction: core functionality"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268465,8 +268465,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base uu-cco uuagc uuagc-cabal ]; description = "Utilities for compiler construction: example programs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268478,8 +268478,8 @@ self: { sha256 = "06ddh2fcvy0zbzzdgpcx8kvlssrcmxx4swgkl8iy7223llanx0px"; libraryHaskellDepends = [ base uu-cco uulib ]; description = "Utilities for compiler construction: Feedback wrapper around parser in uulib"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268491,8 +268491,8 @@ self: { sha256 = "1sshnlqb0ydxgrhm0i1c3mpnixfsqwrf3gl59yz4rhiw5hy33z71"; libraryHaskellDepends = [ base ListLike uu-cco uu-parsinglib ]; description = "Utilities for compiler construction: Feedback wrapper around parser in uu-parsinglib"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268506,7 +268506,7 @@ self: { editedCabalFile = "1wzc2aacqh1ndyk2dawzqbig7m0khdb05q9pzplhhfhfrbgn4pjr"; libraryHaskellDepends = [ base ]; description = "An interleaving combinator for use with applicative style implementations"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uu-options" = callPackage @@ -268524,7 +268524,7 @@ self: { uu-parsinglib ]; description = "Parse command line options using uu-interleave and uu-parsinglib"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uu-parsinglib" = callPackage @@ -268535,7 +268535,7 @@ self: { sha256 = "0v5vcxfix04hmwc7ajni4xrv0g099pr2j79bqx1n24s1cvimlpyj"; libraryHaskellDepends = [ base ListLike time uu-interleaved ]; description = "Fast, online, error-correcting, monadic, applicative, merging, permuting, interleaving, idiomatic parser combinators"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uu-tc" = callPackage @@ -268548,7 +268548,7 @@ self: { editedCabalFile = "1jz4w3fnhaz631yrlxrxj1vfl0i0vby038v70hmwhsg10wz7w764"; libraryHaskellDepends = [ base ]; description = "Haskell 98 parser combinators for INFOB3TC at Utrecht University"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uuagc" = callPackage @@ -268568,7 +268568,7 @@ self: { ]; executableHaskellDepends = [ base uuagc-cabal ]; description = "Attribute Grammar System of Universiteit Utrecht"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uuagc-bootstrap" = callPackage @@ -268590,8 +268590,8 @@ self: { mtl uulib ]; description = "Attribute Grammar System of Universiteit Utrecht"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268607,7 +268607,7 @@ self: { base Cabal containers directory filepath mtl process uulib ]; description = "Cabal plugin for UUAGC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uuagc-diagrams" = callPackage @@ -268618,8 +268618,8 @@ self: { sha256 = "0x4dhbzl5xvs3mrg7256hg673nbr4k6kjszyavjs61klcq58asm7"; libraryHaskellDepends = [ base diagrams-lib SVGFonts ]; description = "Utility for drawing attribute grammar pictures with the diagrams package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268636,7 +268636,7 @@ self: { executableHaskellDepends = [ base process ]; description = "A debugger for the UUAG system"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "uuid" = callPackage @@ -268663,7 +268663,7 @@ self: { base criterion mersenne-random-pure64 random ]; description = "For creating, comparing, parsing and printing Universally Unique Identifiers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uuid-aeson" = callPackage @@ -268676,8 +268676,8 @@ self: { editedCabalFile = "056ql7mx42rswj5zphazl1h5mmvd84v8xnlwyln2jx7l7rb5rrjz"; libraryHaskellDepends = [ aeson base text uuid ]; description = "Aeson types for UUID instances"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268698,8 +268698,8 @@ self: { wide-word ]; description = "UUID parsing using byteverse packages"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268718,8 +268718,8 @@ self: { exceptions uuid ]; description = "Reversable and secure encoding of object ids as uuids"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268731,7 +268731,7 @@ self: { sha256 = "1gfm7bxmr2b5hn4x3dr231ra0b1nwp36x2808w3l43yglz8zwp74"; libraryHaskellDepends = [ base bytestring uuid ]; description = "Universally Unique Identifiers with little-endian-ish encoding tools"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uuid-orphans" = callPackage @@ -268746,7 +268746,7 @@ self: { base safecopy text th-lift uuid-types web-routes ]; description = "Orphan instances for the UUID datatype"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uuid-quasi" = callPackage @@ -268757,7 +268757,7 @@ self: { sha256 = "09ijnbj2znaqanaxghql3yy1fqb0nsjhrwi6kfzg4h8nrw1ir2pj"; libraryHaskellDepends = [ base template-haskell uuid ]; description = "Supplemental package for 'uuid' allowing quasiquotation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uuid-types" = callPackage @@ -268781,7 +268781,7 @@ self: { base bytestring containers criterion deepseq random ]; description = "Type definitions for Universally Unique Identifiers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uulib" = callPackage @@ -268792,7 +268792,7 @@ self: { sha256 = "10j40q1b1fkx0fv56cn0kkilbqhyh6xxya536xlbx365lnc1rk0i"; libraryHaskellDepends = [ base ghc-prim ]; description = "Haskell Utrecht Tools Library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "uusi" = callPackage @@ -268813,7 +268813,7 @@ self: { base Cabal HUnit microlens microlens-th text ]; description = "Tweak dependencies in .cabal files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "uvector" = callPackage @@ -268826,8 +268826,8 @@ self: { editedCabalFile = "023may02r17xg5wqh0lplcjdfiwaprbqn9p6jgmqs935qf9zz2g2"; libraryHaskellDepends = [ base ghc-prim ]; description = "Fast unboxed arrays with a flexible interface"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268839,8 +268839,8 @@ self: { sha256 = "0jzlirrar7grq3h02k22zxyvy1wmfrjw9lscnhpjqmsxjli1jh81"; libraryHaskellDepends = [ base uvector ]; description = "Efficient algorithms for uvector unboxed arrays"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268852,8 +268852,8 @@ self: { sha256 = "0qmp5k4wg5ja2382cwarf8fwjval2a5wdwvz32f965hvwgc9cd43"; libraryHaskellDepends = [ base json MissingH mtl ]; description = "Cross-language extensible representation for algebraic data type instances"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268865,7 +268865,7 @@ self: { sha256 = "0q6n18kqga839gkdgdwsfbnbpfm4hh1qjln17qnmfxm3ylh2l9la"; libraryHaskellDepends = [ base process ]; description = "Utility function for reading a source of loaded uzbl pages"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "v4l2" = callPackage @@ -268881,8 +268881,8 @@ self: { bindings-posix containers ioctl ]; description = "interface to Video For Linux Two (V4L2)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268896,8 +268896,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base GLUT v4l2 ]; description = "video for linux two examples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268919,8 +268919,8 @@ self: { ]; testHaskellDepends = [ base process ]; description = "the cabal companion"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268938,8 +268938,8 @@ self: { ]; testHaskellDepends = [ base Cabal containers ]; description = "Core algorithms and datatypes used by vabal"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268951,8 +268951,8 @@ self: { sha256 = "157wjx2shzfh6dfl6h8x017cn9ji3ql1p0gpi79ginz4s81f2ny1"; libraryHaskellDepends = [ array base containers ghc-prim ]; description = "Graph representation of the GHC heap"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268969,8 +268969,8 @@ self: { svgcairo vacuum ]; description = "Visualize live Haskell data structures using vacuum, graphviz and cairo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -268982,8 +268982,8 @@ self: { sha256 = "093ba6n30a6gyifnk3bd50rkx8qldjqq9vsk92pnq152ibs36b2m"; libraryHaskellDepends = [ base filepath graphviz vacuum ]; description = "A library for transforming vacuum graphs into GraphViz output"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269003,8 +269003,8 @@ self: { process stb-image ]; description = "Visualize live Haskell data structures using vacuum, graphviz and OpenGL"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269016,8 +269016,8 @@ self: { sha256 = "0zpag42dr2763ddrwdy7744lqkd6207ljfw3bqm6db3a1128861z"; libraryHaskellDepends = [ base containers hubigraph vacuum ]; description = "Visualize Haskell data structures using vacuum and Ubigraph"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269041,7 +269041,7 @@ self: { attoparsec base directory filepath process QuickCheck text ]; description = "Runs commands on remote machines using ssh"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "valid" = callPackage @@ -269052,7 +269052,7 @@ self: { sha256 = "1c029mb3szixs9rr5i7ri2nm0ya5gv5r6bv8hzsyw90ys5nbgcz5"; libraryHaskellDepends = [ base util ]; description = "Type isomorphic to `Either` with `Applicative` instance which combines errors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "valid-names" = callPackage @@ -269063,8 +269063,8 @@ self: { sha256 = "14gpkb6pbkvmny17g2gpq6i6kq7ahmcnkgrcrwm72vda12wxsl78"; libraryHaskellDepends = [ base containers MonadRandom ]; description = "Valid operator/module characters"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269076,7 +269076,7 @@ self: { sha256 = "19d02sblyxg73prlrmlcs4vclzxzg2pzlrp67f2kx94nsw0v3l4p"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "validate-input" = callPackage @@ -269095,8 +269095,8 @@ self: { ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Input validation combinator library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269116,7 +269116,7 @@ self: { template-haskell ]; description = "Compile-time checking for partial smart-constructors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "validated-types" = callPackage @@ -269128,8 +269128,8 @@ self: { libraryHaskellDepends = [ base refined text ]; testHaskellDepends = [ base ]; description = "Type-level constraints on strings and other input"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269148,7 +269148,7 @@ self: { ]; testHaskellDepends = [ base hedgehog HUnit lens semigroups ]; description = "A data-type like Either but with an accumulating Applicative"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "validation-selective" = callPackage @@ -269166,7 +269166,7 @@ self: { base doctest hedgehog hspec hspec-hedgehog selective text ]; description = "Lighweight pure data validation based on Applicative and Selective functors"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "validations" = callPackage @@ -269187,8 +269187,8 @@ self: { transformers ]; description = "A nice way to define field validations in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269207,7 +269207,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Straightforward validation monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "validators" = callPackage @@ -269219,7 +269219,7 @@ self: { libraryHaskellDepends = [ base containers text ]; testHaskellDepends = [ base containers doctest Glob hspec text ]; description = "Composable validations for your Haskell data types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity" = callPackage @@ -269231,7 +269231,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Validity typeclass"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-aeson" = callPackage @@ -269248,7 +269248,7 @@ self: { ]; testHaskellDepends = [ aeson base hspec validity ]; description = "Validity instances for aeson"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-bytestring" = callPackage @@ -269259,7 +269259,7 @@ self: { sha256 = "0ck7pn8c8srwdwpcx6x4ihixff07kigq8q9sjkc3zzyf54n93f3x"; libraryHaskellDepends = [ base bytestring validity ]; description = "Validity instances for bytestring"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-containers" = callPackage @@ -269270,7 +269270,7 @@ self: { sha256 = "1qw5p60dr54d2wh49y6x33hbks4d74m8pr5zygblzk0y70warqld"; libraryHaskellDepends = [ base containers validity ]; description = "Validity instances for containers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-path" = callPackage @@ -269286,7 +269286,7 @@ self: { base filepath genvalidity-hspec hspec path validity ]; description = "Validity instances for Path"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-primitive" = callPackage @@ -269297,7 +269297,7 @@ self: { sha256 = "0r9wy91qr2c8lf6llv9qyirb1vjkq4nb41zqph5ip9gjjj7fzk9y"; libraryHaskellDepends = [ base primitive validity ]; description = "Validity instances for primitive"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-scientific" = callPackage @@ -269308,7 +269308,7 @@ self: { sha256 = "0vqqwlhamykz1vb5gc6krkcq3ixdmkld17c5vsxd0drnjcsllfkp"; libraryHaskellDepends = [ base scientific validity ]; description = "Validity instances for scientific"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-text" = callPackage @@ -269319,7 +269319,7 @@ self: { sha256 = "1sdcivm7mbvi71zkm36g95wrb0y8fzhrnryp01m2wpmhffk1z5cf"; libraryHaskellDepends = [ base bytestring text validity ]; description = "Validity instances for text"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-time" = callPackage @@ -269330,7 +269330,7 @@ self: { sha256 = "02lwa2w84m4mm2lpg5dhg5p0ndba5r152bjm4iy76y2qsfkva0ap"; libraryHaskellDepends = [ base time validity ]; description = "Validity instances for time"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-unordered-containers" = callPackage @@ -269343,7 +269343,7 @@ self: { base hashable unordered-containers validity ]; description = "Validity instances for unordered-containers"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-uuid" = callPackage @@ -269354,7 +269354,7 @@ self: { sha256 = "1m4z9q8m07ssrg6a4lj7501kjnbp9hazg3gyfwrbdbrw7p7jjd9l"; libraryHaskellDepends = [ base uuid validity ]; description = "Validity instances for uuid"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "validity-vector" = callPackage @@ -269365,7 +269365,7 @@ self: { sha256 = "0jbfd3h9k0b4ifaaqqar54r86hm1jiixyxrgs2ln7ni00b0ncv1y"; libraryHaskellDepends = [ base hashable validity vector ]; description = "Validity instances for vector"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "valor" = callPackage @@ -269377,7 +269377,7 @@ self: { libraryHaskellDepends = [ base transformers ]; testHaskellDepends = [ base hspec text transformers ]; description = "Simple general structured validation library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "value-supply" = callPackage @@ -269388,8 +269388,8 @@ self: { sha256 = "0fd6rk46sgdbdmfdr9wy0f3qzwaymgd9hl9v735g2a4bqiqanmb5"; libraryHaskellDepends = [ base ]; description = "A library for generating values without having to thread state"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269412,8 +269412,8 @@ self: { optparse-applicative process uniplate ]; description = "Analyze and visualize expression trees"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269431,8 +269431,8 @@ self: { ]; benchmarkHaskellDepends = [ array base criterion deepseq ]; description = "Mutable variables and tuples"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269444,7 +269444,7 @@ self: { sha256 = "12l536ca32dhvylp3kizq664lsfysmc5r0hqzs50aqrbx8db40ji"; libraryHaskellDepends = [ base stm ]; description = "The VarMonad typeclass, generalizing types of references"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "varan" = callPackage @@ -269463,7 +269463,7 @@ self: { ]; description = "Process mpileup output to identify significant differences"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269480,8 +269480,8 @@ self: { type-level-natural-number ]; description = "variable-precision floating point"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269494,8 +269494,8 @@ self: { libraryHaskellDepends = [ base mtl stm ]; testHaskellDepends = [ base hspec mtl QuickCheck stm ]; description = "Monads with variables, without deep magic"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269510,8 +269510,8 @@ self: { base cereal containers deepseq semigroupoids ]; description = "nominal value with possible variations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269536,7 +269536,7 @@ self: { base contravariant criterion time transformers ]; description = "FRP through value streams and monadic splines"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vault" = callPackage @@ -269551,7 +269551,7 @@ self: { base containers hashable semigroups unordered-containers ]; description = "a persistent store for values of arbitrary types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vault-tool" = callPackage @@ -269567,7 +269567,7 @@ self: { unordered-containers ]; description = "Client library for HashiCorp's Vault tool (via HTTP API)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vault-tool-server" = callPackage @@ -269586,8 +269586,8 @@ self: { aeson base tasty-hunit temporary vault-tool ]; description = "Utility library for spawning a HashiCorp Vault process"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269604,8 +269604,8 @@ self: { unordered-containers vault-tool ]; description = "A monad transformer for vault-tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269629,8 +269629,8 @@ self: { unordered-containers ]; description = "Common types and instances for Vaultaire"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269647,8 +269647,8 @@ self: { lmdb random stm transformers ]; description = "semi-transparent persistence for Haskell using LMDB, STM"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269664,8 +269664,8 @@ self: { array base bytestring bytestring-builder vcache ]; description = "patricia tries modeled above VCache"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269680,7 +269680,7 @@ self: { ]; description = "A library for parsing/printing vCards from/to various formats"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269695,8 +269695,8 @@ self: { libraryHaskellDepends = [ base extra shelly system-filepath ]; executableHaskellDepends = [ base shelly text ]; description = "Recursively check that a directory is under version control"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269708,7 +269708,7 @@ self: { sha256 = "0x0smhllghzn0xjfk5cwxaf1vnd2yp3saxw92ylyws8a546mzhzm"; libraryHaskellDepends = [ base polyparse ]; description = "Reading and writing VCD files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vcf" = callPackage @@ -269724,8 +269724,8 @@ self: { attoparsec base bytestring hspec hspec-expectations ]; description = "A package to parse VCF files inspired in similar python libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269737,7 +269737,7 @@ self: { sha256 = "1lp1wf440n7kinmxz7la0gyfqfdlip6f0bn8pmwkxd1dqyrvg5cg"; libraryHaskellDepends = [ base process ]; description = "Facilities for accessing the version control revision of the current directory"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vcs-web-hook-parse" = callPackage @@ -269748,7 +269748,7 @@ self: { sha256 = "02lm4czrjwbnfmhybqn80j8xravi37z1a319s23hgxdbxpw970nv"; libraryHaskellDepends = [ aeson base bytestring text ]; description = "Parse development platform web hook messages"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "vcsgui" = callPackage @@ -269772,7 +269772,7 @@ self: { ]; description = "GUI library for source code management systems"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269797,7 +269797,7 @@ self: { ]; description = "Wrapper for source code management systems"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269821,7 +269821,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion fin vector ]; description = "Vec: length-indexed (sized) list"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vec-lens" = callPackage @@ -269834,7 +269834,7 @@ self: { editedCabalFile = "0grj1abb7gjbzw06672464r75wjnmra9d12yvlmdm1qyj9zya0ph"; libraryHaskellDepends = [ base fin lens vec ]; description = "Vec: length-indexed (sized) list: lens support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vec-optics" = callPackage @@ -269847,7 +269847,7 @@ self: { editedCabalFile = "10abn334qhbik8s8lx1r54vcbj3d2s091j2w98mq3cllksa8dmv0"; libraryHaskellDepends = [ base fin optics-core vec ]; description = "Vec: length-indexed (sized) list: optics support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vect" = callPackage @@ -269858,7 +269858,7 @@ self: { sha256 = "1049jh8rcxfnyckz5m5asdlyafqszlig96k387raldyfzbrf8f4d"; libraryHaskellDepends = [ base random ]; description = "A low-dimensional linear algebra library, tailored to computer graphics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vect-floating" = callPackage @@ -269869,8 +269869,8 @@ self: { sha256 = "1kxsjsiqqpi7k0xz597z7r2fd45s38plgk6jplzxagg0i3bm0q4g"; libraryHaskellDepends = [ base random ]; description = "A low-dimensional linear algebra library, operating on the Floating typeclass"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269884,8 +269884,8 @@ self: { editedCabalFile = "05k20xd7rcf3hypbbw53bv8yl65sgpdawdfmskypk3mbl1w5fymg"; libraryHaskellDepends = [ accelerate base vect-floating ]; description = "Accelerate instances for vect-floating types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269897,8 +269897,8 @@ self: { sha256 = "1qp98j6bgldjcs71pd7iqc5sjf1ixb1jj0l267hw532j4yf81dig"; libraryHaskellDepends = [ base OpenGL vect ]; description = "OpenGL support for the `vect' low-dimensional linear algebra library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -269917,7 +269917,7 @@ self: { tasty tasty-hunit tasty-quickcheck template-haskell transformers ]; description = "Efficient Arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-algorithms" = callPackage @@ -269934,7 +269934,7 @@ self: { ]; benchmarkHaskellDepends = [ base mwc-random vector ]; description = "Efficient algorithms for vector arrays"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-binary" = callPackage @@ -269945,7 +269945,7 @@ self: { sha256 = "1qdjibh3ywfa0lvawdahnr9qhh2qy6899lm5inbzmksjpykgbazz"; libraryHaskellDepends = [ base binary vector ]; description = "Binary instances for vector types (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-binary-instances" = callPackage @@ -269964,7 +269964,7 @@ self: { base binary bytestring deepseq gauge vector ]; description = "Instances of Data.Binary for vector"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-buffer" = callPackage @@ -269975,7 +269975,7 @@ self: { sha256 = "16zxc2d25qd15nankhc974ax7q3y72mg5a77v5jsfrw291brnnlv"; libraryHaskellDepends = [ base deepseq vector ]; description = "A buffer compatible with Data.Vector.*"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-builder" = callPackage @@ -269993,7 +269993,7 @@ self: { tasty-hunit tasty-quickcheck ]; description = "Vector builder"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vector-bytes-instances" = callPackage @@ -270005,7 +270005,7 @@ self: { libraryHaskellDepends = [ base bytes vector ]; testHaskellDepends = [ base bytes tasty tasty-quickcheck vector ]; description = "Serial (from the bytes package) for Vector (from the vector package)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-bytestring" = callPackage @@ -270023,8 +270023,8 @@ self: { ]; testHaskellDepends = [ base directory QuickCheck random ]; description = "ByteStrings as type synonyms of Storable Vectors of Word8s"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270043,7 +270043,7 @@ self: { ]; testHaskellDepends = [ base doctest hedgehog hedgehog-classes ]; description = "circular vectors"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vector-clock" = callPackage @@ -270062,8 +270062,8 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; description = "Vector clocks for versioning message flows"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270082,8 +270082,8 @@ self: { test-framework-hunit test-framework-quickcheck2 vector ]; description = "Conduit utilities for vectors"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270095,7 +270095,7 @@ self: { sha256 = "0z98f0fjn90x3azdbsnjpx61r9lna9hb67bjnmmhvil9a7hpd65x"; libraryHaskellDepends = [ base vector ]; description = "Some special functions to work with Vector (with zip)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vector-endian" = callPackage @@ -270109,8 +270109,8 @@ self: { ]; doHaddock = false; description = "Storable vectors with cpu-independent representation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270127,7 +270127,7 @@ self: { vector ]; description = "Utilities for the \"vector\" library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vector-fft" = callPackage @@ -270138,7 +270138,7 @@ self: { sha256 = "1aygafvsx3wybbp6hqg5ddkawl8m5m6s6dg5hbrlyibz2whrp1fs"; libraryHaskellDepends = [ base primitive vector ]; description = "Native FFT and IFFT for vector"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-fftw" = callPackage @@ -270156,7 +270156,7 @@ self: { base QuickCheck test-framework test-framework-quickcheck2 vector ]; description = "A binding to the fftw library for one-dimensional vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) fftw;}; "vector-functorlazy" = callPackage @@ -270170,8 +270170,8 @@ self: { base ghc-prim primitive vector vector-th-unbox ]; description = "vectors that perform the fmap operation in constant time"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270183,8 +270183,8 @@ self: { sha256 = "14v0qj2r484pwbjhdymvdqjnsbqszl9wr71hv6wsvs2d8ja1bajl"; libraryHaskellDepends = [ base vector ]; description = "A type-safe library for vectors whose elements can be of any type, or any type satisfying some constraints"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270200,7 +270200,7 @@ self: { base comonad hashable keys pointed semigroupoids semigroups vector ]; description = "Orphan Instances for 'Data.Vector'"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-instances-collections" = callPackage @@ -270213,8 +270213,8 @@ self: { base collections-api template-haskell vector ]; description = "Instances of the Data.Collections classes for Data.Vector.*"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270229,7 +270229,7 @@ self: { libraryHaskellDepends = [ base mmap primitive vector ]; testHaskellDepends = [ base QuickCheck temporary vector ]; description = "Memory map immutable and mutable vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-random" = callPackage @@ -270242,8 +270242,8 @@ self: { editedCabalFile = "0ys49lp4hqdm9hmfirfycksi31k03w7i6fralmqz6p9l4rc1lcyy"; libraryHaskellDepends = [ base mersenne-random-pure64 vector ]; description = "Generate vectors filled with high quality pseudorandom numbers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270255,8 +270255,8 @@ self: { sha256 = "1k30n5qh16sdfxy77vp10bx52lb1ffmjn70vg87hx12j8wg9vbv6"; libraryHaskellDepends = [ base vector ]; description = "(deprecated) Read instances for 'Data.Vector'"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270269,7 +270269,7 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base tasty tasty-quickcheck vector ]; description = "Vectors with O(1) reverse"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-shuffling" = callPackage @@ -270280,7 +270280,7 @@ self: { sha256 = "04kpp7529jd4avhprfxdy6nfikx3d3ans0knhz3lspms4iky068i"; libraryHaskellDepends = [ base random vector ]; description = "Algorithms for vector shuffling"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vector-sized" = callPackage @@ -270297,7 +270297,7 @@ self: { finite-typelits hashable indexed-list-literals primitive vector ]; description = "Size tagged vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-space" = callPackage @@ -270308,7 +270308,7 @@ self: { sha256 = "17676s2f8i45dj5gk370nc8585aylah7m34nbf34al7r1492y2qc"; libraryHaskellDepends = [ base Boolean MemoTrie NumInstances ]; description = "Vector & affine spaces, linear maps, and derivatives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-space-map" = callPackage @@ -270320,8 +270320,8 @@ self: { libraryHaskellDepends = [ base containers vector-space ]; testHaskellDepends = [ base doctest ]; description = "vector-space operations for finite maps using Data.Map"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270339,8 +270339,8 @@ self: { test-framework-quickcheck2 test-framework-th vector-space ]; description = "Instances of vector-space classes for OpenGL types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270354,8 +270354,8 @@ self: { editedCabalFile = "1284ds38z70696vsh695hx74nyslmgaqfv4lz0wadvmzcrw0hwb4"; libraryHaskellDepends = [ base vector-space ]; description = "A type for points, as distinct from vectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270372,7 +270372,7 @@ self: { base QuickCheck split tasty tasty-quickcheck vector ]; description = "Combinator library for splitting vectors"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vector-static" = callPackage @@ -270383,8 +270383,8 @@ self: { sha256 = "19spzrk64j2rgyi15dvs8gfbx3nc79ybssaxkv8dn9df4fwksv91"; libraryHaskellDepends = [ base primitive vector ]; description = "Statically checked sizes on Data.Vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270396,7 +270396,7 @@ self: { sha256 = "04vaizcc78q94vpaly28iwhlwk6nwrsa6jmcq2afdl6yqp63njc6"; libraryHaskellDepends = [ base deepseq parallel vector ]; description = "A parallel evaluation strategy for boxed vectors"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vector-text" = callPackage @@ -270411,8 +270411,8 @@ self: { base binary prologue text vector vector-binary-instances ]; description = "Text implementation based on unboxed char vector"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270427,7 +270427,7 @@ self: { libraryHaskellDepends = [ base template-haskell vector ]; testHaskellDepends = [ base data-default vector ]; description = "Deriver for Data.Vector.Unboxed using Template Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vectortiles" = callPackage @@ -270454,7 +270454,7 @@ self: { unordered-containers vector ]; description = "GIS Vector Tiles, as defined by Mapbox"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vega-view" = callPackage @@ -270473,8 +270473,8 @@ self: { http-types scotty text unordered-containers ]; description = "Easily view Vega or Vega-Lite visualizations"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270501,8 +270501,8 @@ self: { QuickCheck utf8-light ]; description = "ASCII platform-adventure game"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270514,8 +270514,8 @@ self: { sha256 = "0wai72bqb1vp4p7ml1yj2jdmkjglihai9vhmgj7ri6y2qgzkpwly"; libraryHaskellDepends = [ base regex-pcre ]; description = "Regular expressions made easy"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270531,7 +270531,7 @@ self: { base binary deepseq dhall generic-lens serialise ]; description = "Simple enum that encodes application verbosity"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "verdict" = callPackage @@ -270548,8 +270548,8 @@ self: { executableHaskellDepends = [ base markdown-unlit text ]; testHaskellDepends = [ base hspec ]; description = "Validation framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270570,8 +270570,8 @@ self: { aeson base containers hspec unordered-containers vector verdict ]; description = "JSON instances and JSON Schema for verdict"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270587,8 +270587,8 @@ self: { base containers lens mtl sbv transformers union vinyl ]; description = "An intermediate language for Hoare logic style verification"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270611,8 +270611,8 @@ self: { base hspec jwt QuickCheck text text-conversions time ]; description = "A new Haskeleton package"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270625,8 +270625,8 @@ self: { libraryHaskellDepends = [ array base ]; libraryToolDepends = [ alex happy ]; description = "Verilog preprocessor, parser, and AST"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270663,8 +270663,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion lens ]; description = "Random verilog generation and simulator testing"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270677,8 +270677,8 @@ self: { libraryHaskellDepends = [ aeson base bytestring semigroupoids ]; testHaskellDepends = [ aeson base bytestring hspec ]; description = "Type-safe data versioning"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270699,8 +270699,8 @@ self: { versioning wai wai-extra ]; description = "Servant combinators for the versioning library"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270721,7 +270721,7 @@ self: { tasty-quickcheck text ]; description = "Types and parsers for software version numbers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vflow-types" = callPackage @@ -270741,8 +270741,8 @@ self: { quickcheck-classes text ]; description = "types for ingesting vflow data with aeson"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270763,7 +270763,7 @@ self: { base containers exceptions hspec QuickCheck template-haskell ]; description = "A Python str.format() like formatter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vformat-aeson" = callPackage @@ -270785,7 +270785,7 @@ self: { vformat ]; description = "Extend vformat to Aeson datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vformat-time" = callPackage @@ -270799,7 +270799,7 @@ self: { libraryHaskellDepends = [ base time vformat ]; testHaskellDepends = [ base time vformat ]; description = "Extend vformat to time datatypes"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vfr-waypoints" = callPackage @@ -270820,8 +270820,8 @@ self: { base fuzzy lens optparse-applicative ]; description = "VFR waypoints, as published in the AIP (ERSA)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270851,8 +270851,8 @@ self: { base containers doctest lens QuickCheck tasty tasty-quickcheck text ]; description = "A pager for grep"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270878,8 +270878,8 @@ self: { random test-framework test-framework-quickcheck2 text time ]; description = "Provides functions to inspect and manipulate virtual hard disk (VHD) files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270891,8 +270891,8 @@ self: { sha256 = "1bi8n8m9an1hcj4c6i2ifqyadg32nq4viffi1kiihaw3j7dh552b"; libraryHaskellDepends = [ base mtl pretty regex-posix ]; description = "VHDL AST and pretty printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270908,8 +270908,8 @@ self: { testHaskellDepends = [ base containers doctest QuickCheck quickcheck-classes ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270928,8 +270928,8 @@ self: { vector vector-algorithms vty ]; description = "Text-based interactive GHC .prof viewer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270941,8 +270941,8 @@ self: { sha256 = "0kzwp58lki3jvx09n6w8rc97idhy947xqik72p2fqjyigkymv04h"; libraryHaskellDepends = [ base mtl ]; description = "Views allow you to run a State monad on part of a state"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -270983,8 +270983,8 @@ self: { yesod-core yesod-platform ]; description = "An extensible dead-man's switch system"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271011,8 +271011,8 @@ self: { parsec process relude temporary text themoviedb time yaml ]; description = "Frontend for video metadata tagging tools"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271042,8 +271042,8 @@ self: { transformers wcwidth ]; description = "An MPD client with vim-like key bindings"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) ncurses;}; @@ -271064,8 +271064,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Interpreter for microcomputer-era BASIC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271088,7 +271088,7 @@ self: { base criterion linear microlens mwc-random primitive tagged vector ]; description = "Extensible Records"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vinyl-generics" = callPackage @@ -271105,7 +271105,7 @@ self: { text vinyl ]; description = "Convert plain records to vinyl (and vice versa), generically"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vinyl-gl" = callPackage @@ -271126,7 +271126,7 @@ self: { vinyl ]; description = "Utilities for working with OpenGL's GLSL shading language and vinyl records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vinyl-json" = callPackage @@ -271142,8 +271142,8 @@ self: { ]; testHaskellDepends = [ base hlint ]; description = "Provide json instances automagically to vinyl types"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271155,7 +271155,7 @@ self: { sha256 = "1vxw57c17lajq6qb2kcblymbg42y7ddh85kiik5kwmbxgfmqyrrv"; libraryHaskellDepends = [ base vinyl ]; description = "Loeb's theorem for extensible records"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vinyl-named-sugar" = callPackage @@ -271166,8 +271166,8 @@ self: { sha256 = "19wbdavf5zb967r4qkw6ksd2yakp4cnlq1hffzzywssm50zakc3h"; libraryHaskellDepends = [ base vinyl ]; description = "Syntax sugar for vinyl records using overloaded labels"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271182,8 +271182,8 @@ self: { base operational operational-extra vinyl-plus ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271203,8 +271203,8 @@ self: { ]; testHaskellDepends = [ base doctest vinyl ]; description = "Vinyl records utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271216,8 +271216,8 @@ self: { sha256 = "0lcpg2mxmr41lqpn5ksc35c0w16s45z6qq9wjbm0cv8r047k9bq5"; libraryHaskellDepends = [ base contravariant transformers vinyl ]; description = "Utilities for vinyl"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271236,8 +271236,8 @@ self: { text vector vinyl ]; description = "Vectors for vinyl vectors"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271257,8 +271257,8 @@ self: { safe split ]; description = "Virtual Haskell Environment builder"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271270,8 +271270,8 @@ self: { sha256 = "0a1abwjg2c41xxmmn7dalvk2lfh1h76waj327dxzjsg0lkkjvhx4"; libraryHaskellDepends = [ base containers ]; description = "Simple computation of visibility polygons"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271293,8 +271293,8 @@ self: { xmms2-client xmms2-client-glib ]; description = "An XMMS2 client"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271322,8 +271322,8 @@ self: { strict-concurrency svgcairo value-supply ]; description = "Visualize the graph-rewrite steps of a Haskell program"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271342,8 +271342,8 @@ self: { process regexpr split uniplate ]; description = "Create a visual profile of a program's source code"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271363,8 +271363,8 @@ self: { mtl optparse-applicative parsec template-haskell text ]; description = "Visualize CBN reduction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271376,8 +271376,8 @@ self: { sha256 = "0f7rwww8gcfg6q0xq6z8c3010gx0vxr0v6yf143qxqjx02f93d1p"; libraryHaskellDepends = [ base mtl profunctors ]; description = "Profunctor optics via the profunctor representation theorem"; - license = stdenv.lib.licenses.gpl3Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271399,7 +271399,7 @@ self: { ]; description = "Sound synthesis with SuperCollider"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271413,7 +271413,7 @@ self: { testHaskellDepends = [ base bytestring cereal microspec time ]; description = "Open Sound Control encode/decode"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271434,7 +271434,7 @@ self: { ]; description = "Implementation of SuperCollider server specifications"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271452,8 +271452,8 @@ self: { resourcet text time xml-conduit xml-hamlet ]; description = "Amazon Route53 DNS service plugin for the aws package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271468,7 +271468,7 @@ self: { libraryHaskellDepends = [ base bytestring process unix ]; executableHaskellDepends = [ base bytestring process unix ]; description = "Pseudo terminal interaction with subprocesses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vocabulary-kadma" = callPackage @@ -271481,7 +271481,7 @@ self: { editedCabalFile = "0p70z83k5cg9yl91afks3ipvzv61nf5i7v0yqz59x1vdmml7fis0"; libraryHaskellDepends = [ base smaoin ]; description = "Smaoin vocabulary definitions of the base framework"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "voicebase" = callPackage @@ -271505,8 +271505,8 @@ self: { ]; testHaskellDepends = [ aeson base hspec roundtrip-aeson ]; description = "Upload audio files to voicebase to get a transcription"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271518,7 +271518,7 @@ self: { sha256 = "05vk3x1r9a2pqnzfji475m5gdih2im1h7rbi2sc67p1pvj6pbbsk"; libraryHaskellDepends = [ base ]; description = "A Haskell 98 logically uninhabited data type"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vorbiscomment" = callPackage @@ -271532,7 +271532,7 @@ self: { base binary-strict bytestring mtl utf8-string ]; description = "Reading of Vorbis comments from Ogg Vorbis files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vowpal-utils" = callPackage @@ -271543,8 +271543,8 @@ self: { sha256 = "09z6nbsj4rqzhksk75glrsrmcs21p8x0jmcpqs6rc9iizz79db8g"; libraryHaskellDepends = [ base bytestring ]; description = "Vowpal Wabbit utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271556,8 +271556,8 @@ self: { sha256 = "117xvh6llh3aw8nxrvvqyjaflq35l69b7s4j1sc79p8r972mdwff"; libraryHaskellDepends = [ base bytestring process utf8-string ]; description = "Haskell bindings for libvoyeur"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271574,8 +271574,8 @@ self: { libraryHaskellDepends = [ base primitive util vector ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Priority queue based on vector"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271592,7 +271592,7 @@ self: { executableHaskellDepends = [ base ]; executableSystemDepends = [ quat vrpn ]; description = "Bindings to VRPN"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {quat = null; inherit (pkgs) vrpn;}; "vt-utils" = callPackage @@ -271616,7 +271616,7 @@ self: { time transformers unordered-containers vector wai warp ]; description = "Vector and Text utilities"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "vte" = callPackage @@ -271633,8 +271633,8 @@ self: { libraryPkgconfigDepends = [ vte ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the VTE library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) vte;}; @@ -271652,8 +271652,8 @@ self: { libraryPkgconfigDepends = [ vte ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the VTE library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) vte;}; @@ -271689,7 +271689,7 @@ self: { utf8-string vector ]; description = "A simple terminal UI library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "vty-examples" = callPackage @@ -271709,8 +271709,8 @@ self: { utf8-string vector vty ]; description = "Examples programs using the vty library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271724,8 +271724,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base vty ]; description = "A lib for displaying a menu and getting a selection using VTY"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271747,8 +271747,8 @@ self: { ]; executableHaskellDepends = [ base QuickCheck random text vty ]; description = "An interactive terminal user interface library for Vty"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271760,8 +271760,8 @@ self: { sha256 = "1c60bvhk1riilj7sl7x7nw4d9yg56f2k0ps1aivmjm0q4brhgnx7"; libraryHaskellDepends = [ base regex-base regex-pcre vty vty-ui ]; description = "Extra vty-ui functionality not included in the core library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271774,7 +271774,7 @@ self: { libraryHaskellDepends = [ base bytestring transformers vector ]; libraryPkgconfigDepends = [ vulkan ]; description = "Bindings to the Vulkan graphics API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; platforms = [ "x86_64-darwin" "x86_64-linux" ]; }) {vulkan = null;}; @@ -271786,8 +271786,8 @@ self: { sha256 = "1afnj053p3azm9wwdsr49w2s82k64lb0f12ak2g2v8vgidrjl7qk"; libraryHaskellDepends = [ base ]; description = "Low-level low-overhead vulkan api bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271809,7 +271809,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Utils for the vulkan package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "waargonaut" = callPackage @@ -271847,8 +271847,8 @@ self: { zippers ]; description = "JSON wrangling"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271872,8 +271872,8 @@ self: { process select text udev unordered-containers vector X11 yaml ]; description = "Manage Wacom tablet settings profiles, including Intuos Pro ring modes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271896,8 +271896,8 @@ self: { JuicyPixels ]; description = "DOOM WAD file utilities"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271918,8 +271918,8 @@ self: { remote-monad scotty semigroups stm text wai-middleware-static ]; description = "A haskell binding of the Web Audio API ala blank-canvas"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -271937,7 +271937,7 @@ self: { testHaskellDepends = [ base bytestring hspec ]; testToolDepends = [ hspec-discover ]; description = "Web Application Interface"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai_3_2_3" = callPackage @@ -271954,8 +271954,8 @@ self: { testHaskellDepends = [ base bytestring hspec ]; testToolDepends = [ hspec-discover ]; description = "Web Application Interface"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "wai-accept-language" = callPackage @@ -271975,7 +271975,7 @@ self: { base file-embed wai wai-app-static warp ]; description = "Rewrite based on Accept-Language header"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-app-file-cgi" = callPackage @@ -272002,7 +272002,7 @@ self: { hspec HTTP http-types unix wai warp ]; description = "File/CGI/Rev Proxy App of WAI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-app-static" = callPackage @@ -272037,7 +272037,7 @@ self: { unix-compat wai wai-extra zlib ]; description = "WAI application for static serving"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-cli" = callPackage @@ -272057,8 +272057,8 @@ self: { warp-tls ]; description = "Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272074,7 +272074,7 @@ self: { base bytestring conduit http-types transformers wai ]; description = "conduit wrappers for WAI"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-control" = callPackage @@ -272090,7 +272090,7 @@ self: { websockets ]; description = "Run wai Applications in IO based monads"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-cors" = callPackage @@ -272114,7 +272114,7 @@ self: { websockets ]; description = "CORS for WAI"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-devel" = callPackage @@ -272142,8 +272142,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base hspec stm ]; description = "A web server for the development of WAI compliant web applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272161,7 +272161,7 @@ self: { ]; description = "Helpers to bind digestive-functors onto wai requests"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-dispatch" = callPackage @@ -272173,7 +272173,7 @@ self: { libraryHaskellDepends = [ base text wai yesod-routes ]; description = "Nice wrapper around yesod-routes for use with WAI"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-enforce-https" = callPackage @@ -272194,7 +272194,7 @@ self: { base bytestring case-insensitive hspec http-types wai wai-extra ]; description = "Enforce HTTPS in Wai server app safely"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-eventsource" = callPackage @@ -272206,7 +272206,7 @@ self: { libraryHaskellDepends = [ wai ]; doHaddock = false; description = "WAI support for server-sent events (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-extra" = callPackage @@ -272236,7 +272236,7 @@ self: { zlib ]; description = "Provides some basic WAI handlers and middleware"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-extra_3_1_6" = callPackage @@ -272266,8 +272266,8 @@ self: { zlib ]; description = "Provides some basic WAI handlers and middleware"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; }) {}; "wai-feature-flags" = callPackage @@ -272286,7 +272286,7 @@ self: { ]; executableHaskellDepends = [ base wai warp ]; description = "Feature flag support for WAI applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-frontend-monadcgi" = callPackage @@ -272302,7 +272302,7 @@ self: { transformers wai ]; description = "Run CGI apps on WAI"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-git-http" = callPackage @@ -272325,8 +272325,8 @@ self: { warp ]; description = "Git http-backend CGI App of WAI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272338,8 +272338,8 @@ self: { sha256 = "0a06yrakg9gwjjj4f9nr474j8i8xz642aj56m8vaq621i1kn7jaq"; libraryHaskellDepends = [ base http-types mtl resourcet unix wai ]; description = "Graceful shutdown for WAI applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272360,8 +272360,8 @@ self: { ]; executableHaskellDepends = [ cmdargs ]; description = "WAI server that automatically reloads code after modification. (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272374,8 +272374,8 @@ self: { libraryHaskellDepends = [ base bytestring wai wai-extra ]; librarySystemDepends = [ fcgi ]; description = "Wai handler to fastcgi"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) fcgi;}; @@ -272392,7 +272392,7 @@ self: { transformers wai warp ]; description = "Launch a web app in the default browser"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-handler-scgi" = callPackage @@ -272403,8 +272403,8 @@ self: { sha256 = "0h7d78d641bjsnmxsnz4b7s9pw4x0y0xi8bld51y4nqnbjl8gvac"; libraryHaskellDepends = [ base bytestring wai wai-extra ]; description = "Wai handler to SCGI (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272421,8 +272421,8 @@ self: { transformers wai ]; description = "Web Application Interface handler using snap-server. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272435,8 +272435,8 @@ self: { libraryHaskellDepends = [ base wai warp ]; libraryPkgconfigDepends = [ QtWebKit ]; description = "Turn WAI applications into standalone GUIs using QtWebkit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {QtWebKit = null;}; @@ -272453,7 +272453,7 @@ self: { ]; description = "Nice wrapper around hastache for use with WAI"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-hmac-auth" = callPackage @@ -272475,8 +272475,8 @@ self: { wai-extra ]; description = "hmac authentication tools for WAI apps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272493,7 +272493,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "WAI utilities for HTTP/2"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-lambda" = callPackage @@ -272518,7 +272518,7 @@ self: { wai ]; description = "Haskell Webapps on AWS Lambda"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-lens" = callPackage @@ -272533,8 +272533,8 @@ self: { base bytestring http-types lens network text vault wai ]; description = "Lenses for WAI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272550,8 +272550,8 @@ self: { base bytestring conduit http-types text transformers wai wai-extra ]; description = "DEPCRECATED (use package \"simple\" instead) A minimalist web framework for WAI web applications"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272568,7 +272568,7 @@ self: { time uuid wai ]; description = "A logging middleware for WAI applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-logger" = callPackage @@ -272585,7 +272585,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "A logging system for WAI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-logger-buffered" = callPackage @@ -272608,8 +272608,8 @@ self: { base bytestring containers data-default time wai ]; description = "Buffer requets before logging them"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272626,8 +272626,8 @@ self: { wai-logger ]; description = "A logging system for preforked WAI apps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272657,8 +272657,8 @@ self: { warp wreq ]; description = "Compiling and serving assets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272695,7 +272695,7 @@ self: { time uri-bytestring wai wai-extra warp ]; description = "Authentication middleware that secures WAI application"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-middleware-brotli" = callPackage @@ -272721,8 +272721,8 @@ self: { tasty-hunit wai wai-extra ]; description = "WAI middleware for brotli compression"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "wai-middleware-cache" = callPackage @@ -272743,8 +272743,8 @@ self: { test-framework-hunit wai wai-test ]; description = "Caching middleware for WAI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272763,8 +272763,8 @@ self: { wai-middleware-cache ]; description = "Redis backend for wai-middleware-cache"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272780,7 +272780,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "WAI Middleware to cache things"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-caching-lru" = callPackage @@ -272797,7 +272797,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-caching-redis" = callPackage @@ -272814,7 +272814,7 @@ self: { ]; testHaskellDepends = [ base ]; description = "Cache Wai Middleware using Redis backend"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-catch" = callPackage @@ -272827,8 +272827,8 @@ self: { base bytestring http-types lifted-base wai ]; description = "Wai error catching middleware"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272848,7 +272848,7 @@ self: { base base-compat-batteries http-types tasty tasty-wai wai ]; description = "GNU Terry Pratchett - Add the X-Clacks-Overhead Header to Wai Responses"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-consul" = callPackage @@ -272870,8 +272870,8 @@ self: { transformers void wai wai-conduit ]; description = "Wai Middleware for Consul"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272904,8 +272904,8 @@ self: { wai-logger wai-transformers warp ]; description = "Route to different middlewares based on the incoming Accept header"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272937,8 +272937,8 @@ self: { text transformers wai wai-app-static wai-extra warp ]; description = "Middleware and utilities for using Atlassian Crowd authentication"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272965,8 +272965,8 @@ self: { random resourcet text vault wai wai-conduit warp warp-tls ]; description = "WAI middleware that delegates handling of requests"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -272984,8 +272984,8 @@ self: { http-types unix-compat unordered-containers wai ]; description = "WAI ETag middleware for static files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273001,7 +273001,7 @@ self: { base bytestring http-types streaming-commons wai ]; description = "WAI middleware to unzip request bodies"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "wai-middleware-headers" = callPackage @@ -273012,8 +273012,8 @@ self: { sha256 = "10ap355j4dx42y7ycf1plpbg04wazv0q62mi3ibza8sb33hiiprh"; libraryHaskellDepends = [ base bytestring http-types wai ]; description = "cors and addHeaders for WAI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273036,7 +273036,7 @@ self: { regex-compat wai wai-extra ]; description = "HMAC Authentication Middleware for WAI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-hmac-client" = callPackage @@ -273056,8 +273056,8 @@ self: { word8 ]; description = "WAI HMAC Authentication Middleware Client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273076,7 +273076,7 @@ self: { aeson base binary bytestring http-types text wai ]; description = "Converts errors from plaintext to json"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-metrics" = callPackage @@ -273098,7 +273098,7 @@ self: { wai-extra ]; description = "A WAI middleware to collect EKG request metrics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-preprocessor" = callPackage @@ -273116,8 +273116,8 @@ self: { base Cabal directory mtl split text wai wai-middleware-static warp ]; description = "WAI middleware for preprocessing static files"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273135,7 +273135,7 @@ self: { ]; testHaskellDepends = [ base doctest prometheus-client ]; description = "WAI middlware for exposing http://prometheus.io metrics."; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "wai-middleware-rollbar" = callPackage @@ -273151,8 +273151,8 @@ self: { rollbar-hs text time uuid wai ]; description = "Middleware that communicates to Rollbar"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273173,8 +273173,8 @@ self: { test-framework-hunit text wai wai-test ]; description = "Wai dispatch middleware"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273196,7 +273196,7 @@ self: { time wai wai-extra ]; description = "WAI Slack request verification middleware"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-middleware-static" = callPackage @@ -273223,7 +273223,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "WAI middleware that serves requests to static files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-static-caching" = callPackage @@ -273241,8 +273241,8 @@ self: { unix wai ]; description = "WAI middleware that serves requests to static files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273261,7 +273261,7 @@ self: { wai-extra ]; description = "Serve embedded static files as a Wai middleware"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-throttle" = callPackage @@ -273284,7 +273284,7 @@ self: { transformers wai wai-extra ]; description = "WAI Middleware for Request Throttling"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-middleware-travisci" = callPackage @@ -273302,8 +273302,8 @@ self: { transformers vault wai ]; description = "WAI middleware for authenticating webhook payloads from Travis CI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273323,7 +273323,7 @@ self: { transformers-base unordered-containers wai wai-transformers ]; description = "Route Wai middlewares based on HTTP verbs"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-predicates" = callPackage @@ -273346,7 +273346,7 @@ self: { ]; description = "WAI request predicates"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-rate-limit" = callPackage @@ -273357,7 +273357,7 @@ self: { sha256 = "1z7npcf0smzyfjvkmpa6dw08sg3ywx4cc4kafgxk95dh8yqnmidw"; libraryHaskellDepends = [ base http-types wai ]; description = "Rate limiting as WAI middleware"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-rate-limit-redis" = callPackage @@ -273374,8 +273374,8 @@ self: { wai wai-extra wai-rate-limit warp ]; description = "Redis backend for rate limiting as WAI middleware"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273394,8 +273394,8 @@ self: { base bytestring criterion http-types text wai ]; description = "Declarative request parsing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273407,8 +273407,8 @@ self: { sha256 = "0qf64g11113gl45bfn12j2ikdjwrdxg9r8cicfs4pmh0dq5vj0va"; libraryHaskellDepends = [ base bytestring http-types wai ]; description = "Response interface for WAI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273431,7 +273431,7 @@ self: { unordered-containers wai ]; description = "WAI middleware for path-based request routing with captures"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "wai-router" = callPackage @@ -273442,8 +273442,8 @@ self: { sha256 = "1827mk64vyivdc12z4h230c4b993i6g8wl4sl0364jda586z58p7"; libraryHaskellDepends = [ base text wai ]; description = "Provides basic routing on URL paths for WAI"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273468,8 +273468,8 @@ self: { aeson base hspec hspec-wai hspec-wai-json text wai ]; description = "Typesafe URLs for Wai applications"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273496,8 +273496,8 @@ self: { base criterion http-types wai wai-predicates ]; description = "Declarative routing for WAI"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273516,7 +273516,7 @@ self: { x509 x509-store xml-conduit ]; description = "SAML2 assertion validation as WAI middleware"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-secure-cookies" = callPackage @@ -273539,8 +273539,8 @@ self: { base bytestring hspec hspec-expectations hspec-wai http-types wai wai-extra ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273559,7 +273559,7 @@ self: { ]; description = "Flexible session middleware for WAI"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-session-alt" = callPackage @@ -273575,8 +273575,8 @@ self: { wai-transformers ]; description = "An alternative session middleware for WAI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273594,7 +273594,7 @@ self: { ]; description = "Session store based on clientsession"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-session-mysql" = callPackage @@ -273614,8 +273614,8 @@ self: { base bytestring data-default mysql-simple text wai-session ]; description = "MySQL backed Wai session store"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273638,8 +273638,8 @@ self: { wai-session ]; description = "PostgreSQL backed Wai session store"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273657,7 +273657,7 @@ self: { ]; description = "Session store based on Tokyo Cabinet"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-slack-middleware" = callPackage @@ -273669,7 +273669,7 @@ self: { libraryHaskellDepends = [ aeson base http-client http-types wai ]; testHaskellDepends = [ base ]; description = "A Slack middleware for WAI"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-static-cache" = callPackage @@ -273688,8 +273688,8 @@ self: { vector-algorithms wai ]; description = "A simple cache for serving static files in a WAI middleware"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273706,7 +273706,7 @@ self: { wai-extra ]; description = "generate static html pages from a WAI application"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-test" = callPackage @@ -273718,7 +273718,7 @@ self: { libraryHaskellDepends = [ wai ]; doHaddock = false; description = "Unit test framework (built on HUnit) for WAI applications. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wai-thrift" = callPackage @@ -273733,8 +273733,8 @@ self: { base blaze-builder bytestring http-types thrift wai ]; description = "Thrift transport layer for Wai"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273750,8 +273750,8 @@ self: { base bytestring containers http-types time wai ]; description = "Wai middleware for request throttling"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273768,7 +273768,7 @@ self: { base exceptions extractable-singleton monad-control-aligned transformers wai wai-websockets websockets ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wai-util" = callPackage @@ -273786,7 +273786,7 @@ self: { ]; description = "Collection of utility functions for use with WAI"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wai-websockets" = callPackage @@ -273809,7 +273809,7 @@ self: { transformers wai wai-app-static warp websockets ]; description = "Provide a bridge between WAI and the websockets package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wait-handle" = callPackage @@ -273820,7 +273820,7 @@ self: { sha256 = "09080zx6m4lqli85867ilck82gvgnz4vkq9nxx5f1v5fli1i0n7m"; libraryHaskellDepends = [ base ]; description = "Wait handles are MVars which can only be written to once, and from which values can never be removed"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "waitfree" = callPackage @@ -273831,8 +273831,8 @@ self: { sha256 = "09hlqli7zpcxfa8w7vh937gc3rxp7s8q8v1zs8ciwnmh6ca4i8rq"; libraryHaskellDepends = [ base containers ]; description = "A wrapping library for waitfree computation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273857,8 +273857,8 @@ self: { aeson base http-types tasty tasty-hunit wai wai-extra ]; description = "A very simple Wai router"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273877,7 +273877,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Functions to manipulate records"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "waldo" = callPackage @@ -273909,8 +273909,8 @@ self: { warp zlib-conduit ]; description = "A generator of comics based on some ascertainable data about the requester"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273932,8 +273932,8 @@ self: { executableHaskellDepends = [ base JuicyPixels yaml ]; testHaskellDepends = [ base ]; description = "A library and executable for creating wallpaper, frieze, and rosette patterns"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -273962,7 +273962,7 @@ self: { pipes-zlib text time transformers ]; description = "A parser for the Web Archive (WARC) format"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "warp" = callPackage @@ -273995,7 +273995,7 @@ self: { http-types network time-manager unix unix-compat x509 ]; description = "A fast, light-weight web server for WAI applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "warp-dynamic" = callPackage @@ -274011,8 +274011,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Dynamic configurable warp HTTP server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274030,7 +274030,7 @@ self: { http2-grpc-types unliftio-core wai warp warp-tls ]; description = "A minimal gRPC server on top of Warp"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "warp-static" = callPackage @@ -274050,8 +274050,8 @@ self: { wai-app-static wai-extra warp ]; description = "Static file server based on Warp and wai-app-static (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274063,8 +274063,8 @@ self: { sha256 = "1gi9xkaa3wi5n2vhmlc7s4zm48l2fakwnd7bw007hzfqi17zz13x"; libraryHaskellDepends = [ base network systemd unix wai warp ]; description = "Socket activation and other systemd integration for the Warp web server (WAI)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274081,7 +274081,7 @@ self: { streaming-commons tls tls-session-manager wai warp ]; description = "HTTP over TLS support for Warp via the TLS package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "warp-tls-uid" = callPackage @@ -274101,7 +274101,7 @@ self: { warp warp-tls x509 ]; description = "set group and user id before running server"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "warped" = callPackage @@ -274118,8 +274118,8 @@ self: { monad-control preamble uuid wai wai-conduit wai-cors warp ]; description = "Warp and Wai Library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274148,8 +274148,8 @@ self: { ]; testToolDepends = [ alex happy ]; description = "WebAssembly Language Toolkit and Interpreter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274163,8 +274163,8 @@ self: { editedCabalFile = "1hmjlva0pbvbbl3vcngqlqrisx32qzlc9pl96zh2rb6m25riisdg"; libraryHaskellDepends = [ base mtl time ]; description = "Simple control structure to re-try an action with exponential backoff"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274181,8 +274181,8 @@ self: { system-filepath ]; description = "Opinionated filesystem watcher"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274211,8 +274211,8 @@ self: { system-filepath tasty tasty-hunit tasty-quickcheck tasty-smallcheck ]; description = "File change watching utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274226,7 +274226,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath process ]; description = "Command-line tool for converting audio files and filling in ID3 tags"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wave" = callPackage @@ -274248,7 +274248,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Work with WAVE and RF64 files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wavefront" = callPackage @@ -274263,8 +274263,8 @@ self: { attoparsec base dlist filepath mtl text transformers vector ]; description = "Wavefront OBJ loader"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274283,8 +274283,8 @@ self: { ]; testHaskellDepends = [ base hspec linear ]; description = "Wavefront .obj file loader"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274301,8 +274301,8 @@ self: { delimited-text ]; description = "Parse WaveSurfer files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274323,8 +274323,8 @@ self: { base bytestring filepath pretty-show split vector ]; description = "Process WAVE files in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274338,7 +274338,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base containers ]; description = "Native wcwidth"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "weak-bag" = callPackage @@ -274349,8 +274349,8 @@ self: { sha256 = "0jh5xv02wlifjqdvm2cr9mi3wjj4f14s1ap5pphin2rdzklhl3rc"; libraryHaskellDepends = [ base containers ]; description = "Mutable bag backed by weak pointers to each item"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274367,8 +274367,8 @@ self: { utf8-string vector ]; description = "Weather API implemented in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274381,7 +274381,7 @@ self: { libraryHaskellDepends = [ base gtk webkit ]; description = "Web Browser In Haskell"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "web-css" = callPackage @@ -274392,8 +274392,8 @@ self: { sha256 = "1havyvd6f0xagynxpar2jsmx5x1izwl7wgxia0wbwbzaj0fzn2k2"; libraryHaskellDepends = [ base text ]; description = "Simple functions for CSS"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274411,8 +274411,8 @@ self: { base bytestring directory failure old-locale text time ]; description = "Encapsulate multiple web encoding in a single package. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274428,7 +274428,7 @@ self: { base happstack-server safe snap snap-core snap-server ]; description = "Wrappers for web frameworks to ease usage with the FP Complete environment"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "web-inv-route" = callPackage @@ -274448,7 +274448,7 @@ self: { ]; testHaskellDepends = [ base bytestring HUnit network-uri text ]; description = "Composable, reversible, efficient web routing using invertible invariants and bijections"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-mongrel2" = callPackage @@ -274466,8 +274466,8 @@ self: { zeromq-haskell ]; description = "Bindings for the Mongrel2 web server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274486,8 +274486,8 @@ self: { base directory filepath open-browser temporary text ]; description = "Library to present content to an user via their browser"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274507,8 +274507,8 @@ self: { lens mtl Stream text vector wl-pprint-text ]; description = "Monoidally construct web pages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274524,7 +274524,7 @@ self: { base binary bytestring containers http-types mtl stm text ]; description = "dynamic plugin system for web applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-push" = callPackage @@ -274545,8 +274545,8 @@ self: { base base64-bytestring binary bytestring hspec ]; description = "Send messages using Web Push protocol"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274576,8 +274576,8 @@ self: { base doctest lens lucid numhask tasty tasty-hspec text ]; description = "representations of a web page"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274596,7 +274596,7 @@ self: { ]; testHaskellDepends = [ base hspec HUnit QuickCheck text ]; description = "portable, type-safe URL routing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routes-boomerang" = callPackage @@ -274609,7 +274609,7 @@ self: { base boomerang mtl parsec text web-routes ]; description = "Use boomerang for type-safe URL parsers/printers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routes-generics" = callPackage @@ -274620,7 +274620,7 @@ self: { sha256 = "16nykkzjznl9zq2qgn87lpqxkz8yx83s7949lv4vzapp4hjv04yy"; libraryHaskellDepends = [ base parsec text web-routes ]; description = "portable, type-safe URL routing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routes-happstack" = callPackage @@ -274635,7 +274635,7 @@ self: { base bytestring happstack-server text web-routes ]; description = "Adds support for using web-routes with Happstack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routes-hsp" = callPackage @@ -274646,7 +274646,7 @@ self: { sha256 = "1arc22l7xk49fp80i1fkvj8xj71lqxrs2g5gnvjzwlkc0azzaz6a"; libraryHaskellDepends = [ base hsp text web-routes ]; description = "Adds XMLGenerator instance for RouteT monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routes-mtl" = callPackage @@ -274657,7 +274657,7 @@ self: { sha256 = "1k35ch294p2pkf7mbip8wy9rin956y31sq68b4cdrj9sj9891rx5"; libraryHaskellDepends = [ base web-routes ]; description = "Extends web-routes with mtl-based MonadIO / MonadTrans RouteT instances"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routes-quasi" = callPackage @@ -274670,8 +274670,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base path-pieces template-haskell text ]; description = "Define data types and parse/build functions for web-routes via a quasi-quoted DSL (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274683,8 +274683,8 @@ self: { sha256 = "0fysbzdal8sl8pk4sj7i9cma351r0m9lry5pi3ra7fn0czcajajy"; libraryHaskellDepends = [ base parsec regular text web-routes ]; description = "portable, type-safe URL routing"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274701,7 +274701,7 @@ self: { ]; testHaskellDepends = [ base hspec HUnit QuickCheck web-routes ]; description = "Support for deriving PathInfo using Template Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routes-transformers" = callPackage @@ -274712,8 +274712,8 @@ self: { sha256 = "0pm1v9wqlzi6cg92lajbwbnhsdm509371i8mvyvvj6qa5m58cdib"; libraryHaskellDepends = [ base transformers web-routes ]; description = "Extends web-routes with some transformers instances for RouteT"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274729,7 +274729,7 @@ self: { base bytestring http-types text wai web-routes ]; description = "Library for maintaining correctness of URLs within an application"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "web-routing" = callPackage @@ -274748,8 +274748,8 @@ self: { testHaskellDepends = [ base doctest ]; benchmarkHaskellDepends = [ base criterion text ]; description = "simple routing library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274789,8 +274789,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Web3 API for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274817,8 +274817,8 @@ self: { http-types QuickCheck text time vector wai wai-extra warp ]; description = "WAI based library for web api"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274841,8 +274841,8 @@ self: { base hspec http-types network text transformers wai ]; description = "Haskell web app framework based on WAI & Warp"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274862,8 +274862,8 @@ self: { hashable memory serialise text x509 x509-validation ]; description = "Web Authentication API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274888,7 +274888,7 @@ self: { unliftio-core unordered-containers wai ]; description = "A super-simple web server framework"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "webcloud" = callPackage @@ -274904,8 +274904,8 @@ self: { ]; executableHaskellDepends = [ base optparse-applicative ]; description = "Turn an optparse-applicative program into a CGI program!"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274933,8 +274933,8 @@ self: { unordered-containers ]; description = "Webmachine inspired toolkit for building http applications and services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274950,8 +274950,8 @@ self: { base hvect mtl path-pieces reroute text unordered-containers ]; description = "A simple request dispatcher"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274969,8 +274969,8 @@ self: { unordered-containers wai wai-lens webcrank webcrank-dispatch ]; description = "Build a WAI Application from Webcrank Resources"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -274994,7 +274994,7 @@ self: { transformers-base unordered-containers vector zip-archive ]; description = "a Haskell client for the Selenium WebDriver protocol"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "webdriver-angular" = callPackage @@ -275015,8 +275015,8 @@ self: { webdriver ]; description = "Webdriver actions to assist with testing a webpage which uses Angular.Js"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275043,8 +275043,8 @@ self: { ]; testHaskellDepends = [ base parallel text ]; description = "a Haskell client for the Selenium WebDriver protocol (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275080,8 +275080,8 @@ self: { transformers unordered-containers vector wreq ]; description = "Bindings to the WebDriver API"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275111,7 +275111,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "A Haskell bindings for Webex Teams API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "webex-teams-conduit" = callPackage @@ -275137,7 +275137,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Conduit wrapper of Webex Teams List API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "webex-teams-pipes" = callPackage @@ -275163,7 +275163,7 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Pipes wrapper of Webex Teams List API"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "webfinger-client" = callPackage @@ -275181,8 +275181,8 @@ self: { uri-bytestring ]; description = "WebFinger client library"; - license = stdenv.lib.licenses.publicDomain; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.publicDomain; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275209,7 +275209,7 @@ self: { template-haskell text unordered-containers wai ]; description = "Composable, type-safe library to build HTTP API servers"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "webidl" = callPackage @@ -275229,8 +275229,8 @@ self: { base bytestring HSFFIG LEXER parsec pretty utf8-env utf8-string ]; description = "Parser and Pretty Printer for the Web IDL Language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {LEXER = null;}; @@ -275250,7 +275250,7 @@ self: { filepath hopfli optparse-applicative text vector xmlgen zlib ]; description = "webfont generator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "webkit" = callPackage @@ -275269,8 +275269,8 @@ self: { libraryPkgconfigDepends = [ webkit ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the Webkit library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {webkit = null;}; "webkit-javascriptcore" = callPackage @@ -275283,8 +275283,8 @@ self: { libraryHaskellDepends = [ base ]; libraryPkgconfigDepends = [ webkit ]; description = "JavaScriptCore FFI from webkitgtk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {webkit = null;}; @@ -275298,7 +275298,7 @@ self: { libraryHaskellDepends = [ base ]; libraryPkgconfigDepends = [ webkitgtk ]; description = "JavaScriptCore FFI from webkitgtk"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) webkitgtk;}; "webkitgtk3" = callPackage @@ -275318,8 +275318,8 @@ self: { libraryPkgconfigDepends = [ webkitgtk24x-gtk3 ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "Binding to the Webkit library"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk24x-gtk3;}; "webkitgtk3-javascriptcore" = callPackage @@ -275333,8 +275333,8 @@ self: { libraryHaskellDepends = [ base ]; libraryPkgconfigDepends = [ webkitgtk24x-gtk3 ]; description = "JavaScriptCore FFI from webkitgtk"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) webkitgtk24x-gtk3;}; "webp" = callPackage @@ -275354,7 +275354,7 @@ self: { base bytestring JuicyPixels tasty tasty-hunit ]; description = "JuicyPixels support for WebP format"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {inherit (pkgs) libwebp;}; "webpage" = callPackage @@ -275367,7 +275367,7 @@ self: { base blaze-html data-default lucid text ]; description = "Organized and simple web page scaffold for blaze and lucid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "webrtc-vad" = callPackage @@ -275378,7 +275378,7 @@ self: { sha256 = "0lylc3axcamrmjaarx3aacbjc9d0rkhmdgq1g2pc5j0lsf8ndk49"; libraryHaskellDepends = [ base primitive vector ]; description = "Easy voice activity detection"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "webserver" = callPackage @@ -275395,8 +275395,8 @@ self: { old-locale parsec process stm time unix zlib ]; description = "HTTP server library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275416,8 +275416,8 @@ self: { optparse-applicative optparse-simple pretty-show text wai warp ]; description = "Show programming language printed values in a web UI"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275431,8 +275431,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base filepath gtk webkit ]; description = "Transforms URLs to PNGs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "websockets" = callPackage @@ -275466,7 +275466,7 @@ self: { ]; doCheck = false; description = "A sensible and clean way to write WebSocket-capable servers in Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "websockets-rpc" = callPackage @@ -275493,8 +275493,8 @@ self: { wai-transformers websockets websockets-simple ]; description = "Simple streaming RPC mechanism using WebSockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275519,7 +275519,7 @@ self: { transformers wai-transformers websockets ]; description = "Composable websockets clients"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "websockets-simple-extra" = callPackage @@ -275529,7 +275529,7 @@ self: { version = "0.0.0"; sha256 = "1ckni1imxh4k1nxivvj9p1mffzvdmyjc20nas8b90dkkxblgnk1j"; libraryHaskellDepends = [ base mtl websockets-simple ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "websockets-snap" = callPackage @@ -275545,7 +275545,7 @@ self: { snap-server websockets ]; description = "Snap integration for the websockets library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "webwire" = callPackage @@ -275565,8 +275565,8 @@ self: { wai-extra ]; description = "Functional reactive web framework"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275580,7 +275580,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ]; description = "a wedding announcement"; - license = stdenv.lib.licenses.publicDomain; + license = lib.licenses.publicDomain; }) {}; "wedged" = callPackage @@ -275599,7 +275599,7 @@ self: { ]; description = "Wedged postcard generator"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "weeder" = callPackage @@ -275623,7 +275623,7 @@ self: { optparse-applicative transformers ]; description = "Detect dead code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "weekdaze" = callPackage @@ -275653,7 +275653,7 @@ self: { ]; description = "A school-timetable problem-solver"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275669,7 +275669,7 @@ self: { ]; testHaskellDepends = [ base deepseq ]; description = "Measure allocations of a Haskell functions/values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "weighted" = callPackage @@ -275680,8 +275680,8 @@ self: { sha256 = "1xizw6509rwj3l75haxl8sgdbd5mailj14d6qgy77r83g9qr6p8s"; libraryHaskellDepends = [ base mtl semiring-num transformers ]; description = "Writer monad which uses semiring constraint"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275696,8 +275696,8 @@ self: { libraryHaskellDepends = [ array base ]; libraryToolDepends = [ happy ]; description = "Weighted Regular Expression Matcher"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275709,7 +275709,7 @@ self: { sha256 = "1va2b10g3h2wfl9d7f27d55z5c93fvz41sb023l4c2ym1w9kw8zv"; libraryHaskellDepends = [ base ]; description = "A weighted nondeterministic search monad"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "welshy" = callPackage @@ -275728,8 +275728,8 @@ self: { resourcet text transformers unordered-containers wai warp ]; description = "Haskell web framework (because Scotty had trouble yodeling)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275747,7 +275747,7 @@ self: { base bytestring filemanip filepath optparse-applicative split ]; description = "Pretty-printing of codebases"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "werewolf" = callPackage @@ -275771,8 +275771,8 @@ self: { optparse-applicative random-shuffle text transformers ]; description = "A game engine for playing werewolf within an arbitrary chat client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275792,8 +275792,8 @@ self: { mtl optparse-applicative process text wai warp werewolf ]; description = "A chat interface for playing werewolf in Slack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275830,8 +275830,8 @@ self: { tasty-quickcheck text transformers versions ]; description = "Solver-agnostic symbolic values support for issuing queries"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275843,8 +275843,8 @@ self: { sha256 = "1xxks0jxjwph7372jqnscm6z0b28zz3dvb49b2aw37jmnvwrfdcy"; libraryHaskellDepends = [ base bson mongoDB mtl text Wheb ]; description = "MongoDB plugin for Wheb"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275856,8 +275856,8 @@ self: { sha256 = "025chjp41qbjr9m6c3pd9v510h4aac1rvbyrki3c7617sca8a45h"; libraryHaskellDepends = [ base bytestring hedis mtl text Wheb ]; description = "Redis connection for Wheb"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275869,8 +275869,8 @@ self: { sha256 = "1wykpp325336kk7a1vnnjffankcw0kaw3jcfin53cp8hsx4bwfdp"; libraryHaskellDepends = [ base mtl StrappedTemplates text Wheb ]; description = "Strapped templates for Wheb"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275882,7 +275882,7 @@ self: { sha256 = "1c1l79bdpqfg4n3p5gkc3x362m9k11hmyydr2y3j0xs4hhm3d5aa"; libraryHaskellDepends = [ base shelly template-haskell text ]; description = "Determine the full path to an executable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "while-lang-parser" = callPackage @@ -275893,8 +275893,8 @@ self: { sha256 = "0dlq2rldak4lb0w8hcx7aigdj7b59crp1k130p36cha7zpqdixll"; libraryHaskellDepends = [ base indents parsec ]; description = "Parser for the While language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275913,8 +275913,8 @@ self: { base containers GLUT mtl OpenGL process random X11 ]; description = "A Haskell window manager"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275926,8 +275926,8 @@ self: { sha256 = "0kbyv0q6z2d2plblafqcmwcfiyhdbijqnqg2w7qxr7dklka8245v"; libraryHaskellDepends = [ base parsec template-haskell ]; description = "Mustache templates with Template Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275943,7 +275943,7 @@ self: { executableHaskellDepends = [ haskell98 random ]; description = "Whitespace, an esoteric programming language"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275957,8 +275957,8 @@ self: { editedCabalFile = "07jpszzhzfygz920y09j4xrkw6pgwbpxqn79lavzz0w6jpd447y1"; libraryHaskellDepends = [ base network network-uri split ]; description = "WHOIS client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -275975,7 +275975,7 @@ self: { base cairo colour directory hsnoise MonadRandom mtl random random-fu random-shuffle random-source relude temporary time ]; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "why3" = callPackage @@ -275993,8 +275993,8 @@ self: { ]; libraryToolDepends = [ alex happy ]; description = "Haskell support for the Why3 input format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276012,8 +276012,8 @@ self: { quickcheck-classes semirings ]; description = "Data types for large but fixed width signed and unsigned integers"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276031,7 +276031,7 @@ self: { base criterion primitive random vector ]; description = "CG coefficients and Wigner symbols"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wigner-ville-accelerate" = callPackage @@ -276043,8 +276043,8 @@ self: { libraryHaskellDepends = [ accelerate accelerate-fft base ]; testHaskellDepends = [ base wigner ]; description = "Wigner-ville transform using the Accelerate library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {wigner = null;}; @@ -276061,7 +276061,7 @@ self: { ]; testHaskellDepends = [ base bytestring filepath hspec time ]; description = "Scrape WikiCFP web site"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wikipedia4epub" = callPackage @@ -276080,8 +276080,8 @@ self: { regex-base regex-posix tagsoup url xml zip-archive zlib ]; description = "Wikipedia EPUB E-Book construction from Firefox history"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276100,7 +276100,7 @@ self: { base hspec microlens QuickCheck stm transformers ]; description = "Dynamic key binding framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wild-bind-indicator" = callPackage @@ -276117,8 +276117,8 @@ self: { wild-bind ]; description = "Graphical indicator for WildBind"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276135,8 +276135,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Task to install and export everything you need to use WildBind in X11"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276156,7 +276156,7 @@ self: { async base hspec text time transformers wild-bind X11 ]; description = "X11-specific implementation for WildBind"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wilton-ffi" = callPackage @@ -276167,7 +276167,7 @@ self: { sha256 = "1kpr1rg3nbvjvj29pa4b8ls52x0j6ixidnh6nm2jw3c2gplhmr5d"; libraryHaskellDepends = [ aeson base bytestring utf8-string ]; description = "Haskell modules support for Wilton JavaScript runtime"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "win-hp-path" = callPackage @@ -276181,7 +276181,7 @@ self: { libraryHaskellDepends = [ base split ]; executableHaskellDepends = [ base process split ]; description = "Work with multiple Haskell Platform versions on Windows"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "windns" = callPackage @@ -276195,8 +276195,8 @@ self: { libraryHaskellDepends = [ base bytestring deepseq ]; librarySystemDepends = [ dnsapi ]; description = "Domain Name Service (DNS) lookup via the /dnsapi.dll standard library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {dnsapi = null;}; @@ -276214,8 +276214,8 @@ self: { base Crypto dataenc mtl network parsec pretty split time urlencoded ]; description = "Implements Windows Live Web Authentication and Delegated Authentication"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276227,8 +276227,8 @@ self: { sha256 = "0xamx4yhyv264mka4ypp0r1xh3xv7ba31sis3lbhjycn4i07wlhd"; doHaddock = false; description = "Error handling for foreign calls to the Windows API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276266,8 +276266,8 @@ self: { serialise store text vector ]; description = "A compact, well-typed seralisation format for Haskell values"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276284,8 +276284,8 @@ self: { ]; librarySystemDepends = [ kernel32 ws2_32 ]; description = "I/O library for Windows"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {kernel32 = null; ws2_32 = null;}; @@ -276311,7 +276311,7 @@ self: { criterion io-streams transformers ]; description = "Fast binary io-streams adapter"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wires" = callPackage @@ -276328,8 +276328,8 @@ self: { base deepseq mtl profunctors semigroupoids these ]; description = "Functional reactive programming library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276346,8 +276346,8 @@ self: { base hspec mtl QuickCheck template-haskell transformers ]; description = "Wiring, promotion and demotion of types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276362,7 +276362,7 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base ]; description = "Access GPIO pins on Raspberry Pi via wiringPi library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "witch" = callPackage @@ -276378,7 +276378,7 @@ self: { base bytestring containers hspec QuickCheck text ]; description = "Convert values from one type into another"; - license = stdenv.lib.licenses.isc; + license = lib.licenses.isc; }) {}; "with-index" = callPackage @@ -276389,7 +276389,7 @@ self: { sha256 = "0dv81mp66l0j0dfa0mm9vqmdfxvhfg5py1gxqwh1jvpr8iks1q8q"; libraryHaskellDepends = [ base ]; description = "A tiny library for composing indexed traversals"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "with-location" = callPackage @@ -276401,7 +276401,7 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base hspec ]; description = "Use ImplicitParams-based source locations in a backward compatible way"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "with-utf8" = callPackage @@ -276425,7 +276425,7 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "Get your IO right on the first try"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "withdependencies" = callPackage @@ -276441,7 +276441,7 @@ self: { ]; testHaskellDepends = [ base conduit hspec HUnit mtl ]; description = "Run computations that depend on one or more elements in a stream"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "witherable" = callPackage @@ -276464,7 +276464,7 @@ self: { tasty-quickcheck transformers unordered-containers vector ]; description = "filterable traversable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "witherable-class" = callPackage @@ -276480,7 +276480,7 @@ self: { unordered-containers vector ]; description = "Witherable = Traversable + Filterable"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "witherable-class_0_0_1" = callPackage @@ -276491,8 +276491,8 @@ self: { sha256 = "0995ixa9yzym7fsrgj77j0lyz7y5nnbkn0m2ndxdc401viyhkigd"; libraryHaskellDepends = [ base witherable ]; description = "Witherable = Traversable + Filterable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "within" = callPackage @@ -276507,7 +276507,7 @@ self: { base comonad exceptions free hashable path path-like ]; description = "A value within another path"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "witness" = callPackage @@ -276522,7 +276522,7 @@ self: { base constraints countable semigroupoids transformers ]; description = "values that witness types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "witty" = callPackage @@ -276535,8 +276535,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base bytestring network unix ]; description = "A network server to show bottlenecks of GHC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276548,7 +276548,7 @@ self: { sha256 = "0bldcvd7zjask8myh1nwj59ml4q6wlinp2h7q6hdfjg8djf2mnca"; libraryHaskellDepends = [ base transformers ]; description = "the fantastical wizard monoid"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wizards" = callPackage @@ -276565,7 +276565,7 @@ self: { base containers control-monad-free haskeline mtl transformers ]; description = "High level, generic library for interrogative user interfaces"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wkt" = callPackage @@ -276583,8 +276583,8 @@ self: { base filepath lens linear tasty tasty-golden trifecta ]; description = "Parsec parsers and types for geographic data in well-known text (WKT) format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276608,8 +276608,8 @@ self: { scientific trifecta vector ]; description = "A parser of WKT, WKB and eWKB"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276621,7 +276621,7 @@ self: { sha256 = "0kn7y8pdrv8f87zhd5mifcl8fy3b2zvnzmzwhdqhxxlyzwiq6z0c"; libraryHaskellDepends = [ base ]; description = "The Wadler/Leijen Pretty Printer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wl-pprint-annotated" = callPackage @@ -276637,7 +276637,7 @@ self: { base containers deepseq tasty tasty-hunit text ]; description = "Pretty printer with annotation support"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wl-pprint-ansiterm" = callPackage @@ -276653,8 +276653,8 @@ self: { transformers wl-pprint-extras ]; description = "ANSI Terminal support with wl-pprint-extras"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276670,7 +276670,7 @@ self: { base bytestring colorful-monoids text wl-pprint-annotated ]; description = "Wadler/Leijen pretty printer supporting colorful console output"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wl-pprint-extras" = callPackage @@ -276689,8 +276689,8 @@ self: { base HUnit test-framework test-framework-hunit ]; description = "A free monad based on the Wadler/Leijen pretty printer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276708,8 +276708,8 @@ self: { transformers wl-pprint-extras ]; description = "A color pretty printer with terminfo support"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276721,7 +276721,7 @@ self: { sha256 = "030ckgzz14sv2c317g4j5g68hyq9xi40cmv0apwclw6sc6xgsvly"; libraryHaskellDepends = [ base base-compat text ]; description = "A Wadler/Leijen Pretty Printer for Text values"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wlc-hs" = callPackage @@ -276739,8 +276739,8 @@ self: { librarySystemDepends = [ wlc ]; libraryToolDepends = [ c2hs ]; description = "Haskell bindings for the wlc library"; - license = stdenv.lib.licenses.isc; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.isc; + hydraPlatforms = lib.platforms.none; broken = true; }) {wlc = null;}; @@ -276776,8 +276776,8 @@ self: { safe system-fileio system-filepath text transformers ]; description = "A simple and highly performant HTTP file server"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276789,8 +276789,8 @@ self: { sha256 = "0f0pa2vlp56j35llhzq1qqkwkfpm7r96av8jw22jngd0kcpc185b"; libraryHaskellDepends = [ base ]; description = "Convenient typeclass for defining arbitrary-index enums"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276806,8 +276806,8 @@ self: { base binary bytestring filepath zlib ]; description = "Web Open Font Format (WOFF) unpacker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276822,8 +276822,8 @@ self: { libraryHaskellDepends = [ base bytestring network split ]; executableHaskellDepends = [ base ]; description = "Send a Wake on LAN Magic Packet"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276846,8 +276846,8 @@ self: { ]; executableHaskellDepends = [ base optparse-generic ]; description = "Amazon Simple Workflow Service Wrapper"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276860,7 +276860,7 @@ self: { libraryHaskellDepends = [ base vector ]; testHaskellDepends = [ base hspec vector ]; description = "Real time group editor without operational transform"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "word" = callPackage @@ -276878,8 +276878,8 @@ self: { ]; testHaskellDepends = [ base smallcheck tasty tasty-smallcheck ]; description = "Words of arbitrary size"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276894,7 +276894,7 @@ self: { libraryHaskellDepends = [ base binary containers ]; testHaskellDepends = [ base binary containers hspec QuickCheck ]; description = "Implementation of a finite trie over words"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "word-vector" = callPackage @@ -276905,7 +276905,7 @@ self: { sha256 = "1fkbxrr7qh6dj9w7wihxjvb3d8kgcymz0zp8avnqpx5jsvwd5jdm"; libraryHaskellDepends = [ base bytestring ghc-prim vector ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "word-wrap" = callPackage @@ -276920,7 +276920,7 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base criterion text ]; description = "A library for word-wrapping"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "word24" = callPackage @@ -276937,7 +276937,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "24-bit word and int types for GHC"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "word2vec-model" = callPackage @@ -276964,8 +276964,8 @@ self: { unordered-containers vector ]; description = "Reading word2vec binary models"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -276979,7 +276979,7 @@ self: { testHaskellDepends = [ base hspec ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Word8 library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wordchoice" = callPackage @@ -277005,8 +277005,8 @@ self: { testHaskellDepends = [ base ]; benchmarkHaskellDepends = [ base criterion pandoc text ]; description = "Get word counts and distributions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277018,7 +277018,7 @@ self: { sha256 = "1jdcv5h41k5xckviyc0p0k0q68s371llcvmkdbg78vh4b3xw7cd5"; doHaddock = false; description = "None"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wordexp" = callPackage @@ -277030,7 +277030,7 @@ self: { libraryHaskellDepends = [ array base semigroups ]; libraryToolDepends = [ c2hs ]; description = "wordexp(3) wrappers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wordify" = callPackage @@ -277059,8 +277059,8 @@ self: { test-framework-hunit test-framework-quickcheck2 transformers unordered-containers ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277079,8 +277079,8 @@ self: { base MonadRandom optparse-applicative text vector ]; description = "Command-line tool to get random words"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277101,7 +277101,7 @@ self: { benchmarkHaskellDepends = [ base deepseq gauge OddWord weigh ]; doHaddock = false; description = "arbitrary bit size Words"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wordpass" = callPackage @@ -277123,8 +277123,8 @@ self: { QuickCheck text unix-compat vector ]; description = "Dictionary-based password generator"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277143,7 +277143,7 @@ self: { uri-encode ]; description = "Validate Wordpress Cookies & Nonces; Build Wordpress Hashes & Salts"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "words" = callPackage @@ -277155,7 +277155,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base directory text ]; description = "Cross-platform access to a list of words"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wordsearch" = callPackage @@ -277169,8 +277169,8 @@ self: { libraryHaskellDepends = [ array base containers fclabels ]; executableHaskellDepends = [ base containers fclabels ]; description = "A word search solver library and executable"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277189,7 +277189,7 @@ self: { process ]; description = "Compare two files as sets of N-tuples of words"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "work-time" = callPackage @@ -277203,8 +277203,8 @@ self: { libraryHaskellDepends = [ base containers megaparsec text ]; executableHaskellDepends = [ base text ]; description = "A library for parsing a chat-based work hour reporting scheme"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277217,8 +277217,8 @@ self: { libraryHaskellDepends = [ base containers time ]; testHaskellDepends = [ base containers doctest hspec ]; description = "Workday calculations"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277241,8 +277241,8 @@ self: { testHaskellDepends = [ base doctest hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "Utilities (e.g. Googling the clipboard contents) for the `workflow` pacakge"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277262,8 +277262,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "a \"Desktop Workflow\" monad with Objective-C bindings"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277286,8 +277286,8 @@ self: { testHaskellDepends = [ base doctest hspec QuickCheck ]; benchmarkHaskellDepends = [ base criterion deepseq ]; description = "manipulate `workflow-types:Workflow`'s"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277306,8 +277306,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Automate keyboard\\/mouse\\/clipboard\\/application interaction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277322,8 +277322,8 @@ self: { executableHaskellDepends = [ base ]; testHaskellDepends = [ base doctest hspec QuickCheck ]; description = "Automate keyboard/mouse/clipboard/application interaction"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277340,7 +277340,7 @@ self: { base doctest Glob should-not-typecheck tasty tasty-hunit text ]; description = "Open Union and Open Product Types"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "worldturtle" = callPackage @@ -277351,7 +277351,7 @@ self: { sha256 = "0h5r74ba0wjhyp8yl3clxgq5yfdr51fdkfn2xz4ahizxycyrx14f"; libraryHaskellDepends = [ base containers gloss lens matrix mtl ]; description = "Turtle graphics"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wp-archivebot" = callPackage @@ -277366,8 +277366,8 @@ self: { base feed HTTP network parallel tagsoup ]; description = "Subscribe to a wiki's RSS feed and archive external links"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277379,7 +277379,7 @@ self: { sha256 = "03pmfwwx2ykjglzrc4k09q2lv8piq107j32dg0r1aadj2ysc9fzq"; libraryHaskellDepends = [ base ]; description = "Wrap a function's return value with another function"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wraparound" = callPackage @@ -277390,7 +277390,7 @@ self: { sha256 = "161mz5bfmx13s9azh3dss64fw98vbaab8krysr9pbbp9dh79i1cf"; libraryHaskellDepends = [ base ]; description = "Convenient handling of points on a seamless 2-dimensional plane"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wraxml" = callPackage @@ -277411,7 +277411,7 @@ self: { ]; description = "Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structure"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277450,8 +277450,8 @@ self: { optparse-applicative transformers wreq ]; description = "An HTTP Performance Benchmarker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277484,8 +277484,8 @@ self: { resourcet scotty stm temporary text time transformers wai-cors ]; description = "A web interface for Wrecker, the HTTP Performance Benchmarker"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277526,7 +277526,7 @@ self: { transformers unix-compat unordered-containers uuid vector ]; description = "An easy-to-use HTTP client library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wreq-helper" = callPackage @@ -277541,7 +277541,7 @@ self: { aeson aeson-result base bytestring http-client lens text wreq ]; description = "Wreq response process"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wreq-patchable" = callPackage @@ -277579,8 +277579,8 @@ self: { transformers unix-compat unordered-containers uuid vector ]; description = "An easy-to-use HTTP client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277618,8 +277618,8 @@ self: { transformers unix-compat uuid vector ]; description = "An easy-to-use HTTP client library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277631,7 +277631,7 @@ self: { sha256 = "0dgjjybbc4nza1a0af2j8jxscyhlcwdspmvy8zsmcczzcdhx2b2h"; libraryHaskellDepends = [ base bytestring text utf8-string wreq ]; description = "Simple wrapper to use wreq without Strings"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wright" = callPackage @@ -277648,8 +277648,8 @@ self: { assertions base bed-and-breakfast containers filepath lens ]; description = "Colour space transformations and metrics"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277666,7 +277666,7 @@ self: { monad-control mtl stm stm-chans ]; description = "Buffer your writes, transparently"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "write-buffer-stm" = callPackage @@ -277677,7 +277677,7 @@ self: { sha256 = "0q03pnkw3343jmcs2f2mrx84g3wj3plcagnjdviphzsg7rrf3a4l"; libraryHaskellDepends = [ base stm stm-chans write-buffer-core ]; description = "A write buffer for STM channels and queues"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "writer-cps-exceptions" = callPackage @@ -277692,7 +277692,7 @@ self: { base exceptions transformers writer-cps-transformers ]; description = "Control.Monad.Catch instances for the stricter CPS WriterT and RWST"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "writer-cps-full" = callPackage @@ -277710,8 +277710,8 @@ self: { writer-cps-transformers ]; description = "WriteT and RWST monad transformers (Reexport with all dependencies)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277728,8 +277728,8 @@ self: { writer-cps-transformers ]; description = "Lens instances for the stricter CPS WriterT and RWST"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277745,8 +277745,8 @@ self: { base monads-tf transformers writer-cps-transformers ]; description = "MonadWriter orphan instances for writer-cps-transformers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277760,8 +277760,8 @@ self: { editedCabalFile = "0dqpbpaidwa7ahk0n7pv397mv7ncr26p3vcrjh1xzl6vk26bdah5"; libraryHaskellDepends = [ base mmorph writer-cps-transformers ]; description = "MFunctor instance for CPS style WriterT and RWST"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277776,7 +277776,7 @@ self: { base mtl transformers writer-cps-transformers ]; description = "MonadWriter orphan instances for writer-cps-transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "writer-cps-transformers" = callPackage @@ -277788,7 +277788,7 @@ self: { libraryHaskellDepends = [ base transformers ]; doHaddock = false; description = "WriteT and RWST monad transformers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wryte" = callPackage @@ -277800,7 +277800,7 @@ self: { libraryHaskellDepends = [ base mtl text ]; testHaskellDepends = [ base ]; description = "Pretty output for source generators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ws" = callPackage @@ -277824,8 +277824,8 @@ self: { websockets wuss ]; description = "A simple CLI utility for interacting with a websocket"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277848,7 +277848,7 @@ self: { wai-websockets warp websockets ]; description = "Unagi chan based websocket client"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "wsdl" = callPackage @@ -277867,8 +277867,8 @@ self: { base bytestring file-embed hspec network-uri ]; description = "WSDL parsing in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277886,8 +277886,8 @@ self: { base bencode bytestring containers directory safe utf8-string ]; description = "A small tool to list, add and remove webseeds from a torrent file"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277909,8 +277909,8 @@ self: { wai-app-static wai-websockets warp websockets ]; description = "Terminal emulator over websockets"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277929,8 +277929,8 @@ self: { ]; executableHaskellDepends = [ base ]; description = "WSJT-X UDP protocol"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277949,8 +277949,8 @@ self: { ]; testHaskellDepends = [ base bytestring envy hspec skews text ]; description = "A-little-higher-level WebSocket client"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277979,8 +277979,8 @@ self: { network-conduit-tls streaming-commons text ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -277992,8 +277992,8 @@ self: { sha256 = "080y0ks5q6bv7dvla08x4cvcmzd13b5v1c5p5336k0vkg2c3fq79"; libraryHaskellDepends = [ base old-locale time transformers ]; description = "Wojcik Tool Kit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278009,8 +278009,8 @@ self: { base containers gtk lenses mtl old-locale parsec time wtk ]; description = "GTK tools within Wojcik Tool Kit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278026,8 +278026,8 @@ self: { base directory symbolic-link unix yaml ]; description = "Unimportant Unix adminstration tool"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278043,8 +278043,8 @@ self: { base containers directory filepath vector-space wumpus-core ]; description = "Basic objects and system code built on Wumpus-Core"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278058,8 +278058,8 @@ self: { editedCabalFile = "1jszf2hdipr9iry6pcdhhk42aglcq6m3zvg9rgmnickfdzd4k71h"; libraryHaskellDepends = [ base containers time vector-space ]; description = "Pure Haskell PostScript and SVG generation"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278075,8 +278075,8 @@ self: { base containers vector-space wumpus-basic wumpus-core ]; description = "High-level drawing objects built on Wumpus-Basic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278092,8 +278092,8 @@ self: { base vector-space wumpus-basic wumpus-core wumpus-drawing ]; description = "Microprints - \"greek-text\" pictures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278110,8 +278110,8 @@ self: { wumpus-drawing ]; description = "Drawing trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278126,7 +278126,7 @@ self: { base bytestring connection network websockets ]; description = "Secure WebSocket (WSS) clients"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "wx" = callPackage @@ -278139,7 +278139,7 @@ self: { libraryHaskellDepends = [ base stm time wxcore ]; description = "wxHaskell"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "wxAsteroids" = callPackage @@ -278153,8 +278153,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base directory random wx wxcore ]; description = "Try to avoid the asteroids with your space ship"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278169,8 +278169,8 @@ self: { libraryHaskellDepends = [ base old-time wx wxcore Yampa ]; executableHaskellDepends = [ base wx wxcore Yampa ]; description = "An implementation of Fruit using wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278182,8 +278182,8 @@ self: { sha256 = "0q90djdvma20ngnp45q0kkyv2p1jsmsc7p9rzv76sywzqilha852"; libraryHaskellDepends = [ base cubicbezier wx wxcore ]; description = "Simple zoomable canvas for wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278208,7 +278208,7 @@ self: { postPatch = "sed -i -e '/ldconfig inst_lib_dir/d' Setup.hs"; description = "wxHaskell C++ wrapper"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) libGL; inherit (pkgs.xorg) libX11; inherit (pkgs) wxGTK;}; @@ -278229,7 +278229,7 @@ self: { libraryPkgconfigDepends = [ wxGTK ]; description = "wxHaskell core"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) wxGTK;}; "wxdirect" = callPackage @@ -278246,8 +278246,8 @@ self: { base containers directory filepath parsec process strict time ]; description = "helper tool for building wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278262,8 +278262,8 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base wx wxcore ]; description = "An example of how to implement a basic notepad with wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278279,8 +278279,8 @@ self: { base convertible Imlib wx yjsvg yjtools ]; description = "turtle like LOGO with wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278302,7 +278302,7 @@ self: { semigroups terminal-size text transformers unix ]; description = "Console line fuzzy search"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "wyvern" = callPackage @@ -278320,8 +278320,8 @@ self: { parsec process sgf split ]; description = "An autoresponder for Dragon Go Server"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278338,8 +278338,8 @@ self: { type-level ]; description = "A embedded DSL for manipulating DSP languages in Haskell"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278353,7 +278353,7 @@ self: { editedCabalFile = "1c561z9xvfcd7ddbiw3r0frhjvsrklachd38s66fzwjdgw1sl124"; libraryHaskellDepends = [ base utf8-string X11 ]; description = "A binding to the xim of X11 graphics library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "x11-xinput" = callPackage @@ -278366,7 +278366,7 @@ self: { librarySystemDepends = [ libXi ]; libraryToolDepends = [ c2hs ]; description = "Haskell FFI bindings for X11 XInput library (-lXi)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libXi;}; "x509" = callPackage @@ -278389,7 +278389,7 @@ self: { tasty-quickcheck ]; description = "X509 reader and writer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "x509-store" = callPackage @@ -278409,7 +278409,7 @@ self: { ]; testHaskellDepends = [ base bytestring tasty tasty-hunit x509 ]; description = "X.509 collection accessing and storing methods"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "x509-system" = callPackage @@ -278425,7 +278425,7 @@ self: { x509-store ]; description = "Handle per-operating-system X.509 accessors and storage"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "x509-util" = callPackage @@ -278444,7 +278444,7 @@ self: { hourglass memory pem x509 x509-store x509-system x509-validation ]; description = "Utility for X509 certificate and chain"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "x509-validation" = callPackage @@ -278466,7 +278466,7 @@ self: { x509-store ]; description = "X.509 Certificate and CRL validation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "x86-64bit" = callPackage @@ -278482,7 +278482,7 @@ self: { base deepseq monads-tf QuickCheck tardis vector ]; description = "Runtime code generation for x86 64 bit machine code"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xattr" = callPackage @@ -278500,8 +278500,8 @@ self: { test-framework-hunit unix ]; description = "Haskell extended file attributes interface"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs) attr;}; "xbattbar" = callPackage @@ -278514,7 +278514,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base old-time select X11 ]; description = "Simple battery indicator"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xcb-types" = callPackage @@ -278525,7 +278525,7 @@ self: { sha256 = "1168vg2f3qd5yiwg2fcps0ciqpwns6scyk89bd07ws3qh6kayqfr"; libraryHaskellDepends = [ base containers mtl pretty xml ]; description = "Parses XML files used by the XCB project"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xcffib" = callPackage @@ -278554,7 +278554,7 @@ self: { ]; description = "A cffi-based python binding for X"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "xchat-plugin" = callPackage @@ -278571,8 +278571,8 @@ self: { base directory filepath process unix ]; description = "XChat"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278588,8 +278588,8 @@ self: { base bytestring containers mtl network transformers ]; description = "Partial implementation of the XCP protocol with ethernet as transport layer"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278615,8 +278615,8 @@ self: { text transformers transformers-base unix-compat ]; description = "A wget-like utility for retrieving files from XDCC bots on IRC"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278628,7 +278628,7 @@ self: { sha256 = "0azlzaxp2dn4l1nr7shsxah2magk1szf6fx0mv75az00qsjw6qg4"; libraryHaskellDepends = [ base directory filepath ]; description = "A basic implementation of the XDG Base Directory specification"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xdg-desktop-entry" = callPackage @@ -278644,7 +278644,7 @@ self: { transformers unix ]; description = "Parse files conforming to the xdg desktop entry spec"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xdg-userdirs" = callPackage @@ -278658,7 +278658,7 @@ self: { base containers directory filepath xdg-basedir ]; description = "Basic implementation of XDG user directories specification"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xdot" = callPackage @@ -278678,8 +278678,8 @@ self: { base cairo deepseq graphviz gtk3 text transformers ]; description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278702,7 +278702,7 @@ self: { ghc-prim hexml hexpat time weigh xml ]; description = "A fast event-based XML parser in pure Haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xenstore" = callPackage @@ -278715,8 +278715,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bytestring cereal mtl network ]; description = "Xenstore client access"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278737,8 +278737,8 @@ self: { libraryPkgconfigDepends = [ libxfconf ]; libraryToolDepends = [ gtk2hs-buildtools ]; description = "FFI bindings to xfconf"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {libxfconf = null;}; @@ -278751,8 +278751,8 @@ self: { libraryHaskellDepends = [ base ]; testHaskellDepends = [ base ]; description = "Extensible, type-safe formatting with scanf- and printf-like functions"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278768,7 +278768,7 @@ self: { executableHaskellDepends = [ base foundation ]; executableSystemDepends = [ xgboost ]; description = "XGBoost library for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) xgboost;}; "xhaskell-library" = callPackage @@ -278783,8 +278783,8 @@ self: { base bytestring containers ghc-prim mtl parsec regex-base ]; description = "Replaces/Enhances Text.Regex"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278801,8 +278801,8 @@ self: { Xauth ]; description = "X Haskell Bindings"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278818,8 +278818,8 @@ self: { base hashable mtl transformers unordered-containers xhb ]; description = "Atom cache for XHB"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278836,8 +278836,8 @@ self: { xhb-atom-cache ]; description = "EWMH utilities for XHB"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278849,8 +278849,8 @@ self: { sha256 = "0939kwpinq6l4n3nyvd1gzyl7f83gymw0wzqndlgy1yc7q0nkj2w"; libraryHaskellDepends = [ base ]; description = "An XHTML combinator library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "xhtml-combinators" = callPackage @@ -278864,7 +278864,7 @@ self: { base containers random text transformers xml ]; description = "Fast and easy to use XHTML combinators"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xilinx-lava" = callPackage @@ -278880,8 +278880,8 @@ self: { ]; executableHaskellDepends = [ base directory process ]; description = "The Lava system for Xilinx FPGA design with layout combinators"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278897,7 +278897,7 @@ self: { libraryToolDepends = [ c2hs ]; description = "Bindings to xine-lib"; license = "LGPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {libxine = null; xine = null;}; @@ -278921,8 +278921,8 @@ self: { aeson base bytestring containers HTF text time ]; description = "Wrapper for the XING API, v1"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -278938,7 +278938,7 @@ self: { base bytestring conduit conduit-extra transformers ]; description = "Conduit of keys pressed by xinput"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xkbcommon" = callPackage @@ -278962,8 +278962,8 @@ self: { testHaskellDepends = [ base unix ]; benchmarkHaskellDepends = [ base random time vector ]; description = "Haskell bindings for libxkbcommon"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libxkbcommon;}; @@ -278983,8 +278983,8 @@ self: { base bytestring directory filepath HTTP network tagsoup ]; description = "Downloads the most recent xkcd comic"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279000,8 +279000,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base containers mtl xml ]; description = "A simple monadic language for parsing XML structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279023,8 +279023,8 @@ self: { ]; testHaskellDepends = [ base hspec ]; description = "Parse Microsoft Excel xls files (BIFF/Excel 97-2004)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279048,8 +279048,8 @@ self: { zip-archive ]; description = "Streaming Excel file generation and parsing"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279078,8 +279078,8 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion ]; description = "Simple and incomplete Excel file parser/writer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279096,8 +279096,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Xlsx table cell value extraction utility"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279116,8 +279116,8 @@ self: { transformers xlsx ]; description = "Simple and incomplete Excel file templater"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279131,7 +279131,7 @@ self: { editedCabalFile = "15cxa19dp8nqvrrp0bmndkdas2jzg573x8ri75r6kiv8r4vkv8y7"; libraryHaskellDepends = [ base bytestring text ]; description = "A simple XML library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-basic" = callPackage @@ -279147,7 +279147,7 @@ self: { utility-ht ]; description = "Basics for XML/HTML representation and processing"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-catalog" = callPackage @@ -279163,8 +279163,8 @@ self: { xml-conduit ]; description = "Parse XML catalog files (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279188,7 +279188,7 @@ self: { resourcet text transformers xml-types ]; description = "Pure-Haskell utilities for dealing with XML with the conduit package"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xml-conduit-decode" = callPackage @@ -279207,8 +279207,8 @@ self: { xml-types ]; description = "Historical cursors & decoding on top of xml-conduit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279233,7 +279233,7 @@ self: { ]; description = "Streaming XML parser based on conduits"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "xml-conduit-stylist" = callPackage @@ -279249,8 +279249,8 @@ self: { unordered-containers xml-conduit ]; description = "Bridge between xml-conduit/html-conduit and stylist"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279267,7 +279267,7 @@ self: { ]; testHaskellDepends = [ base text ]; description = "Warm and fuzzy creation of XML documents"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xml-enumerator" = callPackage @@ -279290,8 +279290,8 @@ self: { xml-types ]; description = "Pure-Haskell utilities for dealing with XML with the enumerator package. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279309,8 +279309,8 @@ self: { base containers enumerator xml-enumerator xml-types ]; description = "Parser combinators for xml-enumerator and compatible XML parsers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279322,8 +279322,8 @@ self: { sha256 = "0ivzl1ikijrbz5mi75rxa340dxf7ilyzlxzka25si91jmjq0a9xa"; libraryHaskellDepends = [ base mtl transformers xml ]; description = "Extension to the xml package to extract data from parsed xml"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279344,7 +279344,7 @@ self: { text xml-conduit ]; description = "Hamlet-style quasiquoter for XML content"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-helpers" = callPackage @@ -279355,7 +279355,7 @@ self: { sha256 = "0rrk0j7m8ws86hbjw0l4ryq4m9i8llhsag2sfisy5r1iv2zwa0lv"; libraryHaskellDepends = [ base xml ]; description = "Some useful helper functions for the xml library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-html-conduit-lens" = callPackage @@ -279373,8 +279373,8 @@ self: { base doctest hspec hspec-expectations-lens lens xml-conduit ]; description = "Optics for xml-conduit and html-conduit"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279397,7 +279397,7 @@ self: { base doctest Glob tasty tasty-hunit text xml-conduit ]; description = "Quasi-quoters for XML and HTML Documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-indexed-cursor" = callPackage @@ -279416,7 +279416,7 @@ self: { xml-conduit ]; description = "Indexed XML cursors similar to 'Text.XML.Cursor' from xml-conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-isogen" = callPackage @@ -279439,7 +279439,7 @@ self: { xml-conduit-writer ]; description = "Generate XML-isomorphic types"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xml-lens" = callPackage @@ -279454,7 +279454,7 @@ self: { base case-insensitive containers lens text xml-conduit ]; description = "Lenses, traversals, and prisms for xml-conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-monad" = callPackage @@ -279468,8 +279468,8 @@ self: { base mtl transformers transformers-compose xml ]; description = "Monadic extensions to the xml package"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279484,7 +279484,7 @@ self: { base containers optics-core text xml-conduit ]; description = "Optics for xml-conduit"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-parsec" = callPackage @@ -279496,7 +279496,7 @@ self: { libraryHaskellDepends = [ base HaXml parsec ]; description = "Parsing XML with Parsec"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279514,7 +279514,7 @@ self: { xml-types ]; description = "XML picklers based on xml-types, ported from hexpat-pickle"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml-pipe" = callPackage @@ -279525,8 +279525,8 @@ self: { sha256 = "0j5fjnf6r7cagcl1ni5idwj1k5q6vjp6c59ajwsx39iqx1kdmly4"; libraryHaskellDepends = [ base bytestring papillon simple-pipe ]; description = "XML parser which uses simple-pipe"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279541,8 +279541,8 @@ self: { libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base cmdargs unix ]; description = "Pretty print XML"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279563,8 +279563,8 @@ self: { x509 x509-store x509-validation xml-pipe xmpipe ]; description = "Push XML from/to client to/from server over XMPP or HTTP"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279576,8 +279576,8 @@ self: { sha256 = "16wszpvz8cp8nx18rmgyjy6mqk9awd3yf9w0is5rw77r73w88nwq"; libraryHaskellDepends = [ base-prelude free text ]; description = "A parser-agnostic declarative API for querying XML-documents"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279594,8 +279594,8 @@ self: { xml-types ]; description = "A binding for the \"xml-query\" and \"xml-conduit\" libraries"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279619,8 +279619,8 @@ self: { tasty-smallcheck text xml-conduit xml-query xml-types ]; description = "An interpreter of \"xml-query\" queries for the \"xml-types\" documents"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279642,7 +279642,7 @@ self: { ]; executableHaskellDepends = [ base ]; description = "Library and command line tool for converting XML files to json"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xml-to-json-fast" = callPackage @@ -279656,7 +279656,7 @@ self: { libraryHaskellDepends = [ base tagsoup text ]; executableHaskellDepends = [ base directory process ]; description = "Fast, light converter of xml to json capable of handling huge xml files"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xml-tydom-conduit" = callPackage @@ -279677,8 +279677,8 @@ self: { tasty-quickcheck text time xml-conduit ]; description = "Typed XML encoding for an xml-conduit backend"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279690,8 +279690,8 @@ self: { sha256 = "09svwcfcqmxrczs7qb4haf68dnb8q47cm19f504cqfnr4brs093l"; libraryHaskellDepends = [ base containers mtl QuickCheck text ]; description = "Typed XML encoding (core library)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279703,7 +279703,7 @@ self: { sha256 = "102cm0nvfmf9gn8hvn5z8qvmg931laczs33wwd5iyz9bc37f9mfs"; libraryHaskellDepends = [ base deepseq text ]; description = "Basic types for representing XML"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xml2html" = callPackage @@ -279714,7 +279714,7 @@ self: { sha256 = "1kf4vjg4cfkd4vx8jpikbb0ib4pglmyf5vqrg3j0yllmycj22ska"; libraryHaskellDepends = [ base xml-conduit ]; description = "blaze-html instances for xml-conduit types (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xml2json" = callPackage @@ -279743,8 +279743,8 @@ self: { aeson base bytestring hspec resourcet text transformers ]; description = "translate xml to json"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279764,7 +279764,7 @@ self: { ]; description = "Convert BLAST output in XML format to CSV or HTML"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279786,7 +279786,7 @@ self: { tasty-quickcheck text transformers ]; description = "XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "xmlbf-xeno" = callPackage @@ -279806,7 +279806,7 @@ self: { tasty-quickcheck text unordered-containers xmlbf ]; description = "xeno backend support for the xmlbf library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "xmlbf-xmlhtml" = callPackage @@ -279827,7 +279827,7 @@ self: { tasty-quickcheck text unordered-containers xmlbf ]; description = "xmlhtml backend support for the xmlbf library"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "xmlgen" = callPackage @@ -279850,7 +279850,7 @@ self: { ]; benchmarkHaskellDepends = [ base bytestring criterion text ]; description = "Fast XML generation library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xmlhtml" = callPackage @@ -279874,7 +279874,7 @@ self: { unordered-containers ]; description = "XML parser and renderer with HTML 5 quirks mode"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xmltv" = callPackage @@ -279896,8 +279896,8 @@ self: { wl-pprint-terminfo xdg-basedir xml ]; description = "Show tv channels in the terminal"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279914,8 +279914,8 @@ self: { ]; libraryToolDepends = [ c2hs ]; description = "An XMMS2 client library"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279928,8 +279928,8 @@ self: { libraryHaskellDepends = [ base haskell98 xmms2-client ]; libraryToolDepends = [ c2hs ]; description = "An XMMS2 client library — GLib integration"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -279974,8 +279974,8 @@ self: { ]; benchmarkHaskellDepends = [ base gauge mtl time ]; description = "A Minimalistic Text Based Status Bar"; - license = stdenv.lib.licenses.bsd3; - platforms = [ "i686-linux" "x86_64-linux" ]; + license = lib.licenses.bsd3; + platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ]; }) {inherit (pkgs.xorg) libXpm; inherit (pkgs.xorg) libXrandr; inherit (pkgs.xorg) libXrender; inherit (pkgs) wirelesstools;}; @@ -280003,8 +280003,8 @@ self: { install -D man/xmonad.hs ''${!outputDoc}/share/doc/$name/sample-xmonad.hs ''; description = "A tiling window manager"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "xmonad-bluetilebranch" = callPackage @@ -280023,8 +280023,8 @@ self: { process unix X11 ]; description = "A tiling window manager"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280044,8 +280044,8 @@ self: { X11 X11-xft xmonad ]; description = "Third party extensions for xmonad"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ peti ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ peti ]; }) {}; "xmonad-contrib-bluetilebranch" = callPackage @@ -280063,8 +280063,8 @@ self: { xmonad-bluetilebranch ]; description = "Third party extensions for xmonad"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280076,8 +280076,8 @@ self: { sha256 = "1xs9qwzq9x552jw9wxdaddk2w1m5kc060mqahhk2f2q3zs9nk2n9"; libraryHaskellDepends = [ base mtl xmonad xmonad-contrib ]; description = "Third party extensions for xmonad"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280092,8 +280092,8 @@ self: { libraryHaskellDepends = [ base dbus utf8-string ]; executableHaskellDepends = [ base dbus utf8-string ]; testHaskellDepends = [ base dbus utf8-string ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280110,7 +280110,7 @@ self: { xmonad xmonad-contrib ]; description = "XMonad config entry point wrapper"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xmonad-eval" = callPackage @@ -280126,8 +280126,8 @@ self: { random unix X11 xmonad xmonad-contrib ]; description = "Module for evaluation Haskell expressions in the running xmonad instance"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280147,7 +280147,7 @@ self: { regex-posix X11 xmonad xmonad-contrib ]; description = "Third party extensions for xmonad with wacky dependencies"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xmonad-screenshot" = callPackage @@ -280158,7 +280158,7 @@ self: { sha256 = "1m7bmdhc1nlwflli1ymnjlmysg9d54w0shpxq05xwmiycg4jbwr1"; libraryHaskellDepends = [ base gtk xmonad ]; description = "Workspaces screenshooting utility for XMonad"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xmonad-spotify" = callPackage @@ -280169,7 +280169,7 @@ self: { sha256 = "0hps37yqn3grgg65wm3j41dh40fqi64ni12mgk0lfigw2fghfnvj"; libraryHaskellDepends = [ base containers dbus X11 ]; description = "Bind media keys to work with Spotify"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xmonad-utils" = callPackage @@ -280182,7 +280182,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base ghc random unix X11 ]; description = "A small collection of X utilities"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xmonad-vanessa" = callPackage @@ -280205,8 +280205,8 @@ self: { ]; testHaskellDepends = [ base hspec xmonad ]; description = "Custom xmonad, which builds with stack or cabal"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280224,7 +280224,7 @@ self: { alsa-mixer base composition-prelude containers X11 ]; description = "XMonad volume controls"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xmonad-wallpaper" = callPackage @@ -280237,7 +280237,7 @@ self: { editedCabalFile = "1vxgv702wgr0k0kzd602v8xv11q5dap4mfhqifnr928bwf9scp28"; libraryHaskellDepends = [ base magic mtl random unix xmonad ]; description = "xmonad wallpaper extension"; - license = stdenv.lib.licenses.lgpl3; + license = lib.licenses.lgpl3; }) {}; "xmonad-windownames" = callPackage @@ -280252,8 +280252,8 @@ self: { base containers utf8-string xmonad xmonad-contrib ]; description = "A library to automatically put named windows into the DynamicLog"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280270,8 +280270,8 @@ self: { simple-pipe uuid xml-pipe ]; description = "XMPP implementation using simple-PIPE"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280292,8 +280292,8 @@ self: { base bytestring criterion ghc-byteorder ]; description = "Efficient XOR masking"; - license = stdenv.lib.licenses.gpl2Plus; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2Plus; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280323,8 +280323,8 @@ self: { base gauge random xorshift Xorshift128Plus ]; description = "Simple implementation of xorshift+ PRNG"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280337,7 +280337,7 @@ self: { libraryHaskellDepends = [ base ]; librarySystemDepends = [ xosd ]; description = "A binding to the X on-screen display"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) xosd;}; "xournal-builder" = callPackage @@ -280354,8 +280354,8 @@ self: { xournal-types ]; description = "text builder for xournal file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280377,8 +280377,8 @@ self: { ]; executableHaskellDepends = [ base cmdargs ]; description = "convert utility for xoj files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280398,8 +280398,8 @@ self: { xml-types xournal-types zlib-conduit ]; description = "Xournal file parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280417,8 +280417,8 @@ self: { TypeCompose xournal-types ]; description = "Xournal file renderer"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280436,8 +280436,8 @@ self: { base bytestring cereal containers lens strict TypeCompose ]; description = "Data types for programs for xournal file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280454,7 +280454,7 @@ self: { base hxt hxt-xpath optparse-applicative text ]; description = "Command line tool to extract DSV data from HTML and XML with XPATH expressions"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xrefcheck" = callPackage @@ -280497,8 +280497,8 @@ self: { universum with-utf8 yaml ]; testToolDepends = [ hspec-discover ]; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280517,7 +280517,7 @@ self: { ]; description = "Cluster EST sequences"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280534,8 +280534,8 @@ self: { base directory doctest filepath QuickCheck quickcheck-instances ]; description = "XML Schema data structures"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280547,7 +280547,7 @@ self: { sha256 = "0xljcmc8rsvkpchrdam3lpp4igq1gmym9v3drp15a9k8rfa8irmi"; libraryHaskellDepends = [ base HUnit QuickCheck uniplate vector ]; description = "cryptanalysis of Blizzard's broken SHA-1 implementation"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "xslt" = callPackage @@ -280559,8 +280559,8 @@ self: { libraryHaskellDepends = [ base libxml ]; librarySystemDepends = [ xslt ]; description = "Binding to libxslt"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {xslt = null;}; @@ -280581,7 +280581,7 @@ self: { text utf8-string ]; description = "sanitize untrusted HTML to prevent XSS attacks"; - license = stdenv.lib.licenses.bsd2; + license = lib.licenses.bsd2; }) {}; "xtc" = callPackage @@ -280593,8 +280593,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base wx wxcore ]; description = "eXtended & Typed Controls for wxHaskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280607,7 +280607,7 @@ self: { libraryHaskellDepends = [ base X11 ]; librarySystemDepends = [ libXtst ]; description = "Thin FFI bindings to X11 XTest library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs.xorg) libXtst;}; "xturtle" = callPackage @@ -280622,7 +280622,7 @@ self: { base convertible Imlib setlocale X11 X11-xft x11-xim yjsvg yjtools ]; description = "turtle like LOGO"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "xxhash" = callPackage @@ -280639,8 +280639,8 @@ self: { base bytestring criterion deepseq digest hashable murmur-hash ]; description = "A Haskell implementation of the xxHash algorithm"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280659,7 +280659,7 @@ self: { xxhash ]; description = "Bindings to the C implementation the xxHash algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "y0l0bot" = callPackage @@ -280677,8 +280677,8 @@ self: { split text time ]; description = "#plaimi's all-encompassing bot"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280694,7 +280694,7 @@ self: { isExecutable = true; executableHaskellDepends = [ base word8 ]; description = "Yet Another Brainfuck Interpreter"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yabi-muno" = callPackage @@ -280712,8 +280712,8 @@ self: { ]; executableHaskellDepends = [ base containers mtl parsec ]; description = "Yet Another Brainfuck Interpreter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280737,8 +280737,8 @@ self: { yesod-core yesod-form zlib ]; description = "Personal Hackage replacement for testing new packages"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280760,8 +280760,8 @@ self: { servant servant-client ]; description = "Read quotes from Yahoo Finance API"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280777,8 +280777,8 @@ self: { attoparsec base cassava conduit lens mtl text vector wreq ]; description = "Streaming aproach to the yahoo finance api"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280790,8 +280790,8 @@ self: { sha256 = "064qakx4khzz9ih9isw46c8pm8wpg662fwnis4d64nszy6y9yfck"; libraryHaskellDepends = [ base HTTP network xml ]; description = "Yahoo Web Search Services"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280805,8 +280805,8 @@ self: { librarySystemDepends = [ yajl ]; libraryToolDepends = [ c2hs ]; description = "Bindings for YAJL, an event-based JSON implementation"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) yajl;}; @@ -280822,8 +280822,8 @@ self: { base bytestring enumerator json-types text transformers yajl ]; description = "Enumerator-based interface to YAJL, an event-based JSON implementation"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280840,7 +280840,7 @@ self: { ]; testHaskellDepends = [ base bytestring hspec ]; description = "A strongly typed IRC library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yall" = callPackage @@ -280851,8 +280851,8 @@ self: { sha256 = "131x7hl309zpwl31k6mwqd4fdrhkcwxvn4dvlky9bh3prc8kdm2s"; libraryHaskellDepends = [ base categories transformers ]; description = "Lenses with a southern twang"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280886,8 +280886,8 @@ self: { vector wai warp ]; description = "A wrapper of servant"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280911,7 +280911,7 @@ self: { wai-logger yaml ]; description = "Yam App"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yam-config" = callPackage @@ -280927,8 +280927,8 @@ self: { unordered-containers vault yaml ]; description = "Yam Configuation"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280946,8 +280946,8 @@ self: { resourcet salak servant-server text unliftio-core yam ]; description = "Yam DataSource Middleware"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280958,7 +280958,7 @@ self: { version = "0.2.0"; sha256 = "0c6frqjf3xhd5bksaz6rvd6qbqbj15y441476dgj2asm2yd64895"; libraryHaskellDepends = [ base cron yam-app ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yam-logger" = callPackage @@ -280973,8 +280973,8 @@ self: { aeson base fast-logger monad-logger text vault yam-config ]; description = "Yam Logger"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -280991,8 +280991,8 @@ self: { servant-server text yam ]; description = "Yam Redis Middleware"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281009,8 +281009,8 @@ self: { aeson base http-types lens servant servant-server servant-swagger servant-swagger-ui swagger2 text wai wai-extra warp yam-app yam-job ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281031,8 +281031,8 @@ self: { yam-logger ]; description = "Yam transaction"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281045,8 +281045,8 @@ self: { libraryHaskellDepends = [ base containers persistent-odbc yam-app ]; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281061,7 +281061,7 @@ self: { libraryHaskellDepends = [ base containers persistent-postgresql unliftio-core yam-app ]; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yam-web" = callPackage @@ -281090,8 +281090,8 @@ self: { vault wai wai-extra warp yam-config yam-logger yam-transaction ]; description = "Yam Web"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281104,7 +281104,7 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base containers mtl ]; description = "Simple memoisation function"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yaml" = callPackage @@ -281133,7 +281133,7 @@ self: { unordered-containers vector ]; description = "Support for parsing and rendering YAML documents"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yaml-combinators" = callPackage @@ -281153,7 +281153,7 @@ self: { aeson base doctest tasty tasty-hunit text unordered-containers ]; description = "YAML parsing combinators for improved validation and error reporting"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yaml-config" = callPackage @@ -281172,7 +281172,7 @@ self: { unordered-containers yaml ]; description = "Configuration management"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yaml-light" = callPackage @@ -281183,7 +281183,7 @@ self: { sha256 = "05pxkqp91l275n48p1aqijzh34vvzi7cx2nls879b95fz2dr8lhk"; libraryHaskellDepends = [ base bytestring containers HsSyck ]; description = "A light-weight wrapper with utility functions around HsSyck"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yaml-light-lens" = callPackage @@ -281199,7 +281199,7 @@ self: { ]; testHaskellDepends = [ base doctest ]; description = "Lens interface to yaml-light"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yaml-pretty-extras" = callPackage @@ -281211,8 +281211,8 @@ self: { libraryHaskellDepends = [ base microlens-platform rio yaml ]; testHaskellDepends = [ base hspec microlens-platform rio ]; description = "Extra functionality for pretty printing Yaml documents"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281231,8 +281231,8 @@ self: { vector wreq yaml ]; description = "Simple library for network (HTTP REST-like) YAML RPC"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281249,8 +281249,8 @@ self: { yaml yaml-rpc ]; description = "Scotty server backend for yaml-rpc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281267,8 +281267,8 @@ self: { yaml yaml-rpc ]; description = "Snap server backend for yaml-rpc"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281296,7 +281296,7 @@ self: { unordered-containers vector yaml ]; description = "Read multiple yaml-files and override fields recursively"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yaml-unscrambler" = callPackage @@ -281322,8 +281322,8 @@ self: { tasty tasty-hunit tasty-quickcheck ]; description = "Flexible declarative YAML parsing toolkit"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281360,7 +281360,7 @@ self: { ]; description = "Compares the keys from two yaml files"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "yamlparse-applicative" = callPackage @@ -281387,7 +281387,7 @@ self: { unordered-containers ]; description = "Declaritive configuration parsing with free docs"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yampa-canvas" = callPackage @@ -281402,7 +281402,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base blank-canvas stm time Yampa ]; description = "blank-canvas frontend for Yampa"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yampa-glfw" = callPackage @@ -281419,8 +281419,8 @@ self: { base GLFW-b newtype OpenGL vector-space Yampa ]; description = "Connects GLFW-b (GLFW 3+) with the Yampa FRP library"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281434,8 +281434,8 @@ self: { isExecutable = true; libraryHaskellDepends = [ base gloss Yampa ]; description = "A GLOSS backend for Yampa"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281453,8 +281453,8 @@ self: { base GLUT newtype OpenGL vector-space Yampa-core ]; description = "Connects Yampa and GLUT"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281473,8 +281473,8 @@ self: { base data-memocombinators linear sdl2 StateVar text vector Yampa ]; description = "Yampa and SDL2 made easy"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281493,8 +281493,8 @@ self: { base Cabal QuickCheck random tasty tasty-quickcheck Yampa ]; description = "Testing library for Yampa"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281508,8 +281508,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base gloss random Yampa ]; description = "2048 game clone using Yampa/Gloss"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281527,8 +281527,8 @@ self: { text transformers unordered-containers wreq ]; description = "Bindings to Yandex translate API"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281542,8 +281542,8 @@ self: { editedCabalFile = "0p55j9q5idzw5bmpg0i4vkifaadzvf3fdhjd02bh2ym2y15g0csk"; libraryHaskellDepends = [ base mtl template-haskell ]; description = "Yet another option parser"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281555,8 +281555,8 @@ self: { sha256 = "14lq549jhgnf51pgy1jv31ik8qx71yl7d53w8dpq1f9mlsn1g16i"; libraryHaskellDepends = [ base ]; description = "yet another prelude - a simplistic refactoring with algebraic classes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281576,7 +281576,7 @@ self: { executableHaskellDepends = [ base regex-tdfa ]; testHaskellDepends = [ base ]; description = "Yet Another Parser Builder (YAPB)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yarn-lock" = callPackage @@ -281597,8 +281597,8 @@ self: { tasty-th text ]; description = "Represent and parse yarn.lock files"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281636,8 +281636,8 @@ self: { yarn-lock ]; description = "Convert yarn.lock files to nix expressions"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281654,8 +281654,8 @@ self: { template-haskell ]; description = "Yet another array library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281668,8 +281668,8 @@ self: { libraryHaskellDepends = [ base yarr ]; librarySystemDepends = [ libdevil ]; description = "Image IO for Yarr library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) libdevil;}; @@ -281689,7 +281689,7 @@ self: { attoparsec base hspec mtl unordered-containers vector ]; description = "Yet Another Template Engine"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yavie" = callPackage @@ -281708,8 +281708,8 @@ self: { ]; executableHaskellDepends = [ base Cabal directory process ]; description = "yet another visual editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281728,7 +281728,7 @@ self: { th-abstraction transformers ]; description = "Total recursion schemes"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "yaya-hedgehog" = callPackage @@ -281739,7 +281739,7 @@ self: { sha256 = "0aw932d2yr3w84ia44y46w4w96bc8gdag63h66rhx3v7gwmkwdwg"; libraryHaskellDepends = [ base deriving-compat hedgehog yaya ]; description = "Hedgehog testing support for the Yaya recursion scheme library"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "yaya-test" = callPackage @@ -281756,8 +281756,8 @@ self: { base deriving-compat hedgehog yaya yaya-hedgehog ]; description = "Test suites for `yaya`"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281773,7 +281773,7 @@ self: { base bifunctors comonad either free lens yaya ]; description = "Non-total extensions to the Yaya recursion scheme library"; - license = stdenv.lib.licenses.agpl3; + license = lib.licenses.agpl3; }) {}; "yaya-unsafe-test" = callPackage @@ -281789,8 +281789,8 @@ self: { base hedgehog yaya yaya-hedgehog yaya-unsafe ]; description = "Test suites for `yaya-unsafe`"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281805,8 +281805,8 @@ self: { base containers csv mtl uniplate yhccore ]; description = "Additional utilities to work with Yhc Core"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281842,8 +281842,8 @@ self: { aeson base numbered-semigroups tasty tasty-hunit tasty-quickcheck ]; description = "Yesod-based server for interactive presentation slides"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281862,7 +281862,7 @@ self: { xdg-basedir ]; description = "small dmenu wrapper"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yeller" = callPackage @@ -281887,8 +281887,8 @@ self: { http-client-tls http-types network stm text unordered-containers ]; description = "A Yeller Client For Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281910,7 +281910,7 @@ self: { ]; testHaskellDepends = [ base containers hspec QuickCheck ]; description = "Extended yes command to reproduce phrases in Yes! Precure 5"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yeshql" = callPackage @@ -281921,8 +281921,8 @@ self: { sha256 = "07wbblsyc1f2kc47s2z4sg4s7qmgn44kvpvdvq9cf59g5nvm4wkd"; libraryHaskellDepends = [ base yeshql-core yeshql-hdbc ]; description = "YesQL-style SQL database abstraction (legacy compatibility wrapper)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281942,7 +281942,7 @@ self: { base containers stm tasty tasty-hunit tasty-quickcheck ]; description = "YesQL-style SQL database abstraction (core)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yeshql-hdbc" = callPackage @@ -281962,8 +281962,8 @@ self: { base containers HDBC stm tasty tasty-hunit tasty-quickcheck ]; description = "YesQL-style SQL database abstraction (HDBC backend)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -281985,8 +281985,8 @@ self: { tasty-quickcheck ]; description = "YesQL-style SQL database abstraction (postgresql-simple backend)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282008,7 +282008,7 @@ self: { wai-logger warp yaml yesod-core yesod-form yesod-persistent ]; description = "Creation of type-safe, RESTful web applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-alerts" = callPackage @@ -282023,7 +282023,7 @@ self: { alerts base blaze-html blaze-markup safe text yesod-core ]; description = "Alert messages for the Yesod framework"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-angular" = callPackage @@ -282039,8 +282039,8 @@ self: { transformers yesod ]; description = "Angular JS integratoin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282060,8 +282060,8 @@ self: { shakespeare template-haskell text transformers yesod yesod-core ]; description = "Angular Helpers"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282084,8 +282084,8 @@ self: { yesod-core yesod-test ]; description = "Automatically generate article previews for a yesod site"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282114,7 +282114,7 @@ self: { unordered-containers wai yesod-core yesod-form yesod-persistent ]; description = "Authentication for Yesod"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-auth-account" = callPackage @@ -282136,8 +282136,8 @@ self: { text xml-conduit yesod yesod-auth yesod-test ]; description = "An account authentication plugin for Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282162,8 +282162,8 @@ self: { text xml-conduit yesod yesod-auth yesod-test ]; description = "An account authentication plugin for Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282181,7 +282181,7 @@ self: { ]; testHaskellDepends = [ base hspec text yesod yesod-test ]; description = "Yesod Middleware for HTTP Basic Authentication"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-auth-bcrypt" = callPackage @@ -282197,8 +282197,8 @@ self: { yesod-persistent ]; description = "BCrypt salted and hashed passwords in a database as auth for yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282215,8 +282215,8 @@ self: { yesod-form yesod-persistent ]; description = "Authentication plugin for Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282238,8 +282238,8 @@ self: { yesod-auth yesod-core ]; description = "Desk.com remote authentication support for Yesod apps."; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282257,7 +282257,7 @@ self: { text time transformers unliftio wai yesod-auth yesod-core yesod-fb ]; description = "Authentication backend for Yesod using Facebook"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-auth-hashdb" = callPackage @@ -282282,7 +282282,7 @@ self: { yesod-test ]; description = "Authentication plugin for Yesod"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-auth-hmac-keccak" = callPackage @@ -282300,8 +282300,8 @@ self: { text yesod-auth yesod-core yesod-form yesod-persistent yesod-static ]; description = "An account authentication plugin for yesod with encrypted token transfer"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282319,8 +282319,8 @@ self: { yesod-auth yesod-core yesod-form ]; description = "Kerberos Authentication for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282337,8 +282337,8 @@ self: { yesod-auth yesod-core yesod-form ]; description = "LDAP Authentication for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282354,8 +282354,8 @@ self: { aeson base LDAP text yesod-auth yesod-core yesod-form ]; description = "Very simlple LDAP auth for yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282373,8 +282373,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Yesod LDAP authentication plugin"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282397,8 +282397,8 @@ self: { yesod-auth yesod-core ]; description = "A yesod-auth plugin for LTI 1.3"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282415,8 +282415,8 @@ self: { yesod-core yesod-form ]; description = "A plugin for Yesod to provide email-only authentication"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282433,7 +282433,7 @@ self: { yesod-core yesod-form ]; description = "OAuth Authentication for Yesod"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-auth-oauth2" = callPackage @@ -282455,8 +282455,8 @@ self: { ]; testHaskellDepends = [ base hspec uri-bytestring ]; description = "OAuth 2.0 authentication plugins"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282479,8 +282479,8 @@ self: { ]; testHaskellDepends = [ base hspec uri-bytestring ]; description = "OAuth 2.0 authentication plugins"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282496,8 +282496,8 @@ self: { base hamlet pam text yesod-auth yesod-core yesod-form ]; description = "Provides PAM authentication module"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282514,8 +282514,8 @@ self: { yesod-form ]; description = "Authentication plugin for Yesod using smbclient"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282534,8 +282534,8 @@ self: { yesod-auth yesod-core ]; description = "Zendesk remote authentication support for Yesod apps"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282563,7 +282563,7 @@ self: { unliftio unordered-containers wai wai-extra warp warp-tls yaml zlib ]; description = "The yesod helper executable"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-bootstrap" = callPackage @@ -282579,8 +282579,8 @@ self: { transformers yesod-core yesod-elements ]; description = "Bootstrap widgets for yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282599,8 +282599,8 @@ self: { yesod-core yesod-elements ]; description = "Helper functions for using yesod with colonnade"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282619,8 +282619,8 @@ self: { yesod-form yesod-markdown ]; description = "A generic comments interface for a Yesod application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282642,8 +282642,8 @@ self: { base blaze-html hspec hspec-expectations utf8-string ]; description = "PDF Content Type for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282662,8 +282662,8 @@ self: { yesod ]; description = "Continuations for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282701,7 +282701,7 @@ self: { base blaze-html bytestring gauge shakespeare text ]; description = "Creation of type-safe, RESTful web applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-crud" = callPackage @@ -282718,8 +282718,8 @@ self: { random safe stm uuid yesod-core yesod-form yesod-persistent ]; description = "Generic administrative CRUD operations as a Yesod subsite"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282738,8 +282738,8 @@ self: { yesod-persistent ]; description = "Flexible CRUD subsite usable with Yesod and Persistent"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282761,7 +282761,7 @@ self: { yesod-test ]; description = "Add CSP headers to Yesod apps"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-datatables" = callPackage @@ -282787,8 +282787,8 @@ self: { test-framework-quickcheck2 text transformers ]; description = "Yesod plugin for DataTables (jQuery grid plugin)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282800,7 +282800,7 @@ self: { sha256 = "15nsknnxnfbkpg4pswxcpgfb2y0hz0xxj56jknd93hcm7aay36pk"; libraryHaskellDepends = [ base yesod-core ]; description = "Default config and main functions for your yesod application (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-dsl" = callPackage @@ -282826,8 +282826,8 @@ self: { shakespeare strict text ]; description = "DSL for generating Yesod subsite to manage an RDBMS;"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282843,7 +282843,7 @@ self: { base blaze-html blaze-markup bytestring text yesod-core ]; description = "Non template haskell markup building function in the spirit of lucid"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-eventsource" = callPackage @@ -282858,7 +282858,7 @@ self: { base blaze-builder conduit transformers wai wai-extra yesod-core ]; description = "Server-sent events support for Yesod apps"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-examples" = callPackage @@ -282879,8 +282879,8 @@ self: { ]; executableSystemDepends = [ sqlite ]; description = "Example programs using the Yesod Web Framework. (deprecated)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) sqlite;}; @@ -282902,8 +282902,8 @@ self: { text ]; description = "Fast live-reloading for yesod applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282923,8 +282923,8 @@ self: { transformers utf8-string yesod-core yesod-form yesod-static ]; description = "Utilities for using the Fay Haskell-to-JS compiler with Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282941,7 +282941,7 @@ self: { memory text wai yesod-core ]; description = "Useful glue functions between the fb library and Yesod"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-filter" = callPackage @@ -282962,8 +282962,8 @@ self: { template-haskell text time yesod-persistent ]; description = "Automatic filter generator for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -282986,7 +282986,7 @@ self: { ]; testHaskellDepends = [ base hspec text time ]; description = "Form handling support for Yesod Web Framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-form-bootstrap4" = callPackage @@ -283001,7 +283001,7 @@ self: { base blaze-html blaze-markup shakespeare text yesod-core yesod-form ]; description = "renderBootstrap4"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-form-bulma" = callPackage @@ -283024,7 +283024,7 @@ self: { base email-validate shakespeare text yesod-core yesod-form ]; description = "support Bulma form for Yesod"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-form-json" = callPackage @@ -283040,7 +283040,7 @@ self: { yesod-core yesod-form ]; description = "Extension for Yesod web framework to handle JSON requests as applicative forms"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-form-multi" = callPackage @@ -283056,7 +283056,7 @@ self: { yesod-core yesod-form ]; description = "Multi-input form handling for Yesod Web Framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-form-richtext" = callPackage @@ -283072,8 +283072,8 @@ self: { yesod-core yesod-form ]; description = "Various rich-text WYSIWYG editors for Yesod forms"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283090,7 +283090,7 @@ self: { yesod-core ]; description = "Host content provided by a Git repo"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-gitrev" = callPackage @@ -283105,8 +283105,8 @@ self: { ]; testHaskellDepends = [ base yesod-core ]; description = "A subsite for displaying git information"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283123,8 +283123,8 @@ self: { text time yesod yesod-form ]; description = "A collection of various small helpers useful in any yesod application"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283143,8 +283143,8 @@ self: { yesod-form ]; description = "Code for using the ip package with yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283166,8 +283166,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Background jobs library for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283179,7 +283179,7 @@ self: { sha256 = "0d035k1ls5iq1c12yxknyc33qd22ayyhl69y62zmcw7arwx35sgw"; libraryHaskellDepends = [ base yesod-core ]; description = "Generate content for Yesod using the aeson package. (deprecated)"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-katip" = callPackage @@ -283196,7 +283196,7 @@ self: { monad-logger network text wai wai-extra yesod-core ytl ]; description = "Logging bridge between Yesod and Katip"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-links" = callPackage @@ -283207,8 +283207,8 @@ self: { sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; libraryHaskellDepends = [ base text yesod-core ]; description = "A typeclass which simplifies creating link widgets throughout your site"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283220,8 +283220,8 @@ self: { sha256 = "1ymmpi9g3pjl23ymdjwiv748lnq1hyjq24la2ffgwrm4b6f41xip"; libraryHaskellDepends = [ base lucid monads-tf text yesod-core ]; description = "Lucid support for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283241,8 +283241,8 @@ self: { persistent-template text time yesod yesod-core ]; description = "Yesod library for MangoPay API access"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283261,8 +283261,8 @@ self: { ]; testHaskellDepends = [ base blaze-html hspec text ]; description = "Tools for using markdown in a yesod application"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283279,8 +283279,8 @@ self: { JuicyPixels vector yesod ]; description = "Simple display of media types, served by yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283297,7 +283297,7 @@ self: { time xml-conduit yesod-core ]; description = "Helper functions and data types for producing News feeds"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-page-cursor" = callPackage @@ -283321,8 +283321,8 @@ self: { persistent persistent-sqlite persistent-template scientific text time unliftio unliftio-core wai-extra yesod yesod-core yesod-test ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283334,8 +283334,8 @@ self: { sha256 = "088m7prg774wdh8fp7zljxj65zj5krl4pggl63anv2wk7nlw27py"; libraryHaskellDepends = [ base template-haskell yesod ]; description = "Pagination for Yesod sites"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283354,8 +283354,8 @@ self: { resourcet shakespeare utf8-string wai-test yesod yesod-test ]; description = "Pagination in Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283379,7 +283379,7 @@ self: { yesod-test ]; description = "A pagination approach for yesod"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-paypal-rest" = callPackage @@ -283392,8 +283392,8 @@ self: { base paypal-rest-client time yesod-core ]; description = "Yesod plugin to use PayPal with the paypal-rest-client library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283415,7 +283415,7 @@ self: { wai-extra yesod-core ]; description = "Some helpers for using Persistent from Yesod"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-platform" = callPackage @@ -283484,8 +283484,8 @@ self: { yesod-routes yesod-static yesod-test ]; description = "Meta package for Yesod (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283506,8 +283506,8 @@ self: { aeson base shakespeare text transformers yesod yesod-form ]; description = "Yet another getMessage/setMessage using pnotify jquery plugins"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283519,8 +283519,8 @@ self: { sha256 = "0v3xvhk5nxc2y3c21y6h7w6lg5vm1s2vzf9f02qw8gj928vsidzg"; libraryHaskellDepends = [ base fast-logger text yesod yesod-core ]; description = "Yesod in pure Haskell: no Template Haskell or QuasiQuotes (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283540,8 +283540,8 @@ self: { system-filepath template-haskell text time transformers yesod-core ]; description = "PureScript integration for Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283565,8 +283565,8 @@ self: { vector yaml yesod-core ]; description = "RAML style route definitions for Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283589,8 +283589,8 @@ self: { yesod-raml-mock ]; description = "The raml helper executable"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283607,8 +283607,8 @@ self: { yesod-markdown yesod-raml ]; description = "A html documentation generator library for RAML"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283632,8 +283632,8 @@ self: { yesod-raml yesod-test ]; description = "A mock-handler generator library from RAML"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283652,8 +283652,8 @@ self: { yesod-form ]; description = "Dead simple support for reCAPTCHA on Yesod applications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283669,7 +283669,7 @@ self: { aeson base classy-prelude http-conduit yesod-core yesod-form ]; description = "yesod recaptcha2"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-routes" = callPackage @@ -283690,8 +283690,8 @@ self: { text ]; description = "Efficient routing for Yesod. (deprecated)"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283708,8 +283708,8 @@ self: { system-filepath text yesod-core ]; description = "Generate Flow routes for Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283726,8 +283726,8 @@ self: { yesod-routes ]; description = "generate TypeScript routes for Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283745,7 +283745,7 @@ self: { ]; description = "Tools for using reStructuredText (RST) in a yesod application"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283762,8 +283762,8 @@ self: { text yesod-core ]; description = "Simple Helper Library for using Amazon's Simple Storage Service (S3) with Yesod"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283780,8 +283780,8 @@ self: { yesod-core ]; description = "A simple quasiquoter to include sass code in yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283799,8 +283799,8 @@ self: { pool-conduit random text time wai yesod-core ]; description = "Redis-Powered Sessions for Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283817,7 +283817,7 @@ self: { xml-types yesod-core ]; description = "Generate XML sitemaps"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-static" = callPackage @@ -283850,7 +283850,7 @@ self: { yesod-test ]; description = "Static file serving subsite for Yesod Web Framework"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-static-angular" = callPackage @@ -283875,8 +283875,8 @@ self: { text yesod-core yesod-static yesod-test ]; description = "Yesod generators for embedding AngularJs code into yesod-static at compile time"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283893,8 +283893,8 @@ self: { template-haskell yesod-static ]; testHaskellDepends = [ base yesod-static ]; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283910,7 +283910,7 @@ self: { base bytestring containers contravariant semigroups text yesod-core ]; description = "HTML tables for Yesod"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-tableview" = callPackage @@ -283921,7 +283921,7 @@ self: { sha256 = "1qf7439c31a8xi0qs8fn2xdlrldi42n1k25lj6vn061lm8wg35yy"; libraryHaskellDepends = [ base hamlet persistent yesod ]; description = "Table view for Yesod applications"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-test" = callPackage @@ -283947,7 +283947,7 @@ self: { yesod-core yesod-form ]; description = "integration testing for WAI/Yesod Applications"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-test-json" = callPackage @@ -283964,8 +283964,8 @@ self: { transformers wai wai-test yesod-default ]; description = "Utility functions for testing JSON web services written in Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -283982,7 +283982,7 @@ self: { yesod-form yesod-persistent ]; description = "Yesod support for Text.Markdown."; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-tls" = callPackage @@ -283998,8 +283998,8 @@ self: { warp warp-tls yesod ]; description = "Provides main functions using warp-tls for yesod projects"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284023,7 +284023,7 @@ self: { yesod-form yesod-test ]; description = "Transloadit support for Yesod"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-vend" = callPackage @@ -284044,8 +284044,8 @@ self: { resourcet text yesod yesod-form ]; description = "Simple CRUD classes for easy view creation for Yesod"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284062,7 +284062,7 @@ self: { yesod-core ]; description = "WebSockets support for Yesod"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yesod-websockets-extra" = callPackage @@ -284077,7 +284077,7 @@ self: { base enclosed-exceptions transformers websockets yesod-websockets ]; description = "Extension to yesod-websockets"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yesod-worker" = callPackage @@ -284093,8 +284093,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Initial project template from stack"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284125,7 +284125,7 @@ self: { text transformers transformers-base void ]; description = "Yet Another Logger"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "yggdrasil" = callPackage @@ -284141,8 +284141,8 @@ self: { ]; testHaskellDepends = [ base cryptonite hspec QuickCheck ]; description = "Executable specifications of composable cryptographic protocols"; - license = stdenv.lib.licenses.agpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.agpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284154,8 +284154,8 @@ self: { sha256 = "18gjzlpxn0hp723ybjgq1zdbpl35iqphs7b8r5x9ddbkm435sw93"; libraryHaskellDepends = [ base containers mtl pretty uniplate ]; description = "Yhc's Internal Core language"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284174,8 +284174,8 @@ self: { ]; testToolDepends = [ hspec-discover ]; description = "Calculation of YH sequence system"; - license = stdenv.lib.licenses.asl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.asl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284198,8 +284198,8 @@ self: { yi-mode-haskell yi-mode-javascript yi-rope ]; description = "Yi editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284218,8 +284218,8 @@ self: { yi-rope ]; description = "Add-ons to Yi, the Haskell-Scriptable Editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284250,8 +284250,8 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq yi-rope ]; description = "Yi editor core library"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284268,8 +284268,8 @@ self: { transformers-base yi-core yi-rope ]; description = "Dynamic configuration support for Yi"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284281,8 +284281,8 @@ self: { sha256 = "1kbds9s0r67bdvigjk0c58slbifnddp6ppv4jrgv6493pylp78qv"; libraryHaskellDepends = [ base containers split yi-language ]; description = "Simple mapping from colour names used in emacs to Color"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284302,8 +284302,8 @@ self: { yi-language yi-rope ]; description = "Pango frontend for Yi editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284321,8 +284321,8 @@ self: { stm text vty yi-core yi-language yi-rope ]; description = "Vty frontend for Yi editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284341,8 +284341,8 @@ self: { yi-rope ]; description = "Fuzzy open plugin for yi"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284370,8 +284370,8 @@ self: { text yi-core yi-language yi-rope ]; description = "Yi editor incremental reader"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284387,8 +284387,8 @@ self: { base microlens-platform text yi-core yi-keymap-emacs yi-rope ]; description = "Cua keymap for Yi editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284406,8 +284406,8 @@ self: { text transformers-base yi-core yi-language yi-misc-modes yi-rope ]; description = "Emacs keymap for Yi editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284434,8 +284434,8 @@ self: { unordered-containers yi-core yi-language yi-rope ]; description = "Vim keymap for Yi editor"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284463,8 +284463,8 @@ self: { unordered-containers ]; description = "Collection of language-related Yi libraries"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284482,8 +284482,8 @@ self: { ]; libraryToolDepends = [ alex ]; description = "Yi editor miscellaneous modes"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284501,8 +284501,8 @@ self: { ]; libraryToolDepends = [ alex ]; description = "Yi editor haskell mode"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284521,8 +284521,8 @@ self: { ]; libraryToolDepends = [ alex ]; description = "Yi editor javascript mode"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284534,8 +284534,8 @@ self: { sha256 = "1nghfyiy8jdz144nbw0c2cdy8n6xyjmk31g6z24jk8dij7iwb60l"; libraryHaskellDepends = [ base yi ]; description = "Monokai colour theme for the Yi text editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284555,7 +284555,7 @@ self: { ]; benchmarkHaskellDepends = [ base criterion deepseq text ]; description = "A rope data structure used by Yi"; - license = stdenv.lib.licenses.gpl2; + license = lib.licenses.gpl2; }) {}; "yi-snippet" = callPackage @@ -284575,8 +284575,8 @@ self: { base containers tasty-hunit tasty-th yi-rope ]; description = "Snippet support for yi"; - license = stdenv.lib.licenses.gpl2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284588,8 +284588,8 @@ self: { sha256 = "17ifjm9vgrhv00bll5zj9siz08fng1626bff9q5sfbvzd7y6i9nc"; libraryHaskellDepends = [ base yi ]; description = "Solarized colour theme for the Yi text editor"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284601,8 +284601,8 @@ self: { sha256 = "152ys2x416322c13nxmi25wpilq0ddd6hj36mr25jaacf1qszv6q"; libraryHaskellDepends = [ base yi ]; description = "Spolsky colour theme for the Yi text editor"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284626,8 +284626,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base parsec process ]; description = "Haskell programming interface to Yices SMT solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284641,8 +284641,8 @@ self: { base bindings-yices containers transformers ]; description = "Simple interface to the Yices SMT (SAT modulo theories) solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {}; "yices-painless" = callPackage @@ -284658,8 +284658,8 @@ self: { ]; librarySystemDepends = [ gmp yices ]; description = "An embedded language for programming the Yices SMT solver"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; }) {inherit (pkgs) gmp; inherit (pkgs) yices;}; "yiyd" = callPackage @@ -284681,7 +284681,7 @@ self: { yaml ]; testToolDepends = [ hspec-discover ]; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "yjftp" = callPackage @@ -284701,7 +284701,7 @@ self: { executableHaskellDepends = [ hsConfigure ]; description = "CUI FTP client like 'ftp', 'ncftp'"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284716,7 +284716,7 @@ self: { libraryHaskellDepends = [ base directory ftphs mtl process unix ]; description = "CUI FTP client like 'ftp', 'ncftp'"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284728,7 +284728,7 @@ self: { sha256 = "0zif4sqrd7kv1546vcp1q78bb8k94mkiqxh7glix6gvv7gabfdzp"; libraryHaskellDepends = [ base HaXml ]; description = "make SVG string from Haskell data"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yjtools" = callPackage @@ -284755,7 +284755,7 @@ self: { base containers parsec QuickCheck quickcheck-instances ]; description = "A Minimal JSON Parser & Printer for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "yoctoparsec" = callPackage @@ -284768,8 +284768,8 @@ self: { editedCabalFile = "00icvzsb8l70w5dcy0kkxrg0hpq273r8zyy6cx6hscpzgck090jf"; libraryHaskellDepends = [ base free mtl ]; description = "A truly tiny monadic parsing library"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284781,8 +284781,8 @@ self: { sha256 = "0qkg8aykr8whjrkwfnsds3bjbrb51r83rd60mpdwcs12zyqlpi0d"; libraryHaskellDepends = [ base ]; description = "Parser combinators for young padawans"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284796,7 +284796,7 @@ self: { isExecutable = true; libraryHaskellDepends = [ base bindings-DSL ieee754 ]; description = "Bindings to Facebook's Yoga layout library"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yoko" = callPackage @@ -284815,8 +284815,8 @@ self: { type-functions type-ord type-ord-spine-cereal type-spine ]; description = "Generic Programming with Disbanded Data Types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284828,8 +284828,8 @@ self: { sha256 = "1rpkxlfvk84zl965ik5bpplzcskd96wsnicp66ixnfs9bkqfj7qb"; libraryHaskellDepends = [ base containers haskell98 ]; description = "A library for digital circuit description"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284844,7 +284844,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base bytestring process utility-ht ]; description = "Upload video to YouTube via YouTube API"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yql" = callPackage @@ -284870,8 +284870,8 @@ self: { base containers ecma262 exceptions hxt opendatatable ]; description = "A YQL engine to execute Open Data Tables"; - license = stdenv.lib.licenses.bsd2; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd2; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284895,7 +284895,7 @@ self: { ]; description = "Builds a static website from templates and data in YAML or CSV files"; license = "GPL"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284910,7 +284910,7 @@ self: { base mtl pointed template-haskell yesod-core ]; description = "mtl-style transformations for Yesod sites"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "yu-auth" = callPackage @@ -284924,8 +284924,8 @@ self: { libraryHaskellDepends = [ base cryptonite memory yu-utils ]; testHaskellDepends = [ base MonadRandom random yu-utils ]; description = "Auth module for Yu"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284938,8 +284938,8 @@ self: { libraryHaskellDepends = [ base yu-auth yu-utils ]; testHaskellDepends = [ base blaze-markup hspec yu-utils ]; description = "The core of Yu"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284955,8 +284955,8 @@ self: { base cmdargs yaml yu-auth yu-core yu-utils ]; description = "The launcher for Yu"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284974,8 +284974,8 @@ self: { base cmdargs directory echo filepath process yu-auth yu-utils ]; description = "Tool for Yu"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -284999,8 +284999,8 @@ self: { warp xml-hamlet yesod-core ]; description = "Utils for Yu"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285013,7 +285013,7 @@ self: { libraryHaskellDepends = [ base ]; description = "Grids defined by layout hints and implemented on top of Yahoo grids"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "yuuko" = callPackage @@ -285036,8 +285036,8 @@ self: { haskell98 mtl network parsec ]; description = "A transcendental HTML parser gently wrapping the HXT library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285050,8 +285050,8 @@ self: { libraryHaskellDepends = [ array base bytestring lattices mtl ]; testHaskellDepends = [ array base bytestring hspec mtl ]; description = "Row-major coordinates"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285090,8 +285090,8 @@ self: { time transformers vector xml-conduit ]; description = "Utilities for reading and writing Alteryx .yxdb files"; - license = stdenv.lib.licenses.gpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.gpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285109,7 +285109,7 @@ self: { librarySystemDepends = [ gomp z3 ]; testHaskellDepends = [ base hspec QuickCheck ]; description = "Bindings for the Z3 Theorem Prover"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) gomp; inherit (pkgs) z3;}; "z3-encoding" = callPackage @@ -285121,8 +285121,8 @@ self: { libraryHaskellDepends = [ base containers mtl z3 ]; testHaskellDepends = [ base containers hspec z3 ]; description = "High-level assertion encoding to Z3 solver"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285146,8 +285146,8 @@ self: { tasty-quickcheck text vector-sized ]; description = "Implementation of the z85 binary codec"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285160,8 +285160,8 @@ self: { libraryHaskellDepends = [ base containers ]; testHaskellDepends = [ base tasty tasty-hspec ]; description = "Simple-minded abstract binding trees"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285173,7 +285173,7 @@ self: { sha256 = "0nxz74svi7as52vr84jr58zmcykll8g5kcq795cxs4zf720ahqsz"; libraryHaskellDepends = [ base ]; description = "Z-algorithm implemented on haskell's built-in cons-cell-based lists"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zampolit" = callPackage @@ -285191,8 +285191,8 @@ self: { parsec time ]; description = "A tool for checking how much work is done on group projects"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285204,8 +285204,8 @@ self: { sha256 = "131lfik05gkr7mqnxf2ibbv5nxjy2x76r5mpvwgzj06nq4v9n527"; libraryHaskellDepends = [ base papillon ]; description = "lojban parser (zasni gerna)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285219,8 +285219,8 @@ self: { libraryPkgconfigDepends = [ zbar ]; libraryToolDepends = [ c2hs ]; description = "zbar bindings in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zbar;}; @@ -285234,7 +285234,7 @@ self: { array base containers mersenne-random-pure64 ]; description = "Zobrist keys for game state tracking"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zenacy-html" = callPackage @@ -285267,7 +285267,7 @@ self: { raw-strings-qq text ]; description = "A standard compliant HTML parsing library"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "zenacy-unicode" = callPackage @@ -285283,7 +285283,7 @@ self: { base bytestring HUnit test-framework test-framework-hunit text ]; description = "Unicode utilities for Haskell"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "zenc" = callPackage @@ -285294,7 +285294,7 @@ self: { sha256 = "0p0h7vz14k9v8gsnpkb9ca61i1k67vvsjg0bzy0ag4m20k94zlb2"; libraryHaskellDepends = [ base ]; description = "GHC style name Z-encoding and Z-decoding"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zendesk-api" = callPackage @@ -285315,8 +285315,8 @@ self: { transformers unordered-containers x509 x509-store x509-validation ]; description = "Zendesk API for Haskell programming language"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285330,8 +285330,8 @@ self: { editedCabalFile = "0sj45k2v33x3312yz1bdbck2bcv5q64mh7v7xy35ghp72ynw1z8z"; libraryHaskellDepends = [ base ]; description = "@zenhack's personal custom prelude"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285351,8 +285351,8 @@ self: { random text transformers ]; description = "An automated proof system for Haskell programs"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285378,7 +285378,7 @@ self: { testHaskellDepends = [ base directory filepath ]; doHaddock = false; description = "Zeolite is a statically-typed, general-purpose programming language"; - license = stdenv.lib.licenses.asl20; + license = lib.licenses.asl20; }) {}; "zephyr" = callPackage @@ -285410,8 +285410,8 @@ self: { ]; testToolDepends = [ purescript ]; description = "Zephyr, tree-shaking for the PureScript language"; - license = stdenv.lib.licenses.mpl20; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mpl20; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285423,7 +285423,7 @@ self: { sha256 = "1yb00wcgcyckzlf8kdxsdxpqra0r1sakwdph7pv9naa6q8zhhllw"; libraryHaskellDepends = [ base semigroups ]; description = "Semigroups with absorption"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zerobin" = callPackage @@ -285444,8 +285444,8 @@ self: { base bytestring docopt raw-strings-qq ]; description = "Post to 0bin services"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285464,8 +285464,8 @@ self: { test-framework-quickcheck2 ]; description = "Bindings to ZeroMQ 2.1.x"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zeromq;}; @@ -285482,8 +285482,8 @@ self: { transformers zeromq3-haskell ]; description = "Conduit bindings for zeromq3-haskell"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285506,8 +285506,8 @@ self: { MonadCatchIO-transformers QuickCheck transformers ]; description = "Bindings to ZeroMQ 3.x"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {inherit (pkgs) zeromq;}; @@ -285534,8 +285534,8 @@ self: { test-framework-quickcheck2 ]; description = "Haskell implementation of the ZeroMQ clone pattern"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285554,8 +285554,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Conduit wrapper around zeromq4-haskell"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285577,7 +285577,7 @@ self: { async base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Bindings to ZeroMQ 4.x"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {inherit (pkgs) zeromq;}; "zeromq4-patterns" = callPackage @@ -285600,8 +285600,8 @@ self: { test-framework-quickcheck2 ]; description = "Haskell implementation of several ZeroMQ patterns"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285617,7 +285617,7 @@ self: { aeson base bytestring constraints hashable uuid zeromq4-haskell ]; description = "More constrained extensions to zeromq4-haskell"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zeroth" = callPackage @@ -285640,8 +285640,8 @@ self: { monoid-record process syb template-haskell ]; description = "ZeroTH - remove unnecessary TH dependencies"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285666,8 +285666,8 @@ self: { ]; testHaskellDepends = [ base ]; description = "Command-line utility for working with zettelkast files"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285691,8 +285691,8 @@ self: { genvalidity-path hspec path path-io QuickCheck stm ]; description = "zifter"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285708,8 +285708,8 @@ self: { base directory filepath path path-io process safe zifter ]; description = "zifter-cabal"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285721,8 +285721,8 @@ self: { sha256 = "1fsrair0c0a6j2jmghcxvbs3dr6j7gzh3yfimflva64nvwfx8vb8"; libraryHaskellDepends = [ base path process zifter ]; description = "zifter-git"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285738,8 +285738,8 @@ self: { base filepath path path-io process safe zifter ]; description = "zifter-google-java-format"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285755,8 +285755,8 @@ self: { base directory filepath path path-io process safe zifter ]; description = "zifter-hindent"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285771,8 +285771,8 @@ self: { base filepath hlint path path-io safe zifter ]; description = "zifter-hlint"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285792,8 +285792,8 @@ self: { zifter ]; description = "zifter-stack"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285810,8 +285810,8 @@ self: { ]; testHaskellDepends = [ base bytestring mtl QuickCheck random ]; description = "XBee ZNet 2.5 (ZigBee) wireless modem communications"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285832,7 +285832,7 @@ self: { conduit-extra hspec lzma ]; description = "Read and parse ZIM files"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; "zinza" = callPackage @@ -285854,7 +285854,7 @@ self: { tasty-golden tasty-hunit tasty-quickcheck ]; description = "Typed templates with jinja like syntax"; - license = stdenv.lib.licenses.gpl2Plus; + license = lib.licenses.gpl2Plus; }) {}; "zio" = callPackage @@ -285872,7 +285872,7 @@ self: { base mtl transformers unexceptionalio unexceptionalio-trans ]; description = "App-centric Monad-transformer based on Scala ZIO (UIO + ReaderT + ExceptT)"; - license = stdenv.lib.licenses.mpl20; + license = lib.licenses.mpl20; }) {}; "zip" = callPackage @@ -285902,7 +285902,7 @@ self: { filepath hspec QuickCheck temporary text time transformers ]; description = "Operations on zip archives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zip-archive" = callPackage @@ -285928,7 +285928,7 @@ self: { ]; testToolDepends = [ unzip which ]; description = "Library for creating and modifying zip archives"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) unzip; inherit (pkgs) which;}; "zip-conduit" = callPackage @@ -285957,8 +285957,8 @@ self: { temporary zip-archive ]; description = "Working with zip archives via conduits"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -285983,7 +285983,7 @@ self: { text time transformers ]; description = "ZIP archive streaming using conduits"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zipedit" = callPackage @@ -285995,8 +285995,8 @@ self: { enableSeparateDataOutput = true; libraryHaskellDepends = [ base directory mtl process ]; description = "Create simple list editor interfaces"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286012,8 +286012,8 @@ self: { base bytestring mersenne-random-pure64 mtl safe ]; description = "Zipkin-style request tracing monad"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286025,8 +286025,8 @@ self: { sha256 = "1p8yn91snyv5p6bmll7d0gm0zbrhp99fl4kziq0vkbchlpcdjapf"; libraryHaskellDepends = [ base multirec ]; description = "Generic zipper for families of recursive datatypes"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286041,7 +286041,7 @@ self: { base comonad comonad-extras exceptions split ]; description = "Zipper utils that weren't in Control.Comonad.Store.Zipper"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "zippers" = callPackage @@ -286061,7 +286061,7 @@ self: { testHaskellDepends = [ base doctest ]; benchmarkHaskellDepends = [ base criterion lens ]; description = "Traversal based zippers"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zippo" = callPackage @@ -286072,8 +286072,8 @@ self: { sha256 = "1ihdird5yryfb2ki9bwwchj8bxjcmmgjkp3hl605zzhi2lz3awx2"; libraryHaskellDepends = [ base mtl yall ]; description = "A simple lens-based, generic, heterogenous, type-checked zipper library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286095,8 +286095,8 @@ self: { iso3166-country-codes servant-client ]; description = "A type-safe client for the Ziptastic API for doing forward and reverse geocoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286116,8 +286116,8 @@ self: { aeson base base-compat here hspec iso3166-country-codes text tz ]; description = "Core Servant specification for the Ziptastic API for doing forward and reverse geocoding"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286135,7 +286135,7 @@ self: { base bytestring QuickCheck tasty tasty-hunit tasty-quickcheck ]; description = "Compression and decompression in the gzip and zlib formats"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {inherit (pkgs) zlib;}; "zlib-bindings" = callPackage @@ -286149,7 +286149,7 @@ self: { libraryHaskellDepends = [ base bytestring zlib ]; testHaskellDepends = [ base bytestring hspec QuickCheck zlib ]; description = "Low-level bindings to the zlib package"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zlib-conduit" = callPackage @@ -286161,7 +286161,7 @@ self: { libraryHaskellDepends = [ base conduit ]; doHaddock = false; description = "Streaming compression/decompression via conduits. (deprecated)"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zlib-enum" = callPackage @@ -286178,8 +286178,8 @@ self: { base bytestring enumerator transformers zlib-bindings ]; description = "Enumerator interface for zlib compression"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286191,7 +286191,7 @@ self: { sha256 = "1sv6yx7p06zk653d3rmcj0lh2rzwzfi25v9sz9n8kq4r712n79g5"; libraryHaskellDepends = [ base bytestring profunctors zlib ]; description = "Lenses for zlib"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zm" = callPackage @@ -286213,8 +286213,8 @@ self: { tasty tasty-hunit tasty-quickcheck text timeit ]; description = "Language independent, reproducible, absolute types"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286229,8 +286229,8 @@ self: { libraryHaskellDepends = [ base bytestring zeromq3-haskell ]; executableHaskellDepends = [ base bytestring ]; description = "Command-line tool for ZeroMQ"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286242,7 +286242,7 @@ self: { sha256 = "127c36pdp7rq03amz6r3pji1crw0f7q5xp0baf782yq71fjgy4c5"; libraryHaskellDepends = [ base binary bytestring containers ]; description = "Read and write MIDI files"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zmidi-score" = callPackage @@ -286259,8 +286259,8 @@ self: { directory filepath mtl parallel-io text zmidi-core ]; description = "Representing MIDI a simple score"; - license = stdenv.lib.licenses.lgpl3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286279,7 +286279,7 @@ self: { ]; description = "A socat-like tool for zeromq library"; license = "unknown"; - hydraPlatforms = stdenv.lib.platforms.none; + hydraPlatforms = lib.platforms.none; }) {}; "zoneinfo" = callPackage @@ -286290,8 +286290,8 @@ self: { sha256 = "1n27j8ca79a1ijn7k7dp61kjz62i6zfzlns8n0kwgyvpx413ws8y"; libraryHaskellDepends = [ base time ]; description = "ZoneInfo library"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286310,8 +286310,8 @@ self: { base directory filepath ghc hint mtl ]; description = "A rake/thor-like task runner written in Haskell"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286343,8 +286343,8 @@ self: { test-framework-quickcheck2 transformers type-level unix ]; description = "A streamable, seekable, zoomable cache file format"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286361,8 +286361,8 @@ self: { type-level zoom-cache ]; description = "Library for zoom-cache PCM audio codecs"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286382,8 +286382,8 @@ self: { mtl ui-command vector zoom-cache zoom-cache-pcm ]; description = "Tools for generating zoom-cache-pcm files"; - license = stdenv.lib.licenses.lgpl21; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.lgpl21; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286395,8 +286395,8 @@ self: { sha256 = "0axkg2cp0gdlf82w0lfff740cd1d5zq4s9rqg0hg9v9vx7ahwg3l"; libraryHaskellDepends = [ base lens stm ]; description = "Zoom (~ Functor) and pairing (~ Applicative) for mutable references"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286413,7 +286413,7 @@ self: { enableSeparateDataOutput = true; executableHaskellDepends = [ base monads-tf ]; description = "Zot language"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zre" = callPackage @@ -286446,8 +286446,8 @@ self: { base bytestring QuickCheck quickcheck-instances uuid ]; description = "ZRE protocol implementation"; - license = stdenv.lib.licenses.bsd3; - maintainers = with stdenv.lib.maintainers; [ sorki ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sorki ]; }) {}; "zsdd" = callPackage @@ -286462,8 +286462,8 @@ self: { base containers hashable mtl unordered-containers ]; description = "Zero-Suppressed and Reduced Decision Diagrams"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286477,8 +286477,8 @@ self: { isExecutable = true; executableHaskellDepends = [ base directory filepath mtl ]; description = "Ascii bars representing battery status"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286499,7 +286499,7 @@ self: { base bytestring criterion ghc-prim zlib ]; description = "Haskell bindings to the Zstandard compression algorithm"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zsyntax" = callPackage @@ -286513,8 +286513,8 @@ self: { ]; testHaskellDepends = [ base containers mtl multiset ]; description = "Automated theorem prover for the Zsyntax biochemical calculus"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286535,7 +286535,7 @@ self: { unix unordered-containers ]; description = "Multi-file, colored, filtered log tailer"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "ztar" = callPackage @@ -286556,8 +286556,8 @@ self: { quickcheck-instances tasty tasty-quickcheck ]; description = "Creating and extracting arbitrary archives"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.bsd3; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286596,8 +286596,8 @@ self: { ]; testToolDepends = [ tasty-discover ]; description = "A lisp processor, An inline-lisp, in Haskell"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286609,7 +286609,7 @@ self: { sha256 = "1382h7fib8vicjh7axdwp2i4zjm0ysgw0b1f5nkn38dqgwbfwlik"; libraryHaskellDepends = [ base ]; description = "Password strength estimation"; - license = stdenv.lib.licenses.bsd3; + license = lib.licenses.bsd3; }) {}; "zxcvbn-dvorak" = callPackage @@ -286627,8 +286627,8 @@ self: { unordered-containers zlib zxcvbn-hs ]; description = "Password strength estimation based on zxcvbn"; - license = stdenv.lib.licenses.mit; - hydraPlatforms = stdenv.lib.platforms.none; + license = lib.licenses.mit; + hydraPlatforms = lib.platforms.none; broken = true; }) {}; @@ -286665,7 +286665,7 @@ self: { unordered-containers vector zlib ]; description = "Password strength estimation based on zxcvbn"; - license = stdenv.lib.licenses.mit; + license = lib.licenses.mit; }) {}; "zydiskell" = callPackage @@ -286683,7 +286683,7 @@ self: { base bytestring containers fixed-vector storable-record ]; description = "Haskell language binding for the Zydis library, a x86/x86-64 disassembler"; - license = stdenv.lib.licenses.gpl3; + license = lib.licenses.gpl3; }) {}; } diff --git a/pkgs/development/haskell-modules/initial-packages.nix b/pkgs/development/haskell-modules/initial-packages.nix index 6ab7da96911..3bbf9c037dd 100644 --- a/pkgs/development/haskell-modules/initial-packages.nix +++ b/pkgs/development/haskell-modules/initial-packages.nix @@ -1,2 +1,2 @@ -args@{ pkgs, stdenv, callPackage }: self: +args@{ pkgs, lib, callPackage }: self: (import ./hackage-packages.nix args self) diff --git a/pkgs/development/haskell-modules/make-package-set.nix b/pkgs/development/haskell-modules/make-package-set.nix index 4ae3f0b2427..91937b88eaf 100644 --- a/pkgs/development/haskell-modules/make-package-set.nix +++ b/pkgs/development/haskell-modules/make-package-set.nix @@ -11,9 +11,13 @@ , # package-set used for non-haskell dependencies (all of nixpkgs) pkgs -, # stdenv to use for building haskell packages +, # stdenv provides our build and host platforms stdenv +, # this module provides the list of known licenses and maintainers + lib + + # needed for overrideCabal & packageSourceOverrides , haskellLib , # hashes for downloading Hackage packages @@ -22,7 +26,7 @@ , # compiler to use ghc -, # A function that takes `{ pkgs, stdenv, callPackage }` as the first arg and +, # A function that takes `{ pkgs, lib, callPackage }` as the first arg and # `self` as second, and returns a set of haskell packages package-set @@ -169,7 +173,7 @@ let }; }); -in package-set { inherit pkgs stdenv callPackage; } self // { +in package-set { inherit pkgs lib callPackage; } self // { inherit mkDerivation callPackage haskellSrc2nix hackage2nix buildHaskellPackages;