diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 32a6f259db65..628133d9f62b 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -13,6 +13,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base GLUT OpenGL random ]; + jailbreak = true; homepage = "http://darcs.wolfgang.jeltsch.info/haskell/3d-graphics-examples"; description = "Examples of 3D graphics programming with OpenGL"; license = stdenv.lib.licenses.bsd3; @@ -25,6 +26,7 @@ self: { version = "0.3.0"; sha256 = "00pp8g1b59950i5ik9ycimxd284vsv1hnfgxgg1mjvxwaj2pbyhr"; buildDepends = [ attoparsec base bytestring linear packer ]; + jailbreak = true; homepage = "https://github.com/capsjac/3dmodels"; description = "3D model parsers"; license = stdenv.lib.licenses.gpl3; @@ -39,6 +41,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cairo containers gtk haskell98 mtl ]; + jailbreak = true; homepage = "http://lambdacolyte.wordpress.com/2009/08/06/tetris-in-haskell/"; description = "A tetris-like game (works with GHC 6.8.3 and Gtk2hs 0.9.13)"; license = stdenv.lib.licenses.bsd3; @@ -178,6 +181,7 @@ self: { version = "1.1.2"; sha256 = "044kiwc5g2irky0k3fg9l2qqnvcnh9vdx0yz8m1awnkab6mk0i3v"; buildDepends = [ base ghc-prim ]; + jailbreak = true; description = "Immutable arrays with plain integer indicies"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -251,6 +255,7 @@ self: { base containers criterion deepseq directory QuickCheck random test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://code.google.com/p/aern/"; description = "foundational type classes for approximating exact real numbers"; license = stdenv.lib.licenses.bsd3; @@ -267,6 +272,7 @@ self: { buildDepends = [ AERN-Real AERN-RnToRm base binary containers html stm time ]; + jailbreak = true; homepage = "http://www-users.aston.ac.uk/~konecnym/DISCERN"; description = "Compositional lazy dataflow networks for exact real number computation"; license = stdenv.lib.licenses.bsd3; @@ -284,6 +290,7 @@ self: { AERN-Basics base criterion QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://code.google.com/p/aern/"; description = "arbitrary precision real interval arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -304,6 +311,7 @@ self: { AERN-Basics AERN-Real AERN-Real-Interval base criterion ieee-utils QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://code.google.com/p/aern/"; description = "arbitrary precision real interval arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -321,6 +329,7 @@ self: { AERN-Basics AERN-Real base deepseq QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://code.google.com/p/aern/"; description = "arbitrary precision real interval arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -338,6 +347,7 @@ self: { AERN-Real base binary containers directory filepath html QuickCheck time ]; + jailbreak = true; homepage = "http://www-users.aston.ac.uk/~konecnym/DISCERN"; description = "polynomial function enclosures (PFEs) approximating exact real functions"; license = stdenv.lib.licenses.bsd3; @@ -356,6 +366,7 @@ self: { AERN-Real AERN-RnToRm base binary containers directory filepath glade glib gtk gtkglext mtl OpenGL stm time ]; + jailbreak = true; homepage = "http://www-users.aston.ac.uk/~konecnym/DISCERN"; description = "GL plotting of polynomial function enclosures (PFEs)"; license = stdenv.lib.licenses.bsd3; @@ -384,7 +395,6 @@ self: { version = "1.3"; sha256 = "1h0hcdvdjs635inq96fpyh2g3d482ilpqn474vk1xkycww0xgsnv"; buildDepends = [ base mtl network parsec random syb unix ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://src.seereason.com/haskell-agi"; description = "A library for writing AGI scripts for Asterisk"; license = stdenv.lib.licenses.bsd3; @@ -398,7 +408,6 @@ self: { sha256 = "02kfyb4g7sfjfzqlddxqbjffrj4a0gfrzkisdpbj2lw67j1gq5dp"; buildDepends = [ base OpenAL OpenGL ]; extraLibraries = [ freealut ]; - configureFlags = [ "-fusenativewindowslibraries" ]; homepage = "https://github.com/haskell-openal/ALUT"; description = "A binding for the OpenAL Utility Toolkit"; license = stdenv.lib.licenses.bsd3; @@ -443,7 +452,6 @@ self: { buildDepends = [ base containers HUnit mtl NewBinary old-time pretty QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://www.haskell.org/asn1"; description = "ASN.1 support for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -508,6 +516,7 @@ self: { base HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 transformers ]; + jailbreak = true; homepage = "http://github.com/gcross/AbortT-transformers"; description = "A monad and monadic transformer providing \"abort\" functionality"; license = stdenv.lib.licenses.bsd3; @@ -528,6 +537,7 @@ self: { template-haskell ]; testDepends = [ base hspec ]; + jailbreak = true; homepage = "https://github.com/egonSchiele/actionkid"; description = "An easy-to-use video game framework for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -568,6 +578,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base haskell98 mtl ]; + jailbreak = true; description = "Lisperati's adventure game in Lisp translated to Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -584,6 +595,7 @@ self: { aeson attoparsec base bson unordered-containers vector ]; testDepends = [ aeson base bson hspec HUnit text ]; + jailbreak = true; homepage = "https://github.com/nh2/AesonBson"; description = "Mapping between Aeson's JSON and Bson objects"; license = "unknown"; @@ -600,6 +612,7 @@ self: { buildDepends = [ base containers mtl QuickCheck tagged template-haskell ]; + jailbreak = true; description = "Generator-generator for QuickCheck"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -626,7 +639,7 @@ self: { unordered-containers xhtml zlib ]; buildTools = [ alex cpphs emacs happy ]; - configureFlags = [ "-f-epic" "-fcpphs" ]; + jailbreak = true; postInstall = '' $out/bin/agda -c --no-main $(find $out/share -name Primitive.agda) $out/bin/agda-mode compile @@ -645,6 +658,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ Agda base ]; + jailbreak = true; homepage = "http://wiki.portal.chalmers.se/agda/"; description = "Command-line program for type-checking and compiling Agda programs"; license = "unknown"; @@ -695,7 +709,6 @@ self: { base containers enummapset-th filepath LambdaHack template-haskell text ]; - configureFlags = [ "-frelease" ]; homepage = "http://allureofthestars.com"; description = "Near-future Sci-Fi roguelike and tactical squad game"; license = "AGPL"; @@ -716,6 +729,7 @@ self: { base bytestring cmdtheline containers mtl network opml pretty process QuickCheck split transformers xml ]; + jailbreak = true; description = "Android view hierarchy importer"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -739,6 +753,7 @@ self: { version = "0.2"; sha256 = "0i6qicmvz1jryv4zkdcpclfwxg20yvwgx6vhf46mxjzs3kw1a6z3"; buildDepends = [ base mtl multirec parsec ]; + jailbreak = true; description = "Constructing, analyzing and destructing annotated trees"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -826,6 +841,7 @@ self: { base bytestring containers QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://bitbucket.org/FlorianHartwig/attobencode"; description = "Fast Bencode encoding and parsing library"; license = stdenv.lib.licenses.bsd3; @@ -857,6 +873,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base colour GLUT OpenGL random ]; + jailbreak = true; homepage = "http://patch-tag.com/r/rhz/StrangeAttractors"; description = "Visualisation of Strange Attractors in 3-Dimensions"; license = stdenv.lib.licenses.bsd3; @@ -961,6 +978,7 @@ self: { sha256 = "0mgxq8zqyfmwkvn91y91c2vjhrni3br0vgiih2ynlafnas1ji0bc"; editedCabalFile = "654cbc7a4109bf3baaa2491f10a7f49d1831008129d4d5ef9e0e558a5a374098"; buildDepends = [ base cairo containers mtl ]; + jailbreak = true; homepage = "http://pageperso.lif.univ-mrs.fr/~pierre-etienne.meunier/Baggins"; description = "Tools for self-assembly"; license = stdenv.lib.licenses.gpl3; @@ -1012,6 +1030,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base mtl random ]; + jailbreak = true; homepage = "http://coder.bsimmons.name/blog/2010/05/befunge-93-interpreter-on-hackage"; description = "An interpreter for the Befunge-93 Programming Language"; license = stdenv.lib.licenses.bsd3; @@ -1053,6 +1072,7 @@ self: { version = "0.1.0.0"; sha256 = "14wjpfr9d8fpgl1jkpm2123lprr3hf3a6smkaflzkgxqlgcrkmyr"; buildDepends = [ base besout ]; + jailbreak = true; description = "Factorization of polynomials over finite field"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -1099,6 +1119,7 @@ self: { ParsecTools primitive PrimitiveArray split tuple utility-ht vector vector-read-instances zlib ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/~choener/"; description = "Base library for bioinformatics"; license = stdenv.lib.licenses.gpl3; @@ -1139,6 +1160,7 @@ self: { buildDepends = [ base BiobaseXNA bytestring containers filemanip iteratee tuple ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/~choener/"; description = "Importer for FR3D resources"; license = stdenv.lib.licenses.gpl3; @@ -1157,6 +1179,7 @@ self: { buildDepends = [ base biocore bytestring cmdargs conduit containers transformers ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/~choener/"; description = "conduit-based FASTA parser"; license = stdenv.lib.licenses.gpl3; @@ -1177,6 +1200,7 @@ self: { bytestring-lexing conduit containers either-unwrap lens primitive PrimitiveArray repa transformers tuple vector ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/~choener/"; description = "Infernal data structures and tools"; license = stdenv.lib.licenses.gpl3; @@ -1208,6 +1232,7 @@ self: { base BiobaseDotP BiobaseFR3D BiobaseXNA bytestring cmdargs either-unwrap iteratee vector ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/~choener/"; description = "RNA folding training data"; license = stdenv.lib.licenses.gpl3; @@ -1238,6 +1263,7 @@ self: { version = "0.0.2.2"; sha256 = "03h7a95njbsl67bbg7wfxjjlibsqhkm62f04hhv6s14cgrvh0b3g"; buildDepends = [ base primitive vector ]; + jailbreak = true; description = "(deprecated) Ring class, with several instances"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -1287,6 +1313,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base haskell98 ]; + jailbreak = true; description = "A preprocessor for Bird-style Literate Haskell comments with Haddock markup"; license = "GPL"; }) {}; @@ -1375,6 +1402,7 @@ self: { hscolour lens mtl pandoc pandoc-citeproc pandoc-types parsec process split strict temporary transformers utf8-string ]; + jailbreak = true; homepage = "http://byorgey.wordpress.com/blogliterately/"; description = "A tool for posting Haskelly articles to blogs"; license = "GPL"; @@ -1406,7 +1434,6 @@ self: { version = "0.1"; sha256 = "0ryjgi70isgfv3nw3djzvb1saky40xqy536h6sr3mfpy2iqnim0c"; buildDepends = [ base mtl ]; - configureFlags = [ "-f-blaze" "-f-hsx" ]; homepage = "http://git.ierton.ru/?p=BluePrint.git;a=summary"; description = "Html document layout library"; license = stdenv.lib.licenses.bsd3; @@ -1477,7 +1504,7 @@ self: { base haskell-src-exts haskell-src-meta mtl parsec syb template-haskell ]; - configureFlags = [ "-fnewth" "-fbase4" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Bravo"; description = "Static text template generation library"; license = stdenv.lib.licenses.bsd3; @@ -1503,6 +1530,7 @@ self: { base bytestring errors hslogger hspec hspec-expectations http-conduit http-types string-qq temporary unix yaml ]; + jailbreak = true; homepage = "http://github.com/michaelxavier/Buster"; description = "Hits a set of urls periodically to bust caches"; license = stdenv.lib.licenses.mit; @@ -1661,6 +1689,7 @@ self: { buildDepends = [ array base BiobaseInfernal BiobaseXNA cmdargs containers lens ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/software/cmcompare/"; description = "Infernal covariance model comparison"; license = stdenv.lib.licenses.gpl3; @@ -1716,7 +1745,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base containers mtl parsec readline ]; - configureFlags = [ "-fhaskeline" "-freadline" ]; description = "An interpreter of Hagino's Categorical Programming Language (CPL)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -1744,7 +1772,6 @@ self: { base containers CSPM-CoreLanguage mtl parallel-tree-search tree-monad ]; - configureFlags = [ "-f-quickcheck" ]; description = "Firing rules semantic of CSPM"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -1857,7 +1884,7 @@ self: { opencv_flann opencv_gpu opencv_highgui opencv_imgproc opencv_legacy opencv_ml opencv_objdetect opencv_video ]; - configureFlags = [ "-f-opencv24" "-fopencv23" ]; + jailbreak = true; homepage = "http://aleator.github.com/CV/"; description = "OpenCV based machine vision library"; license = "GPL"; @@ -1911,6 +1938,7 @@ self: { process QuickCheck regex-posix test-framework test-framework-hunit test-framework-quickcheck2 unix ]; + jailbreak = true; preCheck = "unset GHC_PACKAGE_PATH; export HOME=$NIX_BUILD_TOP"; homepage = "http://www.haskell.org/cabal/"; description = "A framework for packaging Haskell software"; @@ -1956,6 +1984,7 @@ self: { buildDepends = [ base bytestring directory filepath HDBC HDBC-sqlite3 process unix ]; + jailbreak = true; homepage = "http://github.com/brinchj/cabalsearch"; description = "Search cabal packages by name"; license = stdenv.lib.licenses.bsd3; @@ -1968,6 +1997,7 @@ self: { version = "0.1.0.0"; sha256 = "0nd5yvhbxmabs0890y9gjjiq37h8c3blpplv2m13k29zkijwad04"; buildDepends = [ base compdata directory free unix ]; + jailbreak = true; homepage = "https://github.com/Icelandjack/Capabilities"; description = "Separate and contain effects of IO monad"; license = stdenv.lib.licenses.bsd3; @@ -2018,6 +2048,7 @@ self: { version = "0.1.0.0"; sha256 = "1ih8ydc29axckgidc5xvsdac5558gprscw667msh8qh41j9sshng"; buildDepends = [ base comonad ghc-prim mtl void ]; + jailbreak = true; homepage = "http://github.com/rampion/Cascade"; description = "Playing with reified categorical composition"; license = stdenv.lib.licenses.publicDomain; @@ -2046,6 +2077,7 @@ self: { array base colour data-default-class lens mtl old-locale operational time ]; + jailbreak = true; homepage = "https://github.com/timbod7/haskell-chart/wiki"; description = "A library for generating 2D Charts and Plots"; license = stdenv.lib.licenses.bsd3; @@ -2063,6 +2095,7 @@ self: { array base cairo Chart colour data-default-class lens mtl old-locale operational time ]; + jailbreak = true; homepage = "https://github.com/timbod7/haskell-chart/wiki"; description = "Cairo backend for Charts"; license = stdenv.lib.licenses.bsd3; @@ -2083,6 +2116,7 @@ self: { data-default-class diagrams-core diagrams-lib diagrams-postscript diagrams-svg lens mtl old-locale operational SVGFonts text time ]; + jailbreak = true; homepage = "https://github.com/timbod7/haskell-chart/wiki"; description = "Diagrams backend for Charts"; license = stdenv.lib.licenses.bsd3; @@ -2157,6 +2191,7 @@ self: { version = "0.0.0.2"; sha256 = "1mr323rhh3lr6a5ni60n2kxz2k57763a3rrf7c6i18hxs9d4w2s4"; buildDepends = [ base text ]; + jailbreak = true; description = "Inbuilt checking for ultra reliable computing"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2186,6 +2221,7 @@ self: { buildDepends = [ base containers fgl template-haskell TTTAS uulib ]; + jailbreak = true; homepage = "http://www.cs.uu.nl/wiki/bin/view/Center/TTTAS"; description = "Alternative approach of 'read' that composes grammars instead of parsers"; license = "LGPL"; @@ -2198,6 +2234,7 @@ self: { version = "0.3.1.0"; sha256 = "1277vn384hpxd7xnzg0gpr7ilnw5cqhsi11c24g9zsfqa36llwgk"; buildDepends = [ base ChasingBottoms mtl QuickCheck ]; + jailbreak = true; homepage = "http://wiki.portal.chalmers.se/cse/pmwiki.php/FP/ClassLaws"; description = "Stating and checking laws for type class methods"; license = stdenv.lib.licenses.bsd3; @@ -2221,6 +2258,7 @@ self: { version = "0.6"; sha256 = "0kr9i13ch2wbcnxchrnx562r8ar7kb84gmk3cqxc40x5w416205f"; buildDepends = [ base containers ]; + jailbreak = true; description = "A light, clean and powerful utility library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2263,6 +2301,7 @@ self: { array base bytestring bytestring-csv containers directory fgl filepath mtl old-time pretty pureMD5 safe utf8-string ]; + jailbreak = true; homepage = "http://iki.fi/matti.niemenmaa/coadjute/"; description = "A generic build tool"; license = stdenv.lib.licenses.bsd3; @@ -2312,7 +2351,6 @@ self: { random-shuffle stm test-framework test-framework-hunit test-framework-quickcheck2 time ]; - configureFlags = [ "-f-threadscope" "-f-debug" ]; description = "A concurrent bittorrent client"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2324,7 +2362,6 @@ self: { version = "0.0.7"; sha256 = "043dwvjkc1m2cz0rgiib7gv19ds1vn4cmf27lyw68nmc0lcm2v3d"; buildDepends = [ base directory process ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/command"; description = "A replacement for System.Exit and System.Process"; license = stdenv.lib.licenses.bsd3; @@ -2344,6 +2381,7 @@ self: { base data-default fsnotify optparse-applicative process system-fileio system-filepath text ]; + jailbreak = true; homepage = "https://github.com/sordina/Commando"; description = "Watch some files; Rerun a command"; license = stdenv.lib.licenses.mit; @@ -2395,6 +2433,7 @@ self: { testDepends = [ base binary Cabal containers glider-nlp HUnit text ]; + jailbreak = true; homepage = "https://github.com/klangner/Condor"; description = "Information retrieval library"; license = stdenv.lib.licenses.bsd3; @@ -2409,7 +2448,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers MissingH mtl parsec ]; - configureFlags = [ "-f-buildtests" ]; homepage = "http://software.complete.org/configfile"; description = "Configuration file reading & writing"; license = stdenv.lib.licenses.bsd3; @@ -2444,6 +2482,7 @@ self: { version = "0.1.0.0"; sha256 = "1if0hff6fn7zjj1vh16gxf2kldibh1dkscm8n33d1admvpjpw9sb"; buildDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/tel/Configurable"; description = "Declare types as Configurable then specialize them all in one place"; license = stdenv.lib.licenses.mit; @@ -2470,6 +2509,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base process ]; + jailbreak = true; homepage = "https://github.com/sordina/Conscript"; description = "Restart a command on STDIN activity"; license = stdenv.lib.licenses.mit; @@ -2482,6 +2522,7 @@ self: { version = "1.3.0"; sha256 = "0rhy5wq3v5hdryjn8pcsgqy4k772agj1rgq3021pjki7n3zm3dza"; buildDepends = [ base dlist ghc-prim vector ]; + jailbreak = true; description = "Repackages standard type classes with the ConstraintKinds extension"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2505,6 +2546,7 @@ self: { version = "0.0.5"; sha256 = "1paj8wx2k86i5xb11scbyca4fb2fnxgln5d661mcwxvs0i91jj1b"; buildDepends = [ arrows base ]; + jailbreak = true; description = "Control.Arrow.Transformer.Cont"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2577,7 +2619,6 @@ self: { version = "0.0.2"; sha256 = "1wiwk4947h5x2swi9k6bh4zyhp849ibxhc5458kn5vipngrp4k78"; buildDepends = [ base parsec pretty ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://github.com/amtal/CoreErlang"; description = "Manipulating Core Erlang source code"; license = stdenv.lib.licenses.bsd3; @@ -2597,6 +2638,7 @@ self: { tagged text time transformers vector ]; buildTools = [ c2hs ]; + jailbreak = true; homepage = "https://github.com/reinerp/CoreFoundation"; description = "Bindings to Mac OSX's CoreFoundation framework"; license = stdenv.lib.licenses.bsd3; @@ -2627,6 +2669,7 @@ self: { testDepends = [ base bytestring containers HTTP HUnit json mtl network utf8-string ]; + jailbreak = true; homepage = "http://github.com/arjunguha/haskell-couchdb/"; description = "CouchDB interface"; license = stdenv.lib.licenses.bsd3; @@ -2655,7 +2698,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base HUnit pretty QuickCheck random ]; - configureFlags = [ "-fsmall_base" ]; description = "Collects together existing Haskell cryptographic functions into a package"; license = "unknown"; }) {}; @@ -2726,7 +2768,6 @@ self: { network network-uri optparse-applicative transformers transformers-base utf8-string xml-conduit xml-hamlet ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://floss.scru.org/hDAV"; description = "RFC 4918 WebDAV support"; license = stdenv.lib.licenses.gpl3; @@ -2741,6 +2782,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers parsec ]; + jailbreak = true; homepage = "http://projects.haskell.org/DBlimited/"; description = "A command-line SQL interface for flat files (tdf,csv,etc.)"; license = stdenv.lib.licenses.bsd3; @@ -2774,9 +2816,7 @@ self: { distributed-process-simplelocalnet hint MuCheck network-transport-tcp unix ]; - configureFlags = [ - "-f-hspec" "-f-hunit" "-f-smallcheck" "-f-quickcheck" - ]; + jailbreak = true; homepage = "https://bitbucket.com/osu-testing/d-mucheck"; description = "Distributed Mutation Analysis framework for MuCheck"; license = stdenv.lib.licenses.gpl2; @@ -2789,6 +2829,7 @@ self: { version = "2.0.1"; sha256 = "13zj4jg78y5s05gfi3j83izxw6d2csbvznd7mq900zlv4xwddw2b"; buildDepends = [ base mtl WebBits ]; + jailbreak = true; description = "DOM Level 2 bindings for the WebBits package"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2804,6 +2845,7 @@ self: { buildDepends = [ array base containers list-tries mtl QuickCheck safe semiring ]; + jailbreak = true; homepage = "http://github.com/srush/SemiRings/tree/master"; description = "Pragmatic framework for dynamic programming"; license = stdenv.lib.licenses.bsd3; @@ -2827,7 +2869,7 @@ self: { regex-posix split syb time unix ]; buildTools = [ alex happy ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; description = "Darcs Patch Manager"; license = "GPL"; }) {}; @@ -2851,7 +2893,6 @@ self: { crypto-api-tests cryptohash-cryptoapi entropy HUnit mtl parallel prettyclass QuickCheck tagged test-framework test-framework-hunit ]; - configureFlags = [ "-f-test" ]; description = "Deterministic random bit generator (aka RNG, PRNG) based HMACs, Hashes, and Ciphers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2878,7 +2919,6 @@ self: { base containers HDBC HDBC-postgresql HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text ]; - configureFlags = [ "-f-debuggraph" "-f-debugcomp" ]; description = "Database Supported Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -2953,6 +2993,7 @@ self: { version = "0.1"; sha256 = "02nqaphxd3xlh191wxpx3rcixms70v8d6h4a3lxg24d7lcyf82n3"; buildDepends = [ base HaXml mtl parsec safe xml-parsec ]; + jailbreak = true; description = "Code used by Patch-Shack that seemed sensible to open for reusability"; license = "GPL"; }) {}; @@ -2968,7 +3009,6 @@ self: { buildDepends = [ base bytestring digest utf8-string vector vector-algorithms ]; - configureFlags = [ "-fsplitbase" ]; homepage = "https://github.com/bradclawsie/haskell-Data.Hash.Consistent"; description = "Provide a simple consistent hashing mechanism"; license = stdenv.lib.licenses.bsd3; @@ -3105,7 +3145,6 @@ self: { version = "0.0.4"; sha256 = "0ywipcmnr3ysmx8m61yrymyn10lnizjfkk2q2scdfkrkgh7ayj7v"; buildDepends = [ base containers xmonad xmonad-contrib ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://bitbucket.org/dibblego/descriptive-keys/"; description = "A library for specifying xmonad key bindings with functionality"; license = stdenv.lib.licenses.bsd3; @@ -3134,7 +3173,6 @@ self: { version = "0.3.0"; sha256 = "0k7fj4icnh25x21cmrnbqq0sjgxrr2ffhn8bz89qmy5h9dznvy98"; buildDepends = [ array base pretty ]; - configureFlags = [ "-fsmall-base" ]; description = "O(ND) diff algorithm in haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -3146,6 +3184,7 @@ self: { version = "0.1.0.4"; sha256 = "0ylpn6bksf6alxzk45cg88ff8xgffh88x3csvjlhb6zn8ik0w99a"; buildDepends = [ base containers fgl FirstOrderTheory HUnit ]; + jailbreak = true; homepage = "https://github.com/dillonhuff/DifferenceLogic"; description = "A theory solver for conjunctions of literals in difference logic"; license = stdenv.lib.licenses.bsd3; @@ -3162,6 +3201,7 @@ self: { buildDepends = [ base deepseq fclabels mtl mwc-random parallel primitive vector ]; + jailbreak = true; homepage = "http://yousource.it.jyu.fi/optimization-with-haskell"; description = "Global optimization using Differential Evolution"; license = stdenv.lib.licenses.mit; @@ -3179,7 +3219,6 @@ self: { base HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/digit"; description = "A data-type representing digits 0-9"; license = stdenv.lib.licenses.bsd3; @@ -3222,7 +3261,6 @@ self: { sha256 = "1x78y1na375nwgk4izsjprj3yrg0xbrhqv6nrzfbvbfdyqlf5kyz"; buildDepends = [ base Win32 ]; extraLibraries = [ dsound ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Partial binding to the Microsoft DirectSound API"; license = stdenv.lib.licenses.bsd3; @@ -3258,6 +3296,7 @@ self: { sha256 = "0iqcv3b06r9sqj1adxfq08vq5mlq4b7z88c2cw4qa7l9xw2p2js3"; buildDepends = [ base blaze-html blaze-markup html parsers ]; testDepends = [ base doctest ]; + jailbreak = true; homepage = "https://github.com/minamiyama1994/DiscussionSupportSystem"; description = "Discussion support system"; license = stdenv.lib.licenses.gpl3; @@ -3272,6 +3311,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring ]; + jailbreak = true; homepage = "http://github.com/zcourts/Dish"; description = "Hash modules (currently Murmur3)"; license = stdenv.lib.licenses.bsd3; @@ -3340,6 +3380,7 @@ self: { buildDepends = [ base containers ghc ghc-paths haddock HUnit process ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/DocTest"; description = "Test interactive Haskell examples"; license = stdenv.lib.licenses.mit; @@ -3371,7 +3412,7 @@ self: { array base containers haskell-src-exts mtl pointless-haskell pretty syb ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://haskell.di.uminho.pt/wiki/DrHylo"; description = "A tool for deriving hylomorphisms"; license = stdenv.lib.licenses.bsd3; @@ -3637,6 +3678,7 @@ self: { buildDepends = [ base monad-control transformers transformers-base ]; + jailbreak = true; description = "EitherT monad transformer"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -3670,6 +3712,7 @@ self: { test-framework-hunit test-framework-quickcheck2 text transformers union-find unordered-containers ]; + jailbreak = true; homepage = "http://elm-lang.org"; description = "The Elm language module"; license = stdenv.lib.licenses.bsd3; @@ -3710,6 +3753,7 @@ self: { version = "0.1"; sha256 = "14ckpgaviny3c0d1jn3blkkpri0cm8ac264y7kak965knjccq0k8"; buildDepends = [ base containers deepseq ]; + jailbreak = true; description = "Simple Enum-class-based int containers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -3721,6 +3765,7 @@ self: { version = "0.0.2"; sha256 = "1v3jp1l95kybvdlpvp6bd0ryihxrvlnpkqz7fl1n4vazhkqk6zjz"; buildDepends = [ base containers ]; + jailbreak = true; description = "More general IntMap replacement"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -3739,7 +3784,7 @@ self: { array base containers filepath HaXml mtl parsec template-haskell transformers ]; - configureFlags = [ "-foptimize" "-f-staticlinking" "-f-debug" ]; + jailbreak = true; description = "Render math formula in ASCII, and perform some simplifications"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -3751,6 +3796,7 @@ self: { version = "0.1.0.2"; sha256 = "0ynzzl9mmn5hxkcndx60lnxn455nm065v7nk7rhpq1yigwz0cl1g"; buildDepends = [ base containers HUnit mtl union-find-array ]; + jailbreak = true; description = "A theory solver for conjunctions of literals in the theory of uninterpreted functions with equality"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -3770,7 +3816,7 @@ self: { base base-unicode-symbols bindings-EsounD monad-control network regions safer-file-handles storablevector transformers unix ]; - configureFlags = [ "-f-build-examples" ]; + jailbreak = true; homepage = "http://cielonegro.org/EsounD.html"; description = "Type-safe bindings to EsounD (ESD; Enlightened Sound Daemon)"; license = stdenv.lib.licenses.publicDomain; @@ -3793,7 +3839,6 @@ self: { unordered-containers vector ]; extraLibraries = [ pcre ]; - configureFlags = [ "-f-llvm" ]; homepage = "https://github.com/verement/etamoo"; description = "A new implementation of the LambdaMOO server"; license = stdenv.lib.licenses.bsd3; @@ -3828,6 +3873,7 @@ self: { buildDepends = [ array base containers deepseq Etage fgl mtl parallel random time ]; + jailbreak = true; homepage = "http://mitar.tnode.com"; description = "Data-flow based graph algorithms"; license = stdenv.lib.licenses.gpl3; @@ -3891,6 +3937,7 @@ self: { syb template-haskell UISF ]; testDepends = [ ansi-terminal base Cabal QuickCheck ]; + jailbreak = true; homepage = "http://haskell.cs.yale.edu/"; description = "Library for computer music research and education"; license = stdenv.lib.licenses.bsd3; @@ -3926,7 +3973,6 @@ self: { network-uri old-locale old-time pretty process pureMD5 QuickCheck random regex-compat time unix Unixutils zlib ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/ddssff/haskell-extra"; description = "A grab bag of modules"; license = stdenv.lib.licenses.bsd3; @@ -3948,7 +3994,7 @@ self: { instant-generics ListLike midi mtl QuickCheck random template-haskell time uu-parsinglib ]; - configureFlags = [ "-fquickcheck2" ]; + jailbreak = true; description = "Compose music"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -4049,6 +4095,7 @@ self: { buildDepends = [ AC-Angle base containers digits QuickCheck template-haskell ]; + jailbreak = true; description = "A collection of facts about the real world"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4141,7 +4188,6 @@ self: { buildDepends = [ base bytestring directory extensible-exceptions filepath mtl unix ]; - configureFlags = [ "-fsplitbase" ]; description = "Expressive file and directory manipulation for Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4157,7 +4203,6 @@ self: { buildDepends = [ base bytestring directory filepath mtl unix-compat ]; - configureFlags = [ "-fsplitbase" ]; description = "Expressive file and directory manipulation for Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4174,7 +4219,6 @@ self: { base comonad comonad-transformers data-lens directory filepath mtl transformers ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/filepather"; description = "Functions on System.FilePath"; license = stdenv.lib.licenses.bsd3; @@ -4191,6 +4235,7 @@ self: { buildDepends = [ base binary bytestring directory filepath mtl old-time ]; + jailbreak = true; homepage = "http://ddiaz.asofilak.es/packages/FileSystem"; description = "File system data structure and monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -4224,7 +4269,6 @@ self: { base containers HTTP HTTP-Simple hxt hxt-filter network old-locale time ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.ecoin.net/haskell/Finance-Treasury.html"; description = "Obtain Treasury yield curve data"; license = stdenv.lib.licenses.bsd3; @@ -4260,6 +4304,7 @@ self: { version = "0.1.0.6"; sha256 = "1941ickx8aj3qbkry4gz8ni6snh26gkdrgabpx9z588518q4x27i"; buildDepends = [ base containers Proper ]; + jailbreak = true; description = "Grammar and typeclass for first order theories"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4361,6 +4406,7 @@ self: { version = "0.1.0.1"; sha256 = "1qw4qyfpax8y3pmb0sx717a294aamjb2mgvqhrkbqx2yi5d8jl66"; buildDepends = [ base monad-control mtl resourcet ]; + jailbreak = true; homepage = "https://github.com/exFalso/ForkableT/"; description = "Forkable monad transformers"; license = stdenv.lib.licenses.bsd3; @@ -4423,7 +4469,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base freetype2 OpenGL ]; - configureFlags = [ "-f-examples" "-f-use_font_config" ]; + jailbreak = true; description = "Loadable texture fonts for OpenGL"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4437,6 +4483,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base GLUT OpenGL random ]; + jailbreak = true; homepage = "http://joyful.com/fungen"; description = "A lightweight, cross-platform, OpenGL/GLUT-based game engine"; license = stdenv.lib.licenses.bsd3; @@ -4480,7 +4527,6 @@ self: { version = "0.0.4"; sha256 = "0ab6dngl8gjkj8wvjvrjijgqb59aq88c1ra2z92iqky2d0plrfca"; buildDepends = [ array base process ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.cs.kent.ac.uk/people/staff/cr3/toolbox/haskell/GHood"; description = "A graphical viewer for Hood"; license = stdenv.lib.licenses.bsd3; @@ -4494,7 +4540,6 @@ self: { sha256 = "0yqvfkg9p5h5bv3ak6b89am9kan9lbcq26kg1wk53xl6mz1aaijf"; buildDepends = [ base OpenGL ]; extraLibraries = [ libX11 mesa ]; - configureFlags = [ "-f-dynamic" ]; homepage = "http://haskell.org/haskellwiki/GLFW"; description = "A Haskell binding for GLFW"; license = stdenv.lib.licenses.bsd3; @@ -4541,6 +4586,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base GLFW-b mtl OpenGL pretty stm transformers ]; + jailbreak = true; description = "GLFW-b demo"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4577,6 +4623,7 @@ self: { version = "0.1.0.1"; sha256 = "13n80rplyl73ahk8cxgvs9gf655l063sd55spx0zvhw774vvxwv4"; buildDepends = [ base OpenGLRaw ]; + jailbreak = true; homepage = "https://github.com/fiendfan1/GLMatrix"; description = "Utilities for working with OpenGL matrices"; license = stdenv.lib.licenses.gpl3; @@ -4590,7 +4637,6 @@ self: { sha256 = "10sy0zag1wfrrq137azv3xazcgs21zb6bp84xzh518qbhiiycjhg"; buildDepends = [ base OpenGLRaw ]; extraLibraries = [ freeglut mesa ]; - configureFlags = [ "-fusenativewindowslibraries" ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A raw binding for the OpenGL graphics system"; license = stdenv.lib.licenses.bsd3; @@ -4606,7 +4652,6 @@ self: { sha256 = "1j298vs4wly29d972w106l0ra44gsbpjwrrjhk3qm5ql25i12pvh"; buildDepends = [ array base containers OpenGL OpenGLRaw ]; extraLibraries = [ freeglut libICE libSM libXi libXmu mesa ]; - configureFlags = [ "-fusenativewindowslibraries" ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A binding for the OpenGL Utility Toolkit"; license = stdenv.lib.licenses.bsd3; @@ -4644,7 +4689,7 @@ self: { base comonad comonad-transformers containers data-lens hxt newtype xsd ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "https://github.com/tonymorris/geo-gpx"; description = "Parse GPX files"; license = stdenv.lib.licenses.bsd3; @@ -4662,6 +4707,7 @@ self: { base Boolean containers GLUT list-tries OpenGL transformers Vec Vec-Boolean ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GPipe"; description = "A functional graphics API for programmable GPUs"; license = stdenv.lib.licenses.bsd3; @@ -4674,6 +4720,7 @@ self: { version = "0.1.4"; sha256 = "0aqvyv50gx0qx7icp70pw73gr3p6y05dkn347nqx82jc9dyxjghw"; buildDepends = [ array base containers GPipe HaXml mtl Vec ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GPipe"; description = "Load GPipe meshes from Collada files"; license = stdenv.lib.licenses.bsd3; @@ -4720,6 +4767,7 @@ self: { base containers deepseq parallel template-haskell ]; testDepends = [ base HUnit test-framework test-framework-hunit ]; + jailbreak = true; homepage = "https://bitbucket.org/emoto/gtalib"; description = "A library for GTA programming"; license = stdenv.lib.licenses.bsd3; @@ -4740,6 +4788,7 @@ self: { filepath GLFW-b ListZipper mtl OpenGLRaw parsec pretty-show StateVar time unordered-containers utility-ht Vec zlib ]; + jailbreak = true; description = "Some kind of game library or set of utilities"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -4757,6 +4806,7 @@ self: { buildDepends = [ base containers directory filepath mtl parsec transformers ]; + jailbreak = true; homepage = "https://github.com/BMeph/Ganymede"; description = "An Io interpreter in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -4782,6 +4832,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base directory random wx wxcore ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GeBoP"; description = "Several games"; license = stdenv.lib.licenses.bsd3; @@ -4811,7 +4862,7 @@ self: { test-framework-quickcheck2 test-framework-smallcheck text transformers ]; - configureFlags = [ "-f-static" ]; + jailbreak = true; homepage = "http://projects.haskell.org/GenI"; description = "A natural language generator (specifically, an FB-LTAG surface realiser)"; license = "GPL"; @@ -4877,7 +4928,6 @@ self: { version = "0.4"; sha256 = "1nb0q5hs9qqgygw35rbvanbjf9l6vjxrl6l4jp9dqwlnl1kdd88q"; buildDepends = [ base ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.google.com/p/geodetic/"; description = "Geodetic calculations"; license = stdenv.lib.licenses.bsd3; @@ -4912,6 +4962,7 @@ self: { version = "0.0.1"; sha256 = "0ykvsjqpi7pd81857n2gqycgpnm0j8dxnpf345h7pgzrkz10qi9f"; buildDepends = [ base text ]; + jailbreak = true; description = "A Haskell implementation of a Generalized Search Tree (GiST)"; license = "GPL"; }) {}; @@ -5126,7 +5177,6 @@ self: { version = "1.0.4"; sha256 = "1wbcx3wb02adb7l4nchxla3laliz0h5q074vfw4z0ic833k977bq"; buildDepends = [ array base containers ]; - configureFlags = [ "-f-use-maps" ]; description = "Tarjan's algorithm for computing the strongly connected components of a graph"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5144,6 +5194,7 @@ self: { array base bktrees containers directory fgl filepath graphviz old-locale pandoc process random text time ]; + jailbreak = true; description = "Graph-Theoretic Analysis library"; license = "unknown"; }) {}; @@ -5159,7 +5210,6 @@ self: { buildDepends = [ array base containers mtl QuickCheck template-haskell th-lift ]; - configureFlags = [ "-ftest" ]; description = "Embedded grammar DSL and LALR parser generator"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5171,6 +5221,7 @@ self: { version = "0.5"; sha256 = "1a43iig84bvmgpjmk6lqzhm3fq5p5hac36icwj4yfyrvzyfn0x7m"; buildDepends = [ base mtl parsec QuickCheck ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GroteTrap"; description = "Parser and selection library for expression languages"; license = stdenv.lib.licenses.bsd3; @@ -5192,6 +5243,7 @@ self: { definitive-filesystem definitive-parser definitive-reactive directory filepath old-locale primitive process time unix vector ]; + jailbreak = true; homepage = "http://coiffier.net/projects/grow.html"; description = "A declarative make-like interpreter"; license = "unknown"; @@ -5311,7 +5363,7 @@ self: { base binary bytestring containers HAppS-Util HaXml mtl pretty syb syb-with-class template-haskell ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; description = "HAppS data manipulation libraries"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5328,7 +5380,6 @@ self: { base containers HAppS-Data HAppS-State HAppS-Util hslogger mtl syb syb-with-class template-haskell ]; - configureFlags = [ "-fbase4" ]; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5348,7 +5399,7 @@ self: { old-locale old-time parsec process random syb template-haskell unix xhtml ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; description = "Web related tools and services"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5368,7 +5419,7 @@ self: { HAppS-Util HaXml hslogger hspread mtl network old-locale old-time random stm syb template-haskell unix ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; description = "Event-based distributed state"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5385,7 +5436,6 @@ self: { array base bytestring directory hslogger mtl old-time process template-haskell ]; - configureFlags = [ "-fbase4" ]; description = "Web framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5409,6 +5459,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers mtl QuickCheck random ]; + jailbreak = true; homepage = "http://github.com/m4dc4p/hcl/tree/master"; description = "High-level library for building command line interfaces"; license = stdenv.lib.licenses.bsd3; @@ -5453,7 +5504,6 @@ self: { base bytestring containers convertible mtl old-locale old-time text time utf8-string ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; homepage = "https://github.com/hdbc/hdbc"; description = "Haskell Database Connectivity"; license = stdenv.lib.licenses.bsd3; @@ -5483,7 +5533,6 @@ self: { isExecutable = true; buildDepends = [ base bytestring HDBC mtl time utf8-string ]; extraLibraries = [ unixODBC ]; - configureFlags = [ "-f-buildstresstest" "-f-buildtests" ]; homepage = "https://github.com/hdbc/hdbc-odbc"; description = "ODBC driver for HDBC"; license = stdenv.lib.licenses.bsd3; @@ -5504,7 +5553,6 @@ self: { time utf8-string ]; extraLibraries = [ postgresql ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; homepage = "http://github.com/hdbc/hdbc-postgresql"; description = "PostgreSQL driver for HDBC"; license = stdenv.lib.licenses.bsd3; @@ -5517,6 +5565,7 @@ self: { version = "0.0.1.2"; sha256 = "0657a1qy51bihh9gvpwpqpm4gch68rw32plnjcfdbc37yjq5dj1d"; buildDepends = [ attoparsec base containers HDBC text ]; + jailbreak = true; homepage = "https://bitbucket.org/dpwiz/hdbc-postgresql-hstore"; description = "Manipulate data in PostgreSQL \"hstore\" columns"; license = stdenv.lib.licenses.mit; @@ -5545,7 +5594,6 @@ self: { isExecutable = true; buildDepends = [ base bytestring HDBC mtl utf8-string ]; extraLibraries = [ sqlite ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; homepage = "http://software.complete.org/hdbc-sqlite3"; description = "Sqlite v3 driver for HDBC"; license = stdenv.lib.licenses.bsd3; @@ -5561,6 +5609,7 @@ self: { sha256 = "0rkykxmqpqiclvxlvfd0v9rrvkkb25shyajdmajxisfqxl684y0g"; buildDepends = [ array base colour containers mtl unix ]; extraLibraries = [ pfstools ]; + jailbreak = true; homepage = "http://vis.renci.org/jeff/pfs"; description = "Utilities for reading, manipulating, and writing HDR images"; license = stdenv.lib.licenses.bsd3; @@ -5587,7 +5636,6 @@ self: { isExecutable = true; buildDepends = [ base bytestring unix ]; extraLibraries = [ fuse ]; - configureFlags = [ "-f-developer" ]; preConfigure = '' sed -i -e "s@ Extra-Lib-Dirs: /usr/local/lib@ Extra-Lib-Dirs: ${fuse}/lib@" HFuse.cabal ''; @@ -5603,7 +5651,6 @@ self: { version = "3.2.0.5"; sha256 = "0z8dfxg2x530lawx7gyv9d25wcfpwvbfmknq17d5wgkxz47j95wb"; buildDepends = [ array base X11 ]; - configureFlags = [ "-fsplit-base" ]; description = "A simple graphics library based on X11 or Win32"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -5638,6 +5685,7 @@ self: { base haskell98 HGamer3D-Data HGamer3D-Ogre-Binding HGamer3D-SFML-Binding ]; + jailbreak = true; homepage = "http://www.althainz.de/HGamer3D.html"; description = "Library to enable 3D game development for Haskell - API"; license = "unknown"; @@ -5680,6 +5728,7 @@ self: { sha256 = "1q69ffhnnh4iaghb1g8s6bqlsry7jy5sbp5vpg4lprnr4wna5ya1"; buildDepends = [ base haskell98 HGamer3D-Data ]; extraLibraries = [ HGamer3DCAudio015 ]; + jailbreak = true; homepage = "http://www.althainz.de/HGamer3D.html"; description = "Library to enable 3D game development for Haskell - cAudio Bindings"; license = "unknown"; @@ -5758,6 +5807,7 @@ self: { buildDepends = [ base HGamer3D-CEGUI-Binding HGamer3D-Data HGamer3D-WinEvent split ]; + jailbreak = true; homepage = "http://www.hgamer3d.org"; description = "GUI Functionality for HGamer3D"; license = "unknown"; @@ -5828,6 +5878,7 @@ self: { base haskell98 HGamer3D-Data HGamer3D-Ogre-Binding ]; extraLibraries = [ HGamer3DOIS015 ]; + jailbreak = true; homepage = "http://www.althainz.de/HGamer3D.html"; description = "Library to enable 3D game development for Haskell - OIS Bindings"; license = "unknown"; @@ -5896,6 +5947,7 @@ self: { version = "0.4.0"; sha256 = "0d3vjlgpzzb473dmhllxvi05lnh010vgfdbizlj4yxywrp6aas9a"; buildDepends = [ base HGamer3D-Data HGamer3D-SDL2-Binding text ]; + jailbreak = true; homepage = "http://www.hgamer3d.org"; description = "Windowing and Event Functionality for HGamer3D"; license = "unknown"; @@ -5914,6 +5966,7 @@ self: { base containers HGamer3D HGamer3D-Audio HGamer3D-Data HGamer3D-GUI HGamer3D-InputSystem HGamer3D-WinEvent mtl netwire transformers ]; + jailbreak = true; homepage = "http://www.hgamer3d.org"; description = "Wire Functionality for HGamer3D"; license = "unknown"; @@ -5926,6 +5979,7 @@ self: { version = "0.1.0.0"; sha256 = "1215nz6l3bbkld2fqqsc494xw4qw4vqavznaqxgja2p60w9mwg0q"; buildDepends = [ base containers mtl template-haskell ]; + jailbreak = true; homepage = "http://thesz.mskhug.ru/svn/hhdl/hackage/hhdl/"; description = "Hardware Description Language embedded in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -5990,6 +6044,7 @@ self: { base ConstraintKinds containers deepseq hashable MonadRandom parallel random template-haskell vector vector-heterogenous ]; + jailbreak = true; homepage = "http://github.com/mikeizbicki/HLearn/"; description = "Algebraic foundation for homomorphic learning"; license = stdenv.lib.licenses.bsd3; @@ -6028,6 +6083,7 @@ self: { math-functions MonadRandom normaldistribution parsec primitive QuickCheck statistics vector vector-th-unbox ]; + jailbreak = true; homepage = "http://github.com/mikeizbicki/HLearn/"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -6110,6 +6166,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base old-locale time ]; + jailbreak = true; homepage = "http://www.pontarius.org/sub-projects/hlogger/"; description = "Simple, concurrent and easy-to-use logging library"; license = stdenv.lib.licenses.bsd3; @@ -6213,6 +6270,7 @@ self: { base Cabal containers directory filepath haskell-src-exts mtl parsec utf8-string ]; + jailbreak = true; homepage = "http://github.com/solidsnack/HPath"; description = "Extract Haskell declarations by name"; license = stdenv.lib.licenses.bsd3; @@ -6225,6 +6283,7 @@ self: { version = "0.4.0"; sha256 = "0d0r89a92lavbaf6svkqwd7fvc1q4kwbdvr0jvxarx2xgrhl342a"; buildDepends = [ base bytestring ]; + jailbreak = true; homepage = "https://github.com/WJWH/HPi"; description = "GPIO and I2C functions for the Raspberry Pi"; license = stdenv.lib.licenses.bsd3; @@ -6241,6 +6300,7 @@ self: { buildDepends = [ base glade glib gtk ]; buildTools = [ c2hs ]; pkgconfigDepends = [ plplotd-gnome2 ]; + jailbreak = true; homepage = "http://yakov.cc/HPlot.html"; description = "A minimal monadic PLplot interface for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -6369,6 +6429,7 @@ self: { buildDepends = [ array base Cabal containers directory filepath parsec process unix ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/HSFFIG"; description = "Generate FFI import declarations from C include files"; license = stdenv.lib.licenses.bsd3; @@ -6408,7 +6469,6 @@ self: { base bytestring directory filepath hslogger MissingH mtl process regex-base regex-compat regex-posix unix ]; - configureFlags = [ "-f-buildtests" ]; homepage = "http://software.complete.org/hsh"; description = "Library to mix shell scripting with Haskell programs"; license = "LGPL"; @@ -6427,6 +6487,7 @@ self: { base bytestring DebugTraceHelpers directory filepath HSH HStringTemplateHelpers MissingH mtl regex-pcre unix ]; + jailbreak = true; description = "Convenience functions that use HSH, instances for HSH"; license = "GPL"; }) {}; @@ -6438,6 +6499,7 @@ self: { version = "2.2"; sha256 = "17n1kpva97lwhwg2vs7875bfqlwcq6xpl2agqc53qb7j4153p559"; buildDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/j4/HSlippyMap"; description = "OpenStreetMap Slippy Map"; license = stdenv.lib.licenses.bsd3; @@ -6456,6 +6518,7 @@ self: { unordered-containers vector ]; testDepends = [ aeson attoparsec base HTF text ]; + jailbreak = true; homepage = "https://github.com/agrafix/HSmarty"; description = "Small template engine"; license = stdenv.lib.licenses.bsd3; @@ -6472,7 +6535,6 @@ self: { buildDepends = [ base binary bytestring filepath haskell98 mtl parallel ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://mml.music.utexas.edu/jwlato/HSoundFile"; description = "Audio file reading/writing"; license = stdenv.lib.licenses.bsd3; @@ -6511,6 +6573,7 @@ self: { filepath mtl parsec pretty syb template-haskell text time utf8-string void ]; + jailbreak = true; description = "StringTemplate implementation in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -6527,7 +6590,6 @@ self: { base containers directory FileManipCompat filepath HSH HStringTemplate mtl safe strict ]; - configureFlags = [ "-fbase4" ]; homepage = "http://patch-tag.com/tphyahoo/r/tphyahoo/HStringTemplateHelpers"; description = "Convenience functions and instances for HStringTemplate"; license = "GPL"; @@ -6591,10 +6653,6 @@ self: { http-types httpd-shed HUnit mtl network network-uri pureMD5 split test-framework test-framework-hunit wai warp ]; - configureFlags = [ - "-fnetwork-uri" "-fwarp-tests" "-f-conduit10" "-f-network23" - "-f-warn-as-error" "-f-mtl1" - ]; homepage = "https://github.com/haskell/HTTP"; description = "A library for client-side HTTP"; license = stdenv.lib.licenses.bsd3; @@ -6625,7 +6683,6 @@ self: { buildDepends = [ base cmdargs containers deepseq hylolib mtl strict ]; - configureFlags = [ "-f-static" ]; homepage = "http://www.glyc.dc.uba.ar/intohylo/htab.php"; description = "Tableau based theorem prover for hybrid logics"; license = "GPL"; @@ -6653,7 +6710,6 @@ self: { version = "1.2.5.2"; sha256 = "0hcs6qh8bqhip1kkjjnw7ccgcsmawdz5yvffjj5y8zd2vcsavx8a"; buildDepends = [ base deepseq ]; - configureFlags = [ "-fbase4" ]; homepage = "http://hunit.sourceforge.net/"; description = "A unit testing framework for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -6666,6 +6722,7 @@ self: { version = "0.1"; sha256 = "0dlsx6qicnrqkhb52jbgh31f0y6lxh32yl5gr6bg3fnqr36vc6x6"; buildDepends = [ ansi-terminal base Diff groom HUnit ]; + jailbreak = true; homepage = "https://github.com/dag/HUnit-Diff"; description = "Assertions for HUnit with difference reporting"; license = stdenv.lib.licenses.bsd3; @@ -6723,6 +6780,7 @@ self: { network pureMD5 random regex-posix text transformers utf8-string xml-enumerator xml-types ]; + jailbreak = true; homepage = "http://www.pontarius.org/sub-projects/hxmpp/"; description = "A (prototyped) easy to use XMPP library"; license = stdenv.lib.licenses.bsd3; @@ -6740,7 +6798,6 @@ self: { array base haskeline haskell98 HTTP mtl regex-base regex-compat template-haskell ]; - configureFlags = [ "-f-base3" "-f-sqlite" "-f-mysql" ]; homepage = "http://lambda.uta.edu/HXQ/"; description = "A Compiler from XQuery to Haskell"; license = stdenv.lib.licenses.bsd3; @@ -6767,6 +6824,7 @@ self: { version = "0.1.0.0"; sha256 = "0q7fq5z0wrk2qg9n715033yp25dpl73g6iqkbvxbg2ahp9caq458"; buildDepends = [ base bytestring serialport stm ]; + jailbreak = true; homepage = "https://github.com/Zigazou/HaMinitel"; description = "An Haskell library to drive the french Minitel through a serial port"; license = stdenv.lib.licenses.gpl3; @@ -6779,6 +6837,7 @@ self: { version = "0.1.1.0"; sha256 = "1gxxhyidcn3lcvmbjby364cypk6xmmsv5qdd0m16d06688cl9mq7"; buildDepends = [ base template-haskell th-lift ]; + jailbreak = true; homepage = "https://github.com/sakana/HaPy"; description = "Haskell bindings for Python"; license = stdenv.lib.licenses.mit; @@ -6811,6 +6870,7 @@ self: { rosezipper semigroups silently Strafunski-StrategyLib stringbuilder syb syz time transformers ]; + jailbreak = true; homepage = "https://github.com/RefactoringTools/HaRe/wiki"; description = "the Haskell Refactorer"; license = stdenv.lib.licenses.bsd3; @@ -6849,6 +6909,7 @@ self: { base Cabal containers directory filepath ghc haddock haskell-src-exts mtl parsec ]; + jailbreak = true; description = "This package is deprecated. From version 3, HaTeX does not need this anymore."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -6867,6 +6928,7 @@ self: { base HUnit logict QuickCheck test-framework test-framework-hunit test-framework-quickcheck ]; + jailbreak = true; description = "An implementation of the Version Space Algebra learning framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -6885,7 +6947,6 @@ self: { base bytestring containers directory filepath polyparse pretty random ]; - configureFlags = [ "-f-bytestringinbase" "-fsplitbase" ]; homepage = "http://projects.haskell.org/HaXml/"; description = "Utilities for manipulating XML documents"; license = "LGPL"; @@ -6972,7 +7033,6 @@ self: { parsec transformers ]; testDepends = [ base hspec hxt ]; - configureFlags = [ "-f-buildexamples" "-fnetwork-uri" ]; homepage = "https://github.com/egonSchiele/HandsomeSoup"; description = "Work with HTML more easily in HXT"; license = stdenv.lib.licenses.bsd3; @@ -6996,6 +7056,7 @@ self: { ListLike mtl parallel parseargs process sox template-haskell uu-parsinglib vector ]; + jailbreak = true; homepage = "http://www.cs.uu.nl/wiki/GenericProgramming/HarmTrace"; description = "Harmony Analysis and Retrieval of Music"; license = stdenv.lib.licenses.gpl3; @@ -7015,6 +7076,7 @@ self: { testDepends = [ base binary containers ghc-prim ListLike QuickCheck uu-parsinglib ]; + jailbreak = true; homepage = "https://bitbucket.org/bash/harmtrace-base"; description = "Parsing and unambiguously representing musical chords"; license = stdenv.lib.licenses.gpl3; @@ -7031,6 +7093,7 @@ self: { buildDepends = [ base haskell98 hmatrix hmatrix-special mtl parsec random ]; + jailbreak = true; homepage = "http://www.cl.cam.ac.uk/~sbh11/HasGP"; description = "A Haskell library for inference using Gaussian processes"; license = stdenv.lib.licenses.gpl3; @@ -7049,6 +7112,7 @@ self: { buildDepends = [ array base list-tries monad-loops mtl numbers parsec ]; + jailbreak = true; homepage = "http://iki.fi/matti.niemenmaa/misc-projects.html#haschoo"; description = "Minimalist R5RS Scheme interpreter"; license = stdenv.lib.licenses.bsd3; @@ -7068,6 +7132,7 @@ self: { base directory ghc haskell98 parsec process readline regex-compat unix ]; + jailbreak = true; description = "Simple shell written in Haskell"; license = "GPL"; }) {}; @@ -7134,7 +7199,6 @@ self: { buildDepends = [ base bytestring connection data-default HaskellNet network tls ]; - configureFlags = [ "-f-noupperbounds" ]; homepage = "https://github.com/dpwright/HaskellNet-SSL"; description = "Helpers to connect to SSL/TLS mail servers with HaskellNet"; license = stdenv.lib.licenses.bsd3; @@ -7158,7 +7222,6 @@ self: { random-shuffle test-framework test-framework-hunit test-framework-quickcheck2 time ]; - configureFlags = [ "-f-threadscope" "-f-debug" ]; description = "A concurrent bittorrent client"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -7172,6 +7235,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cmdargs text ]; + jailbreak = true; homepage = "https://github.com/mrLSD/HaskellTutorials"; description = "Haskell Tutorials by Evgeny Ukhanov"; license = stdenv.lib.licenses.mit; @@ -7190,6 +7254,7 @@ self: { buildDepends = [ base containers HGL hmatrix MonadRandom random Yampa ]; + jailbreak = true; homepage = "http://www.matthewhayden.co.uk"; description = "A reproduction of the Atari 1979 classic \"Asteroids\""; license = stdenv.lib.licenses.bsd3; @@ -7212,6 +7277,7 @@ self: { hslogger hslogger-template HTTP hxt json-b MonadCatchIO-mtl mtl network regex-posix SHA template-haskell time utf8-string ]; + jailbreak = true; description = "Haskell Web Application Kit"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -7238,7 +7304,7 @@ self: { MonadCatchIO-transformers mtl network old-time parsec process snap snap-core snap-server tar text transformers xhtml-combinators zlib ]; - configureFlags = [ "-f-hashedindex" "-fhayoosnap4" ]; + jailbreak = true; homepage = "http://holumbus.fh-wedel.de"; description = "The Hayoo! search engine for Haskell API search on hackage"; license = stdenv.lib.licenses.mit; @@ -7288,6 +7354,7 @@ self: { old-time random random-shuffle RSA SHA2 stm syb time transformers unamb yjtools ]; + jailbreak = true; description = "Message-based middleware layer"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -7305,6 +7372,7 @@ self: { array base buster bytestring cairo colour containers glib GLUT gtk gtkglext IfElse mtl OpenGL parallel pretty random ]; + jailbreak = true; homepage = "http://vis.renci.org/jeff/hieroglyph"; description = "Purely functional 2D graphics for visualization"; license = stdenv.lib.licenses.bsd3; @@ -7334,9 +7402,6 @@ self: { version = "5.2.0.16"; sha256 = "0jnidzky0004xh1yzkcg41df21vbvqhk075d183jv6iwjiljsh3s"; buildDepends = [ array base containers StateVar transformers ]; - configureFlags = [ - "-f-system-chipmunk" "-f-debug" "-fsmall_base" - ]; homepage = "https://github.com/meteficha/Hipmunk"; description = "A Haskell binding for Chipmunk"; license = "unknown"; @@ -7355,7 +7420,7 @@ self: { buildDepends = [ base containers GLFW Hipmunk OpenGL StateVar transformers ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "https://github.com/meteficha/HipmunkPlayground"; description = "A playground for testing Hipmunk"; license = "unknown"; @@ -7397,7 +7462,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base template-haskell ]; - configureFlags = [ "-f-buildexamples" ]; homepage = "http://maartenfaddegon.nl/pub"; description = "Debug anything without recompiling everything!"; license = stdenv.lib.licenses.bsd3; @@ -7525,6 +7589,7 @@ self: { unix-bytestring unordered-containers ]; testDepends = [ base process random ]; + jailbreak = true; description = "A Simple Key Value Store"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -7538,6 +7603,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers ]; + jailbreak = true; homepage = "http://github.com/Raynes/Hricket"; description = "A Cricket scoring application"; license = stdenv.lib.licenses.bsd3; @@ -7561,6 +7627,7 @@ self: { ]; testDepends = [ base directory filepath process ]; buildTools = [ cpphs ]; + jailbreak = true; homepage = "http://blog.zhox.com/category/hs2lib/"; description = "A Library and Preprocessor that makes it easier to create shared libs from Haskell programs"; license = stdenv.lib.licenses.bsd3; @@ -7601,6 +7668,7 @@ self: { base base-unicode-symbols bytestring network text ]; pkgconfigDepends = [ hyperestraier qdbm ]; + jailbreak = true; homepage = "http://cielonegro.org/HsHyperEstraier.html"; description = "HyperEstraier binding for Haskell"; license = stdenv.lib.licenses.publicDomain; @@ -7634,7 +7702,6 @@ self: { base bytestring HUnit test-framework test-framework-hunit ]; extraLibraries = [ openssl ]; - configureFlags = [ "-ffast-bignum" ]; homepage = "https://github.com/phonohawk/HsOpenSSL"; description = "Partial OpenSSL binding for Haskell"; license = stdenv.lib.licenses.publicDomain; @@ -7731,6 +7798,7 @@ self: { buildDepends = [ base containers parsec pretty process smtLib transformers ]; + jailbreak = true; homepage = "https://github.com/MfesGA/Hsmtlib"; description = "Haskell library for easy interaction with SMT-LIB 2 compliant solvers"; license = stdenv.lib.licenses.bsd3; @@ -7773,6 +7841,7 @@ self: { version = "0.1"; sha256 = "1p4h2hxwzp0bxkzh864vkqbwychi0j2c3rqck9vk5kfax5i1jfz8"; buildDepends = [ base containers directory ]; + jailbreak = true; description = "Indexable, serializable form of Data.Dynamic"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -7786,7 +7855,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base bytestring containers random ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.alpheccar.org"; description = "Iterated Function System generation for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -7806,7 +7874,6 @@ self: { base containers directory haskell98 HaXml polyparse pretty process wx wxcore ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://haskell.di.uminho.pt/jmvilaca/INblobs/"; description = "Editor and interpreter for Interaction Nets"; license = "LGPL"; @@ -7875,6 +7942,7 @@ self: { version = "0.1.2"; sha256 = "0ryb2q5xfddcx2qg019jajac7xvaw2ci5wi094gbrqhhflj7wc8n"; buildDepends = [ array base GlomeVec ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/IcoGrid"; description = "Library for generating grids of hexagons and pentagons mapped to a sphere"; license = "GPL"; @@ -8028,7 +8096,6 @@ self: { aeson attoparsec base bytestring bytestring-trie containers failure hjson json JSONb parsec text vector ]; - configureFlags = [ "-fsmall_base" ]; description = "A combinator library on top of a generalised JSON type"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8040,7 +8107,6 @@ self: { version = "0.0.1"; sha256 = "1s5grfgnklnwh55yn5mlg2ibdm7mx2i7hwqs7649gkapda054ywg"; buildDepends = [ base bytestring json JSON-Combinator JSONb ]; - configureFlags = [ "-fsmall_base" ]; description = "Example uses of the JSON-Combinator library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8059,7 +8125,6 @@ self: { attoparsec base bytestring bytestring-nums bytestring-trie containers utf8-string ]; - configureFlags = [ "-f-cli" ]; homepage = "http://github.com/solidsnack/JSONb/"; description = "JSON parser that uses byte strings"; license = stdenv.lib.licenses.bsd3; @@ -8080,6 +8145,7 @@ self: { lazysmallcheck mtl mwc-random parallel process QuickCheck random stm template-haskell unix zlib ]; + jailbreak = true; description = "Some utility functions for JYU projects"; license = stdenv.lib.licenses.mit; }) {}; @@ -8106,7 +8172,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base binary bytestring language-java-classfile ]; - configureFlags = [ "-fsmall_base" ]; description = "A utility to print the SourceFile attribute of one or more Java class files"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8120,7 +8185,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-fsmall_base" ]; description = "A utility to print the target version of Java class files"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8139,6 +8203,7 @@ self: { base containers directory filepath mtl parsec pretty syb WebBits WebBits-Html ]; + jailbreak = true; homepage = "http://www.cs.brown.edu/research/plt/"; description = "Design-by-contract for JavaScript"; license = stdenv.lib.licenses.bsd3; @@ -8163,6 +8228,7 @@ self: { aeson base HUnit language-typescript stack-prism test-framework test-framework-hunit text ]; + jailbreak = true; homepage = "https://github.com/MedeaMelana/JsonGrammar2"; description = "Combinators for bidirectional JSON parsing"; license = stdenv.lib.licenses.bsd3; @@ -8180,7 +8246,6 @@ self: { base binary bytestring containers deepseq mtl primitive transformers vector zlib ]; - configureFlags = [ "-f-mmap" ]; homepage = "https://github.com/Twinside/Juicy.Pixels"; description = "Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)"; license = stdenv.lib.licenses.bsd3; @@ -8233,6 +8298,7 @@ self: { aeson base binary bytestring conduit data-default directory filepath mtl network resourcet ]; + jailbreak = true; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8247,6 +8313,7 @@ self: { buildDepends = [ base bytestring conduit directory filepath JunkDB mtl resourcet ]; + jailbreak = true; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8261,6 +8328,7 @@ self: { buildDepends = [ base bytestring conduit hashable hashtables JunkDB mtl resourcet ]; + jailbreak = true; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8314,6 +8382,7 @@ self: { buildDepends = [ base base64-bytestring bytestring directory mime-types network text ]; + jailbreak = true; homepage = "https://github.com/Hamcha/Ketchup"; description = "A super small web framework for those who don't like big and fancy codebases"; license = stdenv.lib.licenses.mit; @@ -8354,6 +8423,7 @@ self: { base containers curry-base directory filepath haskell-src haskell98 KiCS KiCS-prophecy mtl readline syb ]; + jailbreak = true; homepage = "http://curry-language.org"; description = "debug features for kics"; license = "unknown"; @@ -8368,6 +8438,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base filepath KiCS ]; + jailbreak = true; homepage = "http://curry-language.org"; description = "a transformation used by the kics debugger"; license = "unknown"; @@ -8391,6 +8462,7 @@ self: { version = "0.1.0.0"; sha256 = "113jxbaw8b17j91aakxli3r3zdvnx3gvf2m57sx5d7mfk2qx28r6"; buildDepends = [ base containers parsec ]; + jailbreak = true; homepage = "http://www.gkayaalp.com/p/konf.html"; description = "A configuration language and a parser"; license = "unknown"; @@ -8424,7 +8496,7 @@ self: { buildDepends = [ base cairo containers gtk mtl old-time parsec random ]; - configureFlags = [ "-frenderercairo" "-f-webtools" "-f-database" ]; + jailbreak = true; homepage = "http://www.entropia.de/wiki/L-seed"; description = "Plant growing programming game"; license = stdenv.lib.licenses.bsd3; @@ -8440,7 +8512,6 @@ self: { isExecutable = true; buildDepends = [ base ]; extraLibraries = [ lber ldap ]; - configureFlags = [ "-f-buildtests" ]; homepage = "https://github.com/ezyang/ldap-haskell"; description = "Haskell binding for C LDAP API"; license = stdenv.lib.licenses.bsd3; @@ -8515,9 +8586,6 @@ self: { vector-binary-instances zlib ]; pkgconfigDepends = [ gtk ]; - configureFlags = [ - "-frelease" "-f-expose_internal" "-f-curses" "-f-vty" - ]; homepage = "http://github.com/LambdaHack/LambdaHack"; description = "A game engine library for roguelike dungeon crawlers"; license = stdenv.lib.licenses.bsd3; @@ -8553,6 +8621,7 @@ self: { buildDepends = [ base binary bytestring hmatrix random random-shuffle split ]; + jailbreak = true; description = "A configurable and extensible neural network library"; license = stdenv.lib.licenses.mit; }) {}; @@ -8607,6 +8676,7 @@ self: { version = "0.0.1"; sha256 = "0agq2593h5yb9r3jqnycis9fdizwij3and61ljc4prnhhyxv48g2"; buildDepends = [ base ]; + jailbreak = true; description = "A transfinite cardinal arithmetic library including all known large cardinals"; license = "unknown"; }) {}; @@ -8623,7 +8693,6 @@ self: { base bytestring containers directory filemanip filepath process pureMD5 SHA zip-archive ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.google.com/p/lastik"; description = "A library for compiling programs in a variety of languages"; license = stdenv.lib.licenses.bsd3; @@ -8655,6 +8724,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory filepath unix ]; + jailbreak = true; homepage = "https://github.com/AtticHacker/lazyvault"; description = "A simple sandboxing tool for Haskell packages"; license = stdenv.lib.licenses.gpl3; @@ -8669,6 +8739,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory random SDL SDL-ttf ]; + jailbreak = true; homepage = "http://quasimal.com/projects/level_0.html"; description = "A Snake II clone written using SDL"; license = stdenv.lib.licenses.gpl3; @@ -8846,9 +8917,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 test-framework-smallcheck time transformers uuid void ]; - configureFlags = [ - "-f-tutorial" "-f-examples" "-f-pattern-warnings" "-f-warnings" - ]; + jailbreak = true; description = "a parallel implementation of logic programming using distributed tree exploration"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8870,7 +8939,6 @@ self: { MonadCatchIO-transformers stm transformers ]; extraLibraries = [ mpi ]; - configureFlags = [ "-f-tests" "-f-examples" "-f-warnings" ]; description = "an adapter for LogicGrowsOnTrees that uses MPI"; license = stdenv.lib.licenses.bsd3; }) { mpi = null;}; @@ -8896,7 +8964,7 @@ self: { base hslogger hslogger-template HUnit LogicGrowsOnTrees network random stm test-framework test-framework-hunit transformers ]; - configureFlags = [ "-f-examples" "-f-warnings" ]; + jailbreak = true; description = "an adapter for LogicGrowsOnTrees that uses multiple processes running in a network"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8922,9 +8990,7 @@ self: { base cereal hslogger hslogger-template HUnit LogicGrowsOnTrees random test-framework test-framework-hunit transformers ]; - configureFlags = [ - "-f-examples" "-f-pattern-warnings" "-f-warnings" - ]; + jailbreak = true; description = "an adapter for LogicGrowsOnTrees that uses multiple processes for parallelism"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -8945,6 +9011,7 @@ self: { mtl network old-time parsec pureMD5 random syb template-haskell utf8-string ]; + jailbreak = true; homepage = "http:/lslplus.sourceforge.net/"; description = "An execution and testing framework for the Linden Scripting Language (LSL)"; license = stdenv.lib.licenses.bsd3; @@ -8966,7 +9033,7 @@ self: { directory filepath haskell-src HsOpenSSL hxt mtl network stm time time-http unix zlib ]; - configureFlags = [ "-fbuild-lucu-implant-file" ]; + jailbreak = true; homepage = "http://cielonegro.org/Lucu.html"; description = "HTTP Daemonic Library"; license = stdenv.lib.licenses.publicDomain; @@ -8985,7 +9052,6 @@ self: { buildDepends = [ base Biobase cmdargs PrimitiveArray split tuple vector ]; - configureFlags = [ "-f-fastbuild" ]; homepage = "http://www.tbi.univie.ac.at/software/mcfolddp/"; description = "Folding algorithm based on nucleotide cyclic motifs"; license = stdenv.lib.licenses.gpl3; @@ -9023,6 +9089,7 @@ self: { version = "0.3.0.0"; sha256 = "0nlj914ahipyfqv1l7qr66pa0a8g4g6ks6mipc38z5f1jy0kjrva"; buildDepends = [ base transformers ]; + jailbreak = true; homepage = "https://github.com/DanBurton/MHask#readme"; description = "The category of monads"; license = stdenv.lib.licenses.bsd3; @@ -9042,7 +9109,6 @@ self: { haskell-src html mtl network old-time pretty random syb template-haskell ]; - configureFlags = [ "-freadfile" "-fghc7" "-fghcapi" ]; homepage = "http://nautilus.cs.miyazaki-u.ac.jp/~skata/MagicHaskeller.html"; description = "Automatic inductive functional programmer by systematic search"; license = stdenv.lib.licenses.bsd3; @@ -9066,6 +9132,7 @@ self: { version = "0.2.0.1"; sha256 = "034v9n6ldjn1hsv4rphvysbykm8x0jqa2prbw7k28fkp6m30j74x"; buildDepends = [ base monads-tf transformers ]; + jailbreak = true; description = "MaybeT monad transformer compatible with monads-tf (deprecated)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9077,6 +9144,7 @@ self: { version = "0.2"; sha256 = "189w8dpxyq7gksca6k08hb4vpanpz06c99akgzpcpjy0i7k22ily"; buildDepends = [ base monads-fd transformers ]; + jailbreak = true; description = "MaybeT monad transformer using transformers instead of mtl"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9106,6 +9174,7 @@ self: { version = "0.1"; sha256 = "0rnbg7w3qc3xsbzpw5is7w7qdjl2kqbr1acc744aggwlibazl59w"; buildDepends = [ base vector ]; + jailbreak = true; description = "Mean shift algorithm"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9117,7 +9186,7 @@ self: { version = "0.0.2"; sha256 = "1vy8ykjy9cpv661byqv21775zbyciqx2hf77c1nl58nn34x0s2ds"; buildDepends = [ base ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; description = "A library for units of measurement"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9145,6 +9214,7 @@ self: { buildDepends = [ base convertible hashtables HDBC HDBC-odbc mtl template-haskell ]; + jailbreak = true; description = "Statically checked database access"; license = "LGPL"; }) {}; @@ -9186,7 +9256,7 @@ self: { base binary bytestring directory filepath haskell98 mtl old-locale process time ]; - configureFlags = [ "-f-warnings" "-f-test" ]; + jailbreak = true; description = "Haskell mailing list manager"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9205,6 +9275,7 @@ self: { array base containers haskell-src-exts mtl pretty ]; buildTools = [ alex happy ]; + jailbreak = true; homepage = "http://www.tcs.ifi.lmu.de/~abel/miniagda/"; description = "A toy dependently typed programming language with type-based termination"; license = "unknown"; @@ -9229,7 +9300,6 @@ self: { hslogger HUnit mtl network old-locale old-time parsec process QuickCheck random regex-compat testpack time unix ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://software.complete.org/missingh"; description = "Large utility library"; license = stdenv.lib.licenses.bsd3; @@ -9299,6 +9369,7 @@ self: { buildDepends = [ base extensible-exceptions MonadCatchIO-transformers ]; + jailbreak = true; homepage = "http://darcsden.com/jcpetruzza/MonadCatchIO-mtl"; description = "Monad-transformer version of the Control.Exception module"; license = stdenv.lib.licenses.bsd3; @@ -9311,6 +9382,7 @@ self: { version = "0.1"; sha256 = "0jfq5v1jigxl9mnnvpqph9ayq840s9nyb5srym04mbicri4gbjan"; buildDepends = [ base MonadCatchIO-mtl mtl primitive ]; + jailbreak = true; description = "Polymorphic combinators for working with foreign functions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9341,6 +9413,7 @@ self: { buildDepends = [ base MonadCatchIO-transformers primitive transformers ]; + jailbreak = true; description = "Polymorphic combinators for working with foreign functions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9554,7 +9627,6 @@ self: { version = "0.1"; sha256 = "169mgcyls0dsifnbp615r4i3g64ga2vbczsiv4aq17d1nma8sw19"; buildDepends = [ array base ]; - configureFlags = [ "-f-debug" "-fsplitbase" ]; description = "Munkres' assignment algorithm (hungarian method)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9585,6 +9657,7 @@ self: { http-types monad-control old-locale resourcet text time transformers vector xml-conduit xml-types ]; + jailbreak = true; homepage = "http://floss.scru.org/hMusicBrainz"; description = "interface to MusicBrainz XML2 web service"; license = stdenv.lib.licenses.gpl3; @@ -9627,6 +9700,7 @@ self: { arithmoi base bytestring containers crypto-api polynomial random SHA split ]; + jailbreak = true; description = "NTRU Cryptography"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9683,6 +9757,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers ListLike uu-parsinglib ]; + jailbreak = true; description = "Very small interpreter for a Prolog-like language"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -9712,9 +9787,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring QuickCheck strict ]; - configureFlags = [ - "-f-coverage" "-f-test" "-f-no-lib" "-f-driver" "-f-base3" - ]; homepage = "http://github.com/joachifm/natsort"; description = "Natural sorting for strings"; license = stdenv.lib.licenses.bsd3; @@ -9755,6 +9827,7 @@ self: { buildDepends = [ base bytestring utf8-string ]; testDepends = [ base bytestring HUnit process utf8-string ]; extraLibraries = [ netsnmp ]; + jailbreak = true; homepage = "https://github.com/ptek/netsnmp"; description = "Bindings for net-snmp's C API for clients"; license = stdenv.lib.licenses.bsd3; @@ -9775,6 +9848,7 @@ self: { base binary bytestring containers convertible monad-loops mstate mtl network NineP regex-posix stateref transformers ]; + jailbreak = true; description = "High-level abstraction over 9P protocol"; license = "unknown"; }) {}; @@ -9786,6 +9860,7 @@ self: { version = "0.2.1"; sha256 = "0cp71hkx8cccx7jxf5qw1bxdylcc56v68mvjp0dn9hkh1idxplzq"; buildDepends = [ array base integer ]; + jailbreak = true; description = "A binary I/O library"; license = "unknown"; broken = true; @@ -9798,7 +9873,6 @@ self: { version = "0.0.2.1"; sha256 = "1k6qdp4zmqjl2f6cqy1zzzl6ncb2m9r0qgh4c24i2h5kkxmm3cab"; buildDepends = [ base binary bytestring ]; - configureFlags = [ "-f-bytestring-in-base" ]; homepage = "http://9ph.googlecode.com"; description = "9P2000 in pure Haskell"; license = stdenv.lib.licenses.bsd3; @@ -9818,6 +9892,7 @@ self: { base binary bytestring containers filepath gloss network networked-game random ]; + jailbreak = true; homepage = "http://github.com/glguy/ninjas"; description = "Ninja game"; license = stdenv.lib.licenses.bsd3; @@ -9838,9 +9913,7 @@ self: { array base containers criterion dph-base dph-prim-seq statistics storablevector template-haskell uvector vector ]; - configureFlags = [ - "-fstorablevector" "-fuvector" "-fvector" "-fdph-prim-seq" - ]; + jailbreak = true; homepage = "http://code.haskell.org/NoSlow"; description = "Microbenchmarks for various array libraries"; license = stdenv.lib.licenses.bsd3; @@ -9854,6 +9927,7 @@ self: { sha256 = "053w0j90sf16by9pqllgjxy6r57vzlq33fgwz4ywjn6bypw6009d"; buildDepends = [ base ]; testDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/CindyLinz/Haskell-NoTrace"; description = "Remove all the functions come from Debug.Trace after debugging"; license = stdenv.lib.licenses.mit; @@ -9885,6 +9959,7 @@ self: { base directory exceptions filepath hint-server mtl network Nomyx-Core Nomyx-Language Nomyx-Web safe stm time ]; + jailbreak = true; homepage = "http://www.nomyx.net"; description = "A Nomic game in haskell"; license = stdenv.lib.licenses.bsd3; @@ -9911,6 +9986,7 @@ self: { Nomyx-Language old-locale random safe safecopy stm tar template-haskell temporary text time unix ]; + jailbreak = true; homepage = "http://www.nomyx.net"; description = "A Nomic game in haskell"; license = stdenv.lib.licenses.bsd3; @@ -9930,6 +10006,7 @@ self: { DebugTraceHelpers ghc mtl old-locale random safe time time-recurrence ]; + jailbreak = true; homepage = "http://www.nomyx.net"; description = "Language to express rules for Nomic"; license = stdenv.lib.licenses.bsd3; @@ -9970,6 +10047,7 @@ self: { reform-happstack safe split stm text time web-routes web-routes-happstack web-routes-regular web-routes-th ]; + jailbreak = true; homepage = "http://www.nomyx.net"; description = "Web gui for Nomyx"; license = stdenv.lib.licenses.bsd3; @@ -9998,7 +10076,6 @@ self: { base category-extras QuickCheck Semigroup test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.google.com/p/nonempty/"; description = "A list with a length of at least one"; license = stdenv.lib.licenses.bsd3; @@ -10023,7 +10100,6 @@ self: { version = "0.0.0.1"; sha256 = "17ca34hxaz9xk3ykkzp14n7wb31aiza12859k3rmvwhnq4j89jqs"; buildDepends = [ base binary bytestring ]; - configureFlags = [ "-fsmall_base" ]; description = "Num, Enum, Eq, Integral, Ord, Real, and Show instances for Lazy ByteStrings"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10065,6 +10141,7 @@ self: { buildDepends = [ ADPfusion base ghc-prim mtl primitive PrimitiveArray vector ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/~choener/adpfusion"; description = "Nussinov78 using the ADPfusion library"; license = stdenv.lib.licenses.gpl3; @@ -10077,6 +10154,7 @@ self: { version = "0.1"; sha256 = "1m7qx5zydz5jpk6a55k7rzchlwmkd91gsiqmn26qqn50ab3di35j"; buildDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/frosch03/Nutri"; description = "A little library to calculate nutrition values of food items"; license = stdenv.lib.licenses.publicDomain; @@ -10105,7 +10183,6 @@ self: { buildDepends = [ base comonad-transformers containers data-lens hxt newtype ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/geo-osm"; description = "Parse OpenStreetMap files"; license = stdenv.lib.licenses.bsd3; @@ -10178,6 +10255,7 @@ self: { base containers cuda language-c-quote mainland-pretty mtl mwc-random process rdtsc text value-supply vector ]; + jailbreak = true; homepage = "https://github.com/svenssonjoel/Obsidian"; description = "Embedded language for GPU Programming"; license = stdenv.lib.licenses.bsd3; @@ -10204,6 +10282,7 @@ self: { sha256 = "1c4xbfkikyn1jh3qz0ycxzmx0zqfg5gliafb764942dvd851hljv"; buildDepends = [ base ]; testDepends = [ base QuickCheck ]; + jailbreak = true; homepage = "http://www.gekkou.co.uk/"; description = "Provides a wrapper for deriving word types with fewer bits"; license = stdenv.lib.licenses.bsd3; @@ -10217,7 +10296,6 @@ self: { sha256 = "05dax2r7rrdbsvxszxn13xcf24zq87xq8scxzvl2ccr2y29n0f5j"; buildDepends = [ base containers ]; testDepends = [ base containers hsc2hs HUnit ]; - configureFlags = [ "-f-useinstalledomega" ]; description = "Integer sets and relations using Presburger arithmetic"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10278,7 +10356,6 @@ self: { sha256 = "0m29p6mm87lbx1507n9w4ara4l1xva8j42xjp0771ngx4sbphn2y"; buildDepends = [ base OpenGL ]; extraLibraries = [ openal ]; - configureFlags = [ "-fusenativewindowslibraries" ]; homepage = "https://github.com/haskell-openal/ALUT"; description = "A binding to the OpenAL cross-platform 3D audio API"; license = stdenv.lib.licenses.bsd3; @@ -10294,6 +10371,7 @@ self: { testDepends = [ base QuickCheck ]; buildTools = [ c2hs ]; extraLibraries = [ OpenCL ]; + jailbreak = true; homepage = "https://github.com/IFCA/opencl"; description = "Haskell high-level wrapper for OpenCL"; license = stdenv.lib.licenses.bsd3; @@ -10306,6 +10384,7 @@ self: { version = "1.0.1001"; sha256 = "1a9nlrmxp3jwc3hbj79xm35aypfby04qy01fk4vyrp19diiinl07"; buildDepends = [ base bytestring mtl ]; + jailbreak = true; homepage = "http://vis.renci.org/jeff/opencl"; description = "The OpenCL Standard for heterogenous data-parallel computing"; license = stdenv.lib.licenses.bsd3; @@ -10318,7 +10397,6 @@ self: { version = "0.1.0.3"; sha256 = "0xlm26jksp4jf1dhkpg4708r1ak5mjdc5x5fjp4fhizmzlk3348s"; buildDepends = [ base bytestring mtl ]; - configureFlags = [ "-f-link" ]; homepage = "https://github.com/jkarlson/OpenCLWrappers"; description = "The OpenCL Standard for heterogenous data-parallel computing"; license = stdenv.lib.licenses.bsd3; @@ -10358,9 +10436,6 @@ self: { sha256 = "0hnsmijgvy04d02d0gwk4bl6imhlpwgdcsp1livvca59hzc7r8m3"; buildDepends = [ base ]; extraLibraries = [ mesa ]; - configureFlags = [ - "-fuseglxgetprocaddress" "-fusenativewindowslibraries" - ]; homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A raw binding for the OpenGL graphics system"; license = stdenv.lib.licenses.bsd3; @@ -10373,6 +10448,7 @@ self: { version = "1.2.0.1"; sha256 = "1v848qhjksiwc8617fif4dbvw40xfnz39fpkcsv52mkh66flnv9j"; buildDepends = [ OpenGLRaw ]; + jailbreak = true; description = "The intersection of OpenGL 2.1 and OpenGL 3.1 Core"; license = "unknown"; }) {}; @@ -10426,7 +10502,7 @@ self: { version = "1.0"; sha256 = "1b880lrzdxww3j19zspnj49ifsn89n0ac1h5xf7nn83847k8q2qk"; buildDepends = [ array base containers mtl ]; - configureFlags = [ "-f-useoldmap" "-f-mapoperad" ]; + jailbreak = true; homepage = "http://math.stanford.edu/~mik/operads"; description = "Groebner basis computation for Operads"; license = stdenv.lib.licenses.bsd3; @@ -10455,6 +10531,7 @@ self: { base containers haskell-src-exts haskell-src-meta mtl split syb template-haskell ]; + jailbreak = true; description = "A quasiquoter for or-patterns"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10533,7 +10610,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring containers ]; - configureFlags = [ "-f-tests" ]; homepage = "http://www.github.com/rotskoff"; description = "A library for analysis of 3-D protein coordinates"; license = stdenv.lib.licenses.gpl3; @@ -10560,7 +10636,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers mtl network network-uri xml ]; - configureFlags = [ "-fnetwork-uri" "-futf8cgi" "-f-utf8terminal" ]; homepage = "http://msakai.jp/hiki/?hsPTQ"; description = "An implementation of Montague's PTQ"; license = "LGPL"; @@ -10601,6 +10676,7 @@ self: { base crypto-numbers crypto-random HUnit QuickCheck test-framework test-framework-quickcheck2 test-framework-th ]; + jailbreak = true; description = "a simple Paillier cryptosystem"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10619,6 +10695,7 @@ self: { Agda base containers directory filepath mtl pandoc pandoc-types QuickCheck text time xhtml ]; + jailbreak = true; description = "Pandoc support for literate Agda"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10644,7 +10721,6 @@ self: { random test-framework test-framework-hunit test-framework-quickcheck2 text typelevel-tensor vector ]; - configureFlags = [ "-ftest" ]; homepage = "http://www.paraiso-lang.org/wiki/index.php/Main_Page"; description = "a code generator for partial differential equations solvers"; license = stdenv.lib.licenses.bsd3; @@ -10709,6 +10785,7 @@ self: { version = "0.1.0.0"; sha256 = "12lxylmpi2f1ahy6w1n7jmwn9kay4hajgr95xbnqqdzv4dw6whzw"; buildDepends = [ base QuickCheck ]; + jailbreak = true; homepage = "https://github.com/VictorDenisov/PasswordGenerator"; description = "Simple library for generating passwords"; license = stdenv.lib.licenses.mit; @@ -10785,6 +10862,7 @@ self: { version = "0.2"; sha256 = "0lmmsvqbnw0k321254xfqlzmddvymy0mj50ax7caqj2fnarfgy4l"; buildDepends = [ base ReplicateEffects ]; + jailbreak = true; homepage = "https://github.com/MedeaMelana/PermuteEffects"; description = "Permutations of effectful computations"; license = stdenv.lib.licenses.bsd3; @@ -10827,7 +10905,6 @@ self: { buildDepends = [ base containers directory mtl random regex-compat ]; - configureFlags = [ "-f-prof" ]; homepage = "freizl.github.com"; description = "Play Hangman Game"; license = stdenv.lib.licenses.bsd3; @@ -10844,6 +10921,7 @@ self: { buildDepends = [ base HUnit MonadRandom QuickCheck random-shuffle ]; + jailbreak = true; description = "Playing cards api"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10862,7 +10940,6 @@ self: { base Chart Chart-cairo containers data-default-class glib gtk lens linear stm text time ]; - configureFlags = [ "-f-examples" ]; description = "Real-time line plotter for protobuf-like data"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -10919,7 +10996,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring network splice ]; - configureFlags = [ "-f-llvm" "-f-static" "-f-threaded" ]; homepage = "http://fusion.corsis.eu"; description = "high-performance distributed reverse / forward proxy & tunneling for TCP"; license = stdenv.lib.licenses.gpl3; @@ -11056,7 +11132,6 @@ self: { parsec pretty process pugs-compat pugs-DrIFT random stm stringtable-atom time utf8-string ]; - configureFlags = [ "-fperl5" ]; homepage = "http://pugscode.org/"; description = "A Perl 6 Implementation"; license = stdenv.lib.licenses.bsd3; @@ -11168,6 +11243,7 @@ self: { version = "0.10.1"; sha256 = "0r4qv6xw03g79sn1889vv1rzpkcpjm9lmipvxdl0l1d8r8kvxdxw"; buildDepends = [ base composition lens ]; + jailbreak = true; description = "QuadTree library for Haskell, with lens support"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -11197,6 +11273,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base haskell-src-exts ]; + jailbreak = true; homepage = "http://code.haskell.org/QuickAnnotate/"; description = "Annotation Framework"; license = stdenv.lib.licenses.bsd3; @@ -11214,7 +11291,6 @@ self: { base random template-haskell tf-random transformers ]; testDepends = [ base template-haskell test-framework ]; - configureFlags = [ "-ftemplatehaskell" "-fbase4" "-fbase3" ]; homepage = "https://github.com/nick8325/quickcheck"; description = "Automatic testing of Haskell programs"; license = stdenv.lib.licenses.bsd3; @@ -11227,6 +11303,7 @@ self: { version = "0.1.3"; sha256 = "16zxmq0y8ayq9dgmgyfdm3fnjjhv452cymfam1zjmaabrayllkpp"; buildDepends = [ base mtl QuickCheck random ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/QuickCheck-GenT"; description = "A GenT monad transformer for QuickCheck library"; license = stdenv.lib.licenses.mit; @@ -11285,6 +11362,7 @@ self: { base HDBC HDBC-postgresql mtl old-time parsec redHandlers xhtml yuiGrid ]; + jailbreak = true; description = "A framework for writing RESTful applications"; license = "unknown"; }) {}; @@ -11375,6 +11453,7 @@ self: { base Biobase BiobaseTurner BiobaseTypes BiobaseVienna cmdargs containers HsTools primitive PrimitiveArray RNAFold split vector ]; + jailbreak = true; description = "RNA secondary structure folding"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -11439,7 +11518,7 @@ self: { deepseq directory parallel PrimitiveArray random split StatisticalMethods vector ]; - configureFlags = [ "-f-llvm" ]; + jailbreak = true; homepage = "http://www.tbi.univie.ac.at/software/rnawolf/"; description = "RNA folding with non-canonical basepairs and base-triplets"; license = stdenv.lib.licenses.gpl3; @@ -11534,6 +11613,7 @@ self: { version = "0.1.0.0"; sha256 = "0759508s75zba89jjr56sqpm7idgwsxynmf9zl9hwrz9q11fxrqh"; buildDepends = [ base ]; + jailbreak = true; description = "Data structure for managing ranges"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -11602,7 +11682,6 @@ self: { base binary criterion deepseq directory filepath FontyFruity JuicyPixels QuickCheck statistics vector ]; - configureFlags = [ "-fembed_linear" ]; description = "A pure haskell drawing engine"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -11617,6 +11696,7 @@ self: { isExecutable = true; buildDepends = [ base system-filepath text ]; testDepends = [ base hspec system-filepath text ]; + jailbreak = true; homepage = "http://github.com/rampion/ReadArgs"; description = "Simple command line argument parsing"; license = stdenv.lib.licenses.bsd3; @@ -11653,6 +11733,7 @@ self: { version = "0.1.1.0"; sha256 = "15qikbjbydbabc26skhavshzrsaz17a71q8hfxqvi5ix2bhhz4hm"; buildDepends = [ base ghc-prim ]; + jailbreak = true; homepage = "https://bitbucket.org/carter/ref"; description = "Generic Mutable Ref Abstraction Layer"; license = stdenv.lib.licenses.bsd3; @@ -11687,7 +11768,6 @@ self: { base bytestring cassava cmdargs cond containers directory glpk-hs matrix MissingH vector ]; - configureFlags = [ "-f-documentation" "-f-debug" ]; homepage = "https://github.com/pablocouto/Referees"; description = "A utility for computing distributions of material to review among reviewers"; license = stdenv.lib.licenses.gpl3; @@ -11750,7 +11830,6 @@ self: { temporary text transformers trifecta utf8-string vector zlib ]; testDepends = [ base doctest ]; - configureFlags = [ "-frepa" ]; homepage = "http://code.haskell.org/~aavogt/Rlang-QQ"; description = "quasiquoter for inline-R code"; license = stdenv.lib.licenses.bsd3; @@ -11900,6 +11979,7 @@ self: { sha256 = "03ng8kih285pvwj06jdwk4hkyyyb8j666pnvagnw5hsjhq60r8h6"; buildDepends = [ base ]; extraLibraries = [ SDL2 SDL2_ttf ]; + jailbreak = true; description = "Binding to libSDL-ttf"; license = stdenv.lib.licenses.mit; }) { inherit (pkgs) SDL2; SDL2_ttf = null;}; @@ -11967,6 +12047,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base GLUT OpenGL SG ]; + jailbreak = true; description = "An example of using the SG and OpenGL libraries"; license = "GPL"; }) {}; @@ -11980,7 +12061,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base binary bytestring ]; - configureFlags = [ "-fdecoderinterface" "-f-exe" "-f-test" ]; description = "Implementations of the SHA suite of message digest functions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12024,6 +12104,7 @@ self: { base bindings-DSL containers data-default lens mtl transformers ]; buildTools = [ c2hsc ]; + jailbreak = true; homepage = "http://www.snet-home.org/"; description = "Declarative coördination language for streaming networks"; license = stdenv.lib.licenses.gpl3; @@ -12063,7 +12144,6 @@ self: { version = "0.3.2"; sha256 = "1cl5bsc5mr3silcmbjylgw5qa04pf2np9mippxnsa4p3dk089gkh"; buildDepends = [ array base mtl ]; - configureFlags = [ "-fsplitbase" ]; description = "A monad transformer version of the ST monad"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12081,6 +12161,7 @@ self: { buildDepends = [ base haskell98 language-c pretty svgutils syb xml ]; + jailbreak = true; homepage = "http://www.informatik.uni-kiel.de/~jgr/svg2q"; description = "Code generation tool for Quartz code from a SVG"; license = stdenv.lib.licenses.bsd3; @@ -12126,6 +12207,7 @@ self: { buildDepends = [ base binary bytestring data-binary-ieee754 split ]; + jailbreak = true; homepage = "https://github.com/siddhanathan/SWMMoutGetMB"; description = "A parser for SWMM 5 binary .OUT files"; license = stdenv.lib.licenses.gpl3; @@ -12145,6 +12227,7 @@ self: { array base containers filepath loch-th pretty text transformers wl-pprint-text xml ]; + jailbreak = true; description = "Generate a parser (in Haskell) with the SableCC parser generator"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12183,7 +12266,6 @@ self: { sha256 = "0915mwi1ksa85in03vzm5hqbvk6ih7l0zslg5cmy7j9fc0jhgwgd"; buildDepends = [ base bytestring file-embed ]; extraLibraries = [ glib mono ]; - configureFlags = [ "-f-use_mono" ]; homepage = "http://haskell.org/haskellwiki/Salsa"; description = "A .NET Bridge for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -12203,6 +12285,7 @@ self: { base bytestring directory filepath HFuse hsyslog process regex-compat sqlite-simple unix ]; + jailbreak = true; homepage = "http://github.com/hirschenberger/ScratchFS"; description = "Size limited temp filesystem based on fuse"; license = stdenv.lib.licenses.gpl3; @@ -12236,7 +12319,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-test" ]; description = "Data structure for querying the set (or count) of intervals covering given point"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12255,6 +12337,7 @@ self: { base bytestring classify containers mongoDB mtl network process split tagsoup text ]; + jailbreak = true; description = "Command-line tool for maintaining the Semantique database"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -12266,7 +12349,6 @@ self: { version = "0.0.7"; sha256 = "1mdw1z50gr02j5hycki5rl95b1yk7xfrdk056ajw9ghw48s0jpx6"; buildDepends = [ base bytestring containers mtl ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://bitbucket.org/dibblego/semigroup/"; description = "A semigroup"; license = stdenv.lib.licenses.bsd3; @@ -12283,6 +12365,7 @@ self: { buildDepends = [ base directory filepath hslogger mtl old-locale random time ]; + jailbreak = true; description = "Easy Loggingframework"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -12317,7 +12400,6 @@ self: { version = "0.9.5.2"; sha256 = "1js9la0hziqsmb56q9kzfycda2sw3xm4kv2y5q2h3zlw5gzc5xli"; buildDepends = [ base directory mtl unix ]; - configureFlags = [ "-fbase4" ]; homepage = "http://rwd.rdockins.name/shellac/home/"; description = "A framework for creating shell envinronments"; license = stdenv.lib.licenses.bsd3; @@ -12330,7 +12412,6 @@ self: { version = "0.9.5.2"; sha256 = "134m0krbd3vlswjxdfvv9xy9x962g7ksg1mqmmgczss9ph2dx08i"; buildDepends = [ base Shellac Shellac-editline ]; - configureFlags = [ "-f-usereadline" "-fuseeditline" ]; homepage = "http://rwd.rdockins.name/shellac/home/"; description = "\"compatline\" backend module for Shellac"; license = stdenv.lib.licenses.bsd3; @@ -12428,6 +12509,7 @@ self: { version = "0.9.3"; sha256 = "0c674q5jiqvscc53m0z5vkmljla29pcll15gbvxr86pqxwmqm5hr"; buildDepends = [ base GLFW JuicyPixels OpenGL SimpleH vector ]; + jailbreak = true; description = "A Simple Graphics Library from the SimpleH framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12444,6 +12526,7 @@ self: { base bytestring clock containers cpu directory filepath network time unix ]; + jailbreak = true; description = "A light, clean and powerful Haskell utility library"; license = "unknown"; }) {}; @@ -12463,6 +12546,7 @@ self: { ForkableT monad-control mtl old-locale resourcet semigroups stm template-haskell text th-lift time transformers transformers-base ]; + jailbreak = true; homepage = "https://github.com/exFalso/SimpleLog/"; description = "Simple, configurable logging"; license = stdenv.lib.licenses.bsd3; @@ -12490,6 +12574,7 @@ self: { buildDepends = [ base containers DifferenceLogic FirstOrderTheory HUnit Proper ]; + jailbreak = true; description = "A tiny, lazy SMT solver"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12512,7 +12597,7 @@ self: { ]; buildTools = [ cpphs ]; extraLibraries = [ zip ]; - configureFlags = [ "-f-debug" ]; + jailbreak = true; homepage = "http://bitbucket.org/jetxee/snusmumrik/"; description = "E-library directory based on FUSE virtual file system"; license = stdenv.lib.licenses.bsd3; @@ -12530,6 +12615,7 @@ self: { base concurrent-supply containers monad-coroutine mtl stm transformers ]; + jailbreak = true; homepage = "http://www.soos-project.eu/"; description = "Abstract full system simulator"; license = stdenv.lib.licenses.bsd3; @@ -12549,6 +12635,7 @@ self: { base base-unicode-symbols binary derive directory mtl process random zlib ]; + jailbreak = true; homepage = "http://www.cs.ru.nl/~peter88/SoccerFun/SoccerFun.html"; description = "Football simulation framework for teaching functional programming"; license = stdenv.lib.licenses.bsd3; @@ -12568,6 +12655,7 @@ self: { base base-unicode-symbols binary GLUT OpenGL process random SoccerFun ]; + jailbreak = true; homepage = "http://www.cs.ru.nl/~peter88/SoccerFun/SoccerFun.html"; description = "OpenGL UI for the SoccerFun framework"; license = stdenv.lib.licenses.bsd3; @@ -12600,6 +12688,7 @@ self: { base Cabal containers directory fgl filepath Graphalyze graphviz haskell-src-exts mtl multiset random ]; + jailbreak = true; description = "Static code analysis using graph-theoretic techniques"; license = "GPL"; }) {}; @@ -12633,6 +12722,7 @@ self: { base containers enummapset-th filepath LambdaHack template-haskell text ]; + jailbreak = true; homepage = "https://github.com/tuturto/space-privateers"; description = "Simple space pirate roguelike"; license = stdenv.lib.licenses.bsd3; @@ -12670,6 +12760,7 @@ self: { version = "0.2.0.1"; sha256 = "1vcrl5dqjn0ri9ybza2yv80xvbv2iwrz5hj5rbhgy6i803ixlpx0"; buildDepends = [ base http-types Spock text time ]; + jailbreak = true; homepage = "https://github.com/agrafix/Spock-auth"; description = "Provides authentification helpers for Spock"; license = stdenv.lib.licenses.bsd3; @@ -12742,6 +12833,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers ]; + jailbreak = true; homepage = "https://github.com/zcourts/Stasis"; description = "A simple MVCC like library"; license = stdenv.lib.licenses.bsd3; @@ -12804,6 +12896,7 @@ self: { version = "1.6.0.3"; sha256 = "1cicz4d5kyl9j4y3p79m3fk56vcqk3220a6y536dw525x6180dzw"; buildDepends = [ base containers ]; + jailbreak = true; description = "An abstract data type designed for the exchange of tree-like data structures"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12822,6 +12915,7 @@ self: { base directory haskell-src mtl pretty process Strafunski-ATermLib Strafunski-StrategyLib template-haskell ]; + jailbreak = true; description = "Converts SDF to Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12833,6 +12927,7 @@ self: { version = "5.0.0.5"; sha256 = "13w3vj6nwky891rk3yi9977i2wg09zc0kvhyrx2219zdv2z6i0xg"; buildDepends = [ base directory mtl syb transformers ]; + jailbreak = true; description = "Library for strategic programming"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -12850,6 +12945,7 @@ self: { parsec text transformers ]; testDepends = [ base blaze-builder bytestring hspec text ]; + jailbreak = true; homepage = "https://github.com/hansonkd/StrappedTemplates"; description = "General purpose templates in haskell"; license = stdenv.lib.licenses.bsd3; @@ -12900,6 +12996,7 @@ self: { buildDepends = [ base containers mtl syb-with-class template-haskell TypeCompose ]; + jailbreak = true; description = "Library which aids constructing generic (SYB3-based) widgets"; license = "LGPL"; }) {}; @@ -12969,6 +13066,7 @@ self: { base containers deepseq fgl free haskeline hmatrix integration list-extras mtl numeric-tools parallel stream-fusion ]; + jailbreak = true; description = "Utilities for condensed matter physics tight binding calculations"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13052,6 +13150,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cookbook ]; + jailbreak = true; description = "A client for Quill databases"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13079,9 +13178,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base mtl old-time time ]; - configureFlags = [ - "-f-buildtests" "-f-sqlite" "-f-postgres" "-f-oracle" "-f-odbc" - ]; description = "Database library with left-fold interface, for PostgreSQL, Oracle, SQLite, ODBC"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13181,6 +13277,7 @@ self: { sha256 = "0yk496zql0jpyj83ybdzffc03sylf5pwn093k831m99j54l2r5yv"; editedCabalFile = "56a8ab041685777391702f1475e5c2a3462b36765bd53de2e21e1f55aa5999d9"; buildDepends = [ base binary bytestring ghc-prim HTTP network ]; + jailbreak = true; homepage = "http://thrift.apache.org"; description = "Haskell bindings for the Apache Thrift RPC system"; license = "unknown"; @@ -13198,7 +13295,6 @@ self: { base containers HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-fsmall_base" ]; description = "A sub-project (exercise) for a functional programming course"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13281,6 +13377,7 @@ self: { base containers mtl QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://github.com/clux/tournament.hs"; description = "Tournament related algorithms"; license = stdenv.lib.licenses.mit; @@ -13330,6 +13427,7 @@ self: { version = "0.0.2"; sha256 = "1lcj166i8f7850fqjv7xqxdn6zwpdynzxn3bf243wdnwmnn5pysx"; buildDepends = [ base ]; + jailbreak = true; homepage = "http://www.github.com/bhickey/TreeStructures"; description = "A collection of heaps and search trees"; license = stdenv.lib.licenses.bsd3; @@ -13358,6 +13456,7 @@ self: { base containers diagrams-cairo diagrams-lib mtl optparse-applicative time ]; + jailbreak = true; description = "A simple trend Graph script"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -13375,7 +13474,6 @@ self: { base bytestring containers primitive template-haskell th-expand-syns transformers unpack-funcs vector ]; - configureFlags = [ "-f-llvm" ]; description = "Automatic type inference of generalized tries with Template Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13569,6 +13667,7 @@ self: { version = "0.1.7"; sha256 = "1y21v5k7s9sj8z5r3czp5i80x40zvyqxzr1xl28ardwj5q5rrvzp"; buildDepends = [ base cgi MaybeT mtl ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/UrlDisp"; description = "Url dispatcher. Helps to retain friendly URLs in web applications."; license = stdenv.lib.licenses.bsd3; @@ -13592,7 +13691,6 @@ self: { version = "0.0.4"; sha256 = "1mjy3w4sw32rbmm13yhmpidfsj91v3p58jvki16z0kzk3fswpa85"; buildDepends = [ base ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/utility-tm"; description = "Utility functions that are missing from the standard library"; license = stdenv.lib.licenses.bsd3; @@ -13630,7 +13728,7 @@ self: { version = "0.2.0"; sha256 = "10smif8y5bgjiarag3ws131kwji32mlh6mqfnmmp20xf41fsm0z3"; buildDepends = [ base bifunctors semigroupoids semigroups ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "https://github.com/tonymorris/validation"; description = "A data-type like Either but with an accumulating Applicative"; license = stdenv.lib.licenses.bsd3; @@ -13655,6 +13753,7 @@ self: { version = "1.0.6"; sha256 = "0zxxpychddmlrv7r190gn4dl282ak4qfk2d92l24qxi9fds1rshk"; buildDepends = [ base Boolean Vec ]; + jailbreak = true; description = "Provides Boolean instances for the Vec package"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13730,6 +13829,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory filepath mtl unix WL500gPLib ]; + jailbreak = true; description = "A simple command line tools to control the Asus WL500gP router"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13743,6 +13843,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base curl mtl tagsoup ]; + jailbreak = true; description = "A simple library to access to the WL 500gP router from the Haskell code"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13784,7 +13885,6 @@ self: { version = "0.0.1"; sha256 = "0vv8s483g3dkxyk833cjczj0a5zxiy9xh56kij6n0jjyzxb9bz0k"; buildDepends = [ base containers wx wxcore ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://wewantarock.wordpress.com"; description = "WXDiffCtrl"; license = stdenv.lib.licenses.bsd3; @@ -13804,6 +13904,7 @@ self: { base containers directory ghc-paths haskell98 parsec process regex-compat ]; + jailbreak = true; homepage = "http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/"; description = "WASH is a family of EDSLs for programming Web applications in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -13830,6 +13931,7 @@ self: { version = "1.0.2"; sha256 = "18dd52970cd27kra4l89vvrx2mrdbqd4w4f76xrq3142daxsagal"; buildDepends = [ base containers mtl parsec pretty syb WebBits ]; + jailbreak = true; homepage = "http://www.cs.brown.edu/research/plt/"; description = "JavaScript analysis tools"; license = "LGPL"; @@ -13846,6 +13948,7 @@ self: { buildDepends = [ base multiplate multiplate-simplified transformers WebBits ]; + jailbreak = true; description = "A Multiplate instance for JavaScript"; license = stdenv.lib.licenses.mit; }) {}; @@ -13878,6 +13981,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base parsec ]; + jailbreak = true; homepage = "https://github.com/cameronbwhite/WeberLogic"; description = "Logic interpreter"; license = stdenv.lib.licenses.bsd3; @@ -13900,7 +14004,7 @@ self: { HTTP hxt mtl network parsec process regex-pcre-builtin template-haskell text transformers unordered-containers vector ]; - configureFlags = [ "-f-optimize" ]; + jailbreak = true; description = "Regexp-like engine to scrap web data"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -13925,6 +14029,7 @@ self: { base HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text ]; + jailbreak = true; homepage = "https://github.com/hansonkd/Wheb-Framework"; description = "The frictionless WAI Framework"; license = stdenv.lib.licenses.bsd3; @@ -13964,6 +14069,7 @@ self: { version = "0.2.1"; sha256 = "1y2war9adqkwc3zy2g45nvg7ccp4axdbjkn54mnhf34q6n4dwwg8"; buildDepends = [ base text Win32 Win32-errors ]; + jailbreak = true; homepage = "http://github.com/mikesteele81/win32-dhcp-server"; description = "Win32 DHCP Server Management API"; license = stdenv.lib.licenses.bsd3; @@ -13976,6 +14082,7 @@ self: { version = "0.2.1"; sha256 = "13rqqk06r3rc9j6j72qcna26lj0r2fbrzys9zgr91knik9msl5di"; buildDepends = [ base template-haskell text Win32 ]; + jailbreak = true; homepage = "http://github.com/mikesteele81/win32-errors"; description = "Alternative error handling for Win32 foreign calls"; license = stdenv.lib.licenses.bsd3; @@ -14001,6 +14108,7 @@ self: { version = "0.2"; sha256 = "1cbk6d47h83pp77522j55yy90vhi0d1jjb7rd1s98k6422fb316s"; buildDepends = [ base text Win32 Win32-errors ]; + jailbreak = true; homepage = "http://github.com/mikesteele81/Win32-junction-point"; description = "Support for manipulating NTFS junction points"; license = stdenv.lib.licenses.bsd3; @@ -14040,7 +14148,6 @@ self: { version = "0.1.2.0"; sha256 = "01fvb9sraqw1ar5pvs8s23y8syix50wh6yifsm65fs4vy1nk3xfb"; buildDepends = [ base directory filepath Win32 Win32-services ]; - configureFlags = [ "-f-warn-as-error" ]; description = "Wrapper code for making a Win32 service"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -14079,7 +14186,6 @@ self: { version = "0.1.3"; sha256 = "1ab5wybawa3dfq89dn0g3zdhsqd03bcm3qky2d4z6irw7afdqrr8"; buildDepends = [ array base containers filepath ]; - configureFlags = [ "-fsmall_base" ]; description = "Haskell interface to the WordNet database"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -14123,6 +14229,7 @@ self: { version = "0.8.1"; sha256 = "0lvbdmb1qwsz8bz0z715nzgbpshfckm4syk1ny52akkb4ddkrd60"; buildDepends = [ base containers mtl SybWidget wx wxcore xtc ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/WxGeneric"; description = "Generic (SYB3) construction of wxHaskell widgets"; license = "LGPL"; @@ -14156,6 +14263,7 @@ self: { editedCabalFile = "f7b315acd1fb4d44ee6312b2e8d397b7cda103cf5e9e8ca6867389ef6cadff3c"; buildDepends = [ base X11 ]; extraLibraries = [ libX11 ]; + jailbreak = true; description = "Missing bindings to the X11 graphics library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs.xlibs) libX11;}; @@ -14208,6 +14316,9 @@ self: { buildDepends = [ base utf8-string X11 ]; extraLibraries = [ fontconfig freetype pkgconfig ]; pkgconfigDepends = [ libXft ]; + configureFlags = [ + "--extra-include-dirs=${freetype}/include/freetype2" + ]; description = "Bindings to the Xft, X Free Type interface library, and some Xrender parts"; license = "LGPL"; }) { inherit (pkgs) fontconfig; inherit (pkgs) freetype; @@ -14273,6 +14384,7 @@ self: { buildDepends = [ base haskell98 hsdns mtl network parsec random utf8-string ]; + jailbreak = true; homepage = "http://kagami.touhou.ru/projects/show/matsuri"; description = "XMPP library"; license = stdenv.lib.licenses.bsd3; @@ -14290,6 +14402,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base cgi containers hsparql pretty rdf4h text ]; + jailbreak = true; homepage = "http://hafiz.myweb.cs.uwindsor.ca/proHome.html"; description = "An implementation of a polynomial-time top-down parser suitable for NLP"; license = stdenv.lib.licenses.bsd3; @@ -14398,7 +14511,7 @@ self: { yesod-default yesod-form yesod-newsfeed yesod-platform yesod-recaptcha yesod-static ]; - configureFlags = [ "-f-library-only" "-f-dev" ]; + jailbreak = true; homepage = "http://gitweb.konn-san.com/repo/Yablog/tree/master"; description = "A simple blog engine powered by Yesod"; license = stdenv.lib.licenses.bsd3; @@ -14417,7 +14530,6 @@ self: { buildDepends = [ base bytestring containers directory dlist HUnit regex-compat ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://www.ben-kiki.org/oren/YamlReference"; description = "YAML reference implementation"; license = "LGPL"; @@ -14446,7 +14558,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base bytestring containers HCodecs Yampa ]; - configureFlags = [ "-f-gtk" "-f-openal" "-fwav" ]; homepage = "http://www-db.informatik.uni-tuebingen.de/team/giorgidze"; description = "Software synthesizer"; license = stdenv.lib.licenses.bsd3; @@ -14476,7 +14587,6 @@ self: { base containers mtl network old-locale process readline regex-posix syb time ]; - configureFlags = [ "-freadline" ]; homepage = "http://code.google.com/p/yogurt-mud/"; description = "A MUD client library"; license = stdenv.lib.licenses.bsd3; @@ -14607,6 +14717,7 @@ self: { sha256 = "1lxsn3n77fk7jl8i76nffj1zngvi2s38y17s54ha29h8hrp3s3dg"; buildDepends = [ base parsec text ]; testDepends = [ base HUnit text ]; + jailbreak = true; homepage = "http://github.com/marcotmarcot/abacate"; description = "Parser for a language similar to Cucumber's Gherkin"; license = "unknown"; @@ -14645,7 +14756,6 @@ self: { ]; buildTools = [ c2hs ]; extraLibraries = [ abc ]; - configureFlags = [ "-fenable-pthreads" ]; description = "Bindings for ABC, A System for Sequential Synthesis and Verification"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) abc;}; @@ -14686,7 +14796,6 @@ self: { version = "0.3"; sha256 = "18jwswjxwzc9bjiy4ds6hw2a74ki797jmfcifxd2ga4kh7ri1ah9"; buildDepends = [ array base containers random time ]; - configureFlags = [ "-f-usecas" ]; homepage = "https://github.com/rrnewton/haskell-lockfree/wiki"; description = "Abstract, parameterized interface to mutable Deques"; license = stdenv.lib.licenses.bsd3; @@ -14732,7 +14841,6 @@ self: { version = "0.3.3"; sha256 = "0k1730mg2vyf21837fc459m8si1ffnbj78cdkbgglp2vn51f3nz4"; buildDepends = [ abstract-par accelerate array base vector ]; - configureFlags = [ "-fnewaccelerate" "-f-io" ]; homepage = "https://github.com/simonmar/monad-par"; description = "Provides the class ParAccelerate, nothing more"; license = stdenv.lib.licenses.bsd3; @@ -14760,6 +14868,7 @@ self: { version = "0.2.0.5"; sha256 = "00s2nvd85l00kpl45ipaq4ypa1ymaxmvnaf5mdvdladg4icl50i4"; buildDepends = [ base hashable unordered-containers vector ]; + jailbreak = true; description = "Aho-Corasick string matching algorithm in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -14771,6 +14880,7 @@ self: { version = "0.1.0.0"; sha256 = "1nsnbvllwznbqycw33f09vfgqvqmqfkcbi367clm6k4v6rfswzl3"; buildDepends = [ ac-machine base conduit text ]; + jailbreak = true; description = "Drive Aho-Corasick machines in Conduit pipelines"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -14789,10 +14899,6 @@ self: { array base containers fclabels ghc-prim hashable hashtables pretty template-haskell unordered-containers ]; - configureFlags = [ - "-f-internal-checks" "-f-unsafe-checks" "-fbounds-checks" - "-f-more-pp" "-f-debug" - ]; homepage = "https://github.com/AccelerateHS/accelerate/"; description = "An embedded language for accelerated array processing"; license = stdenv.lib.licenses.bsd3; @@ -14830,7 +14936,7 @@ self: { accelerate accelerate-arithmetic accelerate-cuda accelerate-io accelerate-utility base cublas cuda random utility-ht vector ]; - configureFlags = [ "-f-buildexamples" ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/accelerate-cublas/"; description = "Basic Linear Algebra using native CUBLAS library"; license = stdenv.lib.licenses.bsd3; @@ -14854,10 +14960,7 @@ self: { mainland-pretty mtl old-time pretty process SafeSemaphore srcloc template-haskell text transformers unix unordered-containers ]; - configureFlags = [ - "-f-internal-checks" "-f-unsafe-checks" "-fbounds-checks" - "-f-debug" - ]; + jailbreak = true; homepage = "https://github.com/AccelerateHS/accelerate-cuda/"; description = "Accelerate backend for NVIDIA GPUs"; license = stdenv.lib.licenses.bsd3; @@ -14877,7 +14980,6 @@ self: { accelerate accelerate-cuda accelerate-fourier accelerate-utility base cuda cufft ]; - configureFlags = [ "-f-buildexamples" ]; homepage = "http://code.haskell.org/~thielema/accelerate-cufft/"; description = "Accelerate frontend to the CUFFT library (Fourier transform)"; license = stdenv.lib.licenses.bsd3; @@ -14893,12 +14995,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ accelerate-cuda ekg ]; - configureFlags = [ - "-f-opencl" "-f-kmeans" "-f-ray" "-f-pagerank" "-f-fft" - "-f-hashcat" "-f-smoothlife" "-f-nbody" "-f-fluid" "-f-mandelbrot" - "-f-canny" "-f-crystal" "-f-smvm" "-f-nofib" "-fllvm-multi" - "-f-llvm-gpu" "-f-llvm-cpu" "-f-opencl" "-fcuda" "-fekg" "-fgui" - ]; + configureFlags = [ "-f-opencl" ]; homepage = "https://github.com/AccelerateHS/accelerate-examples"; description = "Examples using the Accelerate library"; license = stdenv.lib.licenses.bsd3; @@ -14912,7 +15009,6 @@ self: { sha256 = "0nxlw8z7bnr29vp24qbbwwmq9rj2q6jqqkmm46pp8dp582y4yk6v"; editedCabalFile = "c23b93ae20f528782aeb10b528fa2a7847cce5c1aa9db546f3b000d7f05f53ca"; buildDepends = [ accelerate accelerate-cuda base cuda cufft ]; - configureFlags = [ "-fcuda" ]; homepage = "https://github.com/AccelerateHS/accelerate-fft"; description = "FFT using the Accelerate library"; license = stdenv.lib.licenses.bsd3; @@ -14987,9 +15083,6 @@ self: { buildDepends = [ accelerate array base bmp bytestring repa vector ]; - configureFlags = [ - "-f-internal-checks" "-f-unsafe-checks" "-fbounds-checks" - ]; homepage = "https://github.com/AccelerateHS/accelerate-io"; description = "Read and write Accelerate arrays in various formats"; license = stdenv.lib.licenses.bsd3; @@ -15014,6 +15107,7 @@ self: { version = "0.9.4"; sha256 = "16hgs81cs3zgbvsprh9lzvyxbh58g7rijf1d4j0dkrpnqnrvg0hy"; buildDepends = [ base bytestring HTTP json network text ]; + jailbreak = true; homepage = "http://accentuate.us/"; description = "A Haskell implementation of the Accentuate.us API."; license = stdenv.lib.licenses.bsd3; @@ -15026,6 +15120,7 @@ self: { version = "0.1.0.4"; sha256 = "13kg8mjrnif88r0w7b041x4vmzdm9aqrx4fskc3qv3smpq2q2ngs"; buildDepends = [ base filepath old-time time unix ]; + jailbreak = true; homepage = "http://www.github.com/batterseapower/access-time"; description = "Cross-platform support for retrieving file access times"; license = stdenv.lib.licenses.bsd3; @@ -15077,6 +15172,7 @@ self: { buildDepends = [ acid-state base directory HsOpenSSL network safecopy ]; + jailbreak = true; homepage = "http://acid-state.seize.it/"; description = "Add TLS support for Data.Acid.Remote"; license = stdenv.lib.licenses.publicDomain; @@ -15134,6 +15230,7 @@ self: { version = "0.1.0.0"; sha256 = "1sc0alwdgfls18y4q4y0qkbzqm4fgzd9yv6dwwnzw3472vsz2x8s"; buildDepends = [ base comonad ]; + jailbreak = true; description = "A more efficient dualization"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -15188,6 +15285,7 @@ self: { buildDepends = [ base bytestring extensible-exceptions mtl network pretty ]; + jailbreak = true; homepage = "http://www.happstack.com"; description = "fastest Haskell PONG server in the world"; license = stdenv.lib.licenses.bsd3; @@ -15271,6 +15369,7 @@ self: { version = "1.0.0.1"; sha256 = "0lnrsndx7r00b7vgh9jmp5j635m4pb2bzx0lfhqidkzfc2llzwsm"; buildDepends = [ base time ]; + jailbreak = true; description = "An interface to the philosophical and metaphysical \"now\""; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -15282,6 +15381,7 @@ self: { version = "0.3.0.0"; sha256 = "1p5rdssdmds6yqgv3yvlh835h180h9q9430j8i6qrhygqn8lmv87"; buildDepends = [ base template-haskell ]; + jailbreak = true; description = "Define the less than and add and subtract for nats"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -15356,6 +15456,7 @@ self: { version = "0.1"; sha256 = "1r6xnkyx22khzq6hlb8bk0fnbb6hlwbf12wajhx8vcxa7bkhh8lb"; buildDepends = [ base bytestring ]; + jailbreak = true; homepage = "https://github.com/ehird/acme-strfry"; description = "A binding to the glibc strfry function"; license = stdenv.lib.licenses.bsd3; @@ -15368,6 +15469,7 @@ self: { version = "1.0.0.0"; sha256 = "18wvsvdmbwh9dcawiy4f9pn4vg98kdq9zxc37sz7dpmaigimw16f"; buildDepends = [ base ]; + jailbreak = true; description = "Stringly Typed Programming"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -15421,6 +15523,7 @@ self: { testDepends = [ array base newtype QuickCheck semigroupoids semigroups vector-space ]; + jailbreak = true; description = "Abstractions for animation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -15446,6 +15549,7 @@ self: { old-time pandoc process pureMD5 QuickCheck simple-reflect snap-core snap-server split syb text time utf8-string xhtml ]; + jailbreak = true; description = "Haskell code presentation tool"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -15457,6 +15561,7 @@ self: { version = "0.3.0.2"; sha256 = "0wsrsxfaspv4xvw4wq3sllicc5v08rgpp1g76p24b9r9ghn7hrdv"; buildDepends = [ base QuickCheck ]; + jailbreak = true; description = "Basic definitions for activehs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -15498,7 +15603,6 @@ self: { transformers ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-f-lib-werror" ]; homepage = "http://github.com/ekmett/ad"; description = "Automatic Differentiation"; license = stdenv.lib.licenses.bsd3; @@ -15523,7 +15627,6 @@ self: { version = "0.2.0"; sha256 = "1kf4d3qf8nv61c7pajv234b2vil84c2cq40csnm456lg55qh53r1"; buildDepends = [ base template-haskell type-level ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://inmachina.net/~jwlato/haskell/"; description = "Self-optimizing tuple types"; license = stdenv.lib.licenses.bsd3; @@ -15644,6 +15747,7 @@ self: { buildDepends = [ base binary bytestring data-binary-ieee754 language-css mtl pretty ]; + jailbreak = true; homepage = "https://github.com/stepcut/ase2css"; description = "parse Adobe Swatch Exchange files and (optionally) output .css files with the colors"; license = stdenv.lib.licenses.bsd3; @@ -15665,9 +15769,7 @@ self: { array base containers htrace HUnit mtl QuickCheck random-shuffle test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ - "-f-debug" "-f-buildbenchmark2" "-f-buildbenchmark" "-f-buildtests" - ]; + jailbreak = true; homepage = "http://adp-multi.ruhoh.com"; description = "ADP for multiple context-free languages"; license = stdenv.lib.licenses.bsd3; @@ -15688,7 +15790,7 @@ self: { adp-multi base containers monadiccp mtl QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-f-buildbenchmark" ]; + jailbreak = true; homepage = "http://adp-multi.ruhoh.com"; description = "Subword construction in adp-multi using monadiccp"; license = stdenv.lib.licenses.bsd3; @@ -15715,7 +15817,6 @@ self: { template-haskell test-framework test-framework-hunit test-framework-quickcheck2 text time unordered-containers vector ]; - configureFlags = [ "-fold-locale" "-f-developer" ]; homepage = "https://github.com/bos/aeson"; description = "Fast JSON parsing and encoding"; license = stdenv.lib.licenses.bsd3; @@ -15733,6 +15834,7 @@ self: { aeson array attoparsec base bson bytestring containers text unordered-containers vector ]; + jailbreak = true; description = "Mapping between Aeson's JSON and Bson objects"; license = "unknown"; }) {}; @@ -15767,7 +15869,7 @@ self: { containers deepseq hashable mtl old-locale syb text time unordered-containers vector ]; - configureFlags = [ "-f-developer" ]; + jailbreak = true; homepage = "http://github.com/mailrank/aeson"; description = "Fast JSON parsing and encoding (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -15787,7 +15889,6 @@ self: { aeson attoparsec base bytestring cmdargs text unordered-containers vector ]; - configureFlags = [ "-f-lib-only" ]; homepage = "http://github.com/informatikr/aeson-pretty"; description = "JSON pretty-printing library and command-line tool"; license = stdenv.lib.licenses.bsd3; @@ -15835,6 +15936,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 text unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/timjb/aeson-schema"; description = "Haskell JSON schema validator and parser generator"; license = stdenv.lib.licenses.mit; @@ -15864,6 +15966,7 @@ self: { aeson base data-default template-haskell text unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/lassoinc/aeson-smart"; description = "Smart derivation of Aeson instances"; license = stdenv.lib.licenses.mit; @@ -15880,6 +15983,7 @@ self: { buildDepends = [ aeson attoparsec base bytestring HsOpenSSL http-streams io-streams ]; + jailbreak = true; homepage = "https://github.com/noteed/aeson-streams"; description = "An HTTP client library for JSON-based APIs"; license = stdenv.lib.licenses.bsd3; @@ -15900,6 +16004,7 @@ self: { aeson aeson-qq base bytestring hspec2 text unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/begriffs/aeson-t"; description = "Transform JSON"; license = stdenv.lib.licenses.mit; @@ -15944,6 +16049,7 @@ self: { buildDepends = [ base containers mwc-random primitive split vector ]; + jailbreak = true; homepage = "http://github.com/jtobin/affine-invariant-ensemble-mcmc"; description = "General-purpose sampling"; license = stdenv.lib.licenses.bsd3; @@ -15984,6 +16090,7 @@ self: { buildDepends = [ base bytestring directory language-c mtl process yices ]; + jailbreak = true; homepage = "http://tomahawkins.org"; description = "Infinite state model checking of iterative C programs"; license = stdenv.lib.licenses.bsd3; @@ -16118,7 +16225,6 @@ self: { version = "3.0"; sha256 = "1qyya6bx0xhw09mshz6gysizdbbmpzcgx4b494lnmr9x6sb5fvz7"; buildDepends = [ array base containers mtl random vector ]; - configureFlags = [ "-f-haste-inst" ]; homepage = "http://github.com/dsorokin/aivika"; description = "A multi-paradigm simulation library"; license = stdenv.lib.licenses.bsd3; @@ -16201,7 +16307,6 @@ self: { version = "3.0"; sha256 = "1b9hkza735g1gxr3l73fz48y29fyph89j8114wzld3ydma2f6d1z"; buildDepends = [ aivika array base containers mtl random vector ]; - configureFlags = [ "-f-haste-inst" ]; homepage = "http://github.com/dsorokin/aivika-transformers"; description = "Transformers for the Aivika simulation library"; license = stdenv.lib.licenses.bsd3; @@ -16269,7 +16374,6 @@ self: { buildDepends = [ array base containers directory QuickCheck ]; testDepends = [ base process ]; buildTools = [ happy perl ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://www.haskell.org/alex/"; description = "Alex is a tool for generating lexical analysers in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -16302,7 +16406,6 @@ self: { buildDepends = [ aeson base bytestring hexpat HTTP network-uri text xmlgen ]; - configureFlags = [ "-fnetwork-uri" ]; description = "utility library for Alfred version 2"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -16416,7 +16519,6 @@ self: { version = "0.1"; sha256 = "0hmnp08k04c0ag9fyp5sajg54r4gi57vrd9krk4g8y8fri0fgc00"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "An aligned ForeignPtr type"; license = stdenv.lib.licenses.publicDomain; @@ -16472,9 +16574,6 @@ self: { incremental-sat-solver mtl network parsec pretty QuickCheck random stm syb template-haskell transformers tuple ]; - configureFlags = [ - "-f-readline" "-fparsec3" "-feditline" "-funicode" - ]; homepage = "http://www.ccs.neu.edu/~tov/pubs/alms"; description = "a practical affine language"; license = stdenv.lib.licenses.bsd3; @@ -16496,6 +16595,7 @@ self: { containers COrdering cpphs directory filepath ghc-prim mtl parsec transformers unix ]; + jailbreak = true; homepage = "http://www.alpha-lang.net/"; description = "A compiler for the Alpha language"; license = stdenv.lib.licenses.bsd3; @@ -16516,6 +16616,7 @@ self: { base bytestring bytestring-lexing conduit containers hexpat-pickle MonadRandom mtl random-shuffle resourcet rosezipper utf8-string ]; + jailbreak = true; homepage = "http://github.com/danieldk/alpino-tools"; description = "Alpino data manipulation tools"; license = "unknown"; @@ -16531,6 +16632,7 @@ self: { sha256 = "0zdnhi2wm7w6182k6mccm16x453g7kvbsqx2afnhfjpr3iaj69mg"; buildDepends = [ array base extensible-exceptions sample-frame ]; extraLibraries = [ alsaLib ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API"; license = stdenv.lib.licenses.bsd3; @@ -16544,7 +16646,6 @@ self: { sha256 = "1avh4a419h9d2zsslg6j8hm87ppgsgqafz8ll037rk2yy1g4jl7b"; buildDepends = [ base extensible-exceptions ]; pkgconfigDepends = [ alsaLib ]; - configureFlags = [ "-fpkgconfig" ]; homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API (Exceptions)"; license = stdenv.lib.licenses.bsd3; @@ -16563,6 +16664,7 @@ self: { buildDepends = [ alsa-core alsa-seq base midi midi-alsa wx wxcore ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Some simple interactive programs for sending MIDI control messages via ALSA"; license = stdenv.lib.licenses.bsd3; @@ -16580,7 +16682,7 @@ self: { isExecutable = true; buildDepends = [ array base event-list midi non-negative ]; extraLibraries = [ alsaLib ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Bindings for the ALSA sequencer API (MIDI stuff)"; license = "GPL"; @@ -16615,9 +16717,6 @@ self: { storable-record ]; pkgconfigDepends = [ alsaLib ]; - configureFlags = [ - "-f-debug" "-f-buildsynthesizer" "-f-buildexamples" - ]; homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API (PCM audio)"; license = stdenv.lib.licenses.bsd3; @@ -16652,7 +16751,6 @@ self: { extensible-exceptions poll transformers utility-ht ]; pkgconfigDepends = [ alsaLib ]; - configureFlags = [ "-fmodifyfilter" "-f-buildexamples" ]; homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API (MIDI sequencer)"; license = stdenv.lib.licenses.bsd3; @@ -16667,6 +16765,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ alsa base ]; + jailbreak = true; description = "Tests for the ALSA sequencer library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -16705,7 +16804,6 @@ self: { version = "0.3.1"; sha256 = "1n0mxgl1jzap74sglw85l0595lhaj493bz46b90cnsqr5as9mal8"; buildDepends = [ base ghc-prim integer-gmp ]; - configureFlags = [ "-fintegergmp" "-fsplitinteger" ]; homepage = "http://repo.or.cz/w/altfloat.git"; description = "Alternative floating point support for GHC"; license = "unknown"; @@ -16738,6 +16836,7 @@ self: { base bytestring configurator http-conduit lifted-base mime-mail mime-mail-ses postgresql-simple resourcet text time ]; + jailbreak = true; homepage = "https://github.com/dbp/amazon-emailer"; description = "A queue daemon for Amazon's SES with a PostgreSQL table as a queue"; license = stdenv.lib.licenses.bsd3; @@ -16751,6 +16850,7 @@ self: { version = "0.1.1.1"; sha256 = "03am5nzacq2wd9jf46fnwmwq2ghfsh3yd9s0mzrrkskd26q1askb"; buildDepends = [ base mtl snap snaplet-postgresql-simple text ]; + jailbreak = true; homepage = "https://github.com/dbp/amazon-emailer-client-snap"; description = "Client library for amazon-emailer daemon"; license = stdenv.lib.licenses.bsd3; @@ -16774,6 +16874,7 @@ self: { time transformers transformers-base xml-conduit xml-picklers xml-types ]; + jailbreak = true; homepage = "https://github.com/AndrewRademacher/hs-amazon-products"; description = "Connector for Amazon Products API"; license = stdenv.lib.licenses.mit; @@ -16793,6 +16894,7 @@ self: { mmorph monad-control mtl resourcet retry text time transformers transformers-base ]; + jailbreak = true; homepage = "https://github.com/brendanhay/amazonka"; description = "Comprehensive Amazon Web Services SDK"; license = "unknown"; @@ -16966,6 +17068,7 @@ self: { testDepends = [ aeson base tasty tasty-hunit template-haskell text time ]; + jailbreak = true; homepage = "https://github.com/brendanhay/amazonka"; description = "Core functionality and data types for Amazonka libraries"; license = "unknown"; @@ -17323,7 +17426,7 @@ self: { hashable mtl old-locale pandoc pandoc-types process split SpreadsheetML time utf8-string ]; - configureFlags = [ "-flibrary" "-fexecutable" ]; + jailbreak = true; homepage = "ampersand.sourceforge.net"; description = "Toolsuite for automated design of business processes"; license = "GPL"; @@ -17350,7 +17453,6 @@ self: { data-binary-ieee754 hspec hspec-expectations network split text vector ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/hreinhardt/amqp"; description = "Client library for AMQP servers (currently only RabbitMQ)"; license = stdenv.lib.licenses.bsd3; @@ -17432,6 +17534,7 @@ self: { buildDepends = [ anansi base bytestring containers monads-tf pandoc text ]; + jailbreak = true; homepage = "https://john-millikin.com/software/anansi/"; description = "Looms which use Pandoc to parse and produce a variety of formats"; license = stdenv.lib.licenses.gpl3; @@ -17514,7 +17617,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-build-generator" ]; homepage = "http://www.github.com/massysett/anonymous-sums"; description = "Anonymous sum types"; license = stdenv.lib.licenses.bsd3; @@ -17541,7 +17643,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base unix ]; - configureFlags = [ "-f-example" ]; homepage = "https://github.com/feuerbach/ansi-terminal"; description = "Simple ANSI terminal support, with Windows compatibility"; license = stdenv.lib.licenses.bsd3; @@ -17556,7 +17657,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ ansi-terminal base ]; - configureFlags = [ "-f-example" "-fnewbase" ]; homepage = "http://github.com/batterseapower/ansi-wl-pprint"; description = "The Wadler/Leijen Pretty Printer for colored ANSI terminal output"; license = stdenv.lib.licenses.bsd3; @@ -17576,6 +17676,7 @@ self: { antisplice base chatty chatty-utils ironforge mtl old-locale shakespeare text time yesod yesod-auth ]; + jailbreak = true; homepage = "http://doomanddarkness.eu/pub/antisplice"; description = "A web interface to Antisplice dungeons"; license = stdenv.lib.licenses.agpl3; @@ -17618,6 +17719,7 @@ self: { antisplice base chatty chatty-text chatty-utils ctpl directory ironforge mtl network plugins time transformers ]; + jailbreak = true; description = "This is an IRC bot for Mafia and Resistance"; license = stdenv.lib.licenses.agpl3; }) {}; @@ -17676,6 +17778,7 @@ self: { base chatty chatty-utils haskeline mtl template-haskell text time transformers ]; + jailbreak = true; description = "An engine for text-based dungeons"; license = stdenv.lib.licenses.agpl3; }) {}; @@ -17730,7 +17833,6 @@ self: { base colour language-haskell-extract pango template-haskell ]; pkgconfigDepends = [ libaosd ]; - configureFlags = [ "-f-debugmemory" ]; description = "Bindings to libaosd, a library for Cairo-based on-screen displays"; license = stdenv.lib.licenses.bsd3; }) { libaosd = null;}; @@ -17742,6 +17844,7 @@ self: { version = "0.1.0.0"; sha256 = "0r7mfdi7vr2vh84xhhsd7si3mpfkppdpzh13rnnfww1cs0dpfdhz"; buildDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/cmc-msu-ai/ap-reflect"; description = "Partial evaluation reflection a la simple-reflect"; license = stdenv.lib.licenses.bsd3; @@ -17762,7 +17865,6 @@ self: { test-framework-hunit transformers ]; extraLibraries = [ openssl ]; - configureFlags = [ "-f-deepseq" "-f-pedantic" ]; homepage = "https://github.com/trskop/apache-md5"; description = "Apache specific MD5 digest algorighm"; license = stdenv.lib.licenses.bsd3; @@ -17784,7 +17886,6 @@ self: { gtk HTTP mtl network process transformers tremulous-query xdg-basedir ]; - configureFlags = [ "-f-relativepath" ]; homepage = "http://ojeling.net/apelsin"; description = "Server and community browser for the game Tremulous"; license = stdenv.lib.licenses.gpl3; @@ -17802,6 +17903,7 @@ self: { aeson attoparsec base bytestring either HTTP http-conduit http-types text transformers ]; + jailbreak = true; description = "Library for easily building REST API wrappers in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -17834,6 +17936,7 @@ self: { vector ]; buildTools = [ alex happy ]; + jailbreak = true; homepage = "http://github.com/iconnect/api-tools"; description = "DSL for generating API boilerplate and docs"; license = stdenv.lib.licenses.bsd3; @@ -18036,6 +18139,7 @@ self: { apiary base bytestring data-default-class filepath Glob parsec purescript template-haskell text unordered-containers utf8-string ]; + jailbreak = true; homepage = "https://github.com/philopon/apiary"; description = "purescript compiler for apiary web framework"; license = stdenv.lib.licenses.mit; @@ -18081,6 +18185,7 @@ self: { template-haskell text th-lift time transformers unordered-containers utf8-string yql ]; + jailbreak = true; homepage = "https://github.com/fabianbergmark/APIs"; description = "A Template Haskell library for generating type safe API calls"; license = stdenv.lib.licenses.bsd2; @@ -18105,6 +18210,7 @@ self: { openpgp-crypto-api scotty strict tar text transformers wai-extra wai-middleware-static zlib ]; + jailbreak = true; homepage = "https://github.com/pyr/apotiki"; description = "a faster debian repository"; license = stdenv.lib.licenses.mit; @@ -18122,6 +18228,7 @@ self: { testDepends = [ base containers directory hspec HUnit mtl parsec text ]; + jailbreak = true; homepage = "https://github.com/emmanueltouzery/app-settings"; description = "A library to manage application settings (INI file-like)"; license = stdenv.lib.licenses.bsd3; @@ -18218,7 +18325,7 @@ self: { base HUnit ieee754 mersenne-random-pure64 monad-mersenne-random mtl test-framework test-framework-hunit vector ]; - configureFlags = [ "-f-withcairo" ]; + jailbreak = true; homepage = "http://github.com/danieldk/approx-rand-test"; description = "Approximate randomization test"; license = "unknown"; @@ -18243,7 +18350,7 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; + jailbreak = true; homepage = "http://github.com/analytics/approximate/"; description = "Approximate discrete values and numbers"; license = stdenv.lib.licenses.bsd3; @@ -18293,7 +18400,7 @@ self: { testDepends = [ base containers QuickCheck tasty tasty-quickcheck vector ]; - configureFlags = [ "-fllvm" ]; + jailbreak = true; homepage = "https://github.com/ian-ross/arb-fft"; description = "Pure Haskell arbitrary length FFT library"; license = stdenv.lib.licenses.bsd3; @@ -18340,6 +18447,7 @@ self: { tasty-hunit time transformers unix utf8-string ]; extraLibraries = [ libXScrnSaver ]; + jailbreak = true; homepage = "http://arbtt.nomeata.de/"; description = "Automatic Rule-Based Time Tracker"; license = "GPL"; @@ -18362,6 +18470,7 @@ self: { HUnit mtl network old-locale pretty process progress regex-compat regex-posix time unix Unixutils xhtml ]; + jailbreak = true; description = "A library and programs for creating hardlinked incremental archives or backups"; license = stdenv.lib.licenses.bsd3; broken = true; @@ -18445,6 +18554,7 @@ self: { base binary bytestring bytestring-lexing bytestring-show old-locale time ]; + jailbreak = true; homepage = "http://code.haskell.org/~StefanKersten/code/arff"; description = "Generate Attribute-Relation File Format (ARFF) files"; license = stdenv.lib.licenses.bsd3; @@ -18475,6 +18585,7 @@ self: { buildDepends = [ base bimap containers glib gtk HDBC indents mtl parsec ]; + jailbreak = true; description = "A computer assisted argumentation transcription and editing software"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -18551,7 +18662,8 @@ self: { buildDepends = [ array base containers ghc-prim integer-gmp mtl random ]; - configureFlags = [ "-f-llvm" "-f-llvm" ]; + configureFlags = [ "-f-llvm" ]; + jailbreak = true; homepage = "https://bitbucket.org/dafis/arithmoi"; description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms."; license = stdenv.lib.licenses.mit; @@ -18601,6 +18713,7 @@ self: { base HUnit QuickCheck test-framework-hunit test-framework-quickcheck2 test-framework-th ]; + jailbreak = true; description = "A simple interpreter for arrayForth, the language used on GreenArrays chips"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -18635,6 +18748,7 @@ self: { version = "0.1.0.0"; sha256 = "0ppl8v746lj41aqb0k2724vm4n32jxmz723qa0j860jvhkh2nww7"; buildDepends = [ arrows base pointed profunctors semigroupoids ]; + jailbreak = true; homepage = "https://github.com/prophile/arrow-improve/"; description = "Improved arrows"; license = stdenv.lib.licenses.mit; @@ -18716,7 +18830,6 @@ self: { attoparsec base blaze-builder bytestring bytestring-nums containers file-embed parsec process shell-escape template-haskell ]; - configureFlags = [ "-f-no-cli" ]; homepage = "http://github.com/solidsnack/arx/"; description = "Archive execution tool"; license = stdenv.lib.licenses.bsd3; @@ -18757,6 +18870,7 @@ self: { buildDepends = [ base blaze-builder bytestring case-insensitive hashable text ]; + jailbreak = true; homepage = "https://github.com/snoyberg/ascii"; description = "Type-safe, bytestring-based ASCII values. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -18788,6 +18902,7 @@ self: { sha256 = "191qw61y3jrbwzv7nabvxr6dxxigyxflbw49f0q637psqzdblsl5"; buildDepends = [ base bytestring conduit ]; testDepends = [ base bytestring conduit hspec ]; + jailbreak = true; description = "Conduit for encoding ByteString into Ascii85"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -18834,7 +18949,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring cereal mtl text ]; - configureFlags = [ "-f-test" ]; homepage = "http://github.com/vincenthz/hs-asn1-data"; description = "ASN1 data reader and writer in RAW, BER and DER forms"; license = stdenv.lib.licenses.bsd3; @@ -18910,6 +19024,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers ghc-binary parsec ]; + jailbreak = true; description = "Haskell Assembler"; license = stdenv.lib.licenses.bsd3; broken = true; @@ -18996,6 +19111,7 @@ self: { base containers directory MonadRandom mtl OpenGL random SDL SDL-image SDL-mixer SDL-ttf unix ]; + jailbreak = true; description = "an incomplete 2d space game"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -19164,7 +19280,7 @@ self: { network network-api-support network-uri snap snap-core split text time time-units transformers ]; - configureFlags = [ "-fnetwork-uri" ]; + jailbreak = true; homepage = "https://bitbucket.org/ajknoll/atlassian-connect-core"; description = "Atlassian Connect snaplet for the Snap Framework and helper code"; license = stdenv.lib.licenses.asl20; @@ -19187,7 +19303,7 @@ self: { aeson base bytestring Cabal cases HUnit network network-uri scientific text time-units unordered-containers vector ]; - configureFlags = [ "-fnetwork-uri" ]; + jailbreak = true; description = "Code that helps you create a valid Atlassian Connect Descriptor"; license = stdenv.lib.licenses.asl20; }) {}; @@ -19258,7 +19374,6 @@ self: { version = "0.6.1.1"; sha256 = "1flnh7x0596hw834irfznd3vprl844bgml2phskg8sjwcmi1j74c"; buildDepends = [ base ghc-prim primitive ]; - configureFlags = [ "-f-debug" ]; homepage = "https://github.com/rrnewton/haskell-lockfree/wiki"; description = "A safe approach to CAS and other atomic ops in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -19276,6 +19391,7 @@ self: { testDepends = [ base bits-atomic HUnit test-framework test-framework-hunit time ]; + jailbreak = true; homepage = "https://github.com/rrnewton/haskell-lockfree/wiki"; description = "An atomic counter implemented using the FFI"; license = stdenv.lib.licenses.bsd3; @@ -19297,7 +19413,7 @@ self: { haskeline hint mtl parsec pretty regex-pcre template-haskell text time vector ]; - configureFlags = [ "-flib" ]; + jailbreak = true; homepage = "http://atomo-lang.org/"; description = "A highly dynamic, extremely simple, very fun programming language"; license = stdenv.lib.licenses.bsd3; @@ -19353,7 +19469,6 @@ self: { array base bytestring deepseq QuickCheck scientific test-framework test-framework-quickcheck2 text vector ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/attoparsec"; description = "Fast combinator parsing for bytestrings and text"; license = stdenv.lib.licenses.bsd3; @@ -19400,6 +19515,7 @@ self: { version = "0.1.0.1"; sha256 = "0zh1g9687nrdxksniq348jc04hbgf5kxbzqs0kggmz7qqw03iq0v"; buildDepends = [ attoparsec base text ]; + jailbreak = true; homepage = "https://github.com/robinbb/attoparsec-csv"; description = "A parser for CSV files that uses Attoparsec"; license = "unknown"; @@ -19439,6 +19555,7 @@ self: { buildDepends = [ attoparsec base bytestring iteratee transformers ]; + jailbreak = true; homepage = "http://github.com/gregorycollins"; description = "An adapter to convert attoparsec Parsers into blazing-fast Iteratees"; license = stdenv.lib.licenses.bsd3; @@ -19467,6 +19584,7 @@ self: { version = "0.8.5.3"; sha256 = "1qq42lp1sah80a6lnnafi6pwl61b4w4q4jk1pbb7pg5p06mmk315"; buildDepends = [ array attoparsec base containers text ]; + jailbreak = true; homepage = "http://patch-tag.com/r/felipe/attoparsec-text/home"; description = "(deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -19479,6 +19597,7 @@ self: { version = "0.2.0.1"; sha256 = "0cffcwji141js09r7avb15b08xl4s8cgk5vxyrqaq7zw40hhb1gz"; buildDepends = [ attoparsec-text base enumerator text ]; + jailbreak = true; description = "(deprecated)"; license = stdenv.lib.licenses.mit; }) {}; @@ -19490,6 +19609,7 @@ self: { version = "0.1.0.0"; sha256 = "01sh8k9n9040xqx1lbn74rcf59j54n5861d9db1y5cdy7qssxyg4"; buildDepends = [ attoparsec base bytestring ]; + jailbreak = true; homepage = "http://projects.haskell.org/attosplit"; description = "Split a lazy bytestring at boundaries defined by an attoparsec parser"; license = stdenv.lib.licenses.bsd3; @@ -19540,6 +19660,7 @@ self: { base bytestring classify containers directory filepath HaXml mtl process ]; + jailbreak = true; description = "Renaming media collections in a breeze"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -19577,7 +19698,6 @@ self: { network-uri resourcet tagstream-conduit text transformers unordered-containers xml-conduit ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/yesodweb/authenticate"; description = "Authentication methods for Haskell web applications"; license = stdenv.lib.licenses.bsd3; @@ -19602,6 +19722,7 @@ self: { version = "0.0.3"; sha256 = "1wsx43l7jl40jpzhiv2fjc1mnpsaaryrjpqaiyqsn3ahacsy4ly5"; buildDepends = [ base LDAP text transformers ]; + jailbreak = true; homepage = "http://github.com:mlitchard/authenticate-ldap"; description = "LDAP authentication for Haskell web applications"; license = stdenv.lib.licenses.bsd3; @@ -19738,6 +19859,7 @@ self: { version = "0.6"; sha256 = "0ag2jxhxap8wzdlb23zvly5y09k6kh134rwdxq6dqxlqwfwhsyc9"; buildDepends = [ base semigroups vector-space ]; + jailbreak = true; description = "An average (arithmetic mean) monoid"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -19754,6 +19876,7 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "A compile-time balanced AVL tree"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -19765,6 +19888,7 @@ self: { version = "0.0.1.0"; sha256 = "08n9yk1dc0sisinapys4dvkyg4n96j9nmszrj7m9jrgjzks238fj"; buildDepends = [ base dependent-sum mtl process shake ]; + jailbreak = true; homepage = "https://github.com/mokus0/avr-shake"; description = "AVR Crosspack actions for shake build systems"; license = stdenv.lib.licenses.publicDomain; @@ -19839,7 +19963,6 @@ self: { mtl QuickCheck quickcheck-instances resourcet tagged tasty tasty-quickcheck text time transformers transformers-base ]; - configureFlags = [ "-f-examples" ]; homepage = "http://github.com/aristidb/aws"; description = "Amazon Web Services (AWS) for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -19857,6 +19980,7 @@ self: { asn1-encoding asn1-types base base64-bytestring bytestring crypto-pubkey-types old-locale RSA time ]; + jailbreak = true; homepage = "http://github.com/iconnect/aws-cloudfront-signer"; description = "For signing AWS CloudFront HTTP URL requests"; license = stdenv.lib.licenses.bsd3; @@ -19928,7 +20052,6 @@ self: { testDepends = [ aeson base Cabal containers QuickCheck regex-compat safe text ]; - configureFlags = [ "-f-examples" ]; homepage = "http://github.com/iconnect/aws-elastic-transcoder"; description = "Haskell suite for the Elastic Transcoder service"; license = stdenv.lib.licenses.bsd3; @@ -19956,7 +20079,6 @@ self: { either errors http-types parsers QuickCheck quickcheck-instances tagged tasty tasty-quickcheck text time transformers ]; - configureFlags = [ "-fnormalize-signature-v4-date" ]; homepage = "https://github.com/alephcloud/hs-aws-general"; description = "Bindings for AWS General API Version 0.1"; license = stdenv.lib.licenses.mit; @@ -20010,6 +20132,7 @@ self: { random resourcet stm stm-chans stm-conduit stm-queue-extras text transformers unordered-containers ]; + jailbreak = true; description = "A producer & consumer client library for AWS Kinesis"; license = stdenv.lib.licenses.asl20; }) {}; @@ -20033,6 +20156,7 @@ self: { monad-control mtl optparse-applicative resourcet text time transformers ]; + jailbreak = true; homepage = "https://github.com/alephcloud/hs-aws-kinesis-reshard"; description = "Reshard AWS Kinesis streams in response to Cloud Watch metrics"; license = stdenv.lib.licenses.asl20; @@ -20076,7 +20200,6 @@ self: { optparse-applicative resourcet statistics text time transformers vector ]; - configureFlags = [ "-f-with-chart" ]; homepage = "http://github.com/alephcloud/hs-aws-performance-tests"; description = "Performance Tests for the Haskell bindings for Amazon Web Services (AWS)"; license = stdenv.lib.licenses.mit; @@ -20123,7 +20246,6 @@ self: { monad-control QuickCheck random resourcet text time tls transformers ]; - configureFlags = [ "-fconduit-1-1" "-f-debug" ]; homepage = "http://worksap-ate.github.com/aws-sdk"; description = "AWS SDK for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -20191,6 +20313,7 @@ self: { bytestring-lexing Cabal case-insensitive cryptohash directory filepath http-types old-locale safe text time ]; + jailbreak = true; homepage = "http://github.com/iconnect/aws-sign4"; description = "Amazon Web Services (AWS) Signature v4 HTTP request signer"; license = stdenv.lib.licenses.bsd3; @@ -20252,6 +20375,7 @@ self: { crypto-pubkey-types http-conduit hxt hxt-xpath pretty resourcet tls tls-extra transformers ]; + jailbreak = true; homepage = "github.com/haskell-distributed/azure-service-api"; description = "Haskell bindings for the Microsoft Azure Service Management API"; license = stdenv.lib.licenses.bsd3; @@ -20270,6 +20394,7 @@ self: { aeson async attoparsec azure-acs base bytestring case-insensitive conduit connection http-client http-conduit http-types network text ]; + jailbreak = true; homepage = "https://github.com/kapilash/hs-azure"; description = "Haskell wrapper over Microsoft Azure ServiceBus REST API"; license = stdenv.lib.licenses.bsd3; @@ -20294,7 +20419,6 @@ self: { hxt-unicode network old-locale SHA text time transformers unix-compat utf8-string ]; - configureFlags = [ "-f-library-only" "-f-no-hxt" ]; homepage = "http://arnovanlumig.com/azure"; description = "A simple library for accessing Azure blob storage"; license = stdenv.lib.licenses.bsd3; @@ -20345,7 +20469,7 @@ self: { buildDepends = [ base directory haskell98 hslogger old-time process random ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; description = "Rotates backdrops for X11 displays using Imagemagic"; license = "GPL"; }) {}; @@ -20362,6 +20486,7 @@ self: { base either free kan-extensions mtl semigroupoids semigroups transformers ]; + jailbreak = true; homepage = "https://github.com/tapuu/backtracking-exceptions"; description = "A monad transformer for backtracking exceptions"; license = stdenv.lib.licenses.bsd3; @@ -20553,9 +20678,6 @@ self: { base com directory filepath HUnit old-time pretty process QuickCheck regex-compat ]; - configureFlags = [ - "-fhsdotnet" "-f-bamsegen" "-f-build-tests" "-f-old-base" - ]; description = "A Windows Installer (MSI) generator framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -20596,6 +20718,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base cmdargs csv diagrams filepath ]; + jailbreak = true; homepage = "http://sebfisch.github.com/haskell-barchart"; description = "Creating Bar Charts in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -20619,7 +20742,6 @@ self: { version = "0.2.0.6"; sha256 = "0avz5pdnvd3kjgp9swpdfxddp60gqpamwd7j4xl8xdj3b2di5zk0"; buildDepends = [ base containers QuickCheck text time ]; - configureFlags = [ "-f-oldquickcheck" ]; homepage = "http://github.com/massysett/barecheck"; description = "QuickCheck implementations for common types"; license = stdenv.lib.licenses.bsd3; @@ -20640,6 +20762,7 @@ self: { base bytestring containers directory filepath ghc ghc-prim html plugins snap-core snap-server text transformers unix-compat ]; + jailbreak = true; description = "A web based environment for learning and tinkering with Haskell"; license = "unknown"; }) {}; @@ -20663,6 +20786,7 @@ self: { version = "0.1.0.1"; sha256 = "014nc21wnrklsvy5z7w4v9p9psn6bl210l7v97gj42cv6a8jk5nm"; buildDepends = [ base comonad mtl transformers ]; + jailbreak = true; description = "Implementation of barrier monad, can use custom front/back type"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -20674,7 +20798,6 @@ self: { version = "4.7.0.2"; sha256 = "09rp0syv5arj7wmyksmn07g7vps1kwh2k4z1ar1dp7jsav8gxsjp"; buildDepends = [ ghc-prim integer-gmp rts ]; - configureFlags = [ "-f-integer-simple" ]; description = "Basic libraries"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -20700,6 +20823,7 @@ self: { version = "0.3.0.1"; sha256 = "0hgrxr5331lqk7n6vqpi8a05xwwdm3mbd0p52js0rjg9lqcy0akr"; buildDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/bheklilr/base-io-access"; description = "The IO functions included in base delimited into small, composable classes"; license = stdenv.lib.licenses.gpl2; @@ -20724,7 +20848,6 @@ self: { version = "0.2.2.4"; sha256 = "1afc5pchd3vw33bmjbjygkd0l5zh7glbsx4bfyxfscpc1x1l3y52"; buildDepends = [ base ]; - configureFlags = [ "-f-old-base" ]; homepage = "http://haskell.org/haskellwiki/Unicode-symbols"; description = "Unicode alternatives for common functions and operators"; license = stdenv.lib.licenses.bsd3; @@ -20806,6 +20929,7 @@ self: { base base64-bytestring bytestring conduit hspec QuickCheck transformers ]; + jailbreak = true; homepage = "http://github.com/snoyberg/conduit"; description = "Base64-encode and decode streams of bytes. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -20835,7 +20959,6 @@ self: { base binary bytestring containers hxt-regex-xmlschema mtl SHA shell-escape ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://github.com/solidsnack/bash"; description = "Bash generation library"; license = stdenv.lib.licenses.bsd3; @@ -20931,7 +21054,7 @@ self: { template-haskell text transformers wai-extra wai-handler-fastcgi wai-logger word8 yaml yesod yesod-core yesod-routes yesod-static ]; - configureFlags = [ "-f-library-only" "-f-dev" ]; + jailbreak = true; homepage = "https://github.com/zrho/afp"; description = "A web-based implementation of battleships including an AI opponent"; license = stdenv.lib.licenses.bsd3; @@ -21039,6 +21162,7 @@ self: { base blaze-builder bytestring ghc-prim integer-gmp murmur-hash QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "Generic serializer/deserializer with compact representation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -21113,6 +21237,7 @@ self: { version = "0.2.2.6"; sha256 = "19ygaf2g4yqkfbc6bw6fmf9jsymbj1iallzvl0zw3vjx860rchfg"; buildDepends = [ base mtl time ]; + jailbreak = true; homepage = "http://github.com/tibbe/benchpress"; description = "Micro-benchmarking with detailed statistics"; license = stdenv.lib.licenses.bsd3; @@ -21177,6 +21302,7 @@ self: { ghc-paths ghc-prim haskeline haskell-src-exts language-python monads-tf parseargs process template-haskell transformers ]; + jailbreak = true; homepage = "http://wiki.github.com/bjpop/berp/"; description = "An implementation of Python 3"; license = stdenv.lib.licenses.bsd3; @@ -21237,7 +21363,6 @@ self: { base lens QuickCheck semigroups test-framework test-framework-quickcheck2 test-framework-th ]; - configureFlags = [ "-f-toys" ]; homepage = "https://github.com/Noeda/bet/"; description = "Betfair API bindings. Bet on sports on betting exchanges."; license = stdenv.lib.licenses.mit; @@ -21264,7 +21389,6 @@ self: { version = "0.9.0.2"; sha256 = "0n3nx077hv10rwv2kl3n1a3v40sr1qzfj9jwb6cvd1l0zx42igw8"; buildDepends = [ base ]; - configureFlags = [ "-f-pedantic" ]; homepage = "https://github.com/trskop/between"; description = "Function combinator \"between\" and derived combinators"; license = stdenv.lib.licenses.bsd3; @@ -21295,7 +21419,7 @@ self: { base bimap category-extras containers derive haskell98 mtl template-haskell unix ]; - configureFlags = [ "-f-render" "-f-stats" "-f-binaries" ]; + jailbreak = true; description = "Bidirectionalization for Free! (POPL'09)"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -21333,7 +21457,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base latex parsec utility-ht ]; - configureFlags = [ "-f-buildexamples" "-fbase2" ]; homepage = "http://www.haskell.org/haskellwiki/BibTeX"; description = "Parse, format and processing BibTeX files"; license = stdenv.lib.licenses.bsd3; @@ -21376,6 +21499,7 @@ self: { version = "0.1"; sha256 = "0insqi63q6gvz39l0k584w583cw9m85vdx5dhpyx9qbb5zxyb0rm"; buildDepends = [ base bytestring dataenc mtl ]; + jailbreak = true; description = "Extra helper functions for bidirectional specifications"; license = "LGPL"; }) {}; @@ -21406,6 +21530,7 @@ self: { base directory filepath HarmTrace-Base HUnit ListLike mtl parseargs uu-parsinglib ]; + jailbreak = true; homepage = "http://ddmal.music.mcgill.ca/billboard"; description = "A parser for the Billboard chord dataset"; license = stdenv.lib.licenses.gpl3; @@ -21424,6 +21549,7 @@ self: { base billeksah-pane billeksah-services Cabal containers directory filepath glib gtk mtl parsec pretty transformers ]; + jailbreak = true; homepage = "http://www.leksah.org"; description = "Leksah library"; license = "LGPL"; @@ -21443,6 +21569,7 @@ self: { base billeksah-services containers directory filepath mtl parsec plugins pretty transformers ]; + jailbreak = true; homepage = "http://www.leksah.org"; description = "Leksah plugin base"; license = "LGPL"; @@ -21465,6 +21592,7 @@ self: { directory filepath leksah-dummy leksah-main leksah-plugin-pane mtl parsec pretty transformers ]; + jailbreak = true; homepage = "http://www.leksah.org"; description = "Leksah plugin base"; license = "LGPL"; @@ -21484,6 +21612,7 @@ self: { base billeksah-services containers directory filepath glib gtk mtl parsec pretty time transformers ]; + jailbreak = true; homepage = "http://www.leksah.org"; description = "Leksah library"; license = "LGPL"; @@ -21500,6 +21629,7 @@ self: { buildDepends = [ base containers directory filepath mtl parsec pretty transformers ]; + jailbreak = true; homepage = "http://www.leksah.org"; description = "Leksah library"; license = "LGPL"; @@ -21512,7 +21642,6 @@ self: { version = "0.2.4"; sha256 = "1ib54plfsxzmf9wbbdayfdsrcx4s5ffna3ca5ps928fy78wsx4fr"; buildDepends = [ base containers ]; - configureFlags = [ "-fsmall-base" ]; homepage = "http://code.haskell.org/bimap"; description = "Bidirectional mapping between two key types"; license = stdenv.lib.licenses.bsd3; @@ -21561,6 +21690,7 @@ self: { version = "1.0.2.1"; sha256 = "02w5ybp5fdqwz1ffvfs3pfrpx67bzh75njgzr6iai1vrdyjisfkl"; buildDepends = [ base binary bytestring mtl ]; + jailbreak = true; description = "Flexible way to ease transmission of binary data"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -21590,6 +21720,7 @@ self: { version = "0.1.0"; sha256 = "1rb4fpx5hlq661md7nrpgpmi7jjdq3r1ky6q9vxl6f72h085acvl"; buildDepends = [ base binary ghc-prim ]; + jailbreak = true; description = "Automatic deriving of Binary using GHC.Generics"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -21670,6 +21801,7 @@ self: { version = "1.0"; sha256 = "1hn6jc4j20z8ni7rpcyamam898yl6jy7zinrhy2rdjvx0p5br13h"; buildDepends = [ base binary bytestring mtl ]; + jailbreak = true; homepage = "http://github.com/gcross/binary-protocol"; description = "Monad to ease implementing a binary network protocol"; license = stdenv.lib.licenses.bsd3; @@ -21684,7 +21816,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base binary bytestring mtl zeromq-haskell ]; - configureFlags = [ "-foptimize" "-f-tests" ]; homepage = "http://github.com/NicolasT/binary-protocol-zmq"; description = "Monad to ease implementing a binary network protocol over ZeroMQ"; license = stdenv.lib.licenses.bsd3; @@ -21798,6 +21929,7 @@ self: { base bytestring containers deepseq ghc-prim monads-tf mtl numeric-prelude random stm strict transformers type-level-tf unix ]; + jailbreak = true; homepage = "https://github.com/coreyoconnor/bind-marshal"; description = "Data marshaling library that uses type level equations to optimize buffering"; license = stdenv.lib.licenses.bsd3; @@ -21892,7 +22024,6 @@ self: { extraLibraries = [ libX11 libXext libXfixes libXi libXrandr libXxf86vm mesa ]; - configureFlags = [ "-fmacosxusemenubar" "-fmacosxusechdir" ]; description = "Low-level bindings to GLFW OpenGL library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs.xlibs) libX11; inherit (pkgs.xlibs) libXext; @@ -21921,6 +22052,7 @@ self: { sha256 = "0fw71z74pv8dxw301iss66kmarhlgwj2lpsy0skmlqfkg98zc96k"; buildDepends = [ base bindings-DSL ]; pkgconfigDepends = [ apr-1 ]; + jailbreak = true; homepage = "http://cielonegro.org/Bindings-APR.html"; description = "Low level bindings to Apache Portable Runtime (APR)"; license = stdenv.lib.licenses.publicDomain; @@ -21934,6 +22066,7 @@ self: { sha256 = "0sr041vpakklpf2mmy78wl5wl8yzfbwvsy07wlplmlh5rgjdm4wx"; buildDepends = [ base bindings-apr bindings-DSL ]; pkgconfigDepends = [ apr-util-1 ]; + jailbreak = true; homepage = "http://cielonegro.org/Bindings-APR.html"; description = "Low level bindings to Apache Portable Runtime Utility (APR Utility)"; license = stdenv.lib.licenses.publicDomain; @@ -21963,6 +22096,7 @@ self: { buildDepends = [ array base containers unix ]; buildTools = [ alex happy ]; extraLibraries = [ bfd opcodes ]; + jailbreak = true; homepage = "http://projects.haskell.org/bindings-bfd/"; description = "Bindings for libbfd, a library of the GNU `binutils'"; license = stdenv.lib.licenses.gpl3; @@ -22045,6 +22179,7 @@ self: { buildDepends = [ array base bindings-DSL ]; extraLibraries = [ eskit ]; pkgconfigDepends = [ eskit ]; + jailbreak = true; homepage = "http://github.com/a1kmm/bindings-eskit"; description = "Bindings to ESKit"; license = stdenv.lib.licenses.bsd3; @@ -22170,7 +22305,6 @@ self: { sha256 = "1da9n88wwjpm3ph7q73niv3cslpa0h8r0lsyfl35arymxfqpb4c0"; buildDepends = [ base bindings-DSL ]; extraLibraries = [ blas lapack ]; - configureFlags = [ "-f-accelerate" "-f-mkl" ]; homepage = "https://github.com/basvandijk/bindings-levmar"; description = "Low level bindings to the C levmar (Levenberg-Marquardt) library"; license = "unknown"; @@ -22274,7 +22408,6 @@ self: { sha256 = "0hqkp4hvav67xqjfwbik3i06vq8f78jjzf37ncl6wwcw5w65hhrj"; buildDepends = [ base bindings-DSL ]; pkgconfigDepends = [ libzip ]; - configureFlags = [ "-f-nopkgconfig" ]; homepage = "http://bitbucket.org/astanin/hs-libzip/"; description = "Low level bindings to libzip"; license = stdenv.lib.licenses.bsd3; @@ -22323,6 +22456,7 @@ self: { version = "0.8.0.0"; sha256 = "18i68ivsrdndjpfnyq6dlmmkkx22v3rp619nm26af8ka3qai12j5"; buildDepends = [ base bindings-DSL ]; + jailbreak = true; homepage = "http://www.github.com/massysett/bindings-mpdecimal"; description = "bindings to mpdecimal library"; license = stdenv.lib.licenses.bsd3; @@ -22365,9 +22499,6 @@ self: { sha256 = "0wcxq300ijfkf4zc7p4xwsd9wzhnlss0kxjf04fka01mf9bh3ai2"; buildDepends = [ base bindings-DSL ]; pkgconfigDepends = [ portaudio ]; - configureFlags = [ - "-f-bundle" "-f-wdmks" "-f-wmme" "-f-directsound" "-f-wasapi" - ]; description = "Low-level bindings to portaudio library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) portaudio;}; @@ -22507,7 +22638,6 @@ self: { sha256 = "13yfhx6krj59qij9yvcl4fr6znd28nbldbv0qfhf83h3h18araf9"; buildDepends = [ base ]; extraLibraries = [ gmp yices ]; - configureFlags = [ "-fyices-dynamic" ]; description = "Bindings to the Yices theorem prover"; license = stdenv.lib.licenses.publicDomain; }) { inherit (pkgs) gmp; inherit (pkgs) yices;}; @@ -22525,6 +22655,7 @@ self: { buildDepends = [ base bytestring Cabal containers directory dlist filepath ]; + jailbreak = true; homepage = "http://gitorious.org/binembed"; description = "Embed data into object files"; license = stdenv.lib.licenses.bsd3; @@ -22540,6 +22671,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base binembed bytestring containers filepath ]; + jailbreak = true; homepage = "http://gitorious.org/binembed"; description = "Example project using binembed to embed data in object files"; license = stdenv.lib.licenses.bsd3; @@ -22560,7 +22692,7 @@ self: { array base binary bytestring containers directory mtl old-time parallel parsec process QuickCheck random tagsoup ]; - configureFlags = [ "-fexamples" "-f-test" ]; + jailbreak = true; homepage = "http://biohaskell.org/Libraries/Bio"; description = "A bioinformatics library"; license = "LGPL"; @@ -22672,7 +22804,6 @@ self: { buildDepends = [ array base binary biocore bytestring cmdargs mtl ]; - configureFlags = [ "-ffclip" "-ffrecover" "-fflower" ]; homepage = "http://biohaskell.org/"; description = "Library and executables for working with SFF files"; license = stdenv.lib.licenses.lgpl21; @@ -22696,6 +22827,7 @@ self: { base biocore bytestring conduit containers hspec HUnit QuickCheck transformers zlib-conduit ]; + jailbreak = true; description = "Parsing and rendering of Stockholm files (used by Pfam, Rfam and Infernal)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -22747,6 +22879,7 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 vector ]; + jailbreak = true; homepage = "https://github.com/acfoltzer/bit-vector"; description = "Simple bit vectors for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -22783,6 +22916,7 @@ self: { HUnit mtl network QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text unix unordered-containers watchdog ]; + jailbreak = true; description = "Library to communicate with the Satoshi Bitcoin daemon"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -22796,6 +22930,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Bitly directory filepath regexpr ]; + jailbreak = true; homepage = "http://bitbucket.org/jetxee/hs-bitly/"; description = "A command line tool to access bit.ly URL shortener."; license = stdenv.lib.licenses.bsd3; @@ -22808,7 +22943,6 @@ self: { version = "0.0.2"; sha256 = "1flrfbrsnlcal7qyvl1wb0p8c14w0mvvkmgs7d943jqnlh4gay5m"; buildDepends = [ base bytestring ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "A library for handling and manipulating bitmaps (rectangular pixel arrays)"; license = stdenv.lib.licenses.bsd3; @@ -22821,7 +22955,6 @@ self: { version = "0.0.1.5"; sha256 = "1wq1p0vvif750gpyh2kq3agzwga3hx0fq28irbw5dgrz462dd9pv"; buildDepends = [ base bitmap OpenGL ]; - configureFlags = [ "-fopengl29" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "OpenGL support for Data.Bitmap."; license = stdenv.lib.licenses.bsd3; @@ -22854,7 +22987,6 @@ self: { sha256 = "12s5yk47y0zqzqiyaw9jchyl3crf1id9dk67m638b070d46k29p6"; buildDepends = [ base bytes mtl transformers ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; homepage = "http://github.com/analytics/bits"; description = "Various bit twiddling and bitwise serialization primitives"; license = stdenv.lib.licenses.bsd3; @@ -22869,7 +23001,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-test" ]; description = "Atomic bit operations on memory locations for low-level synchronization"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -22882,6 +23013,7 @@ self: { sha256 = "08hgl1pvwadnrgqcs1yl7lvqgh955swbscpay4chb097pqqggdrj"; buildDepends = [ base bytestring conduit mtl ]; testDepends = [ base bytestring conduit hspec HUnit mtl ]; + jailbreak = true; description = "Bitstream support for Conduit"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -22895,7 +23027,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-test" ]; + configureFlags = [ "--ghc-option=-lgcc_s" ]; description = "Efficient high-level bit operations not found in Data.Bits"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -22911,6 +23043,7 @@ self: { buildDepends = [ base deepseq ghc-prim integer-gmp ]; testDepends = [ base QuickCheck tasty tasty-quickcheck ]; extraLibraries = [ gmp ]; + jailbreak = true; description = "A space-efficient set data structure"; license = stdenv.lib.licenses.mit; }) { inherit (pkgs) gmp;}; @@ -22929,6 +23062,7 @@ self: { base bindings-DSL bindings-glib bindings-gobject ]; pkgconfigDepends = [ gtk pango ]; + jailbreak = true; description = "Proof-of-concept tool for writing using binary choices"; license = "GPL"; }) { inherit (pkgs.gnome) gtk; inherit (pkgs.gnome) pango;}; @@ -22945,6 +23079,7 @@ self: { testDepends = [ base base-unicode-symbols bytestring QuickCheck vector ]; + jailbreak = true; homepage = "https://github.com/phonohawk/bitstream"; description = "Fast, packed, strict and lazy bit streams with stream fusion"; license = stdenv.lib.licenses.publicDomain; @@ -22957,7 +23092,6 @@ self: { version = "0.0.0"; sha256 = "1ix2x4v76wq5148k1aax69cf8sk14cd0z362dz1d2qmj9qxsnsw8"; buildDepends = [ base bytestring ]; - configureFlags = [ "-f-withquickcheck" "-fbase4" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Lazy bit strings"; license = stdenv.lib.licenses.bsd3; @@ -22991,6 +23125,7 @@ self: { aeson base bencoding bytestring cereal directory filepath hspec network QuickCheck quickcheck-instances text time ]; + jailbreak = true; homepage = "https://github.com/cobit/bittorrent"; description = "Bittorrent protocol implementation"; license = stdenv.lib.licenses.bsd3; @@ -23022,6 +23157,7 @@ self: { sha256 = "0k3xzw6lcrffbv8hqgg4kaanizql8r888ap4bw22sh3l3rq7zasn"; buildDepends = [ array base bytestring ]; testDepends = [ base QuickCheck ]; + jailbreak = true; homepage = "https://gitorious.org/bitwise"; description = "fast multi-dimensional unboxed bit packed Bool arrays"; license = stdenv.lib.licenses.bsd3; @@ -23054,6 +23190,7 @@ self: { aws base bytestring directory filepath HDBC HDBC-sqlite3 hslogger http-conduit MissingH pureMD5 random strict text unix utf8-string ]; + jailbreak = true; homepage = "https://github.com/ingesson/bkr"; description = "Backup utility for backing up to cloud storage services (S3 only right now)"; license = stdenv.lib.licenses.bsd3; @@ -23066,7 +23203,6 @@ self: { version = "0.3.1"; sha256 = "1d2iz48n0ayn0hi9xa110pxy1mv5a4m21rmbpvs6ki1a7cv4ghn9"; buildDepends = [ array base containers ]; - configureFlags = [ "-fsplitbase" ]; description = "A set data structure with approximate searching"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -23132,6 +23268,7 @@ self: { version = "0.5"; sha256 = "15k3vf9jqcw1a9gyppkhn5ibj7ld8mb2irfhbwd3plj86xyxxa0g"; buildDepends = [ base bytestring text vector ]; + jailbreak = true; homepage = "https://github.com/killerswan/Haskell-BLAKE"; description = "The BLAKE SHA-3 candidate hashes, in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -23148,6 +23285,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base blakesum bytestring haskell98 text vector ]; + jailbreak = true; homepage = "https://github.com/killerswan/Haskell-BLAKE"; description = "The BLAKE SHA-3 candidate hashes, in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -23179,6 +23317,7 @@ self: { version = "0.7.6"; sha256 = "1q6fkw2bsppymy5wi7mgkl09caij52xplw64786548z9i95r0bli"; buildDepends = [ base ieee QuickCheck storable-complex ]; + jailbreak = true; homepage = "http://github.com/patperry/blas"; description = "Bindings to the BLAS library"; license = stdenv.lib.licenses.bsd3; @@ -23193,9 +23332,6 @@ self: { buildDepends = [ base storable-complex ]; testDepends = [ base vector ]; extraLibraries = [ blas ]; - configureFlags = [ - "-f-cblas" "-f-mkl" "-f-openblas" "-f-no-accelerate" "-f-no-netlib" - ]; homepage = "https://github.com/Rufflewind/blas-hs"; description = "Low-level Haskell bindings to Blas"; license = stdenv.lib.licenses.mit; @@ -23332,6 +23468,7 @@ self: { version = "0.1.0.0"; sha256 = "11bw5ywvi7dlz5inch3z0vlg936ch1rnp99bh4nmwskvszidd7kg"; buildDepends = [ base blaze-html bytestring hexpat text ]; + jailbreak = true; homepage = "https://github.com/jaspervdj/blaze-html-hexpat"; description = "A hexpat backend for blaze-html"; license = stdenv.lib.licenses.bsd3; @@ -23401,7 +23538,6 @@ self: { base blaze-builder bytestring double-conversion QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-fnative" "-f-developer" ]; homepage = "http://github.com/bos/blaze-textual"; description = "Fast rendering of common datatypes"; license = stdenv.lib.licenses.bsd3; @@ -23419,7 +23555,7 @@ self: { base blaze-builder bytestring ghc-prim integer-gmp old-locale text time vector ]; - configureFlags = [ "-fnative" "-f-developer" ]; + jailbreak = true; homepage = "http://github.com/mailrank/blaze-textual"; description = "Fast rendering of common datatypes (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -23445,7 +23581,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base unix ]; - configureFlags = [ "-f-usb" ]; description = "Control library for blink(1) LED from ThingM"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -23536,6 +23671,7 @@ self: { http-client http-types QuickCheck semigroups text time unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/bitemyapp/bloodhound"; description = "ElasticSearch client library for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -23603,6 +23739,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base gtk ]; + jailbreak = true; description = "Utilities for Bluetile"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -23636,7 +23773,7 @@ self: { testDepends = [ array base containers QuickCheck random transformers utility-ht ]; - configureFlags = [ "-fsplitbase" "-fbuildexamples" ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/games/"; description = "Three games for inclusion in a web server"; license = "GPL"; @@ -23773,6 +23910,7 @@ self: { base containers data-accessor data-accessor-template font-opengl-basic4x6 GLFW-b MonadRandom mtl OpenGL ]; + jailbreak = true; description = "Boomshine clone"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -23955,6 +24093,7 @@ self: { buildDepends = [ base binary cmdargs containers directory filepath ListZipper text ]; + jailbreak = true; description = "Simple part of speech tagger"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24011,6 +24150,7 @@ self: { version = "0.0.8"; sha256 = "0r1gd6jxwzqana2b3i3xm8mx66lq4zkcir11c3v78g9fjyyhy7dh"; buildDepends = [ base bson ghc-prim text ]; + jailbreak = true; description = "Generic functionality for BSON"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24022,6 +24162,7 @@ self: { version = "0.0.1"; sha256 = "03ifgmifk0dx6fzws1qlx3c1nslrkvwman5g3c4iag842bl03gxp"; buildDepends = [ base bson ghc-prim ]; + jailbreak = true; description = "Generics functionality for BSON"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24087,6 +24228,7 @@ self: { array base base64-bytestring bytestring cereal containers directory filepath hashable mtl QuickCheck random snappy stm time unix ]; + jailbreak = true; homepage = "https://github.com/brinchj/btree-concurrent"; description = "A backend agnostic, concurrent BTree"; license = "LGPL"; @@ -24101,7 +24243,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring time unix ]; - configureFlags = [ "-f-examples" ]; homepage = "https://github.com/redneb/hs-btrfs"; description = "Bindings to the btrfs API"; license = stdenv.lib.licenses.bsd3; @@ -24123,7 +24264,7 @@ self: { data-default http-conduit http-types iso8601-time resourcet text time transformers unordered-containers vector ]; - configureFlags = [ "-f-builddemo" ]; + jailbreak = true; homepage = "https://github.com/sethfowler/hsbugzilla"; description = "A Haskell interface to the Bugzilla native REST API"; license = stdenv.lib.licenses.bsd3; @@ -24136,6 +24277,7 @@ self: { version = "0.1.0.2"; sha256 = "1p9xi5ms7rxgzn5jxv5nv8bynyfb9ll952k0j7di5s7zbga8v1pg"; buildDepends = [ base bytestring containers dlist text ]; + jailbreak = true; description = "Typeclass for builders of linear data structures"; license = stdenv.lib.licenses.mit; }) {}; @@ -24152,6 +24294,7 @@ self: { base bytestring containers directory mtl old-locale pretty process random stm time ]; + jailbreak = true; homepage = "http://code.ouroborus.net/buildbox"; description = "Rehackable components for writing buildbots and test harnesses"; license = stdenv.lib.licenses.bsd3; @@ -24166,6 +24309,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base buildbox parseargs ]; + jailbreak = true; homepage = "http://code.ouroborus.net/buildbox"; description = "Tools for working with buildbox benchmark result files"; license = stdenv.lib.licenses.bsd3; @@ -24198,7 +24342,6 @@ self: { mtl old-time process text time transformers unordered-containers vector ]; - configureFlags = [ "-f-lib-werror" ]; homepage = "https://github.com/JPMoresmau/BuildWrapper"; description = "A library and an executable that provide an easy API for a Haskell IDE"; license = stdenv.lib.licenses.bsd3; @@ -24244,6 +24387,7 @@ self: { sha256 = "1pgrqjdc4n97s7jsb9ddmjkw3qa4c28p4fp1ajyx5bfxdll44dwm"; buildDepends = [ base deepseq ]; testDepends = [ base ]; + jailbreak = true; homepage = "http://parsci.com/"; description = "Burst detection algorithms"; license = stdenv.lib.licenses.gpl2; @@ -24277,6 +24421,7 @@ self: { base binary bytestring containers dataenc mtl old-locale parsec pretty time ]; + jailbreak = true; homepage = "http://vis.renci.org/jeff/buster"; description = "Almost but not quite entirely unlike FRP"; license = stdenv.lib.licenses.bsd3; @@ -24338,7 +24483,6 @@ self: { test-framework-hunit text ]; pkgconfigDepends = [ glib ]; - configureFlags = [ "-fthreaded" "-f-interactivetests" ]; description = "Draw pretty sequence diagrams of D-Bus traffic"; license = "unknown"; }) { inherit (pkgs) glib;}; @@ -24352,7 +24496,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-test" ]; homepage = "http://bitbucket.org/iago/bv-haskell"; description = "Bit-vector arithmetic library"; license = stdenv.lib.licenses.bsd3; @@ -24390,7 +24533,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring ]; - configureFlags = [ "-f-executable" ]; homepage = "http://github.com/vincenthz/hs-bytedump"; description = "Flexible byte dump helpers for human readers"; license = stdenv.lib.licenses.bsd3; @@ -24422,7 +24564,6 @@ self: { transformers-compat void ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; homepage = "http://github.com/analytics/bytes"; description = "Sharing code for serialization between binary and cereal"; license = stdenv.lib.licenses.bsd3; @@ -24444,7 +24585,7 @@ self: { QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-f-integer-simple" ]; + jailbreak = true; homepage = "https://github.com/haskell/bytestring"; description = "Fast, compact, strict and lazy byte strings with a list interface"; license = stdenv.lib.licenses.bsd3; @@ -24470,9 +24611,6 @@ self: { version = "0.10.4.0.1"; sha256 = "0iqh6k6dvl75z1m0i1grkr4w5ynxrd6qd7ynjl0bkd39nbwfay90"; buildDepends = [ base bytestring deepseq ]; - configureFlags = [ - "-fbytestring_has_builder" "-fbytestring_has_itoa_c" - ]; description = "The new bytestring builder, packaged outside of GHC"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24485,6 +24623,7 @@ self: { sha256 = "1z65br00rplhniaw9fg3phpxwf13acgycn5hnhyjfcyr962xp03x"; editedCabalFile = "e3aa2813d237dcd0a12bfd27293d8bf592cdf13bfdc01a4b609f34df238d0417"; buildDepends = [ base bytestring utf8-string ]; + jailbreak = true; description = "Classes for automatic conversion to and from strict and lazy bytestrings. (deprecated)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24515,7 +24654,6 @@ self: { version = "0.1.2"; sha256 = "0x7qklb36jwxry1ih5x3jw7s861vlvd5g9h7yn7b2x64c0phyj0r"; buildDepends = [ array base bytestring dlist ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/bytestring-csv"; description = "Parse CSV formatted data efficiently"; license = stdenv.lib.licenses.bsd3; @@ -24575,7 +24713,6 @@ self: { sha256 = "09ymg1n21668wn4harxg0cqlz98fz990bangpy99w2z7d6cwbc05"; buildDepends = [ array base bytestring ]; buildTools = [ alex ]; - configureFlags = [ "-f-bytestringinbase" "-fsplitbase" "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "Parse and produce literals efficiently from strict or lazy bytestrings"; license = stdenv.lib.licenses.bsd3; @@ -24588,7 +24725,6 @@ self: { version = "0.2.2"; sha256 = "1bv9xf4cpph1cbdwv6rbmq8ppi5wjpgd97lwln5l9ky5rvnaxg3v"; buildDepends = [ base bytestring unix ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://code.haskell.org/~dons/code/bytestring-mmap/"; description = "mmap support for strict ByteStrings"; license = stdenv.lib.licenses.bsd3; @@ -24603,7 +24739,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring containers ]; - configureFlags = [ "-f-cli" ]; homepage = "http://github.com/solidsnack/bytestring-nums"; description = "Parse numeric literals from ByteStrings"; license = stdenv.lib.licenses.bsd3; @@ -24628,7 +24763,6 @@ self: { version = "1.0.3"; sha256 = "1v9cl7d4fcchbdrpbgjj4ilg79cj241vzijiifdsgkq30ikv2yxs"; buildDepends = [ base bytestring terminal-progress-bar time ]; - configureFlags = [ "-fuse-system-progressbar" ]; homepage = "http://github.com/acw/bytestring-progress"; description = "A library for tracking the consumption of a lazy ByteString"; license = stdenv.lib.licenses.bsd3; @@ -24642,6 +24776,7 @@ self: { sha256 = "01yk1pmsp6c89z4lf6p37g4jqbqz1d93g61gn4i99p8dijbg0pbh"; buildDepends = [ base bytestring ]; testDepends = [ base bytestring hspec HUnit rematch ]; + jailbreak = true; homepage = "github.com/tcrayford/rematch"; description = "Rematch support for ByteString"; license = stdenv.lib.licenses.mit; @@ -24658,7 +24793,6 @@ self: { buildDepends = [ array base binary bytestring containers integer-gmp ]; - configureFlags = [ "-f-integer-simple" ]; homepage = "http://code.haskell.org/~dolio/"; description = "Efficient conversion of values into readable byte strings"; license = stdenv.lib.licenses.bsd3; @@ -24671,10 +24805,6 @@ self: { version = "0.2.4"; sha256 = "1fv3xh52hqhzdbq78c3lrgx5vd49cabwp9ww5ki1888zlq29pyck"; buildDepends = [ base binary bytestring ]; - configureFlags = [ - "-f-bytestringinbase" "-fapplicativeinbase" "-f-usecinternal" - "-fbase4" - ]; homepage = "http://code.haskell.org/~wren/"; description = "An efficient finite map from (byte)strings to values"; license = stdenv.lib.licenses.bsd3; @@ -24687,7 +24817,6 @@ self: { version = "0.3"; sha256 = "1g99vbp14ki563lb41y1fxlgvdmrmq1y0xsk0ia1m438rdpnh2qd"; buildDepends = [ base bytestring containers ]; - configureFlags = [ "-fapplicative-in-base" "-f-split-base" ]; description = "Combinator parsing with Data.ByteString.Lazy"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24699,7 +24828,6 @@ self: { version = "0.4.1"; sha256 = "019axq65hmgmszkc1lyyyy8rpv5xkjbf1pmgz1bz0hnc8lgv58pd"; buildDepends = [ base bytestring containers ]; - configureFlags = [ "-fapplicative-in-base" "-f-split-base" ]; description = "Combinator parsing with Data.ByteString.Lazy"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24711,7 +24839,6 @@ self: { version = "0.2"; sha256 = "07hx3072zg9y3kj6h99yl8fd3n115x4z8z411c1cpx1hj292d57f"; buildDepends = [ base bytestring ]; - configureFlags = [ "-fsplitbase" ]; description = "A ReadP style parser library for ByteString"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -24841,7 +24968,6 @@ self: { base filepath HUnit shelly test-framework test-framework-hunit text transformers ]; - configureFlags = [ "-f-regression" "-fbase3" ]; homepage = "https://github.com/haskell/c2hs"; description = "C->Haskell FFI tool that gives some cross-language type safety"; license = stdenv.lib.licenses.gpl2; @@ -24899,6 +25025,7 @@ self: { buildDepends = [ base Cabal directory filepath HTTP optparse-applicative ]; + jailbreak = true; homepage = "https://github.com/joelteon/cabal-audit.git"; description = "Check how up-to-date your .cabal dependencies are."; license = stdenv.lib.licenses.mit; @@ -24957,6 +25084,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Cabal optparse-applicative ]; + jailbreak = true; homepage = "https://github.com/benarmston/cabal-constraints"; description = "Repeatable builds for cabalized Haskell projects"; license = stdenv.lib.licenses.mit; @@ -25001,7 +25129,6 @@ self: { parsec pretty prettyclass process pureMD5 regex-tdfa set-extra syb text unix Unixutils utf8-string ]; - configureFlags = [ "-f-local-debian" "-f-tests" ]; homepage = "https://github.com/ddssff/cabal-debian"; description = "Create a Debianization for a Cabal package"; license = stdenv.lib.licenses.bsd3; @@ -25016,6 +25143,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Cabal containers directory filepath ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/cabal-dependency-licenses"; description = "Compose a list of a project's transitive dependencies with their licenses"; license = stdenv.lib.licenses.bsd3; @@ -25038,7 +25166,7 @@ self: { zlib ]; buildTools = [ cabal-install ]; - configureFlags = [ "-f-build-tests" "-f-no-cabal-dev" ]; + jailbreak = true; homepage = "http://github.com/creswick/cabal-dev"; description = "Manage sandboxed Haskell build environments"; license = stdenv.lib.licenses.bsd3; @@ -25127,7 +25255,7 @@ self: { pretty process QuickCheck regex-posix stm test-framework test-framework-hunit test-framework-quickcheck2 time unix zlib ]; - configureFlags = [ "-fnetwork-uri" "-f-old-directory" ]; + jailbreak = true; postInstall = '' mkdir $out/etc mv bash-completion $out/etc/bash_completion.d @@ -25171,7 +25299,7 @@ self: { array base Cabal containers directory filepath HTTP network old-time pretty process random time unix zlib ]; - configureFlags = [ "-fbytestring-in-base" "-f-old-base" ]; + jailbreak = true; homepage = "http://www.haskell.org/cabal/"; description = "Temporary version of cabal-install for ghc-7.2"; license = stdenv.lib.licenses.bsd3; @@ -25192,7 +25320,7 @@ self: { array base Cabal containers directory filepath HTTP network old-time pretty process random time unix zlib ]; - configureFlags = [ "-fbytestring-in-base" "-f-old-base" ]; + jailbreak = true; homepage = "http://www.haskell.org/cabal/"; description = "Temporary version of cabal-install for ghc-7.4"; license = stdenv.lib.licenses.bsd3; @@ -25222,6 +25350,7 @@ self: { buildDepends = [ base Cabal directory fgl filepath parsec process text ]; + jailbreak = true; homepage = "http://github.com/gimbo/cabal-macosx"; description = "Cabal support for creating Mac OSX application bundles"; license = stdenv.lib.licenses.bsd3; @@ -25239,7 +25368,6 @@ self: { isExecutable = true; buildDepends = [ base shelly system-fileio system-filepath text ]; testDepends = [ base hspec shelly system-filepath text unix ]; - configureFlags = [ "-fghc7" ]; homepage = "http://www.yesodweb.com/"; description = "build multiple packages at once"; license = stdenv.lib.licenses.bsd3; @@ -25258,7 +25386,6 @@ self: { buildDepends = [ base bytestring containers directory HTTP process tar ]; - configureFlags = [ "-f-generate" ]; homepage = "http://github.com/snoyberg/cabal-nirvana"; description = "Avoid Cabal dependency hell by constraining to known good versions. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -25273,6 +25400,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Cabal directory filepath ]; + jailbreak = true; description = "Show dependencies of program being built in current directory"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -25289,6 +25417,7 @@ self: { base bytestring Cabal derive ghc MissingH mtl tar template-haskell uniplate ]; + jailbreak = true; homepage = "http://github.com/explicitcall/cabal-query"; description = "Helpers for quering .cabal files or hackageDB's 00-index.tar"; license = stdenv.lib.licenses.bsd3; @@ -25369,6 +25498,7 @@ self: { base bytestring Cabal containers directory explicit-exception fgl filepath process transformers utility-ht ]; + jailbreak = true; description = "Topologically sort cabal packages"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -25430,6 +25560,7 @@ self: { sha256 = "1fs5fciplzrlxykn3kbxdyij9vjzs1vq2n5f72vadg9c33961agv"; buildDepends = [ base Cabal QuickCheck ]; testDepends = [ base Cabal ]; + jailbreak = true; homepage = "https://github.com/zimothy/cabal-test-quickcheck"; description = "QuickCheck for Cabal"; license = stdenv.lib.licenses.mit; @@ -25457,6 +25588,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base filepath HTTP network ]; + jailbreak = true; description = "Command-line tool for uploading packages to Hackage"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -25489,6 +25621,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Cabal hsemail hxt parsec process ]; + jailbreak = true; homepage = "http://gregheartsfield.com/cabal2doap/"; description = "Cabal to Description-of-a-Project (DOAP)"; license = stdenv.lib.licenses.bsd3; @@ -25593,7 +25726,6 @@ self: { buildDepends = [ base bytestring Cabal containers directory filepath pretty process ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/cabalgraph"; description = "Generate pretty graphs of module trees from cabal files"; license = stdenv.lib.licenses.bsd3; @@ -25696,7 +25828,6 @@ self: { buildDepends = [ array base bytestring mtl text utf8-string ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ cairo ]; - configureFlags = [ "-fcairo_svg" "-fcairo_ps" "-fcairo_pdf" ]; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the Cairo library"; license = stdenv.lib.licenses.bsd3; @@ -25711,7 +25842,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cairo glib gtk ]; - configureFlags = [ "-fsplitbase" ]; description = "A template for building new GUI applications using GTK and Cairo"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -25822,7 +25952,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base harpy haskell98 mtl ]; - configureFlags = [ "-f-debug" ]; description = "A small compiler for arithmetic expressions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -25837,6 +25966,7 @@ self: { isExecutable = true; buildDepends = [ base haskeline mtl parsec QuickCheck ]; testDepends = [ base mtl parsec QuickCheck ]; + jailbreak = true; homepage = "https://github.com/sumitsahrawat/calculator"; description = "A calculator that operates on string inputs"; license = stdenv.lib.licenses.gpl2; @@ -25872,6 +26002,7 @@ self: { buildDepends = [ base containers cpphs lens mtl parsec transformers ]; + jailbreak = true; homepage = "https://github.com/mmirman/caledon"; description = "a logic programming language based on the calculus of constructions"; license = stdenv.lib.licenses.gpl3; @@ -25898,9 +26029,7 @@ self: { lens linear minioperational mtl objective OpenGL OpenGLRaw random reflection template-haskell text transformers vector WAVE ]; - configureFlags = [ - "-fglcoreprofile" "-fglforwardcompat" "-f-buildhelloworld" - ]; + jailbreak = true; homepage = "https://github.com/fumieval/call"; description = "The call game engine"; license = stdenv.lib.licenses.bsd3; @@ -25934,6 +26063,7 @@ self: { http-enumerator http-types mtl old-locale process text time transformers unordered-containers url ]; + jailbreak = true; homepage = "http://github.com/michaelxavier/Campfire"; description = "Haskell implementation of the Campfire API"; license = stdenv.lib.licenses.bsd3; @@ -25969,6 +26099,7 @@ self: { base bytestring Cabal containers directory filepath hspec hxt hxt-xpath parsec QuickCheck split ]; + jailbreak = true; homepage = "https://github.com/klangner/cantor"; description = "Application for analysis of java source code"; license = stdenv.lib.licenses.bsd3; @@ -26052,7 +26183,7 @@ self: { base containers HUnit linear sdl2 test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-f-fix-opengl21" "-f-build-toys" ]; + jailbreak = true; homepage = "https://github.com/Noeda/caramia/"; description = "High-level OpenGL bindings"; license = stdenv.lib.licenses.mit; @@ -26103,7 +26234,6 @@ self: { version = "0.1.5.2"; sha256 = "0kjqxjnamhnpjjf2bgm1gnsy6jx1fjbn5mx394pyx1vq3lkfgfb0"; buildDepends = [ array base binary bytestring ix-shapable syb ]; - configureFlags = [ "-fbase4" "-f-bytestringinbase" "-fsplitbase" ]; description = "A C-compatible array library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -26224,6 +26354,7 @@ self: { base blaze-builder bytestring colour containers lens mtl text utf8-string web-routes ]; + jailbreak = true; description = "DSL for HTML CSS (Cascading Style Sheets)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -26285,6 +26416,7 @@ self: { buildDepends = [ base deepseq haskell98 HaXml network parallel pretty ]; + jailbreak = true; homepage = "http://www.cs.st-andrews.ac.uk/~hwloidl/SCIEnce/SymGrid-Par/CASH/"; description = "the Computer Algebra SHell"; license = stdenv.lib.licenses.bsd3; @@ -26356,7 +26488,7 @@ self: { containers mtl ]; testDepends = [ base QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "https://github.com/domdere/cassava-conduit"; description = "Conduit interface for cassava package"; license = stdenv.lib.licenses.bsd3; @@ -26377,7 +26509,7 @@ self: { base bytestring cassava io-streams QuickCheck tasty tasty-quickcheck vector ]; - configureFlags = [ "-f-tutorial" "-f-maintainer" ]; + jailbreak = true; homepage = "https://github.com/pjones/cassava-streams"; description = "io-streams interface for the cassava CSV library"; license = stdenv.lib.licenses.bsd3; @@ -26417,6 +26549,7 @@ self: { QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text Thrift time ]; + jailbreak = true; homepage = "http://github.com/ozataman/cassy"; description = "A high level driver for the Cassandra datastore"; license = stdenv.lib.licenses.bsd3; @@ -26442,6 +26575,7 @@ self: { base hspec QuickCheck tasty tasty-golden tasty-hspec tasty-quickcheck ]; + jailbreak = true; homepage = "https://github.com/erochest/castle"; description = "A tool to manage shared cabal-install sandboxes"; license = stdenv.lib.licenses.asl20; @@ -26491,7 +26625,6 @@ self: { version = "1.0.7"; sha256 = "18ihv16g4w0s6n89c64j4998hbsgzhp5w9ph2gdkygq7f30cx7f2"; buildDepends = [ base void ]; - configureFlags = [ "-f-optimize" ]; homepage = "http://github.com/ekmett/categories"; description = "Categories"; license = stdenv.lib.licenses.bsd3; @@ -26531,7 +26664,6 @@ self: { version = "1.0.2"; sha256 = "1sw5ngwrarq1lsd4c6v2wdmgbhkkq6kpybb62r8ccm11ddgn3yiq"; buildDepends = [ base bytestring directory filepath unix ]; - configureFlags = [ "-fposix" ]; 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; }) {}; @@ -26591,7 +26723,6 @@ self: { process random time ]; extraLibraries = [ cci ]; - configureFlags = [ "-f-examples" ]; description = "Bindings for the CCI networking library"; license = stdenv.lib.licenses.bsd3; }) { cci = null;}; @@ -26603,6 +26734,7 @@ self: { version = "0.0.0"; sha256 = "18gnm6skzdnh6cis7l7v3d5813zn6irw6nywg6shffrn8v2y6xh7"; buildDepends = [ base bytestring ]; + jailbreak = true; homepage = "http://tomahawkins.org"; description = "A Haskell implementation of the CCNx network protocol"; license = stdenv.lib.licenses.bsd3; @@ -26620,7 +26752,6 @@ self: { bindings-cctools bytestring lens monad-loops unix ]; extraLibraries = [ dttools ]; - configureFlags = [ "-f-warn" ]; homepage = "http://bitbucket.org/badi/hs-cctools-workqueue"; description = "High-level interface to CCTools' WorkQueue library"; license = stdenv.lib.licenses.gpl2; @@ -26639,6 +26770,7 @@ self: { buildDepends = [ base bytestring containers mtl parsec utf8-string ]; + jailbreak = true; description = "Convenient Chinese phrase & character lookup"; license = "GPL"; }) {}; @@ -26652,6 +26784,7 @@ self: { buildDepends = [ base cairo glib gtk mtl ]; buildTools = [ c2hs ]; pkgconfigDepends = [ gtk ]; + jailbreak = true; description = "Cairo-based CellRenderer"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs.gnome) gtk;}; @@ -26663,7 +26796,6 @@ self: { version = "0.4.1.1"; sha256 = "15rhfn9hrjm01ksh9xpz9syxsp9vkvpp6b736iqq38wv2wb7416z"; buildDepends = [ array base bytestring containers ghc-prim ]; - configureFlags = [ "-fsplit-base" ]; description = "A binary serialization library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -26694,6 +26826,7 @@ self: { version = "0.1.1"; sha256 = "04mlg1r2qvrwdzcfbf1aqs4bf9n2gc7cwv73fbhld2ji5naa6fwb"; buildDepends = [ base cereal ghc-prim ]; + jailbreak = true; description = "Automatic deriving of Serialize using GHC.Generics"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -26716,6 +26849,7 @@ self: { version = "0.1"; sha256 = "1gr22ziz9bj4q3y8j1vg46m648zqvbajfdks8p64xc28ci25pw2s"; buildDepends = [ array base cereal ]; + jailbreak = true; homepage = "http://github.com/jystic/cereal-ieee754"; description = "Floating point support for the 'cereal' serialization library"; license = stdenv.lib.licenses.bsd3; @@ -26785,7 +26919,6 @@ self: { asn1-data base bytestring containers crypto-pubkey-types cryptohash directory filepath mtl pem process time ]; - configureFlags = [ "-f-executable" "-f-test" ]; homepage = "http://github.com/vincenthz/hs-certificate"; description = "Certificates and Key Reader/Writer"; license = stdenv.lib.licenses.bsd3; @@ -26889,7 +27022,7 @@ self: { base bytestring containers exceptions mtl multipart network network-uri old-locale old-time parsec xhtml ]; - configureFlags = [ "-fnetwork-uri" ]; + jailbreak = true; homepage = "https://github.com/cheecheeo/haskell-cgi"; description = "A library for writing CGI programs"; license = stdenv.lib.licenses.bsd3; @@ -26968,10 +27101,6 @@ self: { array base binary bytestring Codec-Image-DevIL containers data-reify directory GLUT OpenGLRaw process time ]; - configureFlags = [ - "-f-tutorial" "-f-example" "-f-cbbe1" "-f-simple" "-f-chalkmark" - "-f-test1" "-fserver" "-f-all" - ]; homepage = "http://www.ittc.ku.edu/csdl/fpg/ChalkBoard"; description = "Combinators for building and processing 2D images"; license = stdenv.lib.licenses.bsd3; @@ -26984,6 +27113,7 @@ self: { version = "0.1"; sha256 = "1gvnp176j8gd0s6wzq10zpiqkn3wma99pwn3f78wgxm9rh588gh2"; buildDepends = [ array base chalkboard GLUT OpenGL time ]; + jailbreak = true; homepage = "http://ittc.ku.edu/~andygill/chalkboard.php"; description = "OpenGL based viewer for chalkboard rendered images"; license = stdenv.lib.licenses.bsd3; @@ -27041,6 +27171,7 @@ self: { base configurator containers filepath heist lens mtl QuickCheck random snap snap-core snap-extras snap-server text xmlhtml ]; + jailbreak = true; homepage = "https://github.com/soostone/charade"; description = "Rapid prototyping websites with Snap and Heist"; license = stdenv.lib.licenses.bsd3; @@ -27069,6 +27200,7 @@ self: { version = "1.0"; sha256 = "1w302v6pmi448k2rq2cc7wp1javsd9rgk7r7i43lxvbjhniydn7p"; buildDepends = [ base bytestring ]; + jailbreak = true; homepage = "http://www.github.com/batterseapower/charsetdetect"; description = "Character set detection using Mozilla's Universal Character Set Detector"; license = "LGPL"; @@ -27097,6 +27229,7 @@ self: { buildDepends = [ base Chart colour data-default-class lens vector ]; + jailbreak = true; description = "Easily render histograms with Chart"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -27119,7 +27252,6 @@ self: { containers ghc-prim HUnit test-framework test-framework-hunit vector ]; - configureFlags = [ "-f-debug" ]; homepage = "https://github.com/rrnewton/haskell-lockfree/wiki"; description = "Chase & Lev work-stealing lock-free double-ended queues (deques)"; license = stdenv.lib.licenses.bsd3; @@ -27151,6 +27283,7 @@ self: { quickcheck-instances test-framework test-framework-hunit test-framework-quickcheck2 test-framework-skip text tokenize ]; + jailbreak = true; homepage = "http://github.com/creswick/chatter"; description = "A library of simple NLP algorithms"; license = stdenv.lib.licenses.bsd3; @@ -27169,6 +27302,7 @@ self: { ansi-terminal base chatty-utils directory mtl process random setenv template-haskell text time transformers unix ]; + jailbreak = true; description = "Some monad transformers and typeclasses for abstraction of global dependencies"; license = stdenv.lib.licenses.agpl3; }) {}; @@ -27191,6 +27325,7 @@ self: { version = "0.7.1.2"; sha256 = "17jilk0p6wvnpc064wjk6flilz78yx32f092wn0z8dbc9hpw32wf"; buildDepends = [ base mtl text transformers ]; + jailbreak = true; description = "Some utilities every serious chatty-based application may need"; license = stdenv.lib.licenses.agpl3; }) {}; @@ -27210,7 +27345,6 @@ self: { aeson base blaze-html bytestring containers data-default http-types mtl syb text uniplate wai wai-extra xss-sanitize ]; - configureFlags = [ "-f-dingus" ]; homepage = "http://github.com/jgm/cheapskate"; description = "Experimental markdown processor"; license = stdenv.lib.licenses.bsd3; @@ -27242,6 +27376,7 @@ self: { base Cabal containers explicit-exception filepath haskell-src-exts non-empty transformers utility-ht ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Import_modules_properly"; description = "Check whether module and package imports conform to the PVP"; license = stdenv.lib.licenses.bsd3; @@ -27281,7 +27416,6 @@ self: { ansi-terminal base bytestring options patience random template-haskell text transformers ]; - configureFlags = [ "-fcolor-output" ]; homepage = "https://john-millikin.com/software/chell/"; description = "A simple and intuitive library for automated testing"; license = stdenv.lib.licenses.mit; @@ -27318,7 +27452,6 @@ self: { version = "0.2.0"; sha256 = "1v9qhnknqn8bsxzdcwskhssmmhbrr0d1rrxqm6ssf6j2jvv3diay"; buildDepends = [ array attoparsec base bytestring containers ]; - configureFlags = [ "-f-no-pgn" ]; homepage = "http://arnovanlumig.com/chesshs.html"; description = "Simple library for validating chess moves and parsing PGN files"; license = stdenv.lib.licenses.bsd3; @@ -27347,6 +27480,7 @@ self: { version = "1.0.0"; sha256 = "1x14xl9hm9n3zczj6xhffvpac09q5a13i94fhkq2kzj2s3rk1b4z"; buildDepends = [ base chp chp-plus mtl ]; + jailbreak = true; homepage = "http://www.cs.kent.ac.uk/projects/ofa/chp/"; description = "MTL class instances for the CHP library"; license = stdenv.lib.licenses.bsd3; @@ -27378,6 +27512,7 @@ self: { version = "1.0.0"; sha256 = "0jil6p0cw8bbpzb0kf9lxljdnbbp0xyq7c6x7bfc7291kqkafgdi"; buildDepends = [ base containers deepseq mtl pretty TypeCompose ]; + jailbreak = true; homepage = "http://www.cs.kent.ac.uk/projects/ofa/chp/"; description = "A mirror implementation of chp that generates a specification of the program"; license = stdenv.lib.licenses.bsd3; @@ -27390,6 +27525,7 @@ self: { version = "1.0.0"; sha256 = "0d4hcqpjxmns1fhq918s6z9f4bxlbjlkxzq5xkpqwjxpzy83wq23"; buildDepends = [ base chp chp-plus transformers ]; + jailbreak = true; homepage = "http://www.cs.kent.ac.uk/projects/ofa/chp/"; description = "Transformers instances for the CHP library"; license = stdenv.lib.licenses.bsd3; @@ -27402,6 +27538,7 @@ self: { version = "0.2.0.1"; sha256 = "0qy2ahnp324jh0ybqwsa4nc3r2x1hkbrg6sl6f8dg1xnr0gpaag2"; buildDepends = [ base deepseq ghc-prim thyme vector-space ]; + jailbreak = true; description = "measure timings of data evaluation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -27436,6 +27573,7 @@ self: { parsec text transformers ]; testDepends = [ base HUnit text transformers unix ]; + jailbreak = true; homepage = "http://github.com/marcotmarcot/chuchu"; description = "Behaviour Driven Development like Cucumber for Haskell"; license = "unknown"; @@ -27481,6 +27619,7 @@ self: { isExecutable = true; buildDepends = [ base binary bytestring text ]; testDepends = [ base binary bytestring HUnit text ]; + jailbreak = true; description = "Human-readable storage of text/binary objects"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -27503,6 +27642,7 @@ self: { version = "0.1.1"; sha256 = "0farjdyq6w33jm0qqdkfd6l7b8rr6k55dqfha643mj6nh1y904az"; buildDepends = [ base bytestring language-c ]; + jailbreak = true; homepage = "http://tomahawkins.org"; description = "An interface to CIL"; license = stdenv.lib.licenses.bsd3; @@ -27549,7 +27689,6 @@ self: { base byteable bytestring crypto-cipher-tests crypto-cipher-types QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-fsupport_aesni" ]; homepage = "https://github.com/vincenthz/hs-cipher-aes"; description = "Fast AES cipher implementation with advanced mode of operations"; license = stdenv.lib.licenses.bsd3; @@ -27564,7 +27703,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring cereal crypto-api tagged ]; - configureFlags = [ "-f-test" ]; homepage = "https://github.com/TomMD/cipher-aes128"; description = "AES and common modes using AES-NI when available"; license = stdenv.lib.licenses.bsd3; @@ -27659,6 +27797,7 @@ self: { version = "0.1.0.1"; sha256 = "1ld4kdn0bd7ka448bl6df30iw3kd3mw7117qlwxyfzwbisdcsrif"; buildDepends = [ base split ]; + jailbreak = true; homepage = "http://github.com/fegu/cipher-rc5"; description = "Pure RC5 implementation"; license = stdenv.lib.licenses.bsd3; @@ -27723,10 +27862,6 @@ self: { HTTP json mtl network old-locale pandoc-types parsec syb time utf8-string ]; - configureFlags = [ - "-f-unicode_collation" "-f-embed_data_files" "-fhexpat" "-fnetwork" - "-fbibutils" "-fsmall_base" - ]; homepage = "http://gorgias.mine.nu/repos/citeproc-hs/"; description = "A Citation Style Language implementation in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -27745,7 +27880,6 @@ self: { base bytestring largeword QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-f-sse42" ]; homepage = "http://github.com/thoughtpolice/hs-cityhash"; description = "Bindings to CityHash"; license = stdenv.lib.licenses.mit; @@ -27790,6 +27924,7 @@ self: { base containers directory filepath ghc HaXml HUnit lens mtl QuickCheck tasty tasty-hunit tasty-th ]; + jailbreak = true; homepage = "http://clafer.org"; description = "clafer compiles Clafer models to other formats, such as Alloy, XML, HTML, Dot"; license = stdenv.lib.licenses.mit; @@ -27834,6 +27969,7 @@ self: { base clafer containers directory gitit MissingH mtl network process SHA split time transformers utf8-string ]; + jailbreak = true; homepage = "http://github.com/gsdlab/claferwiki"; description = "A wiki-based IDE for literate modeling with Clafer"; license = stdenv.lib.licenses.mit; @@ -27867,6 +28003,7 @@ self: { filepath ghc haskell98 pretty prettyclass template-haskell tfp th-lift time transformers utility-ht vhdl ]; + jailbreak = true; homepage = "http://clash.ewi.utwente.nl/"; description = "CAES Language for Synchronous Hardware (CLaSH)"; license = stdenv.lib.licenses.bsd3; @@ -27889,7 +28026,6 @@ self: { directory filepath ghc ghc-paths hashable haskeline lens mtl process text transformers unbound unix unordered-containers ]; - configureFlags = [ "-f-standalone" ]; homepage = "http://christiaanb.github.io/clash2"; description = "CAES Language for Synchronous Hardware"; license = "unknown"; @@ -27955,6 +28091,7 @@ self: { buildDepends = [ base lifted-base monad-control parallel resourcet transformers ]; + jailbreak = true; description = "Fork of the monad-parallel package using monad-control"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -28069,7 +28206,7 @@ self: { ]; buildTools = [ hsx2hs ]; extraLibraries = [ cryptopp openssl ]; - configureFlags = [ "-fnetwork-uri" ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "A secure, reliable content management system (CMS) and blogging platform"; license = stdenv.lib.licenses.bsd3; @@ -28111,7 +28248,7 @@ self: { happstack-server hsp mtl network text web-plugins ]; buildTools = [ hsx2hs ]; - configureFlags = [ "-f-backups" ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "clckwrks.com"; license = stdenv.lib.licenses.bsd3; @@ -28137,7 +28274,7 @@ self: { web-routes web-routes-th ]; buildTools = [ hsx2hs ]; - configureFlags = [ "-fnetwork-uri" ]; + jailbreak = true; homepage = "http://clckwrks.com/"; description = "bug tracking plugin for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -28161,6 +28298,7 @@ self: { safecopy text web-plugins web-routes web-routes-th ]; buildTools = [ hsx2hs ]; + jailbreak = true; homepage = "http://clckwrks.com/"; description = "ircbot plugin for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -28184,6 +28322,7 @@ self: { web-routes-th ]; buildTools = [ hsx2hs ]; + jailbreak = true; homepage = "http://clckwrks.com/"; description = "media plugin for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -28209,6 +28348,7 @@ self: { web-routes-happstack web-routes-th ]; buildTools = [ hsx2hs ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "support for CMS/Blogging in clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -28222,6 +28362,7 @@ self: { sha256 = "0bj1lxrzlhv4l37xb4jbb8h55l3mb2abyapsmlavcj0cld7ba7i2"; buildDepends = [ base clckwrks hsp text ]; buildTools = [ hsx2hs ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "simple bootstrap based template for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -28235,6 +28376,7 @@ self: { sha256 = "0mxb48sirbhvm4vkwwgqxh7x3bahfk34x8i20zcirvh8y6xxp3pm"; buildDepends = [ base clckwrks containers hsp text ]; buildTools = [ hsx2hs ]; + jailbreak = true; homepage = "http://www.clckwrks.com/"; description = "simple bootstrap based template for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -28247,6 +28389,7 @@ self: { version = "0.1.1"; sha256 = "1qxik7hdz300n5lfb5xzh2md44b4xwwlr0c92y9x2na2xz41da7k"; buildDepends = [ base clckwrks hsp text ]; + jailbreak = true; homepage = "http://divshot.github.com/geo-bootstrap/"; description = "geo bootstrap based template for clckwrks"; license = stdenv.lib.licenses.bsd3; @@ -28301,7 +28444,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers mtl parsec ]; - configureFlags = [ "-f-parsec2" ]; homepage = "http://sandbox.pocoo.org/clevercss-hs/"; description = "A CSS preprocessor"; license = stdenv.lib.licenses.bsd3; @@ -28316,7 +28458,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers ]; - configureFlags = [ "-f-executable" ]; homepage = "https://github.com/NicolasDP/hs-cli"; description = "Simple Command Line Interface Library"; license = stdenv.lib.licenses.bsd3; @@ -28336,6 +28477,7 @@ self: { base containers GLFW Hipmunk MonadRandom mtl OpenGL random StateVar transformers ]; + jailbreak = true; description = "Toy game (tetris on billiard board). Hipmunk in action."; license = "unknown"; }) {}; @@ -28360,7 +28502,6 @@ self: { base bytestring cereal containers hspec HUnit QuickCheck transformers ]; - configureFlags = [ "-f-test" ]; homepage = "http://github.com/yesodweb/clientsession/tree/master"; description = "Securely store session data in a client-side cookie"; license = stdenv.lib.licenses.bsd3; @@ -28386,6 +28527,7 @@ self: { reflection semigroupoids stream-fusion tagged vector ]; testDepends = [ base hspec nats numeric-prelude QuickCheck ]; + jailbreak = true; homepage = "http://github.com/spacekitteh/haskell-clifford"; description = "A Clifford algebra library"; license = stdenv.lib.licenses.bsd3; @@ -28398,6 +28540,7 @@ self: { version = "0.1.1"; sha256 = "0qhi727irlkvi4ygx5qvd6h1zzz22588lymi39s0gcjir473a538"; buildDepends = [ base process ]; + jailbreak = true; homepage = "https://github.com/Raynes/clippard"; description = "A simple Haskell library for copying text to the clipboard in a cross-platform way"; license = stdenv.lib.licenses.mit; @@ -28445,7 +28588,6 @@ self: { sha256 = "0wqhg8gb10lby01f0v4fl4yp23l4ilizywp5xnsbja03svnb4f0d"; editedCabalFile = "653fd69fcb84f23fb93241604f83f686921593f7ded7c3bf61ce7cecf1f00440"; buildDepends = [ base ]; - configureFlags = [ "-f-llvm" ]; homepage = "http://corsis.github.com/clock/"; description = "High-resolution clock functions: monotonic, realtime, cputime"; license = stdenv.lib.licenses.bsd3; @@ -28499,6 +28641,7 @@ self: { aeson base bytestring directory github optparse-applicative process system-fileio system-filepath text transformers ]; + jailbreak = true; homepage = "https://github.com/silky/clone-all"; description = "Clone all github repositories from a given user"; license = stdenv.lib.licenses.mit; @@ -28511,6 +28654,7 @@ self: { version = "0.1.0.0"; sha256 = "1z9clkwjpj01g258h8bldlc759vwsgdlyppn29sr11kyani1zjwf"; buildDepends = [ base hashable unordered-containers ]; + jailbreak = true; homepage = "http://github.com/tel/closure"; description = "Depth- and breadth-first set closures"; license = stdenv.lib.licenses.mit; @@ -28534,7 +28678,7 @@ self: { distributed-process-task distributed-static network-transport rank1dynamic ]; - configureFlags = [ "-f-p2p" "-f-simplelocalnet" "-f-tcp" ]; + jailbreak = true; homepage = "http://github.com/haskell-distributed/cloud-haskell"; description = "The Cloud Haskell Application Platform"; license = stdenv.lib.licenses.bsd3; @@ -28650,7 +28794,6 @@ self: { buildDepends = [ array base cairo glib gtk haskell98 mtl X11 ]; buildTools = [ c2hs ]; pkgconfigDepends = [ clutter glib pango ]; - configureFlags = [ "-f-debug" ]; description = "Bindings to the Clutter animation library"; license = "LGPL"; }) { inherit (pkgs) clutter; inherit (pkgs) glib; @@ -28716,7 +28859,6 @@ self: { buildDepends = [ base filepath process template-haskell transformers ]; - configureFlags = [ "-fquotation" "-f-testprog" ]; homepage = "http://community.haskell.org/~ndm/cmdargs/"; description = "Command line argument processing"; license = stdenv.lib.licenses.bsd3; @@ -28750,7 +28892,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base mtl split syb transformers ]; - configureFlags = [ "-f-test" "-fmtl2" ]; description = "a library for command line parsing & online help"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -28829,7 +28970,6 @@ self: { filepath HUnit mtl parsec pretty prettyclass process split stringtable-atom unix zlib ]; - configureFlags = [ "-fbasicbuild" ]; homepage = "http://software.intel.com/en-us/articles/intel-concurrent-collections-for-cc/"; description = "Compiler/Translator for CnC Specification Files"; license = stdenv.lib.licenses.bsd3; @@ -28925,7 +29065,6 @@ self: { base cairo containers directory filepath gtk haskell98 hinotify MissingH process regex-posix time ]; - configureFlags = [ "-f-dev" ]; homepage = "http://github.com/rickardlindberg/codemonitor"; description = "Tool that automatically runs arbitrary commands when files change on disk"; license = stdenv.lib.licenses.bsd3; @@ -28939,6 +29078,7 @@ self: { sha256 = "03jvbbv4cgrmk0ihz34shd1ydv5jhl1h1xiwqrln60622jlh8mr1"; editedCabalFile = "52fe2b461d77b36400724ddd77e6ec5a92cb9c1bbf5f97efb4cfe87adba3a07a"; buildDepends = [ base curl mtl network tagsoup ]; + jailbreak = true; homepage = "http://github.com/chrisdone/codepad"; description = "Submit and retrieve paste output from CodePad.org."; license = stdenv.lib.licenses.bsd3; @@ -29030,6 +29170,7 @@ self: { base bytestring cereal cmdargs containers fclabels ghc-prim ListZipper monad-atom mtl split swift-lda text vector ]; + jailbreak = true; homepage = "https://bitbucket.org/gchrupala/colada"; description = "Colada implements incremental word class class induction using online LDA"; license = stdenv.lib.licenses.bsd3; @@ -29048,6 +29189,7 @@ self: { aeson base conceit network network-simple pipes pipes-aeson pipes-attoparsec pipes-network text transformers ]; + jailbreak = true; description = "Rudimentary JSON-RPC 2.0 client over raw TCP."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29065,6 +29207,7 @@ self: { buildDepends = [ base collada-types containers SVGPath time vector xml ]; + jailbreak = true; description = "Generate animated 3d objects in COLLADA"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29080,6 +29223,7 @@ self: { buildDepends = [ base containers enumerable OpenGL tuple tuple-gen vector ]; + jailbreak = true; description = "Data exchange between graphic applications"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29105,6 +29249,7 @@ self: { version = "0.3.1.1"; sha256 = "0a5km8k2jwjv4gfd2vf0jiq3f9cw47dgz8f3lspmpx2b0g2pac7g"; buildDepends = [ array base bytestring containers QuickCheck ]; + jailbreak = true; description = "Useful standard collections types and related functions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29144,7 +29289,6 @@ self: { version = "0.2.2"; sha256 = "0h3y5c3c3711k2glmnydc1rlz9ff73iibcc8vf0zjzvvw9rz0xb1"; buildDepends = [ base unix ]; - configureFlags = [ "-fsmall_base" ]; description = "thread-friendly file locks that don't block the entire program"; license = "LGPL"; }) {}; @@ -29199,6 +29343,7 @@ self: { base bytestring HTTP http-types HUnit mtl regex-compat text wai wai-extra warp ]; + jailbreak = true; homepage = "https://github.com/wellecks/coltrane"; description = "A jazzy, minimal web framework for Haskell, inspired by Sinatra"; license = stdenv.lib.licenses.bsd3; @@ -29210,7 +29355,6 @@ self: { pname = "com"; version = "1.2.3.1"; sha256 = "1y6zm63jyigf631f2b0bqw1yhmr6hifaspqivy7qy30brmr5a27m"; - configureFlags = [ "-f-old-base" ]; description = "Haskell COM support library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29222,7 +29366,6 @@ self: { version = "0.2.7.0"; sha256 = "1rch5pk0sggmdr2wmqys5i5p1cjyqdymrngjf8a2721q6nycfjjz"; buildDepends = [ array base containers random transformers ]; - configureFlags = [ "-fbase4" "-f-withquickcheck" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Generation of various combinatorial objects"; license = stdenv.lib.licenses.bsd3; @@ -29240,7 +29383,6 @@ self: { array base colour combinat containers diagrams-core diagrams-lib transformers vector-space ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Graphical representations for various combinatorial objects"; license = stdenv.lib.licenses.bsd3; @@ -29260,6 +29402,7 @@ self: { base bytestring cereal containers directory lens mtl template-haskell th-lift trifecta void ]; + jailbreak = true; homepage = "https://github.com/fumieval/combinator-interactive"; description = "SKI Combinator interpreter"; license = stdenv.lib.licenses.bsd3; @@ -29288,7 +29431,6 @@ self: { version = "0.1.0"; sha256 = "101b3lycfav6wqdqjhs0v93vgy4g3pfn5xyimip0x3alq0q2ix9a"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "Efficient computation of common combinatoric functions"; license = stdenv.lib.licenses.bsd3; @@ -29305,6 +29447,7 @@ self: { buildDepends = [ base containers template-haskell vector vector-space ]; + jailbreak = true; homepage = "https://github.com/JohnLato/combobuffer"; description = "Various buffer implementations"; license = stdenv.lib.licenses.bsd3; @@ -29407,9 +29550,6 @@ self: { transformers transformers-compat ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ - "-fdistributive" "-fcontravariant" "-fcontainers" "-ftest-doctests" - ]; homepage = "http://github.com/ekmett/comonad/"; description = "Comonads"; license = stdenv.lib.licenses.bsd3; @@ -29439,6 +29579,7 @@ self: { version = "0.1.2"; sha256 = "11jak28rpnnaswrlf2wgn91v096zkz1laq2cdhjfc7abgmkx9gay"; buildDepends = [ base category-extras random ]; + jailbreak = true; description = "Comonadic interface for random values"; license = "unknown"; }) {}; @@ -29608,7 +29749,7 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; + jailbreak = true; homepage = "http://github.com/analytics/compensated/"; description = "Compensated floating-point arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -29621,6 +29762,7 @@ self: { version = "0.2.0.0"; sha256 = "07c6b6yai8x9i8qndimzmyp5bzhwckis8kg207n152gnskk7i3zn"; buildDepends = [ base filepath parsec ]; + jailbreak = true; homepage = "github.com/yanatan16/haskell-competition"; description = "Helpers and runners for code competitions"; license = stdenv.lib.licenses.mit; @@ -29673,6 +29815,7 @@ self: { base Chart colour data-accessor hstats parallel pretty time transformers ]; + jailbreak = true; description = "Empirical algorithmic complexity"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29742,6 +29885,7 @@ self: { algebra base containers equational-reasoning heaps lens monad-loops monomorphic peggy singletons sized-vector tagged type-natural ]; + jailbreak = true; homepage = "https://github.com/konn/computational-algebra"; description = "Well-kinded computational algebra library, currently supporting Groebner basis"; license = stdenv.lib.licenses.bsd3; @@ -29770,6 +29914,7 @@ self: { buildDepends = [ base bifunctors exceptions mtl semigroupoids transformers void ]; + jailbreak = true; description = "Concurrent actions that may fail"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29804,7 +29949,7 @@ self: { monad-codec monad-ox sgd tagset-positional temporary text text-binary transformers vector vector-binary zlib ]; - configureFlags = [ "-f-buildanatool" ]; + jailbreak = true; homepage = "http://zil.ipipan.waw.pl/Concraft"; description = "Morphological disambiguation based on constrained CRFs"; license = stdenv.lib.licenses.bsd3; @@ -29826,6 +29971,7 @@ self: { double-conversion lazy-io moan network sgd split tagset-positional text ]; + jailbreak = true; homepage = "https://github.com/vjeranc/concraft-hr"; description = "Part-of-speech tagger for Croatian"; license = stdenv.lib.licenses.bsd3; @@ -29882,7 +30028,6 @@ self: { base binary hashable QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-fnew-typerep" ]; description = "Binary and Hashable instances for TypeRep"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -29967,7 +30112,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base exceptions mtl stm transformers ]; - configureFlags = [ "-f-examples" ]; homepage = "https://github.com/joelteon/concurrent-state"; description = "MTL-like library using TVars"; license = stdenv.lib.licenses.mit; @@ -29981,7 +30125,6 @@ self: { sha256 = "0crg4rm5wibw9h6lmsi43d280xg1xr9xbgqr9s4inxq7x0yyn68c"; buildDepends = [ base ghc-prim hashable ]; testDepends = [ base containers ]; - configureFlags = [ "-ftest-properties" ]; homepage = "http://github.com/ekmett/concurrent-supply/"; description = "A fast concurrent unique identifier supply with a pure API"; license = stdenv.lib.licenses.bsd3; @@ -30026,6 +30169,7 @@ self: { testDepends = [ base binary Cabal containers glider-nlp HUnit text ]; + jailbreak = true; homepage = "https://github.com/klangner/Condor"; description = "Information retrieval library"; license = stdenv.lib.licenses.bsd3; @@ -30078,6 +30222,7 @@ self: { base conductive-base conductive-song containers directory filepath hosc hsc3 random ]; + jailbreak = true; homepage = "http://www.renickbell.net/doku.php?id=conductive-hsc3"; description = "a library with examples of using Conductive with hsc3"; license = stdenv.lib.licenses.gpl3; @@ -30233,6 +30378,7 @@ self: { sha256 = "1bqdpnhqjh4dhvppsa8nlgja0jpdw48kxywz2999sp5hi53qxdfg"; buildDepends = [ base conduit void ]; testDepends = [ base bytestring conduit hspec transformers void ]; + jailbreak = true; homepage = "http://github.com/A1kmm/conduit-resumablesink"; description = "Allows conduit to resume sinks to feed multiple sources into it"; license = stdenv.lib.licenses.bsd3; @@ -30245,6 +30391,7 @@ self: { version = "0.1.0.0"; sha256 = "15zd72l2izdiw79hldf34pymxc4d9r06db91x6p2mfv2i31wy2n2"; buildDepends = [ base haskell-src ]; + jailbreak = true; description = "Parser for Haskell-based configuration files"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -30290,6 +30437,7 @@ self: { unordered-containers yaml ]; testDepends = [ base base-unicode-symbols errors mtl ]; + jailbreak = true; homepage = "https://github.com/alephcloud/hs-configuration-tools"; description = "Tools for specifying and parsing configurations"; license = stdenv.lib.licenses.mit; @@ -30312,7 +30460,6 @@ self: { base bytestring directory filepath HUnit test-framework test-framework-hunit text ]; - configureFlags = [ "-f-developer" ]; homepage = "http://github.com/bos/configurator"; description = "Configuration management"; license = stdenv.lib.licenses.bsd3; @@ -30332,6 +30479,7 @@ self: { attoparsec base cmdargs process system-fileio system-filepath text time unordered-containers ]; + jailbreak = true; description = "A command line tool for resolving conflicts of file synchronizers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -30409,7 +30557,6 @@ self: { base between data-default-class monad-control network resource-pool streaming-commons time transformers-base ]; - configureFlags = [ "-f-pedantic" ]; homepage = "https://github.com/trskop/connection-pool"; description = "Connection pool built on top of resource-pool and streaming-commons"; license = stdenv.lib.licenses.bsd3; @@ -30505,6 +30652,7 @@ self: { version = "0.3.0"; sha256 = "17ab0vkq5w3zwh76ws7b82wbc0871qdmvrxhxga78h3h0axjiz1x"; buildDepends = [ base QuickCheck type-level ]; + jailbreak = true; description = "A library of constructive algebra"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -30551,6 +30699,7 @@ self: { buildDepends = [ base bytestring containers criterion deepseq ghc-prim random ]; + jailbreak = true; homepage = "http://git.auryn.cz/haskell/containers-benchmark/"; description = "Extensive benchmark suite for containers package"; license = stdenv.lib.licenses.bsd3; @@ -30574,7 +30723,6 @@ self: { version = "0.3.1.1"; sha256 = "0ccv7rqkykfk5wmr73mc0kwrnwyzakgp5x495dgwn5nila3g4ma6"; buildDepends = [ base base-unicode-symbols containers ]; - configureFlags = [ "-f-containers-old" ]; homepage = "http://haskell.org/haskellwiki/Unicode-symbols"; description = "Unicode alternatives for common functions and operators"; license = stdenv.lib.licenses.bsd3; @@ -30604,6 +30752,7 @@ self: { base bifunctors monad-control mtl semigroupoids transformers transformers-base ]; + jailbreak = true; description = "Monads with suspension and arbitrary-spot reentry"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -30638,7 +30787,7 @@ self: { suspend time timers transformers transformers-base ]; extraLibraries = [ hyperleveldb ]; - configureFlags = [ "-f-profiling" "-f-binaries" ]; + jailbreak = true; license = stdenv.lib.licenses.mit; }) { hyperleveldb = null;}; @@ -30668,7 +30817,6 @@ self: { buildDepends = [ base semigroups transformers transformers-compat void ]; - configureFlags = [ "-ftagged" ]; homepage = "http://github.com/ekmett/contravariant/"; description = "Contravariant functors"; license = stdenv.lib.licenses.bsd3; @@ -30704,6 +30852,7 @@ self: { version = "0.3.0.1"; sha256 = "140n27vdbyjz5qycrwlrmyd7s48fxcl6msl16g7czg40k5y23j5s"; buildDepends = [ attempt base transformers ]; + jailbreak = true; homepage = "http://github.com/snoyberg/control-monad-attempt"; description = "Monad transformer for attempt. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -30721,7 +30870,6 @@ self: { base failure lifted-base monad-control monadloc transformers transformers-base ]; - configureFlags = [ "-f-extensibleexceptions" ]; homepage = "http://pepeiborra.github.com/control-monad-exception"; description = "Explicitly typed, checked exceptions with stack traces"; license = stdenv.lib.licenses.publicDomain; @@ -30778,6 +30926,7 @@ self: { version = "0.7.0.1"; sha256 = "1g304wb1fhx81iw2vv7nv6cp2qmy69frwiv3vax85lxw03s4nlkq"; buildDepends = [ base failure transformers ]; + jailbreak = true; homepage = "http://github.com/pepeiborra/control-monad-failure"; description = "A class for monads which can fail with an error. (deprecated)"; license = stdenv.lib.licenses.publicDomain; @@ -30790,6 +30939,7 @@ self: { version = "0.7.1"; sha256 = "0j9i85vq033789vx2589mfqwk954hqy1wla527ssbyf05k6vkn8j"; buildDepends = [ base failure mtl ]; + jailbreak = true; homepage = "http://github.com/pepeiborra/control-monad-failure"; description = "A class for monads which can fail with an error for mtl 1 (deprecated)"; license = stdenv.lib.licenses.publicDomain; @@ -30883,6 +31033,7 @@ self: { version = "0.1.1"; sha256 = "0b5vskp1bxqpi4ffcxwjw6kr0jd6n8v8jlhf03p54ckfd5ym4ai6"; buildDepends = [ base contstuff transformers ]; + jailbreak = true; description = "Deprecated interface between contstuff 0.7.0 and the transformers package"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -30912,7 +31063,6 @@ self: { buildDepends = [ base bytestring containers mtl old-locale old-time text time ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; homepage = "http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible"; description = "Typeclasses and instances for converting between types"; license = stdenv.lib.licenses.bsd3; @@ -30930,6 +31080,7 @@ self: { ascii base base-unicode-symbols blaze-builder bytestring convertible-text failure text ]; + jailbreak = true; homepage = "https://github.com/phonohawk/convertible-ascii"; description = "convertible instances for ascii"; license = stdenv.lib.licenses.publicDomain; @@ -30949,7 +31100,7 @@ self: { attempt base bytestring containers old-time template-haskell text time ]; - configureFlags = [ "-f-nolib" "-f-buildtests" ]; + jailbreak = true; homepage = "http://github.com/snoyberg/convertible/tree/text"; description = "Typeclasses and instances for converting between types (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -31000,7 +31151,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/NICTA/coordinate"; description = "A representation of latitude and longitude"; license = stdenv.lib.licenses.bsd3; @@ -31192,6 +31342,7 @@ self: { version = "0.1.1"; sha256 = "1rjbhpy5vw1maawi47jsrnagqm19say9w1i31pgcpxl45vhrshp7"; buildDepends = [ base enumerator monad-coroutine ]; + jailbreak = true; homepage = "http://trac.haskell.org/SCC/wiki/coroutine-enumerator"; description = "Bridge between the monad-coroutine and enumerator packages"; license = "GPL"; @@ -31204,6 +31355,7 @@ self: { version = "0.1.1"; sha256 = "1ycir4kwpcz34yg64cdb9q0jxv3ma12vrrs28cr5jm64jmi8m0wd"; buildDepends = [ base iteratee monad-coroutine ]; + jailbreak = true; homepage = "http://trac.haskell.org/SCC/wiki/coroutine-iteratee"; description = "Bridge between the monad-coroutine and iteratee packages"; license = "GPL"; @@ -31239,6 +31391,7 @@ self: { aeson attoparsec base bytestring hint random text transformers vector ]; + jailbreak = true; description = "A CouchDB view server for Haskell"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -31268,6 +31421,7 @@ self: { test-framework-hunit text transformers transformers-base unordered-containers ]; + jailbreak = true; homepage = "https://github.com/akaspin/couchdb-conduit"; description = "Couch DB client library using http-conduit and aeson"; license = stdenv.lib.licenses.bsd3; @@ -31296,6 +31450,7 @@ self: { test-framework-quickcheck2 text transformers unordered-containers utf8-string vector ]; + jailbreak = true; homepage = "http://bitbucket.org/wuzzeb/couchdb-enumerator"; description = "Couch DB client library using http-enumerator and aeson"; license = stdenv.lib.licenses.bsd3; @@ -31347,7 +31502,6 @@ self: { isExecutable = true; buildDepends = [ aeson base shakespeare tagsoup text ]; testDepends = [ aeson base HTF HUnit ]; - configureFlags = [ "-f-generate" ]; homepage = "https://github.com/prowdsponsor/country-codes"; description = "ISO 3166 country codes and i18n names"; license = stdenv.lib.licenses.bsd3; @@ -31389,6 +31543,7 @@ self: { aeson base bytestring directory filepath old-locale optparse-applicative process stm text time unix ]; + jailbreak = true; homepage = "http://hub.darcs.net/thoferon/court"; description = "Simple and flexible CI system"; license = stdenv.lib.licenses.bsd3; @@ -31483,7 +31638,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-executable" ]; homepage = "http://github.com/vincenthz/hs-cpu"; description = "Cpu information and properties helpers"; license = stdenv.lib.licenses.bsd3; @@ -31498,7 +31652,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base data-accessor enumset ]; - configureFlags = [ "-f-buildexamples" ]; homepage = "http://code.haskell.org/cpuid/"; description = "Binding for the cpuid machine instruction on x86 compatible processors"; license = "GPL"; @@ -31513,7 +31666,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base mtl process ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/cpuperf"; description = "Modify the cpu frequency on OpenBSD systems"; license = stdenv.lib.licenses.bsd3; @@ -31528,6 +31680,7 @@ self: { buildDepends = [ base bytestring text ]; buildTools = [ c2hs ]; pkgconfigDepends = [ python3 ]; + jailbreak = true; homepage = "https://john-millikin.com/software/haskell-python/"; description = "Bindings for libpython"; license = stdenv.lib.licenses.gpl3; @@ -31571,6 +31724,7 @@ self: { network semigroups stm text time tinylog transformers transformers-base uuid vector ]; + jailbreak = true; homepage = "https://github.com/twittner/cql-io/"; description = "Cassandra CQL client"; license = "unknown"; @@ -31593,6 +31747,7 @@ self: { async base bytestring conduit cqrs-test hspec HUnit pool-conduit stm transformers ]; + jailbreak = true; description = "Command-Query Responsibility Segregation"; license = stdenv.lib.licenses.mit; }) {}; @@ -31613,6 +31768,7 @@ self: { deepseq derive scotty stm text transformers wai-eventsource wai-middleware-static ]; + jailbreak = true; description = "Example for cqrs package"; license = stdenv.lib.licenses.mit; }) {}; @@ -31634,6 +31790,7 @@ self: { base bytestring conduit cqrs-test cqrs-types hspec pool-conduit postgresql-libpq ]; + jailbreak = true; description = "PostgreSQL backend for the cqrs package"; license = stdenv.lib.licenses.mit; }) {}; @@ -31654,6 +31811,7 @@ self: { base bytestring conduit cqrs-test direct-sqlite hspec pool-conduit text transformers ]; + jailbreak = true; description = "SQLite3 backend for the cqrs package"; license = stdenv.lib.licenses.mit; }) {}; @@ -31670,6 +31828,7 @@ self: { base bytestring conduit cqrs-types hspec HUnit pool-conduit stm transformers ]; + jailbreak = true; description = "Command-Query Responsibility Segregation Test Support"; license = stdenv.lib.licenses.mit; }) {}; @@ -31686,6 +31845,7 @@ self: { base base16-bytestring base64-bytestring bytestring conduit deepseq derive random ]; + jailbreak = true; description = "Command-Query Responsibility Segregation. Modules for the basic types."; license = stdenv.lib.licenses.mit; }) {}; @@ -31729,7 +31889,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base colour mtl vector-space ]; - configureFlags = [ "-f-examples" "-f-tests" ]; + jailbreak = true; homepage = "http://mahrz.github.com/craftwerk.html"; description = "2D graphics library with integrated TikZ output"; license = stdenv.lib.licenses.mit; @@ -31742,6 +31902,7 @@ self: { version = "0.1"; sha256 = "16in87l2v49k785fldm7fvprywg0v497kz29jr22y91q5j5gnm4z"; buildDepends = [ base cairo craftwerk mtl ]; + jailbreak = true; homepage = "http://mahrz.github.com/craftwerk.html"; description = "Cairo backend for Craftwerk"; license = stdenv.lib.licenses.mit; @@ -31760,7 +31921,7 @@ self: { buildDepends = [ base cairo containers craftwerk craftwerk-cairo gtk mtl ]; - configureFlags = [ "-f-examples" ]; + jailbreak = true; homepage = "http://mahrz.github.com/craftwerk.html"; description = "Gtk UI for Craftwerk"; license = stdenv.lib.licenses.mit; @@ -31809,6 +31970,7 @@ self: { QuickCheck temporary test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/mhwombat/creatur"; description = "Framework for artificial life experiments"; license = stdenv.lib.licenses.bsd3; @@ -31827,6 +31989,7 @@ self: { array base binary containers data-lens logfloat monad-codec parallel random sgd vector vector-binary vector-th-unbox ]; + jailbreak = true; homepage = "https://github.com/kawu/crf-chain1"; description = "First-order, linear-chain conditional random fields"; license = stdenv.lib.licenses.bsd3; @@ -31863,6 +32026,7 @@ self: { array base binary comonad-transformers containers data-lens logfloat monad-codec parallel sgd vector vector-binary ]; + jailbreak = true; homepage = "https://github.com/kawu/crf-chain2-generic"; description = "Second-order, generic, constrained, linear conditional random fields"; license = stdenv.lib.licenses.bsd3; @@ -31900,7 +32064,6 @@ self: { base bytestring containers QuickCheck test-framework test-framework-quickcheck2 text transformers vector ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/critbit"; description = "Crit-bit maps and sets"; license = stdenv.lib.licenses.bsd3; @@ -31958,6 +32121,7 @@ self: { string-conversions system-fileio system-filepath text th-printf transformers transformers-base vector ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/criterion-plus"; description = "Enhancement of the \"criterion\" benchmarking library"; license = stdenv.lib.licenses.mit; @@ -31976,6 +32140,7 @@ self: { buildDepends = [ aeson base blaze-html blaze-markup bytestring containers filepath ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/criterion-to-html"; description = "Convert criterion output to HTML reports"; license = stdenv.lib.licenses.bsd3; @@ -32025,6 +32190,7 @@ self: { attoparsec base derive hspec hspec-expectations QuickCheck text time transformers ]; + jailbreak = true; homepage = "http://github.com/michaelxavier/cron"; description = "Cron datatypes and Attoparsec parser"; license = stdenv.lib.licenses.mit; @@ -32057,6 +32223,7 @@ self: { base bytestring directory filelock filepath process SHA text time transformers unix ]; + jailbreak = true; description = "A runghc replacement with transparent caching"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -32072,7 +32239,6 @@ self: { buildDepends = [ base bytestring cereal entropy tagged transformers ]; - configureFlags = [ "-f-all_cpolys" ]; homepage = "https://github.com/TomMD/crypto-api"; description = "A generic interface for cryptographic operations"; license = stdenv.lib.licenses.bsd3; @@ -32166,7 +32332,6 @@ self: { base bytestring cereal conduit conduit-extra crypto-api cryptocipher cryptohash-cryptoapi hspec skein transformers ]; - configureFlags = [ "-fconduit11" "-f-old-crypto-api" ]; homepage = "https://github.com/prowdsponsor/crypto-conduit"; description = "Conduit interface for cryptographic operations (from crypto-api)"; license = stdenv.lib.licenses.bsd3; @@ -32188,7 +32353,6 @@ self: { base byteable bytestring crypto-random tasty tasty-hunit tasty-quickcheck vector ]; - configureFlags = [ "-finteger-gmp" ]; homepage = "https://github.com/vincenthz/hs-crypto-numbers"; description = "Cryptographic numbers: functions and algorithms"; license = stdenv.lib.licenses.bsd3; @@ -32236,7 +32400,7 @@ self: { bytestring cereal crypto-pubkey-types deepseq filepath pem process QuickCheck tasty tasty-quickcheck temporary ]; - configureFlags = [ "-f-openssh" ]; + jailbreak = true; homepage = "https://github.com/knsd/crypto-pubkey-openssh"; description = "OpenSSH keys decoder/encoder"; license = stdenv.lib.licenses.mit; @@ -32394,6 +32558,7 @@ self: { old-locale pipes-attoparsec pipes-http text time transformers unordered-containers vector ]; + jailbreak = true; description = "Bindings for Cryptsy cryptocurrency exchange API"; license = "unknown"; }) {}; @@ -32596,7 +32761,6 @@ self: { base bytestring containers directory HUnit mtl primitive test-framework test-framework-hunit text transformers vector ]; - configureFlags = [ "-f-bench" ]; homepage = "http://github.com/ozataman/csv-conduit"; description = "A flexible, fast, conduit-based CSV parser library for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -32651,7 +32815,6 @@ self: { base explicit-exception regex-tdfa split spreadsheet ]; testDepends = [ base Cabal hspec regex-tdfa split ]; - configureFlags = [ "-f-threaded" ]; homepage = "https://github.com/mrVanDalo/csv-to-qif/"; description = "A small program that will read csv files and create qif files"; license = stdenv.lib.licenses.bsd3; @@ -32705,6 +32868,7 @@ self: { base containers hashable QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/mcschroeder/ctrie"; description = "Non-blocking concurrent map"; license = stdenv.lib.licenses.mit; @@ -32836,7 +33000,6 @@ self: { sha256 = "0vj4hpaa30jz7c702xpsfvqaqdxz28zslsqnsfx6bf6dpwvck1wh"; buildDepends = [ base bytestring containers ]; extraLibraries = [ curl ]; - configureFlags = [ "-fnew-base" ]; description = "Haskell binding to libcurl"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) curl;}; @@ -32903,7 +33066,6 @@ self: { buildDepends = [ base containers directory filepath mtl old-time pretty syb ]; - configureFlags = [ "-fsplit-syb" ]; homepage = "http://www.curry-language.org"; description = "Functions for manipulating Curry programs"; license = "unknown"; @@ -32922,7 +33084,6 @@ self: { buildDepends = [ base containers curry-base filepath mtl old-time pretty syb ]; - configureFlags = [ "-fsplit-syb" ]; homepage = "http://www.curry-language.org"; description = "Compile the functional logic language Curry to several intermediate formats"; license = "unknown"; @@ -32968,6 +33129,7 @@ self: { version = "0.2.2.0"; sha256 = "00lkpkl79kznib0s6xm644f3k13dv59x5z06ccymvx6l6iqxyzn6"; buildDepends = [ base basic-prelude monad-loops ]; + jailbreak = true; homepage = "https://github.com/ajnsit/custom-prelude"; description = "An enhanced prelude, serving as a foundation for my projects"; license = "GPL"; @@ -33017,6 +33179,7 @@ self: { http-conduit http-types resourcet text transformers transformers-base unordered-containers vector ]; + jailbreak = true; description = "Haskell bindings for the neo4j \"cypher\" query language"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -33055,6 +33218,7 @@ self: { version = "0.1.0.0"; sha256 = "0wrxvfgss9fiv1pwsdi1md0plc4mf9sadkhgm46dsfq16dwrp3q2"; buildDepends = [ base mtl random text ]; + jailbreak = true; homepage = "https://github.com/nebuta/d3js-haskell"; description = "Declarative visualization on a web browser with DSL approach"; license = stdenv.lib.licenses.bsd3; @@ -33152,6 +33316,7 @@ self: { base containers explicit-exception multiarg old-locale parsec prednote rainbow text time transformers ]; + jailbreak = true; homepage = "http://massysett.github.com/dapi"; description = "Prints a series of dates"; license = stdenv.lib.licenses.bsd3; @@ -33177,12 +33342,8 @@ self: { terminfo text unix utf8-string vector zlib ]; extraLibraries = [ curl ]; - configureFlags = [ - "-flibrary" "-fforce-char8-encoding" "-f-libiconv" - "-fforce-char8-encoding" "-f-warn-as-error" "-foptimize" "-f-test" - "-f-hpc" "-fmmap" "-fcolor" "-fexecutable" "-flibrary" "-fthreaded" - "-fterminfo" "-f-static" "-fnetwork-uri" "-fhttp" "-fcurl" - ]; + configureFlags = [ "-flibrary" "-fforce-char8-encoding" ]; + jailbreak = true; postInstall = '' mkdir -p $out/etc/bash_completion.d mv contrib/darcs_completion $out/etc/bash_completion.d/darcs @@ -33210,6 +33371,7 @@ self: { SHA split statistics strict tabular tar time utf8-string uvector zlib ]; + jailbreak = true; homepage = "http://wiki.darcs.net/Development/Benchmarks"; description = "Comparative benchmark suite for darcs"; license = stdenv.lib.licenses.bsd3; @@ -33235,11 +33397,7 @@ self: { vector zlib ]; extraLibraries = [ curl ]; - configureFlags = [ - "-f-force-char8-encoding" "-f-warn-as-error" "-foptimize" "-f-test" - "-f-hpc" "-fmmap" "-fcolor" "-fexecutable" "-flibrary" "-fthreaded" - "-fterminfo" "-f-static" "-fhttp" "-fcurl" - ]; + jailbreak = true; homepage = "http://darcs.net/"; description = "a distributed, interactive, smart revision control system"; license = "GPL"; @@ -33279,7 +33437,6 @@ self: { parsec process QuickCheck regex-compat unix ]; extraLibraries = [ curl curses zlib ]; - configureFlags = [ "-fcurses" "-fsmall_base" ]; homepage = "http://darcs.net/"; description = "David's Advanced Version Control System"; license = "GPL"; @@ -33300,6 +33457,7 @@ self: { attoparsec base bytestring cmdlib containers darcs datetime directory filepath hashed-storage mtl old-time utf8-string ]; + jailbreak = true; description = "Import/export git fast-import streams to/from darcs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -33318,7 +33476,7 @@ self: { base bytestring containers directory old-locale old-time process time ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; description = "Generate graphs of darcs repository activity"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -33333,7 +33491,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers directory HaXml mtl process ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://wiki.darcs.net/RelatedSoftware/DarcsMonitor"; description = "Darcs repository monitor (sends email)"; license = "GPL"; @@ -33363,6 +33521,7 @@ self: { buildDepends = [ base containers darcs graph-wrapper string-conversions ]; + jailbreak = true; description = "Outputs dependencies of darcs patches in dot format"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -33390,10 +33549,7 @@ self: { pureMD5 random redis safe SHA snap-core snap-server split ssh system-uuid text time utf8-string webdriver xhtml xml ]; - configureFlags = [ - "-fssh" "-fclosing" "-f-highlighter" "-fhighlightingkate" - "-fdarcs28" - ]; + jailbreak = true; homepage = "http://hackage.haskell.org/package/darcsden"; description = "Darcs repository UI and hosting/collaboration app (hub.darcs.net branch)."; license = "GPL"; @@ -33416,7 +33572,6 @@ self: { filepath HTTP mime-string mtl nano-md5 network old-locale old-time parsec process regex-compat safe time unix xhtml zlib ]; - configureFlags = [ "-f-static" ]; homepage = "http://darcswatch.nomeata.de/"; description = "Track application of Darcs patches"; license = "GPL"; @@ -33452,7 +33607,6 @@ self: { version = "0.2.2.6"; sha256 = "0668qgllmp2911ppsb0g9z95nq2x0h2cvzyyjlb6iwhnjzyyg7gf"; buildDepends = [ array base containers transformers ]; - configureFlags = [ "-fsplitbase" "-fcategory" ]; homepage = "http://www.haskell.org/haskellwiki/Record_access"; description = "Utilities for accessing and manipulating fields of records"; license = stdenv.lib.licenses.bsd3; @@ -33465,6 +33619,7 @@ self: { version = "0.0.1"; sha256 = "0l1ywmr4jry4cys7lq6k0w0nsdpqj1g5l3vsnxyf0ai1901zk18i"; buildDepends = [ base data-accessor monadLib ]; + jailbreak = true; description = "Accessor functions for monadLib's monads"; license = "unknown"; }) {}; @@ -33476,6 +33631,7 @@ self: { version = "0.2.0.3"; sha256 = "1yvfk55qra7f9ggcybw3j68xg9dzx2f07swj99v4f588gh32ixhz"; buildDepends = [ base data-accessor monads-fd transformers ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Record_access"; description = "Use Accessor to access state in monads-fd State monad class"; license = stdenv.lib.licenses.bsd3; @@ -33513,7 +33669,6 @@ self: { version = "0.2.1.11"; sha256 = "1n2slv287zp6pabqb7xbfi296dbikw5a4ivqmnas0c4nxikqkayx"; buildDepends = [ base data-accessor template-haskell utility-ht ]; - configureFlags = [ "-f-template_2_4" ]; homepage = "http://www.haskell.org/haskellwiki/Record_access"; description = "Utilities for accessing and manipulating fields of records"; license = stdenv.lib.licenses.bsd3; @@ -33621,6 +33776,7 @@ self: { version = "0.3.0.0"; sha256 = "0rmn4pq5pgvam78vxp4y7431jai8dklml322r4nw47jjc1m20kmv"; buildDepends = [ base stm ]; + jailbreak = true; description = "A Library for directional queues"; license = stdenv.lib.licenses.mit; }) {}; @@ -33748,6 +33904,7 @@ self: { array base binary bytestring QuickCheck spool syb test-framework test-framework-quickcheck2 vector ]; + jailbreak = true; homepage = "http://monoid.at/code"; description = "Space-efficient and privacy-preserving data dispersal algorithms"; license = stdenv.lib.licenses.lgpl21; @@ -33835,7 +33992,6 @@ self: { base lazysmallcheck prelude-safeenum QuickCheck reflection smallcheck tagged ]; - configureFlags = [ "-fsplitbase" "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "Finite totally ordered sets"; license = stdenv.lib.licenses.bsd3; @@ -33956,6 +34112,7 @@ self: { buildDepends = [ base containers data-fix IfElse mtl transformers ]; + jailbreak = true; homepage = "https://github.com/kwf/data-kiln"; description = "Sculpt mutable recursive data with reference equality; bake it using a data kiln into an immutable lazy structure"; license = stdenv.lib.licenses.bsd3; @@ -33984,7 +34141,7 @@ self: { buildDepends = [ base comonad containers semigroupoids transformers ]; - configureFlags = [ "-fderivedatatypeable" ]; + jailbreak = true; homepage = "http://github.com/roconnor/data-lens/"; description = "Used to be Haskell 98 Lenses"; license = stdenv.lib.licenses.bsd3; @@ -33997,7 +34154,6 @@ self: { version = "2.0.5"; sha256 = "0r8cfgn6wx304b5ihmwgsxxjwalb7086wii655mgmb6cn3nirpyk"; buildDepends = [ base comonad data-lens mtl transformers ]; - configureFlags = [ "-fderivedatatypeable" ]; homepage = "http://github.com/roconnor/data-lens-fd/"; description = "Lenses"; license = stdenv.lib.licenses.bsd3; @@ -34011,6 +34167,7 @@ self: { sha256 = "0frzjfcp7w1ayfai1m07n0fpj3z1vbi971bc1kn1iarxhakny651"; buildDepends = [ base data-lens ixset ]; testDepends = [ QuickCheck ]; + jailbreak = true; homepage = "https://github.com/dag/data-lens-ixset"; description = "A Lens for IxSet"; license = stdenv.lib.licenses.bsd3; @@ -34083,6 +34240,7 @@ self: { version = "0.1.2"; sha256 = "1yzxkch0xzy76iyad0yshfnpvz38xklqdlyj8lgqnqsllw0vwh0m"; buildDepends = [ base semigroups ]; + jailbreak = true; homepage = "http://github.com/glehel/data-nat"; description = "data Nat = Zero | Succ Nat"; license = stdenv.lib.licenses.bsd3; @@ -34095,6 +34253,7 @@ self: { version = "0.3.1.9"; sha256 = "0z8m23kw8mj6hhy1r8y1vvlxxpwl273dhanszig2673a1sw0l98l"; buildDepends = [ base bytestring failure text time ]; + jailbreak = true; homepage = "http://github.com/snoyberg/data-object/tree/master"; description = "Represent hierachichal structures, called objects in JSON. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -34112,6 +34271,7 @@ self: { base bytestring bytestring-trie convertible-text data-object failure JSONb text ]; + jailbreak = true; homepage = "http://github.com/snoyberg/data-object-json/tree/master"; description = "Serialize JSON data to/from Haskell using the data-object library. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -34131,7 +34291,7 @@ self: { base bytestring conduit containers convertible-text data-object failure text transformers yaml ]; - configureFlags = [ "-f-buildtests" ]; + jailbreak = true; homepage = "http://github.com/snoyberg/data-object-yaml"; description = "Serialize data to and from Yaml files (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -34144,7 +34304,6 @@ self: { version = "1.0.0.4"; sha256 = "17plwr0ayll8na73vhdsfxk86dnds4rpj8v6nww7shb6vk5v3hf5"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "A data type for non-exclusive disjunction"; license = stdenv.lib.licenses.bsd3; @@ -34180,6 +34339,7 @@ self: { version = "0.2.3"; sha256 = "1ygbhn399d4hlrdjmg7gxbr5akydb78p6qa80rv7m6j0fsqzbf6y"; buildDepends = [ base deepseq mtl parallel pretty time ]; + jailbreak = true; description = "Prettyprint and compare Data values"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -34209,7 +34369,6 @@ self: { base binary containers HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-f-test-strict" ]; homepage = "https://github.com/sebastian-philipp/r-tree"; description = "R-Tree is a spatial data structure similar to Quadtrees or B-Trees"; license = stdenv.lib.licenses.mit; @@ -34222,6 +34381,7 @@ self: { version = "0.0"; sha256 = "0bcizcf6i1hfpk7ry64si40mfdndgd8k0h9mzh873xp1v2qali7n"; buildDepends = [ base stm transformers ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Mutable_variable"; description = "Unify STRef and IORef in plain Haskell 98"; license = stdenv.lib.licenses.bsd3; @@ -34237,7 +34397,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers ]; - configureFlags = [ "-f-tests" ]; homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools/IOReification"; description = "Reify a recursive data structure into an explicit graph"; license = stdenv.lib.licenses.bsd3; @@ -34295,6 +34454,7 @@ self: { version = "20090215.0"; sha256 = "0h6z4yibjbnzck2fvh9mnppz9j0lzgx8nzmzm08q5yzmzjydy3rk"; buildDepends = [ base vector-space ]; + jailbreak = true; homepage = "http://code.haskell.org/data-spacepart"; description = "Deprecated. Now called \"spacepart\". Space partitioning data structures."; license = stdenv.lib.licenses.bsd3; @@ -34316,6 +34476,7 @@ self: { base cereal containers deepseq lens QuickCheck safecopy test-framework test-framework-quickcheck2 transformers vector ]; + jailbreak = true; homepage = "https://github.com/Palmik/data-store"; description = "Type safe, in-memory dictionary with multidimensional keys"; license = stdenv.lib.licenses.bsd3; @@ -34335,9 +34496,6 @@ self: { base containers deepseq ghc-heap-view HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ - "-f-test-strict" "-ftest-properties" "-f-with-sizeable" - ]; description = "An efficient implementation of maps from strings to arbitrary values"; license = stdenv.lib.licenses.mit; }) {}; @@ -34471,7 +34629,6 @@ self: { base bytestring cmdargs containers directory either filepath lens postgresql-simple text time transformers ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/markhibberd/database-migrate"; description = "Database versioning and migration (experimental)"; license = stdenv.lib.licenses.bsd3; @@ -34484,7 +34641,7 @@ self: { version = "0.0.1"; sha256 = "1aqp7a46p758f1q99cn700mgc1dic896gpsih3vj2fmffqj42gd7"; buildDepends = [ base containers ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://dbs.informatik.uni-halle.de/Lehre/LP09/"; description = "Demonstrate how a database can be implemented the functional way"; license = stdenv.lib.licenses.bsd3; @@ -34499,7 +34656,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base containers ]; - configureFlags = [ "-f-tests" ]; homepage = "http://www.haskell.org/haskellwiki/Library/Data_encoding"; description = "Data encoding library"; license = stdenv.lib.licenses.bsd3; @@ -34564,6 +34720,7 @@ self: { version = "0.2.2.0"; sha256 = "08d90fii0nmvmfxhhw4k5ja13jyxg79n527089lrc2r31l3wj40a"; buildDepends = [ base base-unicode-symbols parsec syb time ]; + jailbreak = true; homepage = "http://redmine.iportnov.ru/projects/dates/"; description = "Small library for parsing different dates formats"; license = stdenv.lib.licenses.bsd3; @@ -34642,7 +34799,7 @@ self: { HDBC-postgresql HDBC-sqlite3 HUnit mtl process random template-haskell text time yaml-light ]; - configureFlags = [ "-f-testing" ]; + jailbreak = true; description = "An implementation of relational database \"migrations\""; license = stdenv.lib.licenses.bsd3; }) {}; @@ -34683,6 +34840,7 @@ self: { buildDepends = [ base containers dbus-core monads-tf text transformers ]; + jailbreak = true; homepage = "http://john-millikin.com/software/haskell-dbus/"; description = "Monadic and object-oriented interfaces to DBus"; license = stdenv.lib.licenses.gpl3; @@ -34701,6 +34859,7 @@ self: { base binary bytestring containers data-binary-ieee754 libxml-sax network parsec text unix vector xml-types ]; + jailbreak = true; homepage = "https://john-millikin.com/software/dbus-core/"; description = "Low-level D-Bus protocol implementation"; license = stdenv.lib.licenses.gpl3; @@ -34716,6 +34875,7 @@ self: { sha256 = "0dg03nv7bsjydywhby0rv1a6jc90gf2885djxd8pb9aly2ncpjxx"; buildDepends = [ base containers dbus parsec template-haskell ]; testDepends = [ base containers dbus QuickCheck ]; + jailbreak = true; description = "Quasi-quoter for DBus functions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -34729,6 +34889,7 @@ self: { version = "0.1.1.0"; sha256 = "1rwxbv92x7c0psp2s88cn168zkxdghviym9zpaz13av7ix06zx7a"; buildDepends = [ base containers dbus syb template-haskell text ]; + jailbreak = true; description = "TemplateHaskell generator of DBus bindings"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -34746,6 +34907,7 @@ self: { base bytestring cereal containers QuickCheck quickcheck-instances test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "This packge is deprecated. See the the \"LIO.DCLabel\" in the \"lio\" package."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -34772,6 +34934,7 @@ self: { buildDepends = [ base containers deepseq parsec transformers wl-pprint ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler common utilities"; license = stdenv.lib.licenses.mit; @@ -34792,6 +34955,7 @@ self: { ddc-core-llvm ddc-core-salt ddc-core-simpl ddc-core-tetra ddc-source-tetra deepseq directory filepath mtl process ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler build framework"; license = stdenv.lib.licenses.mit; @@ -34820,6 +34984,7 @@ self: { buildDepends = [ array base containers ddc-base deepseq directory mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler core language and type checker"; license = stdenv.lib.licenses.mit; @@ -34836,6 +35001,7 @@ self: { buildDepends = [ array base containers ddc-base ddc-core deepseq mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler semantic evaluator for the core language"; license = stdenv.lib.licenses.mit; @@ -34853,6 +35019,7 @@ self: { array base containers ddc-base ddc-core ddc-core-salt ddc-core-simpl deepseq mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler data flow compiler"; license = stdenv.lib.licenses.mit; @@ -34870,6 +35037,7 @@ self: { array base containers ddc-base ddc-core ddc-core-salt ddc-core-simpl mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler LLVM code generator"; license = stdenv.lib.licenses.mit; @@ -34886,6 +35054,7 @@ self: { buildDepends = [ array base containers ddc-base ddc-core deepseq mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler C code generator"; license = stdenv.lib.licenses.mit; @@ -34902,6 +35071,7 @@ self: { buildDepends = [ array base containers ddc-base ddc-core deepseq mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler code transformations"; license = stdenv.lib.licenses.mit; @@ -34919,6 +35089,7 @@ self: { array base containers ddc-base ddc-core ddc-core-salt ddc-core-simpl deepseq mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler intermediate language"; license = stdenv.lib.licenses.mit; @@ -34940,6 +35111,7 @@ self: { ddc-core-tetra ddc-interface ddc-source-tetra deepseq directory filepath mtl process transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler top-level driver"; license = stdenv.lib.licenses.mit; @@ -34969,6 +35141,7 @@ self: { array base containers ddc-base ddc-core ddc-core-salt ddc-core-tetra deepseq mtl transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler source language"; license = stdenv.lib.licenses.mit; @@ -34993,6 +35166,7 @@ self: { ddc-core-tetra ddc-driver ddc-interface ddc-source-tetra directory filepath haskeline mtl process transformers ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler command line tools"; license = stdenv.lib.licenses.mit; @@ -35011,6 +35185,7 @@ self: { buildDepends = [ base buildbox containers directory filepath process random stm ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciplined Disciple Compiler test driver and buildbot"; license = stdenv.lib.licenses.mit; @@ -35030,6 +35205,7 @@ self: { base containers ddc-base ddc-core ddc-core-eval ddc-core-simpl haskeline haskell-src-exts ]; + jailbreak = true; homepage = "http://disciple.ouroborus.net"; description = "Disciple Core language interactive interpreter"; license = stdenv.lib.licenses.mit; @@ -35072,7 +35248,6 @@ self: { pureMD5 regex-compat regex-tdfa template-haskell text time unix Unixutils utf8-string zlib ]; - configureFlags = [ "-flistlike" "-fnetwork-uri" ]; homepage = "https://github.com/ddssff/debian-haskell"; description = "Modules for working with the Debian package system"; license = stdenv.lib.licenses.bsd3; @@ -35127,6 +35302,7 @@ self: { version = "0.1.0.0"; sha256 = "1fnp2c2rdpihvxm5j22z1mrf8pnpcnasvfsrlg7lvg5m76md7k3v"; buildDepends = [ base comonad-transformers ]; + jailbreak = true; description = "The categorical dual of transformers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -35138,6 +35314,7 @@ self: { version = "0.0.1.1"; sha256 = "0z5krcl4xd385f7v2bsnfyr7zidqwfjvc6b432gbbn2vcrx966c7"; buildDepends = [ base binary bytestring conduit ]; + jailbreak = true; homepage = "https://github.com/hansonkd/decoder-conduit"; description = "Conduit for decoding ByteStrings using Data.Binary.Get"; license = stdenv.lib.licenses.bsd3; @@ -35159,7 +35336,7 @@ self: { haskell-src-exts-qq hmk mtl parsec process Stream stringtable-atom time unix wl-pprint ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "http://www.lix.polytechnique.fr/dedukti"; description = "A type-checker for the λΠ-modulo calculus"; license = "GPL"; @@ -35181,6 +35358,7 @@ self: { accelerate base mtl QuickCheck repa repa-algorithms test-framework test-framework-quickcheck2 vector ]; + jailbreak = true; homepage = "https://github.com/ajtulloch/deeplearning-hs"; description = "Deep Learning in Haskell"; license = stdenv.lib.licenses.mit; @@ -35214,12 +35392,6 @@ self: { testDepends = [ base deepseq HUnit parallel random template-haskell ]; - configureFlags = [ - "-fnfdata_instance_pattern" "-fuse_sop" - "-f-warn_pattern_match_failure" "-fuse_ww_deepseq" - "-fjust_alias_gseqable" "-fparallelism_experiment" - "-fhaskell98_fragment" - ]; homepage = "http://fremissant.net/deepseq-bounded"; description = "Bounded deepseq, including support for generic deriving"; license = stdenv.lib.licenses.bsd3; @@ -35250,6 +35422,7 @@ self: { sha256 = "12wk8higrp12b22zzz1b4ar1q5h7flk22bp2rvswsqri2zkbi965"; buildDepends = [ base deepseq template-haskell ]; testDepends = [ base deepseq template-haskell ]; + jailbreak = true; description = "Template Haskell based deriver for optimised NFData instances"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -35289,6 +35462,7 @@ self: { array base bytestring containers deepseq ghc-prim GLURaw OpenGL OpenGLRaw primitive vector ]; + jailbreak = true; homepage = "http://coiffier.net/projects/definitive-framework.html"; description = "The base modules of the Definitive framework"; license = "unknown"; @@ -35309,6 +35483,7 @@ self: { definitive-reactive directory filepath old-locale primitive time unix vector ]; + jailbreak = true; homepage = "http://coiffier.net/projects/definitive-framework.html"; description = "A library that enable you to interact with the filesystem in a definitive way"; license = "unknown"; @@ -35331,6 +35506,7 @@ self: { JuicyPixels mtl primitive stb-truetype transformers utf8-string vector zlib ]; + jailbreak = true; homepage = "http://coiffier.net/projects/definitive-framework.html"; description = "A definitive package allowing you to open windows, read image files and render text to be displayed or saved"; license = "unknown"; @@ -35349,6 +35525,7 @@ self: { array base bytestring containers cpu deepseq definitive-base ghc-prim GLURaw OpenGL OpenGLRaw primitive utf8-string vector ]; + jailbreak = true; homepage = "http://coiffier.net/projects/definitive-framework.html"; description = "A parser combinator library for the Definitive framework"; license = "unknown"; @@ -35367,6 +35544,7 @@ self: { array base bytestring clock containers deepseq definitive-base primitive vector ]; + jailbreak = true; homepage = "http://coiffier.net/projects/definitive-framework.html"; description = "A simple Reactive library"; license = "unknown"; @@ -35386,6 +35564,7 @@ self: { alsa-core alsa-pcm array base bytestring clock containers deepseq definitive-base primitive sample-frame storable-record vector ]; + jailbreak = true; homepage = "http://coiffier.net/projects/definitive-framework.html"; description = "A definitive package to handle sound and play it back"; license = "unknown"; @@ -35402,6 +35581,7 @@ self: { buildDepends = [ array base containers exceptions mtl parsec text transformers ]; + jailbreak = true; homepage = "http://github.com/YoEight/deiko-config"; description = "Small and typesafe configuration library"; license = stdenv.lib.licenses.bsd3; @@ -35435,6 +35615,7 @@ self: { transformers ]; testDepends = [ base bytestring deka QuickCheck quickpull ]; + jailbreak = true; homepage = "https://github.com/massysett/deka"; description = "Tests for deka, decimal floating point arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -35524,7 +35705,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base directory filepath ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "http://protempore.net/denominate/"; description = "Functions supporting bulk file and directory name normalization"; license = stdenv.lib.licenses.bsd3; @@ -35637,6 +35818,7 @@ self: { version = "0.7.3"; sha256 = "05f77vkqzia91rywkg68ad24j98a7h9aqkd0568x2zmqcndzbisy"; buildDepends = [ applicative-extras base labeled-tree mtl ]; + jailbreak = true; description = "Typeset Derivation Trees via MetaPost"; license = "GPL"; }) {}; @@ -35668,6 +35850,7 @@ self: { version = "0.1.1"; sha256 = "0bggj2jb3bbgxcz75v8q2yx29v88skiwjaj3fxkkynnv5zvrbgwr"; buildDepends = [ base instant-generics template-haskell ]; + jailbreak = true; homepage = "http://github.com/konn/derive-IG"; description = "Macro to derive instances for Instant-Generics using Template Haskell"; license = stdenv.lib.licenses.bsd3; @@ -35687,6 +35870,7 @@ self: { base containers haskell-src-exts haskell-src-meta pretty template-haskell ]; + jailbreak = true; description = "Instance deriving for (a subset of) GADTs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -35698,6 +35882,7 @@ self: { version = "0.2.1"; sha256 = "11c378mh5razibd9ljffm5353v4plrgvkfb62p6029f04sf29jnc"; buildDepends = [ array base containers template-haskell ]; + jailbreak = true; homepage = "http://github.com/baldo/derive-trie"; description = "Automatic derivation of Trie implementations"; license = stdenv.lib.licenses.bsd3; @@ -35775,6 +35960,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring utf8-string ]; + jailbreak = true; description = "Get rid of unicode (utf-8) symbols in Haskell sources"; license = stdenv.lib.licenses.mit; }) {}; @@ -35847,6 +36033,7 @@ self: { version = "0.2"; sha256 = "100xlxqhy33kllyb4dy7q0bwwy5wn9w45qy1cb5f0yb0dqff1pnx"; buildDepends = [ base HTTP mtl network split ]; + jailbreak = true; homepage = "http://www.dmwit.com/dgs"; description = "Haskell front-end for DGS' bot interface"; license = stdenv.lib.licenses.bsd3; @@ -35859,6 +36046,7 @@ self: { version = "0.1.1.2"; sha256 = "08j65fgxrbp8mdhs887w6hj4wakxrkbk9nr5kk9jy0bahw7dw9c5"; buildDepends = [ base deepseq ]; + jailbreak = true; description = "An EDSL for teaching Haskell with diagrams - data types"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -35874,6 +36062,7 @@ self: { buildDepends = [ base containers data-pprint deepseq dia-base mtl xhtml ]; + jailbreak = true; description = "An EDSL for teaching Haskell with diagrams - functions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -35889,9 +36078,6 @@ self: { buildDepends = [ diagrams-contrib diagrams-core diagrams-lib diagrams-svg ]; - configureFlags = [ - "-f-rasterific" "-f-ps" "-fsvg" "-f-gtk" "-f-cairo" - ]; homepage = "http://projects.haskell.org/diagrams"; description = "Embedded domain-specific language for declarative vector graphics"; license = stdenv.lib.licenses.bsd3; @@ -35914,9 +36100,8 @@ self: { diagrams-postscript diagrams-svg directory exceptions filepath hashable haskell-src-exts hint lens mtl split transformers ]; - configureFlags = [ - "-fcairo" "-fsvg" "-fps" "-frasterific" "-fps" "-fsvg" "-fcairo" - ]; + configureFlags = [ "-fcairo" "-fsvg" "-fps" "-frasterific" ]; + jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "hint-based build service for the diagrams graphics EDSL"; license = stdenv.lib.licenses.bsd3; @@ -36084,6 +36269,7 @@ self: { base cmdargs colour diagrams-core diagrams-lib filepath HPDF lens monoid-extras mtl semigroups split vector-space ]; + jailbreak = true; homepage = "http://www.alpheccar.org"; description = "PDF backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -36170,6 +36356,7 @@ self: { version = "0.6"; sha256 = "1qs4m1xy62pv6gjgip9vx2pwlv2gzjq1h86yiiq15yg4gcbn5fav"; buildDepends = [ base diagrams-core diagrams-lib dlist mtl ]; + jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "TikZ backend for diagrams drawing EDSL"; license = stdenv.lib.licenses.bsd3; @@ -36200,6 +36387,7 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://monoid.at/code"; description = "Cryptographically secure n-sided dice via rejection sampling"; license = stdenv.lib.licenses.lgpl21; @@ -36227,7 +36415,6 @@ self: { version = "0.0.1"; sha256 = "0qkyfmys5k6la10dvi8wsmw120xfarjblpkr33xiazll2m9845wh"; buildDepends = [ base ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/diet"; description = "Discrete Interval Encoding Tree"; license = stdenv.lib.licenses.bsd3; @@ -36241,6 +36428,7 @@ self: { sha256 = "1pcddda822n5zsjzs4ld4prjj04v4cgpk3hvjn7ivmdnb06g85il"; buildDepends = [ attoparsec base text ]; testDepends = [ attoparsec base hspec text ]; + jailbreak = true; description = "A parser for diff file formats"; license = stdenv.lib.licenses.agpl3; }) {}; @@ -36318,6 +36506,7 @@ self: { version = "0.1"; sha256 = "0qij2pn107dfb9rl9rrd77l69wmfp9fghv9ysql2d7g5qdr306pd"; buildDepends = [ base polynomial ]; + jailbreak = true; homepage = "https://github.com/bgamari/digamma"; description = "A robust implementation of the digamma function"; license = stdenv.lib.licenses.bsd3; @@ -36331,7 +36520,6 @@ self: { sha256 = "04gy2zp8yzvv7j9bdfvmfzcz3sqyqa6rwslqcn4vyair2vmif5v4"; buildDepends = [ base bytestring ]; extraLibraries = [ zlib ]; - configureFlags = [ "-f-bytestring-in-base" ]; description = "Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) zlib;}; @@ -36420,6 +36608,7 @@ self: { buildDepends = [ base blaze-html blaze-markup digestive-functors text ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/digestive-functors"; description = "Blaze frontend for the digestive-functors library"; license = stdenv.lib.licenses.bsd3; @@ -36436,6 +36625,7 @@ self: { buildDepends = [ base bytestring digestive-functors happstack-server text ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/digestive-functors"; description = "Happstack backend for the digestive-functors library"; license = stdenv.lib.licenses.bsd3; @@ -36452,6 +36642,7 @@ self: { buildDepends = [ base blaze-builder digestive-functors heist mtl text xmlhtml ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/digestive-functors"; description = "Heist frontend for the digestive-functors library"; license = stdenv.lib.licenses.bsd3; @@ -36465,6 +36656,7 @@ self: { sha256 = "00n1cxkrkd3ayl7pp6pr7nyx6zcwqpsqzflnnnf0f8dabrz4wzdc"; buildDepends = [ base digestive-functors hsp hsx text ]; buildTools = [ trhsx ]; + jailbreak = true; homepage = "http://src.seereason.com/digestive-functors-hsp"; description = "HSP support for digestive-functors"; license = stdenv.lib.licenses.bsd3; @@ -36499,6 +36691,7 @@ self: { base bytestring containers digestive-functors directory filepath mtl snap-core text ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/digestive-functors"; description = "Snap backend for the digestive-functors library"; license = stdenv.lib.licenses.bsd3; @@ -36514,7 +36707,6 @@ self: { sha256 = "18l6ca3kgp0g8zmai6jsq6pz7hjilcnyspvz95h9pqklhh2z32qk"; buildDepends = [ base lens ]; testDepends = [ base directory doctest filepath QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/NICTA/digit"; description = "A data-type representing digits 0-9 and other combinations"; license = stdenv.lib.licenses.bsd3; @@ -36574,6 +36766,7 @@ self: { strict-concurrency template-haskell text transformers unordered-containers wai wai-eventsource wai-extra warp web-css ]; + jailbreak = true; description = "Dingo is a Rich Internet Application platform based on the Warp web server"; license = stdenv.lib.licenses.mit; }) {}; @@ -36593,6 +36786,7 @@ self: { aeson base blaze-html bytestring dingo-core dingo-widgets fclabels shakespeare-js template-haskell text transformers ]; + jailbreak = true; description = "Dingo Example"; license = stdenv.lib.licenses.mit; }) {}; @@ -36611,6 +36805,7 @@ self: { file-embed shakespeare-js template-haskell text transformers unordered-containers ]; + jailbreak = true; description = "Dingo Widgets"; license = stdenv.lib.licenses.mit; }) {}; @@ -36682,6 +36877,7 @@ self: { monad-control mtl network old-locale SafeSemaphore time transformers-base unix utf8-string ]; + jailbreak = true; homepage = "http://ireneknapp.com/software/"; description = "Native webserver that acts as a library"; license = stdenv.lib.licenses.bsd3; @@ -36723,9 +36919,6 @@ self: { testDepends = [ base base16-bytestring bytestring directory HUnit text ]; - configureFlags = [ - "-furifilenames" "-ffulltextsearch" "-f-systemlib" - ]; homepage = "https://github.com/IreneKnapp/direct-sqlite"; description = "Low-level binding to SQLite3. Includes UTF8 and BLOB support."; license = stdenv.lib.licenses.bsd3; @@ -36743,6 +36936,7 @@ self: { base bytestring containers deepseq hashable parallel QuickCheck unordered-containers vector ]; + jailbreak = true; description = "Finite directed cubical complexes and associated algorithms"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -36949,7 +37143,6 @@ self: { old-locale random rank1dynamic stm syb template-haskell time transformers ]; - configureFlags = [ "-f-prof" "-fth" ]; homepage = "http://haskell-distributed.github.com/"; description = "Cloud Haskell: Erlang-style concurrency in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -36978,7 +37171,6 @@ self: { network-transport network-transport-tcp rematch stm test-framework test-framework-hunit transformers ]; - configureFlags = [ "-f-perf" ]; homepage = "http://github.com/haskell-distributed/distributed-process-async"; description = "Cloud Haskell Async API"; license = stdenv.lib.licenses.bsd3; @@ -37002,7 +37194,7 @@ self: { libssh2 mtl network-transport network-transport-tcp pureMD5 rank1dynamic transformers unix ]; - configureFlags = [ "-f-build-demos" ]; + jailbreak = true; homepage = "http://github.com/haskell-distributed/distributed-process"; description = "Microsoft Azure backend for Cloud Haskell"; license = stdenv.lib.licenses.bsd3; @@ -37033,7 +37225,7 @@ self: { network-transport network-transport-tcp rematch stm test-framework test-framework-hunit transformers ]; - configureFlags = [ "-f-perf" ]; + jailbreak = true; homepage = "http://github.com/haskell-distributed/distributed-process-client-server"; description = "The Cloud Haskell Application Platform"; license = stdenv.lib.licenses.bsd3; @@ -37067,7 +37259,6 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 time transformers unordered-containers ]; - configureFlags = [ "-f-perf" ]; homepage = "http://github.com/haskell-distributed/distributed-process-execution"; description = "Execution Framework for The Cloud Haskell Application Platform"; license = stdenv.lib.licenses.bsd3; @@ -37098,7 +37289,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 time transformers unordered-containers ]; - configureFlags = [ "-f-perf" ]; + jailbreak = true; homepage = "http://github.com/haskell-distributed/distributed-process-extras"; description = "Cloud Haskell Extras"; license = stdenv.lib.licenses.bsd3; @@ -37167,7 +37358,7 @@ self: { QuickCheck rematch stm test-framework test-framework-hunit test-framework-quickcheck2 time transformers unordered-containers ]; - configureFlags = [ "-f-perf" ]; + jailbreak = true; homepage = "http://github.com/haskell-distributed/distributed-process-platform"; description = "The Cloud Haskell Application Platform"; license = stdenv.lib.licenses.bsd3; @@ -37201,7 +37392,7 @@ self: { stm test-framework test-framework-hunit time transformers unordered-containers ]; - configureFlags = [ "-f-perf" ]; + jailbreak = true; homepage = "http://github.com/haskell-distributed/distributed-process-registry"; description = "Cloud Haskell Extended Process Registry"; license = stdenv.lib.licenses.bsd3; @@ -37223,7 +37414,6 @@ self: { network network-multicast network-transport network-transport-tcp transformers ]; - configureFlags = [ "-f-build-example" ]; homepage = "http://haskell-distributed.github.com"; description = "Simple zero-configuration backend for Cloud Haskell"; license = stdenv.lib.licenses.bsd3; @@ -37289,7 +37479,6 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 time transformers unordered-containers ]; - configureFlags = [ "-f-perf" ]; homepage = "http://github.com/haskell-distributed/distributed-process-task"; description = "Task Framework for The Cloud Haskell Application Platform"; license = stdenv.lib.licenses.bsd3; @@ -37313,6 +37502,7 @@ self: { testDepends = [ base network network-transport network-transport-tcp test-framework ]; + jailbreak = true; homepage = "http://github.com/haskell-distributed/distributed-process-tests"; description = "Tests for distributed-process"; license = stdenv.lib.licenses.bsd3; @@ -37338,6 +37528,7 @@ self: { version = "1.0.0.0"; sha256 = "0zh9ap3hhylpk7bsp54hm9gj5x8f8zvm5sg7nydmxnigyq0b3l4y"; buildDepends = [ array base containers MonadRandom random ]; + jailbreak = true; homepage = "https://github.com/redelmann/haskell-distribution"; description = "Finite discrete probability distributions"; license = stdenv.lib.licenses.asl20; @@ -37355,6 +37546,7 @@ self: { base Chart Chart-cairo colour containers data-default-class distribution lens ]; + jailbreak = true; homepage = "https://github.com/redelmann/haskell-distribution-plot"; description = "Easily plot distributions from the distribution package.."; license = stdenv.lib.licenses.asl20; @@ -37372,7 +37564,6 @@ self: { base ghc-prim tagged transformers transformers-compat ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-f-lib-werror" ]; homepage = "http://github.com/ekmett/distributive/"; description = "Distributive functors -- Dual to Traversable"; license = stdenv.lib.licenses.bsd3; @@ -37444,6 +37635,7 @@ self: { version = "0.0.1"; sha256 = "089b6z8hcv6q9y77zy8m96lc00r1ckzmff0mybp9l1akj7gwdpix"; buildDepends = [ base containers logict template-haskell ]; + jailbreak = true; homepage = "http://gitorious.org/djinn-th"; description = "Generate executable Haskell code from a type"; license = stdenv.lib.licenses.bsd3; @@ -37510,6 +37702,7 @@ self: { buildDepends = [ base bytestring containers contstuff dns iproute time ]; + jailbreak = true; description = "Caching DNS resolver library and mass DNS resolver utility"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -37559,7 +37752,7 @@ self: { sqlite tagchup text time transformers unix xhtml-combinators xml xml-basic ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "https://github.com/j3h/doc-review"; description = "Document review Web application, like http://book.realworldhaskell.org/"; license = stdenv.lib.licenses.bsd3; @@ -37616,6 +37809,7 @@ self: { aeson base bytestring containers data-default lens network-uri pipes pipes-bytestring pipes-http pipes-text text wreq ]; + jailbreak = true; homepage = "https://github.com/denibertovic/docker-hs"; description = "Haskell wrapper for Docker Remote API"; license = stdenv.lib.licenses.bsd3; @@ -37808,6 +38002,7 @@ self: { base hscolour hspec lens mtl random random-extras random-fu transformers ]; + jailbreak = true; homepage = "http://github.com/egonschiele/dominion"; description = "A simulator for the board game Dominion"; license = stdenv.lib.licenses.bsd3; @@ -37880,7 +38075,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers ]; - configureFlags = [ "-f-devel" ]; description = "A simple interface for building .dot graph files."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -37897,7 +38091,6 @@ self: { testDepends = [ base bytestring test-framework test-framework-quickcheck2 text ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/double-conversion"; description = "Fast conversion between double precision floating point and text"; license = stdenv.lib.licenses.bsd3; @@ -37939,7 +38132,7 @@ self: { version = "0.1.4"; sha256 = "1wf3pf2k4i6jvpfsjlxdj6v53qd33jj1z1ipaf3p47glgx4xw3lm"; buildDepends = [ base bytestring curl feed tagsoup xml ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "http://code.haskell.org/~dons/code/download-curl"; description = "High-level file download based on URLs"; license = stdenv.lib.licenses.bsd3; @@ -37958,6 +38151,7 @@ self: { buildDepends = [ base bytestring filepath http-enumerator tagsoup text ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/download-media-content"; description = "Simple tool to download images from RSS feeds (e.g. Flickr, Picasa)"; license = stdenv.lib.licenses.bsd3; @@ -37970,7 +38164,7 @@ self: { version = "0.7.0.1"; sha256 = "19rc0h94lgxyndaw41wgnc0prwffl780i6nqsn9b7byvgy97f15y"; buildDepends = [ array base ghc-prim pretty random vector ]; - configureFlags = [ "-f-dtrace" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell common config and debugging functions"; license = stdenv.lib.licenses.bsd3; @@ -37990,6 +38184,7 @@ self: { base containers dph-base dph-lifted-vseg dph-prim-par HUnit old-time parseargs random vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell example programs"; license = stdenv.lib.licenses.bsd3; @@ -38007,6 +38202,7 @@ self: { array base containers dph-base dph-prim-par ghc pretty random template-haskell vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell common definitions used by other dph-lifted packages"; license = stdenv.lib.licenses.bsd3; @@ -38023,6 +38219,7 @@ self: { buildDepends = [ array base dph-base dph-prim-par ghc random template-haskell vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell lifted array combinators. (deprecated version)"; license = stdenv.lib.licenses.bsd3; @@ -38040,6 +38237,7 @@ self: { array base containers dph-base dph-lifted-base dph-prim-par ghc pretty random template-haskell vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell lifted array combinators"; license = stdenv.lib.licenses.bsd3; @@ -38063,6 +38261,7 @@ self: { version = "0.7.0.1"; sha256 = "17m03gylc61d7mx26rz70kwmi014rv1g14683vraa1b77pci5h8j"; buildDepends = [ base dph-base random vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell segmented arrays. (abstract interface)"; license = stdenv.lib.licenses.bsd3; @@ -38080,6 +38279,7 @@ self: { base dph-base dph-prim-interface dph-prim-seq old-time random vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell segmented arrays. (production version)"; license = stdenv.lib.licenses.bsd3; @@ -38096,6 +38296,7 @@ self: { buildDepends = [ base dph-base dph-prim-interface ghc-prim primitive random vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell"; description = "Data Parallel Haskell segmented arrays. (sequential implementation)"; license = stdenv.lib.licenses.bsd3; @@ -38150,7 +38351,6 @@ self: { isExecutable = true; buildDepends = [ base containers ]; testDepends = [ base containers hspec QuickCheck ]; - configureFlags = [ "-f-examples" "-f-no-tests" ]; homepage = "https://github.com/yamadapc/haskell-drawille"; description = "A port of asciimoo's drawille to haskell"; license = stdenv.lib.licenses.gpl3; @@ -38173,6 +38373,7 @@ self: { pem resourcet template-haskell time tls tls-extra transformers urlencoded utf8-string ]; + jailbreak = true; homepage = "http://github.com/cakoose/dropbox-sdk-haskell"; description = "A library to access the Dropbox HTTP API"; license = stdenv.lib.licenses.mit; @@ -38192,6 +38393,7 @@ self: { base containers directory filepath haskell98 process regex-posix time ]; + jailbreak = true; description = "A command line tool for resolving dropbox conflicts. Deprecated! Please use confsolve."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38223,6 +38425,7 @@ self: { attoparsec base bytestring containers entropy hslogger mwc-random parallel primitive repa strict transformers vector ]; + jailbreak = true; description = "DSMC library for rarefied gas dynamics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38241,6 +38444,7 @@ self: { base bytestring cmdargs ConfigFile dsmc gloss gloss-raster hslogger mtl repa strict transformers vector ]; + jailbreak = true; description = "DSMC toolkit for rarefied gas dynamics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38252,6 +38456,7 @@ self: { version = "0.3.0.0"; sha256 = "15pqja0q1lram7xi5xk8dlcfg5m1z0l4zscqw24wm50hmqpxi09d"; buildDepends = [ base parsec ]; + jailbreak = true; homepage = "https://github.com/lcycon/hs-dson"; description = "Haskell DogeScript Object Notation Parser"; license = stdenv.lib.licenses.gpl3; @@ -38264,6 +38469,7 @@ self: { version = "0.4.1.1"; sha256 = "1zflz9vhcz7psssn6hrizmwdmrvpagxhl0648k6f1n9xj50kp99y"; buildDepends = [ base parsec ]; + jailbreak = true; homepage = "https://github.com/alvare/dson-parsec"; description = "DSON parser"; license = stdenv.lib.licenses.mit; @@ -38278,7 +38484,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base random ]; - configureFlags = [ "-fbuildexamples" "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/DSP"; description = "Haskell Digital Signal Processing"; license = "GPL"; @@ -38291,6 +38497,7 @@ self: { version = "0.4.0.4"; sha256 = "15zy1dhfs87hxq1qm54ym0pdhvg7l76m7vy5y06dnksb1sblhaqm"; buildDepends = [ base base-unicode-symbols dlist ]; + jailbreak = true; homepage = "https://github.com/basvandijk/dstring"; description = "Difference strings"; license = stdenv.lib.licenses.bsd3; @@ -38330,6 +38537,7 @@ self: { lifted-base monad-control network resourcet text transformers uri-conduit xml-catalog xml-conduit xml-types ]; + jailbreak = true; homepage = "http://github.com/snoyberg/xml"; description = "Parse and render DTD files (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -38372,7 +38580,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-test" ]; description = "Haskell interface to the DTrace system tracing utility"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38413,6 +38620,7 @@ self: { testDepends = [ base HUnit MissingH QuickCheck tasty tasty-hunit tasty-quickcheck ]; + jailbreak = true; description = "Frontend development build tool"; license = stdenv.lib.licenses.mit; }) {}; @@ -38435,7 +38643,6 @@ self: { hashtables mtl process QuickCheck test-framework test-framework-quickcheck2 unordered-containers ]; - configureFlags = [ "-f-test" "-f-stresstest" ]; description = "Efficient automatic differentiation and code generation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38517,6 +38724,7 @@ self: { base bytestring bytestring-mmap containers dwarf-el elf lens pretty transformers ]; + jailbreak = true; description = "High-level wrapper around the dwarf library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38590,6 +38798,7 @@ self: { base bytestring cairo colour deepseq either GLFW-b GLUtil OpenGL pango pipes transformers ]; + jailbreak = true; homepage = "https://github.com/adamwalker/dynamic-graph"; description = "Draw and update graphs in real time with OpenGL"; license = stdenv.lib.licenses.bsd3; @@ -38704,6 +38913,7 @@ self: { version = "0.1"; sha256 = "10g8w50hhw8ap6lvsv9apmmfaqvqjwzhnq4mx1npapb8cmsmzgdb"; buildDepends = [ base bytestring network ]; + jailbreak = true; description = "Socket operations with timeouts"; license = "unknown"; }) {}; @@ -38719,6 +38929,7 @@ self: { buildDepends = [ aeson base bytestring either http-conduit mtl resourcet text ]; + jailbreak = true; homepage = "http://github.com/sanetracker/easy-api"; description = "Utility code for building HTTP API bindings more quickly"; license = stdenv.lib.licenses.mit; @@ -38784,6 +38995,7 @@ self: { version = "0.1.0"; sha256 = "0r3pl63fxrrfafwp3791xh0c47pb4jqqcm9lk52g0gaqg0s8x5qk"; buildDepends = [ base time ]; + jailbreak = true; description = "Time in ebeats"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38837,6 +39049,7 @@ self: { buildDepends = [ base containers data-default lens parsec safe transformers ]; + jailbreak = true; homepage = "https://github.com/fabianbergmark/ECMA-262"; description = "A ECMA-262 interpreter library"; license = stdenv.lib.licenses.bsd2; @@ -38854,6 +39067,7 @@ self: { isExecutable = true; buildDepends = [ base bytestring digest directory process vcd ]; extraLibraries = [ canlib ]; + jailbreak = true; description = "Tools for automotive ECU development"; license = stdenv.lib.licenses.bsd3; }) { canlib = null;}; @@ -38866,7 +39080,6 @@ self: { sha256 = "0x08p2941g7f3xsg8jgy5j73v0dihg47j2i1hb53c7h4jhvc1fmj"; buildDepends = [ base bytestring ]; testDepends = [ base bytestring hlint QuickCheck ]; - configureFlags = [ "-ftest-hlint" "-ftest-properties" ]; homepage = "http://thoughtpolice.github.com/hs-ed25519"; description = "ed25519 cryptographic signatures"; license = stdenv.lib.licenses.mit; @@ -38907,7 +39120,7 @@ self: { testDepends = [ aeson base bifunctors bytestring directory tasty tasty-golden text ]; - configureFlags = [ "-f-build-executable" ]; + jailbreak = true; homepage = "http://github.com/brendanhay/ede"; description = "Templating language with similar syntax and features to Liquid or Jinja2"; license = "unknown"; @@ -38933,7 +39146,6 @@ self: { sha256 = "0fmr2chrpp990lyjfk13s4d8h1hdw853wk54233mpmxlh0sd32ki"; editedCabalFile = "978022c24ce2326e9fabd18ce30d687b72034eae80cabc5ede83312d96a1d1df"; buildDepends = [ base edenmodules parallel ]; - configureFlags = [ "-fpar" ]; description = "Semi-explicit parallel programming skeleton library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -38971,6 +39183,7 @@ self: { buildDepends = [ ALUT base cmdtheline containers gloss random wraparound ]; + jailbreak = true; homepage = "http://frigidcode.com/code/edge"; description = "Top view space combat arcade game"; license = stdenv.lib.licenses.gpl3; @@ -38985,7 +39198,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base containers random ]; - configureFlags = [ "-fsplitbase" "-f-benchmark" "-f-tests" ]; homepage = "http://github.com/batterseapower/edit-distance"; description = "Levenshtein and restricted Damerau-Levenshtein edit distances"; license = stdenv.lib.licenses.bsd3; @@ -39011,7 +39223,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-gtk" ]; description = "Programs demoing the use of symmetric, stateful edit lenses"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -39023,6 +39234,7 @@ self: { version = "1.0.0.2"; sha256 = "15jz0b913xd8yd3nzk4vrlj0vzbhjarl05h9j0mdcfgxns5j0yxi"; buildDepends = [ base text vty vty-ui ]; + jailbreak = true; homepage = "https://github.com/maxpow4h/editable"; description = "Interactive editors for Generics"; license = stdenv.lib.licenses.bsd2; @@ -39036,6 +39248,7 @@ self: { sha256 = "101zhzja14n8bhbrly7w2aywx3sxyzgyjdrmgpg4gn4alf4lzdlz"; buildDepends = [ base ]; extraLibraries = [ libedit ]; + jailbreak = true; homepage = "http://code.haskell.org/editline"; description = "Bindings to the editline library (libedit)"; license = stdenv.lib.licenses.bsd3; @@ -39081,6 +39294,7 @@ self: { base Cabal ghc-prim hashtables HUnit mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://pleiad.cl/EffectiveAspects"; description = "A monadic embedding of aspect oriented programming"; license = "unknown"; @@ -39100,6 +39314,7 @@ self: { base Cabal ghc-prim hashtables HUnit mzv QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://pleiad.cl/EffectiveAspects"; description = "A monadic embedding of aspect oriented programming, using \"Monads, Zippers and Views\" instead of mtl"; license = "unknown"; @@ -39136,7 +39351,6 @@ self: { version = "0.2.1.2"; sha256 = "0zjblpsd837ngg1pb1rqb3wyszwx93hpn08qg0b6f68vks83z66s"; buildDepends = [ base mtl ]; - configureFlags = [ "-fmtl" ]; homepage = "https://github.com/YellPika/effin"; description = "A Typeable-free implementation of extensible effects"; license = stdenv.lib.licenses.bsd3; @@ -39247,6 +39461,7 @@ self: { editedCabalFile = "5154a0f9083521b4c60cee92f2614b253961fd1e2dd9e7c5b541630df8597d80"; buildDepends = [ base bytestring containers mtl transformers ]; extraLibraries = [ eibclient ]; + jailbreak = true; description = "EIBd Client"; license = stdenv.lib.licenses.gpl3; }) { eibclient = null;}; @@ -39334,7 +39549,6 @@ self: { aeson base ekg-core http-client lens network network-uri old-locale text time unordered-containers vector wreq ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/ocharles/ekg-bosun"; description = "Send ekg metrics to a Bosun instance"; license = stdenv.lib.licenses.bsd3; @@ -39422,6 +39636,7 @@ self: { buildDepends = [ base bytestring ekg-core network text time unordered-containers ]; + jailbreak = true; homepage = "https://github.com/tibbe/ekg-statsd"; description = "Push metrics to statsd"; license = stdenv.lib.licenses.bsd3; @@ -39545,6 +39760,7 @@ self: { test-framework-quickcheck2 text transformers union-find unordered-containers ]; + jailbreak = true; homepage = "http://elm-lang.org"; description = "Values to help with elm-package, elm-make, and elm-lang.org."; license = stdenv.lib.licenses.bsd3; @@ -39583,6 +39799,7 @@ self: { directory Elm filepath HTTP http-client http-client-tls http-types mtl network optparse-applicative process vector ]; + jailbreak = true; homepage = "http://github.com/elm-lang/elm-get"; description = "Tool for sharing and using Elm libraries"; license = stdenv.lib.licenses.bsd3; @@ -39604,6 +39821,7 @@ self: { containers directory elm-compiler elm-package filepath mtl optparse-applicative text ]; + jailbreak = true; homepage = "http://elm-lang.org"; description = "A build tool for Elm projects"; license = stdenv.lib.licenses.bsd3; @@ -39628,6 +39846,7 @@ self: { http-types mtl network optparse-applicative pretty process text time unordered-containers vector zip-archive ]; + jailbreak = true; homepage = "http://github.com/elm-lang/elm-package"; description = "Package manager for Elm libraries"; license = stdenv.lib.licenses.bsd3; @@ -39714,6 +39933,7 @@ self: { buildDepends = [ base blaze-markup Elm shakespeare-js text yesod-core ]; + jailbreak = true; homepage = "http://elm-lang.org"; description = "The Elm language Yesod compatibility module"; license = stdenv.lib.licenses.bsd3; @@ -39731,6 +39951,7 @@ self: { array base bytestring encoding HaskellNet hsemail old-locale old-time parsec process time ]; + jailbreak = true; description = "Sending eMail in Haskell made easy"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -39768,6 +39989,7 @@ self: { buildDepends = [ aeson attoparsec base bytestring containers HTTP network ]; + jailbreak = true; description = "A simple wrapper to send emails via the api of the service postmark (http://postmarkapp.com/)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -39810,6 +40032,7 @@ self: { base bytestring cmdargs directory dns doctest email-validate HUnit parallel-io pcre-light tasty tasty-hunit ]; + jailbreak = true; description = "Perform basic syntax and deliverability checks on email addresses"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -39866,6 +40089,7 @@ self: { sha256 = "0cpcwrb6wqwq371wqjmhzfhdwk3vfhjjgz4vgjsjvw6cdhbpw5p1"; buildDepends = [ base ]; testDepends = [ base HUnit QuickCheck syb ]; + jailbreak = true; homepage = "http://www.cs.uu.nl/wiki/GenericProgramming/EMGM"; description = "Extensible and Modular Generics for the Masses"; license = stdenv.lib.licenses.bsd3; @@ -39914,7 +40138,7 @@ self: { array base binary bytestring containers extensible-exceptions ghc-prim HaXml mtl regex-compat ]; - configureFlags = [ "-fsystemencoding" "-fsplitbase" ]; + jailbreak = true; homepage = "http://code.haskell.org/encoding/"; description = "A library for various character encodings"; license = stdenv.lib.licenses.bsd3; @@ -39927,7 +40151,6 @@ self: { version = "0.1.0.1"; sha256 = "031608wws9bcgz1zywvkml68p4a6s8br7c0fhg5rdqyy7g4bympd"; buildDepends = [ base between transformers ]; - configureFlags = [ "-f-pedantic" ]; homepage = "https://github.com/trskop/endo"; description = "Endomorphism utilities"; license = stdenv.lib.licenses.bsd3; @@ -40005,7 +40228,6 @@ self: { version = "0.3.4.1"; sha256 = "10myxs2a7838sywnlfggpsd7lmvzphl10zdh1vbbi18n3x79gyk0"; buildDepends = [ base bytestring unix ]; - configureFlags = [ "-f-halvm" ]; homepage = "https://github.com/TomMD/entropy"; description = "A platform independent entropy source"; license = stdenv.lib.licenses.bsd3; @@ -40085,6 +40307,7 @@ self: { version = "0.5.1.0"; sha256 = "1fq4zmhc825bmyslfm7kbsa29qq773cgrz4npj2bcfl0jkbl3ndc"; buildDepends = [ base enummapset-th ]; + jailbreak = true; homepage = "https://github.com/liyang/enumfun"; description = "Finitely represented /total/ EnumMaps"; license = stdenv.lib.licenses.bsd3; @@ -40107,6 +40330,7 @@ self: { base cereal containers deepseq hspec hspec-expectations HUnit lens QuickCheck safecopy semigroups ]; + jailbreak = true; description = "Map of maps using Enum types as keys"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40118,7 +40342,6 @@ self: { version = "0.5.2.0"; sha256 = "065gxljrjw59rdf7abq0v0c29wg1ymg984ckixnjrcs1yks0c2js"; buildDepends = [ base containers deepseq ]; - configureFlags = [ "-f-debug" ]; homepage = "https://github.com/michalt/enummapset"; description = "IntMap and IntSet with Enum keys/elements"; license = stdenv.lib.licenses.bsd3; @@ -40161,6 +40384,7 @@ self: { bytestring containers http-types mtl network old-locale text time transformers ]; + jailbreak = true; homepage = "http://github.com/tel/env-parser"; description = "Pull configuration information from the ENV"; license = stdenv.lib.licenses.mit; @@ -40186,6 +40410,7 @@ self: { version = "2.0.12.4"; sha256 = "1jpz58zlkhgf2fl4fzicpdkqqdbwy3sw56dga8yvjmgv5zcqqshx"; buildDepends = [ base ]; + jailbreak = true; homepage = "http://epanet.de/developer/haskell.html"; description = "Haskell binding for EPANET"; license = stdenv.lib.licenses.gpl3; @@ -40198,6 +40423,7 @@ self: { version = "0.2.1"; sha256 = "0sg5pipzc4s9xq83ari7rigjbvhyh76kqnp57i98bs3k54ba53ym"; buildDepends = [ base stm time ]; + jailbreak = true; homepage = "http://github.com/baldo/epass"; description = "Baisc, Erlang-like message passing supporting sockets"; license = stdenv.lib.licenses.bsd3; @@ -40357,6 +40583,7 @@ self: { version = "0.2.0.4"; sha256 = "1f94y6h7qg7rck7rxf6j8sygkh1xmfk0z1lr71inx6s74agjyc9j"; buildDepends = [ base singletons template-haskell void ]; + jailbreak = true; description = "Proof assistant for Haskell using DataKinds & PolyKinds"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40441,6 +40668,7 @@ self: { version = "0.6.0.0"; sha256 = "0nr0c2qq30ji50pyjrklrb6a73i6qkqws7ywbfpa4pcd176xwlrw"; buildDepends = [ aeson base bytestring containers text ]; + jailbreak = true; description = "A text censorship library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40458,6 +40686,7 @@ self: { buildDepends = [ aeson aeson-pretty base bytestring containers eros text ]; + jailbreak = true; description = "DEPRECATED in favor of eros-http"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40476,6 +40705,7 @@ self: { aeson base blaze-html bytestring eros http-types markdown text wai warp ]; + jailbreak = true; description = "JSON HTTP interface to Eros"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40498,6 +40728,7 @@ self: { version = "0.1.0.0"; sha256 = "0rv59fhlfr03qis957mjgl4gyk1i5axfyvr680z3ykbfd3k5gc1s"; buildDepends = [ base either mtl transformers ]; + jailbreak = true; homepage = "https://github.com/echatav/error-continuations"; description = "Error Continuations"; license = stdenv.lib.licenses.publicDomain; @@ -40538,6 +40769,7 @@ self: { buildDepends = [ ansi-wl-pprint base containers either-unwrap InfixApplicative mtl ]; + jailbreak = true; homepage = "http://github.com/gcross/error-message"; description = "Composable error messages"; license = stdenv.lib.licenses.bsd3; @@ -40589,7 +40821,7 @@ self: { mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck transformers ]; - configureFlags = [ "-fexamples" ]; + jailbreak = true; homepage = "http://github.com/ekmett/ersatz"; description = "A monad for expressing SAT or QSAT problems using observable sharing"; license = stdenv.lib.licenses.bsd3; @@ -40608,7 +40840,6 @@ self: { buildDepends = [ array base containers ersatz toysolver transformers ]; - configureFlags = [ "-f-examples" ]; homepage = "https://github.com/msakai/ersatz-toysat"; description = "toysat driver as backend for ersatz"; license = stdenv.lib.licenses.bsd3; @@ -40629,7 +40860,7 @@ self: { aeson attoparsec attoparsec-expr base bytestring regex-compat text unordered-containers vector yaml ]; - configureFlags = [ "-fregex" "-fyaml" "-futil" "-f-dev" ]; + jailbreak = true; homepage = "https://bitbucket.org/kayo/ert"; description = "Easy Runtime Templates"; license = stdenv.lib.licenses.gpl3; @@ -40649,6 +40880,7 @@ self: { attoparsec base bytestring containers directory fgl mtl network stm stream-fusion tuple unix ]; + jailbreak = true; homepage = "http://www.killersmurf.com/projects/esotericbot"; description = "Esotericbot is a sophisticated, lightweight IRC bot"; license = stdenv.lib.licenses.bsd3; @@ -40673,7 +40905,6 @@ self: { persistent persistent-sqlite persistent-template QuickCheck resourcet text transformers ]; - configureFlags = [ "-f-mysql" "-f-postgresql" ]; homepage = "https://github.com/prowdsponsor/esqueleto"; description = "Type-safe EDSL for SQL queries on persistent backends"; license = stdenv.lib.licenses.bsd3; @@ -40687,7 +40918,6 @@ self: { version = "1.0.0.1"; sha256 = "0l1c2k4c5bpfr7h03fdcfnvm5nsv605sxnd8agi1v2qakwxhdjcp"; buildDepends = [ ad base distributive lens linear reflection ]; - configureFlags = [ "-f-werror" ]; homepage = "https://github.com/GaloisInc/estimator"; description = "State-space estimation algorithms such as Kalman Filters"; license = stdenv.lib.licenses.bsd3; @@ -40705,6 +40935,7 @@ self: { base binary containers deepseq list-tries MonadRandom mtl pretty prettyclass QuickCheck text ]; + jailbreak = true; description = "Tool for managing probability estimation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40718,6 +40949,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bio bytestring containers random ]; + jailbreak = true; homepage = "http://blog.malde.org/"; description = "Repeats from ESTs"; license = "GPL"; @@ -40855,6 +41087,7 @@ self: { base bytestring conduit containers failure hexpat http-conduit http-types monad-control mtl time ]; + jailbreak = true; description = "Free foreign exchange/currency feed from the European Central Bank"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -40896,7 +41129,6 @@ self: { testDepends = [ base non-negative QuickCheck random transformers utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://code.haskell.org/~thielema/event-list/"; description = "Event lists with relative or absolute time stamps"; license = "GPL"; @@ -40988,7 +41220,6 @@ self: { version = "0.2.0.7"; sha256 = "05q31mh5x6i90n3ddxyqnhhjga7vbsbi947iywyqi53h2z2iw8f7"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "Efficient exact computation of combinatoric functions"; license = stdenv.lib.licenses.bsd3; @@ -41017,6 +41248,7 @@ self: { buildDepends = [ base exception-transformers monads-fd transformers ]; + jailbreak = true; homepage = "http://www.eecs.harvard.edu/~mainland/"; description = "Exception monad transformer instances for monads-fd classes"; license = stdenv.lib.licenses.bsd3; @@ -41033,6 +41265,7 @@ self: { buildDepends = [ base exception-transformers monads-tf transformers ]; + jailbreak = true; homepage = "http://www.cs.drexel.edu/~mainland/"; description = "Exception monad transformer instances for monads-tf classes"; license = stdenv.lib.licenses.bsd3; @@ -41130,6 +41363,7 @@ self: { version = "0.2"; sha256 = "1f7v2f7jmqx0nkl2wla88mnb21nava74b73rvsmfbj4kxmwchsgy"; buildDepends = [ base contravariant ]; + jailbreak = true; homepage = "http://github.com/glehel/exists"; description = "Existential datatypes holding evidence of constraints"; license = stdenv.lib.licenses.bsd3; @@ -41155,6 +41389,7 @@ self: { version = "0.0.1"; sha256 = "0i8agr9np8pg40z58z8jz1fvq3vqjk2sx247dn33mvqyd03hnbss"; buildDepends = [ AspectAG base HList murder uu-parsinglib ]; + jailbreak = true; description = "Extensible Pandoc"; license = "LGPL"; }) {}; @@ -41170,6 +41405,7 @@ self: { buildDepends = [ base bytestring enumerator hexpat text transformers xml-types ]; + jailbreak = true; homepage = "http://john-millikin.com/software/expat-enumerator/"; description = "Enumerator-based API for Expat"; license = stdenv.lib.licenses.mit; @@ -41213,6 +41449,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ ansi-wl-pprint base haskell-src-exts ]; + jailbreak = true; homepage = "https://github.com/joelteon/explain"; description = "Show how expressions are parsed"; license = stdenv.lib.licenses.mit; @@ -41239,7 +41476,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base transformers ]; - configureFlags = [ "-fsplitbase" "-f-buildtests" ]; homepage = "http://www.haskell.org/haskellwiki/Exception"; description = "Exceptions which are explicit in the type signature"; license = stdenv.lib.licenses.bsd3; @@ -41252,6 +41488,7 @@ self: { version = "0.6.0.5"; sha256 = "0irz1zy6iaipym73x343zvr6cqym6ci2vbjbyr564d29ymd6ldzd"; buildDepends = [ base base-unicode-symbols tagged ]; + jailbreak = true; homepage = "https://github.com/basvandijk/explicit-iomodes/"; description = "File handles with explicit IOModes"; license = stdenv.lib.licenses.bsd3; @@ -41264,6 +41501,7 @@ self: { version = "0.2.0.2"; sha256 = "0h3dlgkd2gx8zr3sh949nhqgrdg943dgpp4v1n599jjjpqpw16hj"; buildDepends = [ base bytestring explicit-iomodes ]; + jailbreak = true; homepage = "https://github.com/basvandijk/explicit-iomodes-bytestring/"; description = "Extends explicit-iomodes with ByteString operations"; license = stdenv.lib.licenses.bsd3; @@ -41276,6 +41514,7 @@ self: { version = "0.1.0.8"; sha256 = "12ny5wa1j1wp8fbg5k8zkv4a3axmssxcvfvhg3frsm4dych6hmyg"; buildDepends = [ base explicit-iomodes text ]; + jailbreak = true; homepage = "https://github.com/basvandijk/explicit-iomodes-text/"; description = "Extends explicit-iomodes with Text operations"; license = stdenv.lib.licenses.bsd3; @@ -41288,6 +41527,7 @@ self: { version = "0.9"; sha256 = "0jshv56i60mzlfddvfkcx0j7rzqdlhy6h09bmqci15wzisvpvjpq"; buildDepends = [ base containers derive mtl template-haskell ]; + jailbreak = true; homepage = "http://sebfisch.github.com/explicit-sharing"; description = "Explicit Sharing of Monadic Effects"; license = stdenv.lib.licenses.publicDomain; @@ -41430,6 +41670,7 @@ self: { buildDepends = [ base data-lens hashable template-haskell unordered-containers ]; + jailbreak = true; description = "Sums/products/lists/trees which can be extended in other modules"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -41506,6 +41747,7 @@ self: { base bytestring bytestring-mmap directory elf filepath optparse-applicative ]; + jailbreak = true; homepage = "https://github.com/Peaker/extractelf"; description = "Extract an ELF's metadata and sections into files"; license = stdenv.lib.licenses.bsd3; @@ -41530,6 +41772,7 @@ self: { random resourcet string-conversions text time unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/ez-couch"; description = "A high level static library for working with CouchDB"; license = stdenv.lib.licenses.mit; @@ -41542,6 +41785,7 @@ self: { version = "0.0.2.0"; sha256 = "0apgad2rqpgxypm10n98agmfrlxydcawvsvyafdwj8jhynfycx03"; buildDepends = [ base free ]; + jailbreak = true; homepage = "http://github.com/haskell-faceted/haskell-faceted"; description = "Faceted computation for dynamic information flow security"; license = stdenv.lib.licenses.asl20; @@ -41561,7 +41805,6 @@ self: { array base Cabal containers deepseq parallel primes QuickCheck random toolshed ]; - configureFlags = [ "-fthreaded" "-f-llvm" ]; homepage = "http://functionalley.eu"; description = "Rational arithmetic in an irrational world"; license = "GPL"; @@ -41674,6 +41917,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers haskell98 SDL SDL-mixer SDL-ttf ]; + jailbreak = true; homepage = "http://bencode.blogspot.com/2009/03/falling-blocks-tetris-clone-in-haskell.html"; description = "A fun falling blocks game"; license = "GPL"; @@ -41691,6 +41935,7 @@ self: { base binary containers hashable intervals lens tables text time unordered-containers ]; + jailbreak = true; homepage = "https://github.com/Taneb/family-tree"; description = "A family tree library for the Haskell programming language"; license = stdenv.lib.licenses.bsd3; @@ -41796,7 +42041,6 @@ self: { editedCabalFile = "74cd87692a90492171802f25c034ef047f0b68aaa1b53303d4e50ce3ec30e98a"; buildDepends = [ base bytestring cgi ]; extraLibraries = [ fcgi ]; - configureFlags = [ "-fsmall_base" ]; description = "A Haskell library for writing FastCGI programs"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) fcgi;}; @@ -41849,7 +42093,7 @@ self: { split spoon syb text time transformers uniplate unordered-containers utf8-string vector ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "https://github.com/faylang/fay/wiki"; description = "A compiler for Fay, a Haskell subset that compiles to JavaScript"; license = stdenv.lib.licenses.bsd3; @@ -41901,6 +42145,7 @@ self: { version = "0.2.0"; sha256 = "1mzjna8yc7jczgggpcgh9i6akiy72d60jczvmzxngh778z3g5zmi"; buildDepends = [ fay-base fay-jquery ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Clientside HTML generation for fay"; license = stdenv.lib.licenses.bsd3; @@ -41978,7 +42223,7 @@ self: { http-conduit HUnit lifted-base monad-control QuickCheck resourcet text time transformers ]; - configureFlags = [ "-fconduit11" "-f-debug" ]; + jailbreak = true; homepage = "https://github.com/prowdsponsor/fb"; description = "Bindings to Facebook's API"; license = stdenv.lib.licenses.bsd3; @@ -42008,6 +42253,7 @@ self: { base bytestring containers cryptohash hashable text unordered-containers ]; + jailbreak = true; description = "Algo for Formal Concept Analysis"; license = stdenv.lib.licenses.agpl3; }) {}; @@ -42038,6 +42284,7 @@ self: { version = "0.1"; sha256 = "1yvsnk9awik143jh2268w1l5x70kmky60gac10fy2y1450dcn65x"; buildDepends = [ base cgi HaXml xhtml ]; + jailbreak = true; homepage = "http://peteg.org/"; description = "Server-Side Integration for FCKeditor"; license = stdenv.lib.licenses.bsd3; @@ -42064,6 +42311,7 @@ self: { version = "0.2.1"; sha256 = "1j15fxrpwnjnbjkswsy6jxn8f0bj2nhcdsf5976i7rka7gsjzr3d"; buildDepends = [ base fclabels monadLib ]; + jailbreak = true; description = "MonadLib monadic interface for the \"fclabels\" package"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -42105,6 +42353,7 @@ self: { version = "0.1.0.0"; sha256 = "1xkmzpdc7920vjkz3v77ds1wf2c896rkxykdd36my6aw85qg9pa6"; buildDepends = [ base text ]; + jailbreak = true; homepage = "https://github.com/iand675/feature-flags"; description = "A simple library for dynamically enabling and disabling functionality"; license = stdenv.lib.licenses.mit; @@ -42139,6 +42388,7 @@ self: { aeson base bytestring containers hlint HsOpenSSL hspec http-streams io-streams lens text ]; + jailbreak = true; homepage = "https://github.com/relrod/fedora-packages-hs"; description = "Haskell interface to the Fedora Packages webapp API"; license = stdenv.lib.licenses.bsd3; @@ -42170,6 +42420,7 @@ self: { buildDepends = [ base directory feed old-locale old-time time xml ]; + jailbreak = true; homepage = "http://www.syntaxpolice.org/darcs_repos/feed-cli"; description = "A simple command line interface for creating and updating feeds like RSS"; license = stdenv.lib.licenses.bsd3; @@ -42189,7 +42440,6 @@ self: { base curl directory feed haskell98 HTTP old-locale pureMD5 regex-posix tagsoup time utf8-string ]; - configureFlags = [ "-f-nano-md5" ]; description = "(unsupported)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -42254,6 +42504,7 @@ self: { base bytestring QuickCheck random tasty tasty-golden tasty-quickcheck tasty-th utf8-string ]; + jailbreak = true; homepage = "http://feldspar.github.com"; description = "A functional embedded language for DSP and parallelism"; license = stdenv.lib.licenses.bsd3; @@ -42310,7 +42561,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base HTTP json network pretty utf8-string ]; - configureFlags = [ "-f-old-base" ]; description = "Haskell binding to the FriendFeed API"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -42357,7 +42607,7 @@ self: { isExecutable = true; buildDepends = [ base JuicyPixels mtl transformers vector ]; pkgconfigDepends = [ libavcodec libavformat libavutil libswscale ]; - configureFlags = [ "-f-buildrasterdemo" "-f-builddemo" ]; + jailbreak = true; description = "Minimal bindings to the FFmpeg library"; license = stdenv.lib.licenses.bsd3; }) { libavcodec = null; libavformat = null; libavutil = null; @@ -42373,6 +42623,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring haskell98 hs-ffmpeg SDL stm ]; + jailbreak = true; homepage = "http://patch-tag.com/r/VasylPasternak/ffmpeg-tutorials"; description = "Tutorials on ffmpeg usage to play video/audio"; license = stdenv.lib.licenses.bsd3; @@ -42391,7 +42642,7 @@ self: { ]; testDepends = [ base carray QuickCheck storable-complex ]; pkgconfigDepends = [ fftw3 fftw3f ]; - configureFlags = [ "-fbase4" "-fsplitbase" ]; + jailbreak = true; description = "Bindings to the FFTW library"; license = stdenv.lib.licenses.bsd3; }) { fftw3 = null; fftw3f = null;}; @@ -42449,7 +42700,7 @@ self: { containers directory filepath hslogger mtl old-locale old-time process regex-compat statistics syb tabular time vector ]; - configureFlags = [ "-fanalyse" ]; + jailbreak = true; homepage = "http://github.com/dmpots/fibon/wiki"; description = "Tools for running and analyzing Haskell benchmarks"; license = stdenv.lib.licenses.bsd3; @@ -42506,6 +42757,7 @@ self: { sha256 = "1mmlw5nk09w829gjp8lc0p280vdkh68rv05b1j55x99l7xywgvj7"; buildDepends = [ base template-haskell ]; testDepends = [ base template-haskell ]; + jailbreak = true; description = "Provides Fieldwise typeclass for operations of fields of records treated as independent components"; license = stdenv.lib.licenses.bsd2; }) {}; @@ -42533,6 +42785,7 @@ self: { buildDepends = [ base parsec process system-filepath template-haskell text ]; + jailbreak = true; homepage = "https://github.com/jfischoff/file-command-qq"; description = "Quasiquoter for system commands involving filepaths"; license = stdenv.lib.licenses.mit; @@ -42629,6 +42882,7 @@ self: { editedCabalFile = "42c2b0c550f4c73d044f186a58e34285632705b6936dc24fb6012eb10bf70cc7"; buildDepends = [ base ]; testDepends = [ base QuickCheck random ]; + jailbreak = true; homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/"; description = "Library for manipulating FilePaths in a cross platform way"; license = stdenv.lib.licenses.bsd3; @@ -42641,6 +42895,7 @@ self: { version = "0.1.0.0"; sha256 = "08rb2nafnh5vx7i6i3ddhq4h1s2ffgz8ailap5knr1xl7izgyywp"; buildDepends = [ base base-io-access filepath ]; + jailbreak = true; description = "IO Access for filepath"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -42657,7 +42912,6 @@ self: { base comonad comonad-transformers data-lens directory filepath mtl transformers ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/filepather"; description = "Functions on System.FilePath"; license = stdenv.lib.licenses.bsd3; @@ -42677,7 +42931,6 @@ self: { parsec process split time utf8-string xml ]; testDepends = [ base Diff directory filepath HUnit mtl time ]; - configureFlags = [ "-fmaxcount" ]; description = "Interface for versioning file stores"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -42699,6 +42952,7 @@ self: { base blaze-builder bytestring conduit hspec QuickCheck text transformers ]; + jailbreak = true; homepage = "http://github.com/snoyberg/conduit"; description = "Use system-filepath data types with conduits. (deprecated)"; license = stdenv.lib.licenses.mit; @@ -42878,7 +43132,6 @@ self: { buildDepends = [ base Cabal containers factory mtl QuickCheck toolshed unix ]; - configureFlags = [ "-f-llvm" ]; homepage = "http://functionalley.eu"; description = "Calculates file-size frequency-distribution"; license = "GPL"; @@ -42942,7 +43195,6 @@ self: { version = "15320.3"; sha256 = "0ls5fxwq2lnb0rjqih4isfwiv0603ga12gxnf7w3rpqp5qhrhas8"; buildDepends = [ base mmtl ]; - configureFlags = [ "-f-use_mtl" ]; description = "Simple fix-expression parser"; license = "LGPL"; }) {}; @@ -42989,6 +43241,7 @@ self: { version = "0.5.0.1"; sha256 = "010gx32av4cn5bqq1zrrcah50ay528vw01fvv1xhfpkrx1ll9wka"; buildDepends = [ base ]; + jailbreak = true; description = "Binary fixed-point arithmetic"; license = stdenv.lib.licenses.mit; }) {}; @@ -43000,6 +43253,7 @@ self: { version = "0.5.0.1"; sha256 = "029mn44d1i794b1pbpa0zmf6b20zl0cvsf77mbfdkqnyx8986883"; buildDepends = [ base fixed-point vector ]; + jailbreak = true; description = "Unbox instances for the fixed-point package"; license = stdenv.lib.licenses.mit; }) {}; @@ -43011,6 +43265,7 @@ self: { version = "0.5.0.1"; sha256 = "10b29gqy3rpwd5wf2b65p0llm8ksyp1p7k43rm1n5g5z67wkd7dx"; buildDepends = [ base fixed-point vector-space ]; + jailbreak = true; description = "vector-space instances for the fixed-point package"; license = stdenv.lib.licenses.mit; }) {}; @@ -43026,6 +43281,7 @@ self: { buildDepends = [ base hmpfr integer-gmp reflection tagged template-haskell ]; + jailbreak = true; homepage = "http://github.com/ekmett/fixed-precision"; description = "Fixed Precision Arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -43038,6 +43294,7 @@ self: { version = "0.3.1.1"; sha256 = "0vb5h2v2qx19d7xibf7ksv2cha2pngh49mfpkh43f9vrwc6042ph"; buildDepends = [ array base tagged ]; + jailbreak = true; description = "Fixed-size wrapper for StorableArray, providing a Storable instance. Deprecated - use storable-static-array instead."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -43125,10 +43382,6 @@ self: { dlist enumerator HaXml MissingH network old-time parallel QuickCheck text ]; - configureFlags = [ - "-f-with-fix44" "-f-with-fix43" "-fwith-fix42" "-fwith-fix41" - "-fwith-fix40" "-f-developer" - ]; homepage = "http://github.com/urv/fixhs"; description = "FIX (co)parser"; license = stdenv.lib.licenses.lgpl21; @@ -43141,7 +43394,6 @@ self: { version = "0.1.5"; sha256 = "0mmkkydvdiw4nawgw3w7a9gpcxc3wzzlhz2083hqa6sxhx8x3b29"; buildDepends = [ base containers ]; - configureFlags = [ "-fbase4" "-fwithutils" "-f-withquickcheck" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Uniplate-style generic traversals for optionally annotated fixed-point types"; license = stdenv.lib.licenses.bsd3; @@ -43166,6 +43418,7 @@ self: { version = "1.5.0.2"; sha256 = "1walxcyi1wrv28vgy318c88z3mprz6mc8qfhbjgxb156iwfv80w5"; buildDepends = [ base time ]; + jailbreak = true; homepage = "https://github.com/pharpend/fixtime"; description = "Some fixes to the time package"; license = stdenv.lib.licenses.bsd2; @@ -43178,6 +43431,7 @@ self: { version = "0.1.0.1"; sha256 = "169xaj7iczz0mnvd03pf95dcvy918jscpzap6z9y62kb0daskg4p"; buildDepends = [ base ]; + jailbreak = true; description = "Functional Fizz/Buzz"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -43223,6 +43477,7 @@ self: { buildDepends = [ base monad-par monad-par-extras mtl mwc-random primitive vector ]; + jailbreak = true; homepage = "http://jtobin.github.com/flat-mcmc"; description = "Painless general-purpose sampling"; license = stdenv.lib.licenses.bsd3; @@ -43264,6 +43519,7 @@ self: { version = "0.1.0"; sha256 = "0vvl9w3i374k720sscbcsbha89fcfk1hcvdr0nk4y7gkp13xwdba"; buildDepends = [ base data-type mtl QuickCheck ]; + jailbreak = true; description = "Flexible wrappers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -43275,6 +43531,7 @@ self: { version = "0.0.1"; sha256 = "1dara0az10fxx46jmplf2l6a6x8qqjk00fxjzb9n10ndd4lxcsm3"; buildDepends = [ base data-type flexiwrap mtl smallcheck ]; + jailbreak = true; description = "SmallCheck (Serial) instances for flexiwrap"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -43292,7 +43549,6 @@ self: { buildDepends = [ base filepath HTTP mime network random utf8-string xhtml xml ]; - configureFlags = [ "-f-old-base" ]; description = "Haskell binding to the Flickr API"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -43318,7 +43574,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base containers haskell98 parsec ]; - configureFlags = [ "-f-pure" ]; + jailbreak = true; homepage = "http://www.cs.york.ac.uk/fp/reduceron/"; description = "f-lite compiler, interpreter and libraries"; license = stdenv.lib.licenses.bsd3; @@ -43362,7 +43618,6 @@ self: { version = "0.2.4"; sha256 = "1zsxjwgm8nkphnmsbz03yvplc2r02qybb387n910j4j6vya98khc"; buildDepends = [ array base integer-gmp ]; - configureFlags = [ "-fgmp" ]; homepage = "https://bitbucket.org/dafis/floatshow"; description = "Alternative faster String representations for Double and Float, String representations for more general numeric types"; license = stdenv.lib.licenses.bsd3; @@ -43417,6 +43672,7 @@ self: { lens mtl pipes pipes-aeson pipes-http pipes-parse template-haskell text unordered-containers uuid ]; + jailbreak = true; homepage = "https://github.com/brewtown/hs-flowdock"; description = "Flowdock client library for Haskell"; license = stdenv.lib.licenses.mit; @@ -43466,6 +43722,7 @@ self: { buildDepends = [ array base binary bio bytestring cmdargs containers mtl random ]; + jailbreak = true; homepage = "http://biohaskell.org/Applications/Flower"; description = "Analyze 454 flowgrams (.SFF files)"; license = "GPL"; @@ -43538,6 +43795,7 @@ self: { sha256 = "18r7q7sh35sr71ays0c9ic6f7vmrblpw25mz1y5v9sbk5x2lh64s"; buildDepends = [ base bindings-DSL containers directory ]; extraLibraries = [ fluidsynth ]; + jailbreak = true; homepage = "https://github.com/MostAwesomeDude/hsfluidsynth"; description = "Haskell bindings to FluidSynth"; license = stdenv.lib.licenses.mit; @@ -43553,6 +43811,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory filepath mtl process Unixutils ]; + jailbreak = true; homepage = "http://github.com/jabolopes/fmark"; description = "A Friendly Markup language without syntax"; license = stdenv.lib.licenses.bsd3; @@ -43632,9 +43891,7 @@ self: { testDepends = [ base bytestring deepseq directory doctest filepath mtl semigroups ]; - configureFlags = [ - "-f-test-hlint" "-foptimize" "-f-test-hlint" "-ftest-doctests" - ]; + configureFlags = [ "-f-test-hlint" ]; homepage = "http://github.com/ekmett/folds"; description = "Beautiful Folding"; license = stdenv.lib.licenses.bsd3; @@ -43681,6 +43938,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base GLFW-b OpenGL ]; + jailbreak = true; description = "Basic4x6 font for OpenGL"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -43694,7 +43952,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers GLUT haskell98 OpenGL ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://sourceforge.net/projects/fooengine/?abmode=1"; description = "Paper soccer, an OpenGL game"; license = "GPL"; @@ -43712,6 +43969,7 @@ self: { base comonad comonad-transformers containers contravariant transformers ]; + jailbreak = true; description = "Functor, Monad, MonadPlus, etc for free"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -43775,6 +44033,7 @@ self: { version = "0.1.1"; sha256 = "0nxcjx3cf8bkl0cwkpgz5c6byld13kw2601q4157fmfa370bi11h"; buildDepends = [ base transformers ]; + jailbreak = true; homepage = "http://code.google.com/p/forkable-monad/"; description = "An implementation of forkIO for monad stacks"; license = stdenv.lib.licenses.bsd3; @@ -43797,6 +44056,7 @@ self: { indents interpolatedstring-perl6 jmacro MissingH mtl network pandoc parsec process text transformers urlencoded wl-pprint-text ]; + jailbreak = true; description = "A statically typed, functional programming language"; license = stdenv.lib.licenses.mit; }) {}; @@ -43809,6 +44069,7 @@ self: { sha256 = "1vv9b0hif5hi3jkd1n6j85b5mkfkjyixldblm2l4qfgrj95igmph"; buildDepends = [ haskell2010 parsec ]; testDepends = [ haskell2010 parsec QuickCheck ]; + jailbreak = true; homepage = "https://github.com/bytbox/hs-format"; description = "Rendering from and scanning to format strings"; license = stdenv.lib.licenses.mit; @@ -43827,6 +44088,7 @@ self: { buildDepends = [ base data-concurrent-queue old-locale stm text time ]; + jailbreak = true; description = "A utility for writing the date to dzen2"; license = stdenv.lib.licenses.mit; }) {}; @@ -43865,6 +44127,7 @@ self: { interpolatedstring-perl6 jmacro MissingH mtl network pandoc parsec process text urlencoded utf8-string zlib ]; + jailbreak = true; homepage = "http://texodus.github.com/forml"; description = "A statically typed, functional programming language"; license = stdenv.lib.licenses.mit; @@ -43882,7 +44145,7 @@ self: { applicative-extras base blaze-html bytestring haskell98 syb transformers xhtml ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; homepage = "http://github.com/chriseidhof/formlets/tree/master"; description = "Formlets implemented in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -43911,6 +44174,7 @@ self: { version = "0.1.0.0"; sha256 = "1hmcicxnxcl99chidkbg1kspjzpxxcw8qh4lrwvmlpz2knzf11g3"; buildDepends = [ array-forth base free mtl ]; + jailbreak = true; description = "A simple eDSL for generating arrayForth code"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -43955,7 +44219,6 @@ self: { shakespeare-i18n stm syb template-haskell text time transformers transformers-base unordered-containers vector yesod-core ]; - configureFlags = [ "-f-dev" "-f-jenkins-build" ]; homepage = "https://www.fpcomplete.com/page/api"; description = "Simple interface to the FP Complete IDE API"; license = stdenv.lib.licenses.bsd3; @@ -44027,6 +44290,7 @@ self: { QuickCheck regex-compat test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/jrp2014/fptest"; description = "IEEE754r floating point conformance tests"; license = stdenv.lib.licenses.bsd3; @@ -44070,6 +44334,7 @@ self: { version = "0.1.0.3"; sha256 = "0kjpfqy528s11kfigp27kr5a4xw8kn11mpgjzb6fapdbip6y9579"; buildDepends = [ base semigroups ]; + jailbreak = true; homepage = "http://darcs.wolfgang.jeltsch.info/haskell/fraction"; description = "Fractions"; license = stdenv.lib.licenses.bsd3; @@ -44107,6 +44372,7 @@ self: { haskelldb-hdbc-odbc HDBC HDBC-odbc HTTP MissingH mtl old-time pretty utf8-string ]; + jailbreak = true; description = "A simple web framework"; license = stdenv.lib.licenses.bsd3; broken = true; @@ -44119,6 +44385,7 @@ self: { version = "0.1"; sha256 = "0wy1c9xgd6ykymqciga1sla83wfdwy17p88bygfp6pflbc0rw57g"; buildDepends = [ base frame pandoc ]; + jailbreak = true; description = "A markdown to Frame GUI writer for Pandoc"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44186,6 +44453,7 @@ self: { JuicyPixels-util lens linear mtl OpenGL OpenGLRaw random reflection template-haskell transformers vector void ]; + jailbreak = true; homepage = "https://github.com/fumieval/free-game"; description = "Create games for free"; license = stdenv.lib.licenses.bsd3; @@ -44202,7 +44470,7 @@ self: { buildDepends = [ base comonad-transformers free kan-extensions mtl transformers ]; - configureFlags = [ "-f-test-properties" ]; + jailbreak = true; description = "Operational Applicative, Alternative, Monad and MonadPlus from free types"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44289,7 +44557,6 @@ self: { base bytestring cgi csv dataenc directory filepath free-theorems process time xhtml ]; - configureFlags = [ "-f-our_server" ]; description = "CGI-based web interface for the free-theorems package"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -44341,6 +44608,7 @@ self: { buildDepends = [ array base cpphs directory mtl parallel pretty random syb ]; + jailbreak = true; homepage = "http://fremissant.net/freesect"; description = "A Haskell syntax extension for generalised sections"; license = stdenv.lib.licenses.bsd3; @@ -44387,7 +44655,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-examples" ]; description = "Haskell binding for FreeType 2 library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44568,6 +44835,7 @@ self: { version = "0.1.2"; sha256 = "07lx4928d1fnjbpfmky4jhhk7sqj98b11vdbv4f67p3bwfn5lrp8"; buildDepends = [ base directory filepath ]; + jailbreak = true; homepage = "https://github.com/Raynes/fsutils"; description = "File system utilities for Haskell that are missing from built in libraries"; license = stdenv.lib.licenses.mit; @@ -44604,7 +44872,7 @@ self: { buildDepends = [ base base-unicode-symbols bytestring safe transformers usb ]; - configureFlags = [ "-f-nolib" "-f-hpc" "-f-test" ]; + jailbreak = true; description = "A thin layer over USB to communicate with FTDI chips"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44621,6 +44889,7 @@ self: { base byteorder bytestring conduit MissingH network transformers utf8-string ]; + jailbreak = true; homepage = "https://github.com/litherum/ftp-conduit"; description = "FTP client package with conduit interface based off http-conduit"; license = stdenv.lib.licenses.bsd3; @@ -44639,7 +44908,6 @@ self: { buildDepends = [ base hslogger MissingH mtl network parsec regex-compat ]; - configureFlags = [ "-f-buildtests" ]; homepage = "http://software.complete.org/ftphs"; description = "FTP Client and Server Library"; license = "LGPL"; @@ -44670,6 +44938,7 @@ self: { buildDepends = [ base containers free-theorems mtl pretty Shellac Shellac-readline ]; + jailbreak = true; description = "Shell interface to the FreeTheorems library"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -44712,7 +44981,7 @@ self: { array base containers QuickCheck tasty tasty-quickcheck text vector ]; buildTools = [ alex happy ]; - configureFlags = [ "-f-build-search-demo" ]; + jailbreak = true; description = "In-memory full text search engine"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44766,6 +45035,7 @@ self: { version = "0.1"; sha256 = "0dxym6xrylngw8r5spi246nmi8fvvxxx776qismcr04zqshv7ygw"; buildDepends = [ base numeric-prelude ]; + jailbreak = true; homepage = "github.com/kreuzschlitzschraubenzieher/function-instances-algebra"; description = "Instances of the Algebra.* classes for functions"; license = stdenv.lib.licenses.bsd3; @@ -44778,6 +45048,7 @@ self: { version = "0.0"; sha256 = "1la9xqm5gs6a6cb18wyx9wr0nx6p5ryhczvb72d0zm6xrjrf0r5s"; buildDepends = [ base HList ]; + jailbreak = true; description = "Combinators that allow for a more functional/monadic style of Arrow programming"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44868,6 +45139,7 @@ self: { buildDepends = [ base bytestring directory filepath haskell98 HFuse unix ]; + jailbreak = true; homepage = "http://github.com/nathanwiegand/funion"; description = "A unioning file-system using HFuse"; license = stdenv.lib.licenses.bsd3; @@ -44880,6 +45152,7 @@ self: { version = "0.1"; sha256 = "0zblrfg8mfbc1hzxb36hk2lb3c167xmpcvg8h595m9kjpdmj4ayw"; buildDepends = [ base mtl ]; + jailbreak = true; description = "A generalization of pattern matching"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -44898,6 +45171,7 @@ self: { array base bimap bitset containers fgl mtl parse-dimacs pretty QuickCheck random time ]; + jailbreak = true; homepage = "http://github.com/dbueno/funsat"; description = "A modern DPLL-style SAT solver"; license = stdenv.lib.licenses.bsd3; @@ -44912,7 +45186,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring network unix ]; - configureFlags = [ "-f-static" ]; + jailbreak = true; description = "Simple IP-over-UDP tunnel using TUNTAP"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -44972,6 +45246,7 @@ self: { base containers HUnit mtl QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 time ]; + jailbreak = true; homepage = "https://github.com/tlaitinen/fuzzy-timings"; 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; @@ -45002,6 +45277,7 @@ self: { base ghcjs-base hashable transformers unordered-containers vector Yampa ]; + jailbreak = true; homepage = "https://github.com/ZioCrocifisso/FWGL"; description = "FRP 2D/3D game engine"; license = stdenv.lib.licenses.bsd3; @@ -45045,6 +45321,7 @@ self: { version = "1.1"; sha256 = "1wl29h702g79kwy4ca35x1q37aaj3rphf1i9vdm2hmd44bzrwvkk"; buildDepends = [ base containers probability random ]; + jailbreak = true; description = "Simple probability library for dice rolls, card games and similar"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45069,7 +45346,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cairo containers glib gtk time ]; - configureFlags = [ "-fsmall_base" ]; description = "Game clock that shows two analog clock faces"; license = "GPL"; }) {}; @@ -45122,7 +45398,6 @@ self: { version = "1.2"; sha256 = "0mks5nwc19i0wsc5hhxh0ji2bh0224y3r89b3p9dfzzn64n3za6v"; buildDepends = [ base ]; - configureFlags = [ "-f-old-base" ]; description = "A Functional Implementation of the Garsia-Wachs Algorithm"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45186,7 +45461,6 @@ self: { extraLibraries = [ expat fontconfig freetype gd libjpeg libpng zlib ]; - configureFlags = [ "-fbytestring-in-base" ]; description = "A Haskell binding to a subset of the GD graphics library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) expat; inherit (pkgs) fontconfig; @@ -45236,6 +45510,7 @@ self: { testDepends = [ base containers gdiff mtl template-haskell th-expand-syns uniplate ]; + jailbreak = true; homepage = "https://github.com/jfischoff/gdiff-th"; description = "Generate gdiff GADTs and Instances"; license = stdenv.lib.licenses.bsd3; @@ -45250,6 +45525,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base GLUT OpenGLRaw Vec ]; + jailbreak = true; description = "zooming rotating fractal gears graphics demo"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -45307,6 +45583,7 @@ self: { array base bitmap bitmap-opengl containers FTGL lens linear OpenGL random SDL SDL-image stb-image transformers ]; + jailbreak = true; homepage = "http://corbinsimpson.com/"; description = "A simple library of helpers for SDL+GL games"; license = "GPL"; @@ -45338,6 +45615,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ attoparsec base text ]; + jailbreak = true; homepage = "https://github.com/womfoo/gender"; description = "Identify a persons gender by their first name"; license = stdenv.lib.licenses.lgpl21; @@ -45374,6 +45652,7 @@ self: { version = "1.0.3"; sha256 = "0i51xx2hhjqjdvyzy2jza921jcfhy37azyp1cfaakvrj9kxl2w2q"; buildDepends = [ base mtl random ]; + jailbreak = true; homepage = "http://liamoc.net/pdf/Generator.pdf"; description = "Actually useful monadic random value generators"; license = stdenv.lib.licenses.bsd3; @@ -45403,6 +45682,7 @@ self: { version = "1.0.1"; sha256 = "1h6xs56c351137mjc3hdba7yfcw8jy9dvzj0vdrgwm0dprn0xh29"; buildDepends = [ base binary bytestring ghc-prim ]; + jailbreak = true; description = "Generic Data.Binary derivation using GHC generics."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45469,7 +45749,6 @@ self: { generic-deriving hlint mtl nats parallel semigroups simple-reflect split text unordered-containers vector ]; - configureFlags = [ "-ftest-hlint" "-ftest-doctests" ]; homepage = "https://github.com/jfischoff/generic-maybe"; description = "A generic version of Data.Maybe"; license = stdenv.lib.licenses.bsd3; @@ -45494,6 +45773,7 @@ self: { sha256 = "016gg232r453i7grbjg2hb69ww8jqgafnq32f38lv7l81dgzwfxj"; buildDepends = [ base ghc-prim ]; testDepends = [ base ghc-prim hspec QuickCheck ]; + jailbreak = true; description = "Generic implementation of Storable"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45571,6 +45851,7 @@ self: { array base cabal-macosx containers directory filepath GenI graphviz hslogger json mtl process text transformers wx wxcore yaml-light ]; + jailbreak = true; homepage = "http://projects.haskell.org/GenI"; description = "GenI graphical user interface"; license = "GPL"; @@ -45591,6 +45872,7 @@ self: { base blaze-html blaze-markup bytestring cmdargs directory filepath GenI geniserver HTTP http-streams io-streams json text ]; + jailbreak = true; homepage = "http://kowey.github.io/GenI"; description = "Companion tools for use with the GenI surface realiser"; license = stdenv.lib.licenses.gpl2; @@ -45610,6 +45892,7 @@ self: { base binary containers GenI haskell98 HaXml HUnit mtl parsec QuickCheck utf8-string ]; + jailbreak = true; homepage = "http://wiki.loria.fr/wiki/GenI"; description = "Conversion utility for the GenI generator"; license = "GPL"; @@ -45653,6 +45936,7 @@ self: { base bytestring cmdargs GenI http-types json snap-core snap-server text transformers utf8-string ]; + jailbreak = true; description = "Simple HTTP server for GenI results"; license = "GPL"; }) {}; @@ -45664,6 +45948,7 @@ self: { version = "0.1.0.2"; sha256 = "1a9b2h4swfwx5zwcyr2zdhxdxi9f68pwpglijxhxb5javjc4dppr"; buildDepends = [ base MonadRandom syb syz ]; + jailbreak = true; homepage = "http://github.com/jsnajder/genprog"; description = "Genetic programming library"; license = stdenv.lib.licenses.bsd3; @@ -45705,7 +45990,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/NICTA/geodetic"; description = "Geodetic calculations"; license = stdenv.lib.licenses.bsd3; @@ -45724,6 +46008,7 @@ self: { array base dimensional HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/PaulJohnson/geodetics"; description = "Terrestrial coordinate systems and associated calculations"; license = stdenv.lib.licenses.bsd3; @@ -45755,7 +46040,7 @@ self: { testDepends = [ base bytestring directory doctest filepath hlint QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "https://github.com/domdere/hs-geojson"; description = "A thin GeoJSON Layer above the aeson library"; license = stdenv.lib.licenses.bsd3; @@ -45823,9 +46108,6 @@ self: { ]; testDepends = [ base Cabal directory filepath HTF HUnit process ]; buildTools = [ alex happy ]; - configureFlags = [ - "-f-c-runtime" "-fcustom-binary" "-fserver" "-finterrupt" - ]; homepage = "http://www.grammaticalframework.org/"; description = "Grammatical Framework"; license = "unknown"; @@ -45900,6 +46182,7 @@ self: { version = "0.1"; sha256 = "0aw4wnbzfw031xqmq0lpi4zz2md1f43nj921ni91mhdl5xgqcajm"; buildDepends = [ base ghc ]; + jailbreak = true; description = "Explicitly prevent sharing"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45935,6 +46218,7 @@ self: { mtl optparse-applicative parsec SVGFonts template-haskell th-lift transformers ]; + jailbreak = true; description = "Analyze and visualize event logs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -45985,7 +46269,6 @@ self: { base binary bytestring containers ghc template-haskell transformers ]; testDepends = [ base deepseq ]; - configureFlags = [ "-fghc_7_7" "-f-prim-supports-any" ]; postInstall = '' ensureDir "$out/share/ghci" ln -s "$out/share/$pname-$version/ghci" "$out/share/ghci/$pname" @@ -46043,6 +46326,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base parsec process ]; + jailbreak = true; description = "Generate a bash completion from the GHC manpage"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -46120,6 +46404,7 @@ self: { base directory filepath HUnit process QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/23Skidoo/ghc-parmake"; description = "A parallel wrapper for 'ghc --make'"; license = stdenv.lib.licenses.bsd3; @@ -46166,6 +46451,7 @@ self: { buildDepends = [ base Cabal cmdargs filepath parsec process split ]; + jailbreak = true; description = "Simple utility to fix BROKEN package dependencies for cabal-install"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -46178,7 +46464,6 @@ self: { version = "0.3"; sha256 = "1m2ny3f5i1ihvpq0vigpzj701gzrbzdz5h7f41qn37ikp9a6kd5a"; buildDepends = [ base Cabal directory filepath ghc ghc-paths ]; - configureFlags = [ "-f-lib-werror" ]; homepage = "https://github.com/JPMoresmau/ghc-pkg-lib"; description = "Provide library support for ghc-pkg information"; license = stdenv.lib.licenses.bsd3; @@ -46191,7 +46476,6 @@ self: { version = "0.3.1.0"; sha256 = "1726hddr7lyklagni1f7m27yak35ailn1zy6401ripppj3m0f03b"; buildDepends = [ rts ]; - configureFlags = [ "-f-include-ghc-prim" ]; description = "GHC primitives"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -46225,6 +46509,7 @@ self: { version = "0.2.0.0"; sha256 = "0rwx7l89r5yfi1187c0zgx1ph2rsagyvrizb1c0vnbyrwhpbslh0"; buildDepends = [ base ghc ]; + jailbreak = true; homepage = "http://github.com/nominolo/ghc-syb"; description = "Data and Typeable instances for the GHC API"; license = stdenv.lib.licenses.bsd3; @@ -46251,7 +46536,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ attoparsec base containers text time ]; - configureFlags = [ "-f-dump" ]; homepage = "https://github.com/maoe/ghc-time-alloc-prof"; description = "Library for parsing GHC time and allocation profiling reports"; license = stdenv.lib.licenses.bsd3; @@ -46270,7 +46554,6 @@ self: { base cairo containers deepseq fgl ghc-heap-view graphviz gtk mtl svgcairo text transformers xdot ]; - configureFlags = [ "-ffull" "-fgraph" ]; postInstall = '' ensureDir "$out/share/ghci" ln -s "$out/share/$pname-$version/ghci" "$out/share/ghci/$pname" @@ -46287,6 +46570,7 @@ self: { version = "0.1.1"; sha256 = "1jlym5k2d43avkgw7ff3pdaad5j2q5yq803cy74bgy0z69x77v1w"; buildDepends = [ base cairo colour diagrams gtk ]; + jailbreak = true; description = "Display simple diagrams from ghci"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -46305,7 +46589,7 @@ self: { array base bytestring directory filepath ghc ghc-paths haskeline mtl process unix ]; - configureFlags = [ "-fghc-612" "-fnewer-ghc" ]; + jailbreak = true; homepage = "http://code.haskell.org/~judah/ghci-haskeline"; description = "An implementation of ghci using the Haskeline line-input library"; license = stdenv.lib.licenses.bsd3; @@ -46318,6 +46602,7 @@ self: { version = "0.1.0.0"; sha256 = "06lg1czsr6k5h18aks33p2kbahiidhv7xsrv7n1fcvqsgglzgk3z"; buildDepends = [ base ghc MissingH ]; + jailbreak = true; homepage = "http://github.com/gibiansky/IHaskell"; description = "A library for interactively evaluating Haskell code"; license = stdenv.lib.licenses.mit; @@ -46337,6 +46622,7 @@ self: { array base bytestring directory filepath ghc ghc-paths haskeline process transformers unix ]; + jailbreak = true; homepage = "https://github.com/hvr/ghci-ng"; description = "Extended GHCi fork"; license = stdenv.lib.licenses.bsd3; @@ -46398,9 +46684,6 @@ self: { version = "0.1.1.3"; sha256 = "0pdxb2s7fflrh8sbqakv0qi13jkn3d0yc32xhg2944yfjg5fvlly"; buildDepends = [ base glib gtk3 mtl text transformers webkitgtk3 ]; - configureFlags = [ - "-fgtk3" "-f-jsc" "-f-webkit" "-fjsffi" "-f-ghcjs" - ]; description = "DOM library that supports both GHCJS and WebKitGTK"; license = stdenv.lib.licenses.mit; }) {}; @@ -46438,6 +46721,7 @@ self: { text time unix unordered-containers vector wai wai-websockets warp websockets yesod yesod-static ]; + jailbreak = true; homepage = "http://github.com/shapr/ghclive/"; description = "Interactive Haskell interpreter in a browser"; license = stdenv.lib.licenses.bsd3; @@ -46473,7 +46757,6 @@ self: { iteratee-compress mmap mtl old-locale SHA storable-endian time ui-command unix zlib ]; - configureFlags = [ "-fsplitbase" ]; description = "Trivial routines for inspecting git repositories"; license = "GPL"; }) {}; @@ -46539,6 +46822,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ aeson base bytestring conduit http-conduit text ]; + jailbreak = true; homepage = "http://github.com/simonmichael/gist"; description = "A reliable command-line client for gist.github.com"; license = stdenv.lib.licenses.gpl3; @@ -46605,14 +46889,7 @@ self: { buildTools = [ bup curl git gnupg1 lsof openssh perl rsync wget which ]; - configureFlags = [ - "-fAssistant" "-fProduction" "-fnetwork-uri" "-f-ekg" - "-ftorrentparser" "-fdesktopnotify" "-fcryptohash" "-ftahoe" - "-fquvi" "-ffeed" "-ftdfa" "-ftestsuite" "-f-androidsplice" - "-f-android" "-fproduction" "-fdns" "-fxmpp" "-fpairing" - "-fwebapp-secure" "-fwebapp" "-fassistant" "-fdbus" "-finotify" - "-fwebdav" "-fs3" - ]; + configureFlags = [ "-fAssistant" "-fProduction" ]; preConfigure = "export HOME=$TEMPDIR"; checkPhase = '' cp dist/build/git-annex/git-annex git-annex @@ -46640,6 +46917,7 @@ self: { buildDepends = [ base directory filepath optparse-applicative parsec pretty process ]; + jailbreak = true; homepage = "https://github.com/dougalstanton/git-checklist"; description = "Maintain per-branch checklists in Git"; license = "GPL"; @@ -46780,7 +47058,6 @@ self: { optparse-applicative process QuickCheck text time transformers unix unix-compat utf8-string ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://git-repair.branchable.com/"; description = "repairs a damanged git repisitory"; license = "GPL"; @@ -46828,7 +47105,6 @@ self: { base directory filepath hspec process transformers transformers-base unix ]; - configureFlags = [ "-fgpl" ]; homepage = "https://github.com/anchor/git-vogue"; description = "A framework for pre-commit checks"; license = stdenv.lib.licenses.bsd3; @@ -46893,7 +47169,6 @@ self: { unix-compat ]; buildTools = [ git ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/joeyh/github-backup"; description = "backs up everything github knows about a repository, to the repository"; license = "GPL"; @@ -46971,7 +47246,7 @@ self: { random recaptcha safe SHA split syb tagsoup text time uri url utf8-string uuid xhtml xml xss-sanitize zlib ]; - configureFlags = [ "-fplugins" "-fnetwork-uri" ]; + jailbreak = true; homepage = "http://gitit.net"; description = "Wiki using happstack, git or darcs, and pandoc"; license = "GPL"; @@ -47162,6 +47437,7 @@ self: { aeson base directory doctest Glob hspec HUnit process QuickCheck transformers ]; + jailbreak = true; homepage = "https://github.com/myfreeweb/gitson"; description = "A document store library for Git + JSON"; license = stdenv.lib.licenses.asl20; @@ -47180,9 +47456,6 @@ self: { transformers ]; extraLibraries = [ mesa ]; - configureFlags = [ - "-fuseglxgetprocaddress" "-fusenativewindowslibraries" - ]; description = "Complete OpenGL raw bindings"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) mesa;}; @@ -47207,6 +47480,7 @@ self: { buildDepends = [ base glib gtk ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ libglade ]; + jailbreak = true; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the glade library"; license = stdenv.lib.licenses.lgpl21; @@ -47232,6 +47506,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers GLFW-b lens mtl OpenGL ]; + jailbreak = true; homepage = "zyghost.com"; description = "An OpenGL micro framework"; license = stdenv.lib.licenses.gpl2; @@ -47248,7 +47523,6 @@ self: { buildDepends = [ base bytestring containers text utf8-string ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ glib ]; - configureFlags = [ "-fclosure_signals" ]; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GLIB library for Gtk2Hs"; license = stdenv.lib.licenses.lgpl21; @@ -47262,6 +47536,7 @@ self: { sha256 = "1i604gj3ssabr3dcas6gfh20d4psqwl1j4d7wk4p3gy0hvjvr8fb"; buildDepends = [ base containers text ]; testDepends = [ base Cabal containers HUnit text ]; + jailbreak = true; homepage = "https://github.com/klangner/glider-nlp"; description = "Natural Language Processing library"; license = stdenv.lib.licenses.bsd3; @@ -47335,6 +47610,7 @@ self: { version = "1.0.1.1"; sha256 = "0fvhh6q6z114qyi5rhwzxhrlqfhx6af97187b49lyvx2k9zkzvzp"; buildDepends = [ base containers stm ]; + jailbreak = true; description = "Namespaced, global, and top-level mutable variables without unsafePerformIO"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -47353,6 +47629,7 @@ self: { array base GlomeTrace GlomeVec GLUT haskell98 OpenGL parallel random time ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/Glome"; description = "ray tracer"; license = "GPL"; @@ -47369,7 +47646,7 @@ self: { buildDepends = [ base bmp bytestring containers ghc-prim gloss-rendering GLUT OpenGL ]; - configureFlags = [ "-f-explicitbackend" "-f-glfw" "-fglut" ]; + jailbreak = true; homepage = "http://gloss.ouroborus.net"; description = "Painless 2D vector graphics, animations and simulations"; license = stdenv.lib.licenses.mit; @@ -47383,7 +47660,7 @@ self: { sha256 = "1nj2rnp2bg3xmi4xbaws9jc7qx3b4qqg9fyvfv13xdav28d7iqb0"; editedCabalFile = "3c0195c2208cb3c6786b8d1f27a17f5249af3797f6a37af410e95f23d03fb8d6"; buildDepends = [ accelerate accelerate-cuda base gloss ]; - configureFlags = [ "-fcuda" ]; + jailbreak = true; description = "Extras to interface Gloss and Accelerate"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -47407,6 +47684,7 @@ self: { version = "0.1.0.4"; sha256 = "0zzpdryfcqvxpzv53ymsvkm2nza9ryvzqgf3n89pnvrni91avgj3"; buildDepends = [ base gloss reactive-banana ]; + jailbreak = true; homepage = "https://github.com/Twey/gloss-banana"; description = "An Interface for gloss in terms of a reactive-banana Behavior"; license = stdenv.lib.licenses.gpl3; @@ -47500,7 +47778,7 @@ self: { buildDepends = [ accelerate accelerate-cuda base gloss gloss-accelerate ]; - configureFlags = [ "-fcuda" ]; + jailbreak = true; description = "Parallel rendering of raster images using Accelerate"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -47512,6 +47790,7 @@ self: { version = "1.9.2.1"; sha256 = "05wdiadwjykz8x0fimznp3q1drm4v3vnv6cv6wjkj1xsclmhb99k"; buildDepends = [ base bmp bytestring containers GLUT OpenGL ]; + jailbreak = true; description = "Gloss picture data types and rendering functions"; license = stdenv.lib.licenses.mit; }) {}; @@ -47523,6 +47802,7 @@ self: { version = "0.1.0.0"; sha256 = "0ygjqzb1pn092j0d0gcwhxdv940rdlvpaj1gxa347mdgvp4jb9za"; buildDepends = [ base gloss sodium ]; + jailbreak = true; homepage = "https://github.com/Twey/gloss-sodium"; description = "A Sodium interface to the Gloss drawing package"; license = stdenv.lib.licenses.agpl3; @@ -47578,6 +47858,7 @@ self: { ad array base gtk gtkglext mtl OpenGL OpenGLRaw parsec priority-queue qd reflection Vec ]; + jailbreak = true; description = "Mandelbrot Set explorer using GTK"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -47622,6 +47903,7 @@ self: { buildDepends = [ array base containers glib gtk haskell98 mtl ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ gnome_vfs gnome_vfs_module ]; + jailbreak = true; homepage = "http://www.haskell.org/gtk2hs/"; description = "Binding to the GNOME Virtual File System library"; license = "GPL"; @@ -47658,10 +47940,6 @@ self: { deepseq filepath old-locale process temporary time transformers utility-ht ]; - configureFlags = [ - "-f-executeshell" "-f-executepipe" "-f-buildexamples" - "-f-buildtests" "-fsplitbase" - ]; homepage = "http://www.haskell.org/haskellwiki/Gnuplot"; description = "2D and 3D plots using gnuplot"; license = stdenv.lib.licenses.bsd3; @@ -47723,6 +48001,7 @@ self: { base cairo containers directory filepath goatee gtk mtl parsec ]; testDepends = [ base HUnit ]; + jailbreak = true; homepage = "http://khumba.net/projects/goatee"; description = "A monadic take on a 2,500-year-old board game - GTK+ UI"; license = stdenv.lib.licenses.agpl3; @@ -47788,6 +48067,7 @@ self: { base blaze-html cmdargs data-default hamlet pandoc shakespeare-css syb text time ]; + jailbreak = true; description = "Google HTML5 Slide generator"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -47850,6 +48130,7 @@ self: { aeson attoparsec base bytestring containers enumerator haskell98 http-enumerator http-types mtl text time timerep transformers url ]; + jailbreak = true; homepage = "http://github.com/michaelxavier/GooglePlus"; description = "Haskell implementation of the Google+ API v1"; license = stdenv.lib.licenses.bsd3; @@ -47931,6 +48212,7 @@ self: { base GPX hxt QuickCheck statistics test-framework test-framework-quickcheck2 time vector xsd ]; + jailbreak = true; description = "For manipulating GPS coordinates and trails"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -47951,6 +48233,7 @@ self: { filepath gd gps GPX hsmagick html http-enumerator process random tar time xsd ]; + jailbreak = true; homepage = "https://github.com/robstewart57/Gps2HtmlReport"; description = "GPS to HTML Summary Report"; license = stdenv.lib.licenses.bsd3; @@ -47968,6 +48251,7 @@ self: { attoparsec base conduit filepath monad-control old-locale text time void xml-conduit xml-types ]; + jailbreak = true; description = "Read GPX files using conduits"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -47984,6 +48268,7 @@ self: { testDepends = [ base directory filepath hspec network process stm unix ]; + jailbreak = true; description = "Library to write graceful shutdown / upgrade service"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -48034,6 +48319,7 @@ self: { buildDepends = [ arrows base containers fingertree semigroups TypeCompose ]; + jailbreak = true; homepage = "http://grapefruit-project.org/"; description = "Functional Reactive Programming core"; license = stdenv.lib.licenses.bsd3; @@ -48161,6 +48447,7 @@ self: { base base-unicode-symbols GLUT graph-rewriting graph-rewriting-gl graph-rewriting-layout OpenGL parsec ]; + jailbreak = true; homepage = "http://rochel.info/#graph-rewriting"; description = "Interactive graph rewriting system implementing various well-known combinators"; license = stdenv.lib.licenses.bsd3; @@ -48178,6 +48465,7 @@ self: { AC-Vector base base-unicode-symbols containers GLUT graph-rewriting graph-rewriting-layout OpenGL ]; + jailbreak = true; homepage = "http://rochel.info/#graph-rewriting"; description = "OpenGL interface for interactive port graph rewriting"; license = stdenv.lib.licenses.bsd3; @@ -48199,6 +48487,7 @@ self: { graph-rewriting-layout graph-rewriting-strategies IndentParser OpenGL parsec ]; + jailbreak = true; homepage = "http://rochel.info/#graph-rewriting"; description = "Lambdascope, an optimal evaluator of the lambda calculus, as an interactive graph-rewriting system"; license = stdenv.lib.licenses.bsd3; @@ -48234,6 +48523,7 @@ self: { base base-unicode-symbols GLUT graph-rewriting graph-rewriting-gl graph-rewriting-layout OpenGL parsec ]; + jailbreak = true; homepage = "http://rochel.info/#graph-rewriting"; description = "Two evalutors of the SKI combinator calculus as interactive graph rewrite systems"; license = stdenv.lib.licenses.bsd3; @@ -48271,6 +48561,7 @@ self: { graph-rewriting graph-rewriting-gl graph-rewriting-layout OpenGL uu-parsinglib ]; + jailbreak = true; homepage = "http://rochel.info/#graph-rewriting"; description = "Evaluate first-order applicative term rewrite systems interactively using graph reduction"; license = stdenv.lib.licenses.bsd3; @@ -48291,6 +48582,7 @@ self: { base base-unicode-symbols GLUT graph-rewriting graph-rewriting-gl graph-rewriting-layout IndentParser OpenGL parsec ]; + jailbreak = true; homepage = "http://rochel.info/#graph-rewriting"; description = "Evaluator of the lambda-calculus in an interactive graph rewriting system with explicit sharing"; license = stdenv.lib.licenses.bsd3; @@ -48319,6 +48611,7 @@ self: { buildDepends = [ base containers fgl mtl parsec syb template-haskell ]; + jailbreak = true; homepage = "http://github.com/konn/graph-utils/"; description = "A simple wrapper & quasi quoter for fgl"; license = stdenv.lib.licenses.bsd3; @@ -48365,6 +48658,7 @@ self: { base containers mtl QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/tel/graphbuilder"; description = "A declarative, monadic graph construction language for small graphs"; license = stdenv.lib.licenses.mit; @@ -48382,6 +48676,7 @@ self: { base bifunctors containers hashable lens-family lens-family-core mtl transformers ]; + jailbreak = true; homepage = "https://github.com/5outh/graphene"; description = "A minimal Graph Theory library"; license = stdenv.lib.licenses.mit; @@ -48396,7 +48691,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bitmap FTGL OpenGL stb-image ]; - configureFlags = [ "-f-examples" "-fftgl" ]; + jailbreak = true; homepage = "http://github.com/luqui/graphics-drawingcombinators"; description = "A functional interface to 2D drawing in OpenGL"; license = stdenv.lib.licenses.bsd3; @@ -48413,6 +48708,7 @@ self: { buildDepends = [ base bitmap-opengl containers hxt OpenGL stb-image transformers ]; + jailbreak = true; homepage = "http://github.com/luqui/collada"; description = "Load 3D geometry in the COLLADA format"; license = stdenv.lib.licenses.bsd3; @@ -48511,7 +48807,6 @@ self: { polyparse process temporary text transformers wl-pprint-text ]; testDepends = [ base containers fgl filepath QuickCheck text ]; - configureFlags = [ "-f-test-parsing" ]; homepage = "http://projects.haskell.org/graphviz/"; description = "Bindings to Graphviz for graph visualisation"; license = stdenv.lib.licenses.bsd3; @@ -48556,6 +48851,7 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/mhwombat/gray-extended"; description = "Gray encoding schemes"; license = stdenv.lib.licenses.bsd3; @@ -48598,7 +48894,6 @@ self: { buildDepends = [ base binary bytestring clock hostname network stm system-uuid time ]; - configureFlags = [ "-f-debug" ]; homepage = "http://code.google.com/p/greg/"; description = "A scalable distributed logger with a high-precision global time axis"; license = stdenv.lib.licenses.bsd3; @@ -48684,7 +48979,6 @@ self: { groundhog-sqlite groundhog-th mtl regex-compat syb template-haskell text time transformers ]; - configureFlags = [ "-f-mysql" "-f-postgresql" "-fsqlite" ]; homepage = "http://github.com/lykahb/groundhog"; description = "Type-safe datatype-database mapping library"; license = stdenv.lib.licenses.bsd3; @@ -48828,6 +49122,7 @@ self: { regex-compat text transformers-base unordered-containers vector wai wai-extra warp ]; + jailbreak = true; homepage = "http://github.com/iand675/growler"; description = "A revised version of the scotty library that attempts to be simpler and more performant"; license = stdenv.lib.licenses.mit; @@ -48848,7 +49143,7 @@ self: { base bytestring containers directory filepath FTGL gtk gtkglext mtl old-locale OpenGL OpenGLRaw parallel qd qd-vec ruff time Vec ]; - configureFlags = [ "-f-mpfr" ]; + jailbreak = true; description = "fractal explorer GUI using the ruff library"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -48867,7 +49162,7 @@ self: { base containers data-memocombinators filepath gruff qd qd-vec random ruff Vec ]; - configureFlags = [ "-f-mpfr" ]; + jailbreak = true; description = "Mandelbrot Set examples using ruff and gruff"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -48933,6 +49228,7 @@ self: { buildDepends = [ base containers mtl parsec permute sindre text X11 ]; + jailbreak = true; homepage = "http://sigkill.dk/programs/gsmenu"; description = "A visual generic menu"; license = stdenv.lib.licenses.bsd3; @@ -48954,6 +49250,7 @@ self: { gstreamer gstreamer-audio gstreamer-base gstreamer-controller gstreamer-dataprotocol gstreamer-net gstreamer-plugins-base ]; + jailbreak = true; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GStreamer open source multimedia framework"; license = stdenv.lib.licenses.lgpl21; @@ -48976,7 +49273,6 @@ self: { base containers extensible-exceptions haskeline HTTP json mtl unix url utf8-string ]; - configureFlags = [ "-f-gui" ]; homepage = "http://github.com/styx/gtc"; description = "Console and GUI interface for Google Translate service"; license = "GPL"; @@ -49007,9 +49303,6 @@ self: { ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ glib gtk ]; - configureFlags = [ - "-ffmode-binary" "-f-have-quartz-gtk" "-fhave-gio" "-fdeprecated" - ]; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the Gtk+ graphical user interface library"; license = stdenv.lib.licenses.lgpl21; @@ -49066,6 +49359,7 @@ self: { sha256 = "0gh8kwd9758ws941xbxhrm3144pmnqln0md5r6vjbq7s1x54bsrf"; buildDepends = [ array base containers glib gtk haskell98 mtl ]; pkgconfigDepends = [ gtk ]; + jailbreak = true; homepage = "http://www.haskell.org/gtk2hs/"; description = "GTK+ Serialized event"; license = stdenv.lib.licenses.lgpl21; @@ -49102,6 +49396,7 @@ self: { version = "0.2.0"; sha256 = "0zf3k0c5h5wcgkqr8np5kvgz4c9nha86k5whsn4f1wk0ikj98dfq"; buildDepends = [ base containers gtk ]; + jailbreak = true; description = "Convenient Gtk canvas with mouse and keyboard input"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -49134,7 +49429,6 @@ self: { random ]; buildTools = [ alex happy ]; - configureFlags = [ "-fclosuresignals" ]; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Tools to build the Gtk2Hs suite of User Interface libraries"; license = stdenv.lib.licenses.gpl2; @@ -49259,6 +49553,7 @@ self: { version = "0.2.1"; sha256 = "01wikd60b48qcz6vk31kwfkpkf2za5laxbhdyns45s90lvr98rvi"; buildDepends = [ base cairo glib gtk mtl ]; + jailbreak = true; description = "Adds a module to gtk2hs allowing layouts to be defined using reverse polish notation"; license = "LGPL"; }) {}; @@ -49280,9 +49575,6 @@ self: { ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ glib gtk3 ]; - configureFlags = [ - "-ffmode-binary" "-f-build-demos" "-fhave-gio" - ]; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the Gtk+ graphical user interface library"; license = stdenv.lib.licenses.lgpl21; @@ -49315,7 +49607,7 @@ self: { buildDepends = [ base glib gtk pango ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ gtkglext pangox_compat ]; - configureFlags = [ "-f-use-deprecated" "-f-have-quartz-gtk" ]; + jailbreak = true; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GTK+ OpenGL Extension"; license = stdenv.lib.licenses.lgpl21; @@ -49333,6 +49625,7 @@ self: { buildDepends = [ array base containers glib gtk haskell98 mtl ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ gtkimageview ]; + jailbreak = true; homepage = "http://www.haskell.org/gtk2hs/"; description = "Binding to the GtkImageView library"; license = stdenv.lib.licenses.lgpl21; @@ -49421,6 +49714,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cairo containers filepath gtk ]; + jailbreak = true; homepage = "http://gitorious.org/maximus/gulcii"; description = "graphical untyped lambda calculus interactive interpreter"; license = stdenv.lib.licenses.gpl2; @@ -49490,7 +49784,6 @@ self: { base MonadRandom mtl text transformers vty vty-ui ]; testDepends = [ base HUnit MonadRandom mtl transformers ]; - configureFlags = [ "-fvty" "-fexe" ]; homepage = "https://github.com/Javran/h2048"; description = "a haskell implementation of Game 2048"; license = stdenv.lib.licenses.mit; @@ -49548,7 +49841,6 @@ self: { buildDepends = [ base monads-tf transformers vector ]; buildTools = [ c2hs ]; extraLibraries = [ csound64 libsndfile ]; - configureFlags = [ "-fuseframework" "-fusedouble" "-fsplitbase" ]; description = "interface to CSound API"; license = "LGPL"; }) { csound64 = null; inherit (pkgs) libsndfile;}; @@ -49660,9 +49952,6 @@ self: { iterable mmap mtl Octree parallel QuickCheck tagged template-haskell text vector zlib ]; - configureFlags = [ - "-f-have-text-format" "-fhave-sse2" "-fhave-mmap" - ]; homepage = "https://github.com/BioHaskell/hPDB"; description = "Protein Databank file format library"; license = stdenv.lib.licenses.bsd3; @@ -49701,6 +49990,7 @@ self: { version = "0.1.1"; sha256 = "1qz1hd05fhh9vfjxmmnl9qs29hjl2qdyvfi9h687dp1dvk36j7ns"; buildDepends = [ aeson base bytestring http-conduit network ]; + jailbreak = true; homepage = "https://github.com/WJWH/hPushover"; description = "Pushover.net API functions."; license = stdenv.lib.licenses.bsd3; @@ -49744,7 +50034,6 @@ self: { base bytestring Crypto dataenc HTTP hxt MissingH network network-uri old-locale old-time random regex-compat utf8-string ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://gregheartsfield.com/hS3/"; description = "Interface to Amazon's Simple Storage Service (S3)"; license = stdenv.lib.licenses.bsd3; @@ -49762,6 +50051,7 @@ self: { base bytestring Crypto dataenc HTTP hxt network old-locale old-time utf8-string ]; + jailbreak = true; description = "Interface to Amazon's SimpleDB service"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -49774,6 +50064,7 @@ self: { sha256 = "05l9nlrwpb9gwgj8z48paxx46lkasa82naiq7armi98salk1a9ip"; buildDepends = [ base bytestring ]; testDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/mgajda/hTalos"; description = "Parser, print and manipulate structures in PDB file format"; license = stdenv.lib.licenses.bsd3; @@ -49917,6 +50208,7 @@ self: { version = "0.2.0.2"; sha256 = "0pm8vs94dbaahqrdwfffwa1jb9ghyjnq48sirlw1dj2gcsa3np2x"; buildDepends = [ base bytestring hack ]; + jailbreak = true; homepage = "http://github.com/snoyberg/hack-handler-cgi/tree/master"; description = "Hack handler using CGI protocol. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -49965,6 +50257,7 @@ self: { sha256 = "02slh33r9qy8q0vpi4s4vvf5lmb14ypk8bixdicvxakahjvxhanr"; buildDepends = [ base bytestring hack hack-handler-cgi ]; extraLibraries = [ fcgi ]; + jailbreak = true; homepage = "http://github.com/snoyberg/hack-handler-fastcgi/tree/master"; description = "Hack handler direct to fastcgi (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -50026,6 +50319,7 @@ self: { buildDepends = [ base bytestring failure hack network web-encodings ]; + jailbreak = true; homepage = "http://github.com/snoyberg/hack-handler-simpleserver/tree/master"; description = "A simplistic HTTP server handler for Hack. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -50111,7 +50405,6 @@ self: { air base bytestring containers data-default directory filepath hack2 network-uri old-locale text time ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/nfjinjing/hack2-contrib"; description = "Hack2 contrib"; license = stdenv.lib.licenses.bsd3; @@ -50147,6 +50440,7 @@ self: { base bytestring cgi containers data-default enumerator hack2 happstack-server mtl network ]; + jailbreak = true; homepage = "https://github.com/nfjinjing/hack2-handler-happstack-server"; description = "Hack2 Happstack server handler"; license = stdenv.lib.licenses.bsd3; @@ -50256,6 +50550,7 @@ self: { ansi-terminal async attoparsec base Cabal cpphs directory filepath haskell-src-exts HTTP mtl process text ]; + jailbreak = true; homepage = "https://github.com/blitzcode/hackage-diff"; description = "Compare the public API of different versions of a Hackage library"; license = stdenv.lib.licenses.mit; @@ -50275,7 +50570,6 @@ self: { base bytestring containers directory download-curl filepath gnuplot old-locale old-time parsedate ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/hackage-plot"; description = "Generate cumulative graphs of hackage uploads"; license = stdenv.lib.licenses.bsd3; @@ -50338,11 +50632,7 @@ self: { vector xml zlib ]; buildTools = [ alex happy ]; - configureFlags = [ - "-f-test-create-user" "-f-build-hackage-import" - "-fbuild-hackage-build" "-fbuild-hackage-mirror" - "-fbuild-hackage-server" "-f-debug" "-f-minimal" - ]; + jailbreak = true; description = "The Hackage web server"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -50361,7 +50651,6 @@ self: { base bytestring directory download filepath hsparklines old-locale old-time parsedate tagsoup ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/hackage-sparks"; description = "Generate sparkline graphs of hackage statistics"; license = stdenv.lib.licenses.bsd3; @@ -50467,7 +50756,6 @@ self: { base bytestring containers deepseq directory extensible-exceptions filepath HUnit mtl pretty process time unix xml ]; - configureFlags = [ "-fsplit-base" ]; description = "Hackage and Portage integration tool"; license = "GPL"; }) {}; @@ -50484,6 +50772,7 @@ self: { base containers monad-control mtl resourcet stm stm-chans transformers-base ]; + jailbreak = true; homepage = "https://github.com/Forkk/hactor"; description = "Lightweight Erlang-style actors for Haskell"; license = stdenv.lib.licenses.mit; @@ -50496,6 +50785,7 @@ self: { version = "0.0.3.1"; sha256 = "0nxcl3v9gnnyjzdpk30m2pmrhwcva9rky2dxrj4nnkr67ajm2dj0"; buildDepends = [ base stm ]; + jailbreak = true; homepage = "https://github.com/treep/hactors"; description = "Practical actors for Haskell"; license = stdenv.lib.licenses.mit; @@ -50513,7 +50803,6 @@ self: { isExecutable = true; buildDepends = [ base haddock-api ]; testDepends = [ base Cabal directory filepath process ]; - configureFlags = [ "-f-in-ghc-tree" ]; preCheck = "unset GHC_PACKAGE_PATH"; homepage = "http://www.haskell.org/haddock/"; description = "A documentation-generation tool for Haskell libraries"; @@ -50551,7 +50840,7 @@ self: { buildDepends = [ array base Cabal containers directory filepath ghc ghc-paths pretty ]; - configureFlags = [ "-f-in-ghc-tree" ]; + jailbreak = true; homepage = "http://www.haskell.org/haddock/"; description = "A documentation-generation tool for Haskell libraries"; license = stdenv.lib.licenses.bsd3; @@ -50628,6 +50917,7 @@ self: { protobuf socks stm text transformers unix unordered-containers vector xmlhtml ]; + jailbreak = true; homepage = "http://github.com/jystic/hadoop-rpc"; description = "Use the Hadoop RPC interface from Haskell"; license = stdenv.lib.licenses.asl20; @@ -50655,6 +50945,7 @@ self: { attoparsec base bytestring hadoop-rpc tasty tasty-hunit tasty-quickcheck vector ]; + jailbreak = true; homepage = "http://github.com/jystic/hadoop-tools"; description = "Fast command line tools for working with Hadoop"; license = stdenv.lib.licenses.asl20; @@ -50730,7 +51021,7 @@ self: { http-client http-client-tls http-types tagsoup text time transformers ]; - configureFlags = [ "-fnewtime" ]; + jailbreak = true; description = "Mailgun REST api interface for Haskell"; license = stdenv.lib.licenses.mit; }) {}; @@ -50744,6 +51035,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring configurator hailgun text ]; + jailbreak = true; description = "A program to send emails throught the Mailgun api"; license = stdenv.lib.licenses.mit; }) {}; @@ -50778,6 +51070,7 @@ self: { test-framework-hunit test-framework-quickcheck2 text time unix wai wai-test ]; + jailbreak = true; description = "Multi-app web platform framework"; license = stdenv.lib.licenses.mit; broken = true; @@ -50797,6 +51090,7 @@ self: { base bson bytestring containers ghc-paths hails iterIO iterio-server mongoDB mtl ]; + jailbreak = true; description = "Dynamic launcher of Hails applications"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -50821,6 +51115,7 @@ self: { testDepends = [ base hspec http-types mtl persistent scotty time wai wai-extra ]; + jailbreak = true; homepage = "https://github.com/tfausak/hairy"; description = "A JSON REST API"; license = stdenv.lib.licenses.mit; @@ -50850,6 +51145,7 @@ self: { statistics test-framework test-framework-hunit test-framework-quickcheck2 vector ]; + jailbreak = true; homepage = "http://indiana.edu/~ppaml/"; description = "A probabilistic programming embedded DSL"; license = stdenv.lib.licenses.bsd3; @@ -50880,6 +51176,7 @@ self: { version = "0.1"; sha256 = "1ddmnzan16vn0fbp1fgsidahayihhr0vw8saypdqq7lnhqw8j9d4"; buildDepends = [ base HTTP network ]; + jailbreak = true; homepage = "https://code.reaktor42.de/projects/hakismet"; description = "Akismet spam protection library"; license = stdenv.lib.licenses.mit; @@ -50897,6 +51194,7 @@ self: { base haskell-src-meta parsec template-haskell text transformers ]; testDepends = [ base QuickCheck ]; + jailbreak = true; description = "A mako-like quasi-quoter template library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -50933,9 +51231,6 @@ self: { system-filepath tagsoup test-framework test-framework-hunit test-framework-quickcheck2 text time ]; - configureFlags = [ - "-fcheckexternal" "-fwatchserver" "-fpreviewserver" - ]; homepage = "http://jaspervdj.be/hakyll"; description = "A static website compiler library"; license = stdenv.lib.licenses.bsd3; @@ -50965,6 +51260,7 @@ self: { version = "0.1.1.0"; sha256 = "11dl3rqls2yxkmycx63xr1cix4adk6b29sbwr4v5n48bqamr7p1j"; buildDepends = [ base blaze-html blaze-markup hakyll ]; + jailbreak = true; description = "Blaze templates for Hakyll"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -50978,6 +51274,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base directory filepath hakyll pandoc ]; + jailbreak = true; homepage = "http://jaspervdj.be/hakyll"; description = "Extra modules for the hakyll website compiler"; license = stdenv.lib.licenses.bsd3; @@ -51010,6 +51307,7 @@ self: { testDepends = [ base binary QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "A hakyll library that helps maintain a separate links database"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -51041,6 +51339,7 @@ self: { version = "0.2.1"; sha256 = "0bgwcxarsa40aylvg4cc7ha5y87xklkc4ifwd17l69l4xbb4iqpk"; buildDepends = [ base blaze-html blaze-markup Elm hakyll mtl ]; + jailbreak = true; homepage = "https://github.com/maxsnew/hakyll-elm"; description = "Hakyll wrapper for the Elm compiler"; license = stdenv.lib.licenses.bsd3; @@ -51066,6 +51365,7 @@ self: { haskell-src-exts HUnit mtl split tagged test-framework test-framework-hunit ]; + jailbreak = true; homepage = "http://github.com/haskell-suite/halberd/"; description = "A tool to generate missing import statements for Haskell modules"; license = stdenv.lib.licenses.bsd3; @@ -51098,7 +51398,7 @@ self: { array base bytestring cereal containers directory filepath fingertree HFuse mtl QuickCheck random time unix ]; - configureFlags = [ "-fbuild-tests" ]; + jailbreak = true; description = "The HAskelL File System (\"halfs\" -- intended for use on the HaLVM)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -51110,6 +51410,7 @@ self: { version = "2.4.1"; sha256 = "1anyf6mh13rmj5a0lsayrcxzvm3zk0a2943pzkgz06y3aqgmcbdb"; buildDepends = [ base directory HaXml pandoc ]; + jailbreak = true; homepage = "http://github.com/peti/halipeto"; description = "Haskell Static Web Page Generator"; license = "GPL"; @@ -51165,6 +51466,7 @@ self: { base bytestring containers directory filepath Glob preprocessor-tools ]; + jailbreak = true; description = "Haskell macro preprocessor"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -51195,6 +51497,7 @@ self: { base containers directory filepath haskore HaXml musicxml non-negative process ]; + jailbreak = true; homepage = "https://troglodita.di.uminho.pt/svn/musica/work/HaMusic"; description = "Library to handle abstract music"; license = stdenv.lib.licenses.bsd3; @@ -51277,10 +51580,6 @@ self: { base blaze-html blaze-markup bytestring cereal containers fingertree HTTP monadLib old-locale random time unix ]; - configureFlags = [ - "-f-word32-in-random" "-fweb-server" "-f-example" "-f-enable-tests" - "-f-bounded-channels" - ]; description = "IPv4 Network Stack"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -51304,6 +51603,7 @@ self: { version = "0.1.0.0"; sha256 = "07jspsi8y921n5m5ar93w4gqaff4mjx79ss416ccm4s1k4l2km0b"; buildDepends = [ base bytestring hans pfq ]; + jailbreak = true; homepage = "https://github.com/tolysz/hans-pfq"; description = "Driver for real ethernet devices for HaNS"; license = stdenv.lib.licenses.bsd3; @@ -51338,6 +51638,7 @@ self: { buildDepends = [ array base bytestring containers glib gtk mtl ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ appindicator ]; + jailbreak = true; description = "Binding to the appindicator library"; license = stdenv.lib.licenses.lgpl21; }) { appindicator = null;}; @@ -51352,7 +51653,6 @@ self: { isExecutable = true; buildDepends = [ base glib gtk3 text ]; pkgconfigDepends = [ appindicator ]; - configureFlags = [ "-f-demo" ]; homepage = "https://github.com/mlacorte/happindicator3"; description = "Binding to the appindicator library"; license = stdenv.lib.licenses.lgpl21; @@ -51418,7 +51718,7 @@ self: { HStringTemplateHelpers HTTP mtl old-time parsec pretty pureMD5 safe syb ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; description = "A Happstack Tutorial that is its own web 2.0-type demo."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -51432,7 +51732,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base happstack-server ]; - configureFlags = [ "-f-tests" "-fbase4" ]; + jailbreak = true; homepage = "http://happstack.com"; description = "The haskell application server stack + code generation"; license = stdenv.lib.licenses.bsd3; @@ -51452,6 +51752,7 @@ self: { happstack-ixset happstack-server happstack-state mtl old-time random ]; + jailbreak = true; homepage = "http://n-sch.de/happstack-auth"; description = "A Happstack Authentication Suite"; license = stdenv.lib.licenses.bsd3; @@ -51492,6 +51793,7 @@ self: { base bytestring cereal clientsession happstack-server monad-control mtl safecopy transformers-base ]; + jailbreak = true; homepage = "http://happstack.com"; description = "client-side session data"; license = stdenv.lib.licenses.bsd3; @@ -51513,7 +51815,7 @@ self: { happstack-server happstack-state happstack-util HTTP HUnit mtl network old-time syb unix ]; - configureFlags = [ "-f-tests" "-fbase4" ]; + jailbreak = true; homepage = "http://happstack.com"; description = "Web related tools and services"; license = stdenv.lib.licenses.bsd3; @@ -51534,9 +51836,7 @@ self: { base binary bytestring containers mtl pretty syb syb-with-class syb-with-class-instances-text template-haskell text time ]; - configureFlags = [ - "-f-new-haxml" "-f-old-haxml" "-f-tests" "-fbase4" - ]; + jailbreak = true; homepage = "http://happstack.com"; description = "Happstack data manipulation libraries"; license = stdenv.lib.licenses.bsd3; @@ -51582,7 +51882,6 @@ self: { web-routes-mtl ]; buildTools = [ trhsx ]; - configureFlags = [ "-f-formlets" "-fbase4" ]; homepage = "http://src.seereason.com/happstack-facebook/"; description = "A package for building Facebook applications using Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51615,6 +51914,7 @@ self: { buildDepends = [ aeson base fay happstack-fay-ajax happstack-server mtl ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Support for using Fay with Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51627,6 +51927,7 @@ self: { version = "0.2.0"; sha256 = "0zdkvvmywnfvqg5jdvf29qczzxmprvspxj0r1vj46fd6vld53j4j"; buildDepends = [ fay-base fay-jquery ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Support for using Fay with Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51659,6 +51960,7 @@ self: { version = "7.0.4"; sha256 = "1l12gyyqzblb9psk6692r9xw640jxzyxqldfyg2yrzz8y0zi649a"; buildDepends = [ base happstack-server shakespeare text ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Support for Hamlet HTML templates in Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51676,6 +51978,7 @@ self: { base blaze-builder bytestring either filepath happstack-server heist mtl text ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Support for using Heist templates in Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51700,7 +52003,7 @@ self: { MissingH mtl network old-time parsec PBKDF2 pureMD5 random safe syb text utf8-string ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; homepage = "http://patch-tag.com/r/tphyahoo/HAppSHelpers/home"; description = "Convenience functions for Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51734,6 +52037,7 @@ self: { buildDepends = [ base bytestring happstack-server hslogger HStringTemplate mtl ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Support for using HStringTemplate in Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51753,7 +52057,7 @@ self: { base containers happstack-data happstack-util mtl syb syb-with-class template-haskell ]; - configureFlags = [ "-f-tests" "-fbase4" ]; + jailbreak = true; homepage = "http://happstack.com"; description = "Efficient relational queries on Haskell sets"; license = stdenv.lib.licenses.bsd3; @@ -51772,6 +52076,7 @@ self: { base base64-bytestring bytestring cereal digest happstack-server jmacro text utf8-string wl-pprint-text ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Support for using JMacro with Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51815,7 +52120,7 @@ self: { buildDepends = [ base happstack-server mtl plugins-auto template-haskell th-lift ]; - configureFlags = [ "-f-tests" "-fbase4" ]; + jailbreak = true; homepage = "http://happstack.com"; description = "The haskell application server stack + reload"; license = stdenv.lib.licenses.bsd3; @@ -51841,7 +52146,6 @@ self: { transformers transformers-base unix utf8-string xhtml zlib ]; testDepends = [ base bytestring containers HUnit parsec zlib ]; - configureFlags = [ "-fnetwork-uri" "-ftemplate_haskell" ]; homepage = "http://happstack.com"; description = "Web related tools and services"; license = stdenv.lib.licenses.bsd3; @@ -51882,7 +52186,7 @@ self: { filepath happstack-data happstack-util hslogger mtl old-time random stm syb template-haskell unix ]; - configureFlags = [ "-f-replication" "-f-tests" "-fbase4" ]; + jailbreak = true; homepage = "http://happstack.com"; description = "Event-based distributed state"; license = stdenv.lib.licenses.bsd3; @@ -51921,7 +52225,7 @@ self: { hslogger mtl network old-locale old-time parsec process random template-haskell time unix unix-compat ]; - configureFlags = [ "-f-tests" "-fbase4" ]; + jailbreak = true; homepage = "http://happstack.com"; description = "Web framework"; license = stdenv.lib.licenses.bsd3; @@ -51943,7 +52247,7 @@ self: { template-haskell text web-routes web-routes-boomerang web-routes-happstack web-routes-th ]; - configureFlags = [ "-f-embed" ]; + jailbreak = true; homepage = "http://hub.darcs.net/dag/yui/browse/happstack-yui"; description = "Utilities for using YUI3 with Happstack"; license = stdenv.lib.licenses.bsd3; @@ -51961,7 +52265,6 @@ self: { buildDepends = [ array base containers mtl ]; testDepends = [ base process ]; buildTools = [ perl ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://www.haskell.org/happy/"; description = "Happy is a parser generator for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -51995,6 +52298,7 @@ self: { aeson base filepath http-types lifted-base monad-control mtl text time transformers transformers-base ]; + jailbreak = true; homepage = "https://github.com/cstrahan/happybara"; description = "Acceptance test framework for web applications"; license = stdenv.lib.licenses.mit; @@ -52015,6 +52319,7 @@ self: { filepath happybara http-types lifted-base monad-control mtl network process text time transformers transformers-base vector word8 ]; + jailbreak = true; homepage = "https://github.com/cstrahan/happybara/happybara-webkit"; description = "WebKit Happybara driver"; license = stdenv.lib.licenses.mit; @@ -52027,6 +52332,7 @@ self: { version = "0.0.1"; sha256 = "0vh9ig9mvg12qgysk7gbqwiib3m2ciwi10asb1i0x25xjp585shi"; buildDepends = [ base directory filepath process ]; + jailbreak = true; homepage = "https://github.com/cstrahan/happybara/happybara-webkit-server"; description = "WebKit Server binary for Happybara (taken from capybara-webkit)"; license = stdenv.lib.licenses.mit; @@ -52080,6 +52386,7 @@ self: { base bindings-DSL monad-control resourcet transformers ]; pkgconfigDepends = [ groonga ]; + jailbreak = true; description = "Low level bindings for Groonga"; license = stdenv.lib.licenses.lgpl21; }) { groonga = null;}; @@ -52122,7 +52429,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base QuickCheck ]; - configureFlags = [ "-f-test" ]; homepage = "http://github.com/nonowarn/has"; description = "Entity based records"; license = stdenv.lib.licenses.bsd3; @@ -52169,6 +52475,7 @@ self: { base bytestring hascat-lib hascat-setup hascat-system HaXml haxr html HTTP network unix ]; + jailbreak = true; description = "Hascat Web Server"; license = "unknown"; }) {}; @@ -52186,6 +52493,7 @@ self: { base bytestring containers directory haskell98 HaXml html HTTP mtl network old-locale old-time parsec plugins xhtml ]; + jailbreak = true; description = "Hascat Package"; license = "unknown"; }) {}; @@ -52219,6 +52527,7 @@ self: { base bytestring containers hascat-lib HaXml HTTP mtl network old-time parsec plugins unix ]; + jailbreak = true; description = "Hascat System Package"; license = "unknown"; }) {}; @@ -52237,7 +52546,7 @@ self: { lens transformers ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; + jailbreak = true; homepage = "http://github.com/analytics/hash/"; description = "Hashing tools"; license = stdenv.lib.licenses.bsd3; @@ -52257,7 +52566,6 @@ self: { base bytestring ghc-prim HUnit QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 text unix ]; - configureFlags = [ "-f-sse41" "-fsse2" "-finteger-gmp" ]; homepage = "http://github.com/tibbe/hashable"; description = "A class for types that can be converted to a hash value"; license = stdenv.lib.licenses.bsd3; @@ -52275,7 +52583,6 @@ self: { base bifunctors bytestring generic-deriving hashable transformers ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; homepage = "http://github.com/analytics/hashable-extras/"; description = "Higher-rank Hashable"; license = stdenv.lib.licenses.bsd3; @@ -52294,6 +52601,7 @@ self: { base ghc-prim hashable QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/wowus/hashable-generics"; description = "Automatically generates Hashable instances with GHC.Generics."; license = stdenv.lib.licenses.bsd3; @@ -52313,7 +52621,6 @@ self: { base binary bytestring containers dataenc directory extensible-exceptions filepath mmap mtl zlib ]; - configureFlags = [ "-f-hpc" "-f-diff" "-f-test" ]; description = "Hashed file storage support code"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -52325,7 +52632,6 @@ self: { version = "1.3.0.1"; sha256 = "16scl1rbq0f18mggrj4lbhgkz7kzshsw9a523rjd8cjkdjz1ijwr"; buildDepends = [ base containers deepseq hashable ]; - configureFlags = [ "-f-oldcontainers" ]; homepage = "http://git.auryn.cz/haskell/hashmap/"; description = "Persistent containers Map and Set based on hashing"; license = stdenv.lib.licenses.bsd3; @@ -52343,6 +52649,7 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/mkscrg/hashring"; description = "Efficient consistent hashing"; license = stdenv.lib.licenses.bsd3; @@ -52355,10 +52662,6 @@ self: { version = "1.2.0.2"; sha256 = "0dqq5ssgkqzplqf5dmc4l8cj28j5py7i6n6a069qn4cibvxfjaq1"; buildDepends = [ base ghc-prim hashable primitive vector ]; - configureFlags = [ - "-f-portable" "-f-sse42" "-f-debug" "-f-bounds-checking" - "-funsafe-tricks" - ]; homepage = "http://github.com/gregorycollins/hashtables"; description = "Mutable hash tables in the ST monad"; license = stdenv.lib.licenses.bsd3; @@ -52372,6 +52675,7 @@ self: { version = "0.2.0"; sha256 = "0g9jmc15g36iy0wmmsj74qwybh509j4lf8jzv3dws7c2j24kc7l7"; buildDepends = [ base hashable hashtables loch-th placeholders ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/hashtables-plus"; description = "Extensions for a \"hashtables\" library"; license = stdenv.lib.licenses.mit; @@ -52384,7 +52688,6 @@ self: { version = "0.1.2"; sha256 = "03wn142r0sh7adfghjqwb2mgq4rgkqs8nq2rx2jq717dr2xp987n"; buildDepends = [ base containers mtl ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://huygens.functor.nl/hasim/"; description = "Process-Based Discrete Event Simulation library"; license = stdenv.lib.licenses.bsd3; @@ -52402,7 +52705,6 @@ self: { buildDepends = [ base constraints ghc-prim reflection tagged transformers void ]; - configureFlags = [ "-f-optimize" ]; homepage = "http://github.com/ekmett/hask"; description = "Categories"; license = stdenv.lib.licenses.bsd3; @@ -52478,7 +52780,7 @@ self: { base freenect hcwiid IfElse MissingH mtl SDL SDL-image SDL-mixer SDL-ttf transformers vector Yampa ]; - configureFlags = [ "-fkinect" "-fwiimote" ]; + jailbreak = true; homepage = "http://github.com/ivanperez-keera/haskanoid"; description = "A breakout game written in Yampa using SDL"; license = "unknown"; @@ -52517,6 +52819,7 @@ self: { aeson base bytestring connection containers hspec http-conduit http-types monads-tf stm text wai warp ]; + jailbreak = true; homepage = "https://github.com/jonplussed/haskbot-core"; description = "Easily-extensible chatbot for Slack messaging service"; license = stdenv.lib.licenses.mit; @@ -52542,6 +52845,7 @@ self: { optparse-applicative regex-tdfa regex-tdfa-text system-fileio system-filepath text time ]; + jailbreak = true; homepage = "https://github.com/maurotrb/haskdeep"; description = "Computes and audits file hashes"; license = stdenv.lib.licenses.bsd3; @@ -52592,9 +52896,7 @@ self: { base bytestring containers directory filepath terminfo transformers unix utf8-string ]; - configureFlags = [ - "-fterminfo" "-f-legacy-encoding" "-f-libiconv" "-fterminfo" - ]; + configureFlags = [ "-fterminfo" ]; homepage = "http://trac.haskell.org/haskeline"; description = "A command-line interface for user input, written in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -52607,6 +52909,7 @@ self: { version = "0.6.2"; sha256 = "0xgdq2xgw2ccyfzkj5n36s5n6km5l947d2iy4y1qms8kbc05zmfl"; buildDepends = [ base haskeline mtl ]; + jailbreak = true; homepage = "http://community.haskell.org/~aslatter/code/haskeline-class"; description = "Class interface for working with Haskeline"; license = stdenv.lib.licenses.bsd3; @@ -52660,6 +52963,7 @@ self: { stringsearch temporary test-framework test-framework-hunit time transformers ]; + jailbreak = true; description = "Transform text from the command-line using Haskell expressions"; license = stdenv.lib.licenses.asl20; }) {}; @@ -52690,6 +52994,7 @@ self: { testDepends = [ base bytestring mtl QuickCheck tasty tasty-quickcheck tasty-th ]; + jailbreak = true; description = "BrainFuck interpreter"; license = stdenv.lib.licenses.mit; }) {}; @@ -52721,6 +53026,7 @@ self: { version = "0.1.0.1"; sha256 = "0g95vhqga7hq6w6x993d29wpphcqidmm0vzni93blqka7yfc7ybb"; buildDepends = [ base process ]; + jailbreak = true; description = "Simple CoffeeScript API"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -52766,6 +53072,7 @@ self: { ghc-paths haddock monad-loops text unordered-containers ]; testDepends = [ base ]; + jailbreak = true; homepage = "http://github.com/chrisdone/haskell-docs"; description = "A program to find and display the docs and type of a name"; license = stdenv.lib.licenses.bsd3; @@ -52791,6 +53098,7 @@ self: { base containers directory-tree doctest filemanip filepath hlint tasty tasty-hunit ]; + jailbreak = true; homepage = "https://github.com/evolutics/haskell-formatter"; description = "Haskell source code formatter"; license = stdenv.lib.licenses.gpl3; @@ -52813,6 +53121,7 @@ self: { lifted-base monad-control network network-conduit process-conduit system-filepath text transformers transformers-base unix ]; + jailbreak = true; homepage = "https://github.com/yihuang/haskell-ftp"; description = "A Haskell ftp server with configurable backend"; license = stdenv.lib.licenses.bsd3; @@ -52888,7 +53197,6 @@ self: { ]; buildTools = [ c2hs ]; extraLibraries = [ mpi ]; - configureFlags = [ "-f-mpich14" "-f-test" ]; homepage = "http://github.com/bjpop/haskell-mpi"; description = "Distributed parallel programming in Haskell using MPI"; license = stdenv.lib.licenses.bsd3; @@ -52945,6 +53253,7 @@ self: { test-framework-quickcheck2 test-framework-th text transformers transformers-base unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/asilvestre/haskell-neo4j-rest-client"; description = "A Haskell neo4j client"; license = stdenv.lib.licenses.mit; @@ -52997,6 +53306,7 @@ self: { base bytestring cairo containers directory filepath glib gtk old-locale poppler template-haskell time zlib ]; + jailbreak = true; homepage = "http://michaeldadams.org/projects/haskell-pdf-presenter/"; description = "Tool for presenting PDF-based presentations"; license = stdenv.lib.licenses.gpl3; @@ -53026,6 +53336,7 @@ self: { zlib ]; buildTools = [ alex happy ]; + jailbreak = true; homepage = "http://code.haskell.org/~dons/code/haskell-platform-test"; description = "A test system for the Haskell Platform environment"; license = stdenv.lib.licenses.bsd3; @@ -53101,7 +53412,6 @@ self: { sha256 = "1vscvbsly7k0zqb7fi6bm38dfacyl8qgmv0h25fqkn95c0v5dif7"; buildDepends = [ array base pretty syb ]; buildTools = [ happy ]; - configureFlags = [ "-fsplit-base" ]; description = "Support for manipulating Haskell source code"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -53169,6 +53479,7 @@ self: { base containers ghc-prim haskell-src-exts pretty syb template-haskell ]; + jailbreak = true; description = "Parse source to template-haskell abstract syntax"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -53204,7 +53515,6 @@ self: { version = "0.1.0"; sha256 = "051lsg9j3dgkr2akannfaddawdhybvsnm6x6xafmdmwn31v73z98"; buildDepends = [ base containers haskell-src-exts pretty ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/haskell-type-exts"; description = "A type checker for Haskell/haskell-src-exts"; license = stdenv.lib.licenses.bsd3; @@ -53217,6 +53527,7 @@ self: { version = "0.1.0.0"; sha256 = "0fv533nac6dlawgffr1kvn4xpv63hdcb4wgyqbbg2s6dg9a2hw38"; buildDepends = [ base process ]; + jailbreak = true; description = "Simple TypeScript API"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -53265,7 +53576,6 @@ self: { array base HaXml html mtl network polyparse pretty random regex-compat stm utf8-string ]; - configureFlags = [ "-f-debug" "-f-examples" ]; homepage = "http://patch-tag.com/r/adept/haskell-xmpp/home"; description = "Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library"; license = stdenv.lib.licenses.bsd3; @@ -53310,7 +53620,7 @@ self: { buildDepends = [ array base directory old-locale old-time process time ]; - configureFlags = [ "-futctime-in-directory" ]; + jailbreak = true; homepage = "http://www.haskell.org/definition/"; description = "Compatibility with Haskell 98"; license = stdenv.lib.licenses.bsd3; @@ -53420,6 +53730,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base haskell98 haskelldb mtl plugins ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the dynamically loaded drivers"; license = stdenv.lib.licenses.bsd3; @@ -53438,7 +53749,7 @@ self: { buildDepends = [ base containers directory haskelldb mtl old-time ]; - configureFlags = [ "-fsplit-base" ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "An experimental HaskellDB back-end in pure Haskell (no SQL)"; license = stdenv.lib.licenses.bsd3; @@ -53473,6 +53784,7 @@ self: { buildDepends = [ base haskelldb haskelldb-hdbc HDBC HDBC-mysql mtl ]; + jailbreak = true; description = "HaskellDB support for the HDBC MySQL driver"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -53539,7 +53851,7 @@ self: { version = "1.0.0"; sha256 = "0j1aqix21pqcsw7skl897pd1ir6hg836g4zb2h5338h4gih6blx0"; buildDepends = [ base haskelldb hsql mtl old-time ]; - configureFlags = [ "-fsplit-base" ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for HSQL"; license = stdenv.lib.licenses.bsd3; @@ -53558,6 +53870,7 @@ self: { buildDepends = [ base haskelldb haskelldb-hsql hsql hsql-mysql mtl ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the HSQL MySQL driver"; license = stdenv.lib.licenses.bsd3; @@ -53576,6 +53889,7 @@ self: { buildDepends = [ base haskelldb haskelldb-hsql hsql hsql-odbc mtl ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the HSQL ODBC driver"; license = stdenv.lib.licenses.bsd3; @@ -53594,6 +53908,7 @@ self: { buildDepends = [ base haskelldb haskelldb-hsql hsql hsql-oracle mtl ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the HSQL Oracle driver"; license = stdenv.lib.licenses.bsd3; @@ -53613,6 +53928,7 @@ self: { buildDepends = [ base haskelldb haskelldb-hsql hsql hsql-postgresql mtl ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the HSQL PostgreSQL driver"; license = stdenv.lib.licenses.bsd3; @@ -53631,6 +53947,7 @@ self: { buildDepends = [ base haskelldb haskelldb-hsql hsql hsql-sqlite mtl ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the HSQL SQLite driver"; license = stdenv.lib.licenses.bsd3; @@ -53650,6 +53967,7 @@ self: { buildDepends = [ base haskelldb haskelldb-hsql hsql hsql-sqlite3 mtl ]; + jailbreak = true; homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the HSQL SQLite3 driver"; license = stdenv.lib.licenses.bsd3; @@ -53662,6 +53980,7 @@ self: { version = "2.1.0"; sha256 = "12whvz0qy9lqk1frfl5px9lhr1nwy519vj2z9c3g8nqjzscwzayb"; buildDepends = [ base haskelldb mtl template-haskell ]; + jailbreak = true; homepage = "http://trac.haskell.org/haskelldb-th"; description = "Template Haskell utilities for HaskellDB"; license = stdenv.lib.licenses.bsd3; @@ -53754,6 +54073,7 @@ self: { aeson base bytestring http-conduit http-types network old-locale text time unordered-containers ]; + jailbreak = true; homepage = "https://github.com/Raynes/haskheap"; description = "Haskell bindings to refheap"; license = stdenv.lib.licenses.mit; @@ -53807,6 +54127,7 @@ self: { aeson base bytestring containers http-streams io-streams old-locale time vector ]; + jailbreak = true; description = "A haskell wrapper for PokeAPI.co (www.pokeapi.co)"; license = stdenv.lib.licenses.mit; }) {}; @@ -53830,7 +54151,7 @@ self: { deepseq either HUnit json-rpc mtl pbkdf QuickCheck split test-framework test-framework-hunit test-framework-quickcheck2 text ]; - configureFlags = [ "-f-testnet" ]; + jailbreak = true; homepage = "http://github.com/haskoin/haskoin"; description = "Implementation of the Bitcoin protocol"; license = stdenv.lib.licenses.publicDomain; @@ -53854,6 +54175,7 @@ self: { HUnit mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://github.com/plaprade/haskoin-crypto"; description = "Implementation of Bitcoin cryptographic primitives"; license = stdenv.lib.licenses.publicDomain; @@ -53875,6 +54197,7 @@ self: { base binary bytestring haskoin-crypto haskoin-util HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://github.com/plaprade/haskoin-protocol"; description = "Implementation of the Bitcoin network protocol messages"; license = stdenv.lib.licenses.publicDomain; @@ -53898,6 +54221,7 @@ self: { HUnit mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://github.com/plaprade/haskoin-script"; description = "Implementation of Bitcoin script parsing and evaluation"; license = stdenv.lib.licenses.publicDomain; @@ -53917,6 +54241,7 @@ self: { base binary bytestring containers either HUnit mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://github.com/plaprade/haskoin-util"; description = "Utility functions for the Network.Haskoin project"; license = stdenv.lib.licenses.publicDomain; @@ -53949,6 +54274,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 text time unordered-containers vector yaml ]; + jailbreak = true; homepage = "http://github.com/plaprade/haskoin-wallet"; description = "Implementation of a Bitcoin hierarchical deterministric wallet (BIP32)"; license = stdenv.lib.licenses.publicDomain; @@ -54019,7 +54345,6 @@ self: { haskell-src markov-chain midi non-negative parsec process random transformers utility-ht ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Haskore"; description = "The Haskore Computer Music System"; license = "GPL"; @@ -54038,7 +54363,6 @@ self: { base bytestring data-accessor directory event-list haskore midi non-negative old-time process transformers unix utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Haskore/"; description = "Routines for realtime playback of Haskore songs"; license = "GPL"; @@ -54061,7 +54385,7 @@ self: { haskore-realtime hosc hsc3 non-negative opensoundcontrol-ht process random supercollider-ht transformers unix utility-ht ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/SuperCollider"; description = "Haskore back-end for SuperCollider"; license = "GPL"; @@ -54082,7 +54406,7 @@ self: { base data-accessor event-list haskore non-negative numeric-prelude random synthesizer-core utility-ht ]; - configureFlags = [ "-f-buildexamples" "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Music rendering coded in Haskell"; license = "GPL"; @@ -54113,7 +54437,6 @@ self: { buildDepends = [ base bytestring directory filepath json unix utf8-string ]; - configureFlags = [ "-f-debug" ]; homepage = "http://github.com/MarcWeber/hasktags"; description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"; license = stdenv.lib.licenses.bsd3; @@ -54295,6 +54618,7 @@ self: { aeson attoparsec base bytestring containers hastache text unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/proger/hastache-aeson"; description = "render hastache templates using aeson values"; license = stdenv.lib.licenses.bsd3; @@ -54309,6 +54633,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base curl filepath mtl ]; + jailbreak = true; description = "A universal pastebin tool, written in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -54333,9 +54658,7 @@ self: { random shellmate system-fileio tar transformers utf8-string websockets ]; - configureFlags = [ - "-fportable" "-f-only-library" "-f-static" "-fportable" - ]; + configureFlags = [ "-fportable" ]; homepage = "http://haste-lang.org/"; description = "Haskell To ECMAScript compiler"; license = stdenv.lib.licenses.bsd3; @@ -54349,6 +54672,7 @@ self: { version = "0.0.1.0"; sha256 = "02rqm4qjaww2c622bqd1bb2mjb73w2s7d7pwvz94x03npxkf4hn1"; buildDepends = [ base containers directory filepath haste-lib ]; + jailbreak = true; homepage = "http://github.com/ajnsit/haste-markup"; description = "A port of blaze-markup and blaze-html to Haste"; license = stdenv.lib.licenses.mit; @@ -54362,7 +54686,6 @@ self: { version = "0.1.0.7"; sha256 = "0qikaiqk408x90p1wqz0p7jc2ri4raqnl4d50x3g5abqj2y1h93n"; buildDepends = [ base haste-compiler transformers ]; - configureFlags = [ "-f-haste-inst" ]; homepage = "https://github.com/agocorona/haste-perch"; description = "Create, navigate and modify the DOM tree with composable syntax, with the haste compiler"; license = stdenv.lib.licenses.gpl3; @@ -54484,6 +54807,7 @@ self: { aeson base bytestring containers hashable HUnit text unordered-containers ]; + jailbreak = true; homepage = "https://github.com/facebook/Haxl"; description = "A Haskell library for efficient, concurrent, and concise data access"; license = stdenv.lib.licenses.bsd3; @@ -54507,6 +54831,7 @@ self: { http-client-tls http-conduit resourcet text time transformers unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/facebook/Haxl"; description = "An example Haxl data source for accessing the Facebook Graph API"; license = stdenv.lib.licenses.bsd3; @@ -54528,6 +54853,7 @@ self: { mtl optparse-applicative parsec split template-haskell transformers utf8-string zlib ]; + jailbreak = true; homepage = "https://github.com/joelteon/haxparse"; description = "Readable HaxBall replays"; license = stdenv.lib.licenses.mit; @@ -54548,7 +54874,6 @@ self: { mtl network network-uri old-locale old-time template-haskell time utf8-string ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://www.haskell.org/haskellwiki/HaXR"; description = "XML-RPC client and server library"; license = stdenv.lib.licenses.bsd3; @@ -54561,6 +54886,7 @@ self: { version = "3000.5"; sha256 = "1h1g4r7c5k3rja49ip4m21f2sscn06xjxharnlyazvvs6mzfysif"; buildDepends = [ base haxr template-haskell ]; + jailbreak = true; homepage = "http://www.haskell.org/haxr/"; description = "Automatic deriving of XML-RPC structs for Haskell records"; license = stdenv.lib.licenses.bsd3; @@ -54620,6 +54946,7 @@ self: { aeson base bytestring http-conduit http-types optparse-applicative pandoc url ]; + jailbreak = true; homepage = "https://github.com/Gonzih/hayoo-cli"; description = "Hayoo CLI"; license = stdenv.lib.licenses.mit; @@ -54638,7 +54965,6 @@ self: { buildDepends = [ base cairo filepath glade gtk haskell98 process svgcairo time unix ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://hback.googlecode.com/"; description = "N-back memory game"; license = stdenv.lib.licenses.bsd3; @@ -54660,7 +54986,6 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 vector ]; - configureFlags = [ "-f-profile" "-f-local" ]; homepage = "http://www.alpheccar.org"; description = "Bayesian Networks"; license = stdenv.lib.licenses.bsd3; @@ -54676,6 +55001,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory ghc ghc-mod ghc-paths libhbb ]; + jailbreak = true; homepage = "https://bitbucket.org/bhris/hbb"; description = "Haskell Busy Bee, a backend for text editors"; license = stdenv.lib.licenses.lgpl21; @@ -54738,7 +55064,7 @@ self: { buildDepends = [ base primitive storable-complex vector ]; testDepends = [ base HUnit tasty tasty-hunit vector ]; extraLibraries = [ blas lapack ]; - configureFlags = [ "-f-cblas" "-f-openblas" ]; + jailbreak = true; homepage = "http://github.com/wellposed/hblas/"; description = "Human friendly BLAS and Lapack bindings for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -54757,6 +55083,7 @@ self: { aeson base blaze-markup bytestring cereal containers deepseq hashable path-pieces safecopy text unordered-containers uuid vector ]; + jailbreak = true; description = "A mutable vector that provides indexation on the datatype fields it stores"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -54782,7 +55109,7 @@ self: { semigroups stm system-fileio text time transformers transformers-base unix webkitgtk3 zeromq4-haskell ]; - configureFlags = [ "-fthreaded" ]; + jailbreak = true; homepage = "https://bitbucket.org/k0ral/hbro"; description = "Minimal KISS-compliant browser"; license = "unknown"; @@ -54803,6 +55130,7 @@ self: { network-uri pango parsec process safe system-fileio text time transformers-base unix webkitgtk3 ]; + jailbreak = true; homepage = "https://bitbucket.org/k0ral/hbro-contrib"; description = "Third-party extensions to hbro"; license = "unknown"; @@ -54818,7 +55146,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base containers filepath haskell98 mtl ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://www.bytelabs.org/hburg.html"; description = "Haskell Bottom Up Rewrite Generator"; license = stdenv.lib.licenses.bsd3; @@ -54833,6 +55160,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring language-c ]; + jailbreak = true; homepage = "http://tomahawkins.org"; description = "A toy C compiler"; license = stdenv.lib.licenses.bsd3; @@ -54911,6 +55239,7 @@ self: { stm tagged tasty temporary text transformers transformers-base ]; testDepends = [ base directory doctest filepath ]; + jailbreak = true; homepage = "http://github.com/bennofs/hcltest/"; description = "A testing library for command line applications"; license = stdenv.lib.licenses.bsd3; @@ -54928,6 +55257,7 @@ self: { base bytestring containers directory mtl old-locale pretty process random stm time ]; + jailbreak = true; homepage = "http://github.com/tbh/hcron"; description = "A simple job scheduler, which just runs some IO action at a given time"; license = stdenv.lib.licenses.bsd3; @@ -54999,6 +55329,7 @@ self: { version = "0.0.1.1"; sha256 = "034zsmqgavh4ns69f6j4a1afyqbd1b7h35macmf20vzxj0j0bawj"; buildDepends = [ attoparsec base containers HDBC text ]; + jailbreak = true; homepage = "http://bitbucket.com/dpwiz/hdbc-postgresql-hstore"; description = "Manipulate data in PostgreSQL \"hstore\" columns"; license = stdenv.lib.licenses.mit; @@ -55085,6 +55416,7 @@ self: { quickcheck-instances safe test-framework test-framework-hunit test-framework-quickcheck2 text time uuid ]; + jailbreak = true; homepage = "https://github.com/s9gf4ult/hdbi-postgresql"; description = "PostgreSQL driver for hdbi"; license = stdenv.lib.licenses.bsd3; @@ -55125,6 +55457,7 @@ self: { quickcheck-assertions quickcheck-instances stm test-framework test-framework-hunit test-framework-quickcheck2 text time uuid ]; + jailbreak = true; homepage = "https://github.com/s9gf4ult/hdbi-tests"; description = "test suite for testing HDBI"; license = stdenv.lib.licenses.bsd3; @@ -55200,7 +55533,6 @@ self: { version = "0.2"; sha256 = "0qr8d4qbvkncv4im0iwwdr9khvkyy4ky8wnwxri1jqhylcq8vdks"; buildDepends = [ base bytestring containers QuickCheck ]; - configureFlags = [ "-f-external-udis86" ]; homepage = "https://github.com/kmcallister/hdis86"; description = "Interface to the udis86 disassembler for x86 and x86-64 / AMD64"; license = stdenv.lib.licenses.bsd3; @@ -55214,6 +55546,7 @@ self: { sha256 = "0z6kpsk57gjqwpvs5v6ikiirnyyg26mbrxx827bb1v27lhsy7py0"; buildDepends = [ base bytestring ]; extraLibraries = [ markdown ]; + jailbreak = true; homepage = "https://github.com/jamwt/hdiscount"; description = "Haskell bindings to the Discount markdown library"; license = stdenv.lib.licenses.bsd3; @@ -55271,6 +55604,7 @@ self: { network-info network-multicast network-transport network-transport-tcp random template-haskell time ]; + jailbreak = true; homepage = "https://github.com/PatrickMaier/HdpH"; description = "Haskell distributed parallel Haskell"; license = stdenv.lib.licenses.bsd3; @@ -55287,6 +55621,7 @@ self: { buildDepends = [ array base bytestring cereal containers deepseq template-haskell ]; + jailbreak = true; homepage = "https://github.com/PatrickMaier/HdpH"; description = "Explicit closures in Haskell distributed parallel Haskell"; license = stdenv.lib.licenses.bsd3; @@ -55301,7 +55636,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base QuickCheck ]; - configureFlags = [ "-f-test" ]; description = "Heaps in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -55329,7 +55663,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base QuickCheck ]; - configureFlags = [ "-f-test" ]; homepage = "http://wiki.cs.pdx.edu/bartforge/heapsort"; description = "Heapsort of MArrays as a demo of imperative programming"; license = stdenv.lib.licenses.bsd3; @@ -55414,6 +55747,7 @@ self: { version = "0.1.0.0"; sha256 = "1dq7rpqg35caqj664q2ndqgd59mq7cfjahkaka5mlk1k5yjvz7av"; buildDepends = [ base bytestring either hedis mtl ]; + jailbreak = true; homepage = "http://github.com/sanetracker/hedis-simple"; description = "A simplified API for hedis"; license = stdenv.lib.licenses.mit; @@ -55432,6 +55766,7 @@ self: { base bytestring hedis HUnit lifted-base test-framework test-framework-hunit transformers ]; + jailbreak = true; homepage = "https://github.com/akaspin/hedis-tags"; description = "Tags for hedis"; license = stdenv.lib.licenses.bsd3; @@ -55454,7 +55789,7 @@ self: { base bytestring containers hspec HUnit QuickCheck template-haskell text time vector ]; - configureFlags = [ "-f-developer" ]; + jailbreak = true; homepage = "https://bitbucket.org/dpwiz/hedn"; description = "EDN parsing and encoding"; license = stdenv.lib.licenses.bsd3; @@ -55527,7 +55862,6 @@ self: { extraLibraries = [ newrelic-collector-client newrelic-common newrelic-transaction ]; - configureFlags = [ "-fdummy" "-f-example" ]; homepage = "https://github.com/philopon/helics"; description = "New Relic® agent SDK wrapper for Haskell"; license = stdenv.lib.licenses.mit; @@ -55547,7 +55881,6 @@ self: { buildDepends = [ base bytestring data-default-class helics vault wai ]; - configureFlags = [ "-f-example" ]; homepage = "https://github.com/philopon/helics"; description = "New Relic® agent SDK wrapper for wai"; license = stdenv.lib.licenses.mit; @@ -55660,7 +55993,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-threaded" ]; homepage = "http://www.haskell.org/hello/"; description = "Hello World, an example package"; license = stdenv.lib.licenses.bsd3; @@ -55684,6 +56016,7 @@ self: { base cairo containers elerea HUnit sdl2 test-framework test-framework-hunit test-framework-quickcheck2 time ]; + jailbreak = true; homepage = "http://github.com/switchface/helm"; description = "A functionally reactive game engine"; license = stdenv.lib.licenses.mit; @@ -55754,7 +56087,7 @@ self: { transformers vector vector-fftw websockets xhb ]; testDepends = [ base bytestring hspec HUnit vector ]; - configureFlags = [ "-fmouse" "-fheadmap" "-ffft" ]; + jailbreak = true; homepage = "https://github.com/nh2/haskell-hemokit"; description = "Haskell port of the Emokit EEG project"; license = stdenv.lib.licenses.mit; @@ -55774,6 +56107,7 @@ self: { transformers uuid ]; extraLibraries = [ xenctrl ]; + jailbreak = true; homepage = "https://github.com/selectel/hen"; description = "Haskell bindings to Xen hypervisor interface"; license = stdenv.lib.licenses.mit; @@ -55985,6 +56319,7 @@ self: { buildDepends = [ base filepath haskell-src HDBC HDBC-postgresql hssqlppp parsec ]; + jailbreak = true; description = "Haskell's embedded SQL"; license = "GPL"; }) {}; @@ -56088,6 +56423,7 @@ self: { version = "0.2.0.0"; sha256 = "1asv5vs694mcifffvm5a4gsplpz7frk3p3zr9lqqv1f172ql9lql"; buildDepends = [ base binary bytestring filepath ]; + jailbreak = true; homepage = "http://www.github.com/hansroland/hexif"; description = "Reading Exif data form a JPEG file with Haskell"; license = stdenv.lib.licenses.bsd3; @@ -56123,6 +56459,7 @@ self: { base bytestring containers extensible-exceptions hexpat iteratee List parallel transformers ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/Hexpat/"; description = "Chunked XML parsing using iteratees"; license = stdenv.lib.licenses.bsd3; @@ -56139,6 +56476,7 @@ self: { buildDepends = [ base bytestring deepseq hexpat hexpat-tagsoup lens ]; + jailbreak = true; description = "Lenses for Hexpat"; license = stdenv.lib.licenses.mit; }) {}; @@ -56196,6 +56534,7 @@ self: { version = "0.0.0.0"; sha256 = "0wpmbzxdl63r2p398101ywzfs7b4p4x8ds4zzqbhvhs2r0fsg5wv"; buildDepends = [ base data-ref either mtl parsec transformers ]; + jailbreak = true; homepage = "https://github.com/Zankoku-Okuno/hexpr/"; description = "A framework for symbolic, homoiconic languages"; license = stdenv.lib.licenses.bsd3; @@ -56227,7 +56566,6 @@ self: { buildDepends = [ base ]; extraLibraries = [ doublefann ]; pkgconfigDepends = [ fann ]; - configureFlags = [ "-f-test" ]; description = "Haskell binding to the FANN library"; license = stdenv.lib.licenses.bsd3; }) { doublefann = null; fann = null;}; @@ -56246,6 +56584,7 @@ self: { base bytestring haskeline iteratee MissingH MonadCatchIO-transformers network transformers ]; + jailbreak = true; description = "Flash debugger"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -56259,6 +56598,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base eprocess mtl wx wxcore ]; + jailbreak = true; homepage = "http://github.com/elbrujohalcon/hfiar"; description = "Four in a Row in Haskell!!"; license = stdenv.lib.licenses.bsd3; @@ -56289,7 +56629,7 @@ self: { buildDepends = [ base directory gloss haskeline hmatrix HTTP MissingH transformers ]; - configureFlags = [ "-frepl" ]; + jailbreak = true; description = "Hess-Smith panel code for inviscid 2-d airfoil analysis"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -56301,6 +56641,7 @@ self: { version = "1.0.2"; sha256 = "04qwmjxm06akvpakc5imcx0ls9zlsz74s4r9p7xzj0q5fv20z09l"; buildDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/nornagon/hfov"; description = "Field-of-view calculation for low-resolution 2D raster grids"; license = stdenv.lib.licenses.bsd3; @@ -56403,6 +56744,7 @@ self: { base directory HUnit process template-haskell temporary test-framework test-framework-hunit ]; + jailbreak = true; homepage = "https://github.com/copton/hgdbmi"; description = "GDB Machine Interface: program-driven control of GDB"; license = stdenv.lib.licenses.bsd3; @@ -56417,7 +56759,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory filepath hylolib mtl random ]; - configureFlags = [ "-f-static" ]; homepage = "http://www.glyc.dc.uba.ar/intohylo/hgen.php"; description = "Random generation of modal and hybrid logic formulas"; license = "GPL"; @@ -56480,6 +56821,7 @@ self: { aeson attoparsec base base64-bytestring bytestring case-insensitive cmdargs directory http-enumerator text ]; + jailbreak = true; homepage = "https://github.com/noteed/hgithub"; description = "Haskell bindings to the GitHub API"; license = stdenv.lib.licenses.bsd3; @@ -56494,6 +56836,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base HGL HTam random utility-ht ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/hgl-example/"; description = "Various animations generated using HGL"; license = "GPL"; @@ -56513,7 +56856,6 @@ self: { buildDepends = [ base containers directory filepath mtl parsec wl-pprint ]; - configureFlags = [ "-f-test" ]; homepage = "http://github.com/polux/hgom"; description = "An haskell port of the java version of gom"; license = "GPL"; @@ -56526,6 +56868,7 @@ self: { version = "0.1.0.0"; sha256 = "0j6ybi8f5csa9rpbpy8dc9p6l6vf2qh2zk589a9nqj2phllz7mwf"; buildDepends = [ base bytestring network ]; + jailbreak = true; description = "Gopher server"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -56538,6 +56881,7 @@ self: { sha256 = "1n2pi90yr9dmxp5iirp6hm8inliwpl3pnhgx7xnn4zl0z21bjgb5"; buildDepends = [ base ]; extraLibraries = [ harp ]; + jailbreak = true; homepage = "http://www.harphttp.org"; description = "Binding to libharp"; license = stdenv.lib.licenses.bsd3; @@ -56597,7 +56941,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base bytestring mtl network ]; - configureFlags = [ "-f-test" ]; description = "haskell robot for IChat protocol"; license = "GPL"; }) {}; @@ -56652,6 +56995,7 @@ self: { base diagrams-cairo diagrams-lib hierarchical-clustering hspec HUnit ]; + jailbreak = true; description = "Draw diagrams of dendrograms made by hierarchical-clustering"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -56758,7 +57102,6 @@ self: { buildDepends = [ base blaze-html bytestring filepath mtl pcre-light text ]; - configureFlags = [ "-f-executable" ]; description = "source code highlighting"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -56780,7 +57123,6 @@ self: { testDepends = [ base blaze-html containers Diff directory filepath process ]; - configureFlags = [ "-f-pcre-light" "-f-executable" "-fsplitbase" ]; prePatch = "sed -i -e 's|regex-pcre-builtin >= .*|regex-pcre|' highlighting-kate.cabal"; homepage = "http://github.com/jgm/highlighting-kate"; description = "Syntax highlighting"; @@ -56801,6 +57143,7 @@ self: { array base bytestring directory filepath optparse-applicative text transformers ]; + jailbreak = true; homepage = "http://www.bubblycloud.com/hills/"; description = "Generate STL models from SRTM elevation data"; license = stdenv.lib.licenses.bsd3; @@ -56820,6 +57163,7 @@ self: { base directory glib gtk haskell98 mozembed old-time parallel process unix ]; + jailbreak = true; homepage = "http://www.haskell.org/himerge"; description = "Haskell Graphical User Interface for Emerge"; license = "GPL"; @@ -56861,6 +57205,7 @@ self: { NetSNMP network old-time protobuf regex-posix stm text type-level unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/pyr/himpy"; description = "multithreaded snmp poller for riemann"; license = stdenv.lib.licenses.mit; @@ -56966,7 +57311,6 @@ self: { version = "0.3.7"; sha256 = "0i7mxg9ilzcgijda6j3ya5xnpbxa3wm9xswdfif95jim9w82sw0b"; buildDepends = [ base containers directory unix ]; - configureFlags = [ "-fsplit-base" ]; homepage = "https://github.com/kolmodin/hinotify.git"; description = "Haskell binding to inotify"; license = stdenv.lib.licenses.bsd3; @@ -56988,6 +57332,7 @@ self: { base bifunctors QuickCheck test-framework test-framework-quickcheck2 test-framework-th ]; + jailbreak = true; homepage = "https://github.com/joneshf/hinquire"; description = "Generate armet style query strings"; license = stdenv.lib.licenses.mit; @@ -57038,6 +57383,7 @@ self: { version = "1.4.0"; sha256 = "0iirk76n9j4iwll44gs4spnssv2kkxrw4ypp228gap5h4pyimvx5"; buildDepends = [ base eprocess exceptions hint monad-loops mtl ]; + jailbreak = true; description = "A server process that runs hint"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -57132,7 +57478,7 @@ self: { numeric-extras random statistics text text-format vector vector-space ]; - configureFlags = [ "-f-pl3" ]; + jailbreak = true; homepage = "https://people.ksp.sk/~ivan/hirt"; description = "Calculates IRT 2PL and 3PL models"; license = stdenv.lib.licenses.bsd3; @@ -57149,6 +57495,7 @@ self: { buildDepends = [ base bytestring conduit http-conduit http-types text time ]; + jailbreak = true; homepage = "https://github.com/prowdsponsor/hissmetrics"; description = "Unofficial API bindings to KISSmetrics"; license = stdenv.lib.licenses.bsd3; @@ -57170,6 +57517,7 @@ self: { hist-pl-fusion hist-pl-lexicon hist-pl-lmf hist-pl-transliter morfeusz pipes polimorf text ]; + jailbreak = true; homepage = "https://github.com/kawu/hist-pl/tree/master/umbrella"; description = "Umbrella package for the historical dictionary of Polish"; license = stdenv.lib.licenses.bsd3; @@ -57217,6 +57565,7 @@ self: { base binary containers dawg directory filepath hist-pl-dawg hist-pl-types pipes text transformers ]; + jailbreak = true; homepage = "https://github.com/kawu/hist-pl/tree/master/lexicon"; description = "A binary representation of the historical dictionary of Polish"; license = stdenv.lib.licenses.bsd3; @@ -57229,6 +57578,7 @@ self: { version = "0.1.0"; sha256 = "146vz15fig8k1wcvcw7fg64abxvg1nyarvhigz9jkzf5yngkzwvm"; buildDepends = [ base hist-pl-types polysoup text ]; + jailbreak = true; homepage = "https://github.com/kawu/hist-pl/tree/master/lmf"; description = "LMF parsing for the historical dictionary of Polish"; license = stdenv.lib.licenses.bsd3; @@ -57311,6 +57661,7 @@ self: { buildDepends = [ base containers directory filepath process regex-compat regex-posix ]; + jailbreak = true; description = "Extract the interesting bits from shell history"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -57335,7 +57686,6 @@ self: { testDepends = [ base bytedump bytestring hourglass tasty tasty-quickcheck ]; - configureFlags = [ "-f-debug" "-f-executable" ]; homepage = "http://github.com/vincenthz/hit"; description = "Git operations in haskell"; license = stdenv.lib.licenses.bsd3; @@ -57434,7 +57784,6 @@ self: { frquotes mtl process template-haskell transformers uniplate utf8-string ]; - configureFlags = [ "-f-build_doc" ]; description = "A library to build valid LaTeX files"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -57471,6 +57820,7 @@ self: { buildDepends = [ array base bytestring bytestring-csv containers haskell98 parallel ]; + jailbreak = true; homepage = "http://membres-liglab.imag.fr/termier/HLCM/hlcm.html"; description = "Fast algorithm for mining closed frequent itemsets"; license = stdenv.lib.licenses.bsd3; @@ -57503,7 +57853,6 @@ self: { tabular test-framework test-framework-hunit text time transformers wizards ]; - configureFlags = [ "-fthreaded" ]; homepage = "http://hledger.org"; description = "The main command-line interface for the hledger accounting tool"; license = "GPL"; @@ -57523,6 +57872,7 @@ self: { base Chart cmdargs colour containers hledger hledger-lib HUnit safe time ]; + jailbreak = true; homepage = "http://hledger.org"; description = "A pie chart image generator for the hledger accounting tool"; license = "GPL"; @@ -57537,6 +57887,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base hledger-lib time ]; + jailbreak = true; homepage = "https://github.com/gebner/hledger-diff"; description = "Compares the transactions in two ledger files"; license = stdenv.lib.licenses.gpl3; @@ -57565,6 +57916,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Cabal hledger-lib statistics time ]; + jailbreak = true; description = "computes the internal rate of return of an investment"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -57591,7 +57943,6 @@ self: { regex-tdfa regexpr safe split test-framework test-framework-hunit time transformers ]; - configureFlags = [ "-f-double" ]; homepage = "http://hledger.org"; description = "Core data types, parsers and utilities for the hledger accounting tool"; license = "GPL"; @@ -57610,6 +57961,7 @@ self: { buildDepends = [ base cmdargs hledger hledger-lib HUnit safe time vty ]; + jailbreak = true; homepage = "http://hledger.org"; description = "A curses-style console interface for the hledger accounting tool"; license = "GPL"; @@ -57639,7 +57991,6 @@ self: { yesod-core yesod-static ]; testDepends = [ base hspec yesod yesod-test ]; - configureFlags = [ "-f-library-only" "-f-dev" "-fthreaded" ]; homepage = "http://hledger.org"; description = "A web interface for the hledger accounting tool"; license = "GPL"; @@ -57699,7 +58050,6 @@ self: { ansi-terminal base cmdargs containers cpphs directory extra filepath haskell-src-exts hscolour process transformers uniplate ]; - configureFlags = [ "-fgpl" "-fthreaded" ]; homepage = "http://community.haskell.org/~ndm/hlint/"; description = "Source code suggestions"; license = stdenv.lib.licenses.bsd3; @@ -57783,7 +58133,6 @@ self: { version = "3000.0.1"; sha256 = "0p6f1jd1b01dvzffiac17f8z0l403f54vrph8k9b3549lpjfh452"; buildDepends = [ base containers mtl network parsec xhtml ]; - configureFlags = [ "-fsplit-base" ]; description = "Simple wikitext-like markup format implementation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -57801,7 +58150,6 @@ self: { vector ]; extraLibraries = [ blas liblapack ]; - configureFlags = [ "-f-openblas" ]; homepage = "https://github.com/albertoruiz/hmatrix"; description = "Numeric Linear Algebra"; license = stdenv.lib.licenses.bsd3; @@ -57815,7 +58163,7 @@ self: { sha256 = "05jgm3hnlylnfhavcicjbhbxq929whm6mapggfwbxkzajhh0paaj"; buildDepends = [ base hmatrix transformers ]; extraLibraries = [ lapack ]; - configureFlags = [ "-f-buildexamples" ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/hmatrix-banded/"; description = "HMatrix interface to LAPACK functions for banded matrices"; license = stdenv.lib.licenses.bsd3; @@ -57867,7 +58215,6 @@ self: { version = "0.2"; sha256 = "1xwl2qgji2ib0gml9hqljzwd4wrqfjpvnzm3iq2g7kcwwfg1q0dm"; buildDepends = [ base binary hmatrix storable-complex ]; - configureFlags = [ "-f-mkl" ]; homepage = "http://code.haskell.org/hmatrix-gsl-stats"; description = "GSL Statistics interface"; license = stdenv.lib.licenses.bsd3; @@ -57894,7 +58241,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base hmatrix ]; - configureFlags = [ "-f-test" ]; homepage = "http://github.com/alanfalloon/hmatrix-nipals"; description = "NIPALS method for Principal Components Analysis on large data-sets"; license = stdenv.lib.licenses.lgpl21; @@ -57908,6 +58254,7 @@ self: { sha256 = "1r03svlxzk4r4fw5brrixjf3dlfdvr2b7f80075ynm9ajzzpfirr"; buildDepends = [ base hmatrix vector ]; extraLibraries = [ QuadProgpp ]; + jailbreak = true; description = "Bindings to the QuadProg++ quadratic programming library"; license = stdenv.lib.licenses.bsd3; }) { QuadProgpp = null;}; @@ -57932,7 +58279,6 @@ self: { sha256 = "1ziqzbfrk7xyah5n0cys1ccnmj2z91wxdamanv3y5v717zhdrqix"; buildDepends = [ base hmatrix hmatrix-gsl ]; extraLibraries = [ gsl ]; - configureFlags = [ "-f-safe-cheap" ]; homepage = "https://github.com/albertoruiz/hmatrix"; description = "Interface to GSL special functions"; license = "GPL"; @@ -57949,6 +58295,7 @@ self: { buildDepends = [ array base haskell-src-meta hmatrix parsec template-haskell tfp ]; + jailbreak = true; homepage = "http://code.haskell.org/hmatrix-static/"; description = "hmatrix with vector and matrix sizes encoded in types"; license = "GPL"; @@ -57979,6 +58326,7 @@ self: { buildDepends = [ base haskell-src-exts haskell-src-meta hmatrix template-haskell ]; + jailbreak = true; homepage = "http://github.com/reinerp/hmatrix-syntax"; description = "MATLAB-like syntax for hmatrix vectors and matrices"; license = stdenv.lib.licenses.gpl3; @@ -57996,7 +58344,6 @@ self: { base hmatrix hmatrix-gsl HUnit QuickCheck random ]; testDepends = [ base HUnit QuickCheck random ]; - configureFlags = [ "-fgsl" ]; homepage = "https://github.com/albertoruiz/hmatrix"; description = "Tests for hmatrix"; license = stdenv.lib.licenses.bsd3; @@ -58032,6 +58379,7 @@ self: { array base bytestring bytestring-lexing delimited-text gnuplot hmatrix hmeap hosc hsc3 parsec ]; + jailbreak = true; homepage = "http://slavepianos.org/rd/?t=hmeap-utils"; description = "Haskell Meapsoft Parser Utilities"; license = "GPL"; @@ -58059,7 +58407,6 @@ self: { version = "0.2.1.0"; sha256 = "143w042krxayn2xbn3ag3mkfd9j4075adrjqs651hh3mbr8s9725"; buildDepends = [ base stm ]; - configureFlags = [ "-f-nonoteoff" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Binding to the OS level MIDI services"; license = stdenv.lib.licenses.bsd3; @@ -58079,6 +58426,7 @@ self: { base bytestring containers directory filepath mtl parsec pcre-light process unix ]; + jailbreak = true; homepage = "http://www.github.com/mboes/hmk"; description = "A make alternative based on Plan9's mk"; license = "GPL"; @@ -58116,7 +58464,6 @@ self: { old-time pcre-light process unix zlib ]; extraLibraries = [ curses ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://www.cse.unsw.edu.au/~dons/hmp3.html"; description = "An ncurses mp3 player written in Haskell"; license = "GPL"; @@ -58130,7 +58477,6 @@ self: { sha256 = "00gqrmfwg7hk21iyfbma8h4ahpxgj21wi9fcxjdms506ahk7rwf4"; buildDepends = [ base integer-gmp ]; extraLibraries = [ mpfr ]; - configureFlags = [ "-f-use-integer-simple" ]; homepage = "http://code.google.com/p/hmpfr/"; description = "Haskell binding to the MPFR library"; license = stdenv.lib.licenses.bsd3; @@ -58187,6 +58533,7 @@ self: { base containers haskeline mtl parsec QuickCheck regex-compat syb text ]; + jailbreak = true; description = "Interpreter for the MUMPS langugae"; license = "GPL"; }) {}; @@ -58278,7 +58625,6 @@ self: { buildDepends = [ aeson base bytestring http-conduit http-types text ]; - configureFlags = [ "-f-test" ]; homepage = "https://github.com/freizl/hoauth2"; description = "hoauth2"; license = stdenv.lib.licenses.bsd3; @@ -58303,6 +58649,7 @@ self: { testDepends = [ base containers gtk3 gtksourceview3 hspec mtl text ]; + jailbreak = true; homepage = "http://svalaskevicius.github.io/hob/"; description = "A source code editor aiming for the convenience of use"; license = stdenv.lib.licenses.gpl3; @@ -58339,6 +58686,7 @@ self: { base deepseq haskell-src-exts haskell-src-meta mtl syb tagged template-haskell th-expand-syns transformers type-equality ]; + jailbreak = true; description = "A library for canonically representing terms with binding"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -58352,6 +58700,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cmdargs hint mtl ]; + jailbreak = true; homepage = "http://github.com/tanakh/hoe"; description = "Haskell One-liner Evaluator"; license = stdenv.lib.licenses.bsd3; @@ -58364,6 +58713,7 @@ self: { version = "1.0"; sha256 = "1xlsddrdv56n7ww7a377jwz43xkkckl5zygghwxs9k88wxzskvvd"; buildDepends = [ base mtl star-to-star template-haskell ]; + jailbreak = true; description = "defining @mtl@-ready monads as * -> * fixed-points"; license = "unknown"; }) {}; @@ -58381,6 +58731,7 @@ self: { buildDepends = [ base cmdargs filepath irc network old-locale time unix ]; + jailbreak = true; description = "Simple IRC logger bot"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -58398,7 +58749,6 @@ self: { buildDepends = [ array base bytestring containers HUnit mtl old-locale random time ]; - configureFlags = [ "-f-http" "-fsplitbase" ]; homepage = "http://www.kfish.org/software/hogg/"; description = "Library and tools to manipulate the Ogg container format"; license = stdenv.lib.licenses.bsd3; @@ -58445,6 +58795,7 @@ self: { isExecutable = true; buildDepends = [ base X11 ]; extraLibraries = [ OIS ]; + jailbreak = true; description = "OIS bindings"; license = stdenv.lib.licenses.bsd3; }) { OIS = null;}; @@ -58468,6 +58819,7 @@ self: { version = "0.1.0.0"; sha256 = "1j2ql6izsd85skd6l9j1qfg7pj5rf513096s9bkvqip9bb4ibr4r"; buildDepends = [ base random safe ]; + jailbreak = true; description = "An engine for Texas hold'em Poker"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -58528,7 +58880,6 @@ self: { version = "0.1"; sha256 = "1wm15bdz02sjgpz2n266xd50q3p6mncnv8mhimky6ps1kmzb5r6c"; buildDepends = [ base containers mtl QuickCheck ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www-users.cs.york.ac.uk/~ndm/homeomorphic/"; description = "Homeomorphic Embedding Test"; license = stdenv.lib.licenses.bsd3; @@ -58552,6 +58903,7 @@ self: { version = "0.0.5"; sha256 = "0gnwpzs6kwhf2wm0nqcgwqa1pp7xwbnqh337pr62w40i76g252v4"; buildDepends = [ array base DirectSound haskell98 hommage ]; + jailbreak = true; homepage = "substitut-fuer-feinmotorik/projects/haskellommage"; description = "DirectSound extension (Windows) for the Hommage sound library"; license = "GPL"; @@ -58640,6 +58992,7 @@ self: { buildDepends = [ array astar base containers hfov monad-loops mtl ncurses random ]; + jailbreak = true; description = "A small, toy roguelike"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -58857,6 +59210,7 @@ self: { base bytestring Cabal containers directory errors filepath hoogle optparse-applicative process temporary transformers ]; + jailbreak = true; homepage = "http://github.com/bgamari/hoogle-index"; description = "Easily generate Hoogle indices for installed packages"; license = stdenv.lib.licenses.bsd3; @@ -58905,6 +59259,7 @@ self: { network-multicast old-locale old-time process regex-compat snap-core snap-server text time transformers unix xml ]; + jailbreak = true; homepage = "https://bitbucket.org/pvdbrand/hoovie"; description = "Haskell Media Server"; license = stdenv.lib.licenses.bsd3; @@ -58922,6 +59277,7 @@ self: { testDepends = [ base QuickCheck ]; buildTools = [ c2hs ]; pkgconfigDepends = [ opencc ]; + jailbreak = true; homepage = "https://github.com/MnO2/hopencc"; description = "Haskell binding to libopencc"; license = stdenv.lib.licenses.bsd3; @@ -58942,7 +59298,6 @@ self: { ]; buildTools = [ c2hs ]; extraLibraries = [ OpenCL ]; - configureFlags = [ "-f-debug" ]; homepage = "https://github.com/merijn/hopencl"; description = "Haskell bindings for OpenCL"; license = stdenv.lib.licenses.bsd3; @@ -59045,6 +59400,7 @@ self: { sha256 = "1rx5kvacnzm3qmc0z8n9fhrcrac059akzh9ccq0qswl7w9m4iby3"; buildDepends = [ base bytestring zlib ]; testDepends = [ base bytestring hspec QuickCheck zlib ]; + jailbreak = true; homepage = "https://github.com/ananthakumaran/hopfli"; description = "zlib compatible compression using Zopfli Compression Algorithm"; license = stdenv.lib.licenses.asl20; @@ -59086,6 +59442,7 @@ self: { base bytestring QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://rd.slavepianos.org/t/hosc"; description = "Haskell Open Sound Control"; license = "GPL"; @@ -59123,6 +59480,7 @@ self: { base bytestring cgi haskeline hosc hosc-json hsc3 json text transformers utf8-string websockets www-minus ]; + jailbreak = true; homepage = "http://rd.slavepianos.org/?t=hosc-utils"; description = "Haskell Open Sound Control Utilities"; license = "GPL"; @@ -59164,6 +59522,7 @@ self: { buildDepends = [ attoparsec base bytestring data-default dns iproute network ]; + jailbreak = true; homepage = "https://github.com/yihuang/hosts-server"; description = "An dns server which is extremely easy to config"; license = stdenv.lib.licenses.gpl3; @@ -59194,6 +59553,7 @@ self: { version = "0.1.9.13"; sha256 = "1c614gvwypfqaj4gqsdimqq40i34w393vikq5hhy3d4qll2qp8hv"; buildDepends = [ base plugins ]; + jailbreak = true; homepage = "https://github.com/mikeplus64/hotswap"; description = "Simple code hotswapping"; license = stdenv.lib.licenses.bsd3; @@ -59250,7 +59610,6 @@ self: { network OpenGL parseargs process ]; extraLibraries = [ freeglut mesa ]; - configureFlags = [ "-f-serveronly" ]; homepage = "http://www.haskell.org/haskellwiki/Hp2any"; description = "Real-time heap graphing utility and profile stream server with a reusable graphing module"; license = stdenv.lib.licenses.bsd3; @@ -59359,6 +59718,7 @@ self: { filepath FindBin haskell-src-exts hint hint-server monad-loops mtl process time wx wxcore ]; + jailbreak = true; homepage = "http://haskell.hpage.com"; description = "A scrapbook for Haskell developers"; license = stdenv.lib.licenses.bsd3; @@ -59399,6 +59759,7 @@ self: { old-locale postgresql-simple process safe snap-app snap-core snap-server text time transformers utf8-string ]; + jailbreak = true; homepage = "http://hpaste.org/"; description = "Haskell paste web site"; license = "GPL"; @@ -59419,6 +59780,7 @@ self: { base bytestring directory filepath http-conduit http-types lifted-base network optparse-applicative process safe utf8-string ]; + jailbreak = true; homepage = "http://github.com/parcs/hpasteit"; description = "A command-line client for hpaste.org"; license = stdenv.lib.licenses.bsd3; @@ -59497,7 +59859,6 @@ self: { base containers data-default haste-compiler haste-perch monads-tf transformers ]; - configureFlags = [ "-f-haste-inst" ]; homepage = "https://github.com/agocorona/hplayground"; description = "monadic, reactive Formlets running in the Web browser"; license = stdenv.lib.licenses.bsd3; @@ -59531,6 +59892,7 @@ self: { base ConfigFile directory filepath HaXml HDBC HDBC-sqlite3 hslogger MissingH mtl network old-time parsec process unix ]; + jailbreak = true; homepage = "http://software.complete.org/hpodder"; description = "Podcast Aggregator (downloader)"; license = "GPL"; @@ -59555,7 +59917,7 @@ self: { vector ]; extraLibraries = [ postgresql ]; - configureFlags = [ "-f-tests" ]; + jailbreak = true; description = "Haskell bindings to libpqtypes"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) postgresql;}; @@ -59577,7 +59939,6 @@ self: { protocol-buffers-descriptor utf8-string ]; buildTools = [ alex ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/protocol-buffers/"; description = "Parse Google Protocol Buffer specifications"; license = stdenv.lib.licenses.bsd3; @@ -59601,7 +59962,7 @@ self: { protocol-buffers-fork utf8-string ]; buildTools = [ alex ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "http://darcs.factisresearch.com/pub/protocol-buffers-fork/"; description = "Parse Google Protocol Buffer specifications"; license = stdenv.lib.licenses.bsd3; @@ -59616,7 +59977,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base directory filepath hcg-minus random ]; - configureFlags = [ "-f-build-exec" ]; homepage = "http://rd.slavepianos.org/?t=hps"; description = "Haskell Postscript"; license = "GPL"; @@ -59631,6 +59991,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base cairo gtk hps random ]; + jailbreak = true; homepage = "http://slavepianos.org/rd/?t=hps-cairo"; description = "Cairo rendering for the haskell postscript library"; license = "GPL"; @@ -59643,6 +60004,7 @@ self: { version = "0.1.0.0"; sha256 = "0w1yyrv4k7fi016084j4k1lh6jgxg5502r83zszr9cjc6rraj8fc"; buildDepends = [ base vector ]; + jailbreak = true; homepage = "http://stathacking.com/hps-kmeans"; description = "A nice implementation of the k-Means algorithm"; license = stdenv.lib.licenses.gpl3; @@ -59669,6 +60031,7 @@ self: { version = "0.1.3"; sha256 = "1hb9yslb94ynzlphsp0i4f547zqxblrj49hqy4d7zivdqp38lqla"; buildDepends = [ aeson base bytestring process process-extras ]; + jailbreak = true; homepage = "https://github.com/davidlazar/hpygments"; description = "Highlight source code using Pygments"; license = stdenv.lib.licenses.mit; @@ -59718,7 +60081,7 @@ self: { base HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-foptimize" ]; + jailbreak = true; homepage = "http://github.com/paulrzcz/hquantlib.git"; description = "HQuantLib is a port of essencial parts of QuantLib to Haskell"; license = "LGPL"; @@ -59763,6 +60126,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers ]; + jailbreak = true; homepage = "http://github.com/Raynes/Hricket"; description = "A Cricket scoring application"; license = stdenv.lib.licenses.bsd3; @@ -59895,7 +60259,6 @@ self: { sha256 = "1l2h1zv63c25k80gljnan3vg2r25a4b7byf5yryj3cjwa9xcg457"; buildDepends = [ base ghc-prim ]; extraLibraries = [ ole32 oleaut32 ]; - configureFlags = [ "-f-old-base" ]; description = "Pragmatic .NET interop for Haskell"; license = stdenv.lib.licenses.bsd3; }) { ole32 = null; oleaut32 = null;}; @@ -59911,6 +60274,7 @@ self: { buildDepends = [ base bytestring containers mtl text time xml-conduit zip-archive ]; + jailbreak = true; description = "HS-Excelx provides basic read-only access to Excel 2007 and 2010 documents in XLSX format"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -59922,6 +60286,7 @@ self: { version = "0.3.4"; sha256 = "0j52drd3pb6ssgngfqxdsvvjjnx11nsmxwjsin6cmbv0nifpyq51"; buildDepends = [ base bytestring haskell98 ]; + jailbreak = true; homepage = "http://patch-tag.com/r/VasylPasternak/hs-ffmpeg"; description = "Bindings to FFMPEG library"; license = stdenv.lib.licenses.bsd3; @@ -59981,6 +60346,7 @@ self: { buildDepends = [ base containers directory filepath parsec process ]; + jailbreak = true; description = "Haskell wrapper around the GIZA++ toolkit"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -60037,6 +60403,7 @@ self: { diagrams-svg HUnit mtl parsec parsec-numbers QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://deepakjois.github.com/hs-logo"; description = "Logo interpreter written in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -60088,7 +60455,6 @@ self: { buildDepends = [ array base directory glib gtk MonadPrompt mtl random ]; - configureFlags = [ "-fsplit-base" ]; description = "Programmer's Mine Sweeper in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -60112,7 +60478,6 @@ self: { version = "0.2.1.0"; sha256 = "09v2kp643asl3zpv8rbb8a7zv0h3bn5l4gxz44d71kly9qr3jkhh"; buildDepends = [ base data-default-class text ]; - configureFlags = [ "-f-pedantic" ]; homepage = "https://github.com/trskop/hs-pkg-config"; description = "Create pkg-config configuration files"; license = stdenv.lib.licenses.bsd3; @@ -60134,6 +60499,7 @@ self: { system-filepath text time transformers unordered-containers uuid zip-archive ]; + jailbreak = true; homepage = "https://github.com/tazjin/hs-pkpass"; description = "A library for Passbook pass creation & signing"; license = stdenv.lib.licenses.bsd3; @@ -60155,6 +60521,7 @@ self: { testDepends = [ base containers hspec tasty tasty-hunit xml-conduit ]; + jailbreak = true; homepage = "https://github.com/codygman/hs-scrape/"; description = "Simple and easy web scraping and automation in Haskell"; license = stdenv.lib.licenses.mit; @@ -60216,7 +60583,7 @@ self: { base doctest Glob hlint hspec HUnit process QuickCheck random regex-compat ]; - configureFlags = [ "-f-documentation" ]; + jailbreak = true; homepage = "https://github.com/tfausak/hs2048"; description = "A 2048 clone in Haskell"; license = stdenv.lib.licenses.mit; @@ -60253,6 +60620,7 @@ self: { buildDepends = [ base directory haskell-src haskell-src-exts haskell98 split ]; + jailbreak = true; homepage = "http://www.github.com/finnsson/hs2graphviz"; description = "Generate graphviz-code from Haskell-code"; license = "unknown"; @@ -60282,6 +60650,7 @@ self: { buildDepends = [ base bindings-sqlite3 bytestring mtl utf8-string ]; + jailbreak = true; description = "Sqlite3 bindings"; license = "LGPL"; }) {}; @@ -60294,6 +60663,7 @@ self: { sha256 = "0zxmlyckp9c0i5s8vi62d3qvnilh8kl093ckqr7dchgmki4az7rp"; buildDepends = [ array base bytestring dlist mtl ]; extraLibraries = [ xenctrl ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/HsXenCtrl"; description = "FFI bindings to the Xen Control library"; license = stdenv.lib.licenses.bsd3; @@ -60365,7 +60735,6 @@ self: { base bytestring containers directory HUnit test-framework test-framework-hunit text time ]; - configureFlags = [ "-f-hydra" ]; description = "Launch and gather data from Haskell and non-Haskell benchmarks"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -60384,6 +60753,7 @@ self: { hsbencher HTTP http-conduit http-types json mtl network resourcet time ]; + jailbreak = true; description = "Backend for uploading benchmark data to CodeSpeed"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -60417,6 +60787,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers directory process ]; + jailbreak = true; description = "A preprocessor that helps with writing Haskell bindings to C code"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -60460,6 +60831,7 @@ self: { version = "0.14"; sha256 = "1f62mfjssky7igbp1nx2zf1azbih76m65xydnf5akp8pim7nzmis"; buildDepends = [ base cairo gtk hosc hsc3 split ]; + jailbreak = true; homepage = "http://rd.slavepianos.org/?t=hsc3-cairo"; description = "haskell supercollider cairo drawing"; license = "GPL"; @@ -60544,7 +60916,7 @@ self: { hsc3-lang hsc3-sf hsc3-unsafe hsc3-utils hsharc MonadRandom primes process random random-shuffle sc3-rdu she split ]; - configureFlags = [ "-f-build-exec" ]; + jailbreak = true; homepage = "http://rd.slavepianos.org/t/hsc3-graphs"; description = "Haskell SuperCollider Graphs"; license = "GPL"; @@ -60621,7 +60993,6 @@ self: { base bytestring containers data-default directory filepath hosc hsc3 process time time-compat transformers ]; - configureFlags = [ "-f-build-examples" ]; homepage = "https://github.com/kaoskorobase/hsc3-process"; description = "Create and control scsynth processes"; license = "GPL"; @@ -60634,6 +61005,7 @@ self: { version = "0.14.1"; sha256 = "0m814vr41i0mm0c001vbih9i93048niljv3z8czaz32wysa8xpfl"; buildDepends = [ base hsc3 ]; + jailbreak = true; homepage = "http://rd.slavepianos.org/?t=hsc3-rec"; description = "Haskell SuperCollider Record Variants"; license = "GPL"; @@ -60678,7 +61050,6 @@ self: { base failure QuickCheck random test-framework test-framework-quickcheck2 transformers ]; - configureFlags = [ "-f-build-examples" ]; homepage = "https://github.com/kaoskorobase/hsc3-server"; description = "SuperCollider server resource management and synchronization"; license = "GPL"; @@ -60719,6 +61090,7 @@ self: { version = "0.14"; sha256 = "0kywqx7x10hqzhq8by0f62aznrnq4y3013cxkccx1r0naajpz3yj"; buildDepends = [ base hsc3 ]; + jailbreak = true; homepage = "http://rd.slavepianos.org/?t=hsc3-unsafe"; description = "Unsafe Haskell SuperCollider"; license = "GPL"; @@ -60753,6 +61125,7 @@ self: { sha256 = "0alnwc170hd2dyq718nvfq5dsbnyp29j3z49w2w5k59pi9pnqybc"; buildDepends = [ array base time unix ]; extraLibraries = [ camwire_1394 dc1394_control raw1394 ]; + jailbreak = true; description = "Haskell bindings to IIDC1394 cameras, via Camwire"; license = "LGPL"; }) { camwire_1394 = null; dc1394_control = null; @@ -60784,6 +61157,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ aeson base bytestring ghc-prim HTTP ]; + jailbreak = true; homepage = "https://bitbucket.org/sebasmagri/hscd"; description = "Command line client and library for SoundCloud.com"; license = stdenv.lib.licenses.bsd3; @@ -60798,7 +61172,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base cairo glib gtk old-time ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://haskell.org/gtk2hs/archives/2006/01/26/cairo-eye-candy/"; description = "An elegant analog clock using Haskell, GTK and Cairo"; license = "GPL"; @@ -60860,6 +61233,7 @@ self: { version = "1.4.1.2"; sha256 = "1r3njcwad8d4vn17s5g69iw3rhjz9hbhv49wkqqpndck5080fh7l"; buildDepends = [ base mtl old-locale old-time unix ]; + jailbreak = true; homepage = "https://github.com/skogsbaer/hscurses"; description = "NCurses bindings for Haskell"; license = "LGPL"; @@ -60913,6 +61287,7 @@ self: { version = "0.14"; sha256 = "1wxms6z8mpyf4l1qqxi6gvscls3mwlj5aq6g3ldashzrmb7pcimm"; buildDepends = [ base bytestring hosc ]; + jailbreak = true; homepage = "http://rd.slavepianos.org/?t=hsdif"; description = "Haskell SDIF"; license = "GPL"; @@ -61009,6 +61384,7 @@ self: { version = "1.3.2"; sha256 = "03d0pnsba7yj5x7zrg8b80kxsnqn5g40vd2i717s1dnn3bd3vz4s"; buildDepends = [ base mtl old-time parsec ]; + jailbreak = true; homepage = "http://patch-tag.com/r/hsemail-ns/home"; description = "Internet Message Parsers"; license = stdenv.lib.licenses.bsd3; @@ -61029,6 +61405,7 @@ self: { base bytestring Cabal directory file-embed filepath http-streams io-streams mtl process safe split unix ]; + jailbreak = true; homepage = "https://github.com/tmhedberg/hsenv"; description = "Virtual Haskell Environment builder"; license = stdenv.lib.licenses.bsd3; @@ -61062,6 +61439,7 @@ self: { testDepends = [ base binary bytestring containers hspec HUnit iconv text time ]; + jailbreak = true; homepage = "https://github.com/emmanueltouzery/hsexif"; description = "EXIF handling library in pure Haskell"; license = stdenv.lib.licenses.bsd3; @@ -61088,6 +61466,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base hdaemonize hslogger network process ]; + jailbreak = true; homepage = "https://github.com/Yuras/hsfcsh"; description = "Incremental builder for flash"; license = stdenv.lib.licenses.bsd3; @@ -61186,7 +61565,6 @@ self: { array base binary bytestring hmatrix hmatrix-gsl hmatrix-gsl-stats hstatistics mtl storable-complex ]; - configureFlags = [ "-f-mkl" ]; homepage = "http://code.haskell.org/hsignal"; description = "Signal processing and EEG data analysis"; license = stdenv.lib.licenses.bsd3; @@ -61210,6 +61588,7 @@ self: { testDepends = [ base filepath haskell-src-exts tasty tasty-golden ]; + jailbreak = true; description = "A command line program for extending the import list of a Haskell source file"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -61253,7 +61632,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Cabal directory filepath process unix ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~arossato/hslackbuilder"; description = "HSlackBuilder automatically generates slackBuild scripts from a cabal package"; license = stdenv.lib.licenses.bsd3; @@ -61298,7 +61676,6 @@ self: { buildDepends = [ base containers directory mtl network old-locale process time unix ]; - configureFlags = [ "-f-buildtests" "-fsmall_base" ]; homepage = "http://software.complete.org/hslogger"; description = "Versatile logging framework"; license = stdenv.lib.licenses.bsd3; @@ -61348,6 +61725,7 @@ self: { testDepends = [ base conduit hspec QuickCheck split stm transformers ]; + jailbreak = true; homepage = "https://github.com/bartavelle/hslogstash"; description = "A library to work with, or as, a logstash server"; license = stdenv.lib.licenses.bsd3; @@ -61362,7 +61740,7 @@ self: { buildDepends = [ base mtl ]; testDepends = [ base ]; pkgconfigDepends = [ lua ]; - configureFlags = [ "-fsystem-lua" "-f-apicheck" "-fsystem-lua" ]; + configureFlags = [ "-fsystem-lua" ]; description = "A Lua language interpreter embedding in Haskell"; license = stdenv.lib.licenses.mit; }) { inherit (pkgs) lua;}; @@ -61499,6 +61877,7 @@ self: { hostname hslogger mtl network pipes pipes-attoparsec pipes-network stm stm-chans text ]; + jailbreak = true; homepage = "https://github.com/gamelost/hsnsq"; description = "Haskell NSQ client"; license = stdenv.lib.licenses.asl20; @@ -61538,6 +61917,7 @@ self: { regex-posix test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/josercruz01/hsoptions"; description = "Haskell library that supports command-line flag processing"; license = stdenv.lib.licenses.asl20; @@ -61550,7 +61930,6 @@ self: { version = "0.10.0"; sha256 = "1ayfywgrlmzivsq6lirmgvl65x1shf8041lzw2yh245rkmd91lsf"; buildDepends = [ base mtl text ]; - configureFlags = [ "-fbase4" ]; homepage = "http://hub.darcs.net/nibro/hsp"; description = "Haskell Server Pages is a library for writing dynamic server-side web pages"; license = stdenv.lib.licenses.bsd3; @@ -61786,6 +62165,7 @@ self: { sha256 = "197c9x25r41xmaq84xqhi0kizxi7as7jn7k9klj7pq9fmd9hcg7m"; buildDepends = [ base hspec HUnit QuickCheck ]; testDepends = [ base hspec-meta ]; + jailbreak = true; description = "An experimental DSL for testing on top of Hspec"; license = stdenv.lib.licenses.mit; }) {}; @@ -61895,6 +62275,7 @@ self: { HandsomeSoup hspec hspec-core hxt lens mtl snap snap-core snap-extras text transformers ]; + jailbreak = true; homepage = "https://github.com/dbp/hspec-snap"; description = "A library for testing with Hspec and the Snap Web Framework"; license = stdenv.lib.licenses.bsd3; @@ -62037,7 +62418,6 @@ self: { buildDepends = [ base binary bytestring containers extensible-exceptions network ]; - configureFlags = [ "-fsmall_base" ]; description = "A client library for the spread toolkit"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -62051,6 +62431,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base bytestring vty ]; + jailbreak = true; description = "A terminal presentation tool"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -62154,10 +62535,6 @@ self: { testDepends = [ base containers directory QuickCheck tagged text ]; buildTools = [ c2hs ]; pkgconfigDepends = [ Qt5Core Qt5Gui Qt5Qml Qt5Quick Qt5Widgets ]; - configureFlags = [ - "-fuseexithook" "-fforceghcilib" "-fthreadedtestsuite" - "-f-usepkgconfig" - ]; homepage = "http://www.gekkou.co.uk/software/hsqml/"; description = "Haskell binding for Qt Quick"; license = stdenv.lib.licenses.bsd3; @@ -62205,7 +62582,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base hsqml OpenGL OpenGLRaw text ]; - configureFlags = [ "-fopengl" ]; + jailbreak = true; homepage = "http://www.gekkou.co.uk/software/hsqml/"; description = "HsQML sample programs"; license = stdenv.lib.licenses.bsd3; @@ -62224,6 +62601,7 @@ self: { buildDepends = [ base containers deepseq directory hsqml OddWord tagged ]; + jailbreak = true; homepage = "http://www.gekkou.co.uk/"; description = "HsQML-based implementation of Nine Men's Morris"; license = stdenv.lib.licenses.bsd3; @@ -62272,6 +62650,7 @@ self: { base containers groom HUnit mtl parsec pretty syb template-haskell test-framework test-framework-hunit transformers uniplate ]; + jailbreak = true; homepage = "http://jakewheat.github.com/hssqlppp/"; description = "SQL parser and type checker"; license = stdenv.lib.licenses.bsd3; @@ -62330,6 +62709,7 @@ self: { buildDepends = [ base directory filepath ghc ghc-paths HUnit mtl QuickCheck random ]; + jailbreak = true; homepage = "http://bitbucket.org/dave4420/hstest/wiki/Home"; description = "Runs tests via QuickCheck1 and HUnit; like quickCheck-script but uses GHC api"; license = stdenv.lib.licenses.bsd3; @@ -62369,6 +62749,7 @@ self: { base HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; description = "Distributed instant messaging over Tor"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -62390,6 +62771,7 @@ self: { configurator containers hoauth http-conduit lifted-base numbers old-locale resourcet RSA safe text time transformers vector ]; + jailbreak = true; description = "Tradeking API bindings for Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -62407,6 +62789,7 @@ self: { buildDepends = [ base cmdargs directory filepath haskell-src-exts syb text vector ]; + jailbreak = true; description = "Checks Haskell source code for style compliance"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -62425,6 +62808,7 @@ self: { base cairo containers directory filepath glade gtk parallel QuickCheck random xml ]; + jailbreak = true; homepage = "http://www.dcc.fc.up.pt/~pbv/stuff/hstzaar"; description = "A two player abstract strategy game"; license = stdenv.lib.licenses.bsd3; @@ -62474,7 +62858,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base haskell-src-exts mtl utf8-string ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; homepage = "http://patch-tag.com/r/nibro/hsx"; description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; license = stdenv.lib.licenses.bsd3; @@ -62522,7 +62906,7 @@ self: { base haskell-src-exts haskell-src-meta mtl template-haskell utf8-string ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; homepage = "http://hub.darcs.net/nibro/hsx2hs"; description = "HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code"; license = stdenv.lib.licenses.bsd3; @@ -62621,6 +63005,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base process time ]; + jailbreak = true; description = "Timing utility for the command line"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -62720,6 +63105,7 @@ self: { ascii base blaze-builder bytestring cmdargs hamlet http-enumerator network text xmlhtml ]; + jailbreak = true; homepage = "http://github.com/tanakh/html2hamlet"; description = "HTML to Hamlet converter"; license = stdenv.lib.licenses.bsd3; @@ -62734,7 +63120,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base HDBC HDBC-sqlite3 ]; - configureFlags = [ "-f-safe" ]; homepage = "http://github.com/pirapira/htodo"; description = "A todo application"; license = stdenv.lib.licenses.bsd3; @@ -62771,7 +63156,6 @@ self: { version = "0.1"; sha256 = "0ar1w9p6ppag2vp8kw6byirhfdfs4r639pjh5icnyiiliz6jkvlx"; buildDepends = [ base ]; - configureFlags = [ "-fsplit-base" ]; description = "Hierarchical tracing for debugging of lazy evaluation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -62870,6 +63254,7 @@ self: { version = "0.1.1"; sha256 = "12l892fix11mrvm10awwvv31y59q5rb6gb0sqjp6l4p4ym9ngqa3"; buildDepends = [ attoparsec base bytestring http-types ]; + jailbreak = true; homepage = "https://github.com/tlaitinen/http-attoparsec"; description = "Attoparsec parsers for http-types"; license = stdenv.lib.licenses.bsd3; @@ -62899,7 +63284,6 @@ self: { case-insensitive containers deepseq hspec http-types monad-control network streaming-commons text time transformers zlib ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/snoyberg/http-client"; description = "An HTTP client engine, intended as a base layer for more user-friendly packages"; license = stdenv.lib.licenses.mit; @@ -62946,6 +63330,7 @@ self: { buildDepends = [ base bytestring http-client http-types lens network ]; + jailbreak = true; homepage = "http://github.com/reinh/http-client-lens"; description = "Optics for http-client"; license = stdenv.lib.licenses.bsd3; @@ -62990,7 +63375,7 @@ self: { base bytestring exceptions http-client http-media http-types network network-uri ]; - configureFlags = [ "-fnetwork-uri" ]; + jailbreak = true; homepage = "https://github.com/spl/http-client-request-modifiers"; description = "Convenient monadic HTTP request modifiers"; license = stdenv.lib.licenses.bsd3; @@ -63008,7 +63393,7 @@ self: { base bytestring HsOpenSSL http-client http-client-openssl io-streams mtl transformers ]; - configureFlags = [ "-f-tls" ]; + jailbreak = true; description = "http-client for io-streams supporting openssl"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63098,6 +63483,7 @@ self: { http-conduit http-types HUnit lifted-base monad-control network network-conduit resourcet socks text time tls transformers wai warp ]; + jailbreak = true; homepage = "https://github.com/exbb2/http-conduit-browser"; description = "Browser interface to the http-conduit package"; license = stdenv.lib.licenses.bsd3; @@ -63118,7 +63504,6 @@ self: { http-client http-conduit http-types lifted-base mtl network network-uri old-locale resourcet time zlib ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/bazqux/http-conduit-downloader"; description = "HTTP downloader tailored for web-crawler needs"; license = stdenv.lib.licenses.bsd3; @@ -63175,7 +63560,7 @@ self: { http-types monad-control network tls tls-extra transformers utf8-string zlib-enum ]; - configureFlags = [ "-f-network-bytestring" "-f-test" ]; + jailbreak = true; homepage = "http://github.com/snoyberg/http-enumerator"; description = "HTTP client package with enumerator interface and HTTPS support. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -63207,6 +63592,7 @@ self: { sha256 = "1lcl0ylj8lq0i2b806k1yqvzbv9dg1m4ka9bmvmhz4z78kiahck1"; buildDepends = [ attoparsec base errors network-uri text ]; testDepends = [ base hspec hspec-attoparsec QuickCheck text ]; + jailbreak = true; homepage = "https://github.com/myfreeweb/http-link-header"; description = "A parser and writer for the HTTP Link header as specified in RFC 5988 \"Web Linking\""; license = stdenv.lib.licenses.asl20; @@ -63244,7 +63630,7 @@ self: { base bytestring containers explicit-exception HTTP lazyio network parsec transformers utility-ht ]; - configureFlags = [ "-f-buildtestserver" "-f-splitbase" ]; + jailbreak = true; description = "Monad abstraction for HTTP allowing lazy transfer and non-I/O simulation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63265,7 +63651,7 @@ self: { http-conduit http-types lifted-base network resourcet tls transformers wai ]; - configureFlags = [ "-f-network-bytestring" ]; + jailbreak = true; homepage = "https://github.com/erikd/http-proxy"; description = "A library for writing HTTP and HTTPS proxies"; license = stdenv.lib.licenses.bsd3; @@ -63424,6 +63810,7 @@ self: { version = "0.6.2.3"; sha256 = "1sbg4gpx8ikaxb15wflm7fnjnkr32fj07bva62z54dsm630s37fx"; buildDepends = [ base failure process transformers ]; + jailbreak = true; homepage = "http://github.com/snoyberg/http-wget/tree/master"; description = "Provide a simple HTTP client interface by wrapping the wget command line tool. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -63451,7 +63838,6 @@ self: { blaze-builder bytestring containers directory doctest filepath hex hspec PSQueue text unordered-containers vector word8 ]; - configureFlags = [ "-f-devel" ]; description = "HTTP/2.0 library including frames and HPACK"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63465,7 +63851,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base network network-uri ]; - configureFlags = [ "-fnetwork-uri" "-f-buildexamples" ]; description = "A simple web-server with an interact style API"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63489,6 +63874,7 @@ self: { https-everywhere-rules-raw lens network pipes string-conversions taggy-lens text text-icu ]; + jailbreak = true; homepage = "https://github.com/fmap/https-everywhere-rules"; description = "High-level access to HTTPS Everywhere rulesets"; license = stdenv.lib.licenses.mit; @@ -63501,6 +63887,7 @@ self: { version = "4.0"; sha256 = "0zm3znn42nzh9dlpjjn38nsz8rsb0gzl5rv6ngii1vfq534sddy6"; buildDepends = [ base directory filepath functor-infix text ]; + jailbreak = true; homepage = "https://github.com/fmap/https-everywhere-rules-raw"; description = "Low-level (i.e. XML) access to HTTPS Everywhere rulesets."; license = stdenv.lib.licenses.gpl2; @@ -63532,6 +63919,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ alsa-pcm base carray fft gloss ]; + jailbreak = true; description = "harmonic analyser and tuner for musical instruments"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63545,6 +63933,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base OpenGL random SDL ]; + jailbreak = true; homepage = "http://tomahawkins.org"; description = "A two player abstract strategy game"; license = stdenv.lib.licenses.bsd3; @@ -63596,6 +63985,7 @@ self: { mtl old-time process ]; extraLibraries = [ ruby ]; + jailbreak = true; description = "Support library for Hubris, the Ruby <=> Haskell bridge"; license = "unknown"; }) { inherit (pkgs) ruby;}; @@ -63623,7 +64013,6 @@ self: { base containers directory filepath mtl parsec uniplate ycextra yhccore ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Yhc"; description = "Hugs Front-end to Yhc Core"; license = stdenv.lib.licenses.bsd3; @@ -63646,6 +64035,7 @@ self: { containers Crypto directory fastirc filepath ghc-prim monad-extras mtl network split strict text time unix utf8-string ]; + jailbreak = true; description = "IRC server written in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63669,6 +64059,7 @@ self: { network system-fileio system-filepath system-uuid text transformers unix unordered-containers wai warp ]; + jailbreak = true; description = "Haskell UPnP Media Server"; license = "GPL"; }) {}; @@ -63682,6 +64073,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base cairo gtk haskell98 HUnit ]; + jailbreak = true; homepage = "http://patch-tag.com/r/kwallmar/hunit_gui/home"; description = "A GUI testrunner for HUnit"; license = stdenv.lib.licenses.publicDomain; @@ -63706,6 +64098,7 @@ self: { sha256 = "1xj5f6l8nfanbf0xdwl2j2na45w5h0spi9a8pxqgpxx2rak145gs"; buildDepends = [ base HUnit rematch ]; testDepends = [ base hspec HUnit rematch ]; + jailbreak = true; homepage = "github.com/tcrayford/rematch"; description = "HUnit support for rematch"; license = stdenv.lib.licenses.mit; @@ -63739,6 +64132,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base bytestring containers kangaroo ]; + jailbreak = true; homepage = "http://code.google.com/p/copperbox/"; description = "Extract function names from Windows DLLs"; license = stdenv.lib.licenses.bsd3; @@ -63759,9 +64153,6 @@ self: { array base bytestring containers directory filepath ghc-paths haskeline knob mtl parsec process time transformers utf8-string ]; - configureFlags = [ - "-fuseptrs" "-fuselibraries" "-f-useffi" "-f-usedebug" - ]; homepage = "http://justinethier.github.com/husk-scheme"; description = "R5RS Scheme interpreter, compiler, and library"; license = stdenv.lib.licenses.mit; @@ -63796,6 +64187,7 @@ self: { buildDepends = [ base containers mtl old-locale parsec readline time ]; + jailbreak = true; homepage = "http://github.com/markusle/husky/tree/master"; description = "A simple command line calculator"; license = "GPL"; @@ -63863,6 +64255,7 @@ self: { array base containers directory haskell98 html mtl network old-time regex-compat text unix ]; + jailbreak = true; description = "Simple Haskell Web Server"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63892,6 +64285,7 @@ self: { base fclabels network network-protocol-xmpp text transformers xml-types ]; + jailbreak = true; description = "Haskell XMPP (Jabber Client) Command Line Interface (CLI)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -63916,7 +64310,7 @@ self: { transformers TypeCompose xournal-builder xournal-parser xournal-render xournal-types ]; - configureFlags = [ "-fpoppler" ]; + jailbreak = true; homepage = "http://ianwookim.org/hxournal"; description = "A pen notetaking program written in haskell"; license = stdenv.lib.licenses.bsd3; @@ -63936,7 +64330,7 @@ self: { hxt-charproperties hxt-regex-xmlschema hxt-unicode mtl network-uri parsec ]; - configureFlags = [ "-fnetwork-uri" "-fnetwork-uri" ]; + configureFlags = [ "-fnetwork-uri" ]; homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; description = "A collection of tools for processing XML with Haskell"; license = stdenv.lib.licenses.mit; @@ -63953,6 +64347,7 @@ self: { buildDepends = [ base binary bytestring bzlib deepseq haskell98 hxt ]; + jailbreak = true; homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; description = "Serialisation and deserialisation of HXT XmlTrees"; license = "unknown"; @@ -63996,7 +64391,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base hxt parsec split ]; - configureFlags = [ "-f-examples" ]; homepage = "https://github.com/redneb/hxt-css"; description = "CSS selectors for HXT"; license = stdenv.lib.licenses.bsd3; @@ -64033,7 +64427,6 @@ self: { version = "0.4.1"; sha256 = "1bv8kcra2vgjbp7k0yczlrfbjh7ib2xixaqpnnd60hq84878nzb1"; buildDepends = [ base hxt ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.google.com/p/hxt-extras/"; description = "Extra functions for HXT"; license = stdenv.lib.licenses.bsd3; @@ -64051,6 +64444,7 @@ self: { base containers directory filepath haskell98 HTTP HUnit hxt network parsec process ]; + jailbreak = true; homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; description = "A collection of tools for processing XML with Haskell (Filter variant)"; license = "unknown"; @@ -64067,7 +64461,6 @@ self: { buildDepends = [ base bytestring HTTP hxt network network-uri parsec ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; description = "Interface to native Haskell HTTP package HTTP"; license = stdenv.lib.licenses.mit; @@ -64113,7 +64506,6 @@ self: { base containers hxt hxt-charproperties hxt-regex-xmlschema network-uri parsec ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; description = "The HXT RelaxNG validator"; license = stdenv.lib.licenses.mit; @@ -64181,6 +64573,7 @@ self: { version = "0.2.2"; sha256 = "1il21mqmvvfdny5ksnyixj1wqhabvxqhccd6vj4dbzlvvf5yb6k1"; buildDepends = [ base bytestring encoding hxt mtl ]; + jailbreak = true; description = "Helper functions for HXT"; license = "LGPL"; }) {}; @@ -64226,7 +64619,7 @@ self: { highlighting-kate mtl pandoc regex-pcre-builtin text unordered-containers ]; - configureFlags = [ "-fthreaded" ]; + jailbreak = true; homepage = "http://sourrust.github.io/hyakko/"; description = "Literate-style Documentation Generator"; license = stdenv.lib.licenses.mit; @@ -64267,7 +64660,7 @@ self: { buildDepends = [ base hmatrix ]; testDepends = [ base ]; extraLibraries = [ sixense_x64 ]; - configureFlags = [ "-f-usepkgconfig" ]; + jailbreak = true; homepage = "https://github.com/mruegenberg/hydra-hs"; description = "Haskell binding to the Sixense SDK for the Razer Hydra"; license = stdenv.lib.licenses.bsd3; @@ -64296,6 +64689,7 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-th text time transformers unix ]; + jailbreak = true; homepage = "https://github.com/rrnewton/hydra-print"; description = "NCurses interface to view multiple ByteString streams in parallel"; license = stdenv.lib.licenses.bsd3; @@ -64311,7 +64705,6 @@ self: { sha256 = "03psq7m52bg3ks53ny7ra1g0hkwg62140q1fy0236b64jbk15yq1"; buildDepends = [ base bytestring containers mtl pretty text ]; testDepends = [ base Cabal containers mtl QuickCheck ]; - configureFlags = [ "-f-dev" ]; homepage = "https://www.github.com/ktvoelker/hydrogen"; description = "An alternate Prelude"; license = stdenv.lib.licenses.gpl3; @@ -64404,6 +64797,7 @@ self: { hydrogen-multimap hydrogen-version network nicify process random regex-base regex-tdfa strict time transformers uuid ]; + jailbreak = true; homepage = "http://scravy.de/hydrogen-prelude/"; description = "Hydrogen Prelude"; license = stdenv.lib.licenses.mit; @@ -64434,6 +64828,7 @@ self: { version = "0.8"; sha256 = "14z2nf2af0ydqr2sm4r4cn252qn0hbacdc4z1lhyjnin66djb1a8"; buildDepends = [ base containers hydrogen-prelude parsec time ]; + jailbreak = true; homepage = "https://scravy.de/hydrogen-util/"; description = "Hydrogen Tools"; license = stdenv.lib.licenses.bsd3; @@ -64464,6 +64859,7 @@ self: { base bytestring containers directory extensible-exceptions filepath mtl network network-bytestring unix ]; + jailbreak = true; homepage = "http://github.com/tibbe/hyena"; description = "Simple web application server"; license = stdenv.lib.licenses.bsd3; @@ -64480,6 +64876,7 @@ self: { buildDepends = [ array base containers mtl pretty QuickCheck random uniplate ]; + jailbreak = true; description = "Tools for hybrid logics related programs"; license = "GPL"; }) {}; @@ -64493,7 +64890,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base hylolib mtl ]; - configureFlags = [ "-f-static" ]; homepage = "http://www.glyc.dc.uba.ar/intohylo/hylotab.php"; description = "Tableau based theorem prover for hybrid logics"; license = "GPL"; @@ -64508,7 +64904,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers hylolib mtl uniplate ]; - configureFlags = [ "-f-static" ]; description = "Very small programs for hybrid logics"; license = "GPL"; }) {}; @@ -64527,6 +64922,7 @@ self: { base bytestring bytestring-lexing extensible-exceptions mtl network pipes pretty ]; + jailbreak = true; description = "a fast, trustworthy HTTP(s) server built"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -64551,7 +64947,7 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; + jailbreak = true; homepage = "http://github.com/analytics/hyperloglog"; description = "An approximate streaming (constant space) unique object counter"; license = stdenv.lib.licenses.bsd3; @@ -64568,6 +64964,7 @@ self: { buildDepends = [ aeson attoparsec base bytestring http-enumerator http-types ]; + jailbreak = true; homepage = "https://github.com/mkscrg/hyperpublic-haskell"; description = "A thin wrapper for the Hyperpublic API"; license = stdenv.lib.licenses.publicDomain; @@ -64641,6 +65038,7 @@ self: { http-client-tls http-types lens lens-aeson mtl raw-strings-qq scotty stm stm-conduit text transformers ]; + jailbreak = true; homepage = "https://github.com/yamadapc/hzulip"; description = "A haskell wrapper for the Zulip API"; license = stdenv.lib.licenses.gpl2; @@ -64676,7 +65074,6 @@ self: { data-default mime mtl network network-uri old-locale parsec text time ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/tingtun/iCalendar"; description = "iCalendar data types, parser, and printer"; license = stdenv.lib.licenses.bsd3; @@ -64733,6 +65130,7 @@ self: { array base cgi containers directory filepath parsec QuickCheck random time uniplate wl-pprint ]; + jailbreak = true; homepage = "http://ideas.cs.uu.nl/www/"; description = "Feedback services for intelligent tutoring systems"; license = "GPL"; @@ -64749,6 +65147,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers ideas parsec QuickCheck random ]; + jailbreak = true; homepage = "http://ideas.cs.uu.nl/www/"; description = "Interactive domain reasoner for logic and mathematics"; license = "GPL"; @@ -64762,6 +65161,7 @@ self: { sha256 = "18jwk65mm50lqnbx9px4c8aa2x7n5dkrazzpzvdwq7cy4q614bj0"; buildDepends = [ base containers ]; testDepends = [ base containers hspec QuickCheck ]; + jailbreak = true; homepage = "https://github.com/prophile/idempotent"; description = "Idempotent monoids"; license = stdenv.lib.licenses.mit; @@ -64783,6 +65183,7 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "Numeric identifiers for values"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -64828,6 +65229,7 @@ self: { version = "0.0.1.0"; sha256 = "1pd62pr1hyk565mxc15f5lxyms58bywcqll5ya6cnzw20lv4lzlz"; buildDepends = [ base punycode split ]; + jailbreak = true; description = "Converts Unicode hostnames into ASCII"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -64858,10 +65260,8 @@ self: { ]; buildTools = [ happy ]; extraLibraries = [ boehmgc gmp ]; - configureFlags = [ - "-fgmp" "-fffi" "-f-freestanding" "-frelease" "-f-curses" "-fgmp" - "-fffi" - ]; + configureFlags = [ "-fgmp" "-fffi" ]; + jailbreak = true; homepage = "http://www.idris-lang.org/"; description = "Functional Programming Language with Dependent Types"; license = stdenv.lib.licenses.bsd3; @@ -64874,7 +65274,6 @@ self: { version = "0.7"; sha256 = "0ckhmy10l4kchr5bg1hlygrj86ij0wrj3r8in9g3c3jhh00dx3km"; buildDepends = [ base ]; - configureFlags = [ "-f-big_endian" ]; homepage = "http://github.com/patperry/hs-ieee"; description = "Utilities for dealing with IEEE floating point numbers"; license = stdenv.lib.licenses.bsd3; @@ -64909,7 +65308,6 @@ self: { version = "0.7.4"; sha256 = "1pxbkfa21mvc869n18nn7r29hcinxdbsnk68nlldzld8f6m13g1h"; buildDepends = [ base ]; - configureFlags = [ "-f-big_endian" ]; homepage = "http://github.com/patperry/hs-ieee754"; description = "Utilities for dealing with IEEE floating point numbers"; license = stdenv.lib.licenses.bsd3; @@ -64969,7 +65367,7 @@ self: { resourcet text time transformers transformers-base unordered-containers ]; - configureFlags = [ "-fconduit11" "-f-debug" ]; + jailbreak = true; homepage = "https://github.com/prowdsponsor/ig"; description = "Bindings to Instagram's API"; license = stdenv.lib.licenses.bsd3; @@ -64986,6 +65384,7 @@ self: { buildDepends = [ array base containers glib gtk haskell98 mtl ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ ige-mac-integration ]; + jailbreak = true; homepage = "http://www.haskell.org/gtk2hs/"; description = "Bindings for the Gtk/OS X integration library"; license = stdenv.lib.licenses.lgpl21; @@ -65051,6 +65450,7 @@ self: { strict system-argv0 system-filepath tar text transformers unix unordered-containers utf8-string uuid vector zeromq4-haskell ]; + jailbreak = true; homepage = "http://gibiansky.github.io/IHaskell/"; description = "A Haskell backend kernel for the IPython project"; license = stdenv.lib.licenses.mit; @@ -65067,6 +65467,7 @@ self: { buildDepends = [ aeson aeson-pretty base classy-prelude here ihaskell ]; + jailbreak = true; homepage = "http://www.github.com/gibiansky/IHaskell-Display"; description = "IHaskell display instances for Aeson"; license = stdenv.lib.licenses.mit; @@ -65083,6 +65484,7 @@ self: { buildDepends = [ base blaze-html blaze-markup classy-prelude ihaskell ]; + jailbreak = true; homepage = "http://www.github.com/gibiansky/ihaskell"; description = "IHaskell display instances for blaze-html types"; license = stdenv.lib.licenses.mit; @@ -65100,6 +65502,7 @@ self: { base bytestring Chart Chart-cairo classy-prelude data-default-class directory ihaskell ]; + jailbreak = true; homepage = "http://www.github.com/gibiansky/ihaskell"; description = "IHaskell display instances for charts types"; license = stdenv.lib.licenses.mit; @@ -65117,6 +65520,7 @@ self: { base bytestring classy-prelude diagrams diagrams-cairo diagrams-lib directory ihaskell ]; + jailbreak = true; homepage = "http://www.github.com/gibiansky/ihaskell"; description = "IHaskell display instances for diagram types"; license = stdenv.lib.licenses.mit; @@ -65129,6 +65533,7 @@ self: { version = "0.1.0.0"; sha256 = "1cbfhv9kg33dj28mn6mhhi363pz9jr2kw4ph64ga1fiawlj563l0"; buildDepends = [ base classy-prelude ihaskell ]; + jailbreak = true; homepage = "http://www.github.com/gibiansky/IHaskell"; description = "IHaskell display instances for basic types"; license = stdenv.lib.licenses.mit; @@ -65146,6 +65551,7 @@ self: { base base64-bytestring bytestring classy-prelude ihaskell magic text utf8-string ]; + jailbreak = true; homepage = "http://www.github.com/gibiansky/IHaskell"; description = "IHaskell display instances for bytestrings"; license = stdenv.lib.licenses.mit; @@ -65184,7 +65590,6 @@ self: { xhtml ]; buildTools = [ alex ]; - configureFlags = [ "-fexecutable" ]; homepage = "http://github.com/jgm/illuminate"; description = "A fast syntax highlighting library built with alex"; license = stdenv.lib.licenses.bsd3; @@ -65239,7 +65644,6 @@ self: { vector ]; pkgconfigDepends = [ ImageMagick MagickWand ]; - configureFlags = [ "-f-buildexamples" ]; description = "bindings to imagemagick library"; license = "unknown"; broken = true; @@ -65296,6 +65700,7 @@ self: { buildDepends = [ base bytestring directory HaskellNet HsOpenSSL network text ]; + jailbreak = true; description = "Downloads email from imap SSL servers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -65316,6 +65721,7 @@ self: { download-curl filepath glib gnomevfs gtk mtl parsec process split utf8-string ]; + jailbreak = true; description = "Minimalistic reference manager"; license = "GPL"; }) {}; @@ -65356,7 +65762,6 @@ self: { resourcet text text-icu time timerep tls transformers transformers-base utf8-string xdg-basedir xml ]; - configureFlags = [ "-fnetwork-uri" ]; description = "Retrieve RSS/Atom feeds and write one mail per new item in a maildir"; license = "unknown"; }) {}; @@ -65395,6 +65800,7 @@ self: { ascetic base compilation containers directory indents MissingH parsec richreports split staticanalysis text uxadt ]; + jailbreak = true; description = "Multi-platform parser analyzer and generator"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -65441,6 +65847,7 @@ self: { version = "0.4.0"; sha256 = "0z8w7lgk263ickb4l3ajhvy1bjq38bbiiw6c048a3yn4h8kpg67a"; buildDepends = [ base mtl yices ]; + jailbreak = true; homepage = "http://github.com/tomahawkins/improve/wiki/ImProve"; description = "An imperative, verifiable programming language for high assurance applications"; license = stdenv.lib.licenses.bsd3; @@ -65475,6 +65882,7 @@ self: { base containers directory filepath IndentParser mtl parsec presburger pretty ]; + jailbreak = true; homepage = "https://github.com/adamgundry/inch/"; description = "A type-checker for Haskell with integer constraints"; license = stdenv.lib.licenses.bsd3; @@ -65545,7 +65953,7 @@ self: { version = "0.2.0.0"; sha256 = "1gn6v6l2d3a6nilkr4zg9ci9z9wh5027k2cdkd8hg5w964cccgs1"; buildDepends = [ base mtl parsec parsers trifecta ]; - configureFlags = [ "-ftrifecta" "-fparsec" ]; + jailbreak = true; homepage = "https://bitbucket.org/mdmkolbe/indentation"; description = "Indentation sensitive parsing combinators for Parsec"; license = stdenv.lib.licenses.bsd3; @@ -65560,7 +65968,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base mtl parsec ]; - configureFlags = [ "-f-examples" ]; homepage = "http://www.cse.iitk.ac.in/users/ppk/code/HASKELL/indentparser"; description = "A parser for indentation based structures"; license = stdenv.lib.licenses.publicDomain; @@ -65622,6 +66029,7 @@ self: { version = "0.1.1"; sha256 = "0mhzk2smcli5mk6ghcxpbnq58adryf42s50qmqrj72sxsfd7a09r"; buildDepends = [ base bifunctors indexed mtl pointed ]; + jailbreak = true; homepage = "https://github.com/reinerp/indexed-extras"; description = "Indexed functors, monads and comonads that require extensions to Haskell98"; license = stdenv.lib.licenses.bsd3; @@ -65675,6 +66083,7 @@ self: { buildDepends = [ ansi-wl-pprint base github optparse-applicative parsec process text ]; + jailbreak = true; homepage = "https://github.com/silky/infer-upstream"; description = "Find the repository from where a given repo was forked"; license = stdenv.lib.licenses.mit; @@ -65702,6 +66111,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base binary Cabal filepath ghc irc plugins ]; + jailbreak = true; license = stdenv.lib.licenses.bsd3; }) {}; @@ -65770,9 +66180,6 @@ self: { base http-client HUnit mtl tasty tasty-hunit tasty-quickcheck tasty-th text vector ]; - configureFlags = [ - "-fnetwork-uri" "-fretry-050" "-faeson-070" "-f-examples" - ]; homepage = "https://github.com/maoe/influxdb-haskell"; description = "Haskell client library for InfluxDB"; license = stdenv.lib.licenses.bsd3; @@ -65795,6 +66202,7 @@ self: { pandoc persistent persistent-postgresql shakespeare text time yesod yesod-auth yesod-core yesod-form ]; + jailbreak = true; homepage = "http://doomanddarkness.eu/pub/informative"; description = "A yesod subsite serving a wiki"; license = stdenv.lib.licenses.agpl3; @@ -65836,6 +66244,7 @@ self: { version = "0.2.1.0"; sha256 = "1iw82rzw2w3y40zndz3mxpa7k5ds8zs87ccvp228s4zva0mp5ddl"; buildDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/skypers/inject-function"; description = "Monadic functions with injected parameters"; license = stdenv.lib.licenses.gpl3; @@ -65850,6 +66259,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ aether base text ]; + jailbreak = true; description = "Console client for encyclopedias"; license = stdenv.lib.licenses.gpl3; broken = true; @@ -65942,6 +66352,7 @@ self: { testDepends = [ base nats QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/hvr/int-cast"; description = "Checked conversions between integral types"; license = stdenv.lib.licenses.bsd3; @@ -66076,7 +66487,7 @@ self: { buildDepends = [ base explicit-exception HPDF parsec process transformers utility-ht ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/internetmarke/"; description = "Shell command for constructing custom stamps for German Post"; license = "GPL"; @@ -66154,6 +66565,7 @@ self: { version = "0.1.1"; sha256 = "1cwhy4jwbl50nglfw0wfmdr3rrg33dqskw0wq06prx14x22yshbk"; buildDepends = [ base haskell-src-meta-mwotton template-haskell ]; + jailbreak = true; description = "DO NOT USE THIS. interpolatedstring-qq works now."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -66168,7 +66580,6 @@ self: { isExecutable = true; buildDepends = [ base utility-ht ]; testDepends = [ base QuickCheck utility-ht ]; - configureFlags = [ "-fhmatrix" "-f-buildexamples" ]; homepage = "http://code.haskell.org/~thielema/interpolation/"; description = "piecewise linear and cubic Hermite interpolation"; license = stdenv.lib.licenses.bsd3; @@ -66184,7 +66595,6 @@ self: { sha256 = "02qb44ga2yfsymkfixy3fdp943r2flwrsaqhb0pjddr3ixzm4ap9"; buildDepends = [ array base distributive ghc-prim ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-ftest-doctests" ]; homepage = "http://github.com/ekmett/intervals"; description = "Interval Arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -66206,7 +66616,6 @@ self: { filepath hscurses mtl network-fancy SDL SDL-gfx SDL-ttf stm time transformers vector ]; - configureFlags = [ "-f-server" "-fgame" "-fcurses" "-fsdl" ]; homepage = "http://mbays.freeshell.org/intricacy"; description = "A game of competitive puzzle-design"; license = stdenv.lib.licenses.gpl3; @@ -66224,7 +66633,6 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-f-testing" ]; homepage = "https://github.com/pxqr/intset"; description = "Pure, mergeable, succinct Int sets"; license = stdenv.lib.licenses.bsd3; @@ -66355,9 +66763,7 @@ self: { test-framework-hunit test-framework-quickcheck2 text time transformers vector zlib zlib-bindings ]; - configureFlags = [ - "-fNoInteractiveTests" "-f-nointeractivetests" - ]; + configureFlags = [ "-fNoInteractiveTests" ]; description = "Simple, composable, and easy-to-use stream I/O"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -66374,6 +66780,7 @@ self: { base bytestring http-client http-client-tls io-streams mtl transformers ]; + jailbreak = true; description = "http-client for io-streams"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -66443,7 +66850,6 @@ self: { base bytestring darcs directory filepath hashed-storage process unix ]; - configureFlags = [ "-f-darcs-beta" ]; homepage = "http://darcs.nomeata.de/ipatch"; description = "interactive patch editor"; license = stdenv.lib.licenses.gpl2; @@ -66460,6 +66866,7 @@ self: { buildDepends = [ base binary bytestring dlist mtl network network-bytestring stm ]; + jailbreak = true; description = "High level inter-process communication library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -66496,7 +66903,6 @@ self: { ]; buildTools = [ c2hs ]; pkgconfigDepends = [ ipopt nlopt ]; - configureFlags = [ "-fnlopt" "-f-build_examples" ]; description = "haskell binding to ipopt and nlopt including automatic differentiation"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) ipopt; inherit (pkgs) nlopt;}; @@ -66543,6 +66949,7 @@ self: { buildDepends = [ base containers mtl parsec QuickCheck safe syb utf8-string ]; + jailbreak = true; description = "iptables rules parser/printer library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -66567,6 +66974,7 @@ self: { network old-time pam parsec process random safe template-haskell time unix utf8-string ]; + jailbreak = true; homepage = "http://iptadmin.117.su"; description = "web-interface for iptables"; license = stdenv.lib.licenses.bsd3; @@ -66584,6 +66992,7 @@ self: { aeson base bytestring cereal containers text unix uuid zeromq4-haskell ]; + jailbreak = true; homepage = "http://github.com/gibiansky/IHaskell"; description = "A library for creating kernels for IPython frontends"; license = stdenv.lib.licenses.mit; @@ -66662,6 +67071,7 @@ self: { base bytestring containers directory filepath irc mtl network old-locale parsec random SafeSemaphore stm time unix ]; + jailbreak = true; homepage = "http://hub.darcs.net/stepcut/ircbot"; description = "A library for writing irc bots"; license = stdenv.lib.licenses.bsd3; @@ -66744,7 +67154,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/isdicom"; description = "An executable and library to determine if a file is a DICOM file"; license = stdenv.lib.licenses.bsd3; @@ -66757,6 +67166,7 @@ self: { version = "0.3.0.2"; sha256 = "10f09br33xy5ldl924kfnnlc5ilwq44hd17s2qdf9jm75q4sa7d5"; buildDepends = [ base vacuum ]; + jailbreak = true; description = "Check whether a value has been evaluated"; license = stdenv.lib.licenses.mit; }) {}; @@ -66866,6 +67276,7 @@ self: { aeson base bytestring data-default ghc-prim http-conduit text unordered-containers uri vector ]; + jailbreak = true; homepage = "https://github.com/reinerp/isohunt"; description = "Bindings to the isoHunt torrent search API"; license = stdenv.lib.licenses.bsd3; @@ -66922,6 +67333,7 @@ self: { ListLike mtl network old-locale process stringsearch time unix ]; extraLibraries = [ zlib ]; + jailbreak = true; homepage = "http://www.scs.stanford.edu/~dm/iterIO"; description = "Iteratee-based IO with pipe operators"; license = stdenv.lib.licenses.bsd3; @@ -66958,6 +67370,7 @@ self: { QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 transformers transformers-base unix ]; + jailbreak = true; homepage = "http://www.tiresiaspress.us/haskell/iteratee"; description = "Iteratee-based I/O"; license = stdenv.lib.licenses.bsd3; @@ -66971,7 +67384,6 @@ self: { sha256 = "1j5w3pfi8mx88wfg6fwrj5jccfp8spw0jwb4zh3yyzg1jacrpal4"; buildDepends = [ base bytestring iteratee mtl ]; extraLibraries = [ bzip2 zlib ]; - configureFlags = [ "-f-debug" ]; description = "Enumeratees for compressing and decompressing streams"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) bzip2; inherit (pkgs) zlib;}; @@ -66989,7 +67401,7 @@ self: { buildDepends = [ base bytestring containers ListLike MonadCatchIO-mtl mtl unix ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; + jailbreak = true; homepage = "http://inmachina.net/~jwlato/haskell/iteratee"; description = "Iteratee-based I/O"; license = stdenv.lib.licenses.bsd3; @@ -67006,6 +67418,7 @@ self: { buildDepends = [ base iteratee ListLike parsec reference transformers ]; + jailbreak = true; description = "Package allowing parsec parser initeratee"; license = stdenv.lib.licenses.mit; }) {}; @@ -67017,6 +67430,7 @@ self: { version = "0.1.2"; sha256 = "1916phr07ckvm571rspswqr93z22la0mkxghvzljr0vgd1zi4p0x"; buildDepends = [ base iteratee stm stm-chans transformers ]; + jailbreak = true; homepage = "http://www.tiresiaspress.us/~jwlato/haskell/iteratee-stm"; description = "Concurrent iteratees using STM"; license = stdenv.lib.licenses.bsd3; @@ -67034,6 +67448,7 @@ self: { base bytestring filepath iterIO ListLike monadIO mtl network split transformers unix ]; + jailbreak = true; homepage = "https://github.com/alevy/iterio-server"; description = "Library for building servers with IterIO"; license = stdenv.lib.licenses.bsd3; @@ -67077,6 +67492,7 @@ self: { buildDepends = [ base containers monadLib parsec pretty template-haskell th-lift ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "Safe embedded C programming"; license = stdenv.lib.licenses.bsd3; @@ -67096,6 +67512,7 @@ self: { ivory-opts language-c-quote mainland-pretty monadLib process srcloc template-haskell ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "Ivory C backend"; license = stdenv.lib.licenses.bsd3; @@ -67114,6 +67531,7 @@ self: { buildDepends = [ base ivory ivory-backend-c monadLib parsec template-haskell ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "Ivory bit-data support"; license = stdenv.lib.licenses.bsd3; @@ -67135,6 +67553,7 @@ self: { mainland-pretty monadLib pretty QuickCheck template-haskell wl-pprint ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "Ivory examples"; license = stdenv.lib.licenses.bsd3; @@ -67151,6 +67570,7 @@ self: { buildDepends = [ base filepath ivory ivory-backend-c ivory-bitdata ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "Ivory hardware model (STM32F4)"; license = stdenv.lib.licenses.bsd3; @@ -67167,6 +67587,7 @@ self: { buildDepends = [ base containers dlist fgl filepath ivory monadLib ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "Ivory compiler optimizations"; license = stdenv.lib.licenses.bsd3; @@ -67179,6 +67600,7 @@ self: { version = "0.1.0.0"; sha256 = "0jbfpsmz8kq0h9gg5lm44pcdzhv8kv2rr554m4bic2bny94hnsjd"; buildDepends = [ base ivory monadLib QuickCheck random ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "QuickCheck driver for Ivory"; license = stdenv.lib.licenses.bsd3; @@ -67191,6 +67613,7 @@ self: { version = "0.1.0.0"; sha256 = "1a3d9916rgrznr5ci79ki918xg6xxd81krn8irv9wbp8h8ird2xq"; buildDepends = [ base filepath ivory ]; + jailbreak = true; homepage = "http://smaccmpilot.org/languages/ivory-introduction.html"; description = "Ivory standard library"; license = stdenv.lib.licenses.bsd3; @@ -67232,6 +67655,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base preprocessor-tools syb ]; + jailbreak = true; homepage = "http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/"; description = "A preprocessor for expanding \"ixdo\" notation for indexed monads"; license = stdenv.lib.licenses.bsd3; @@ -67259,7 +67683,6 @@ self: { buildDepends = [ base containers safecopy syb syb-with-class template-haskell ]; - configureFlags = [ "-fbase4" ]; homepage = "http://happstack.com"; description = "Efficient relational queries on Haskell sets"; license = stdenv.lib.licenses.bsd3; @@ -67319,6 +67742,7 @@ self: { java-bridge-extras java-reflect mtl named-records split strict strings syb transformers ]; + jailbreak = true; description = "j2hs"; license = stdenv.lib.licenses.mit; }) {}; @@ -67338,7 +67762,6 @@ self: { non-negative transformers unix ]; pkgconfigDepends = [ jack2 ]; - configureFlags = [ "-f-buildexamples" "-fjackfree" "-fpkgconfig" ]; homepage = "http://www.haskell.org/haskellwiki/JACK"; description = "Bindings for the JACK Audio Connection Kit"; license = "GPL"; @@ -67364,6 +67787,7 @@ self: { version = "0.1"; sha256 = "03ysmgg5f3dsimskqw5vpnrv5jg4gf1gd0khmf0s1ilfm1jc1nfd"; buildDepends = [ base hosc ]; + jailbreak = true; homepage = "http://www.renickbell.net/doku.php?id=jackminimix"; description = "control JackMiniMix"; license = stdenv.lib.licenses.gpl3; @@ -67393,6 +67817,7 @@ self: { buildDepends = [ base containers directory monads-fd transformers ]; + jailbreak = true; description = "Jailed IO monad"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -67419,6 +67844,7 @@ self: { sha256 = "025ryrz87bii3401nq0bhyigzrs6lkippds6r4h0qzpq4pg8l7m0"; buildDepends = [ base ]; testDepends = [ base ]; + jailbreak = true; homepage = "https://github.com/jalaali/jalaali-hs"; description = "Convert Jalaali and Gregorian calendar systems to each other"; license = stdenv.lib.licenses.mit; @@ -67440,7 +67866,7 @@ self: { ]; buildTools = [ c2hs ]; extraLibraries = [ cblas f77blas lapack lapacke ]; - configureFlags = [ "-f-build_lapacke" ]; + jailbreak = true; homepage = "https://github.com/cgo/jalla"; description = "Higher level functions for linear algebra. Wraps BLAS and LAPACKE."; license = stdenv.lib.licenses.bsd3; @@ -67480,7 +67906,6 @@ self: { buildDepends = [ array base binary bytestring regex-tdfa zip-archive ]; - configureFlags = [ "-fsplitbase" ]; description = "Tool for searching java classes, members and fields in classfiles and JAR archives"; license = "GPL"; }) {}; @@ -67501,10 +67926,6 @@ self: { hint mtl multimap named-records names split strings syb transformers unix ]; - configureFlags = [ - "-f-examples" "-f-osx_framework" "-fosx_gui" "-f-debug" - "-f-no_tools" "-f-only_core" - ]; description = "Bindings to the JNI and a high level interface generator"; license = stdenv.lib.licenses.mit; }) {}; @@ -67516,6 +67937,7 @@ self: { version = "0.99"; sha256 = "0wjxm0h5xlsab7iphcabb66c7gjxy7hyb502inlj5zxq1ic5ghzv"; buildDepends = [ base java-bridge transformers ]; + jailbreak = true; description = "Utilities for working with the java-bridge package"; license = stdenv.lib.licenses.mit; }) {}; @@ -67527,7 +67949,6 @@ self: { version = "0.0.4"; sha256 = "1ms8m95mara3pp7qdg8jn2ajbq3zj8pnbs1b9jhpxbdkl5220768"; buildDepends = [ base diet ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/java-character"; description = "Functions to simulate Java's Character class"; license = stdenv.lib.licenses.bsd3; @@ -67540,6 +67961,7 @@ self: { version = "0.99"; sha256 = "1vdfq3c8chqhss6jiy139yrm45mij4kjdwxf2wrsfm4064j0n3wc"; buildDepends = [ base containers hx java-bridge ]; + jailbreak = true; description = "Tools for reflecting on Java classes"; license = stdenv.lib.licenses.mit; }) {}; @@ -67556,7 +67978,6 @@ self: { isExecutable = true; buildDepends = [ base binary bytestring language-java-classfile ]; testDepends = [ base directory doctest filepath QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/javasf"; description = "A utility to print the SourceFile attribute of one or more Java class files"; license = stdenv.lib.licenses.bsd3; @@ -67572,7 +67993,6 @@ self: { isExecutable = true; buildDepends = [ base ]; testDepends = [ base directory doctest filepath QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/javav"; description = "A utility to print the target version of Java class files"; license = stdenv.lib.licenses.bsd3; @@ -67589,6 +68009,7 @@ self: { buildDepends = [ aeson base bytestring http-conduit text transformers ]; + jailbreak = true; homepage = "http://github.com/Herzult/jcdecaux-vls"; description = "JCDecaux self-service bicycles API client"; license = stdenv.lib.licenses.mit; @@ -67607,6 +68028,7 @@ self: { buildDepends = [ base binary bytestring containers mtl network transformers ]; + jailbreak = true; homepage = "https://github.com/VictorDenisov/jdi"; description = "Implementation of Java Debug Interface"; license = stdenv.lib.licenses.gpl2; @@ -67632,6 +68054,7 @@ self: { testDepends = [ arrows base directory filepath hxt tasty tasty-golden transformers ]; + jailbreak = true; homepage = "http://github.com/achudnov/jespresso"; description = "Extract all JavaScript from an HTML page and consolidate it in one script"; license = stdenv.lib.licenses.bsd3; @@ -67654,7 +68077,6 @@ self: { mtl parseargs parsec regex-posix safe syb template-haskell text unordered-containers vector wl-pprint-text ]; - configureFlags = [ "-f-benchmarks" ]; description = "QuasiQuotation library for programmatic generation of Javascript code"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -67732,6 +68154,7 @@ self: { async base bytestring data-default directory hspec network QuickCheck stm ]; + jailbreak = true; homepage = "https://github.com/gree/haskell-jobqueue"; description = "A job queue library"; license = stdenv.lib.licenses.mit; @@ -67772,6 +68195,7 @@ self: { buildDepends = [ base bytestring containers HTTP json mtl network old-locale time ]; + jailbreak = true; homepage = "http://rawr.mschade.me/jonathanscard/"; description = "An implementation of the Jonathan's Card API"; license = stdenv.lib.licenses.bsd3; @@ -67786,6 +68210,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base gtk ]; + jailbreak = true; description = "JP's own ray tracer"; license = "unknown"; }) {}; @@ -67909,7 +68334,7 @@ self: { testDepends = [ base hslogger lens template-haskell text transformers ]; - configureFlags = [ "-f-webkit" "-fjsffi" "-fgtk3" "-fghcjs" ]; + jailbreak = true; description = "High level interface for webkit-javascriptcore"; license = stdenv.lib.licenses.mit; }) {}; @@ -67923,6 +68348,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base ghcjs-dom jsaddle lens ]; + jailbreak = true; homepage = "https://github.com/ghcjs/jsaddle-hello"; description = "JSaddle Hello World, an example package"; license = stdenv.lib.licenses.mit; @@ -67945,7 +68371,7 @@ self: { base glib gtk3 hslogger jmacro lens template-haskell text transformers webkitgtk3 webkitgtk3-javascriptcore ]; - configureFlags = [ "-fjmacro" "-f-webkit" "-fjsffi" "-fgtk3" ]; + jailbreak = true; description = "High level interface for webkit-javascriptcore"; license = stdenv.lib.licenses.mit; }) {}; @@ -67957,6 +68383,7 @@ self: { version = "0.1"; sha256 = "1r36w2h5007qln56gnyyd7w6bcqiymn1jw287z0waf4fhpy02ygq"; buildDepends = [ base DOM mtl WebBits ]; + jailbreak = true; description = "Javascript Monadic Writer base package"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -67972,9 +68399,6 @@ self: { buildDepends = [ array base bytestring containers mtl parsec pretty syb text ]; - configureFlags = [ - "-f-mapdict" "-fgeneric" "-fpretty" "-fparsec" "-fsplit-base" - ]; description = "Support for serialising Haskell to and from JSON"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -67990,6 +68414,7 @@ self: { buildDepends = [ aeson base indexed indexed-free lens lens-aeson text ]; + jailbreak = true; homepage = "http://github.com/ocharles/json-assertions.git"; description = "Test that your (Aeson) JSON encoding matches your expectations"; license = stdenv.lib.licenses.bsd3; @@ -68030,6 +68455,7 @@ self: { base bytestring bytestring-nums bytestring-trie bytestringparser-temporary containers utf8-string ]; + jailbreak = true; homepage = "http://github.com/jsnx/JSONb/"; description = "JSON parser that uses byte strings"; license = stdenv.lib.licenses.bsd3; @@ -68065,6 +68491,7 @@ self: { base blaze-builder blaze-builder-enumerator bytestring containers enumerator json-types text transformers ]; + jailbreak = true; homepage = "http://github.com/snoyberg/json-enumerator"; description = "Pure-Haskell utilities for dealing with JSON with the enumerator package. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -68182,7 +68609,6 @@ self: { aeson base bytestring HUnit json-rpc-server mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text ]; - configureFlags = [ "-f-demo" ]; description = "JSON-RPC 2.0 on the client side."; license = stdenv.lib.licenses.mit; }) {}; @@ -68205,7 +68631,6 @@ self: { aeson base bytestring HUnit mtl test-framework test-framework-hunit text unordered-containers vector ]; - configureFlags = [ "-f-demo" ]; description = "JSON-RPC 2.0 on the server side."; license = stdenv.lib.licenses.mit; }) {}; @@ -68363,7 +68788,6 @@ self: { aeson attoparsec base bytestring conduit conduit-extra mtl text transformers unordered-containers ]; - configureFlags = [ "-f-demo" ]; description = "JSON-RPC 2.0 server over a Conduit."; license = stdenv.lib.licenses.gpl3; }) {}; @@ -68436,7 +68860,6 @@ self: { buildDepends = [ base bytestring ghc-prim ]; testDepends = [ base hspec QuickCheck ]; extraLibraries = [ Judy ]; - configureFlags = [ "-f-unsafe" ]; homepage = "http://github.com/mwotton/judy"; description = "Fast, scalable, mutable dynamic arrays, maps and hashes"; license = stdenv.lib.licenses.bsd3; @@ -68500,7 +68923,6 @@ self: { QuickCheck scientific semigroups tasty tasty-hunit tasty-quickcheck tasty-th text time unordered-containers vector ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://bitbucket.org/ssaasen/haskell-jwt"; description = "JSON Web Token (JWT) decoding and encoding"; license = stdenv.lib.licenses.mit; @@ -68532,6 +68954,7 @@ self: { version = "0.4.0"; sha256 = "1l7b71dhrxd2g3nbqg3h0n5dvgxr23av1cy1f0mvw347y91rx36x"; buildDepends = [ array base ]; + jailbreak = true; homepage = "http://code.google.com/p/copperbox/"; description = "Binary parsing with random access"; license = stdenv.lib.licenses.bsd3; @@ -68571,7 +68994,7 @@ self: { directory dotgen filepath netlist netlist-to-vhdl process random sized-types strict template-haskell ]; - configureFlags = [ "-f-tools" "-f-unit" "-f-all" ]; + jailbreak = true; homepage = "http://ittc.ku.edu/csdl/fpg/Tools/KansasLava"; description = "Kansas Lava is a hardware simulator and VHDL generator"; license = stdenv.lib.licenses.bsd3; @@ -68591,7 +69014,6 @@ self: { ansi-terminal base bytestring data-default directory kansas-lava network sized-types ]; - configureFlags = [ "-f-spartan3e" "-f-unit" "-f-all" ]; homepage = "http://ittc.ku.edu/csdl/fpg/Tools/KansasLava"; description = "FPGA Cores Written in Kansas Lava"; license = stdenv.lib.licenses.bsd3; @@ -68610,6 +69032,7 @@ self: { ansi-terminal base bytestring data-default directory filepath kansas-lava kansas-lava-cores netlist network sized-types ]; + jailbreak = true; description = "Kansas Lava support files for the Papilio FPGA board"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -68640,6 +69063,7 @@ self: { buildDepends = [ base comonad containers minioperational mtl transformers ]; + jailbreak = true; homepage = "https://github.com/fumieval/karakuri"; description = "Good stateful automata"; license = stdenv.lib.licenses.bsd3; @@ -68679,6 +69103,7 @@ self: { filepath lens mtl parsec text url wreq zip-archive ]; testDepends = [ base bytestring directory mtl ]; + jailbreak = true; homepage = "https://github.com/davnils/katt"; description = "Client for the Kattis judge system"; license = stdenv.lib.licenses.bsd3; @@ -68705,6 +69130,7 @@ self: { version = "0.1.0"; sha256 = "0j9wlap9gx2szb5saa4pxm7mp2w132ki1p6mlcv0s0wy9rv6dnm7"; buildDepends = [ base lens linear vector vector-algorithms ]; + jailbreak = true; homepage = "http://github.com/bgamari/kd-tree"; description = "A simple k-d tree implementation"; license = stdenv.lib.licenses.bsd3; @@ -68760,6 +69186,7 @@ self: { directory filepath hslogger network optparse-applicative process text unix unordered-containers yaml ]; + jailbreak = true; description = "Multi-process orchestration for development and integration testing"; license = "unknown"; }) {}; @@ -68826,7 +69253,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base udbus ]; - configureFlags = [ "-f-example" "-f-allbackends" ]; homepage = "https://github.com/lunaryorn/haskell-keyring"; description = "Keyring access"; license = stdenv.lib.licenses.mit; @@ -68870,7 +69296,6 @@ self: { old-locale optparse-applicative pbkdf process raw-strings-qq regex-compat-tdfa safe setenv text time unordered-containers vector ]; - configureFlags = [ "-f-stacktrace" "-f-hpc" ]; homepage = "http://github.com/cdornan/keystore"; description = "Managing stores of secret things"; license = stdenv.lib.licenses.bsd3; @@ -68918,6 +69343,7 @@ self: { base ieee754 lens-family parsec parsec-numbers pretty-compact QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://github.com/kasbah/haskell-kicad-data"; description = "Parser and writer for KiCad files"; license = stdenv.lib.licenses.mit; @@ -68936,6 +69362,7 @@ self: { base bytestring cassava hspec hspec-expectations string-qq text vector ]; + jailbreak = true; description = "Parses kat.ph torrent dumps"; license = stdenv.lib.licenses.mit; }) {}; @@ -69076,6 +69503,7 @@ self: { buildDepends = [ array base containers data-default deepseq mtl parallel vector yap ]; + jailbreak = true; description = "Khovanov homology computations"; license = stdenv.lib.licenses.mit; }) {}; @@ -69111,6 +69539,7 @@ self: { mtl old-time string-templates syb test-framework test-framework-hunit test-framework-quickcheck2 time ]; + jailbreak = true; description = "Utilities for working with many HStringTemplate templates from files"; license = stdenv.lib.licenses.bsd3; broken = true; @@ -69214,6 +69643,7 @@ self: { version = "0.1.3"; sha256 = "0bfcmx1fz521vkc2lrbpyvaqcy4c29h5xp6wmyxvgrjjnq32ld1b"; buildDepends = [ base kure template-haskell ]; + jailbreak = true; homepage = "http://ittc.ku.edu/~andygill/kure.php"; description = "Generator for Boilerplate KURE Combinators"; license = stdenv.lib.licenses.bsd3; @@ -69281,6 +69711,7 @@ self: { aeson async base bytestring cmdlib containers directory hslogger mtl old-locale parsec random split text time transformers uuid ]; + jailbreak = true; homepage = "https://github.com/lucasdicioccio/laborantin-hs"; description = "an experiment management framework"; license = stdenv.lib.licenses.asl20; @@ -69303,6 +69734,7 @@ self: { base containers derive HTF HUnit lens monad-loops MonadRandom mtl parsec QuickCheck random safecopy template-haskell transformers ]; + jailbreak = true; homepage = "https://github.com/koterpillar/labyrinth"; description = "A complicated turn-based game"; license = stdenv.lib.licenses.mit; @@ -69337,6 +69769,7 @@ self: { vector wai wai-test wai-websockets warp websockets yesod yesod-static ]; + jailbreak = true; homepage = "https://github.com/koterpillar/labyrinth-server"; description = "A complicated turn-based game - Web server"; license = stdenv.lib.licenses.mit; @@ -69381,7 +69814,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-fexample" ]; homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools/LambdaBridge"; description = "A bridge from Haskell (on a CPU) to VHDL on a FPGA"; license = stdenv.lib.licenses.bsd3; @@ -69394,6 +69826,7 @@ self: { version = "0.1"; sha256 = "14wl1w1sc0j1yjfad5v00346ccxp0grfs1677hnjqwisashdac92"; buildDepends = [ base GLUT mtl OpenGL time ]; + jailbreak = true; description = "Educational drawing canvas for FP explorers"; license = stdenv.lib.licenses.mit; }) {}; @@ -69569,6 +70002,7 @@ self: { buildDepends = [ base cmdargs containers dyre glade gtk mtl network webkit ]; + jailbreak = true; homepage = "http://github.com/baldo/lambdacat"; description = "Webkit Browser"; license = stdenv.lib.licenses.bsd3; @@ -69649,6 +70083,7 @@ self: { buildDepends = [ base bytestring bytestring-trie containers mtl vector ]; + jailbreak = true; homepage = "http://lambdacube3d.wordpress.com/"; description = "LambdaCube 3D IR"; license = stdenv.lib.licenses.bsd3; @@ -69666,6 +70101,7 @@ self: { base bytestring bytestring-trie containers ghc-prim lambdacube-core mtl vector ]; + jailbreak = true; homepage = "http://lambdacube3d.wordpress.com/"; description = "LambdaCube 3D EDSL definition"; license = stdenv.lib.licenses.bsd3; @@ -69719,6 +70155,7 @@ self: { lambdacube-core lambdacube-edsl language-glsl mtl OpenGLRaw prettyclass vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/LambdaCubeEngine"; description = "OpenGL backend for LambdaCube graphics language (main package)"; license = stdenv.lib.licenses.bsd3; @@ -69740,7 +70177,7 @@ self: { lambdacube-edsl lambdacube-gl mtl OpenGLRaw stb-image time vect vector ]; - configureFlags = [ "-f-bulletinstalled" ]; + jailbreak = true; homepage = "http://lambdacube3d.wordpress.com/"; description = "Samples for LambdaCube 3D"; license = stdenv.lib.licenses.bsd3; @@ -69785,6 +70222,7 @@ self: { buildDepends = [ attoparsec attoparsec-enumerator base bytestring enumerator gtk mtl ]; + jailbreak = true; homepage = "https://github.com/jamwt/lambdiff.git"; description = "Diff Viewer"; license = stdenv.lib.licenses.bsd3; @@ -69816,7 +70254,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base parsec syb ]; - configureFlags = [ "-f-test" "-fsplitbase" ]; homepage = "http://patch-tag.com/r/adept/language-asn1"; description = "Parsing of ASN1 definitions"; license = stdenv.lib.licenses.bsd3; @@ -69849,7 +70286,7 @@ self: { ansi-terminal base cmdargs containers filepath HUnit lens mtl parsec pretty random stream-monad time transformers ]; - configureFlags = [ "-f-tests" "-fboogaloo" ]; + jailbreak = true; homepage = "https://bitbucket.org/nadiapolikarpova/boogaloo"; description = "Interpreter and language infrastructure for Boogie"; license = stdenv.lib.licenses.bsd3; @@ -69868,9 +70305,6 @@ self: { syb ]; buildTools = [ alex happy ]; - configureFlags = [ - "-fseparatesyb" "-fusebytestrings" "-fsplitbase" - ]; homepage = "http://www.sivity.net/projects/language.c/"; description = "Analysis and generation of C code"; license = stdenv.lib.licenses.bsd3; @@ -69902,7 +70336,6 @@ self: { template-haskell ]; testDepends = [ base language-c-quote ]; - configureFlags = [ "-f-manualtests" ]; homepage = "https://github.com/mchakravarty/language-c-inline/"; description = "Inline C & Objective-C code in Haskell for language interoperability"; license = stdenv.lib.licenses.bsd3; @@ -69939,6 +70372,7 @@ self: { version = "0.2.2"; sha256 = "0b3yapn53bwaxia7b59kizzcxh1d3842as1cbkyzd096v8wsgwfa"; buildDepends = [ base bool-extras ]; + jailbreak = true; homepage = "https://github.com/tomlokhorst/language-cil"; description = "Manipulating Common Intermediate Language AST"; license = stdenv.lib.licenses.bsd3; @@ -69964,7 +70398,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base mtl parsec pretty ]; - configureFlags = [ "-fexecutable" ]; description = "A library for the analysis and creation of Graphviz DOT files"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -70083,6 +70516,7 @@ self: { version = "0.8"; sha256 = "1p545115x73q4mzfja50f4lxal97ydvz9r3wq6pvcqls2xgvxzvc"; buildDepends = [ array base parsec utf8-string ]; + jailbreak = true; description = "A library for analysis and synthesis of Go code"; license = "GPL"; }) {}; @@ -70209,7 +70643,6 @@ self: { process syb ]; buildTools = [ alex happy ]; - configureFlags = [ "-fseparatesyb" "-fusebytestrings" ]; homepage = "http://www.tiresiaspress.us/haskell/language-objc"; description = "Analysis and generation of Objective C code"; license = stdenv.lib.licenses.bsd3; @@ -70243,6 +70676,7 @@ self: { base Cabal HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text ]; + jailbreak = true; description = "Pig parser in haskell"; license = stdenv.lib.licenses.mit; }) {}; @@ -70277,6 +70711,7 @@ self: { ansi-wl-pprint base Glob hspec HUnit lens parsec parsers strict-base-types temporary text unix unordered-containers vector ]; + jailbreak = true; homepage = "http://lpuppet.banquise.net/"; description = "Tools to parse and evaluate the Puppet DSL"; license = stdenv.lib.licenses.bsd3; @@ -70321,6 +70756,7 @@ self: { version = "0.0.3.1"; sha256 = "12yjynd1sib1mxx4jc28gs1k3r7kl1qv7xhanvn635dkcmswsd5k"; buildDepends = [ base directory filepath mtl parsec pcre-light ]; + jailbreak = true; homepage = "http://code.haskell.org/shsh/"; description = "A package for parsing shell scripts"; license = stdenv.lib.licenses.bsd3; @@ -70425,6 +70861,7 @@ self: { ansi-wl-pprint base cmdargs directory filepath haskell98 haxr HDBC HDBC-sqlite3 hsini HTTP mtl old-locale regex-compat tagsoup time ]; + jailbreak = true; description = "Tool to track security alerts on LWN"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -70450,6 +70887,7 @@ self: { pipes-attoparsec pipes-bytestring pipes-http text text-format transformers ]; + jailbreak = true; homepage = "https://github.com/passy/latest-npm-version"; description = "Find the latest version of a package on npm"; license = stdenv.lib.licenses.mit; @@ -70488,7 +70926,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base containers hmidi mtl transformers ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "High and low-level interface to the Novation Launchpad midi controller"; license = stdenv.lib.licenses.bsd3; @@ -70592,7 +71029,6 @@ self: { version = "0.1.3"; sha256 = "0bc2n7x8fydmzc84yb5zbdaca1r4qwpk7zlvbgcycycr87fk7p7n"; buildDepends = [ array base ]; - configureFlags = [ "-fsplitbase" ]; description = "Efficient implementation of lazy monolithic arrays (lazy in indexes)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -70606,7 +71042,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base transformers unsafe ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Lazy_IO"; description = "Run IO actions lazily while respecting their order"; license = stdenv.lib.licenses.bsd3; @@ -70702,7 +71137,6 @@ self: { rosezipper ]; testDepends = [ base HUnit ]; - configureFlags = [ "-fcmd" "-f-test" ]; homepage = "http://rampa.sk/static/ldif.html"; description = "The LDAP Data Interchange Format (LDIF) tools"; license = stdenv.lib.licenses.bsd3; @@ -70719,6 +71153,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base blaze-html directory filepath pandoc split ]; + jailbreak = true; homepage = "https://github.com/skypers/leaf"; description = "A simple portfolio generator"; license = stdenv.lib.licenses.gpl3; @@ -70738,12 +71173,6 @@ self: { base deepseq-bounded deepseq-generics generics-sop random seqaid template-haskell ]; - configureFlags = [ - "-fuse_strict_blob" "-f-use_infinite_list" - "-fuse_growing_list_reduction" "-fuse_growing_list" "-fprofile" - "-fuse_second_module" "-f-using_sandbox" "-fstats" - "-ftest_seqaidpp" "-f-omnitypic" "-fturn_on_seqaid_plugin" - ]; homepage = "http://www.fremissant.net/leaky"; description = "Robust space leak, and its strictification"; license = stdenv.lib.licenses.bsd3; @@ -70793,6 +71222,7 @@ self: { buildDepends = [ base gloss gnuplot not-gloss spatial-math vector-space ]; + jailbreak = true; description = "Haskell code for learning physics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -70810,6 +71240,7 @@ self: { buildDepends = [ base gloss gnuplot learn-physics not-gloss spatial-math ]; + jailbreak = true; description = "examples for learn-physics"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -70825,6 +71256,7 @@ self: { buildDepends = [ base containers deepseq hmatrix random-fu random-source vector ]; + jailbreak = true; homepage = "https://github.com/mnacamura/learning-hmm"; description = "Yet another library for hidden Markov models"; license = stdenv.lib.licenses.mit; @@ -70876,9 +71308,6 @@ self: { leksah-server ltk monad-loops QuickCheck text transformers webkitgtk3 ]; - configureFlags = [ - "-fnetwork-uri" "-f-loc" "-fgtk3" "-f-threaded" "-fdyre" "-f-yi" - ]; homepage = "http://www.leksah.org"; description = "Haskell IDE written in Haskell"; license = "GPL"; @@ -70909,7 +71338,7 @@ self: { base conduit conduit-extra hslogger HUnit process resourcet transformers ]; - configureFlags = [ "-fnetwork-uri" "-fthreaded" ]; + jailbreak = true; homepage = "http://leksah.org"; description = "Metadata collection for leksah"; license = "GPL"; @@ -70945,12 +71374,6 @@ self: { test-framework-quickcheck2 test-framework-th text transformers unordered-containers vector ]; - configureFlags = [ - "-f-j" "-f-lib-werror" "-ftrustworthy" "-f-safe" - "-ftest-properties" "-ftest-hunit" "-ftest-doctests" "-ftest-hlint" - "-f-dump-splices" "-f-old-inline-pragmas" "-finlining" - "-f-benchmark-uniplate" - ]; homepage = "http://github.com/ekmett/lens/"; description = "Lenses, Folds and Traversals"; license = stdenv.lib.licenses.bsd3; @@ -70970,7 +71393,6 @@ self: { semigroups transformers ]; testDepends = [ base directory doctest filepath ]; - configureFlags = [ "-ftest-doctests" ]; homepage = "http://github.com/ekmett/lens-action/"; description = "Monadic Getters and Folds"; license = stdenv.lib.licenses.bsd3; @@ -70993,7 +71415,6 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; homepage = "http://github.com/lens/lens-aeson/"; description = "Law-abiding lenses for aeson"; license = stdenv.lib.licenses.bsd3; @@ -71056,6 +71477,7 @@ self: { version = "4.0"; sha256 = "07hjkcy90m1zph2bq5a7nw2f7xg0ndnkqml9zwh7vy35sb7512c6"; buildDepends = [ base lens QuickCheck transformers ]; + jailbreak = true; homepage = "http://github.com/ekmett/lens/"; description = "QuickCheck properties for lens"; license = stdenv.lib.licenses.bsd3; @@ -71091,6 +71513,7 @@ self: { version = "0.1.0.0"; sha256 = "1hrp9d6qja7yc3zj68w3hylgflyfsvh79m8daw9030yjdxm525za"; buildDepends = [ base lens time ]; + jailbreak = true; description = "lens for Data.Time"; license = stdenv.lib.licenses.mit; }) {}; @@ -71115,7 +71538,7 @@ self: { sha256 = "0dj43hqrv198dgfnngq4l8kwnksqcm6nydcr1z1a5gqz5s99m4bn"; buildDepends = [ base monad-control mtl transformers ]; testDepends = [ base ]; - configureFlags = [ "-f-tests" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/LGtk"; description = "References which can be joined and on which lenses can be applied"; license = stdenv.lib.licenses.bsd3; @@ -71153,7 +71576,6 @@ self: { tasty tasty-quickcheck temporary transformers ]; extraLibraries = [ leveldb snappy ]; - configureFlags = [ "-f-examples" ]; homepage = "http://github.com/kim/leveldb-haskell"; description = "Haskell bindings to LevelDB"; license = stdenv.lib.licenses.bsd3; @@ -71178,7 +71600,6 @@ self: { QuickCheck transformers ]; extraLibraries = [ leveldb ]; - configureFlags = [ "-f-examples" ]; homepage = "http://github.com/kim/leveldb-haskell"; description = "Haskell bindings to LevelDB"; license = stdenv.lib.licenses.bsd3; @@ -71206,7 +71627,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base Chart colour data-accessor levmar random ]; - configureFlags = [ "-f-example" ]; + jailbreak = true; description = "Plots the results of the Levenberg-Marquardt algorithm in a chart"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -71230,7 +71651,7 @@ self: { monad-control mtl OpenGLRaw operational random random-shuffle semigroups system-filepath transformers vector ]; - configureFlags = [ "-f-pure" "-f-gtk" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/LGtk"; description = "Lens GUI Toolkit"; license = stdenv.lib.licenses.bsd3; @@ -71263,6 +71684,7 @@ self: { array base containers directory filepath hgettext mtl parsec process setlocale utf8-string wx wxcore ]; + jailbreak = true; homepage = "http://www.imn.htwk-leipzig.de/~abau/lhae"; description = "Simple spreadsheet program"; license = "GPL"; @@ -71289,9 +71711,6 @@ self: { test-framework test-framework-hunit test-framework-quickcheck time unix xhtml ]; - configureFlags = [ - "-f-with-libs" "-flhc-pkg" "-f-lhc-regress" "-f-threaded" "-f-hpc" - ]; homepage = "http://lhc.seize.it/"; description = "LHC Haskell Compiler"; license = stdenv.lib.licenses.publicDomain; @@ -71321,6 +71740,7 @@ self: { buildDepends = [ base cmdargs filepath haskell-src-exts syb uu-parsinglib ]; + jailbreak = true; homepage = "http://spockz.github.com/lhs2texhl/"; description = "Literate highlighter preprocessor for lhs2tex"; license = stdenv.lib.licenses.mit; @@ -71388,7 +71808,6 @@ self: { buildDepends = [ base binary containers HUnit mtl parsec process QuickCheck ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://trac.loria.fr/~geni"; description = "A natural language generator (specifically, an FB-LTAG surface realiser)"; license = "GPL"; @@ -71422,6 +71841,7 @@ self: { graph-wrapper hashable hashtables mtl pretty text value-supply ]; testDepends = [ base directory filepath mtl test-framework ]; + jailbreak = true; homepage = "https://github.com/tomgr/libcspm"; description = "A library providing a parser, type checker and evaluator for CSPM"; license = stdenv.lib.licenses.bsd3; @@ -71549,7 +71969,6 @@ self: { lens-aeson network-uri profunctors pureMD5 text xml-conduit xml-html-conduit-lens ]; - configureFlags = [ "-f-test-api" ]; description = "Lastfm API interface"; license = stdenv.lib.licenses.mit; }) {}; @@ -71561,6 +71980,7 @@ self: { version = "0.1.2"; sha256 = "19x0y70fn2pr06qsz4z6s67sym7dw5x3qa3z6jf3nmwncsy64qi2"; buildDepends = [ base bindings-DSL enumerator mtl vector ]; + jailbreak = true; homepage = "http://github.com/NathanHowell/liblinear-enumerator"; description = "liblinear iteratee"; license = stdenv.lib.licenses.bsd3; @@ -71575,7 +71995,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-examples" ]; homepage = "http://www.eecs.harvard.edu/~mainland/projects/libffi"; description = "FFI interface to libltdl"; license = stdenv.lib.licenses.bsd3; @@ -71670,6 +72089,7 @@ self: { version = "0.0.1.0"; sha256 = "07xg59f48jw78mjbx83bz1rc2fxvdnlb08cdfd7hwkj43a127kxn"; buildDepends = [ base bytestring curl ]; + jailbreak = true; homepage = "https://github.com/supki/haskell-random.org"; description = "Wrapper to Random.org API"; license = stdenv.lib.licenses.mit; @@ -71708,7 +72128,6 @@ self: { buildTools = [ c2hs ]; extraLibraries = [ ssh2 ]; pkgconfigDepends = [ libssh2 ]; - configureFlags = [ "-f-example-client" "-f-gcrypt" ]; homepage = "https://github.com/portnov/libssh2-hs"; description = "FFI bindings to libssh2 SSH2 client library (http://libssh2.org/)"; license = stdenv.lib.licenses.bsd3; @@ -71762,7 +72181,6 @@ self: { ]; extraLibraries = [ systemd-daemon ]; pkgconfigDepends = [ libsystemd-daemon ]; - configureFlags = [ "-fusepkgconfig" ]; description = "Haskell bindings for libsystemd-daemon"; license = stdenv.lib.licenses.lgpl21; }) { libsystemd-daemon = null; systemd-daemon = null;}; @@ -71781,6 +72199,7 @@ self: { uniplate unix-bytestring unordered-containers uuid vector ]; pkgconfigDepends = [ libsystemd ]; + jailbreak = true; homepage = "http://github.com/ocharles/libsystemd-journal"; description = "Haskell bindings to libsystemd-journal"; license = stdenv.lib.licenses.bsd3; @@ -71795,6 +72214,7 @@ self: { buildDepends = [ base bytestring glib ]; extraLibraries = [ tag_c ]; pkgconfigDepends = [ taglib_c ]; + jailbreak = true; homepage = "https://patch-tag.com/r/AndyStewart/libtagc/home"; description = "Binding to TagLib C library"; license = stdenv.lib.licenses.lgpl21; @@ -71834,7 +72254,6 @@ self: { sha256 = "01zvk86kg726lf2vnlr7dxiz7g3xwi5a4ak9gcfbwyhynkzjmsfi"; buildDepends = [ base bytestring mtl ]; extraLibraries = [ libxml2 ]; - configureFlags = [ "-fsmall_base" ]; description = "Binding to libxml2"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) libxml2;}; @@ -71850,6 +72269,7 @@ self: { buildDepends = [ base bytestring enumerator libxml-sax text transformers xml-types ]; + jailbreak = true; homepage = "http://john-millikin.com/software/libxml-enumerator/"; description = "Enumerator-based API for libXML's SAX interface"; license = stdenv.lib.licenses.mit; @@ -71877,6 +72297,7 @@ self: { sha256 = "1szz8zkm1w8dbfgix3ii896sc4vljgivcgx8j7vpny4ci9sfmn5a"; buildDepends = [ base bytestring libxml ]; extraLibraries = [ xslt ]; + jailbreak = true; description = "Binding to libxslt"; license = stdenv.lib.licenses.bsd3; }) { xslt = null;}; @@ -71911,7 +72332,6 @@ self: { async base HUnit lifted-base monad-control mtl tasty tasty-hunit tasty-th ]; - configureFlags = [ "-fmonad-control-1" ]; homepage = "https://github.com/maoe/lifted-async"; description = "Run lifted IO operations asynchronously and wait for their results"; license = stdenv.lib.licenses.bsd3; @@ -71960,6 +72380,7 @@ self: { version = "0.1.0.0"; sha256 = "03h30lbhppi9hmpsc8fhsrsad6w9sjs9n53lz76czz3iqaknkcrb"; buildDepends = [ base text ]; + jailbreak = true; description = "Expand ligatures in unicode text"; license = stdenv.lib.licenses.mit; }) {}; @@ -72020,6 +72441,7 @@ self: { base data-default music-dynamics-literal music-pitch-literal prettify process semigroups vector-space ]; + jailbreak = true; description = "Bindings to Lilypond"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -72050,7 +72472,6 @@ self: { buildDepends = [ base containers limp vector ]; testDepends = [ base limp ]; buildTools = [ c2hs ]; - configureFlags = [ "-fembedded" ]; homepage = "https://github.com/amosr/limp-cbc"; description = "bindings for integer linear programming solver Coin/CBC"; license = stdenv.lib.licenses.mit; @@ -72087,7 +72508,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring containers ]; - configureFlags = [ "-fsmall_base" ]; description = "Simple command-line utility to convert text into PDF"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -72158,7 +72578,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers HUnit ]; - configureFlags = [ "-f-pure" "-f-check" ]; + jailbreak = true; description = "Finite maps for linear use"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -72186,6 +72606,7 @@ self: { version = "0.1.1.0"; sha256 = "0i6z10pgqcykkygl6kq63phx5hvwi2d84j2f5vw4nrnic59sm9jy"; buildDepends = [ base random ]; + jailbreak = true; homepage = "https://github.com/capsjac/linear-vect"; description = "A low-dimensional linear algebra library, operating on the Num typeclass"; license = stdenv.lib.licenses.bsd3; @@ -72287,7 +72708,7 @@ self: { aeson base bytestring containers hscolour http-types lens text wai wreq ]; - configureFlags = [ "-f-developer" ]; + jailbreak = true; homepage = "https://github.com/hlian/linklater"; description = "The fast and fun way to write Slack.com bots"; license = stdenv.lib.licenses.bsd3; @@ -72305,6 +72726,7 @@ self: { base monad-control transformers transformers-base ]; pkgconfigDepends = [ blkid ]; + jailbreak = true; description = "Linux libblkid"; license = stdenv.lib.licenses.lgpl21; }) { blkid = null;}; @@ -72316,6 +72738,7 @@ self: { version = "0.1.1.2"; sha256 = "0dd1ii1n6y9frilnkxikzahp9xrh3i334i7syvd8fyxp51dpzgy1"; buildDepends = [ base filepath ]; + jailbreak = true; description = "Very basic interface to the Linux CGroup Virtual Filesystem"; license = stdenv.lib.licenses.mit; }) {}; @@ -72341,7 +72764,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base unix ]; - configureFlags = [ "-f-examples" ]; homepage = "https://github.com/redneb/linux-file-extents"; description = "Retrieve file fragmentation information under Linux"; license = stdenv.lib.licenses.bsd3; @@ -72409,6 +72831,7 @@ self: { base binary bytestring containers directory filepath ghc-events mtl pretty process unix ]; + jailbreak = true; homepage = "https://github.com/bjpop/haskell-linux-perf"; description = "Read files generated by perf on Linux"; license = stdenv.lib.licenses.bsd3; @@ -72425,6 +72848,7 @@ self: { buildDepends = [ base bytestring mmap posix-waitpid process template-haskell unix ]; + jailbreak = true; description = "Wrapping of Linux' ptrace(2)"; license = stdenv.lib.licenses.mit; }) {}; @@ -72519,6 +72943,7 @@ self: { directory filepath http-types lio simple simple-templates text wai wai-extra warp ]; + jailbreak = true; homepage = "http://simple.cx"; description = "LIO support for the Simple web framework"; license = stdenv.lib.licenses.gpl3; @@ -72544,7 +72969,6 @@ self: { unordered-containers ]; buildTools = [ ocaml ]; - configureFlags = [ "-f-build-external" "-f-z3mem" ]; homepage = "https://github.com/ucsd-progsys/liquid-fixpoint"; description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver"; license = stdenv.lib.licenses.bsd3; @@ -72599,7 +73023,6 @@ self: { version = "0.4.1.3"; sha256 = "16w10xgh2y76q8aj5pgw4zq5p2phjzf5g1bmkacrm8gbwkp4v71s"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "Common not-so-common functions for lists"; license = stdenv.lib.licenses.bsd3; @@ -72613,6 +73036,7 @@ self: { sha256 = "0rvj4qnbqs7m8zrrqwak508z26fa6ssirly1jzwh9sy5ksiyd6df"; buildDepends = [ base ]; testDepends = [ base tasty tasty-hunit ]; + jailbreak = true; description = "testing list fusion for success"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -72636,6 +73060,7 @@ self: { version = "1.0"; sha256 = "147zb156g79a5p1w0b9vcvjy5x7nsrhng5rgjqq3cy3xpbam4nys"; buildDepends = [ base ]; + jailbreak = true; homepage = "http://github.com/hellertime/list-mux"; description = "List Multiplexing"; license = stdenv.lib.licenses.bsd3; @@ -72693,7 +73118,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base binary containers dlist ]; - configureFlags = [ "-f-testing" ]; + jailbreak = true; homepage = "http://iki.fi/matti.niemenmaa/list-tries/"; description = "Tries and Patricia tries: finite sets and maps for list keys"; license = stdenv.lib.licenses.bsd3; @@ -72706,6 +73131,7 @@ self: { version = "0.2.3.1"; sha256 = "0mkhnqn7wxspzxvivhaksxmxp7d6x9bazhl28nl9gck56bpa90sm"; buildDepends = [ base bytestring ListLike text vector ]; + jailbreak = true; homepage = "http://jwlato.webfactional.com/haskell/listlike-instances"; description = "Extra instances of the ListLike class"; license = stdenv.lib.licenses.bsd3; @@ -72786,7 +73212,7 @@ self: { non-empty non-negative parsec pretty process stm stm-split strict transformers unix utility-ht wx wxcore ]; - configureFlags = [ "-fhttpserver" "-fmplayer" "-fgui" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Live-Sequencer"; description = "Live coding of MIDI music"; license = "GPL"; @@ -72830,7 +73256,7 @@ self: { mtl network old-locale parsec pretty random template-haskell text time utf8-string uuid ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "http://wiki.secondlife.com/wiki/LLSD"; description = "An implementation of the LLSD data system"; license = stdenv.lib.licenses.mit; @@ -72848,7 +73274,6 @@ self: { base bytestring containers directory llvm-base mtl process type-level ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/llvm"; description = "Bindings to the LLVM compiler toolkit"; license = stdenv.lib.licenses.bsd3; @@ -72877,9 +73302,6 @@ self: { base bytestring containers filepath HUnit itanium-abi llvm-data-interop transformers uniplate unordered-containers ]; - configureFlags = [ - "-f-debugandersengraph" "-f-debugandersenconstraints" - ]; description = "A Haskell library for analyzing LLVM bitcode"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -72892,7 +73314,6 @@ self: { sha256 = "1f76nb85hnidp06v6lbl4aasac4h7ff9r8i054m8cnby2vc59r4n"; buildDepends = [ base mtl ]; extraLibraries = [ llvm ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/llvm"; description = "FFI bindings to the LLVM compiler toolkit"; license = stdenv.lib.licenses.bsd3; @@ -72924,7 +73345,6 @@ self: { version = "3.0.1.0"; sha256 = "07q6dvwkg7h6qkwq0a7719g82anipj2pk0xid5p24pvzssa9z22w"; buildDepends = [ base llvm-base ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/llvm"; description = "Utilities for bindings to the LLVM compiler toolkit"; license = stdenv.lib.licenses.bsd3; @@ -72963,7 +73383,7 @@ self: { buildDepends = [ base containers cpuid llvm-tf tfp transformers unsafe utility-ht ]; - configureFlags = [ "-fcpuid" "-f-buildtools" "-f-buildexamples" ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/llvm-extra/"; description = "Utility functions for the llvm interface"; license = stdenv.lib.licenses.bsd3; @@ -72991,7 +73411,6 @@ self: { transformers transformers-compat ]; buildTools = [ llvm-config ]; - configureFlags = [ "-f-debug" "-f-shared-llvm" ]; doCheck = false; description = "General purpose LLVM bindings"; license = stdenv.lib.licenses.bsd3; @@ -73038,6 +73457,7 @@ self: { base containers HUnit llvm-general-pure tasty tasty-hunit ]; buildTools = [ alex happy ]; + jailbreak = true; homepage = "https://github.com/tvh/llvm-general-quote"; description = "QuasiQuoting llvm code for llvm-general"; license = stdenv.lib.licenses.bsd3; @@ -73122,7 +73542,7 @@ self: { buildDepends = [ base containers llvm-base process tfp transformers ]; - configureFlags = [ "-f-buildexamples" "-f-developer" ]; + jailbreak = true; description = "Bindings to the LLVM compiler toolkit using type families"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -73146,6 +73566,7 @@ self: { llvm-analysis llvm-data-interop optparse-applicative parallel-io process-conduit unordered-containers xml ]; + jailbreak = true; description = "Useful tools built on llvm-analysis"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -73274,7 +73695,6 @@ self: { tagged-exception-core test-framework test-framework-hunit test-framework-quickcheck2 transformers ]; - configureFlags = [ "-f-pedantic" ]; homepage = "https://github.com/trskop/lock-file"; description = "Provide exclusive access to a resource using lock file"; license = stdenv.lib.licenses.bsd3; @@ -73320,7 +73740,6 @@ self: { base directory doctest filepath generic-deriving semigroups simple-reflect ]; - configureFlags = [ "-f-lib-werror" "-ftest-doctests" ]; homepage = "http://github.com/analytics/log-domain/"; description = "Log-domain arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -73337,6 +73756,7 @@ self: { buildDepends = [ base bytestring extensible-effects fast-logger time ]; + jailbreak = true; homepage = "https://github.com/ibotty/log-effect"; description = "An extensible log effect using extensible-effects"; license = stdenv.lib.licenses.mit; @@ -73351,6 +73771,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers json parsec ]; + jailbreak = true; homepage = "https://github.com/haroldl/log2json"; description = "Turn log file records into JSON"; license = "GPL"; @@ -73363,7 +73784,6 @@ self: { version = "0.12.1"; sha256 = "1k13jjqv4df341hcj9hzrlisfx9wrsmyqvzi6ricx341d9z4ch05"; buildDepends = [ array base ]; - configureFlags = [ "-fuseffi" "-fsplitbase" ]; homepage = "http://code.haskell.org/~wren/"; description = "Log-domain floating point numbers"; license = stdenv.lib.licenses.bsd3; @@ -73464,7 +73884,6 @@ self: { version = "0.1.0.0"; sha256 = "061x6g92334m2776xclh8mcbjind3l595pggc0g7yi4qzs31zbdc"; buildDepends = [ base logict transformers ]; - configureFlags = [ "-f-old-applicative" "-fsafe-st" ]; homepage = "http://github.com/sonyandy/logicst"; description = "Backtracking mutable references in the ST and IO monads"; license = stdenv.lib.licenses.bsd3; @@ -73498,6 +73917,7 @@ self: { base containers curl directory haskell98 HTTP markov-chain mtl parsec process random regex-compat strict tagsoup xml ]; + jailbreak = true; description = "Useful utilities for the Lojban language"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -73554,6 +73974,7 @@ self: { base bytestring containers data-default hack hack-contrib mps mtl template utf8-string ]; + jailbreak = true; homepage = "http://github.com/nfjinjing/loli"; description = "A minimum web dev DSL in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -73591,6 +74012,7 @@ self: { version = "1.0.0"; sha256 = "1yvw91gn1iyw72rbq455zzrbb3pq8ph9cv1c6800qzjyxx0694bd"; buildDepends = [ base mtl ]; + jailbreak = true; description = "A monad transformer supporting various styles of while loop"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -73689,6 +74111,7 @@ self: { aeson base binary bytestring cryptohash directory hex network process split ]; + jailbreak = true; homepage = "https://github.com/tvorcesky/loshadka"; description = "Minecraft 1.7 server proxy that answers to queries when the server is offline"; license = stdenv.lib.licenses.mit; @@ -73705,6 +74128,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base containers haskell98 mtl wx wxcore ]; + jailbreak = true; homepage = "http://www.ncc.up.pt/~pbv/stuff/lostcities"; description = "An implementation of an adictive two-player card game"; license = "GPL"; @@ -73736,6 +74160,7 @@ self: { ansi-wl-pprint base base-unicode-symbols cmdtheline text usb usb-id-database vector ]; + jailbreak = true; homepage = "https://github.com/roelvandijk/ls-usb"; description = "List USB devices"; license = stdenv.lib.licenses.bsd3; @@ -73754,7 +74179,6 @@ self: { buildDepends = [ base bytestring Cabal containers directory filepath pretty process ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/lscabal"; description = "List exported modules from a set of .cabal files"; license = stdenv.lib.licenses.bsd3; @@ -73776,6 +74200,7 @@ self: { attoparsec base containers hspec2 language-css language-css-attoparsec text ]; + jailbreak = true; homepage = "https://github.com/dbp/lss"; 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; @@ -73807,7 +74232,6 @@ self: { base Cabal containers filepath ghc glib gtk3 mtl parsec pretty text transformers ]; - configureFlags = [ "-fgtk3" ]; homepage = "http://www.leksah.org"; description = "Leksah tool kit"; license = "GPL"; @@ -73853,6 +74277,7 @@ self: { attoparsec base binary bytestring custom-prelude ghc-prim pretty text ]; + jailbreak = true; description = "Library functions for reading and writing Lua chunks"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -73924,6 +74349,7 @@ self: { compact-string-fix feed happstack happstack-server HTTP mongoDB mtl network SHA text time ]; + jailbreak = true; homepage = "http://www.imn.htwk-leipzig.de/~abau/lucienne"; description = "Server side feed aggregator/reader"; license = "GPL"; @@ -73977,6 +74403,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base haskell-src-exts text vector ]; + jailbreak = true; homepage = "https://github.com/bitc/lushtags"; description = "Create ctags compatible tags files for Haskell programs"; license = stdenv.lib.licenses.mit; @@ -73990,6 +74417,7 @@ self: { sha256 = "023kckpcdn6n5dyq0dip0132jp1w30hdx1qb5hbsd3js86j52a12"; buildDepends = [ base mtl parsec ]; testDepends = [ base mtl parsec ]; + jailbreak = true; homepage = "https://github.com/Zankoku-Okuno/luthor"; description = "Tools for lexing and utilizing lexemes that integrate with Parsec"; license = stdenv.lib.licenses.bsd3; @@ -74017,9 +74445,6 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-th text time transformers vector ]; - configureFlags = [ - "-f-generic" "-f-getonce" "-f-chaselev" "-f-debug" - ]; description = "Parallel scheduler, LVar data structures, and infrastructure to build more"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -74135,6 +74560,7 @@ self: { test-framework-hunit test-framework-quickcheck2 ]; extraLibraries = [ lzma ]; + jailbreak = true; homepage = "http://github.com/alphaHeavy/lzma-enumerator"; description = "Enumerator interface for lzma/xz compression"; license = stdenv.lib.licenses.bsd3; @@ -74149,7 +74575,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base binary parsec process ]; - configureFlags = [ "-f-cli" "-fsplit-base" ]; description = "Obtain the host MAC address on *NIX and Windows"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -74424,6 +74849,7 @@ self: { http-client-multipart http-conduit monad-control network text transformers ]; + jailbreak = true; homepage = "https://github.com/AndrewRademacher/mailgun"; description = "Connector to Rackspace's Mailgun Service"; license = stdenv.lib.licenses.mit; @@ -74436,6 +74862,7 @@ self: { version = "0.2.7"; sha256 = "1g4s2xscj6dpkcghs5lws658ki0rhriivpdr5ilcycvr28k3l35q"; buildDepends = [ base containers srcloc text ]; + jailbreak = true; homepage = "http://www.eecs.harvard.edu/~mainland/"; description = "Pretty printing designed for printing source code"; license = stdenv.lib.licenses.bsd3; @@ -74455,6 +74882,7 @@ self: { base bytestring cmdargs monad-loops old-locale threads time unix zeromq-haskell ]; + jailbreak = true; description = "Majordomo protocol for ZeroMQ"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -74515,6 +74943,7 @@ self: { version = "0.1"; sha256 = "0sc2fa45a046lw5x5z839gb1zk0d5nj663ghxajiclm6iw65kl2n"; buildDepends = [ base directory filepath HSH process ]; + jailbreak = true; homepage = "http://darcsden.com/kowey/makedo"; description = "Helper for writing redo scripts in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -74547,6 +74976,7 @@ self: { filepath gtk gtk-serialized-event manatee-core mtl stm template-haskell text unix utf8-string ]; + jailbreak = true; description = "The Haskell/Gtk+ Integrated Live Environment"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74591,6 +75021,7 @@ self: { gio GoogleSuggest gtk manatee-core mtl network proc regex-tdfa split stm text unix utf8-string ]; + jailbreak = true; description = "Multithread interactive input/search framework for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74609,6 +75040,7 @@ self: { base binary containers dbus-client derive filepath gtk manatee-core mtl stm text utf8-string webkit ]; + jailbreak = true; description = "Browser extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74632,6 +75064,7 @@ self: { mtl network old-locale old-time process regex-tdfa split stm template-haskell text time unix utf8-string ]; + jailbreak = true; description = "The core of Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74653,6 +75086,7 @@ self: { directory filepath gio glib gtk manatee-core mtl network old-locale old-time regex-tdfa stm template-haskell text utf8-string ]; + jailbreak = true; description = "Download Manager extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74672,6 +75106,7 @@ self: { base binary bytestring containers dbus-client dbus-core derive filepath gtk gtksourceview2 manatee-core regex-tdfa stm text ]; + jailbreak = true; description = "Editor extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74691,6 +75126,7 @@ self: { base binary containers dbus-client derive filepath gio glib gtk manatee-core mtl old-locale old-time stm text utf8-string ]; + jailbreak = true; description = "File manager extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74710,6 +75146,7 @@ self: { base binary containers dbus-client derive filepath gio glib gtk gtkimageview manatee-core regex-tdfa stm text utf8-string ]; + jailbreak = true; description = "Image viewer extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74733,6 +75170,7 @@ self: { gtksourceview2 manatee-core MorseCode mtl nano-md5 network regex-posix split stm template-haskell text unix utf8-string ]; + jailbreak = true; description = "IRC client extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74753,6 +75191,7 @@ self: { filepath gio gtk libtagc manatee-core process random regex-tdfa stm text time unix utf8-string ]; + jailbreak = true; description = "Mplayer client extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74772,6 +75211,7 @@ self: { base binary cairo containers dbus-client derive filepath gtk manatee-core mtl poppler stm text utf8-string ]; + jailbreak = true; description = "PDF viewer extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74790,6 +75230,7 @@ self: { base binary containers dbus-client derive filepath gtk manatee-core proc stm text ]; + jailbreak = true; description = "Process manager extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74809,6 +75250,7 @@ self: { base binary containers curl dbus-client derive download-curl feed filepath gtk manatee-core stm text utf8-string webkit ]; + jailbreak = true; description = "Feed reader extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74828,6 +75270,7 @@ self: { base binary bytestring containers dbus-client dbus-core derive filepath gtk gtksourceview2 manatee-core regex-tdfa stm text ]; + jailbreak = true; description = "Template code to create Manatee application"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74846,6 +75289,7 @@ self: { base binary containers dbus-client derive filepath gtk manatee-core stm text unix vte ]; + jailbreak = true; description = "Terminal Emulator extension for Manatee"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74865,6 +75309,7 @@ self: { base binary bytestring containers dbus-client dbus-core derive filepath gtk manatee-core regex-tdfa stm text ]; + jailbreak = true; description = "Welcome module to help user play Manatee quickly"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -74919,7 +75364,6 @@ self: { buildDepends = [ array base bytestring containers directory filepath GLUT hslua time ]; - configureFlags = [ "-f-sse4" "-f-fast" ]; homepage = "http://gitorious.org/maximus/mandulia"; description = "A zooming visualisation of the Mandelbrot Set as many Julia Sets"; license = stdenv.lib.licenses.gpl3; @@ -74956,7 +75400,7 @@ self: { template-haskell text time tls transformers transformers-base unordered-containers utf8-string vector wai warp x509-system ]; - configureFlags = [ "-fconduit11" "-f-debug" ]; + jailbreak = true; homepage = "https://github.com/prowdsponsor/mangopay"; description = "Bindings to the MangoPay API"; license = stdenv.lib.licenses.bsd3; @@ -74993,6 +75437,7 @@ self: { buildDepends = [ base containers gloss mtl splines vector vector-space ]; + jailbreak = true; homepage = "https://github.com/paolino/marionetta"; description = "A study of marionetta movements"; license = stdenv.lib.licenses.bsd3; @@ -75121,7 +75566,6 @@ self: { version = "0.0.3.3"; sha256 = "1y9fjsf6dg6a9ha75w2szq4gi5fhq89l1r7wqb20hmadkcjjplx8"; buildDepends = [ base containers random transformers ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://code.haskell.org/~thielema/markov-chain/"; description = "Markov Chains for generating random sequences with a user definable behaviour"; license = "GPL"; @@ -75172,6 +75616,7 @@ self: { base cmdargs directory glib gtk MissingH mtl pandoc temporary transformers webkit ]; + jailbreak = true; description = "A simple markup document preview (markdown, textile, reStructuredText)"; license = "unknown"; }) {}; @@ -75197,7 +75642,6 @@ self: { testDepends = [ aeson base exceptions tasty tasty-hunit text transformers ]; - configureFlags = [ "-f-development" ]; homepage = "https://github.com/lunaryorn/marmalade-upload"; description = "Upload packages to Marmalade"; license = stdenv.lib.licenses.mit; @@ -75242,6 +75686,7 @@ self: { persistent-template regex-posix text transformers twitter-conduit twitter-types ]; + jailbreak = true; homepage = "https://github.com/minamiyama1994/chomado-bot-on-haskell/tree/minamiyama1994"; description = "@minamiyama1994_bot on haskell"; license = stdenv.lib.licenses.gpl3; @@ -75309,6 +75754,7 @@ self: { old-locale pandoc pandoc-types process SHA test-framework test-framework-hunit time unix ]; + jailbreak = true; description = "A program for creating and managing a static weblog with LaTeX math and function graphs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -75328,6 +75774,7 @@ self: { base binary bytestring cmdargs containers directory fgl filepath graphviz HTTP process safe tagsoup text ]; + jailbreak = true; description = "Discover your (academic) ancestors!"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -75342,6 +75789,7 @@ self: { sha256 = "1agqbhl6r40swsvsllyx9vf9hc9a709wvg546rh6fn315waifqqk"; buildDepends = [ array base containers haskell98 ix-shapable mtl ]; buildTools = [ c2hs ]; + jailbreak = true; homepage = "http://community.haskell.org/~TracyWadleigh/mathlink"; description = "Write Mathematica packages in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -75358,7 +75806,7 @@ self: { buildDepends = [ array base Cabal filepath unix ]; buildTools = [ matlab ]; extraLibraries = [ eng mx ]; - configureFlags = [ "-f-mcr" "-fruntime" "-fengine" ]; + jailbreak = true; description = "Matlab bindings and interface"; license = stdenv.lib.licenses.bsd3; }) { eng = null; matlab = null; mx = null;}; @@ -75496,6 +75944,7 @@ self: { containers-unicode-symbols HaLeX IndentParser mtl parsec process uuagc uuagc-cabal ]; + jailbreak = true; homepage = "http://rochel.info/maxsharing/"; description = "Maximal sharing of terms in the lambda calculus with letrec"; license = stdenv.lib.licenses.bsd3; @@ -75514,7 +75963,7 @@ self: { buildDepends = [ base benchpress Cabal directory filepath mtl old-time process time ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://code.google.com/p/maybench/"; description = "Automated benchmarking tool"; license = stdenv.lib.licenses.bsd3; @@ -75545,7 +75994,6 @@ self: { base bytestring codec-mbox containers fclabels hsemail mtl parsec process pureMD5 random ]; - configureFlags = [ "-f-useless" "-f-use_hutt" ]; homepage = "https://github.com/np/mbox-tools"; description = "A collection of tools to process mbox files"; license = stdenv.lib.licenses.bsd3; @@ -75560,6 +76008,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base gloss ]; + jailbreak = true; homepage = "http://www.cas.mcmaster.ca/~anand/"; license = stdenv.lib.licenses.mit; }) {}; @@ -75586,6 +76035,7 @@ self: { version = "0.1.2.2"; sha256 = "14z1x9dqnjj391nrlngs9s887yqh3arc7kfgk0m3d89vrkc185vq"; buildDepends = [ base MonadRandom ]; + jailbreak = true; description = "MCMC applied to probabilistic program synthesis"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -75599,7 +76049,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base network pipes split transformers ]; - configureFlags = [ "-f-build-debug" "-fbuild-examples" ]; + jailbreak = true; homepage = "https://github.com/DougBurke/hmcpi"; description = "Connect to MineCraft running on a Raspberry PI"; license = stdenv.lib.licenses.publicDomain; @@ -75626,6 +76076,7 @@ self: { sha256 = "0z650y4fnxr4mk0i5s8axjbq14dcpgnrzkafbpg17vfhl2v5a3z3"; buildDepends = [ base bytestring text ]; extraLibraries = [ mecab ]; + jailbreak = true; homepage = "http://github.com/tanakh/hsmecab"; description = "A Haskell binding to MeCab"; license = stdenv.lib.licenses.bsd3; @@ -75751,6 +76202,7 @@ self: { testDepends = [ base containers HUnit mtl test-framework test-framework-hunit ]; + jailbreak = true; description = "A functional scripting language"; license = stdenv.lib.licenses.mit; }) {}; @@ -75776,6 +76228,7 @@ self: { version = "0.2.1"; sha256 = "1a6wzznhpz06c0y3wrjf5bskdd8myild8v0p0x1h0swhmy6di2yd"; buildDepends = [ base bytestring network utf8-light ]; + jailbreak = true; homepage = "http://github.com/olegkat/haskell-memcached"; description = "haskell bindings for memcached"; license = "unknown"; @@ -75797,6 +76250,7 @@ self: { testDepends = [ base bytestring data-default-class hspec HUnit network process ]; + jailbreak = true; homepage = "https://github.com/philopon/memcached-binary"; description = "memcached client using binary protocol"; license = stdenv.lib.licenses.mit; @@ -75810,6 +76264,7 @@ self: { sha256 = "07cmjx10wbpfcblnd23rzdkma04nyjcpd1g58gp0phajj6xj4i7a"; editedCabalFile = "a1712ea7643a27f1fb40a771fdae76282818b5d317fe8da6a22e705b06bc3b3e"; buildDepends = [ base hxt ]; + jailbreak = true; homepage = "https://github.com/eggzilla/memexml"; description = "Library for reading Meme XML output"; license = stdenv.lib.licenses.bsd3; @@ -75822,6 +76277,7 @@ self: { version = "0.1"; sha256 = "1gijza29wj79k8czfg4mghq7nqsbpyf1scnm9hmg2ykhnllpzvy3"; buildDepends = [ base direct-sqlite ]; + jailbreak = true; homepage = "https://gitorious.org/memo-sqlite"; description = "memoize functions using SQLite3 database"; license = stdenv.lib.licenses.bsd3; @@ -75859,9 +76315,6 @@ self: { version = "1.0.0.1"; sha256 = "193qz3wn7lz18aywddr9qyn8v08ifv2yxwr68c67p5mn8vr8mvmw"; buildDepends = [ base old-time ]; - configureFlags = [ - "-f-big_endian64" "-f-use_altivec" "-f-use_sse2" "-f-small_base" - ]; homepage = "http://code.haskell.org/~dons/code/mersenne-random"; description = "Generate high quality pseudorandom numbers using a SIMD Fast Mersenne Twister"; license = stdenv.lib.licenses.bsd3; @@ -75874,7 +76327,6 @@ self: { version = "0.2.0.4"; sha256 = "0qh72ynfg1k4c70qxdzsa6f1x9wyxil2d9gi85c879wrc41k899h"; buildDepends = [ base old-time random ]; - configureFlags = [ "-f-small_base" ]; homepage = "http://code.haskell.org/~dons/code/mersenne-random-pure64/"; description = "Generate high quality pseudorandom numbers purely using a Mersenne Twister"; license = stdenv.lib.licenses.bsd3; @@ -75941,7 +76393,6 @@ self: { abstract-deque abstract-par base bytestring containers deepseq mtl mwc-random transformers vector ]; - configureFlags = [ "-f-affinity" ]; homepage = "https://github.com/simonmar/monad-par"; description = "Provides the monad-par interface, but based on modular scheduler \"mix-ins\""; license = stdenv.lib.licenses.bsd3; @@ -75960,7 +76411,6 @@ self: { abstract-deque abstract-par abstract-par-accelerate accelerate array base meta-par QuickCheck transformers vector ]; - configureFlags = [ "-f-debug" "-f-cuda" "-fnewaccelerate" ]; homepage = "https://github.com/simonmar/monad-par"; description = "Support for integrated Accelerate computations within Meta-par"; license = stdenv.lib.licenses.bsd3; @@ -75973,6 +76423,7 @@ self: { version = "0.2.0.0"; sha256 = "148c7vgh8zxgy5fb0xflk0lzm5d233d1ynjncpiwi1bb9jzbdm3r"; buildDepends = [ base text time ]; + jailbreak = true; homepage = "http://github.com/cutsea110/metadata"; description = "metadata library for semantic web"; license = stdenv.lib.licenses.bsd3; @@ -76045,6 +76496,7 @@ self: { version = "0.1"; sha256 = "1q807wvmj1q605257jj60h0j2wal6ypjiad9wkjmv836p3mis5q9"; buildDepends = [ base network ]; + jailbreak = true; description = "Client for the metrics aggregator Metricsd"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76071,6 +76523,7 @@ self: { buildDepends = [ base haskell-src-meta parsec split template-haskell ]; + jailbreak = true; homepage = "https://github.com/matt76k/mi"; description = "Multiple Instance for Haskell"; license = stdenv.lib.licenses.mit; @@ -76130,7 +76583,6 @@ self: { base bytestring event-list explicit-exception non-negative QuickCheck transformers utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/MIDI"; description = "Handling of MIDI messages and files"; license = "GPL"; @@ -76143,7 +76595,6 @@ self: { version = "0.2.1"; sha256 = "13dc299d252nrll1vzp7pl1ncv0qw3xhz5b3kqnc8hb0g4mkkgpc"; buildDepends = [ alsa-seq base data-accessor midi utility-ht ]; - configureFlags = [ "-f-buildexamples" "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/MIDI"; description = "Convert between datatypes of the midi and the alsa packages"; license = stdenv.lib.licenses.bsd3; @@ -76162,6 +76613,7 @@ self: { buildDepends = [ alsa-core alsa-seq base containers random transformers wx wxcore ]; + jailbreak = true; homepage = "http://www.youtube.com/watch?v=cOlR73h2uII"; description = "A Memory-like (Concentration, Pairs, ...) game for tones"; license = stdenv.lib.licenses.bsd3; @@ -76178,6 +76630,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ alsa-core alsa-seq base containers gtk mtl stm ]; + jailbreak = true; description = "A control midi surface"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76224,7 +76677,6 @@ self: { unordered-containers wai wai-app-file-cgi wai-logger warp ]; testDepends = [ base hspec http-client ]; - configureFlags = [ "-f-tls" ]; homepage = "http://www.mew.org/~kazu/proj/mighttpd/"; description = "High performance web server on WAI/warp"; license = stdenv.lib.licenses.bsd3; @@ -76261,6 +76713,7 @@ self: { random transformers ]; testDepends = [ base bytestring hspec network QuickCheck ]; + jailbreak = true; description = "A Kafka client for Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76387,7 +76840,7 @@ self: { base binary binary-generic bytestring cairo containers directory filepath glade gtk random time ]; - configureFlags = [ "-f-tests" ]; + jailbreak = true; description = "Minesweeper game which is always solvable without guessing"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76454,6 +76907,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ ansi-terminal base MissingH process time ]; + jailbreak = true; homepage = "http://github.com/jhickner/minions"; description = "A fast parallel ssh tool"; license = stdenv.lib.licenses.bsd3; @@ -76485,7 +76939,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base colock directory mtl network stm unix ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; description = "simple 1-to-N interprocess communication"; license = "LGPL"; }) {}; @@ -76505,6 +76959,7 @@ self: { base data-accessor data-accessor-template directory filepath mtl old-locale old-time process safe split template-haskell ]; + jailbreak = true; homepage = "http://tener.github.com/haskell-minirotate/"; description = "Minimalistic file rotation utility"; license = stdenv.lib.licenses.bsd3; @@ -76572,6 +77027,7 @@ self: { authenticate-oauth base bytestring conduit lens monad-logger text transformers twitter-conduit ]; + jailbreak = true; homepage = "https://github.com/minamiyama1994/mirror-tweet"; description = "Tweet mirror"; license = stdenv.lib.licenses.gpl3; @@ -76641,6 +77097,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base containers simple-tabular ]; + jailbreak = true; homepage = "http://wiki.cs.pdx.edu/bartforge/oms"; description = "Find optimal mixed strategies for two-player games"; license = stdenv.lib.licenses.mit; @@ -76673,7 +77130,6 @@ self: { base directory extensible-exceptions mtl old-locale old-time pcre-light pretty readline ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/mkcabal"; description = "Generate cabal files for a Haskell project"; license = "GPL"; @@ -76713,7 +77169,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring ]; - configureFlags = [ "-f-mmaptest" ]; description = "Memory mapped files for POSIX and Windows"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76763,6 +77218,7 @@ self: { base binary bytestring containers dawg regex-tdfa regex-tdfa-text tagset-positional text zlib ]; + jailbreak = true; homepage = "https://github.com/vjeranc/moan"; description = "Language-agnostic analyzer for positional morphosyntactic tags"; license = stdenv.lib.licenses.bsd3; @@ -76779,6 +77235,7 @@ self: { buildDepends = [ base base-unicode-symbols bytestring cereal network ]; + jailbreak = true; homepage = "https://github.com/roelvandijk/modbus-tcp"; description = "Communicate with Modbus devices over TCP"; license = stdenv.lib.licenses.bsd3; @@ -76796,7 +77253,7 @@ self: { testDepends = [ ansi-terminal base containers filepath parsec QuickCheck ]; - configureFlags = [ "-fbuildtests" ]; + jailbreak = true; description = "A parser for the modelica language"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -76842,6 +77299,7 @@ self: { base basic-prelude bytestring containers data-default hashable system-filepath text transformers unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/DanBurton/modular-prelude#readme"; description = "A new Prelude featuring first class modules"; license = stdenv.lib.licenses.mit; @@ -76854,6 +77312,7 @@ self: { version = "0.1.0.0"; sha256 = "1izinrgd9a6sm57isg8jgs4wjidczwqcxl6vg5h4gy5zz9dg8xnx"; buildDepends = [ base classy-prelude modular-prelude ]; + jailbreak = true; homepage = "https://github.com/DanBurton/modular-prelude#readme"; description = "Reifying ClassyPrelude a la ModularPrelude"; license = stdenv.lib.licenses.mit; @@ -76881,7 +77340,6 @@ self: { testDepends = [ base containers filepath haskell-src-exts HUnit process ]; - configureFlags = [ "-fbuild-tests" ]; homepage = "https://github.com/seereason/module-management"; description = "Clean up module imports, split and merge modules"; license = stdenv.lib.licenses.bsd3; @@ -76899,6 +77357,7 @@ self: { base exceptions filepath ghc ghc-paths template-haskell temporary transformers ]; + jailbreak = true; homepage = "https://github.com/jfischoff/modulespection"; description = "Template Haskell for introspecting a module's declarations"; license = stdenv.lib.licenses.bsd3; @@ -76919,6 +77378,7 @@ self: { atto-lisp base data-default directory haskell-src language-c mtl nats pandoc-types parsec prettify process semigroups text ]; + jailbreak = true; description = "Modular C code generator"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -76954,7 +77414,7 @@ self: { explicit-exception filepath html HTTP network old-locale old-time parsec process transformers unix utility-ht ]; - configureFlags = [ "-f-dynamic" ]; + jailbreak = true; homepage = "http://code.haskell.org/mohws/"; description = "Modular Haskell Web Server"; license = stdenv.lib.licenses.bsd3; @@ -77063,6 +77523,7 @@ self: { base monad-control mtl-evil-instances transformers transformers-base ]; + jailbreak = true; description = "Exstensible monadic exceptions"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -77090,6 +77551,7 @@ self: { version = "0.1"; sha256 = "15xwavq4yc3xfif4isjh9m0q9h1bh7pmv2i3rh99sndmd34cdpwc"; buildDepends = [ base monad-control ]; + jailbreak = true; description = "Type class for monads which support a fork operation"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -77148,7 +77610,6 @@ self: { fast-logger lifted-base monad-control monad-loops mtl resourcet stm stm-chans template-haskell text transformers transformers-base ]; - configureFlags = [ "-ftemplate_haskell" ]; homepage = "https://github.com/kazu-yamamoto/logger"; description = "A class of monads which can log messages"; license = stdenv.lib.licenses.mit; @@ -77166,6 +77627,7 @@ self: { base bytestring fast-logger hsyslog monad-logger text transformers ]; testDepends = [ base monad-logger shelly ]; + jailbreak = true; homepage = "https://github.com/docmunch/monad-logger-rsyslog"; description = "rsyslog output for monad-logger"; license = stdenv.lib.licenses.mit; @@ -77178,7 +77640,6 @@ self: { version = "0.4.2.1"; sha256 = "1dprwndc0bxzpmrkj1xb9kzjrg3i06zsg43yaabn5x5gcaj8is56"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "https://github.com/mokus0/monad-loops"; description = "Monadic loops"; license = stdenv.lib.licenses.publicDomain; @@ -77280,7 +77741,6 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-th time ]; - configureFlags = [ "-f-newgeneric" "-f-chaselev" ]; homepage = "https://github.com/simonmar/monad-par"; description = "A library for parallel programming based on a monad"; license = stdenv.lib.licenses.bsd3; @@ -77335,6 +77795,7 @@ self: { sha256 = "0n3cxa94wd3hjvy9jgf3d8p7qfb9jaaf29simjya7rlcb673pg3l"; editedCabalFile = "64e1f99ea3e8c36d5d4e86794d1fc02966e7036b43ae4e1dcf01ade192962611"; buildDepends = [ base extensible-exceptions transformers ]; + jailbreak = true; homepage = "http://andersk.mit.edu/haskell/monad-peel/"; description = "Lift control operations like exception catching through monad transformers"; license = stdenv.lib.licenses.bsd3; @@ -77371,6 +77832,7 @@ self: { version = "0.1.0"; sha256 = "04y9s2b4hz2f8khr0q62xy0f6l2v896s7x03i3s18i14bwscqlax"; buildDepends = [ base ghc-prim mtl ]; + jailbreak = true; description = "Fast monads and monad transformers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -77538,7 +78000,6 @@ self: { version = "3.7.3"; sha256 = "17m9rj6spr5n9jlhwwvk8p40yrpwgz3j9kj3pjq7mpyrc1ssfd0q"; buildDepends = [ base ]; - configureFlags = [ "-f-base3" ]; homepage = "http://wiki.github.com/yav/monadlib"; description = "A collection of monad transformers"; license = stdenv.lib.licenses.bsd3; @@ -77551,6 +78012,7 @@ self: { version = "0.2"; sha256 = "14byhdcby094qpgmkblysnplz5r88xnfk7rnfddihzz4jgjzlvy1"; buildDepends = [ base monadLib ]; + jailbreak = true; homepage = "http://github.com/aristidb/monadLib-compose"; description = "Arrow-like monad composition for monadLib"; license = stdenv.lib.licenses.bsd3; @@ -77626,7 +78088,6 @@ self: { version = "0.7.6"; sha256 = "083ppr53ac85r5ybndngsfwxgalj63giz32aa7wpcm629b9g4lxc"; buildDepends = [ base containers mtl parsec pretty random ]; - configureFlags = [ "-f-debug" ]; homepage = "http://users.ugent.be/~tschrijv/MCP/"; description = "Constraint Programming"; license = stdenv.lib.licenses.bsd3; @@ -77644,7 +78105,6 @@ self: { extraLibraries = [ gecodeint gecodekernel gecodesearch gecodeset gecodesupport ]; - configureFlags = [ "-f-debug" ]; homepage = "http://users.ugent.be/~tschrijv/MCP/"; description = "Constraint Programming"; license = stdenv.lib.licenses.bsd3; @@ -77698,6 +78158,7 @@ self: { buildDepends = [ base filepath haskell-src-exts monadloc pretty syb ]; + jailbreak = true; homepage = "http://github.com/pepeiborra/monadloc-pp"; description = "A preprocessor for generating monadic call traces"; license = stdenv.lib.licenses.publicDomain; @@ -77721,6 +78182,7 @@ self: { version = "0.2.0.0"; sha256 = "1iqr5p3va5sxmpvydwqz2src54j5njcyrzn9p5apc60nv7yv6x4c"; buildDepends = [ base mtl transformers ]; + jailbreak = true; description = "Monad classes, using functional dependencies"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -77743,7 +78205,6 @@ self: { version = "0.0.2"; sha256 = "0i586zh6247jfmkw2x27j0aq47yz1c71irj9iwrlx1zrmvzak1yv"; buildDepends = [ base transformers ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/monadtransform"; description = "A type-class for transforming monads (homomorphism) in a transformer"; license = stdenv.lib.licenses.bsd3; @@ -77763,7 +78224,7 @@ self: { network pool-conduit stm transformers transformers-base ]; testDepends = [ base bytestring doctest hspec transformers ]; - configureFlags = [ "-f-develop" ]; + jailbreak = true; homepage = "https://github.com/notogawa/monarch"; description = "Monadic interface for TokyoTyrant"; license = stdenv.lib.licenses.bsd3; @@ -77804,6 +78265,7 @@ self: { base data-default hspec lifted-base monad-control mongoDB network text transformers ]; + jailbreak = true; homepage = "https://github.com/docmunch/haskell-mongodb-queue"; description = "message queue using MongoDB"; license = stdenv.lib.licenses.mit; @@ -77822,6 +78284,7 @@ self: { attoparsec base blaze-builder blaze-textual bytestring case-insensitive containers http-types text zeromq-haskell ]; + jailbreak = true; description = "Mongrel2 Handler Library"; license = stdenv.lib.licenses.mit; }) {}; @@ -77846,6 +78309,7 @@ self: { version = "0.1.0.2"; sha256 = "1qnbw9pd06czwyj2xcsjdigg7bj8d23p3ljnnkgd3d0r67qxxlxm"; buildDepends = [ base bytestring text vector ]; + jailbreak = true; homepage = "http://github.com/JohnLato/mono-foldable"; description = "Folds for monomorphic containers"; license = stdenv.lib.licenses.bsd3; @@ -77957,6 +78421,7 @@ self: { version = "0.1.0.1"; sha256 = "1klgwv3sd9zmqpj157rypln51kcwml9b1fyaxnip0a1525h6c2s9"; buildDepends = [ base contravariant semigroups transformers ]; + jailbreak = true; description = "Extra classes/functions about monoids"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -77972,7 +78437,7 @@ self: { buildDepends = [ array base bytestring containers fingertree parallel text ]; - configureFlags = [ "-f-optimize" ]; + jailbreak = true; homepage = "http://github.com/ekmett/monoids"; description = "Deprecated: Use 'reducers'"; license = stdenv.lib.licenses.bsd3; @@ -78006,6 +78471,7 @@ self: { stats-web stm system-uuid text time unordered-containers zeromq-haskell ]; + jailbreak = true; homepage = "http://github.com/bumptech/montage"; description = "Riak Resolution Proxy"; license = stdenv.lib.licenses.bsd3; @@ -78029,6 +78495,7 @@ self: { safe stats-web stm system-uuid text text-format time unordered-containers zeromq-haskell ]; + jailbreak = true; homepage = "http://github.com/bumptech/montage-haskell-client"; description = "Riak Resolution Proxy Client"; license = stdenv.lib.licenses.bsd3; @@ -78049,6 +78516,7 @@ self: { base gsl-random ieee754 primitive QuickCheck random test-framework test-framework-quickcheck2 transformers vector ]; + jailbreak = true; homepage = "http://github.com/patperry/hs-monte-carlo"; description = "A monad and transformer for Monte Carlo calculations"; license = stdenv.lib.licenses.bsd3; @@ -78126,6 +78594,7 @@ self: { pipes text transformers ]; buildTools = [ alex happy ]; + jailbreak = true; description = "Bare-bones calculus of constructions"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78176,6 +78645,7 @@ self: { version = "0.1.3"; sha256 = "1zcilskpslpqyrbwpabwbry4p3kpcfca94wchh9dkq9g8pg8laxi"; buildDepends = [ ansi-terminal base bytestring split text ]; + jailbreak = true; description = "Multi-dimensional parametric pretty-printer with color"; license = "GPL"; }) {}; @@ -78192,6 +78662,7 @@ self: { ansi-terminal base containers data-lens-fd data-lens-template mtl orders text transformers ]; + jailbreak = true; description = "a monadic, extensible pretty printing library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78245,6 +78716,7 @@ self: { buildDepends = [ base directory filepath gtk mtl process template-haskell unix ]; + jailbreak = true; homepage = "https://github.com/sebadoom/mpvguihs"; description = "A minimalist mpv GUI written in I/O heavy Haskell"; license = stdenv.lib.licenses.gpl3; @@ -78262,6 +78734,7 @@ self: { buildDepends = [ attoparsec base bytestring monad-loops mtl network singletons text ]; + jailbreak = true; homepage = "http://github.com/k00mi/mqtt-hs"; description = "A MQTT client library"; license = stdenv.lib.licenses.gpl3; @@ -78286,6 +78759,7 @@ self: { base bytestring QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://msgpack.org/"; description = "A Haskell implementation of MessagePack"; license = stdenv.lib.licenses.bsd3; @@ -78307,6 +78781,7 @@ self: { msgpack peggy shakespeare-text template-haskell text ]; testDepends = [ base hspec ]; + jailbreak = true; homepage = "http://msgpack.org/"; description = "An IDL Compiler for MessagePack"; license = stdenv.lib.licenses.bsd3; @@ -78326,6 +78801,7 @@ self: { mtl network network-conduit random text ]; testDepends = [ async base hspec mtl network ]; + jailbreak = true; homepage = "http://msgpack.org/"; description = "A MessagePack-RPC Implementation"; license = stdenv.lib.licenses.bsd3; @@ -78382,6 +78858,7 @@ self: { SHA test-framework test-framework-hunit test-framework-quickcheck2 text time transformers unordered-containers vector watchdog ]; + jailbreak = true; description = "Library to communicate with Mt.Gox"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78405,6 +78882,7 @@ self: { version = "2.2.1"; sha256 = "1icdbj2rshzn0m1zz5wa7v3xvkf6qw811p4s7jgqwvx1ydwrvrfa"; buildDepends = [ base transformers ]; + jailbreak = true; homepage = "http://github.com/ekmett/mtl"; description = "Monad classes, using functional dependencies"; license = stdenv.lib.licenses.bsd3; @@ -78421,6 +78899,7 @@ self: { buildDepends = [ base monad-control mtl transformers transformers-base ]; + jailbreak = true; description = "Instances for the mtl classes for all monad transformers"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -78432,6 +78911,7 @@ self: { version = "2.0.1"; sha256 = "0z56ycpfgbrxhk8k74rk254yyhqix8ryz6ni8i7aki294wh2cvwn"; buildDepends = [ mtl transformers ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/mtl-prelude"; description = "Reexports of most definitions from \"mtl\" and \"transformers\""; license = stdenv.lib.licenses.mit; @@ -78479,6 +78959,7 @@ self: { sha256 = "164q7p81c5an4w3pqpfk94rgn0banfs2yp7fhbbckdyb2qymsbww"; buildDepends = [ base filepath unix ]; extraLibraries = [ mtp ]; + jailbreak = true; description = "Bindings to libmtp"; license = "LGPL"; }) { mtp = null;}; @@ -78521,6 +79002,7 @@ self: { http-conduit http-types process random snap-core snap-server stm text transformers ]; + jailbreak = true; description = "Continuous deployment server for use with GitHub"; license = "unknown"; }) {}; @@ -78552,6 +79034,7 @@ self: { version = "0.1.0.4"; sha256 = "1if1ip22y7w59lkyshn4ic4p46zrfs4kcdzzjai9l8xbscavgdl6"; buildDepends = [ base ]; + jailbreak = true; homepage = "http://github.com/jsnajder/multex-east-msd"; description = "MULTEXT-East morphosyntactic descriptors"; license = stdenv.lib.licenses.bsd3; @@ -78569,7 +79052,6 @@ self: { isExecutable = true; buildDepends = [ base utf8-string ]; testDepends = [ barecheck base QuickCheck quickpull ]; - configureFlags = [ "-f-programs" ]; homepage = "https://github.com/massysett/multiarg"; description = "Command lines for options that take multiple arguments"; license = stdenv.lib.licenses.bsd3; @@ -78631,6 +79113,7 @@ self: { base binary containers ghc-prim hashable keys math-functions newtype unordered-containers ]; + jailbreak = true; homepage = "http://github.com/ekmett/multipass/"; description = "Folding data with multiple named passes"; license = stdenv.lib.licenses.bsd3; @@ -78655,6 +79138,7 @@ self: { version = "0.0.0.2"; sha256 = "0xzjl3nsm6wgbqd6rjn0bf9jhiw6l6ql5gj5m8xqccv8363i5v2r"; buildDepends = [ base multiplate transformers ]; + jailbreak = true; description = "Shorter, more generic functions for Multiplate"; license = stdenv.lib.licenses.mit; }) {}; @@ -78696,6 +79180,7 @@ self: { buildDepends = [ base containers mtl multirec syb template-haskell th-expand-syns ]; + jailbreak = true; description = "Alternative multirec instances deriver"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78707,6 +79192,7 @@ self: { version = "0.0.1"; sha256 = "1cj1rfjqxwc06vr5w12fqbcpjb0fjsphf8vp40sp2naizpvvnmzs"; buildDepends = [ base binary multirec ]; + jailbreak = true; description = "Generic Data.Binary instances using MultiRec."; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78754,7 +79240,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base mtl tfp transformers ]; - configureFlags = [ "-f-build-example" "-f-build-test" ]; homepage = "https://github.com/lspitzner/multistate"; description = "like mtl's ReaderT/StateT, but more than one contained value/type"; license = stdenv.lib.licenses.bsd3; @@ -78775,6 +79260,7 @@ self: { base blaze-html ConfigFile directory Glob happstack-server HStringTemplate markdown MissingH process text ]; + jailbreak = true; homepage = "http://github.com/kaashif-hymabaccus/muon"; description = "Static blog generator"; license = stdenv.lib.licenses.bsd3; @@ -78792,6 +79278,7 @@ self: { AspectAG base containers HList ListLike template-haskell TTTAS uu-parsinglib uulib ]; + jailbreak = true; homepage = "http://www.cs.uu.nl/wiki/Center/CoCoCo"; description = "MUtually Recursive Definitions Explicitly Represented"; license = "LGPL"; @@ -78878,6 +79365,7 @@ self: { aeson base blaze-svg bytestring lens music-pitch music-preludes music-score process ]; + jailbreak = true; description = "Diagrams-based visualization of musical data structures"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78894,6 +79382,7 @@ self: { adjunctions aeson base containers data-default lens music-dynamics music-pitch roman-numerals semigroups ]; + jailbreak = true; description = "Musical instruments, parts and playing techniques"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78911,6 +79400,7 @@ self: { base containers data-interval lens music-pitch-literal nats positive semigroups type-unary vector-space vector-space-points ]; + jailbreak = true; description = "Musical pitch representation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78948,6 +79438,7 @@ self: { vector-space vector-space-points ]; testDepends = [ base process tasty tasty-golden ]; + jailbreak = true; description = "Some useful preludes for the Music Suite"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78971,6 +79462,7 @@ self: { NumInstances parsec prettify process semigroups transformers transformers-compat vector-space vector-space-points ]; + jailbreak = true; description = "Musical score and part representation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -78988,6 +79480,7 @@ self: { aeson base bytestring lens monadplus music-pitch-literal music-preludes music-score semigroups unordered-containers ]; + jailbreak = true; description = "Interaction with Sibelius"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -79052,6 +79545,7 @@ self: { smallcheck stm test-framework test-framework-hunit test-framework-smallcheck text time transformers xmlhtml ]; + jailbreak = true; homepage = "http://github.com/metabrainz/mass-mail"; description = "Send an email to all MusicBrainz editors"; license = stdenv.lib.licenses.gpl3; @@ -79066,7 +79560,7 @@ self: { version = "0.1.2"; sha256 = "0sn8gzymf6xpdksd7v2xyb4y2iks2l09hyw0rch109lgrnsy5gp8"; buildDepends = [ base containers directory HaXml old-time pretty ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "https://troglodita.di.uminho.pt/svn/musica/work/MusicXML"; description = "MusicXML format encoded as Haskell type and functions of reading and writting"; license = stdenv.lib.licenses.bsd3; @@ -79159,6 +79653,7 @@ self: { buildDepends = [ base iteratee MonadCatchIO-transformers transformers vector ]; + jailbreak = true; homepage = "http://jwlato.webfactional.com/haskell/mutable-iter"; description = "iteratees based upon mutable buffers"; license = stdenv.lib.licenses.bsd3; @@ -79178,6 +79673,7 @@ self: { base directory filepath hslogger hslogger-template mtl network-dbus process ]; + jailbreak = true; homepage = "http://github.com/Tener/mute-unmute"; description = "Watches your screensaver and (un)mutes music when you (un)lock the screen"; license = stdenv.lib.licenses.gpl3; @@ -79224,6 +79720,7 @@ self: { control-event Crypto data-binary-ieee754 hexpat http-enumerator maccatcher mtl network parsec time uuid ]; + jailbreak = true; description = "Client library for metaverse systems like Second Life"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -79279,6 +79776,7 @@ self: { syb template-haskell UISF ]; testDepends = [ ansi-terminal base Cabal Euterpea QuickCheck ]; + jailbreak = true; homepage = "http://haskell.cs.yale.edu/"; description = "None"; license = stdenv.lib.licenses.bsd3; @@ -79307,6 +79805,7 @@ self: { base bytestring cereal clientsession containers mtl random regex-posix snap snap-core time ]; + jailbreak = true; description = "Sessions and continuations for Snap web apps"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -79325,6 +79824,7 @@ self: { base bytestring clientsession heist mtl mysnapsession snap snap-core snap-server text time ]; + jailbreak = true; description = "Example projects using mysnapsession"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -79338,7 +79838,6 @@ self: { buildDepends = [ base bytestring containers ]; buildTools = [ mysqlConfig ]; extraLibraries = [ zlib ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/mysql"; description = "A low-level MySQL client library"; license = stdenv.lib.licenses.bsd3; @@ -79374,7 +79873,6 @@ self: { attoparsec base base16-bytestring blaze-builder blaze-textual bytestring mysql old-locale pcre-light text time ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/mysql-simple"; description = "A mid-level MySQL client library"; license = stdenv.lib.licenses.bsd3; @@ -79495,6 +79993,7 @@ self: { version = "0.1"; sha256 = "1db12f2q395yk6pwz5gnb2q0kf4s868z8d1vvwa7vngnfc1h924i"; buildDepends = [ base containers ]; + jailbreak = true; homepage = "http://github.com/nominolo/named-lock"; description = "A named lock that is created on demand"; license = stdenv.lib.licenses.bsd3; @@ -79554,7 +80053,6 @@ self: { sha256 = "0rrwa1c3mval1jm4siqyx1vk14ibifya62hni13cimcdafj35fnq"; buildDepends = [ base bytestring ]; extraLibraries = [ openssl ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://www.jasani.org/search/label/nano-hmac"; description = "Bindings to OpenSSL HMAC"; license = stdenv.lib.licenses.bsd3; @@ -79568,7 +80066,6 @@ self: { sha256 = "18db3y76w0kv2m7h3lrqxcag4lc7519b2j80113g6hhm1wxkpabk"; buildDepends = [ base bytestring ]; extraLibraries = [ openssl ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://code.haskell.org/~dons/code/nano-md5"; description = "Efficient, ByteString bindings to OpenSSL"; license = stdenv.lib.licenses.bsd3; @@ -79587,6 +80084,7 @@ self: { buildDepends = [ base BNFC-meta cmdargs containers mtl parsec pretty transformers ]; + jailbreak = true; description = "A toy dependently-typed language"; license = "unknown"; }) {}; @@ -79612,6 +80110,7 @@ self: { sha256 = "06jb8s3jxjiz7r6dn8xx33xqd76f2r5q1mshsz41z4q0khf4wdp3"; buildDepends = [ base bytestring ]; extraLibraries = [ nanomsg ]; + jailbreak = true; description = "nanomsg - scalability protocols library"; license = stdenv.lib.licenses.publicDomain; }) { inherit (pkgs) nanomsg;}; @@ -79642,6 +80141,7 @@ self: { version = "0.1.1"; sha256 = "00ghdzkzshk24g7v42hq7zq0dxsq8vjpkslj41dxdnx0zizwbn3m"; buildDepends = [ base bytestring ListLike ]; + jailbreak = true; description = "An implementation of attoparsec-like parser around list-like"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -79688,7 +80188,6 @@ self: { version = "1"; sha256 = "0r6s8l4s0yq3x2crrkv0b8zac13magfasr9v8hnq6rn1icsfhic0"; buildDepends = [ base hashable ]; - configureFlags = [ "-fhashable" ]; homepage = "http://github.com/ekmett/nats/"; description = "Natural numbers"; license = stdenv.lib.licenses.bsd3; @@ -79726,6 +80225,7 @@ self: { base type-equality type-level-natural-number type-level-natural-number-induction ]; + jailbreak = true; description = "Natural numbers tagged with a type-level representation of the number"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -79761,7 +80261,6 @@ self: { version = "0.0.3"; sha256 = "1l594lkd3yb52lhh0raygvk3jlzwkcc2pmcqjmg02dmd6j6mw42x"; buildDepends = [ base text utf8-string ]; - configureFlags = [ "-f-unicode-collation" "-f-filepath" ]; homepage = "not yet available"; description = "Natural-order string comparison"; license = stdenv.lib.licenses.bsd3; @@ -79828,10 +80327,6 @@ self: { buildDepends = [ base containers text transformers ]; buildTools = [ c2hs ]; extraLibraries = [ ncurses ]; - configureFlags = [ - "-f-force-c2hs-newtype-pointer-hooks" "-f-force-narrow-library" - "-f-use-pkgconfig" - ]; patchPhase = "find . -type f -exec sed -i -e 's|ncursesw/||' {} \\;"; homepage = "https://john-millikin.com/software/haskell-ncurses/"; description = "Modernised bindings to GNU ncurses"; @@ -79878,6 +80373,7 @@ self: { base containers haskell-src-meta mtl parsec parsec-extra template-haskell text vector ]; + jailbreak = true; homepage = "http://scrambledeggsontoast.github.io/2014/09/28/needle-announce/"; description = "ASCII-fied arrow notation"; license = stdenv.lib.licenses.mit; @@ -79915,7 +80411,6 @@ self: { base cmdargs containers directory extra filepath GoogleChart json old-time process time ]; - configureFlags = [ "-f-small" ]; homepage = "http://community.haskell.org/~ndm/"; description = "General tools for Neil"; license = stdenv.lib.licenses.bsd3; @@ -79983,6 +80478,7 @@ self: { dawg directory filepath IntervalMap monad-ox mtl network polimorf polysoup sgd tagsoup temporary text text-binary tokenize vector ]; + jailbreak = true; homepage = "https://github.com/kawu/nerf"; description = "Nerf, the named entity recognition tool based on linear-chain CRFs"; license = stdenv.lib.licenses.bsd3; @@ -80011,6 +80507,7 @@ self: { buildDepends = [ base bytestring containers ghc-binary hslogger monad-loops network ]; + jailbreak = true; homepage = "http://phaul.hobby-site.org/node/4123"; description = "Concurrent over the network execution library"; license = stdenv.lib.licenses.bsd3; @@ -80051,6 +80548,7 @@ self: { process QuickCheck random syb test-framework test-framework-hunit test-framework-quickcheck2 test-framework-th ]; + jailbreak = true; homepage = "http://frenetic-lang.org"; description = "The NetCore compiler and runtime system for OpenFlow networks"; license = stdenv.lib.licenses.bsd3; @@ -80085,6 +80583,7 @@ self: { base bytestring cereal containers monad-loops unix ]; buildTools = [ c2hs ]; + jailbreak = true; homepage = "http://netlink-hs.googlecode.com/"; description = "Netlink communication for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -80097,7 +80596,6 @@ self: { version = "0.3.1"; sha256 = "0f3fwgpg0p3ajgxfzbqr4z04ly5cdbhjxms5xbd0k2ixdwgyxm67"; buildDepends = [ base binary containers syb ]; - configureFlags = [ "-fbase4" ]; description = "Netlist AST"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80109,7 +80607,6 @@ self: { version = "0.3.1"; sha256 = "15daik7l0pjqilya01l5rl84g2fyjwkap1md0nx82gxcp8m1v76k"; buildDepends = [ base netlist pretty ]; - configureFlags = [ "-fbase4" ]; description = "Convert a Netlist AST to VHDL"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80145,6 +80642,7 @@ self: { aeson base binary bytestring mtl network template-haskell text transformers ]; + jailbreak = true; homepage = "http://github.com/DanBurton/netspec"; description = "Simplify static Networking tasks"; license = stdenv.lib.licenses.bsd3; @@ -80181,7 +80679,6 @@ self: { test-framework-quickcheck2 ]; pkgconfigDepends = [ nettle ]; - configureFlags = [ "-fusepkgconfig" ]; homepage = "https://github.com/stbuehler/haskell-nettle"; description = "safe nettle binding"; license = stdenv.lib.licenses.mit; @@ -80199,6 +80696,7 @@ self: { base bimap binary bytestring containers mtl nettle-openflow network network-data random time ]; + jailbreak = true; description = "FRP for controlling networks of OpenFlow switches"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80248,7 +80746,6 @@ self: { base containers deepseq parallel profunctors random semigroups time transformers ]; - configureFlags = [ "-f-testprogram" ]; homepage = "http://hub.darcs.net/ertes/netwire"; description = "Functional reactive programming library"; license = stdenv.lib.licenses.bsd3; @@ -80310,7 +80807,7 @@ self: { testDepends = [ base Cabal QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-f-benchmark" ]; + jailbreak = true; homepage = "http://github.com/sebnow/haskell-network-address"; description = "IP data structures and textual representation"; license = stdenv.lib.licenses.mit; @@ -80329,7 +80826,6 @@ self: { aeson attoparsec base bytestring case-insensitive http-client http-client-tls http-types text time tls ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/apiengine/network-api-support"; description = "Toolkit for building http client libraries over Network.Http.Conduit"; license = stdenv.lib.licenses.bsd3; @@ -80362,6 +80858,7 @@ self: { version = "0.1.3.4"; sha256 = "19m10mj9nqsa7s0syv9dyhqkhvmf2h7yna8n7bq0xkdp8m9l0g96"; buildDepends = [ base bytestring network unix ]; + jailbreak = true; homepage = "http://github.com/tibbe/network-bytestring"; description = "Fast, memory-efficient, low-level networking"; license = stdenv.lib.licenses.bsd3; @@ -80437,7 +80934,6 @@ self: { version = "0.5.2"; sha256 = "0vbmg1m4qylzbmj3z5746srfkiwvh32qi9zyc39gc87bfw2gzn8s"; buildDepends = [ base bytestring cereal pretty prettyclass ]; - configureFlags = [ "-fsmall_base" ]; description = "Library for network data structures and their serialization"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80454,6 +80950,7 @@ self: { base binary bytestring containers mtl network parsec unix utf8-string ]; + jailbreak = true; description = "D-Bus"; license = "unknown"; }) {}; @@ -80485,7 +80982,6 @@ self: { version = "0.1.5"; sha256 = "11hwgdw03a39k3akjy5qlg9zsb7z8qiikvdmcqr2dhj6ykmfwsvk"; buildDepends = [ base bytestring enumerator network transformers ]; - configureFlags = [ "-fnetwork-includes-bytestring" ]; homepage = "https://john-millikin.com/software/network-enumerator/"; description = "Enumerators for network sockets"; license = stdenv.lib.licenses.mit; @@ -80534,6 +81030,7 @@ self: { version = "0.0.1"; sha256 = "0qa5rbbcw9axg7mj4kjj027hfsclnw85cj8nmi6jvrzq2yhhk56c"; buildDepends = [ base bytestring ioctl network ]; + jailbreak = true; description = "Haskell bindings for the ifreq structure"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80630,6 +81127,7 @@ self: { base bytestring foreign-storable-asymmetric ioctl network network-interfacerequest ]; + jailbreak = true; description = "Haskell bindings for low-level packet sockets (AF_PACKET)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80709,7 +81207,6 @@ self: { buildDepends = [ base base64-bytestring bytestring network network-simple ]; - configureFlags = [ "-f-documentation" "-f-example" ]; homepage = "https://github.com/angerman/network-service"; description = "Provide a service at the data type level"; license = stdenv.lib.licenses.mit; @@ -80757,6 +81254,7 @@ self: { base bytestring certificate cprng-aes exceptions network network-simple tls tls-extra transformers ]; + jailbreak = true; homepage = "https://github.com/k0001/network-simple-tls"; description = "Simple interface to TLS secured network sockets"; license = stdenv.lib.licenses.bsd3; @@ -80786,6 +81284,7 @@ self: { base binary bytestring cereal enumerator network stm text transformers ]; + jailbreak = true; description = "ByteString and Text streams for networking"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -80807,6 +81306,7 @@ self: { directory filepath logfloat mwc-random optparse-applicative random-fu statistics stm text transformers vector ]; + jailbreak = true; homepage = "https://github.com/bgamari/bayes-stack"; description = "A few network topic model implementations for bayes-stack"; license = stdenv.lib.licenses.bsd3; @@ -80839,7 +81339,6 @@ self: { testDepends = [ base network network-transport network-transport-tests ]; - configureFlags = [ "-f-use-mock-network" ]; homepage = "http://haskell-distributed.github.com"; description = "TCP instantiation of Network.Transport"; license = stdenv.lib.licenses.bsd3; @@ -80883,9 +81382,7 @@ self: { base network-transport network-transport-tests tasty tasty-hunit zeromq4-haskell ]; - configureFlags = [ - "-f-unsafe" "-f-distributed-process-tests" "-f-install-benchmarks" - ]; + jailbreak = true; description = "ZeroMQ backend for network-transport"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80928,7 +81425,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base haskell98 network webserver ]; - configureFlags = [ "-f-buildexamples" ]; + jailbreak = true; homepage = "http://github.com/michaelmelanson/network-websocket"; description = "WebSocket library"; license = stdenv.lib.licenses.bsd3; @@ -80945,6 +81442,7 @@ self: { buildDepends = [ base binary bytestring containers network time transformers ]; + jailbreak = true; description = "Networked-game support library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -80996,7 +81494,7 @@ self: { filepath HUnit mtl process QuickCheck safe test-framework test-framework-hunit test-framework-quickcheck2 text Unixutils uuid ]; - configureFlags = [ "-f-tests" ]; + jailbreak = true; description = "A trivially simple app to create things from simple templates"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -81020,6 +81518,7 @@ self: { sha256 = "1xghpqmpwnjyk944m9nsfzk2jlyqwdvcr5zrmr66d4n650cf1m2b"; buildDepends = [ base ]; testDepends = [ base hspec HUnit ]; + jailbreak = true; description = "A typeclass and set of functions for working with newtypes, with generics support"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -81035,6 +81534,7 @@ self: { buildDepends = [ base haskell-src-meta newtype syb template-haskell ]; + jailbreak = true; homepage = "http://github.com/mgsloan/newtype-th"; description = "A template haskell deriver to create Control.Newtype instances."; license = stdenv.lib.licenses.bsd3; @@ -81076,6 +81576,7 @@ self: { buildDepends = [ attoparsec base machines mtl parseargs resourcet sqlite-simple text ]; + jailbreak = true; homepage = "http://github.com/YoEight/ngrams-loader"; description = "Ngrams loader based on http://www.ngrams.info format"; license = stdenv.lib.licenses.mit; @@ -81154,6 +81655,7 @@ self: { version = "0.2.2.5"; sha256 = "17aqzk1kq670fwawia0qjmd8ld1b0h8zh0w8j8x4y48hlzyb75xb"; buildDepends = [ base bytestring ]; + jailbreak = true; homepage = "http://haskell.gonitro.io"; description = "Haskell bindings for Nitro"; license = stdenv.lib.licenses.bsd3; @@ -81210,6 +81712,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers nlp-scores split text ]; + jailbreak = true; homepage = "https://bitbucket.org/gchrupala/lingo"; description = "NLP scoring command-line programs"; license = stdenv.lib.licenses.bsd3; @@ -81287,6 +81790,7 @@ self: { network parsec ]; testDepends = [ base HTF HUnit parsec QuickCheck string-qq ]; + jailbreak = true; homepage = "http://github.com/brow/noise"; description = "A friendly language for graphic design"; license = stdenv.lib.licenses.mit; @@ -81312,7 +81816,6 @@ self: { sha256 = "163g3j3xrx1jkrbg2wnha3yyxyg1mn7kabmbpg82y3rbl3ihy1p7"; buildDepends = [ base QuickCheck utility-ht ]; testDepends = [ base QuickCheck utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://code.haskell.org/~thielema/non-negative/"; description = "Non-negative numbers"; license = "GPL"; @@ -81364,7 +81867,6 @@ self: { version = "0.3.7"; sha256 = "147dbq19n18ixfz6bhx9yi9ppr9j3wnc5dfz8kx5gwihy64b8l1b"; buildDepends = [ base primitive vector ]; - configureFlags = [ "-f-debug" ]; description = "Various iterative algorithms for optimization of nonlinear functions"; license = "GPL"; }) {}; @@ -81459,6 +81961,7 @@ self: { sha256 = "1qdqwwy16n43djgrynzn8xv64vv450my6z2xddypafxwhvp7jaqy"; buildDepends = [ base template-haskell ]; testDepends = [ base template-haskell ]; + jailbreak = true; description = "Avoiding the C preprocessor via cunning use of Template Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -81514,7 +82017,7 @@ self: { testDepends = [ base hspec HUnit mime-mail text yesod yesod-core yesod-test ]; - configureFlags = [ "-f-no-icu" "-f-library-only" "-f-dev" ]; + jailbreak = true; homepage = "https://bitbucket.org/wuzzeb/notmuch-web"; description = "A web interface to the notmuch email indexer"; license = "GPL"; @@ -81527,6 +82030,7 @@ self: { version = "0.3"; sha256 = "14lphbssmcvabg1rqzhy4bwvssfyzb69b2g9n45vd22xnvf9q0il"; buildDepends = [ base containers numeric-prelude primes ]; + jailbreak = true; description = "NumericPrelude extras"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -81542,6 +82046,7 @@ self: { buildDepends = [ base binary containers numeric-prelude reflection tagged ]; + jailbreak = true; description = "Linear algebra for the numeric-prelude framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -81617,6 +82122,7 @@ self: { aeson base containers filepath scotty split stm text transformers wai-extra warp ]; + jailbreak = true; homepage = "https://github.com/Tener/null-canvas"; description = "HTML5 Canvas Graphics Library - forked Blank Canvas"; license = stdenv.lib.licenses.bsd3; @@ -81669,6 +82175,7 @@ self: { base base-unicode-symbols HUnit integer-gmp QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text ]; + jailbreak = true; homepage = "https://github.com/roelvandijk/numerals"; description = "Convert numbers to number words"; license = stdenv.lib.licenses.bsd3; @@ -81691,6 +82198,7 @@ self: { base base-unicode-symbols containers containers-unicode-symbols fingertree HUnit test-framework test-framework-hunit ]; + jailbreak = true; homepage = "https://github.com/roelvandijk/numerals-base"; description = "Convert numbers to number words"; license = stdenv.lib.licenses.bsd3; @@ -81733,7 +82241,7 @@ self: { array base containers deepseq non-negative parsec QuickCheck random storable-record utility-ht ]; - configureFlags = [ "-f-buildtests" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Numeric_Prelude"; description = "An experimental alternative hierarchy of numeric type classes"; license = stdenv.lib.licenses.bsd3; @@ -81761,7 +82269,6 @@ self: { version = "0.2.0.1"; sha256 = "110v2frn085pggjzl3l8wqgr4vcdd5h29x2wak2a59x16ngjg7ga"; buildDepends = [ array base ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Numeric_Quest"; description = "Math and quantum mechanics"; license = "GPL"; @@ -81852,6 +82359,7 @@ self: { buildDepends = [ base cairo containers glade glib gtk mtl parsec random ]; + jailbreak = true; description = "An interactive GUI for manipulating L-systems"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -81872,7 +82380,6 @@ self: { http-client http-types mtl network network-uri text time transformers ]; - configureFlags = [ "-fnetwork-uri" ]; description = "Simple OAuth for http-client"; license = stdenv.lib.licenses.mit; }) {}; @@ -81903,9 +82410,6 @@ self: { array AspectAG base containers ghc-prim HList language-c mtl murder template-haskell transformers uu-parsinglib uulib ]; - configureFlags = [ - "-f-t5" "-f-t3" "-f-t2" "-f-t1" "-f-l4" "-f-l3" "-f-l2" "-f-l1" - ]; homepage = "http://www.cs.uu.nl/wiki/Center/CoCoCo"; description = "Oberon0 Compiler"; license = "LGPL"; @@ -81982,6 +82486,7 @@ self: { buildDepends = [ array base bytestring containers hexpr mtl parsec symbol text ]; + jailbreak = true; homepage = "https://github.com/Zankoku-Okuno/octopus/"; description = "Lisp with more dynamism, more power, more simplicity"; license = stdenv.lib.licenses.gpl3; @@ -81999,6 +82504,7 @@ self: { base either monads-tf transformers vect-floating ]; extraLibraries = [ libX11 mesa ovr udev Xinerama ]; + jailbreak = true; homepage = "http://github.com/cpdurham/oculus"; description = "Oculus Rift ffi providing head tracking data"; license = stdenv.lib.licenses.bsd3; @@ -82015,7 +82521,6 @@ self: { sha256 = "1q7ywczm2d5inrjqgz3j8vfk5sj2yixvwdkzlfs2whd0gadbcfa0"; buildDepends = [ base HTTP network network-uri ]; testDepends = [ base HUnit test-framework test-framework-hunit ]; - configureFlags = [ "-fnetwork-uri" ]; description = "Interface to the Online Encyclopedia of Integer Sequences (OEIS)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -82027,6 +82532,7 @@ self: { version = "0.1"; sha256 = "03sb2bmjw8v01908zkzmw8njsmqy5k2hcnv6ajbia7n8qawyhivj"; buildDepends = [ base parsec3 vector ]; + jailbreak = true; homepage = "https://github.com/acfoltzer/off-simple"; description = "A parser for simplified-syntax OFF files"; license = stdenv.lib.licenses.bsd3; @@ -82090,6 +82596,7 @@ self: { sha256 = "1p34xybkf5079pq5hkildaz6skx06f6s3qg0k2i73jhh93q3ckiq"; buildDepends = [ base hogre ]; extraLibraries = [ OIS ]; + jailbreak = true; description = "wrapper for OIS input manager for use with hogre"; license = stdenv.lib.licenses.bsd3; }) { OIS = null;}; @@ -82132,7 +82639,7 @@ self: { base bytestring fay fay-jquery fay-text lens mtl snap snap-core snap-loader-dynamic snap-loader-static snap-server snaplet-fay text ]; - configureFlags = [ "-f-development" ]; + jailbreak = true; description = "An OpenLayers JavaScript Wrapper and Webframework with snaplet-fay"; license = "GPL"; }) {}; @@ -82150,6 +82657,7 @@ self: { buildDepends = [ base optparse-applicative shakespeare-text shelly text ]; + jailbreak = true; homepage = "https://github.com/pcapriotti/omaketex"; description = "A simple tool to generate OMakefile for latex files"; license = stdenv.lib.licenses.bsd3; @@ -82186,6 +82694,7 @@ self: { buildDepends = [ base bytestring cmdargs conduit sandi transformers ]; + jailbreak = true; description = "data encoding and decoding command line utilities"; license = "unknown"; }) {}; @@ -82218,6 +82727,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring network process random ]; + jailbreak = true; homepage = "https://github.com/crackleware/on-demand-ssh-tunnel"; description = "Program that sends traffic through SSH tunnels on-demand"; license = stdenv.lib.licenses.mit; @@ -82335,10 +82845,6 @@ self: { HTTP mtl network old-time parsec pretty process syb texmath utf8-string xhtml xml zip-archive ]; - configureFlags = [ - "-f-citeproc" "-flibrary" "-fwrappers" "-fexecutable" - "-f-highlighting" - ]; homepage = "http://johnmacfarlane.net/pandoc"; description = "Conversion between markup formats"; license = "GPL"; @@ -82378,6 +82884,7 @@ self: { version = "0.1.1"; sha256 = "1i38lhy1wla0xqgcbyf06179r1hs6194wqd8gg26q491ddc0vp3l"; buildDepends = [ base mtl witness ]; + jailbreak = true; description = "open witnesses"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -82390,6 +82897,7 @@ self: { sha256 = "040hjkqd2zqkd8zbnfv8wmyzkfgckiv4njryilx1gpyp7c6qxpwn"; buildDepends = [ base bindings-DSL Cabal vector ]; pkgconfigDepends = [ opencv ]; + jailbreak = true; homepage = "www.github.com/arjuncomar/opencv-raw.git"; description = "Raw Haskell bindings to OpenCV >= 2.0"; license = stdenv.lib.licenses.bsd3; @@ -82402,6 +82910,7 @@ self: { version = "0.0.0"; sha256 = "1bv729ljw07arz9fzg0nqj6fkpwkxkjds073cz3zr9in0a5b1531"; buildDepends = [ base hxt template-haskell th-lift ]; + jailbreak = true; homepage = "https://github.com/fabianbergmark/OpenDataTable"; description = "A library for working with Open Data Tables"; license = stdenv.lib.licenses.bsd2; @@ -82453,7 +82962,6 @@ self: { buildDepends = [ base bytestring containers HsOpenSSL HTTP monadLib network time xml ]; - configureFlags = [ "-fsplit-base" "-f-examples" ]; homepage = "http://github.com/elliottt/hsopenid"; description = "An implementation of the OpenID-2.0 spec."; license = stdenv.lib.licenses.bsd3; @@ -82496,6 +83004,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 utf8-string ]; + jailbreak = true; homepage = "http://github.com/singpolyma/OpenPGP-Crypto"; description = "Implementation of cryptography for use with OpenPGP using the Crypto library"; license = "unknown"; @@ -82542,6 +83051,7 @@ self: { test-framework-hunit test-framework-quickcheck2 transformers utf8-string ]; + jailbreak = true; homepage = "http://github.com/singpolyma/OpenPGP-CryptoAPI"; description = "Implement cryptography for OpenPGP using crypto-api compatible libraries"; license = "unknown"; @@ -82558,7 +83068,6 @@ self: { buildDepends = [ base binary bytestring hosc process random transformers utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/SuperCollider"; description = "Haskell OpenSoundControl utilities"; license = "GPL"; @@ -82679,7 +83188,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base mtl random ]; - configureFlags = [ "-fbuildexamples" ]; homepage = "http://haskell.org/haskellwiki/Operational"; description = "Implementation of difficult monads made easy with operational semantics"; license = stdenv.lib.licenses.bsd3; @@ -82692,7 +83200,6 @@ self: { version = "0.4"; sha256 = "1bnr6lkcf2qs7pvrmd8a5xmklcg67l64b776hzclfvxqy1qil29x"; buildDepends = [ base directory xml ]; - configureFlags = [ "-fsmall_base" ]; description = "Representing and handling OPML subscription information"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -82766,6 +83273,7 @@ self: { base cmdargs containers fgl flite graphviz haskell98 mtl parsec uniplate wl-pprint ]; + jailbreak = true; homepage = "http://optimusprime.posterous.com/"; description = "A supercompiler for f-lite"; license = stdenv.lib.licenses.bsd3; @@ -82779,7 +83287,6 @@ self: { sha256 = "1i1nl81gg5fndf3vafirpmklikn4xpy791is6ff8j7pzys0qfj8g"; buildDepends = [ base ]; testDepends = [ base directory doctest filepath QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/optional"; description = "Using type-classes for optional function arguments"; license = stdenv.lib.licenses.bsd3; @@ -82810,7 +83317,6 @@ self: { sha256 = "0rsmwalmnry71w23k6sg0a307xgb2s71j9s12zqqq380fw6c1bhm"; buildDepends = [ base old-locale options time ]; testDepends = [ base chell options time ]; - configureFlags = [ "-fold-locale" ]; homepage = "https://john-millikin.com/software/haskell-options/"; description = "Command-line option types for dates and times"; license = stdenv.lib.licenses.mit; @@ -82882,7 +83388,6 @@ self: { aeson base bytestring errors hspec lens QuickCheck smallcheck text wreq ]; - configureFlags = [ "-f-network-specs" ]; description = "An API client for http://orchestrate.io/."; license = stdenv.lib.licenses.asl20; }) {}; @@ -82902,6 +83407,7 @@ self: { filestore hscolour mtl nano-md5 parsec process QuickCheck salvia salvia-extras stm time unix xml ]; + jailbreak = true; description = "Haskell Wiki Library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -82920,6 +83426,7 @@ self: { base extensible-exceptions mtl network orchid Pipe salvia salvia-extras stm ]; + jailbreak = true; description = "Haskell Wiki Demo"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -82947,6 +83454,7 @@ self: { buildDepends = [ base containers math-functions statistics vector vector-space ]; + jailbreak = true; homepage = "http://github.com/ekmett/order-statistics/"; description = "L-Estimators for robust statistics"; license = stdenv.lib.licenses.bsd3; @@ -82970,6 +83478,7 @@ self: { version = "0.1.0.0"; sha256 = "1ry6flg5sh3hl1xpkqk67ayd4y0xx3j2pwcz26q1pgqn6m84plzr"; buildDepends = [ base containers ]; + jailbreak = true; description = "basic orders"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -82997,6 +83506,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ attoparsec base text ]; + jailbreak = true; description = "Organize scala imports"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -83016,6 +83526,7 @@ self: { attoparsec base HUnit old-locale tasty tasty-hunit text thyme unordered-containers ]; + jailbreak = true; description = "A parser and writer for org-mode flavored documents"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83068,6 +83579,7 @@ self: { persistent-sqlite persistent-template pool-conduit stm stm-chans text time transformers transformers-base ]; + jailbreak = true; description = "Download Open Street Map tiles"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83143,6 +83655,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base Cabal Diff filepath haskell-src-exts ]; + jailbreak = true; description = "Haskell Package Versioning Tool"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83246,6 +83759,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base deepseq directory-tree ]; + jailbreak = true; homepage = "https://github.com/Tener/archlinux-utils"; description = "Read whole Pacman database which pushes it into the memory cache"; license = stdenv.lib.licenses.bsd3; @@ -83262,6 +83776,7 @@ self: { buildDepends = [ base containers hmidi minioperational transformers ]; + jailbreak = true; homepage = "https://github.com/fumieval/padKONTROL"; description = "Controlling padKONTROL native mode"; license = stdenv.lib.licenses.bsd3; @@ -83286,6 +83801,7 @@ self: { template-haskell text time transformers transformers-base unordered-containers ]; + jailbreak = true; homepage = "http://github.com/brendanhay/pagerduty"; description = "Client library for PagerDuty Integration and REST APIs"; license = "unknown"; @@ -83385,11 +83901,7 @@ self: { process QuickCheck syb test-framework test-framework-hunit test-framework-quickcheck2 text zip-archive ]; - configureFlags = [ - "-fhttps" "-fmake-pandoc-man-pages" "-fold-locale" "-fnetwork-uri" - "-fmake-pandoc-man-pages" "-fhttps" "-f-trypandoc" - "-f-embed_data_files" - ]; + configureFlags = [ "-fhttps" "-fmake-pandoc-man-pages" ]; homepage = "http://johnmacfarlane.net/pandoc"; description = "Conversion between markup formats"; license = "GPL"; @@ -83417,10 +83929,6 @@ self: { aeson base bytestring directory filepath pandoc pandoc-types process temporary text yaml ]; - configureFlags = [ - "-f-test_citeproc" "-f-unicode_collation" "-f-embed_data_files" - "-fbibutils" "-fsmall_base" - ]; description = "Supports using pandoc with citeproc"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83479,7 +83987,6 @@ self: { ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ cairo pango ]; - configureFlags = [ "-fnew-exception" ]; homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the Pango text rendering engine"; license = stdenv.lib.licenses.lgpl21; @@ -83546,7 +84053,7 @@ self: { uniplate ]; buildTools = [ alex ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; description = "Paragon"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83571,7 +84078,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers extensible-exceptions random ]; - configureFlags = [ "-f-tests" "-f-fuzz" "-f-benchmark" ]; + jailbreak = true; homepage = "http://batterseapower.github.com/parallel-io"; description = "Combinators for executing IO actions in parallel on a thread pool"; license = stdenv.lib.licenses.bsd3; @@ -83660,6 +84167,7 @@ self: { buildDepends = [ base bytestring containers mtl text transformers utf8-string word8 ]; + jailbreak = true; homepage = "https://bitbucket.org/tdammers/parcom-lib"; description = "A simple parser-combinator library, a bit like Parsec but without the frills"; license = stdenv.lib.licenses.bsd3; @@ -83686,9 +84194,7 @@ self: { filepath HTTP monad-par network normaldistribution parallel random repa stm template-haskell time transformers utf8-string vector xml ]; - configureFlags = [ - "-fdistributed" "-faccelerate" "-f-cuda" "-f-devil" "-f-llvm" - ]; + jailbreak = true; description = "Examples to accompany the book \"Parallel and Concurrent Programming in Haskell\""; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83728,6 +84234,7 @@ self: { template-haskell text th-lift ]; testDepends = [ cmdargs ]; + jailbreak = true; homepage = "http://github.com/gregwebs/cmdargs-help"; description = "generate command line arguments from a --help output"; license = stdenv.lib.licenses.bsd3; @@ -83757,7 +84264,6 @@ self: { sha256 = "01vqk7krbhy6bf30ydjdjvbzx5ynjdbc3dwlhzinzq6a69a6brlq"; buildDepends = [ base bytestring mtl text ]; testDepends = [ base HUnit test-framework test-framework-hunit ]; - configureFlags = [ "-fbase4" ]; homepage = "http://www.cs.uu.nl/~daan/parsec.html"; description = "Monadic parser combinators"; license = stdenv.lib.licenses.bsd3; @@ -83781,7 +84287,6 @@ self: { version = "0.1.0"; sha256 = "1gzy4v3r02kvdxvgg1nj83mmb6aph2v4ilf9c7y6nbvi2x49l0bp"; buildDepends = [ base parsec ]; - configureFlags = [ "-f-parsec1" ]; description = "Utilities for parsing numbers from strings"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83796,6 +84301,7 @@ self: { sha256 = "1knmcciyq07vp06s3xh4hwz654n017863dh9hdp1mwm57vc43s3j"; buildDepends = [ base parsec parsers ]; testDepends = [ base directory doctest filepath ]; + jailbreak = true; homepage = "http://github.com/ekmett/parsec-parsers/"; description = "Parsing instances for Parsec"; license = stdenv.lib.licenses.bsd3; @@ -83878,7 +84384,6 @@ self: { version = "0.1.0"; sha256 = "0i7fvbhvvmf5nld51kv9v0vpb42dlnpivxcl7ll0zwa3gzks2cm5"; buildDepends = [ base parsec ]; - configureFlags = [ "-f-parsec3" ]; description = "Utilities for parsing numbers from Char sequences"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -83890,7 +84395,6 @@ self: { version = "3000.0.0"; sha256 = "0gsylvm8srddmh3g3ysjgqqmgp0ddg6pdi2sz15v6nrvsqfabiip"; buildDepends = [ base old-locale old-time parsec ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://www.cs.chalmers.se/~bringert/darcs/parsedate/doc/"; description = "Data and time parsing for CalendarTime"; license = stdenv.lib.licenses.bsd3; @@ -83927,6 +84431,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ aeson base bytestring haskell-src-exts text ]; + jailbreak = true; description = "Prints Haskell parse trees in JSON"; license = stdenv.lib.licenses.asl20; }) {}; @@ -83969,7 +84474,6 @@ self: { attoparsec base bytestring containers directory doctest filepath parsec QuickCheck quickcheck-instances ]; - configureFlags = [ "-f-lib-werror" ]; homepage = "http://github.com/ekmett/parsers/"; description = "Parsing combinators"; license = stdenv.lib.licenses.bsd3; @@ -84054,6 +84558,7 @@ self: { buildDepends = [ base comonad-transformers data-lens transformers ]; + jailbreak = true; description = "Haskell 98 Partial Lenses"; license = stdenv.lib.licenses.mit; }) {}; @@ -84172,7 +84677,7 @@ self: { accelerate-io accelerate-utility base Cabal filepath gnuplot hmatrix JuicyPixels utility-ht vector ]; - configureFlags = [ "-f-builddraft" ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/patch-image/"; description = "Compose a big image from overlapping parts"; license = stdenv.lib.licenses.bsd3; @@ -84210,7 +84715,6 @@ self: { version = "0.5.4"; sha256 = "1ns5q3nrkl99xp4mrmk8wpvb9qzyvnw5cyjwh5rh76ykm2d5dbg7"; buildDepends = [ base directory QuickCheck time ]; - configureFlags = [ "-f-old-time" ]; homepage = "http://code.haskell.org/pathtype"; description = "Type-safe replacement for System.FilePath etc"; license = stdenv.lib.licenses.bsd3; @@ -84236,6 +84740,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base HandsomeSoup hxt ]; + jailbreak = true; description = "A webpage scraper for Patreon which dumps a list of patrons to a text file"; license = stdenv.lib.licenses.mit; }) {}; @@ -84293,6 +84798,7 @@ self: { base bytestring conduit containers failure http-conduit http-types mtl old-locale text time wai ]; + jailbreak = true; homepage = "http://projects.haskell.org/paypal-api/"; description = "PayPal API, currently supporting \"ButtonManager\""; license = stdenv.lib.licenses.bsd3; @@ -84318,6 +84824,7 @@ self: { version = "0.1.1.5"; sha256 = "16dki82d9x6rpkbax090ax8ynwjxv31cvpzpy51ynq83kjg3v2z9"; buildDepends = [ base hslua string-qq ]; + jailbreak = true; homepage = "https://github.com/DavidFeng/pbc4hs"; description = "pbc for HsLua"; license = stdenv.lib.licenses.bsd3; @@ -84435,7 +84942,6 @@ self: { sha256 = "0l1df2sk5qwf424bvb8mbdkr2xjg43fi92n5r22yd7vm1zz0jqvf"; buildDepends = [ base bytestring ]; extraLibraries = [ pcre ]; - configureFlags = [ "-f-old_base" ]; homepage = "https://github.com/Daniel-Diaz/pcre-light"; description = "A small, efficient and portable regex library for Perl 5 compatible regular expressions"; license = stdenv.lib.licenses.bsd3; @@ -84448,6 +84954,7 @@ self: { version = "0.0.0"; sha256 = "1kjh36gglszd16rsh0rm2q5fxjlfipzld4hw0l2r23y0flbqkbvx"; buildDepends = [ base bytestring pcre-light ]; + jailbreak = true; homepage = "http://github.com/urso/pcre-light-extra"; description = "pcre-light extra functionality"; license = stdenv.lib.licenses.bsd3; @@ -84581,6 +85088,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory pdfinfo process temporary ]; + jailbreak = true; homepage = "http://dmwit.com/pdfsplit"; description = "split two-column PDFs, so there is one column per page"; license = stdenv.lib.licenses.bsd3; @@ -84612,6 +85120,7 @@ self: { buildDepends = [ base derive GLUT List template-haskell time TypeCompose ]; + jailbreak = true; description = "Experiemental library for composable interactive programs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -84689,7 +85198,7 @@ self: { base hashtables haskell-src-meta ListLike monad-control mtl template-haskell ]; - configureFlags = [ "-f-build-example" ]; + jailbreak = true; homepage = "http://tanakh.github.com/Peggy"; description = "The Parser Generator for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -84748,11 +85257,7 @@ self: { anonymous-sums base parsec QuickCheck random-shuffle semigroups tasty tasty-quickcheck text time transformers ]; - configureFlags = [ - "-fincabal" "-f-test" "-f-debug" "-fbuild-reconcile" - "-fbuild-reprint" "-fbuild-diff" "-fbuild-selloff" "-fbuild-penny" - "-f-build-gibberish" - ]; + jailbreak = true; homepage = "http://www.github.com/massysett/penny"; description = "Extensible double-entry accounting system"; license = stdenv.lib.licenses.bsd3; @@ -84772,10 +85277,7 @@ self: { base containers explicit-exception multiarg parsec penny-lib pretty-show semigroups text transformers ]; - configureFlags = [ - "-fbuild-reconcile" "-fbuild-reprint" "-fbuild-diff" - "-fbuild-selloff" "-fbuild-penny" "-f-debug" - ]; + jailbreak = true; homepage = "http://www.github.com/massysett/penny"; description = "Deprecated - use penny package instead"; license = stdenv.lib.licenses.bsd3; @@ -84798,7 +85300,7 @@ self: { explicit-exception matchers multiarg ofx old-locale parsec prednote pretty-show rainbow semigroups split text time transformers ]; - configureFlags = [ "-fbuildlib" "-fincabal" "-f-test" "-f-debug" ]; + jailbreak = true; homepage = "http://www.github.com/massysett/penny"; description = "Deprecated - use penny package instead"; license = stdenv.lib.licenses.bsd3; @@ -84847,6 +85349,7 @@ self: { MonadRandom mtl primitive QuickCheck stm strict tagged template-haskell time transformers unix ]; + jailbreak = true; homepage = "https://github.com/Cognimeta/perdure"; description = "Robust persistence for acyclic immutable data"; license = "unknown"; @@ -84935,7 +85438,6 @@ self: { unordered-containers vector ]; extraLibraries = [ sqlite ]; - configureFlags = [ "-f-nooverlap" ]; homepage = "http://www.yesodweb.com/book/persistent"; description = "Type-safe, multi-backend data serialization"; license = stdenv.lib.licenses.mit; @@ -84948,6 +85450,7 @@ self: { version = "0.1.0"; sha256 = "09akf8vpkn2jskf1vf9mq96sakqzr7mfs8hhri8qlbkwx3i5nr6f"; buildDepends = [ base cereal persistent text ]; + jailbreak = true; homepage = "http://hub.darcs.net/co-dan/persistent-cereal"; description = "Helper functions for writing Persistent instances"; license = stdenv.lib.licenses.publicDomain; @@ -84960,6 +85463,7 @@ self: { version = "0.3"; sha256 = "14nn01bbwskllbccgcnwnjwzyws6vppqv4l51n6pcvhwbphn18qz"; buildDepends = [ array base diffarray ]; + jailbreak = true; description = "Persistent equivalence relations (aka union-find)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -84992,6 +85496,7 @@ self: { base binary containers directory EdisonAPI EdisonCore filepath LRU mtl stm-io-hooks ]; + jailbreak = true; homepage = "http://darcs.monoid.at/persistent-map"; description = "A thread-safe (STM) persistency interface for finite map types"; license = "LGPL"; @@ -85011,7 +85516,6 @@ self: { monad-control mongoDB network path-pieces persistent resource-pool resourcet text time transformers ]; - configureFlags = [ "-f-high_precision_date" ]; homepage = "http://www.yesodweb.com/book/persistent"; description = "Backend for the persistent library using mongoDB"; license = stdenv.lib.licenses.mit; @@ -85053,7 +85557,6 @@ self: { monad-control monad-logger persistent persistent-template resourcet text time transformers ]; - configureFlags = [ "-f-tester" "-f-debug" ]; homepage = "https://github.com/gbwey/persistent-odbc"; description = "Backend for the persistent library using ODBC"; license = stdenv.lib.licenses.mit; @@ -85091,6 +85594,7 @@ self: { base bytestring persistent protocol-buffers protocol-buffers-descriptor template-haskell text ]; + jailbreak = true; homepage = "https://github.com/mstone/persistent-protobuf"; description = "Template-Haskell helpers for integrating protobufs with persistent"; license = stdenv.lib.licenses.bsd3; @@ -85116,6 +85620,7 @@ self: { path-pieces persistent persistent-template scientific template-haskell text time transformers utf8-string ]; + jailbreak = true; description = "Backend for persistent library using Redis"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -85150,7 +85655,6 @@ self: { testDepends = [ base hspec persistent persistent-template time transformers ]; - configureFlags = [ "-f-build-sanity-exe" "-f-systemlib" ]; homepage = "http://www.yesodweb.com/book/persistent"; description = "Backend for the persistent library using sqlite3"; license = stdenv.lib.licenses.mit; @@ -85277,6 +85781,7 @@ self: { base bytestring crypto-random handle-like network random stm x509 x509-store ]; + jailbreak = true; homepage = "https://github.com/YoshikuniJujo/peyotls/wiki"; description = "Pretty Easy YOshikuni-made TLS library"; license = stdenv.lib.licenses.bsd3; @@ -85294,6 +85799,7 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://brandon.si/code/pez-zipper-library-released/"; description = "A Pretty Extraordinary Zipper library"; license = stdenv.lib.licenses.bsd3; @@ -85312,6 +85818,7 @@ self: { buildDepends = [ async base ini postgresql-simple random scotty text transformers ]; + jailbreak = true; description = "REST service for creating temporary PostgreSQL databases"; license = stdenv.lib.licenses.agpl3; }) {}; @@ -85343,6 +85850,7 @@ self: { blaze-textual bytestring containers MonadCatchIO-transformers mtl network old-locale pcre-light text time utf8-string ]; + jailbreak = true; homepage = "https://github.com/chrisdone/pgsql-simple"; description = "A mid-level PostgreSQL client library"; license = stdenv.lib.licenses.bsd3; @@ -85367,6 +85875,7 @@ self: { version = "0.1"; sha256 = "0i54myn9abrpzrs58llqgii9fhd9ns9hipnaj00dnqx2mfbg7pan"; buildDepends = [ array base ghc-prim monad-st primitive vector ]; + jailbreak = true; homepage = "http://github.com/glehel/phasechange"; description = "Freezing, thawing, and copy elision"; license = stdenv.lib.licenses.bsd3; @@ -85431,6 +85940,7 @@ self: { version = "2.0.0.1"; sha256 = "0aa0s7qmy78s4q1mjcnw0qiqlbmdmkmk2nbn6hkmw5fn29iq0iwj"; buildDepends = [ array base mtl reactive TypeCompose wx wxcore ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/Phooey"; description = "Functional user interfaces"; license = stdenv.lib.licenses.bsd3; @@ -85467,6 +85977,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base mtl SDL transformers ]; + jailbreak = true; homepage = "https://github.com/skypers/phraskell"; description = "A fractal viewer"; license = stdenv.lib.licenses.gpl3; @@ -85495,7 +86006,7 @@ self: { test-framework test-framework-hunit test-framework-th text time vector ]; - configureFlags = [ "-f-sequential" "-f-bitvec" "-fhashrf" ]; + jailbreak = true; homepage = "http://www.cs.indiana.edu/~rrnewton/projects/phybin/"; description = "Utility for clustering phylogenetic trees in Newick format based on Robinson-Foulds distance"; license = stdenv.lib.licenses.bsd3; @@ -85516,6 +86027,7 @@ self: { AES base binary byteable bytestring containers cryptohash HTTP io-streams mtl network parsec RSA transformers ]; + jailbreak = true; homepage = "https://github.com/renzyq19/pi-calculus"; description = "Applied pi-calculus interpreter"; license = stdenv.lib.licenses.gpl3; @@ -85552,7 +86064,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers mtl parsec picosat pretty ]; - configureFlags = [ "-f-shell" ]; homepage = "https://github.com/sdiehl/picologic"; description = "Utilities for symbolic predicate logic expressions"; license = stdenv.lib.licenses.mit; @@ -85575,7 +86086,6 @@ self: { base bytestring monoid-subclasses QuickCheck quickcheck-instances tasty tasty-quickcheck text ]; - configureFlags = [ "-f-developer" ]; homepage = "https://bitbucket.org/blamario/picoparsec"; description = "Fast combinator parsing for bytestrings and text"; license = stdenv.lib.licenses.bsd3; @@ -85687,6 +86197,7 @@ self: { buildDepends = [ attoparsec base bytestring pipes-core transformers ]; + jailbreak = true; description = "Streaming parsing in the pipes-core framework with Attoparsec"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -85708,6 +86219,7 @@ self: { base binary bytestring ghc-prim lens-family-core pipes pipes-parse smallcheck tasty tasty-hunit tasty-smallcheck transformers ]; + jailbreak = true; homepage = "https://github.com/k0001/pipes-binary"; description = "Encode and decode binary streams using the pipes and binary libraries"; license = stdenv.lib.licenses.bsd3; @@ -85763,6 +86275,7 @@ self: { version = "0.0.1"; sha256 = "1nzylhmi3f2m0xnqgx0m9g0p5pwl6xnidsz8ykzmv8wafrh60dh8"; buildDepends = [ base conduit mtl pipes-core ]; + jailbreak = true; homepage = "https://github.com/pcapriotti/pipes-extra"; description = "Conduit adapters"; license = stdenv.lib.licenses.bsd3; @@ -85779,6 +86292,7 @@ self: { buildDepends = [ base categories lifted-base monad-control transformers void ]; + jailbreak = true; homepage = "https://github.com/pcapriotti/pipes-core"; description = "Compositional pipelines"; license = stdenv.lib.licenses.bsd3; @@ -85813,7 +86327,6 @@ self: { base bytestring cassava HUnit pipes pipes-bytestring test-framework test-framework-hunit vector ]; - configureFlags = [ "-ftest-hunit" ]; description = "Fast, streaming csv parser"; license = stdenv.lib.licenses.mit; }) {}; @@ -85846,7 +86359,7 @@ self: { base bytestring HUnit mtl pipes-core test-framework test-framework-hunit test-framework-th-prime ]; - configureFlags = [ "-f-examples" ]; + jailbreak = true; homepage = "https://github.com/pcapriotti/pipes-extra"; description = "Various basic utilities for Pipes"; license = stdenv.lib.licenses.bsd3; @@ -85936,6 +86449,7 @@ self: { base bytestring network network-simple network-simple-tls pipes pipes-network pipes-safe tls transformers ]; + jailbreak = true; homepage = "https://github.com/k0001/pipes-network-tls"; description = "TLS-secured network connections support for pipes"; license = stdenv.lib.licenses.bsd3; @@ -86048,6 +86562,7 @@ self: { async base bytestring directory hspec pipes pipes-bytestring pipes-safe process stm stm-chans text ]; + jailbreak = true; description = "Create proper Pipes from System.Process"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -86065,7 +86580,6 @@ self: { base bytestring pipes pipes-bytestring pipes-group pipes-parse pipes-safe streaming-commons text transformers ]; - configureFlags = [ "-f-noio" ]; homepage = "https://github.com/michaelt/text-pipes"; description = "Text pipes"; license = stdenv.lib.licenses.bsd3; @@ -86115,6 +86629,7 @@ self: { base QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/ixmatus/pipes-websockets"; description = "Library for using websockets ontop of pipes-network"; license = stdenv.lib.licenses.bsd3; @@ -86150,7 +86665,7 @@ self: { array base bytestring containers haskeline haskeline-class mpppc mtl parsec text utf8-string ]; - configureFlags = [ "-f-debug" ]; + jailbreak = true; description = "A dependently typed core language"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -86235,6 +86750,7 @@ self: { buildDepends = [ base bytestring mtl stringable text time utf8-string ]; + jailbreak = true; homepage = "https://secure.plaimi.net/works/plailude"; description = "plaimi's prelude"; license = stdenv.lib.licenses.gpl3; @@ -86252,6 +86768,7 @@ self: { attoparsec base blaze-builder bytestring containers data-clist deepseq ]; + jailbreak = true; description = "A representation of planar graphs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -86281,9 +86798,7 @@ self: { attoparsec base bytestring filepath optparse-applicative text word8 ]; testDepends = [ base bytestring doctest hlint hspec ]; - configureFlags = [ - "-ftest-doctest" "-ftest-hlint" "-f-maintainer" - ]; + jailbreak = true; homepage = "https://github.com/pjones/playlists"; description = "Library and executable for working with playlist files"; license = stdenv.lib.licenses.bsd3; @@ -86314,6 +86829,7 @@ self: { aeson base blaze-builder bytestring errors http-streams http-types io-streams network-uri old-locale time unexceptionalio ]; + jailbreak = true; homepage = "https://github.com/singpolyma/plivo-haskell"; description = "Plivo API wrapper for Haskell"; license = "unknown"; @@ -86568,7 +87084,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers haskell-src mtl syb ]; - configureFlags = [ "-fseparatesyb" ]; homepage = "http://github.com/23Skidoo/pointful"; description = "Pointful refactoring tool"; license = stdenv.lib.licenses.bsd3; @@ -86581,7 +87096,6 @@ self: { version = "1.1.0.5"; sha256 = "17gzh3w5j05l6ig1sdjqrl7br17zzpy9yh5k2lck0gjl5prcjclw"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "Some common point-free combinators"; license = stdenv.lib.licenses.bsd3; @@ -86594,7 +87108,6 @@ self: { version = "0.0.9"; sha256 = "0f0bnd6dyi1ancdxd2hkszshws9d8jz8iamz5pir0i4nsj69mqyx"; buildDepends = [ base GHood process syb ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://haskell.di.uminho.pt/wiki/Pointless+Haskell"; description = "Pointless Haskell library"; license = stdenv.lib.licenses.bsd3; @@ -86669,6 +87182,7 @@ self: { base binary containers dawg directory filepath mtl polysoup text text-binary transformers ]; + jailbreak = true; homepage = "https://github.com/kawu/polh/tree/master/lexicon"; description = "A library for manipulating the historical dictionary of Polish (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -86773,6 +87287,7 @@ self: { version = "0.5.2"; sha256 = "13923ff6lzvl6j059gyhcb3cx27plkxgbyjr7skg9g5hxia5j73b"; buildDepends = [ base containers polyparse tagsoup ]; + jailbreak = true; homepage = "https://github.com/kawu/polysoup"; description = "Online XML parsing with polyparse and tagsoup"; license = stdenv.lib.licenses.bsd3; @@ -86807,6 +87322,7 @@ self: { version = "0.0.1"; sha256 = "1nq4z063g429hxwf4vbyyr2b2s7sn325m0h6ggf793inlj48ci0h"; buildDepends = [ base mtl ]; + jailbreak = true; homepage = "https://gihub.com/matt76k/ponder"; description = "PEG parser combinator"; license = stdenv.lib.licenses.mit; @@ -86826,6 +87342,7 @@ self: { base HDBC HDBC-sqlite3 hlogger pontarius-xmpp pontarius-xpmn xml-types ]; + jailbreak = true; homepage = "http://www.pontarius.org/projects/pontarius-mediaserver/"; description = "Extended Personal Media Network (XPMN) media server"; license = "unknown"; @@ -86862,7 +87379,7 @@ self: { tasty tasty-hspec tasty-hunit tasty-quickcheck tasty-th text transformers xml-picklers xml-types ]; - configureFlags = [ "-fwith-th" ]; + jailbreak = true; homepage = "https://github.com/pontarius/pontarius-xmpp/"; description = "An XMPP client library"; license = stdenv.lib.licenses.bsd3; @@ -86879,6 +87396,7 @@ self: { buildDepends = [ base containers pontarius-xmpp random text xml-types ]; + jailbreak = true; homepage = "http://www.pontarius.org/projects/pontarius-xpmn/"; description = "Extended Personal Media Network (XPMN) library"; license = "unknown"; @@ -86906,6 +87424,7 @@ self: { sha256 = "1fwwnwxk3kprr2z9y7bwa1qwxfkzwcb2n5l6vkq1c5s8gjls581c"; editedCabalFile = "c79e139723764f4d4ba584c6cf6f73174700271910b15ed0f25a150a53a8c951"; buildDepends = [ base monad-control transformers ]; + jailbreak = true; homepage = "http://www.yesodweb.com/book/persistent"; description = "Thread-safe resource pools. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -86936,7 +87455,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base deepseq transformers unsafe utility-ht ]; - configureFlags = [ "-f-buildexamples" ]; homepage = "http://code.haskell.org/~thielema/pooled-io/"; description = "Run jobs on a limited number of threads and support data dependencies"; license = stdenv.lib.licenses.bsd3; @@ -86979,7 +87497,6 @@ self: { ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ cairo gdk_pixbuf glib gtk pango popplerGlib ]; - configureFlags = [ "-f-gtk3" ]; homepage = "http://www.haskell.org/gtk2hs/"; description = "Binding to the Poppler"; license = stdenv.lib.licenses.gpl2; @@ -87070,6 +87587,7 @@ self: { version = "0.4"; sha256 = "0vj0gd7xln1xihf8dyrr2sm7zh5wg6qvfzy30nslwgvzyn4f14gv"; buildDepends = [ base nats semigroups ]; + jailbreak = true; description = "Positive integers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -87087,6 +87605,7 @@ self: { transformers-base unix ]; extraLibraries = [ acl ]; + jailbreak = true; homepage = "https://github.com/tensor5/posix-acl"; description = "Support for Posix ACL"; license = stdenv.lib.licenses.bsd3; @@ -87147,6 +87666,7 @@ self: { version = "0.0.0.2"; sha256 = "1i3ag71ymmbcg1v0s6fqkpli8d1wplhj2jkalrv7alz8z666ms3h"; buildDepends = [ base unix ]; + jailbreak = true; description = "POSIX Realtime functionality"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -87315,6 +87835,7 @@ self: { postgresql-simple time ]; testDepends = [ base bytestring hspec postgresql-simple ]; + jailbreak = true; homepage = "https://github.com/ameingast/postgresql-simple-migration"; description = "PostgreSQL Schema Migrations"; license = stdenv.lib.licenses.bsd3; @@ -87365,9 +87886,6 @@ self: { template-haskell text time utf8-string uuid ]; testDepends = [ base network time ]; - configureFlags = [ - "-fscientific" "-fuuid" "-ftext" "-fbinary" "-fmd5" - ]; homepage = "https://github.com/dylex/postgresql-typed"; description = "A PostgreSQL access library with compile-time SQL type inference"; license = stdenv.lib.licenses.bsd3; @@ -87389,7 +87907,6 @@ self: { pipes pipes-bytestring pipes-parse stringsearch tls transformers uuid ]; - configureFlags = [ "-f-examples" ]; description = "SMTP server library to receive emails from within Haskell programs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -87408,7 +87925,6 @@ self: { aeson attoparsec base bytestring containers http-client-tls http-types network-api-support text ]; - configureFlags = [ "-f-demo" "-fsmall_base" ]; homepage = "https://github.com/apiengine/postmark"; description = "Library for postmarkapp.com HTTP Api"; license = stdenv.lib.licenses.bsd3; @@ -87479,7 +87995,6 @@ self: { sha256 = "1n71qhlxn9js5cizyqdq9f7m08m5j0354871r8b47bnzdi2kqkc4"; buildDepends = [ base QuickCheck random stm ]; testDepends = [ base ChasingBottoms ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://hub.darcs.net/shelarcy/pqc"; description = "Parallel batch driver for QuickCheck"; license = stdenv.lib.licenses.bsd3; @@ -87507,6 +88022,7 @@ self: { buildDepends = [ base containers ghc-prim MaybeT mtl stateful-mtl uvector ]; + jailbreak = true; description = "Fully encapsulated monad transformers with queuelike functionality"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -87541,6 +88057,7 @@ self: { base Cabal containers cpphs directory filepath haskell-src-exts xhtml ]; + jailbreak = true; homepage = "http://code.google.com/p/copperbox/"; description = "Diff Cabal packages"; license = "unknown"; @@ -87574,7 +88091,6 @@ self: { base containers contravariant QuickCheck quickpull rainbow split text ]; - configureFlags = [ "-f-visual-tests" ]; homepage = "http://www.github.com/massysett/prednote"; description = "Evaluate and display trees of predicates"; license = stdenv.lib.licenses.bsd3; @@ -87594,6 +88110,7 @@ self: { barecheck base containers prednote QuickCheck quickpull rainbow rainbow-tests text ]; + jailbreak = true; homepage = "http://www.github.com/massysett/prednote"; description = "Tests and QuickCheck generators to accompany prednote"; license = stdenv.lib.licenses.bsd3; @@ -87638,7 +88155,7 @@ self: { testDepends = [ base cab containers directory filepath hspec process stm unix ]; - configureFlags = [ "-f-sample" ]; + jailbreak = true; description = "A library for building a prefork-style server quickly"; license = stdenv.lib.licenses.mit; }) {}; @@ -87680,6 +88197,7 @@ self: { version = "0.4"; sha256 = "0h452pn7zs97z5gv2p3x9pg61phphwcw5y5g1w38k3gihdvym8jl"; buildDepends = [ base comonad logict transformers ]; + jailbreak = true; description = "Another kind of alternate Prelude file"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -87693,7 +88211,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base utf8-string ]; - configureFlags = [ "-f-test" ]; description = "Prelude for rest of us"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -87716,7 +88233,6 @@ self: { version = "0.1.1.1"; sha256 = "0cff77nbhy3dsamrwm2wxhbi1mf2bzkdd1pdzqv3klpbzjwkdszv"; buildDepends = [ base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "A redefinition of the Prelude's Enum class in order to render it safe"; license = stdenv.lib.licenses.bsd3; @@ -87742,6 +88258,7 @@ self: { sha256 = "0chwx0906gsmbnjkf14d864qzfvxb5gzaih7nq7ckfc6icbc4x25"; buildDepends = [ base containers pretty ]; testDepends = [ base QuickCheck ]; + jailbreak = true; homepage = "http://github.com/yav/presburger"; description = "A decision procedure for quantifier-free linear arithmetic"; license = stdenv.lib.licenses.bsd3; @@ -87968,6 +88485,7 @@ self: { buildDepends = [ base ConfigFile directory HTTP mtl network parsec utf8-string XMPP ]; + jailbreak = true; homepage = "http://kagami.touhou.ru/projects/show/primula"; description = "Jabber-bot for primula-board ImageBoard"; license = "GPL"; @@ -88010,7 +88528,7 @@ self: { version = "0.2.2"; sha256 = "0nsiil0yl32m80a1kpg3z0wd5fxwkpz2lzf66pa06iy24q0rz5lf"; buildDepends = [ base containers queue reord stateref ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://code.haskell.org/~mokus/priority-queue"; description = "Simple implementation of a priority queue"; license = stdenv.lib.licenses.bsd3; @@ -88067,7 +88585,6 @@ self: { version = "0.2.4.1"; sha256 = "0nh73l03d7niz3a3h2y4i80mlp64ilfkx7krn57skzfi8drwnjvc"; buildDepends = [ base containers random transformers utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Probabilistic_Functional_Programming"; description = "Probabilistic Functional Programming"; license = stdenv.lib.licenses.bsd3; @@ -88176,7 +88693,7 @@ self: { version = "1.0.1.4"; sha256 = "1899ybhnsj22sir2l933lhkk9fpcgjbb4qd6gscnby28qcs5bwbv"; buildDepends = [ base directory filepath unix ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; description = "Process libraries"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -88223,6 +88740,7 @@ self: { base bytestring enumerator mtl process shakespeare-text template-haskell text ]; + jailbreak = true; homepage = "http://github.com/tanakh/process-qq"; description = "Quasi-Quoters for exec process"; license = stdenv.lib.licenses.bsd3; @@ -88253,6 +88771,7 @@ self: { pipes-safe pipes-text process semigroups tasty tasty-hunit text transformers transformers-compat void ]; + jailbreak = true; description = "Streaming interface to system processes"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -88305,6 +88824,7 @@ self: { version = "0.1.0.1"; sha256 = "1md75jc32nfnvs7ygf1mna00gl0wmimp2lkdcs9r9v0iy4b1hr5m"; buildDepends = [ attoparsec base bytestring ]; + jailbreak = true; homepage = "http://closure.ath.cx/procstat"; description = "get information on processes in Linux"; license = stdenv.lib.licenses.bsd3; @@ -88352,7 +88872,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers filepath haskell98 parsec ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://antiope.com/downloads.html"; description = "Convert GHC profiles into GraphViz's dot format"; license = stdenv.lib.licenses.bsd3; @@ -88390,6 +88909,7 @@ self: { aeson attoparsec base bytestring filepath text unordered-containers vector ]; + jailbreak = true; homepage = "http://github.com/jaspervdj/profiteur"; description = "Treemap visualiser for GHC prof files"; license = stdenv.lib.licenses.bsd3; @@ -88460,6 +88980,7 @@ self: { base containers criterion directory filepath haskeline process txt-sushi ]; + jailbreak = true; homepage = "http://chplib.wordpress.com/2010/02/04/progression-supporting-optimisation-in-haskell/"; description = "Automates the recording and graphing of criterion benchmarks"; license = stdenv.lib.licenses.bsd3; @@ -88479,6 +89000,7 @@ self: { base binary bytestring containers directory filepath ghc-prim process text ]; + jailbreak = true; homepage = "https://bitbucket.org/gchrupala/progression"; description = "Multilabel classification model which learns sequentially (online)"; license = stdenv.lib.licenses.bsd3; @@ -88542,6 +89064,7 @@ self: { base containers mtl parsec syb template-haskell th-lift transformers ]; + jailbreak = true; homepage = "https://github.com/Erdwolf/prolog"; description = "A Prolog interpreter written in Haskell"; license = stdenv.lib.licenses.publicDomain; @@ -88560,6 +89083,7 @@ self: { buildDepends = [ base cmdargs fgl graphviz mtl prolog prolog-graph-lib text ]; + jailbreak = true; homepage = "https://github.com/Erdwolf/prolog"; description = "A command line tool to visualize query resolution in Prolog"; license = stdenv.lib.licenses.publicDomain; @@ -88633,6 +89157,7 @@ self: { version = "0.0.2"; sha256 = "04a35zxgps9rn6y86x3jf6gma6kjl8izmnyl45hz64cl9yb5dwwi"; buildDepends = [ base ]; + jailbreak = true; description = "check quickCheck properties in real time"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -88722,6 +89247,7 @@ self: { protocol-buffers-fork QuickCheck text utf8-string ]; extraLibraries = [ protobuf ]; + jailbreak = true; homepage = "https://github.com/nicta/protobuf-native"; description = "Protocol Buffers via C++"; license = stdenv.lib.licenses.bsd3; @@ -88739,7 +89265,6 @@ self: { array base binary bytestring containers directory filepath mtl parsec syb utf8-string ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/protocol-buffers/"; description = "Parse Google Protocol Buffer specifications"; license = stdenv.lib.licenses.bsd3; @@ -88752,7 +89277,6 @@ self: { version = "2.0.17"; sha256 = "0jl041645d83iqqiw891d2k760jql6djvi2mmjh9lnmp48lwjy3p"; buildDepends = [ base bytestring containers protocol-buffers ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/protocol-buffers/"; description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification"; license = stdenv.lib.licenses.bsd3; @@ -88769,7 +89293,6 @@ self: { buildDepends = [ base bytestring containers protocol-buffers-fork ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://darcs.factisresearch.com/pub/protocol-buffers-fork/"; description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification"; license = stdenv.lib.licenses.bsd3; @@ -88787,7 +89310,6 @@ self: { array base binary bytestring containers directory filepath mtl syb utf8-string ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://darcs.factisresearch.com/pub/protocol-buffers-fork/"; description = "Parse Google Protocol Buffer specifications"; license = stdenv.lib.licenses.bsd3; @@ -88820,6 +89342,7 @@ self: { optparse-applicative parsec parsers process safe text time unordered-containers wai warp ]; + jailbreak = true; homepage = "https://github.com/prove-everywhere/server"; description = "The server for ProveEverywhere"; license = stdenv.lib.licenses.bsd3; @@ -88832,6 +89355,7 @@ self: { version = "0.1"; sha256 = "0wpzj6hnlxvgd7lfd2921mrk97aw7ljf77jry3my97zdapkxz8i7"; buildDepends = [ base tagged ]; + jailbreak = true; homepage = "https://github.com/jberryman/proxy-kindness"; description = "A library for kind-polymorphic manipulation and inspection of Proxy values"; license = stdenv.lib.licenses.bsd3; @@ -88882,6 +89406,7 @@ self: { mtl network pipes pipes-bytestring safe system-filepath text time transformers ]; + jailbreak = true; description = "Pipe stdin to a redis pub/sub channel"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -88901,7 +89426,6 @@ self: { base bytestring cereal containers data-default HUnit idna text utf8-string ]; - configureFlags = [ "-f-runtimelist" "-f-create" ]; homepage = "https://github.com/litherum/publicsuffixlist"; description = "Is a given string a domain suffix?"; license = stdenv.lib.licenses.bsd3; @@ -88920,6 +89444,7 @@ self: { publicsuffixlist text ]; testDepends = [ base cereal HUnit publicsuffixlist ]; + jailbreak = true; homepage = "https://github.com/litherum/publicsuffixlist"; description = "Create the publicsuffixlist package"; license = stdenv.lib.licenses.bsd3; @@ -88950,6 +89475,7 @@ self: { base Cabal HUnit QuickCheck smallcheck tasty tasty-hunit tasty-quickcheck tasty-smallcheck ]; + jailbreak = true; homepage = "http://github.com/pubnub/haskell"; description = "PubNub Haskell SDK"; license = stdenv.lib.licenses.mit; @@ -88968,7 +89494,7 @@ self: { buildDepends = [ base fastcgi feed HTTP json mime network random utf8-string xml ]; - configureFlags = [ "-f-old-base" ]; + jailbreak = true; homepage = "http://projects.haskell.org/pubsub/"; description = "A library for Google/SixApart pubsub hub interaction"; license = stdenv.lib.licenses.bsd3; @@ -89071,7 +89597,6 @@ self: { version = "1.0"; sha256 = "1px8qvz7afws2w8scplxs4zm628anvh5ssbf0ba9hajh686h133i"; buildDepends = [ array base haskell98 ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://repetae.net/john/computer/haskell/hsregex/"; description = "Haskell PCRE binding"; license = stdenv.lib.licenses.bsd3; @@ -89192,6 +89717,7 @@ self: { version = "0.14"; sha256 = "125vnkjx6n7pgflk9iqg7b6daw55a1rdfi9pfgp39ikfcx9vhb3p"; buildDepends = [ base containers ]; + jailbreak = true; description = "A pure priority queue"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -89210,6 +89736,7 @@ self: { base containers pure-priority-queue QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "Tests for the pure-priority-queue package"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -89242,7 +89769,6 @@ self: { version = "2.1.2.1"; sha256 = "1zsn949qk95bwx1fbyv84q0lhb4k18bgixl7nivfzsnmhr31fs37"; buildDepends = [ base binary bytestring cereal crypto-api tagged ]; - configureFlags = [ "-f-test" ]; description = "A Haskell-only implementation of the MD5 digest (hash) algorithm"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -89398,7 +89924,6 @@ self: { base blaze-svg bytestring containers deepseq diagrams-lib diagrams-svg tasty tasty-hunit text yaml ]; - configureFlags = [ "-f-cairo" ]; description = "Creating graphics for pencil puzzles"; license = stdenv.lib.licenses.mit; }) {}; @@ -89417,7 +89942,7 @@ self: { aeson base diagrams-lib diagrams-svg filepath optparse-applicative puzzle-draw yaml ]; - configureFlags = [ "-f-cairo" ]; + jailbreak = true; description = "Creating graphics for pencil puzzles, command line tools"; license = stdenv.lib.licenses.mit; }) {}; @@ -89457,7 +89982,6 @@ self: { base bytestring HUnit process pwstore-fast test-framework test-framework-hunit ]; - configureFlags = [ "-ffast" ]; homepage = "http://hub.darcs.net/rycee/pwstore-cli"; description = "Command line interface for the pwstore library"; license = stdenv.lib.licenses.gpl3; @@ -89556,6 +90080,7 @@ self: { buildDepends = [ attoparsec base bytestring cereal cmdargs containers mtl ]; + jailbreak = true; description = "Serialization/deserialization using Python Pickle format"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -89567,6 +90092,7 @@ self: { version = "1.2.0.3"; sha256 = "13rga5haz26qvx3hznbl6ik55s8g7qi3nj7a6vhyx46vjhzwnsvg"; buildDepends = [ base fclabels QuickCheck template-haskell ]; + jailbreak = true; homepage = "http://www.iai.uni-bonn.de/~jv/GV14.html"; description = "Compile time generation of operation invariance tests for QuickCheck"; license = stdenv.lib.licenses.bsd3; @@ -89615,7 +90141,6 @@ self: { version = "0.1.2"; sha256 = "1wfnxlz6rqjcgnkaqq0wdn75jsh3b9hagb84c1ljnwqaw98n3a9d"; buildDepends = [ array base containers mtl vector ]; - configureFlags = [ "-f-prof" ]; description = "QR Code library in pure Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -89634,6 +90159,7 @@ self: { base directory doctest filepath mtl numbers QuickCheck tasty tasty-quickcheck ]; + jailbreak = true; homepage = "https://github.com/ion1/quadratic-irrational"; description = "An implementation of quadratic irrationals"; license = stdenv.lib.licenses.mit; @@ -89670,6 +90196,7 @@ self: { base containers doctest Glob hlint hspec mtl parsec process regex-compat ]; + jailbreak = true; homepage = "http://github.com/jdreaver/quantities"; description = "Unit conversion and manipulation library"; license = stdenv.lib.licenses.bsd3; @@ -89682,6 +90209,7 @@ self: { version = "0.0.5"; sha256 = "19z5b0jwnz20g0203xd78cv8rgm92diyxard4mbj6dyrj2kkfgww"; buildDepends = [ base MonadRandom mtl QuickCheck random ]; + jailbreak = true; homepage = "http://github.com/luqui/quantum-arrow"; description = "An embedding of quantum computation as a Haskell arrow"; license = "LGPL"; @@ -89730,7 +90258,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ ansi-terminal base readline terminal-size ]; - configureFlags = [ "-f-examples" ]; homepage = "https://github.com/yamadapc/haskell-questioner.git"; description = "A package for prompting values from the command-line"; license = stdenv.lib.licenses.mit; @@ -89743,7 +90270,6 @@ self: { version = "0.1.2"; sha256 = "0fx2svkj2sy2wd056lha9h20hy2z6gjspzl11jmv7i3rdwwfr6f7"; buildDepends = [ base stm ]; - configureFlags = [ "-fusestm" ]; homepage = "http://code.haskell.org/~mokus/queue"; description = "Abstraction typeclasses for queue-like things"; license = stdenv.lib.licenses.bsd3; @@ -89846,6 +90372,7 @@ self: { version = "0.1.0.2"; sha256 = "0wqz2amhwf1djbwwdin142mzp94mxbzb12khznijissjdz38knp5"; buildDepends = [ base mtl QuickCheck ]; + jailbreak = true; homepage = "http://www.github.com/jfeltz/quickcheck-property-comb"; description = "Combinators for Quickcheck Property construction and diagnostics"; license = stdenv.lib.licenses.publicDomain; @@ -89861,7 +90388,6 @@ self: { sha256 = "12vg14xwhhsqwygrs5lylsg514am5sslqc15nbl8mwzzxix1w8xb"; buildDepends = [ base either QuickCheck transformers ]; testDepends = [ base directory doctest filepath QuickCheck ]; - configureFlags = [ "-ftests" ]; homepage = "http://github.com/bennofs/quickcheck-property-monad/"; description = "quickcheck-property-monad"; license = stdenv.lib.licenses.bsd3; @@ -89907,6 +90433,7 @@ self: { sha256 = "0pmw9441l36sprw9ngq6gn2yi4v427zd5n22s9zicfyiwi4qf5ba"; buildDepends = [ base QuickCheck rematch ]; testDepends = [ base hspec HUnit QuickCheck rematch ]; + jailbreak = true; homepage = "http://github.com/tcrayford/rematch"; description = "QuickCheck support for rematch"; license = stdenv.lib.licenses.mit; @@ -89921,7 +90448,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory process QuickCheck ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.cs.chalmers.se/~rjmh/QuickCheck/"; description = "Automated test tool for QuickCheck"; license = stdenv.lib.licenses.bsd3; @@ -89963,7 +90489,6 @@ self: { base bytestring QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-f-memory-safe" ]; homepage = "http://github.com/thoughtpolice/hs-quicklz"; description = "QuickLZ compression for ByteStrings"; license = stdenv.lib.licenses.gpl2; @@ -89980,7 +90505,6 @@ self: { isExecutable = true; buildDepends = [ barecheck base directory filepath QuickCheck ]; testDepends = [ base directory filepath QuickCheck ]; - configureFlags = [ "-f-old-quick-check" "-f-build-test-gen" ]; homepage = "http://www.github.com/massysett/quickpull"; description = "Generate Main module with QuickCheck tests"; license = stdenv.lib.licenses.bsd3; @@ -90056,6 +90580,7 @@ self: { snap-server websockets websockets-snap ]; testDepends = [ base HUnit mtl ]; + jailbreak = true; homepage = "https://github.com/talw/quoridor-hs"; description = "A Quoridor implementation in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -90081,6 +90606,7 @@ self: { version = "0.1.6.3"; sha256 = "19g2lc3vmnapccdxf390cmkfl9bd3agcn01kk8ccd4lmaqn2c12d"; buildDepends = [ array base containers data-reify ]; + jailbreak = true; homepage = "http://comonad.com/reader/"; description = "Reverse Automatic Differentiation"; license = stdenv.lib.licenses.bsd3; @@ -90098,7 +90624,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/NICTA/radian"; description = "A floating-point wrapper for measurements that use radians"; license = stdenv.lib.licenses.bsd3; @@ -90113,6 +90638,7 @@ self: { sha256 = "01bmh77cjcz7phl4fzn97hzjnjx3wicr12m7nrdyflw2zckxycwl"; buildDepends = [ base containers parsec ]; testDepends = [ base Cabal containers hspec parsec QuickCheck ]; + jailbreak = true; homepage = "https://github.com/klangner/radium"; description = "Chemistry"; license = stdenv.lib.licenses.bsd3; @@ -90127,6 +90653,7 @@ self: { sha256 = "1b2gmc27dj9fanbjh7h0902jjh3jz1ydc6qvp9p3rfskaf6854bf"; buildDepends = [ base containers parsec ]; testDepends = [ base Cabal containers hspec parsec QuickCheck ]; + jailbreak = true; homepage = "https://github.com/klangner/radium-formula-parser"; description = "Chemistry"; license = stdenv.lib.licenses.bsd3; @@ -90143,7 +90670,6 @@ self: { buildDepends = [ async base bytestring containers mtl uuid ]; testDepends = [ async base bytestring hspec HUnit mtl rados uuid ]; extraLibraries = [ rados ]; - configureFlags = [ "-f-atomic_writes" ]; homepage = "github"; description = "librados haskell bindings"; license = stdenv.lib.licenses.bsd3; @@ -90165,6 +90691,7 @@ self: { process transformers ]; testDepends = [ base containers HUnit process ]; + jailbreak = true; homepage = "https://github.com/SWP-Ubau-SoSe2014-Haskell/SWPSoSe14"; description = "Compiler and editor for the esolang rail"; license = stdenv.lib.licenses.mit; @@ -90211,7 +90738,6 @@ self: { array base QuickCheck rainbow rainbow-tests random tasty tasty-quickcheck text transformers ]; - configureFlags = [ "-f-mosaic" ]; homepage = "http://www.github.com/massysett/rainbox"; description = "Two-dimensional box pretty printing, with colors"; license = stdenv.lib.licenses.bsd3; @@ -90229,6 +90755,7 @@ self: { attoparsec base bytestring containers lens mtl pipes scientific transformers vector zlib ]; + jailbreak = true; homepage = "http://github.com/YoEight/rakhana"; description = "Stream based PDF library"; license = stdenv.lib.licenses.bsd3; @@ -90316,6 +90843,7 @@ self: { version = "0.1.0.1"; sha256 = "1m28np0zfabp1n1d08przh35bxfr1l7d39kj4a5z61jkchmsaxyf"; buildDepends = [ base extensible-effects random ]; + jailbreak = true; description = "A simple random generator library for extensible-effects"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -90327,7 +90855,7 @@ self: { version = "0.1.1.0"; sha256 = "0p1n5dfdsp00q9mlhd7xcl93k5d0wji91p59858gmfx9xf8j0p0h"; buildDepends = [ base effin random ]; - configureFlags = [ "-f-monadrandom" ]; + jailbreak = true; description = "A simple random generator library for effin"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -90358,7 +90886,6 @@ self: { base erf logfloat math-functions monad-loops mtl random-shuffle random-source rvar syb template-haskell transformers vector ]; - configureFlags = [ "-fmtl2" "-fbase4_2" ]; homepage = "https://github.com/mokus0/random-fu"; description = "Random number generation"; license = stdenv.lib.licenses.publicDomain; @@ -90388,7 +90915,6 @@ self: { base flexible-defaults mersenne-random-pure64 mtl mwc-random random stateref syb template-haskell th-extras ]; - configureFlags = [ "-fmtl2" "-fbase4" ]; homepage = "https://github.com/mokus0/random-fu"; description = "Generic basis for random number generators"; license = stdenv.lib.licenses.publicDomain; @@ -90401,9 +90927,6 @@ self: { version = "0.1.1"; sha256 = "0q191kz3hmjzrgs143nja5gcis07igb38f51mwqw64zx7vjqvx66"; buildDepends = [ base binary bytestring random ]; - configureFlags = [ - "-f-have_win32_crypt" "-f-have_ssl" "-f-have_urandom" - ]; description = "An infinite stream of random data"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -90463,6 +90986,7 @@ self: { base Cabal QuickCheck random test-framework test-framework-quickcheck2 ]; + jailbreak = true; description = "This has a bunch of code for specifying and managing ranges in your code"; license = stdenv.lib.licenses.mit; }) {}; @@ -90475,7 +90999,7 @@ self: { sha256 = "1qgw95gvbxar13ia6562ddz9zqd14ffyxwp9qi41w859prfc1728"; buildDepends = [ base ]; testDepends = [ base containers tasty tasty-quickcheck ]; - configureFlags = [ "-foptimized" ]; + jailbreak = true; homepage = "https://github.com/phadej/range-set-list"; description = "Memory efficient sets with continuous ranges of elements"; license = stdenv.lib.licenses.mit; @@ -90497,6 +91021,7 @@ self: { base QuickCheck semigroups test-framework test-framework-quickcheck2 time vector-space vector-space-points ]; + jailbreak = true; homepage = "https://github.com/JohnLato/range-space"; description = "A Range type with vector-space instances"; license = stdenv.lib.licenses.bsd3; @@ -90509,7 +91034,6 @@ self: { version = "2.2.2"; sha256 = "01n1m3ibi44pjg04mg16j751fjzkspmnq8bzxz55qbyi22wshnwc"; buildDepends = [ base containers primitive vector ]; - configureFlags = [ "-fwall" "-f-llvm" ]; description = "Linear range-min algorithms"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -90562,6 +91086,7 @@ self: { filepath HUnit mtl process QuickCheck tasty tasty-hunit tasty-quickcheck vector ]; + jailbreak = true; homepage = "http://soli.github.io/rascal/"; description = "A command-line client for Reddit"; license = stdenv.lib.licenses.mit; @@ -90704,9 +91229,6 @@ self: { network-uri parsec QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 text unordered-containers ]; - configureFlags = [ - "-fnetwork-uri" "-fhpc" "-f-tests" "-fsmall_base" - ]; homepage = "https://github.com/robstewart57/rdf4h"; description = "A library for RDF processing in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -90778,7 +91300,6 @@ self: { buildDepends = [ base deepseq haste-compiler lens-family monads-tf transformers void ]; - configureFlags = [ "-f-haste-inst" ]; homepage = "https://github.com/joelburget/react-haskell"; description = "Haskell React bindings"; license = stdenv.lib.licenses.mit; @@ -90844,7 +91365,7 @@ self: { midi-alsa non-negative random reactive-banana transformers utility-ht ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Reactive-balsa"; description = "Programmatically edit MIDI events via ALSA and reactive-banana"; license = stdenv.lib.licenses.bsd3; @@ -90867,7 +91388,6 @@ self: { base containers hashable HUnit pqueue test-framework test-framework-hunit transformers unordered-containers vault ]; - configureFlags = [ "-fuseextensions" ]; homepage = "http://haskell.org/haskellwiki/Reactive-banana"; description = "Library for functional reactive programming (FRP)"; license = stdenv.lib.licenses.bsd3; @@ -90899,7 +91419,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base reactive-banana threepenny-gui ]; - configureFlags = [ "-f-buildexamples" ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/Reactive-banana"; description = "Examples for the reactive-banana library, using threepenny-gui"; license = stdenv.lib.licenses.bsd3; @@ -90914,7 +91434,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base cabal-macosx reactive-banana wx wxcore ]; - configureFlags = [ "-f-buildExamples" "-f-buildexamples" ]; + configureFlags = [ "-f-buildExamples" ]; homepage = "http://haskell.org/haskellwiki/Reactive-banana"; description = "Examples for the reactive-banana library, using wxHaskell"; license = stdenv.lib.licenses.bsd3; @@ -90982,7 +91502,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base monad-parallel SDL stm transformers ]; - configureFlags = [ "-f-profile" ]; + jailbreak = true; homepage = "https://github.com/strager/reactive-thread"; description = "Reactive programming via imperative threads"; license = stdenv.lib.licenses.bsd3; @@ -91000,6 +91520,7 @@ self: { array base bits-atomic comonad contravariant mtl semigroupoids transformers ]; + jailbreak = true; homepage = "http://comonad.com/reader/"; description = "Reactor - task parallel reactive programming"; license = stdenv.lib.licenses.bsd3; @@ -91012,6 +91533,7 @@ self: { version = "0.1.0.0"; sha256 = "1nvfkxjxn38rpplvg48sgx671fmfxj80dy2a77pjvm3c31q0hhqm"; buildDepends = [ base ]; + jailbreak = true; description = "Class for reading bounded values"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -91035,7 +91557,6 @@ self: { version = "1.0.3.0"; sha256 = "1sszlx34qa88fad3wlhd4rkb1my1nrpzvyd8vq7dn806j5sf3ff0"; buildDepends = [ base process ]; - configureFlags = [ "-fsplit-base" ]; description = "An interface to the GNU readline library"; license = "GPL"; }) {}; @@ -91047,7 +91568,6 @@ self: { version = "1.0.1.0"; sha256 = "1gfxs3wfdkkarxil2an5l58syrm2vajj0qpshzabzchni32yxic8"; buildDepends = [ base readline StateVar ]; - configureFlags = [ "-f-debug" ]; description = "Readline with variables (setX/getY) wrapped in state vars"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -91073,6 +91593,7 @@ self: { version = "0.4.0.0"; sha256 = "1qmrfisnvm9a25a9ssg4r466yna69vzbwn7s7f4zql28cndg3syy"; buildDepends = [ base parsec ]; + jailbreak = true; homepage = "http://website-ckkashyap.rhcloud.com"; description = "A really simple XML parser"; license = stdenv.lib.licenses.publicDomain; @@ -91097,7 +91618,6 @@ self: { version = "0.1.0.3"; sha256 = "18rqsqzni11nr2cvs7ah9k87w493d92c0gmc0n6fhfq6gay9ia19"; buildDepends = [ base HTTP network network-uri xhtml ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/jgm/recaptcha/tree/master"; description = "Functions for using the reCAPTCHA service in web applications"; license = stdenv.lib.licenses.bsd3; @@ -91127,6 +91647,7 @@ self: { aeson base data-default kinds records template-haskell text type-functions unordered-containers ]; + jailbreak = true; homepage = "github.com/lassoinc/records-th"; description = "Template Haskell declarations for the records package"; license = stdenv.lib.licenses.mit; @@ -91175,6 +91696,7 @@ self: { array base bytestring cgi containers haskell98 MaybeT mtl network old-time parsec stm unix xhtml ]; + jailbreak = true; description = "Monadic HTTP request handlers combinators to build a standalone web apps"; license = "unknown"; }) {}; @@ -91227,6 +91749,7 @@ self: { async base bytestring bytestring-conversion containers redis-resp tasty tasty-hunit tinylog transformers ]; + jailbreak = true; homepage = "https://github.com/twittner/redis-io/"; description = "Yet another redis client"; license = "unknown"; @@ -91318,6 +91841,7 @@ self: { version = "0.1.1.2"; sha256 = "109illgbz4g4a6qavgc4wvyxfjvjhyrxa2gpps67avmr1v90gihr"; buildDepends = [ base ghc-prim ]; + jailbreak = true; homepage = "https://bitbucket.org/carter/ref"; description = "Generic Mutable Ref Abstraction Layer"; license = stdenv.lib.licenses.bsd3; @@ -91342,6 +91866,7 @@ self: { version = "0.3"; sha256 = "0wijkaf3qyp6qjz0cwyhb89z5jrcz792hx8m9a43xrp7v2f84080"; buildDepends = [ base mtl stm transformers ]; + jailbreak = true; homepage = "http://www.eecs.harvard.edu/~mainland/"; description = "A type class for monads with references compatible with the mtl2 library"; license = stdenv.lib.licenses.bsd3; @@ -91403,6 +91928,7 @@ self: { array base containers directory either filepath instance-control mtl template-haskell text transformers ]; + jailbreak = true; homepage = "https://github.com/lazac/references"; description = "Generalization of lenses, folds and traversals to handle monads and addition"; license = stdenv.lib.licenses.bsd3; @@ -91422,6 +91948,7 @@ self: { buildDepends = [ base clippard cmdargs directory filepath haskheap network ]; + jailbreak = true; homepage = "https://github.com/Raynes/refh"; description = "A command-line tool for pasting to https://www.refheap.com"; license = stdenv.lib.licenses.mit; @@ -91434,7 +91961,6 @@ self: { version = "1.5.1"; sha256 = "18ail6j7rs5jff9zxphxd7vjkwanpv12dhi98s86r65425fdhjlx"; buildDepends = [ base template-haskell ]; - configureFlags = [ "-fth" "-f-slow" ]; homepage = "http://github.com/ekmett/reflection"; description = "Reifies arbitrary terms into types that can be reflected back into terms"; license = stdenv.lib.licenses.bsd3; @@ -91448,6 +91974,7 @@ self: { version = "0.1.1.0"; sha256 = "1cnqd8hrcvjvcdrida0q3dxkkmp36qsfqhv0a5zr94b1y5zfrj4k"; buildDepends = [ aeson base constraints lens reflection tagged ]; + jailbreak = true; homepage = "http://github.com/jfischoff/reflection-extras"; description = "Utilities for the reflection package"; license = stdenv.lib.licenses.bsd3; @@ -91512,6 +92039,7 @@ self: { buildDepends = [ base bytestring happstack-server mtl random reform text utf8-string ]; + jailbreak = true; homepage = "http://www.happstack.com/"; description = "Happstack support for reform"; license = stdenv.lib.licenses.bsd3; @@ -91554,7 +92082,6 @@ self: { version = "0.93.2"; sha256 = "0y1j4h2pg12c853nzmczs263di7xkkmlnsq5dlp5wgbgl49mgp10"; buildDepends = [ array base bytestring containers mtl ]; - configureFlags = [ "-fsplitbase" "-fnewbase" ]; homepage = "http://sourceforge.net/projects/lazy-regex"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -91567,7 +92094,6 @@ self: { version = "0.95.1"; sha256 = "0fwmima3f04p9y4h3c23493n1xj629ia2dxaisqm6rynljjv2z6m"; buildDepends = [ array base regex-base regex-posix ]; - configureFlags = [ "-fsplitbase" "-fnewbase" ]; homepage = "http://sourceforge.net/projects/lazy-regex"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -91580,7 +92106,6 @@ self: { version = "0.95.1.4"; sha256 = "1p90fn90yhp7fvljjdqjp41cszidcfz4pw7fwvzyx4739b98x8sg"; buildDepends = [ array base regex-base regex-tdfa ]; - configureFlags = [ "-fsplitbase" "-fnewbase" ]; homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa"; description = "Unicode Support version of Text.Regex, using regex-tdfa"; license = stdenv.lib.licenses.bsd3; @@ -91599,7 +92124,6 @@ self: { base bitset bytestring containers deepseq dequeue ghc-prim hashable hashtables mtl parallel parsec regex-base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.google.com/p/xhaskell-regex-deriv/"; description = "Replaces/Enhances Text.Regex. Implementing regular expression matching using Brzozowski's Deriviatives"; license = stdenv.lib.licenses.bsd3; @@ -91673,7 +92197,6 @@ self: { sha256 = "1h16w994g9s62iwkdqa7bar2n9cfixmkzz2rm8svm960qr57valf"; buildDepends = [ array base bytestring containers regex-base ]; extraLibraries = [ pcre ]; - configureFlags = [ "-fsplitbase" "-fnewbase" ]; homepage = "http://hackage.haskell.org/package/regex-pcre"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -91686,7 +92209,6 @@ self: { version = "0.94.4.8.8.35"; sha256 = "0y7as9wqlkykpipka2cfdhmcnin345q01pp0wsva8fwmvsavdl8b"; buildDepends = [ array base bytestring containers regex-base ]; - configureFlags = [ "-fsplitbase" "-fnewbase" ]; homepage = "http://hackage.haskell.org/package/regex-pcre"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -91704,7 +92226,6 @@ self: { base bitset bytestring containers deepseq ghc-prim mtl parallel parsec regex-base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.google.com/p/xhaskell-library/"; description = "Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives."; license = stdenv.lib.licenses.bsd3; @@ -91717,7 +92238,6 @@ self: { version = "0.95.2"; sha256 = "0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an"; buildDepends = [ array base bytestring containers regex-base ]; - configureFlags = [ "-fsplitbase" "-fnewbase" ]; homepage = "http://sourceforge.net/projects/lazy-regex"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -91751,7 +92271,6 @@ self: { buildDepends = [ array base bytestring containers ghc-prim mtl parsec regex-base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://hackage.haskell.org/package/regex-tdfa"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -91768,7 +92287,6 @@ self: { buildDepends = [ array base bytestring containers ghc-prim mtl parsec regex-base ]; - configureFlags = [ "-fbase4" ]; homepage = "http://hackage.haskell.org/package/regex-tdfa"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -91837,6 +92355,7 @@ self: { version = "0.1.5"; sha256 = "1dmhvnz6sj80kdnm2v7n0lvx8g9arhf9pqqzkn0rwzfhr2by0ss4"; buildDepends = [ base haskell98 parsec ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema"; description = "A regular expression library for W3C XML Schema regular expressions"; license = stdenv.lib.licenses.bsd3; @@ -91856,7 +92375,7 @@ self: { array base Cabal containers parallel parsec QuickCheck regex-base regex-posix regexdot toolshed ]; - configureFlags = [ "-f-llvm" "-fthreaded" ]; + jailbreak = true; homepage = "http://functionalley.eu"; description = "A POSIX, extended regex-engine"; license = "GPL"; @@ -91869,7 +92388,6 @@ self: { version = "0.11.1.0"; sha256 = "0hxqhfamy98ygnbh0ajhdab1zqnx4qnkwclnn5x5f9ra5iqj0rrq"; buildDepends = [ base deepseq parallel parsec toolshed ]; - configureFlags = [ "-fthreaded" "-f-llvm" "-fhavedeepseq" ]; homepage = "http://functionalley.eu"; description = "A polymorphic, POSIX, extended regex-engine"; license = "GPL"; @@ -91886,6 +92404,7 @@ self: { buildDepends = [ base containers derive-trie template-haskell weighted-regexp ]; + jailbreak = true; homepage = "http://github.com/baldo/regexp-tries"; description = "Regular Expressions on Tries"; license = stdenv.lib.licenses.bsd3; @@ -91910,6 +92429,7 @@ self: { version = "0.5"; sha256 = "1cpwvb5mmcaqwy617m6cr25pcb4v4yxwzxng82bcrwkhjfdklsdr"; buildDepends = [ base ]; + jailbreak = true; homepage = "http://sulzmann.blogspot.com/2008/12/equality-containment-and-intersection.html"; description = "Regular expressions via symbolic manipulation"; license = stdenv.lib.licenses.bsd3; @@ -91935,6 +92455,7 @@ self: { version = "0.7"; sha256 = "1v71k64is86yc19n96062wl8f382xna1vnm0spcmr9jx6x3wyqv2"; buildDepends = [ base base-unicode-symbols regions transformers ]; + jailbreak = true; homepage = "https://github.com/basvandijk/regional-pointers/"; description = "Regional memory pointers"; license = stdenv.lib.licenses.bsd3; @@ -91951,6 +92472,7 @@ self: { buildDepends = [ base base-unicode-symbols monad-control transformers ]; + jailbreak = true; homepage = "https://github.com/basvandijk/regions/"; description = "Provides the region monad for safely opening and working with scarce resources"; license = stdenv.lib.licenses.bsd3; @@ -91967,6 +92489,7 @@ self: { buildDepends = [ base-unicode-symbols monads-fd regions transformers ]; + jailbreak = true; description = "Monads-fd instances for the RegionT monad transformer"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -91982,6 +92505,7 @@ self: { buildDepends = [ base-unicode-symbols monads-tf regions transformers ]; + jailbreak = true; homepage = "https://github.com/basvandijk/regions-monadstf/"; description = "Monads-tf instances for the RegionT monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -91994,6 +92518,7 @@ self: { version = "0.3.1.7"; sha256 = "1s0sr42k1kmwgmrnj5zcan0j9br8xrrm1vdnj6yhliqdfz41ifc0"; buildDepends = [ base-unicode-symbols mtl regions ]; + jailbreak = true; homepage = "https://github.com/basvandijk/regions-mtl/"; description = "mtl instances for the RegionT monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -92017,7 +92542,7 @@ self: { version = "0.2.3"; sha256 = "0x1sbps0ccwpvf6fx1jnbjxylqsvvfzkkynliip9jyh6gkhm44vx"; buildDepends = [ base binary deepseq QuickCheck regular ]; - configureFlags = [ "-fquickcheck2" ]; + jailbreak = true; description = "Additional functions for regular: arbitrary, coarbitrary, and binary get/put"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92033,6 +92558,7 @@ self: { buildDepends = [ applicative-extras base fclabels formlets json mtl regular xhtml ]; + jailbreak = true; homepage = "http://github.com/chriseidhof/regular-web"; description = "Generic programming for the web"; license = stdenv.lib.licenses.bsd3; @@ -92104,6 +92630,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ghc ]; + jailbreak = true; homepage = "http://www.cs.mu.oz.au/~bjpop/code.html"; description = "Serialize data"; license = "GPL"; @@ -92141,6 +92668,7 @@ self: { version = "0.2.1"; sha256 = "03h6l8v3ppxbwg9ddgg121yx3i2v4vbcpwrv1vg3mgbw5pwq7x4c"; buildDepends = [ array base containers groom ]; + jailbreak = true; homepage = "https://www.github.com/d-day/relation/"; description = "A data structure representing Relations on Sets"; license = stdenv.lib.licenses.bsd3; @@ -92261,6 +92789,7 @@ self: { version = "0.0.1"; sha256 = "052rk17flm5zp70wcl7ki3ys47hnaa2d5c1vjsap7bfkcg4lff66"; buildDepends = [ base concatenative datetime mtl parsec time ]; + jailbreak = true; description = "Durations and generalized time parsing"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92359,6 +92888,7 @@ self: { placeholders QuickCheck quickcheck-instances stm system-fileio system-filepath text time transformers-base ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/remotion"; description = "A library for client-server applications based on custom protocols"; license = stdenv.lib.licenses.mit; @@ -92386,6 +92916,7 @@ self: { buildDepends = [ base constraints haskell-src-exts haskell-src-meta template-haskell ]; + jailbreak = true; description = "Define compound types that do not depend on member order"; license = "unknown"; }) {}; @@ -92426,6 +92957,7 @@ self: { version = "3.0.0.1"; sha256 = "1q7kvm39iqabanrgyi438n8mfn1ikvpygralyakfc02rm2gpl0gb"; buildDepends = [ base repa ]; + jailbreak = true; homepage = "http://repa.ouroborus.net"; description = "(deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -92459,6 +92991,7 @@ self: { template-haskell vector ]; extraLibraries = [ llvm ]; + jailbreak = true; homepage = "http://repa.ouroborus.net"; description = "Examples using the Repa array library"; license = stdenv.lib.licenses.bsd3; @@ -92504,6 +93037,7 @@ self: { base containers ddc-base ddc-core ddc-core-flow ddc-core-simpl ghc mtl ]; + jailbreak = true; description = "Data Flow Fusion GHC Plugin"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92515,6 +93049,7 @@ self: { version = "1.0.0.1"; sha256 = "1kldz4d4cv0vliqw78ywbcfgh0mw4i5cd93j0jdagvhsbhlxlp5k"; buildDepends = [ base ghc ghc-prim vector ]; + jailbreak = true; description = "Series Expressionss API"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92533,7 +93068,6 @@ self: { testDepends = [ base directory filepath hsndfile hsndfile-vector repa vector ]; - configureFlags = [ "-f-example" ]; description = "Reading and writing sound files with repa arrays"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92564,6 +93098,7 @@ self: { version = "1.1"; sha256 = "0q9gk76r9n8gyn8fwqfmywbrjhyqy0gz8blmmvrvwghyfscabnh9"; buildDepends = [ base ghc ghc-paths haskell-src-exts parsec ]; + jailbreak = true; homepage = "https://github.com/mikeplus64/repl"; description = "IRC friendly REPL library"; license = stdenv.lib.licenses.mit; @@ -92581,6 +93116,7 @@ self: { base functor-monadic ListLike listsafe monad-loops mtl numericpeano parsec text ]; + jailbreak = true; homepage = "https://github.com/ombocomp/repl-toolkit"; description = "Toolkit for quickly whipping up command-line interfaces"; license = stdenv.lib.licenses.asl20; @@ -92593,6 +93129,7 @@ self: { version = "0.1.2.0"; sha256 = "1d092sj75izr8kc1777sq53ldd4dy8nlx1d6b6c0sl8jgvyzb6lr"; buildDepends = [ base containers haskeline mtl ]; + jailbreak = true; description = "Haskeline wrapper for GHCi-like REPL interfaces"; license = stdenv.lib.licenses.mit; }) {}; @@ -92635,6 +93172,7 @@ self: { buildDepends = [ base base-unicode-symbols dstring random string-combinators ]; + jailbreak = true; homepage = "https://github.com/basvandijk/repr"; description = "Render overloaded expressions to their textual representation"; license = stdenv.lib.licenses.bsd3; @@ -92647,6 +93185,7 @@ self: { version = "0.1.0"; sha256 = "1kpxfvbmfv3zhn0fx7fznnppqxjz2f70g5n89hzkiqjz2am0ls5s"; buildDepends = [ base containers syb text ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/repr-tree-syb"; description = "Tree representation and pretty-printing of data structures based on SYB"; license = stdenv.lib.licenses.mit; @@ -92666,6 +93205,7 @@ self: { contravariant distributive free keys mtl semigroupoids semigroups transformers ]; + jailbreak = true; homepage = "http://github.com/ekmett/representable-functors/"; description = "Representable functors"; license = stdenv.lib.licenses.bsd3; @@ -92709,6 +93249,7 @@ self: { version = "0.3.0.1"; sha256 = "1aqcsm9a3zd11k7d4nbvxsy7l35fr77z7gyhrl7rvflnixid29ws"; buildDepends = [ base free mtl transformers ]; + jailbreak = true; homepage = "http://github.com/nahiluhmot/request-monad"; description = "A transformer for generic requests"; license = stdenv.lib.licenses.mit; @@ -92788,6 +93329,7 @@ self: { base containers extensible-effects HUnit mtl QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/wowus/resource-effect/"; description = "A port of the package 'resourcet' for extensible effects"; license = stdenv.lib.licenses.bsd3; @@ -92805,7 +93347,6 @@ self: { base hashable monad-control stm time transformers transformers-base vector ]; - configureFlags = [ "-f-developer" ]; homepage = "http://github.com/bos/pool"; description = "A high-performance striped resource pooling implementation"; license = stdenv.lib.licenses.bsd3; @@ -92823,7 +93364,6 @@ self: { base hashable MonadCatchIO-transformers stm time transformers transformers-base vector ]; - configureFlags = [ "-f-developer" ]; homepage = "http://github.com/norm2782/pool"; description = "Fork of resource-pool, with a MonadCatchIO constraint"; license = stdenv.lib.licenses.bsd3; @@ -92841,6 +93381,7 @@ self: { base containers monad-control monad-fork mtl-evil-instances transformers transformers-base ]; + jailbreak = true; description = "Allocate resources which are guaranteed to be released"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -92884,6 +93425,7 @@ self: { template-haskell text time transformers transformers-base unordered-containers vector wai wai-extra warp ]; + jailbreak = true; homepage = "https://github.com/raptros/respond"; description = "process and route HTTP requests and generate responses on top of WAI"; license = stdenv.lib.licenses.bsd3; @@ -92951,7 +93493,6 @@ self: { regular regular-xmlpickler rest-core rest-gen safe stm text time transformers transformers-base unordered-containers ]; - configureFlags = [ "-fgen" "-f-snap" "-f-wai" "-f-happstack" ]; homepage = "http://www.github.com/silkapp/rest"; description = "Example project for rest"; license = stdenv.lib.licenses.bsd3; @@ -93078,6 +93619,7 @@ self: { digestive-functors errors heist lens mtl old-locale readable snap snap-core snap-extras template-haskell text time xmlhtml ]; + jailbreak = true; homepage = "https://github.com/ozataman/restful-snap"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -93096,6 +93638,7 @@ self: { monad-control mtl network selinux stm text transformers transformers-base unix ]; + jailbreak = true; homepage = "https://github.com/co-dan/interactive-diagrams/wiki/Restricted-Workers"; description = "Running worker processes under system resource restrictions"; license = stdenv.lib.licenses.bsd3; @@ -93110,6 +93653,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base directory filepath utf8-string ]; + jailbreak = true; description = "Convert between camel case and separated words style"; license = stdenv.lib.licenses.mit; }) {}; @@ -93121,6 +93665,7 @@ self: { version = "0.0.0.20100920"; sha256 = "06lzjf8dcbxks57x434n27146whryzzpwcn8bq2mclwfcrv9g3gs"; buildDepends = [ base mtl ]; + jailbreak = true; description = "A monad transformer for resumable exceptions"; license = "unknown"; }) {}; @@ -93140,7 +93685,6 @@ self: { utf8-string vector ]; testDepends = [ base doctest ]; - configureFlags = [ "-f-dev" ]; homepage = "http://github.com/atnnn/haskell-rethinkdb"; description = "A driver for RethinkDB 1.15"; license = stdenv.lib.licenses.asl20; @@ -93164,6 +93708,7 @@ self: { base hspec hspec-smallcheck smallcheck text time unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/wereHamster/rethinkdb-client-driver"; description = "Client driver for RethinkDB"; license = stdenv.lib.licenses.mit; @@ -93202,6 +93747,7 @@ self: { base data-default-class exceptions hspec HUnit QuickCheck time transformers ]; + jailbreak = true; homepage = "http://github.com/Soostone/retry"; description = "Retry combinators for monadic actions that may fail"; license = stdenv.lib.licenses.bsd3; @@ -93266,6 +93812,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ array base process ]; + jailbreak = true; description = "Text-only reversi (aka othelo) game"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -93279,6 +93826,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring directory multiarg process ]; + jailbreak = true; homepage = "http://www.github.com/massysett/rewrite"; description = "open file and rewrite it with new contents"; license = stdenv.lib.licenses.bsd3; @@ -93325,6 +93873,7 @@ self: { buildDepends = [ base bytestring containers datetime HTTP json mtl nano-md5 xhtml ]; + jailbreak = true; description = "Github resume generator"; license = "GPL"; }) {}; @@ -93349,7 +93898,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring containers ]; - configureFlags = [ "-f-mkunicodedata" ]; description = "Simple unicode collation as per RFC5051"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -93390,7 +93938,6 @@ self: { base bytestring QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-f-developer" "-fdebug" ]; homepage = "http://github.com/markhibberd/riak-haskell-client"; description = "A Haskell client for the Riak decentralized data store"; license = "unknown"; @@ -93437,6 +93984,7 @@ self: { buildDepends = [ base binary bytestring either filepath transformers ]; + jailbreak = true; homepage = "https://bitbucket.org/robertmassaioli/riff/overview"; description = "RIFF parser for Haskell"; license = stdenv.lib.licenses.mit; @@ -93511,6 +94059,7 @@ self: { isExecutable = true; buildDepends = [ array base containers mtl pretty ]; buildTools = [ alex happy ]; + jailbreak = true; homepage = "http://www2.tcs.ifi.lmu.de/~abel/"; description = "Reduced instruction set i386 simulator"; license = stdenv.lib.licenses.bsd3; @@ -93523,6 +94072,7 @@ self: { version = "0.1.0"; sha256 = "0x7r04mwxwnqckfk865dckml4am11zx80a9k5kc91kz5ikq1ns64"; buildDepends = [ base lazysmallcheck oeis QuickCheck ]; + jailbreak = true; homepage = "https://github.com/d-rive/rivers"; description = "Rivers are like Streams, but different"; license = stdenv.lib.licenses.bsd3; @@ -93540,7 +94090,6 @@ self: { testDepends = [ base containers HUnit test-framework test-framework-hunit ]; - configureFlags = [ "-f-warn-as-error" ]; description = "Restricted monad library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -93657,6 +94206,7 @@ self: { MaybeT MonadRandom mtl old-time parallel priority-sync PSQueue random stm ]; + jailbreak = true; homepage = "http://roguestar.downstairspeople.org/"; description = "Sci-fi roguelike game. Backend."; license = "unknown"; @@ -93675,6 +94225,7 @@ self: { arrows base bytestring containers filepath GLUT MonadRandom mtl OpenGL priority-sync random rsagl rsagl-frp rsagl-math stm ]; + jailbreak = true; homepage = "http://roguestar.downstairspeople.org/"; description = "Sci-fi roguelike game. Client library."; license = "unknown"; @@ -93689,6 +94240,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base GLUT roguestar-gl rsagl ]; + jailbreak = true; homepage = "http://roguestar.downstairspeople.org/"; description = "Sci-fi roguelike game. GLUT front-end."; license = "unknown"; @@ -93724,6 +94276,7 @@ self: { buildDepends = [ base optparse-applicative random regex-applicative ]; + jailbreak = true; homepage = "https://github.com/Econify/roller"; description = "Playing with applicatives and dice!"; license = stdenv.lib.licenses.gpl2; @@ -93790,6 +94343,7 @@ self: { version = "0.6.4"; sha256 = "1g77bv2mmfhy2mkb08k92m3f2jab6p2la2s7rfib2r1jy6lq5vhb"; buildDepends = [ base bytestring fingertree mtl utf8-string ]; + jailbreak = true; homepage = "http://github.com/ekmett/rope"; description = "Tools for manipulating fingertrees of bytestrings with optional annotations"; license = stdenv.lib.licenses.bsd3; @@ -93849,7 +94403,7 @@ self: { attoparsec base bytestring containers data-default-generics filepath mtl pureMD5 tasty tasty-hunit testpack transformers ]; - configureFlags = [ "-flogging" ]; + jailbreak = true; homepage = "http://github.com/acowley/roshask"; description = "Haskell support for the ROS robotics framework"; license = stdenv.lib.licenses.bsd3; @@ -93903,6 +94457,7 @@ self: { version = "0.3.0"; sha256 = "1d2vaijcna8gwcrhsjpclqw4gjdvdpmnrlyszqzcxnqf0l206a6y"; buildDepends = [ array base numeric-extras ]; + jailbreak = true; homepage = "http://patch-tag.com/r/ekmett/rounding"; description = "Explicit floating point rounding mode wrappers"; license = stdenv.lib.licenses.bsd3; @@ -93951,7 +94506,6 @@ self: { enumerator mtl pretty reference roundtrip roundtrip-string safe text xml-enumerator xml-types ]; - configureFlags = [ "-f-tests" ]; description = "Bidirectional (de-)serialization for XML"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -93982,7 +94536,6 @@ self: { base containers coordinate lens semigroupoids semigroups text xsd ]; testDepends = [ base directory doctest filepath QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/route"; description = "A library and utilities for creating a route"; license = stdenv.lib.licenses.bsd3; @@ -94028,6 +94581,7 @@ self: { buildDepends = [ base containers mtl network template-haskell transformers ]; + jailbreak = true; homepage = "http://github.com/mmirman/rpc-framework"; description = "a remote procedure call framework"; license = stdenv.lib.licenses.bsd3; @@ -94061,7 +94615,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base directory filepath HaXml process ]; - configureFlags = [ "-fhpc" "-f-tests" ]; description = "Cozy little project to question unruly rpm packages"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94081,6 +94634,7 @@ self: { old-time OpenGL OpenGLRaw parallel parsec random rsagl-frp rsagl-math stm Vec Vec-OpenGLRaw ]; + jailbreak = true; homepage = "http://roguestar.downstairspeople.org/"; description = "The RogueStar Animation and Graphics Library"; license = stdenv.lib.licenses.bsd3; @@ -94097,6 +94651,7 @@ self: { buildDepends = [ array arrows base containers mtl old-time random rsagl-math stm ]; + jailbreak = true; homepage = "http://roguestar.downstairspeople.org/"; description = "The RogueStar Animation and Graphics Library: Functional Reactive Programming"; license = stdenv.lib.licenses.bsd3; @@ -94114,6 +94669,7 @@ self: { array base containers deepseq OpenGL OpenGLRaw parallel parsec random Vec Vec-OpenGLRaw ]; + jailbreak = true; homepage = "http://roguestar.downstairspeople.org/"; description = "The RogueStar Animation and Graphics Library: Mathematics"; license = stdenv.lib.licenses.bsd3; @@ -94128,7 +94684,6 @@ self: { version = "3000.2.0.4"; sha256 = "1kq7bk3kl48699n2ri15im5ds8cd2pmcjglh06br1knxkli80kbq"; buildDepends = [ base HaXml network network-uri old-locale time ]; - configureFlags = [ "-fnetwork-uri" "-fold-locale" ]; homepage = "https://github.com/basvandijk/rss"; description = "A library for generating RSS 2.0 feeds."; license = stdenv.lib.licenses.publicDomain; @@ -94152,6 +94707,7 @@ self: { old-locale parsec regexpr resourcet safe split text time transformers utf8-string ]; + jailbreak = true; homepage = "http://hackage.haskell.org/package/rss2irc"; description = "watches an RSS/Atom feed and writes it to an IRC channel"; license = stdenv.lib.licenses.bsd3; @@ -94247,6 +94803,7 @@ self: { base bytestring haskell-src-exts haskell-src-meta pcre-light process template-haskell trifecta ]; + jailbreak = true; homepage = "https://github.com/joelteon/ruby-qq"; description = "rubyish quasiquoters"; license = stdenv.lib.licenses.mit; @@ -94350,7 +94907,6 @@ self: { version = "0.2.0.2"; sha256 = "1n24fl27mrm7cndp8b646b9c5hjm3hf5m12y9ni0f850dd739jm4"; buildDepends = [ base MonadPrompt mtl random-source transformers ]; - configureFlags = [ "-fmtl2" ]; homepage = "https://github.com/mokus0/random-fu"; description = "Random Variables"; license = stdenv.lib.licenses.publicDomain; @@ -94363,7 +94919,6 @@ self: { version = "0.0.0.3"; sha256 = "0isx32ayaqh7vhcyl11ykdy8f1chs1fdw73h3c2r53k989yfkmba"; buildDepends = [ base monad-loops-stm stm syb ]; - configureFlags = [ "-fbase4" ]; homepage = "https://github.com/mokus0/rwlock"; description = "Multiple-read / single-write locks"; license = stdenv.lib.licenses.publicDomain; @@ -94384,6 +94939,7 @@ self: { base binary bytestring parsec QuickCheck test-framework test-framework-quickcheck2 ]; + jailbreak = true; homepage = "https://github.com/karknu/rws"; description = "Packet Generation"; license = stdenv.lib.licenses.bsd3; @@ -94424,6 +94980,7 @@ self: { version = "0.2.1.0"; sha256 = "0k3ynhx6ydwz1b25z9yvpxkqy2ynz2d7db52pzbb70p6vmm1cq2i"; buildDepends = [ base mtl transformers ]; + jailbreak = true; homepage = "http://hub.darcs.net/thoferon/safe-access"; description = "A simple environment to control access to data"; license = stdenv.lib.licenses.bsd3; @@ -94459,6 +95016,7 @@ self: { version = "0.2.1"; sha256 = "12mqgak0rla20n9b4m6ynx64bwr06njcr849csc0z0r573xw2v33"; buildDepends = [ base indexed mtl vector ]; + jailbreak = true; homepage = "https://github.com/reinerp/safe-freeze"; description = "Support for safely freezing multiple arrays in the ST monad"; license = stdenv.lib.licenses.bsd3; @@ -94553,6 +95111,7 @@ self: { base base-unicode-symbols explicit-iomodes pathtype regional-pointers regions transformers ]; + jailbreak = true; homepage = "https://github.com/basvandijk/safer-file-handles/"; description = "Type-safe file handling"; license = stdenv.lib.licenses.bsd3; @@ -94570,6 +95129,7 @@ self: { base bytestring explicit-iomodes-bytestring regions safer-file-handles transformers ]; + jailbreak = true; homepage = "https://github.com/basvandijk/safer-file-handles-bytestring/"; description = "Extends safer-file-handles with ByteString operations"; license = stdenv.lib.licenses.bsd3; @@ -94586,6 +95146,7 @@ self: { buildDepends = [ explicit-iomodes-text regions safer-file-handles text transformers ]; + jailbreak = true; homepage = "https://github.com/basvandijk/safer-file-handles-text/"; description = "Extends safer-file-handles with Text operations"; license = stdenv.lib.licenses.bsd3; @@ -94598,6 +95159,7 @@ self: { version = "0.2.0.0"; sha256 = "00ykmy44paghgc3m731p1hh00zv11416pl2xil4cav7vrr43nb6h"; buildDepends = [ base blaze-html containers text ]; + jailbreak = true; description = "A simple type-safe routing library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94611,7 +95173,6 @@ self: { sha256 = "07g7qpf7avv5hnxykrh4x7qr8sx9mwwv4hbavnsqi1n7zy2z91a3"; buildDepends = [ base containers ghc ghc-syb-utils syb ]; testDepends = [ base containers ghc ghc-syb-utils HUnit syb ]; - configureFlags = [ "-fuse_data_tree" ]; homepage = "http://fremissant.net/shape-syb"; description = "Obtain homogeneous values from arbitrary values, transforming or culling data"; license = stdenv.lib.licenses.bsd3; @@ -94651,6 +95212,7 @@ self: { salvia-protocol split stm text threadmanager time transformers unix utf8-string ]; + jailbreak = true; description = "Modular web application framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94671,6 +95233,7 @@ self: { salvia-protocol salvia-sessions salvia-websocket stm threadmanager transformers ]; + jailbreak = true; description = "Demo Salvia servers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94691,6 +95254,7 @@ self: { salvia-protocol sendfile split stm text threadmanager time transformers utf8-string ]; + jailbreak = true; description = "Collection of non-fundamental handlers for the Salvia web server"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94707,6 +95271,7 @@ self: { base bimap bytestring containers fclabels parsec safe split utf8-string ]; + jailbreak = true; description = "Salvia webserver protocol suite supporting URI, HTTP, Cookie and MIME"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94724,6 +95289,7 @@ self: { base containers fclabels MaybeT-transformers monads-fd pureMD5 random safe salvia salvia-protocol stm time utf8-string ]; + jailbreak = true; description = "Session support for the Salvia webserver"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94740,6 +95306,7 @@ self: { base bytestring fclabels monads-fd salvia salvia-protocol stm utf8-string ]; + jailbreak = true; description = "Websocket implementation for the Salvia Webserver"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -94753,7 +95320,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base QuickCheck storable-record ]; - configureFlags = [ "-fsplitbase" "-f-buildbenchmarks" ]; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Handling of samples in an (audio) signal"; license = stdenv.lib.licenses.bsd3; @@ -94766,7 +95332,6 @@ self: { version = "0.0.4"; sha256 = "1l7447xjxj98jx99b75hdfdjps6mcm293yhx0fjrqwxkz6anxv6d"; buildDepends = [ base numeric-prelude sample-frame ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Orphan instances for types from sample-frame and numericprelude"; license = stdenv.lib.licenses.bsd3; @@ -94785,7 +95350,6 @@ self: { buildDepends = [ base bytestring filepath process seqloc vector ]; buildTools = [ c2hs ]; extraLibraries = [ zlib ]; - configureFlags = [ "-f-tests" ]; homepage = "http://www.ingolia-lab.org/samtools-tutorial.html"; description = "Binding to the C samtools library"; license = stdenv.lib.licenses.mit; @@ -94804,7 +95368,7 @@ self: { buildDepends = [ base bytestring conduit filepath resourcet samtools transformers ]; - configureFlags = [ "-f-examples" ]; + jailbreak = true; homepage = "http://www.ingolia-lab.org/samtools-tutorial.html"; description = "Conduit interface to SAM/BAM format files through samtools"; license = stdenv.lib.licenses.mit; @@ -94838,7 +95402,6 @@ self: { buildDepends = [ base bytestring iteratee monads-tf samtools transformers ]; - configureFlags = [ "-f-utilities" ]; description = "Iteratee interface to SamTools library"; license = stdenv.lib.licenses.mit; }) {}; @@ -94855,7 +95418,6 @@ self: { testDepends = [ base bytestring HUnit tasty tasty-hunit tasty-quickcheck tasty-th ]; - configureFlags = [ "-fwith-conduit" ]; homepage = "http://hackage.haskell.org/package/sandi"; description = "Data encoding library"; license = stdenv.lib.licenses.bsd3; @@ -94868,6 +95430,7 @@ self: { version = "0.0.2"; sha256 = "07wh6va4rpf6vvxnjqbmwfna3rg20ysjh2pnzylz6xzlayzq0pkx"; buildDepends = [ base ]; + jailbreak = true; homepage = "http://github.com/regularlambda/sandlib"; description = "SAND data serialization and manipulation library"; license = stdenv.lib.licenses.bsd3; @@ -94880,6 +95443,7 @@ self: { version = "0.3.0.0"; sha256 = "0x8d5n2mydhwl9h7vzk7nr58b2aym9xb21p4m21rfa6vy6r2n438"; buildDepends = [ base deepseq portaudio ]; + jailbreak = true; homepage = "https://github.com/tokiwoousaka/Sarasvati"; description = "audio library"; license = stdenv.lib.licenses.bsd3; @@ -95069,6 +95633,7 @@ self: { attoparsec attoparsec-enumerator base blaze-builder BoundedChan bytestring enumerator mtl network network-enumerator ]; + jailbreak = true; homepage = "https://github.com/jamwt/haskell-scalable-server/"; description = "Library for writing fast/scalable TCP-based services"; license = stdenv.lib.licenses.bsd3; @@ -95083,7 +95648,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base filepath gd ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/scaleimage"; description = "Scale an image to a new geometry"; license = stdenv.lib.licenses.bsd3; @@ -95098,7 +95662,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base parsec ]; - configureFlags = [ "-f-parsec1" ]; homepage = "http://projects.haskell.org/style-scanner"; description = "lexical style suggestions for source code"; license = stdenv.lib.licenses.bsd3; @@ -95134,6 +95697,7 @@ self: { ansi-terminal base bytestring mtl optparse-applicative scrypt vector ]; + jailbreak = true; homepage = "https://github.com/redelmann/scat"; description = "Generates unique passwords for various websites from a single password"; license = stdenv.lib.licenses.bsd3; @@ -95161,7 +95725,7 @@ self: { monad-parallel monoid-subclasses QuickCheck test-framework test-framework-quickcheck2 text transformers ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "http://trac.haskell.org/SCC/"; description = "Streaming component combinators"; license = "GPL"; @@ -95179,6 +95743,7 @@ self: { array base containers fgl GLUT haskell98 hmatrix mtl old-time OpenGL process ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/SceneGraph"; description = "Scene Graph"; license = stdenv.lib.licenses.bsd3; @@ -95210,6 +95775,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory filepath old-locale time xturtle ]; + jailbreak = true; description = "Marge schedules and show EVR"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -95221,6 +95787,7 @@ self: { version = "1.0"; sha256 = "0lzhxlfxa660vx4y49gbg2q76v8dda00h3rznj5fhdjj29pkypgp"; buildDepends = [ base ]; + jailbreak = true; description = "Exposes standard POSIX function sched_yield"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -95258,10 +95825,7 @@ self: { HUnit process QuickCheck scholdoc-types syb test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ - "-fnetwork-uri" "-f-make-pandoc-man-pages" "-fhttps" - "-f-tryscholdoc" "-f-embed_data_files" - ]; + jailbreak = true; homepage = "http://scholdoc.scholarlymarkdown.com"; description = "Converts ScholarlyMarkdown documents to HTML5/LaTeX/Docx format"; license = "GPL"; @@ -95291,10 +95855,6 @@ self: { aeson base bytestring directory filepath process scholdoc scholdoc-types temporary text yaml ]; - configureFlags = [ - "-f-test_citeproc" "-f-unicode_collation" "-f-embed_data_files" - "-fbibutils" "-fsmall_base" - ]; homepage = "http://scholdoc.scholarlymarkdown.com"; description = "Scholdoc fork of pandoc-citeproc"; license = stdenv.lib.licenses.bsd3; @@ -95319,7 +95879,6 @@ self: { base bytestring directory filepath process split temporary text utf8-string xml ]; - configureFlags = [ "-fnetwork-uri" "-f-executable" ]; homepage = "http://scholdoc.scholarlymarkdown.com"; description = "Scholdoc fork of texmath"; license = "GPL"; @@ -95337,6 +95896,7 @@ self: { buildDepends = [ aeson base bytestring containers deepseq-generics ghc-prim syb ]; + jailbreak = true; homepage = "http://scholdoc.scholarlymarkdown.com"; description = "Scholdoc fork of pandoc-types"; license = "GPL"; @@ -95373,6 +95933,7 @@ self: { version = "0.2.0.0"; sha256 = "0qp3d9la929kks2b2pyylgznl86gy91lp3zgpb9bn7gas3wll9vy"; buildDepends = [ base ]; + jailbreak = true; description = "Mathematical/physical/chemical constants"; license = "unknown"; }) {}; @@ -95384,6 +95945,7 @@ self: { version = "0.1.0.1"; sha256 = "0n39pfs7kfhy62vl9q2ka5f9bfckncpssjsdx71d1hrld0jcq2g8"; buildDepends = [ base dimensional numtype science-constants ]; + jailbreak = true; description = "Mathematical/physical/chemical constants"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -95405,7 +95967,6 @@ self: { base bytestring QuickCheck smallcheck tasty tasty-ant-xml tasty-hunit tasty-quickcheck tasty-smallcheck text ]; - configureFlags = [ "-f-integer-simple" "-fbytestring-builder" ]; homepage = "https://github.com/basvandijk/scientific"; description = "Numbers represented using scientific notation"; license = stdenv.lib.licenses.bsd3; @@ -95427,7 +95988,7 @@ self: { ghc-syb hslogger json multiset network network-bytestring time uniplate utf8-string ]; - configureFlags = [ "-fserver" "-f-testing" ]; + jailbreak = true; homepage = "http://github.com/nominolo/scion"; description = "Haskell IDE library"; license = stdenv.lib.licenses.bsd3; @@ -95456,6 +96017,7 @@ self: { resourcet tar text transformers unix unordered-containers utf8-string vector zlib ]; + jailbreak = true; homepage = "http://github.com/JPMoresmau/scion-class-browser"; description = "Command-line interface for browsing and searching packages documentation"; license = stdenv.lib.licenses.bsd3; @@ -95470,6 +96032,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring containers process ]; + jailbreak = true; description = "Generates graphviz file of scons dependency information"; license = "GPL"; }) {}; @@ -95487,7 +96050,6 @@ self: { base bytestring containers iteratee MonadCatchIO-transformers mtl mwc-random time unix zoom-cache ]; - configureFlags = [ "-fsplitbase" ]; description = "An interactive renderer for plotting time-series data"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -95506,7 +96068,6 @@ self: { base cairo gtk MonadCatchIO-transformers mtl old-locale scope time zoom-cache ]; - configureFlags = [ "-fsplitbase" ]; description = "An interactive renderer for plotting time-series data"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -95524,6 +96085,7 @@ self: { base data-default enclosed-exceptions http-types lens mtl persistent resource-pool scotty stm text transformers wai warp ]; + jailbreak = true; homepage = "https://github.com/echaozh/scottish"; description = "scotty with batteries included"; license = stdenv.lib.licenses.bsd3; @@ -95595,6 +96157,7 @@ self: { base blaze-builder bytestring containers cookie scotty text time transformers ]; + jailbreak = true; homepage = "https://bitbucket.org/wniare/scotty-cookie"; description = "Cookie management helper functions for Scotty framework"; license = stdenv.lib.licenses.bsd3; @@ -95618,6 +96181,7 @@ self: { http-types HUnit scotty test-framework test-framework-hunit text transformers wai wai-test ]; + jailbreak = true; description = "Fay integration for Scotty"; license = stdenv.lib.licenses.mit; }) {}; @@ -95685,6 +96249,7 @@ self: { sha-streams unix ]; testDepends = [ base bytestring io-streams ]; + jailbreak = true; homepage = "https://github.com/noteed/scp-streams"; description = "An SCP protocol implementation"; license = stdenv.lib.licenses.bsd3; @@ -95704,6 +96269,7 @@ self: { array base binary containers deepseq directory mtl packed-dawg parallel split ]; + jailbreak = true; description = "Scrabble play generation"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -95722,7 +96288,6 @@ self: { base containers curl MissingH network network-uri old-locale pureMD5 time url ]; - configureFlags = [ "-fnetwork-uri" ]; description = "Scrobbling server"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -95785,7 +96350,7 @@ self: { array base cmdargs containers directory filepath json mtl parsec pretty process safe tagsoup time uniplate ]; - configureFlags = [ "-fthreaded" ]; + jailbreak = true; description = "Automatic generation of Isabelle/HOL correctness proofs for security protocols"; license = "GPL"; }) {}; @@ -95831,6 +96396,7 @@ self: { buildDepends = [ base sdl2 ]; extraLibraries = [ SDL2 ]; pkgconfigDepends = [ SDL2 SDL2_image ]; + jailbreak = true; description = "Haskell binding to sdl2-image"; license = stdenv.lib.licenses.mit; }) { inherit (pkgs) SDL2; inherit (pkgs) SDL2_image;}; @@ -95868,6 +96434,7 @@ self: { persistent-template text time transformers wai wai-extra wai-middleware-static warp web-routes web-routes-wai ]; + jailbreak = true; homepage = "https://github.com/Barrucadu/lambdadelta"; description = "Small web framework using Warp and WAI"; license = "unknown"; @@ -95908,6 +96475,7 @@ self: { version = "0.0.1"; sha256 = "1ryl0nm1a37r606xhxy6ykf3c8c1gml6gdqna428w8y3a2vg5q2v"; buildDepends = [ base template-haskell ]; + jailbreak = true; homepage = "http://github.com/urso/sec"; description = "Semantic Editor Combinators"; license = stdenv.lib.licenses.bsd3; @@ -95951,6 +96519,7 @@ self: { buildDepends = [ base containers diagrams-cairo diagrams-lib haskell-qrencode random ]; + jailbreak = true; homepage = "https://github.com/rodrigosetti/secret-santa"; description = "Secret Santa game assigner using QR-Codes"; license = stdenv.lib.licenses.gpl3; @@ -95986,6 +96555,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base haskell98 ]; + jailbreak = true; description = "Example of writing \"secure\" file removal in Haskell rather than C"; license = stdenv.lib.licenses.publicDomain; }) {}; @@ -96071,7 +96641,6 @@ self: { version = "0.2.5"; sha256 = "0vr3d891pj947lv2grgbc83nm828gz9bbz6dp8mnf9bsji3ih7l7"; buildDepends = [ base HTTP HUnit mtl network pretty ]; - configureFlags = [ "-fsmall_base" ]; description = "Test web applications through a browser"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -96091,6 +96660,7 @@ self: { utf8-string ]; testDepends = [ base hspec text webdriver ]; + jailbreak = true; homepage = "https://github.com/joelteon/selenium-server.git"; description = "Run the selenium standalone server for usage with webdriver"; license = stdenv.lib.licenses.mit; @@ -96172,9 +96742,6 @@ self: { base comonad containers contravariant distributive semigroups transformers ]; - configureFlags = [ - "-fcomonad" "-fdistributive" "-fcontravariant" "-fcontainers" - ]; homepage = "http://github.com/ekmett/semigroupoids"; description = "Semigroupoids: Category sans id"; license = stdenv.lib.licenses.bsd3; @@ -96196,10 +96763,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ - "-fcomonad" "-fdistributive" "-fcontravariant" "-fcontainers" - "-fsmall_base" - ]; homepage = "https://github.com/NICTA/semigroupoids-syntax"; description = "RebindableSyntax using the semigroupoids package"; license = stdenv.lib.licenses.bsd3; @@ -96217,10 +96780,6 @@ self: { base bytestring containers deepseq hashable nats text unordered-containers ]; - configureFlags = [ - "-funordered-containers" "-ftext" "-fdeepseq" "-fcontainers" - "-fbytestring" "-fhashable" - ]; homepage = "http://github.com/ekmett/semigroups/"; description = "Anything that associates"; license = stdenv.lib.licenses.bsd3; @@ -96233,7 +96792,7 @@ self: { version = "0.1"; sha256 = "0vns2vdchszw34i12s9rfl4cm76ympfrivpb397j2vzg2i7bghqb"; buildDepends = [ base containers semigroups ]; - configureFlags = [ "-f-base2" ]; + jailbreak = true; homepage = "http://github.com/ppetr/semigroups-actions/"; description = "Semigroups actions"; license = stdenv.lib.licenses.bsd3; @@ -96254,7 +96813,7 @@ self: { base Boolean containers HUnit monoids QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-f-testing" ]; + jailbreak = true; homepage = "http://github.com/srush/SemiRings/tree/master"; description = "Semirings, ring-like structures used for dynamic programming applications"; license = stdenv.lib.licenses.bsd3; @@ -96293,7 +96852,6 @@ self: { version = "0.7.9"; sha256 = "0hnw1ym81cff49dwww19kgbs4s0kpandbvn6h5cml3y0p1nxybqh"; buildDepends = [ base bytestring network ]; - configureFlags = [ "-f-portable" ]; homepage = "http://hub.darcs.net/stepcut/sendfile"; description = "A portable sendfile library"; license = stdenv.lib.licenses.bsd3; @@ -96312,6 +96870,7 @@ self: { buildDepends = [ aeson base bytestring containers process stm zeromq3-haskell ]; + jailbreak = true; homepage = "https://github.com/rossdylan/sensenet"; description = "Distributed sensor network for the raspberry pi"; license = stdenv.lib.licenses.mit; @@ -96332,6 +96891,7 @@ self: { ansi-terminal base bytestring cereal cmdargs directory filepath old-locale old-time process safecopy time unix ]; + jailbreak = true; homepage = "https://github.com/noteed/sentry"; description = "Process monitoring tool written and configured in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -96359,7 +96919,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/separated"; description = "A data type with elements separated by values"; license = stdenv.lib.licenses.bsd3; @@ -96381,12 +96940,7 @@ self: { modulespection mtl process regex-base regex-pcre syb template-haskell temporary th-expand-syns ]; - configureFlags = [ - "-fshow_type" "-f-nfdatan_only" "-f-no_top_level_seqinj_dummies" - "-fdbg_seqaid" "-fdemo_mode" "-f-infer_top_level_types" - "-fseqaidpp_types" "-f-th_type_in_types_ann" "-f-seqable_only" - "-f-try_inject_noinline_on_requested_binds" - ]; + jailbreak = true; homepage = "http://www.fremissant.net/seqaid"; description = "Dynamic strictness control, including space leak repair"; license = stdenv.lib.licenses.bsd3; @@ -96399,6 +96953,7 @@ self: { version = "0.1.0"; sha256 = "0q5vs8kravhiq906rrzi5iw5837bb8s6fibycgdracyfwrzvxly0"; buildDepends = [ base transformers ]; + jailbreak = true; description = "Sequence ID production and consumption"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -96453,7 +97008,6 @@ self: { random resourcet seqloc transformers transformers-base unordered-containers vector ]; - configureFlags = [ "-f-tests" ]; homepage = "http://www.ingolia-lab.org/seqloc-datafiles-tutorial.html"; description = "Read and write BED and GTF format genome annotations"; license = stdenv.lib.licenses.mit; @@ -96528,6 +97082,7 @@ self: { attoparsec attoparsec-conduit base conduit mtl operational process resourcet text ]; + jailbreak = true; homepage = "http://github.com/sanetracker/serf"; description = "Interact with Serf via Haskell"; license = stdenv.lib.licenses.mit; @@ -96540,6 +97095,7 @@ self: { version = "0.2.6"; sha256 = "17z0pkc0nz3hf9s68spbb6ijcx6b2dw4y50cavf5110aav59kik1"; buildDepends = [ base unix ]; + jailbreak = true; description = "POSIX serial port wrapper"; license = "LGPL"; }) {}; @@ -96652,7 +97208,7 @@ self: { warp ]; testDepends = [ base hspec language-ecmascript servant ]; - configureFlags = [ "-f-example" ]; + jailbreak = true; homepage = "http://haskell-servant.github.io/"; description = "Automatically derive (jquery) javascript functions to query servant webservices"; license = stdenv.lib.licenses.bsd3; @@ -96776,6 +97332,7 @@ self: { directory hamlet http-types mime-types shakespeare-css text transformers wai wai-app-static wai-extra warp ]; + jailbreak = true; homepage = "http://github.com/yesodweb/hamlet"; description = "Serve Shakespearean templates via Warp (deprecated)"; license = stdenv.lib.licenses.mit; @@ -96836,7 +97393,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers utility-ht ]; - configureFlags = [ "-f-buildexamples" ]; homepage = "http://code.haskell.org/~thielema/set-cover/"; description = "Solve exact set cover problems like Sudoku, 8 Queens, Soma Cube, Tetris Cube"; license = stdenv.lib.licenses.bsd3; @@ -96961,7 +97517,6 @@ self: { buildDepends = [ base base64-string binary bytestring pretty QuickCheck random ]; - configureFlags = [ "-f-testing" ]; description = "S-expression printer and parser"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -96973,7 +97528,6 @@ self: { version = "0.1.0.0"; sha256 = "0vq7fbm8gm7fym9qjaxsy2mk89rn2pjfkbhv3ym94xslcybwrwpy"; buildDepends = [ base bytestring template-haskell ]; - configureFlags = [ "-fbytestring" "-f-text" ]; homepage = "http://github.com/dzhus/sext/"; description = "Lists, Texts and ByteStrings with type-encoded length"; license = stdenv.lib.licenses.bsd3; @@ -97017,6 +97571,7 @@ self: { base binary bytestring containers deepseq filepath lazy-io logfloat monad-par mtl primitive random temporary vector ]; + jailbreak = true; homepage = "https://github.com/kawu/sgd"; description = "Stochastic gradient descent"; license = stdenv.lib.licenses.bsd3; @@ -97034,6 +97589,7 @@ self: { base containers encoding extensible-exceptions mtl parsec split time transformers ]; + jailbreak = true; homepage = "https://github.com/tonicebrian/sgf"; description = "SGF (Smart Game Format) parser"; license = stdenv.lib.licenses.bsd3; @@ -97062,6 +97618,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base binary bytestring io-streams SHA ]; + jailbreak = true; homepage = "https://github.com/noteed/sha-streams"; description = "SHA hashes for io-streams"; license = stdenv.lib.licenses.bsd3; @@ -97171,7 +97728,6 @@ self: { js-flot js-jquery old-time process QuickCheck random time transformers unix unordered-containers utf8-string ]; - configureFlags = [ "-f-portable" ]; homepage = "http://www.shakebuild.com/"; description = "Build system library, like Make, but more accurate dependencies"; license = stdenv.lib.licenses.bsd3; @@ -97202,6 +97758,7 @@ self: { buildDepends = [ base bytestring cmdargs directory filepath shake ]; + jailbreak = true; homepage = "http://thoughtpolice.github.com/shake-extras"; description = "Extra utilities for shake build systems"; license = stdenv.lib.licenses.bsd3; @@ -97243,6 +97800,7 @@ self: { regex-posix template-haskell test-framework test-framework-hunit test-framework-quickcheck2 ]; + jailbreak = true; homepage = "http://github.com/bonnefoa/Shaker"; description = "simple and interactive command-line build tool"; license = stdenv.lib.licenses.bsd3; @@ -97268,9 +97826,6 @@ self: { exceptions ghc-prim hspec HUnit parsec process system-fileio system-filepath template-haskell text time transformers ]; - configureFlags = [ - "-f-test_roy" "-f-test_coffee" "-f-test_export" - ]; homepage = "http://www.yesodweb.com/book/shakespearean-templates"; description = "A toolkit for making compile-time interpolated templates"; license = stdenv.lib.licenses.mit; @@ -97594,6 +98149,7 @@ self: { version = "0.2"; sha256 = "0ywb8bfkdpqqv2spb92j9rzx4fv5k1c7b65wj0zwnn9rp7ckq59v"; buildDepends = [ base curl ]; + jailbreak = true; homepage = "http://richardfergie.com/shoap"; description = "A very basic SOAP package"; license = stdenv.lib.licenses.bsd3; @@ -97618,6 +98174,7 @@ self: { version = "0.1.0.1"; sha256 = "1srqbc2kx1zn0xlzv94y7kqdrflmdck3jy6d2fl75zhf11wilxw3"; buildDepends = [ base text ]; + jailbreak = true; homepage = "https://github.com/Tarrasch/shorten-strings"; description = "Shorten a variety of string-like types adding ellipsis"; license = stdenv.lib.licenses.bsd3; @@ -97630,7 +98187,6 @@ self: { version = "0.6"; sha256 = "15bvfffnr034z8wbmhxa8h5qskbxwbflk434dx023l1qlm3sjmsg"; buildDepends = [ base syb ]; - configureFlags = [ "-fbase4" ]; description = "'Show' instances for Lambdabot"; license = "GPL"; }) {}; @@ -97656,6 +98212,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base glade gtk random ]; + jailbreak = true; description = "A simple gtk based Russian Roulette game"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -97721,7 +98278,6 @@ self: { array base Cabal containers directory filepath network network-uri process uhc-util uuagc uuagc-cabal uulib ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/UU-ComputerScience/shuffle"; description = "Shuffle tool for UHC"; license = stdenv.lib.licenses.bsd3; @@ -97753,7 +98309,7 @@ self: { base cairo containers directory fgl filepath glib gtk hxt mtl parsec process sifflet-lib unix ]; - configureFlags = [ "-f-no-link" ]; + jailbreak = true; homepage = "http://mypage.iu.edu/~gdweber/software/sifflet/"; description = "A simple, visual, functional programming language"; license = stdenv.lib.licenses.bsd3; @@ -97772,6 +98328,7 @@ self: { parsec process unix ]; extraLibraries = [ gdk_x11 gtk_x11 ]; + jailbreak = true; homepage = "http://mypage.iu.edu/~gdweber/software/sifflet/"; description = "Library of modules shared by sifflet and its tests and its exporters"; license = stdenv.lib.licenses.bsd3; @@ -97844,6 +98401,7 @@ self: { buildDepends = [ base containers haskell98 mersenne-random-pure64 mtl parsec random ]; + jailbreak = true; homepage = "http://simgi.sourceforge.net/"; description = "stochastic simulation engine"; license = "GPL"; @@ -97871,6 +98429,7 @@ self: { testDepends = [ base hspec HUnit monad-control mtl transformers wai ]; + jailbreak = true; homepage = "http://simple.cx"; description = "A minimalist web framework for the WAI server interface"; license = stdenv.lib.licenses.gpl3; @@ -97896,7 +98455,7 @@ self: { version = "0.2"; sha256 = "1kqkaay3r03plxvvyan3hdgj2rfynygnisi6hrsjwqgj4nw6va17"; buildDepends = [ base containers deepseq ]; - configureFlags = [ "-f-debug" ]; + jailbreak = true; homepage = "http://github.com/nominolo/simple-atom"; description = "Atom (or symbol) datatype for fast comparision and sorting"; license = stdenv.lib.licenses.bsd3; @@ -97952,6 +98511,7 @@ self: { monad-control mono-traversable mtl mwc-random primitive semigroups stm streaming-commons text transformers transformers-base vector ]; + jailbreak = true; homepage = "http://github.com/jwiegley/simple-conduit"; description = "A simple streaming I/O library based on monadic folds"; license = stdenv.lib.licenses.bsd3; @@ -97970,7 +98530,6 @@ self: { transformers ]; testDepends = [ base hspec ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/yunomu/simple-config"; description = "Simple config file parser generator"; license = stdenv.lib.licenses.bsd3; @@ -98043,6 +98602,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base deepseq parallel random ]; + jailbreak = true; homepage = "http://eax.me/haskell-genetic-algorithm/"; description = "Simple parallel genetic algorithm implementation"; license = stdenv.lib.licenses.bsd3; @@ -98059,6 +98619,7 @@ self: { buildDepends = [ base containers hashable safecopy unordered-containers ]; + jailbreak = true; description = "Allows simple indexation on any data type"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -98077,6 +98638,7 @@ self: { MonadCatchIO-transformers mtl old-locale SafeSemaphore text time transformers ]; + jailbreak = true; homepage = "http://github.com/mvoidex/simple-log"; description = "Simple log for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -98089,6 +98651,7 @@ self: { version = "0.2.0"; sha256 = "1619jsxgz5afmwhjcixg54i7dhh8jl29cmziifjrg60mm4rf2c34"; buildDepends = [ base hsyslog simple-log text ]; + jailbreak = true; homepage = "http://github.com/mvoidex/simple-log-syslog"; description = "Syslog backend for simple-log"; license = stdenv.lib.licenses.bsd3; @@ -98104,6 +98667,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers deepseq parallel random split ]; + jailbreak = true; homepage = "http://eax.me/haskell-neural-networks/"; description = "Simple parallel neural networks implementation"; license = stdenv.lib.licenses.bsd3; @@ -98150,6 +98714,7 @@ self: { base bytestring lifted-base monad-control monads-tf stm transformers-base ]; + jailbreak = true; homepage = "https://github.com/YoshikuniJujo/simple-pipe/wiki"; description = "simple pipeline library like conduit"; license = stdenv.lib.licenses.bsd3; @@ -98210,7 +98775,6 @@ self: { base bytestring conduit conduit-extra directory hspec HUnit network process resourcet unix ]; - configureFlags = [ "-fallow-bsd" ]; description = "Cross platform library for the sendfile system call"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -98286,7 +98850,6 @@ self: { testDepends = [ base HUnit mtl parsec pretty test-framework test-framework-hunit ]; - configureFlags = [ "-f-sqlindent" ]; homepage = "http://jakewheat.github.io/simple-sql-parser/"; description = "A parser for SQL queries"; license = stdenv.lib.licenses.bsd3; @@ -98316,6 +98879,7 @@ self: { version = "0.1.0.0"; sha256 = "0p7rd8y6rhwg0ap6cib7l32bglvfkvbzg938pdwpb2ss6cv8b9zs"; buildDepends = [ base ]; + jailbreak = true; homepage = "http://github.com/BartMassey/simple-tabular"; description = "Simple tabular-text formatter"; license = stdenv.lib.licenses.mit; @@ -98347,6 +98911,7 @@ self: { version = "0.1.0.1"; sha256 = "1vzx88drwg40a9b7dzz4nbd5faawrc15wgyd1b12zmrsysn0h6s4"; buildDepends = [ base vector ]; + jailbreak = true; homepage = "http://github.com/dzhus/simple-vec3/"; description = "Three-dimensional vectors of doubles with basic operations"; license = stdenv.lib.licenses.bsd3; @@ -98423,6 +98988,7 @@ self: { buildDepends = [ base ghc-paths haskell-src-exts process uniplate ]; + jailbreak = true; description = "A simplified Haskell prelude for teaching"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -98512,6 +99078,7 @@ self: { x11-xim X11-xshape ]; pkgconfigDepends = [ libXft ]; + jailbreak = true; homepage = "http://sigkill.dk/programs/sindre"; description = "A programming language for simple GUIs"; license = stdenv.lib.licenses.bsd3; @@ -98541,6 +99108,7 @@ self: { version = "0.1.0.1"; sha256 = "04ny9450h2mlw1j0gn6a1vvgwsk3gbhhzshqv2sbcg5pwkzkdrzp"; buildDepends = [ base ]; + jailbreak = true; description = "An alternative to lazy I/O that doesn't conflate execution with evaluation"; license = stdenv.lib.licenses.mit; }) {}; @@ -98616,7 +99184,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ array base containers singletons ]; - configureFlags = [ "-f-all" ]; + jailbreak = true; homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools"; description = "Sized types in Haskell using the GHC Nat kind"; license = stdenv.lib.licenses.bsd3; @@ -98671,9 +99239,6 @@ self: { testDepends = [ base bytestring cereal crypto-api filepath hspec tagged ]; - configureFlags = [ - "-f-big-endian" "-f-force-endianness" "-f-reference" - ]; homepage = "https://github.com/meteficha/skein"; description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well."; license = stdenv.lib.licenses.bsd3; @@ -98690,6 +99255,7 @@ self: { buildDepends = [ base blaze-html bytestring containers http-types text wai ]; + jailbreak = true; homepage = "https://github.com/pharpend/skell"; description = "An overly complex Haskell web framework"; license = stdenv.lib.licenses.bsd3; @@ -98708,7 +99274,6 @@ self: { attoparsec base bytestring lifted-base monad-control mtl stm text time transformers-base word8 X11 ]; - configureFlags = [ "-f-carbon" "-f-x11" ]; homepage = "https://github.com/emonkak/haskell-skype"; description = "Skype Desktop API binding for Haskell"; license = stdenv.lib.licenses.mit; @@ -98729,6 +99294,7 @@ self: { attoparsec base bytestring containers directory filepath ghc-binary haskell98 IfElse old-locale regex-pcre time utf8-string ]; + jailbreak = true; homepage = "https://github.com/jdevelop/skypelogexport/wiki"; description = "Export Skype chat logs to text files"; license = stdenv.lib.licenses.bsd3; @@ -98747,6 +99313,7 @@ self: { aeson base containers either http-conduit mtl old-locale text time transformers ]; + jailbreak = true; description = "Haskell API for interacting with Slack"; license = stdenv.lib.licenses.mit; }) {}; @@ -98888,6 +99455,7 @@ self: { version = "0.2.2.4"; sha256 = "16fgxsg8grxhqx6d4s3mm89qbkw2k72qvr4r701ih1i8gmf1ms1z"; buildDepends = [ base bytestring deepseq hashable ]; + jailbreak = true; homepage = "http://community.haskell.org/~aslatter/code/bytearray"; description = "low-level unboxed arrays, with minimal features"; license = stdenv.lib.licenses.bsd3; @@ -98935,6 +99503,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base vector ]; + jailbreak = true; homepage = "http://github.com/noteed/smallpt-hs"; description = "A Haskell port of the smallpt path tracer"; license = stdenv.lib.licenses.bsd3; @@ -98951,6 +99520,7 @@ self: { buildDepends = [ base bytestring deepseq hashable smallarray text utf8-string ]; + jailbreak = true; homepage = "http://community.haskell.org/~aslatter/code/smallstring/"; description = "A Unicode text type, optimized for low memory overhead"; license = stdenv.lib.licenses.bsd3; @@ -98981,7 +99551,6 @@ self: { buildDepends = [ base containers generic-deriving ghc-prim mtl QuickCheck random ]; - configureFlags = [ "-f-regression-flag" ]; homepage = "https://github.com/leepike/SmartCheck"; description = "A smarter QuickCheck"; license = stdenv.lib.licenses.bsd3; @@ -99019,6 +99588,7 @@ self: { version = "0.0.2"; sha256 = "1phm50pabahrpxrzp25mfhpafzhp4hz8cxp6fp93rwh4cl7cckky"; buildDepends = [ array base directory polyparse ]; + jailbreak = true; homepage = "http://tomahawkins.org"; description = "Parsing and printing SMT-LIB"; license = stdenv.lib.licenses.bsd3; @@ -99049,7 +99619,6 @@ self: { constraints containers data-fix mtl process tagged text transformers ]; - configureFlags = [ "-f-withdatakinds" "-fwithconstraints" ]; description = "A type-safe interface to communicate with an SMT solver"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -99140,7 +99709,6 @@ self: { stm syb template-haskell text time transformers unordered-containers vector vector-algorithms xmlhtml ]; - configureFlags = [ "-f-old-base" ]; homepage = "http://snapframework.com/"; description = "Top-level package for the Snap Web Framework"; license = stdenv.lib.licenses.bsd3; @@ -99153,6 +99721,7 @@ self: { version = "0.1.0"; sha256 = "19sn7q9avb7y9j46fk7iga237qgcdm69sanb351c5s0lfgcpnf1m"; buildDepends = [ base http-media snap-core ]; + jailbreak = true; homepage = "http://github.com/zimothy/snap-accept"; description = "Accept header branching for the Snap web framework"; license = stdenv.lib.licenses.mit; @@ -99183,6 +99752,7 @@ self: { aeson aeson-pretty base bytestring clientsession cmdargs snap text unordered-containers utf8-string ]; + jailbreak = true; homepage = "https://github.com/dzhus/snap-auth-cli"; description = "Command-line tool to manage Snap AuthManager database"; license = stdenv.lib.licenses.bsd3; @@ -99207,6 +99777,7 @@ self: { version = "0.1.0.0"; sha256 = "05zi9rjd37xznjj8yhm5har12mfrclsrwd9fbcwh5ngccd7h7fiy"; buildDepends = [ base blaze-html clay snap-core ]; + jailbreak = true; homepage = "http://github.com/deckool/snap-blaze-clay"; description = "blaze-html-clay integration for Snap"; license = stdenv.lib.licenses.bsd3; @@ -99242,7 +99813,6 @@ self: { hashable HUnit MonadCatchIO-transformers mtl random regex-posix text time unix unix-compat unordered-containers vector zlib-enum ]; - configureFlags = [ "-f-debug" "-f-portable" ]; homepage = "http://snapframework.com/"; description = "Snap: A Haskell Web Framework (core interfaces and types)"; license = stdenv.lib.licenses.bsd3; @@ -99261,7 +99831,6 @@ self: { attoparsec base bytestring case-insensitive hashable network network-uri snap text transformers unordered-containers ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/ocharles/snap-cors"; description = "Add CORS headers to Snap applications"; license = stdenv.lib.licenses.bsd3; @@ -99318,6 +99887,7 @@ self: { digestive-functors-snap directory-tree errors filepath heist jmacro mtl readable safe snap snap-core text transformers xmlhtml ]; + jailbreak = true; description = "A collection of useful helpers and utilities for Snap web applications"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -99393,9 +99963,7 @@ self: { enumerator HsOpenSSL MonadCatchIO-transformers mtl network old-locale snap-core text time unix unix-compat ]; - configureFlags = [ - "-fopenssl" "-f-debug" "-fopenssl" "-f-portable" - ]; + configureFlags = [ "-fopenssl" ]; homepage = "http://snapframework.com/"; description = "A fast, iteratee-based, epoll-enabled web server for the Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99420,6 +99988,7 @@ self: { hxt io-streams lens mtl process QuickCheck snap snap-core text transformers ]; + jailbreak = true; homepage = "https://github.com/dbp/snap-testing"; description = "A library for BDD-style testing with the Snap Web Framework"; license = stdenv.lib.licenses.bsd3; @@ -99437,6 +100006,7 @@ self: { base bytestring heist http-types MonadCatchIO-transformers mtl snap snap-core text xmlhtml ]; + jailbreak = true; homepage = "https://github.com/LukeHoersten/snap-utils"; description = "Snap Framework utilities"; license = stdenv.lib.licenses.bsd3; @@ -99453,6 +100023,7 @@ self: { buildDepends = [ base bytestring heist mtl snap snap-core text web-routes xmlhtml ]; + jailbreak = true; homepage = "https://github.com/lukerandall/snap-web-routes"; description = "Type safe URLs for Snap"; license = stdenv.lib.licenses.bsd3; @@ -99465,6 +100036,7 @@ self: { version = "0.2.6.1"; sha256 = "0wlawnsxisslqzspa29swsdmncgx04z3rd1bhwx73mx5pksykw60"; buildDepends = [ acid-state base snap text ]; + jailbreak = true; homepage = "https://github.com/mightybyte/snaplet-acid-state"; description = "acid-state snaplet for Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99489,6 +100061,7 @@ self: { restful-snap snap snap-extras snaplet-persistent text time transformers unordered-containers xmlhtml ]; + jailbreak = true; homepage = "https://github.com/soostone/snaplet-actionlog"; description = "Generic action log snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99506,6 +100079,7 @@ self: { amqp base bytestring configurator lens monad-control mtl network resource-pool snap transformers ]; + jailbreak = true; homepage = "https://github.com/ixmatus/snaplet-amqp"; description = "Snap framework snaplet for the AMQP library"; license = stdenv.lib.licenses.bsd3; @@ -99526,6 +100100,7 @@ self: { errors filepath hashable lens MonadCatchIO-transformers mtl safecopy snap snap-core text time unordered-containers vector ]; + jailbreak = true; description = "Provides an Acid-State backend for the Auth Snaplet"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -99576,6 +100151,7 @@ self: { base bson configurator mtl regex-tdfa snap snap-core text unordered-containers ]; + jailbreak = true; 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; }) {}; @@ -99608,6 +100184,7 @@ self: { buildDepends = [ base haxl MonadCatchIO-transformers snap transformers ]; + jailbreak = true; homepage = "https://github.com/ChristopherBiscardi/snaplet-haxl"; description = "Snaplet for Facebook's Haxl"; license = stdenv.lib.licenses.bsd3; @@ -99629,6 +100206,7 @@ self: { resource-pool-catchio snap text time transformers unordered-containers ]; + jailbreak = true; homepage = "http://norm2782.com/"; description = "HDBC snaplet for Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99645,6 +100223,7 @@ self: { buildDepends = [ base configurator hslogger mtl snap transformers ]; + jailbreak = true; homepage = "https://github.com/ixmatus/snaplet-logger"; description = "Snap framework snaplet for the Logger API library"; license = stdenv.lib.licenses.bsd3; @@ -99664,6 +100243,7 @@ self: { base bytestring configurator filepath heist lens snap snap-loader-static text xmlhtml ]; + jailbreak = true; homepage = "https://github.com/HaskellCNOrg/snaplet-i18n"; description = "snaplet-i18n"; license = stdenv.lib.licenses.bsd3; @@ -99682,6 +100262,7 @@ self: { base bytestring configurator http-client influxdb lens monad-control mtl network snap text transformers ]; + jailbreak = true; homepage = "https://github.com/ixmatus/snaplet-influxdb"; description = "Snap framework snaplet for the InfluxDB library"; license = stdenv.lib.licenses.bsd3; @@ -99715,6 +100296,7 @@ self: { buildDepends = [ base configurator mandrill mtl network snap transformers ]; + jailbreak = true; homepage = "https://github.com/ixmatus/snaplet-mandrill"; description = "Snap framework snaplet for the Mandrill API library"; license = stdenv.lib.licenses.bsd3; @@ -99735,6 +100317,7 @@ self: { MonadCatchIO-transformers mongoDB mtl parsec regular safe snap snap-core template-haskell text time ]; + jailbreak = true; description = "Snap Framework MongoDB support as Snaplet"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -99747,6 +100330,7 @@ self: { version = "0.0.6.12"; sha256 = "0d0hnn0qp4zd453wzh1d3adls68gpv28dnkr7dcmjfl4f5igdran"; buildDepends = [ base lens mongoDB mtl snap text transformers ]; + jailbreak = true; homepage = "https://github.com/Palmik/snaplet-mongodb-minimalistic"; description = "Minimalistic MongoDB Snaplet"; license = stdenv.lib.licenses.bsd3; @@ -99767,6 +100351,7 @@ self: { MonadCatchIO-transformers mtl mysql mysql-simple resource-pool-catchio snap text transformers unordered-containers ]; + jailbreak = true; homepage = "https://github.com/ibotty/snaplet-mysql-simple"; description = "mysql-simple snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99793,6 +100378,7 @@ self: { aeson base bytestring bytestring-show HUnit test-framework test-framework-hunit text ]; + jailbreak = true; homepage = "https://github.com/HaskellCNOrg/snaplet-oauth"; description = "snaplet-oauth"; license = stdenv.lib.licenses.bsd3; @@ -99815,6 +100401,7 @@ self: { persistent-postgresql persistent-template readable resource-pool resourcet safe snap text time transformers unordered-containers ]; + jailbreak = true; homepage = "https://github.com/soostone/snaplet-persistent"; description = "persistent snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99851,6 +100438,7 @@ self: { buildDepends = [ base configurator mtl postmark snap text transformers ]; + jailbreak = true; homepage = "https://github.com/LukeHoersten/snaplet-postmark"; description = "Postmark snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99885,6 +100473,7 @@ self: { buildDepends = [ base configurator hedis lens mtl network snap text transformers ]; + jailbreak = true; homepage = "https://github.com/dzhus/snaplet-redis/"; description = "Redis support for Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -99905,6 +100494,7 @@ self: { data-lens-template easy-file hedis mtl snap snap-core snaplet-redis text utf8-string websockets websockets-snap ]; + jailbreak = true; homepage = "https://github.com/dzhus/snaplet-redson/"; description = "CRUD for JSON data with Redis storage"; license = stdenv.lib.licenses.bsd3; @@ -99923,6 +100513,7 @@ self: { aeson base blaze-builder bytestring case-insensitive http-media lens mtl snap snap-accept snap-core text utf8-string xmlhtml ]; + jailbreak = true; homepage = "http://github.com/zimothy/snaplet-rest"; description = "REST resources for the Snap web framework"; license = stdenv.lib.licenses.mit; @@ -99941,6 +100532,7 @@ self: { aeson base containers data-lens data-lens-template mtl riak riak-protobuf snap snap-core time transformers ]; + jailbreak = true; homepage = "http://github.com/statusfailed/snaplet-riak"; description = "A Snaplet for the Riak database"; license = stdenv.lib.licenses.mit; @@ -99958,6 +100550,7 @@ self: { base bytestring configurator directory filepath mtl process snap snap-core transformers ]; + jailbreak = true; homepage = "https://github.com/lukerandall/snaplet-sass"; description = "Sass integration for Snap with request- and pre-compilation"; license = stdenv.lib.licenses.bsd3; @@ -99975,6 +100568,7 @@ self: { base bytestring containers monad-control mtl resource-pool sednaDBXML snap ]; + jailbreak = true; description = "Snaplet for Sedna Bindings. Essentailly a rip of snaplet-hdbc."; license = stdenv.lib.licenses.gpl3; }) {}; @@ -100036,6 +100630,7 @@ self: { base bytestring configurator heist lens-family-core mtl snap stripe text text-format transformers xmlhtml ]; + jailbreak = true; homepage = "https://github.com/LukeHoersten/snaplet-stripe"; description = "Stripe snaplet for the Snap Framework"; license = stdenv.lib.licenses.bsd3; @@ -100053,6 +100648,7 @@ self: { base bytestring containers curl data-hash haskell98 MissingH mtl network snap snap-core ]; + jailbreak = true; description = "Snaplet for Snap Framework enabling developers to administrative tasks akin to Rake tasks from Ruby On Rails framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -100070,6 +100666,7 @@ self: { base bytestring cereal clientsession containers hashtables mtl PSQueue random regex-posix snap snap-core time ]; + jailbreak = true; description = "Typed session snaplets and continuation-based programming for the Snap web framework"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -100131,7 +100728,7 @@ self: { listlike-instances MonadCatchIO-transformers transformers vector word24 ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.tiresiaspress.us/haskell/sndfile-enumerators"; description = "Audio file reading/writing"; license = stdenv.lib.licenses.bsd3; @@ -100243,6 +100840,7 @@ self: { buildDepends = [ base bytestring containers gl-capture GLUT OpenGL OpenGLRaw random ]; + jailbreak = true; description = "randomized fractal snowflakes demo"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -100267,6 +100865,7 @@ self: { base bytestring hspec HUnit text unordered-containers xml-conduit xml-conduit-writer ]; + jailbreak = true; homepage = "https://bitbucket.org/dpwiz/haskell-soap"; description = "SOAP client tools"; license = stdenv.lib.licenses.mit; @@ -100284,6 +100883,7 @@ self: { base configurator data-default HsOpenSSL http-client http-client-openssl soap text ]; + jailbreak = true; homepage = "https://bitbucket.org/dpwiz/haskell-soap"; description = "TLS-enabled SOAP transport (using openssl bindings)"; license = stdenv.lib.licenses.mit; @@ -100302,6 +100902,7 @@ self: { base configurator connection data-default http-client http-client-tls soap text tls x509 x509-store x509-validation ]; + jailbreak = true; homepage = "https://bitbucket.org/dpwiz/haskell-soap"; description = "TLS-enabled SOAP transport (using tls package)"; license = stdenv.lib.licenses.mit; @@ -100388,6 +100989,7 @@ self: { test-framework-hunit test-framework-quickcheck2 text transformers-base unordered-containers vector wai warp ]; + jailbreak = true; description = "Socket.IO server"; license = stdenv.lib.licenses.mit; }) {}; @@ -100422,6 +101024,7 @@ self: { version = "0.12.1"; sha256 = "01f49hwxc5h85iwzgnddxlh1lmb3s27zddmghxrlq958gcrr2iar"; buildDepends = [ base cairo gtk old-time stm ]; + jailbreak = true; homepage = "http://projects.haskell.org/gtk2hs/"; description = "GUI functions as used in the book \"The Haskell School of Expression\""; license = stdenv.lib.licenses.lgpl21; @@ -100475,6 +101078,7 @@ self: { testDepends = [ base bindings-sophia bytestring directory tasty tasty-hunit ]; + jailbreak = true; description = "Bindings to Sophia library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -100502,6 +101106,7 @@ self: { version = "0.0.1"; sha256 = "0rzcxhzc4s4sbdnysmjh1i8pd39jyx7a4hbhkarsp2qbx29s4h03"; buildDepends = [ base ]; + jailbreak = true; description = "Efficient, type-safe sorted sequences"; license = stdenv.lib.licenses.mit; }) {}; @@ -100515,7 +101120,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring ]; - configureFlags = [ "-f-debug" ]; + jailbreak = true; description = "Sort lines per file size"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -100628,7 +101233,6 @@ self: { base containers explicit-exception extensible-exceptions process sample-frame transformers unix utility-ht ]; - configureFlags = [ "-f-executeshell" "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Sox"; description = "Play, write, read, convert audio signals using Sox"; license = "GPL"; @@ -100667,7 +101271,6 @@ self: { base bytestring cereal cmdargs containers pretty QuickCheck trifecta uniplate vector ]; - configureFlags = [ "-fsplit-base" ]; homepage = "https://github.com/amtal/0x10c"; description = "DCPU-16 architecture utilities for Notch's 0x10c game"; license = stdenv.lib.licenses.mit; @@ -100693,6 +101296,7 @@ self: { version = "0.1.0.0"; sha256 = "118wch92ix54jp1hi4qw9mk46571lnak4df8ji83bs2vz3vax6jp"; buildDepends = [ base vector-space ]; + jailbreak = true; homepage = "http://code.haskell.org/data-spacepart"; description = "Space partition data structures. Currently only a QuadTree."; license = stdenv.lib.licenses.bsd3; @@ -100719,10 +101323,7 @@ self: { test-framework test-framework-quickcheck2 test-framework-th transformers vector ]; - configureFlags = [ - "-f-llvm" "-foptimize" "-ftest-hlint" "-ftest-doctests" - "-ftest-properties" - ]; + jailbreak = true; homepage = "http://github.com/ekmett/sparse"; description = "A playground of sparse linear algebra primitives using Morton ordering"; license = stdenv.lib.licenses.bsd3; @@ -100840,6 +101441,7 @@ self: { version = "1.0.0.1"; sha256 = "0c68af104qxn9lhzshcy9s466q10n3ic7q4navqi53mmmmznivrd"; buildDepends = [ base mtl ]; + jailbreak = true; description = "Control.Applicative, Data.Foldable, Data.Traversable (compatibility package)"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -100900,6 +101502,7 @@ self: { base containers multiset-comb np-extras numeric-prelude template-haskell ]; + jailbreak = true; homepage = "http://www.cis.upenn.edu/~byorgey/species"; description = "Computational combinatorial species"; license = stdenv.lib.licenses.bsd3; @@ -100912,7 +101515,6 @@ self: { version = "1.5.0.1"; sha256 = "1kjshccmfnigb2dxq0czn3c1ckdflz6bl1q60h38qp3rc7250ml0"; buildDepends = [ base ghc-prim stm transformers ]; - configureFlags = [ "-foptimize" ]; homepage = "http://github.com/ekmett/speculation"; description = "A framework for safe, programmable, speculative parallelism"; license = stdenv.lib.licenses.bsd3; @@ -100943,7 +101545,6 @@ self: { buildDepends = [ base edit-distance parseargs phonetic-code sqlite ]; - configureFlags = [ "-fdebug" ]; homepage = "https://github.com/gregwebs/haskell-spell-suggest"; description = "Spelling suggestion tool with library and command-line interfaces"; license = stdenv.lib.licenses.bsd3; @@ -100960,6 +101561,7 @@ self: { buildDepends = [ base bytestring cereal containers mtl simple-bluetooth ]; + jailbreak = true; description = "Orbotix Sphero client library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -100976,7 +101578,6 @@ self: { base binary bytestring data-binary-ieee754 network text text-icu xml ]; - configureFlags = [ "-f-version-1-1-beta" ]; homepage = "https://github.com/gregwebs/haskell-sphinx-client"; description = "Haskell bindings to the Sphinx full-text searching daemon"; license = stdenv.lib.licenses.bsd3; @@ -101007,6 +101608,7 @@ self: { base bytestring containers data-default elerea GLFW JuicyPixels JuicyPixels-repa OpenGL ]; + jailbreak = true; homepage = "http://github.com/crockeo/spice"; description = "An FRP-based game engine written in Haskell"; license = stdenv.lib.licenses.mit; @@ -101028,6 +101630,7 @@ self: { process random rosezipper stm webkit ]; pkgconfigDepends = [ libsoup ]; + jailbreak = true; homepage = "http://github.com/Tener/spike"; description = "Experimental web browser"; license = stdenv.lib.licenses.bsd3; @@ -101070,7 +101673,6 @@ self: { version = "0.6.1.1"; sha256 = "0lsfkm4vfipzbnqpf3yli6fwrv5a5mwbs149dfzhs7spa9kbxyl1"; buildDepends = [ base network ]; - configureFlags = [ "-f-llvm" "-fportable" ]; homepage = "http://corsis.github.com/splice/"; description = "Cross-platform Socket to Socket Data Splicing"; license = stdenv.lib.licenses.bsd3; @@ -101176,7 +101778,6 @@ self: { base bytestring bytestring-lexing cairo colour containers HUnit mtl strptime template-haskell time vcs-revision ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Splot"; description = "A tool for visualizing the lifecycle of many concurrent multi-staged processes"; license = stdenv.lib.licenses.bsd3; @@ -101235,6 +101836,7 @@ self: { aeson base bytestring lens lens-aeson pipes text unordered-containers wreq ]; + jailbreak = true; homepage = "https://github.com/davnils/spoty"; description = "Spotify web API wrapper"; license = stdenv.lib.licenses.bsd3; @@ -101250,7 +101852,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base explicit-exception transformers utility-ht ]; - configureFlags = [ "-fsplitbase" "-f-buildexamples" ]; homepage = "http://www.haskell.org/haskellwiki/Spreadsheet"; description = "Read and write spreadsheets from and to CSV files in a lazy way"; license = stdenv.lib.licenses.bsd3; @@ -101263,6 +101864,7 @@ self: { version = "0.1.0.0"; sha256 = "1syv2l0z7c2s6bbi5103i4var40j8pavahiic813v8m9s6waa4fk"; buildDepends = [ base lens mtl vector ]; + jailbreak = true; homepage = "https://github.com/relrod/spritz"; description = "An implementation of the Spritz RC4-like stream cipher in Haskell"; license = stdenv.lib.licenses.bsd2; @@ -101281,7 +101883,6 @@ self: { base hmatrix HUnit QuickCheck random test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/yanatan16/haskell-spsa"; description = "Simultaneous Perturbation Stochastic Approximation Optimization Algorithm"; license = stdenv.lib.licenses.mit; @@ -101308,7 +101909,6 @@ self: { process QuickCheck system-filepath test-framework test-framework-hunit test-framework-quickcheck2 time unix ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://bitbucket.org/ssaasen/spy"; description = "A compact file system watcher for Mac OS X, Linux and Windows"; license = stdenv.lib.licenses.bsd3; @@ -101326,6 +101926,7 @@ self: { base containers exceptions monad-control text transformers transformers-base ]; + jailbreak = true; homepage = "https://github.com/philopon/sql-simple"; description = "common middle-level sql client"; license = stdenv.lib.licenses.mit; @@ -101342,6 +101943,7 @@ self: { buildDepends = [ base data-default-class mysql mysql-simple sql-simple text ]; + jailbreak = true; homepage = "https://github.com/philopon/sql-simple"; description = "mysql backend for sql-simple"; license = stdenv.lib.licenses.mit; @@ -101359,6 +101961,7 @@ self: { base data-default-class monad-control resource-pool sql-simple text time ]; + jailbreak = true; homepage = "https://github.com/philopon/sql-simple"; description = "conection pool for sql-simple"; license = stdenv.lib.licenses.mit; @@ -101375,6 +101978,7 @@ self: { buildDepends = [ base data-default-class postgresql-simple sql-simple text ]; + jailbreak = true; homepage = "https://github.com/philopon/sql-simple"; description = "postgresql backend for sql-simple"; license = stdenv.lib.licenses.mit; @@ -101417,7 +102021,6 @@ self: { base bytestring directory pretty time utf8-string ]; extraLibraries = [ sqlite ]; - configureFlags = [ "-f-builtin-sqlite3" ]; description = "Haskell binding to sqlite3"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) sqlite;}; @@ -101485,7 +102088,6 @@ self: { base Cabal directory factory filepath mtl QuickCheck random toolshed unix ]; - configureFlags = [ "-fthreaded" "-f-llvm" ]; homepage = "http://functionalley.eu"; description = "A file-packing application"; license = "GPL"; @@ -101566,6 +102168,7 @@ self: { crypto-api crypto-pubkey-types cryptohash-cryptoapi HsOpenSSL network process random RSA SHA SimpleAES split transformers ]; + jailbreak = true; homepage = "http://hub.darcs.net/simon/ssh"; description = "A pure-Haskell SSH server library"; license = stdenv.lib.licenses.bsd3; @@ -101608,7 +102211,7 @@ self: { data-default http-conduit http-types mtl network-conduit text wai wai-extra warp ]; - configureFlags = [ "-f-no-cli" ]; + jailbreak = true; homepage = "http://github.com/erudify/sssp/"; description = "HTTP proxy for S3"; license = stdenv.lib.licenses.bsd3; @@ -101628,7 +102231,6 @@ self: { array base binary bytestring cmdargs containers deepseq directory iteratee ]; - configureFlags = [ "-f-tests" ]; description = "SSTables in Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -101666,6 +102268,7 @@ self: { version = "0.2.4"; sha256 = "1mm3j63qaq12bdpn134j7jxzrikk9rawfd559xdkxkayq83z52i8"; buildDepends = [ base ghc-prim hashtables tagged ]; + jailbreak = true; description = "Memoization based on argument identity"; license = stdenv.lib.licenses.mit; }) {}; @@ -101689,6 +102292,7 @@ self: { base bytestring bytestring-arbitrary cereal containers mtl objectid QuickCheck tasty tasty-quickcheck text ]; + jailbreak = true; homepage = "https://github.com/tsuraan/stable-tree"; description = "Trees whose branches are resistant to change"; license = stdenv.lib.licenses.bsd3; @@ -101756,6 +102360,7 @@ self: { buildDepends = [ base Cabal containers directory filepath optparse-applicative ]; + jailbreak = true; homepage = "http://documentup.com/feuerbach/standalone-haddock"; description = "Generate standalone haddock documentation for a set of packages"; license = stdenv.lib.licenses.mit; @@ -101790,6 +102395,7 @@ self: { version = "0.3.0"; sha256 = "0i0f19k2b5y6vb0jngqwnf035csgiaqjgiw37wvj8vs2lbh907bp"; buildDepends = [ base binary bytestring failure transformers ]; + jailbreak = true; homepage = "http://community.haskell.org/~aslatter/starling"; description = "A memcached client"; license = stdenv.lib.licenses.bsd3; @@ -101821,6 +102427,7 @@ self: { version = "0.1"; sha256 = "0j5hbh0rkcwfigvskmgb0hql95qs0cjbys61c6sni2hc719bshx6"; buildDepends = [ arrows base mtl ]; + jailbreak = true; description = "Data.State"; license = "LGPL"; }) {}; @@ -101894,7 +102501,6 @@ self: { version = "0.3"; sha256 = "0hdpw6g255lj7jjvgqwhjdpzmka546vda5qjvry8gjj6nfm91lvx"; buildDepends = [ base mtl stm ]; - configureFlags = [ "-fusetmvar" "-fusestm" ]; homepage = "http://code.haskell.org/~mokus/stateref/"; description = "Abstraction for things that work like IORef"; license = stdenv.lib.licenses.publicDomain; @@ -101918,6 +102524,7 @@ self: { version = "0.1.1"; sha256 = "05clniwqk4i3zz22jzbjj2x9cgkxb2ks7mccjyp3gyy4zbm2xlmz"; buildDepends = [ applicative base transformers ]; + jailbreak = true; description = "The ST monad and STRefs"; license = stdenv.lib.licenses.bsd3; broken = true; @@ -102016,6 +102623,7 @@ self: { buildDepends = [ base deepseq hmatrix-special nonlinear-optimization vector ]; + jailbreak = true; description = "Functions for working with Dirichlet densities and mixtures on vectors"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102057,6 +102665,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base statistics text vector ]; + jailbreak = true; homepage = "http://github.com/cheecheeo/stats/"; description = "command line statistics"; license = stdenv.lib.licenses.gpl3; @@ -102073,6 +102682,7 @@ self: { buildDepends = [ base bytestring monad-control mtl network random ]; + jailbreak = true; homepage = "https://github.com/mitchellwrosen/statsd-haskell"; description = "StatsD API"; license = stdenv.lib.licenses.gpl3; @@ -102096,7 +102706,6 @@ self: { version = "0.2.1"; sha256 = "1mx6i5q56wy13fvpnypb2c6fk2z3i5xdfblkpazzc70p2dgxaf52"; buildDepends = [ base bitmap bytestring ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "A wrapper around Sean Barrett's JPEG/PNG decoder"; license = stdenv.lib.licenses.publicDomain; @@ -102109,7 +102718,6 @@ self: { version = "0.1.2"; sha256 = "1hbbi7hax5fw5zb7ashfs5paixqzqrrr64lwisda80dskdazld4m"; buildDepends = [ array base bytestring containers ]; - configureFlags = [ "-fbase4" "-fsplitbase" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "A wrapper around Sean Barrett's TrueType rasterizer library"; license = stdenv.lib.licenses.publicDomain; @@ -102122,6 +102730,7 @@ self: { version = "0.0.4"; sha256 = "0ijir2knl4vc1cpzzmf32wcjfdc958li1wd7w5vdmgk4bx45kybf"; buildDepends = [ base parsec syb template-haskell ]; + jailbreak = true; description = "Structure Data Library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102141,6 +102750,7 @@ self: { aeson base base64-bytestring binary bytestring containers data-binary-ieee754 split text time unix-time zlib ]; + jailbreak = true; homepage = "https://github.com/gitfoxi/Stdf"; description = "Parse Structured Test Data Format (STDF)"; license = stdenv.lib.licenses.gpl2; @@ -102207,6 +102817,7 @@ self: { version = "0.1.0.1"; sha256 = "18p0yxfw9wnzk0yxdvlm3g23k8zq5nb707411i92z5m82l6pkpmi"; buildDepends = [ base ]; + jailbreak = true; description = "get and set STICKYKEYS.SKF_HOTKEYACTIVE"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102302,6 +102913,7 @@ self: { mtl-prelude placeholders primitive QuickCheck transformers unordered-containers ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/stm-containers"; description = "Containers for STM"; license = stdenv.lib.licenses.mit; @@ -102334,6 +102946,7 @@ self: { stm-conduit transformers wai warp ]; testDepends = [ base hspec HUnit stm ]; + jailbreak = true; description = "Conduits and STM operations for fire hoses"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102345,6 +102958,7 @@ self: { version = "1.0.0"; sha256 = "1wx68z1vq693bdcvv7d52pmk2s3pin0m382bc7j4i0s67m0ldcdn"; buildDepends = [ array base containers mtl stm ]; + jailbreak = true; description = "STM with IO hooks"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102427,6 +103041,7 @@ self: { version = "0.0"; sha256 = "11v2sq911byxvvmjbm7qkpdzma1mzzlch6rr529xsra0dv7myig2"; buildDepends = [ base stm ]; + jailbreak = true; description = "TMVars, TVars and TChans with distinguished input and output side"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102550,7 +103165,6 @@ self: { version = "0.2.2"; sha256 = "01kwwkpbfjrv26vj83cd92px5qbq1bpgxj0r45534aksqhany1xb"; buildDepends = [ base ]; - configureFlags = [ "-f-instanceinbase" ]; homepage = "https://github.com/cartazio/storable-complex"; description = "Storable instance for Complex"; license = stdenv.lib.licenses.bsd3; @@ -102563,7 +103177,6 @@ self: { version = "0.2.5"; sha256 = "04j1nk0wga4dqrqvhm8yd9h9194db1n3yrnhg8s3gsc0jk7yw1p2"; buildDepends = [ base byteorder ]; - configureFlags = [ "-fsplitbase" ]; description = "Storable instances with endianness"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102577,7 +103190,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base transformers utility-ht ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; homepage = "http://code.haskell.org/~thielema/storable-record/"; description = "Elegant definition of Storable instances for records"; license = stdenv.lib.licenses.bsd3; @@ -102590,6 +103202,7 @@ self: { version = "0.6.1.0"; sha256 = "0akdh6v2cdq38jw8v69bn3m50g6wxanh0plikq4hj5mfrkg6xsxm"; buildDepends = [ array base tagged vector ]; + jailbreak = true; description = "Statically-sized array wrappers with Storable instances for FFI marshaling"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102601,7 +103214,6 @@ self: { version = "0.0.2"; sha256 = "03qls46rwc3za730r6pv63rrnjq4vkh3h2vjhx9082dqa9q7vqqd"; buildDepends = [ base storable-record utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://code.haskell.org/~thielema/storable-tuple/"; description = "Storable instance for pairs and triples"; license = stdenv.lib.licenses.bsd3; @@ -102619,7 +103231,7 @@ self: { base non-negative QuickCheck syb transformers unsafe utility-ht ]; testDepends = [ base bytestring QuickCheck random utility-ht ]; - configureFlags = [ "-fseparatesyb" "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Storable_Vector"; description = "Fast, packed, strict storable arrays with a list interface like ByteString"; license = stdenv.lib.licenses.bsd3; @@ -102651,7 +103263,7 @@ self: { base binary bytestring old-time storablevector stream-fusion utility-ht ]; - configureFlags = [ "-f-buildtests" "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Storable_Vector"; description = "Conversion between storablevector and stream-fusion lists with fusion"; license = stdenv.lib.licenses.bsd3; @@ -102669,6 +103281,7 @@ self: { base base16-bytestring bytestring Crypto hashable MissingH text utf8-string ]; + jailbreak = true; homepage = "http://www.github.com/thinkpad20/str"; description = "A type class to abstract between many different string types"; license = stdenv.lib.licenses.mit; @@ -102695,7 +103308,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base logict ]; - configureFlags = [ "-f-benchmarks" ]; + jailbreak = true; homepage = "http://github.com/sebfisch/stream-monad"; description = "Simple, Fair and Terminating Backtracking Monad"; license = stdenv.lib.licenses.bsd3; @@ -102715,7 +103328,7 @@ self: { data-accessor-transformers event-list midi midi-alsa non-negative random transformers utility-ht ]; - configureFlags = [ "-f-buildexamples" "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/MIDI"; description = "Programmatically edit MIDI event streams via ALSA"; license = stdenv.lib.licenses.bsd3; @@ -102738,7 +103351,6 @@ self: { array async base blaze-builder bytestring deepseq hspec network QuickCheck text unix zlib ]; - configureFlags = [ "-f-use-bytestring-builder" ]; homepage = "https://github.com/fpco/streaming-commons"; description = "Common lower-level functions needed by various streaming data libraries"; license = stdenv.lib.licenses.mit; @@ -102779,7 +103391,6 @@ self: { version = "0.3.2"; sha256 = "08cjajqz9h47fkq98mlf3rc8n5ghbmnmgn8pfsl3bdldjdkmmlrc"; buildDepends = [ array base ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://www.cse.unsw.edu.au/~rl/code/strict.html"; description = "Strict data types and String IO"; license = stdenv.lib.licenses.bsd3; @@ -102858,7 +103469,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base directory filepath process unix ]; - configureFlags = [ "-fsmall-base" ]; description = "Find a local optimum of strictness annotations"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -102870,6 +103480,7 @@ self: { version = "1.0.0.0"; sha256 = "1a3azrg9ksb4kmbckjqw3krxj0app6q19ighd6k3z7xpf682qx3c"; buildDepends = [ base deepseq ]; + jailbreak = true; homepage = "https://github.com/DanBurton/strictly#readme"; description = "Combinators for strictifying functions"; license = stdenv.lib.licenses.bsd3; @@ -102927,6 +103538,7 @@ self: { version = "2.0.0"; sha256 = "1wwx7j6qvb93yc0r2hdah1rgbi96r2mjhmibx72d4x7idhn0xsd9"; buildDepends = [ base bytestring text utf8-string ]; + jailbreak = true; homepage = "https://bitbucket.org/tdammers/string-convert"; description = "Provide universal string conversions between any two string-like types"; license = stdenv.lib.licenses.bsd3; @@ -103003,6 +103615,7 @@ self: { base bytestring QuickCheck quickcheck-instances test-framework test-framework-quickcheck2 text ]; + jailbreak = true; homepage = "https://github.com/selectel/stringlike"; description = "Transformations to several string-like types"; license = stdenv.lib.licenses.mit; @@ -103044,7 +103657,6 @@ self: { version = "0.3.6.5"; sha256 = "1mjvb1qr4fkxv5qvq4jfswa3dcj3dwzvwx7dbp2wqw8zand41lsq"; buildDepends = [ array base bytestring containers ]; - configureFlags = [ "-f-base3" "-fbase4" ]; homepage = "https://bitbucket.org/dafis/stringsearch"; description = "Fast searching, splitting and replacing of ByteStrings"; license = stdenv.lib.licenses.bsd3; @@ -103057,7 +103669,6 @@ self: { version = "0.0.7"; sha256 = "1wp6w12bflrqcwi09y7s1crj72n4pbj8bkpwj2ia5gaqn5x56wjs"; buildDepends = [ base binary bytestring containers syb ]; - configureFlags = [ "-f-sybinbase" ]; homepage = "http://github.com/audreyt/stringtable-atom/"; description = "Memoize Strings as Atoms for fast comparison and sorting, with maps and sets"; license = stdenv.lib.licenses.bsd3; @@ -103075,6 +103686,7 @@ self: { aeson base bytestring http-conduit http-types mtl text time unordered-containers utf8-string ]; + jailbreak = true; homepage = "https://github.com/michaelschade/hs-stripe"; description = "A Haskell implementation of the Stripe API"; license = stdenv.lib.licenses.bsd3; @@ -103118,6 +103730,7 @@ self: { testDepends = [ aeson base bytestring data-default hlint markdown-unlit time ]; + jailbreak = true; homepage = "http://taylor.fausak.me/strive/"; description = "A Haskell client for the Strava V3 API"; license = stdenv.lib.licenses.mit; @@ -103130,7 +103743,6 @@ self: { version = "1.0.10"; sha256 = "1f42yf49fqr2fyjfakscmmlnmw3w5rg7wyy6gjyrf0gcgsh0h9fd"; buildDepends = [ base bytestring text time ]; - configureFlags = [ "-fsplit-base" ]; 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; }) {}; @@ -103149,7 +103761,6 @@ self: { base geniplate language-haskell-extract mtl pretty QuickCheck safe testing-feat ]; - configureFlags = [ "-f-werror" ]; homepage = "http://www.github.com/danr/structural-induction"; description = "Instantiate structural induction schemas for algebraic data types"; license = stdenv.lib.licenses.gpl3; @@ -103165,6 +103776,7 @@ self: { isExecutable = true; buildDepends = [ base haskell-src-exts ]; buildTools = [ emacs ]; + jailbreak = true; postInstall = '' emacs -L elisp --batch -f batch-byte-compile "elisp/"*.el install -d $out/share/emacs/site-lisp @@ -103189,6 +103801,7 @@ self: { monad-control mongoDB mtl old-time template-haskell transformers transformers-base ]; + jailbreak = true; description = "Structured MongoDB interface"; license = "GPL"; }) {}; @@ -103215,10 +103828,6 @@ self: { QuickCheck semigroups tasty tasty-quickcheck tasty-th unordered-containers ]; - configureFlags = [ - "-foptimized" "-f-llvm" "-fthreaded" "-ftest-hlint" - "-ftest-doctests" "-f-test-hunit" "-ftest-properties" - ]; homepage = "http://github.com/ekmett/structures"; description = "\"Advanced\" Data Structures"; license = stdenv.lib.licenses.bsd3; @@ -103262,7 +103871,6 @@ self: { base binary bullet bytestring containers directory elerea GLFW-b lambdacube-bullet lambdacube-engine mtl random vector ]; - configureFlags = [ "-f-portable" "-f-capture" ]; homepage = "http://www.haskell.org/haskellwiki/LambdaCubeEngine"; description = "A revival of the classic game Stunts (LambdaCube tech demo)"; license = stdenv.lib.licenses.bsd3; @@ -103300,6 +103908,7 @@ self: { version = "0.1.3"; sha256 = "09gacqlq3vlnsnbjjr44pjypw9v3amg8sqsxg0xwl8ricxpww774"; buildDepends = [ ansi-terminal base ]; + jailbreak = true; homepage = "http://patch-tag.com/r/lucid/Stylized"; description = "Ways to output stylized text on ANSI consoles"; license = "GPL"; @@ -103312,7 +103921,6 @@ self: { version = "0.5"; sha256 = "1kkr6zbnv777gnv2lwq3pyxq3vv5r24f4avwv5g4dds3y8d8mv3q"; buildDepends = [ attoparsec base containers text ]; - configureFlags = [ "-f-developer" ]; homepage = "https://patch-tag.com/r/rubenAst/subtitleParser/home"; description = "A parser for .srt and .sub files"; license = stdenv.lib.licenses.bsd3; @@ -103340,6 +103948,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base HUnit vector ]; + jailbreak = true; homepage = "https://github.com/VictorDenisov/suffixarray"; description = "n log n implementation of suffix array"; license = stdenv.lib.licenses.gpl2; @@ -103406,6 +104015,7 @@ self: { base bytestring Cabal directory old-locale process random time tuple ]; + jailbreak = true; homepage = "http://www.github.com/massysett/sunlight"; description = "Test Cabalized package against multiple dependency versions"; license = stdenv.lib.licenses.bsd3; @@ -103445,6 +104055,7 @@ self: { process QuickCheck random semigroups shake stm sunroof-compiler sunroof-server ]; + jailbreak = true; homepage = "https://github.com/ku-fpg/sunroof-examples"; description = "Tests for Sunroof"; license = stdenv.lib.licenses.bsd3; @@ -103467,6 +104078,7 @@ self: { transformers unordered-containers vector vector-space wai-middleware-static warp ]; + jailbreak = true; homepage = "https://github.com/ku-fpg/sunroof-server"; description = "Monadic Javascript Compiler - Server Utilities"; license = stdenv.lib.licenses.bsd3; @@ -103485,7 +104097,6 @@ self: { buildDepends = [ base hosc hsc3 opensoundcontrol-ht process random transformers ]; - configureFlags = [ "-f-buildexamples" "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/SuperCollider"; description = "Haskell SuperCollider utilities"; license = "GPL"; @@ -103509,7 +104120,7 @@ self: { non-negative opensoundcontrol-ht random supercollider-ht transformers utility-ht ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/SuperCollider"; description = "Demonstrate how to control SuperCollider via ALSA-MIDI"; license = "GPL"; @@ -103543,6 +104154,7 @@ self: { base containers cpphs directory filepath haskell-src-exts mtl process time uniplate ]; + jailbreak = true; homepage = "http://community.haskell.org/~ndm/supero/"; description = "A Supercompiler"; license = stdenv.lib.licenses.bsd3; @@ -103584,6 +104196,7 @@ self: { buildDepends = [ base haskell98 language-c pretty svgutils syb xml ]; + jailbreak = true; homepage = "http://www.informatik.uni-kiel.de/~jgr/svg2q"; description = "Code generation tool for Quartz code from a SVG"; license = stdenv.lib.licenses.bsd3; @@ -103614,6 +104227,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base filepath xml ]; + jailbreak = true; homepage = "https://patch-tag.com/r/twistedsquare/svgutils/home"; description = "Helper functions for dealing with SVG files"; license = stdenv.lib.licenses.bsd3; @@ -103655,6 +104269,7 @@ self: { base binary bindings-svm bytestring containers deepseq directory monad-par mwc-random vector ]; + jailbreak = true; homepage = "http://github.com/aleator/Simple-SVM"; description = "Medium level, simplified, bindings to libsvm"; license = stdenv.lib.licenses.bsd3; @@ -103758,7 +104373,6 @@ self: { base containers hashable HUnit network-uri old-locale semigroups test-framework test-framework-hunit text time ]; - configureFlags = [ "-fnetwork-uri" "-f-w3ctests" "-f-developer" ]; homepage = "https://bitbucket.org/doug_burke/swish/wiki/Home"; description = "A semantic web toolkit"; license = "LGPL"; @@ -103782,6 +104396,7 @@ self: { resourcet transformers wai wai-extra wai-middleware-static warp warp-tls x509 ]; + jailbreak = true; description = "A simple web server for serving directories, similar to weborf"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -103858,6 +104473,7 @@ self: { base parsec smallcheck test-framework test-framework-smallcheck void ]; + jailbreak = true; homepage = "https://github.com/lfairy/sylvia"; description = "Lambda calculus visualization"; license = "GPL"; @@ -103882,6 +104498,7 @@ self: { version = "0.2.0"; sha256 = "0186i6c3dyvs5pa4fh0b284wgpm10pgwax9prahirnq8whph94p2"; buildDepends = [ base diagrams-cairo diagrams-lib sym ]; + jailbreak = true; homepage = "http://github.com/akc/sym-plot"; description = "Plot permutations; an addition to the sym package"; license = stdenv.lib.licenses.bsd3; @@ -103935,6 +104552,7 @@ self: { testDepends = [ argparser base haskell-src-exts hpc hspec regexpr split Synt ]; + jailbreak = true; homepage = "http://github.com/brentlintner/synt"; description = "Similar code analysis"; license = "unknown"; @@ -104117,10 +104735,7 @@ self: { old-time process QuickCheck random sox storable-record storablevector transformers utility-ht ]; - configureFlags = [ - "-f-buildtests" "-f-buildprofilers" "-f-buildexamples" - "-foptimizeadvanced" "-fcategory" "-fsplitbase" - ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Audio signal processing coded in Haskell"; license = "GPL"; @@ -104144,9 +104759,7 @@ self: { synthesizer-core synthesizer-dimensional synthesizer-midi transformers utility-ht ]; - configureFlags = [ - "-f-buildexamples" "-f-optimizeadvanced" "-fsplitbase" - ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Control synthesizer effects via ALSA/MIDI"; license = "GPL"; @@ -104174,7 +104787,6 @@ self: { base containers event-list non-empty non-negative numeric-prelude QuickCheck random storable-tuple storablevector utility-ht ]; - configureFlags = [ "-foptimizeadvanced" ]; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Audio signal processing coded in Haskell: Low level part"; license = "GPL"; @@ -104196,7 +104808,6 @@ self: { storable-record storablevector synthesizer-core transformers utility-ht ]; - configureFlags = [ "-f-buildexamples" "-foptimizeadvanced" ]; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Audio signal processing with static physical dimensions"; license = "GPL"; @@ -104216,10 +104827,7 @@ self: { base event-list non-negative numeric-prelude random synthesizer-core transformers UniqueLogicNP utility-ht ]; - configureFlags = [ - "-f-buildexamples" "-f-buildtests" "-f-buildprofilers" - "-foptimizeadvanced" "-fcategory" "-fsplitbase" - ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Audio signal processing with dynamic physical dimensions"; license = "GPL"; @@ -104245,9 +104853,7 @@ self: { storable-tuple storablevector synthesizer-core synthesizer-midi tfp transformers unsafe utility-ht vault ]; - configureFlags = [ - "-fjack" "-falsa" "-f-buildtests" "-f-buildexamples" - ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Efficient signal processing using runtime compilation"; license = "GPL"; @@ -104272,9 +104878,6 @@ self: { storable-record storablevector synthesizer-core synthesizer-dimensional transformers utility-ht ]; - configureFlags = [ - "-f-buildtests" "-f-buildexamples" "-fsplitbase" - ]; homepage = "http://www.haskell.org/haskellwiki/Synthesizer"; description = "Render audio signals from MIDI files or realtime messages"; license = "GPL"; @@ -104331,7 +104934,6 @@ self: { sha256 = "11lfr6xm5xpvq4244pc7a0psy2m1krz0b1jd9pdw6kzn5ammi1b2"; buildDepends = [ base directory filepath process transformers ]; testDepends = [ base directory doctest filepath QuickCheck ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/system-command"; description = "A replacement for System.Exit and System.Process"; license = stdenv.lib.licenses.bsd3; @@ -104446,6 +105048,7 @@ self: { base extensible-effects HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 vector ]; + jailbreak = true; homepage = "https://github.com/wowus/system-random-effect"; description = "Random number generation for extensible effects"; license = stdenv.lib.licenses.bsd3; @@ -104480,6 +105083,7 @@ self: { base directory easy-data either filepath hspec quickcheck-instances semigroups system-lifted template-haskell transformers ]; + jailbreak = true; homepage = "https://github.com/jcristovao/system-util"; description = "Various system utils lifted to EitherT"; license = stdenv.lib.licenses.bsd3; @@ -104501,7 +105105,6 @@ self: { template-haskell ]; extraLibraries = [ libossp_uuid ]; - configureFlags = [ "-f-cli" "-fsplit-base" ]; homepage = "http://github.com/solidsnack/system-uuid/"; description = "Bindings to system UUID functions"; license = stdenv.lib.licenses.bsd3; @@ -104527,7 +105130,6 @@ self: { version = "0.2.0.0"; sha256 = "1m5395937yyxsa1bmlfn1dxa1jr15yjhlz9s15bpwapshcd8119y"; buildDepends = [ base syb ]; - configureFlags = [ "-fbase4" ]; homepage = "http://www.cs.indiana.edu/~adamsmd/papers/scrap_your_zippers/"; description = "Scrap Your Zippers"; license = stdenv.lib.licenses.bsd3; @@ -104544,6 +105146,7 @@ self: { buildDepends = [ base containers ghc-prim mtl Takusen template-haskell time ]; + jailbreak = true; homepage = "not available"; description = "Transito Abierto: convenience library when using Takusen and Oracle"; license = stdenv.lib.licenses.bsd3; @@ -104597,7 +105200,6 @@ self: { base containers directory doctest filepath lens transformers unordered-containers ]; - configureFlags = [ "-f-transformers2" "-ftest-properties" ]; homepage = "http://github.com/ekmett/tables/"; description = "In-memory storage with multiple keys using lenses and traversals"; license = stdenv.lib.licenses.bsd3; @@ -104673,7 +105275,6 @@ self: { utf8-string X11 xdg-basedir xmonad xmonad-contrib ]; pkgconfigDepends = [ gtk ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/travitch/taffybar"; description = "A desktop bar similar to xmobar, but with more GUI"; license = stdenv.lib.licenses.bsd3; @@ -104721,7 +105322,6 @@ self: { base bytestring containers data-accessor explicit-exception transformers utility-ht xml-basic ]; - configureFlags = [ "-f-buildtests" "-f-buildexamples" ]; homepage = "http://code.haskell.org/~thielema/tagchup/"; description = "alternative package for processing of tag soups"; license = "GPL"; @@ -104761,7 +105361,6 @@ self: { version = "2.0.0.0"; sha256 = "02ny4yz9afaazw2pxpkpalffx8i5nhi3x9561blrd0pdrqq8qnib"; buildDepends = [ base exceptions mmorph transformers ]; - configureFlags = [ "-fbase-ge-4_2" "-f-pedantic" ]; homepage = "https://github.com/trskop/tagged-exception"; description = "Reflect exceptions using phantom types"; license = stdenv.lib.licenses.bsd3; @@ -104782,6 +105381,7 @@ self: { type-level-natural-number type-level-natural-number-induction type-level-natural-number-operations ]; + jailbreak = true; description = "Lists tagged with a type-level natural number representing their length"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -104793,6 +105393,7 @@ self: { version = "0.1"; sha256 = "1qqysn5zrkx2q3rv8ynf6nmy5rwdqk6niw0fphg5kyrg72h31s69"; buildDepends = [ base tagged template-haskell type-spine ]; + jailbreak = true; description = "QuasiQuoter and Template Haskell splices for creating proxies at higher-kinds"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -104892,7 +105493,7 @@ self: { base bytestring containers mtl text transformers ]; pkgconfigDepends = [ taglib_c ]; - configureFlags = [ "-fusepkgconfig" ]; + jailbreak = true; description = "An FFI layer over TagLib's C bindings"; license = stdenv.lib.licenses.bsd3; }) { taglib_c = null;}; @@ -104931,7 +105532,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring containers text ]; - configureFlags = [ "-f-download" "-f-testprog" ]; homepage = "http://community.haskell.org/~ndm/tagsoup/"; description = "Parsing and extracting information from (possibly malformed) HTML/XML documents"; license = stdenv.lib.licenses.bsd3; @@ -104952,6 +105552,7 @@ self: { base bytestring containers data-accessor explicit-exception old-time tagsoup transformers utility-ht xml-basic ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/tagsoup-ht/"; description = "alternative parser for the tagsoup package"; license = "GPL"; @@ -105003,7 +105604,6 @@ self: { buildDepends = [ base mtl old-time QuickCheck random time ]; buildTools = [ sqlplus ]; extraLibraries = [ clntsh ]; - configureFlags = [ "-f-buildtests" ]; homepage = "https://github.com/paulrzcz/takusen-oracle.git"; description = "Database library with left-fold interface for Oracle"; license = stdenv.lib.licenses.bsd3; @@ -105033,9 +105633,7 @@ self: { tamarin-prover-theory tamarin-prover-utils text threads time transformers uniplate wai warp yesod-core yesod-json yesod-static ]; - configureFlags = [ - "-f-build-tests" "-ftest-coverage" "-fthreaded" "-f-no-gui" - ]; + jailbreak = true; homepage = "http://www.infsec.ethz.ch/research/software/tamarin"; description = "The Tamarin prover for security protocol analysis"; license = "GPL"; @@ -105055,6 +105653,7 @@ self: { directory dlist HUnit mtl parsec process safe split syb tamarin-prover-utils ]; + jailbreak = true; homepage = "http://www.infsec.ethz.ch/research/software/tamarin"; description = "Term manipulation library for the tamarin prover"; license = "GPL"; @@ -105077,6 +105676,7 @@ self: { safe syb tamarin-prover-term tamarin-prover-utils time transformers uniplate ]; + jailbreak = true; homepage = "http://www.infsec.ethz.ch/research/software/tamarin"; description = "Term manipulation library for the tamarin prover"; license = "GPL"; @@ -105095,6 +105695,7 @@ self: { base base64-bytestring binary blaze-builder bytestring containers deepseq dlist fclabels mtl parsec pretty SHA syb time transformers ]; + jailbreak = true; homepage = "http://www.infsec.ethz.ch/research/software/tamarin"; description = "Utility library for the tamarin prover"; license = "GPL"; @@ -105107,6 +105708,7 @@ self: { version = "0.4.0"; sha256 = "16ca5c4w0qmar1nv4m91cwrjw38ql76lphxd25d063d5v77lwr8z"; buildDepends = [ base containers mtl safe text ]; + jailbreak = true; description = "An HTML templating system similar to Blaze, implemented as a monad transformer of sorts"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -105134,7 +105736,6 @@ self: { version = "0.3.0.0"; sha256 = "15f88b5qg4v1ah60y0jxkww9n6z7gvnkslx4inckh6m6c7yvj8k6"; buildDepends = [ base mtl ]; - configureFlags = [ "-f-use-undecidable-instances" ]; homepage = "https://github.com/DanBurton/tardis"; description = "Bidirectional state monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -105181,6 +105782,7 @@ self: { aeson attoparsec base bytestring containers csv-enumerator directory filepath old-locale random text time unix ]; + jailbreak = true; description = "A command line tool for keeping track of tasks you worked on"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -105339,6 +105941,7 @@ self: { stringbuilder system-filepath tasty tasty-quickcheck text transformers ]; + jailbreak = true; description = "automated integration of QuickCheck properties into tasty suites"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -105382,7 +105985,6 @@ self: { sha256 = "1q1fghmsjrdl6jkcnajmsvw4d893m6cyhzpai9vvrhxy9vdy0l1v"; buildDepends = [ base QuickCheck tagged tasty ]; testDepends = [ base pcre-light tasty tasty-hunit ]; - configureFlags = [ "-f-old-quickcheck" ]; homepage = "http://documentup.com/feuerbach/tasty"; description = "QuickCheck support for the Tasty test framework"; license = stdenv.lib.licenses.mit; @@ -105457,6 +106059,7 @@ self: { array base binary cautious-file containers directory filepath IfElse monad-loops mtl random safe-failure stm-io-hooks ]; + jailbreak = true; homepage = "http://darcs.monoid.at/tbox"; description = "Transactional variables and data structures with IO hooks"; license = "LGPL"; @@ -105541,7 +106144,6 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 time transformers ]; - configureFlags = [ "-fquickcheck26" ]; description = "Test framework wrapper"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -105587,6 +106189,7 @@ self: { base bifunctors containers errors mtl network split time transformers ]; + jailbreak = true; description = "IRC tellbot"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -105609,6 +106212,7 @@ self: { version = "0.1.1"; sha256 = "07b8j11v0247fwaf3mv72m7aaq3crbsyrxmxa352vn9h2g6l1jsd"; buildDepends = [ base data-default template-haskell ]; + jailbreak = true; homepage = "https://github.com/haskell-pkg-janitors/template-default"; description = "declaring Default instances just got even easier"; license = stdenv.lib.licenses.bsd3; @@ -105641,7 +106245,7 @@ self: { testDepends = [ base parsec QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ "-f-testing" ]; + jailbreak = true; description = "Haskell's Simple Markup Language"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -105677,6 +106281,7 @@ self: { aeson base blaze-builder bytestring containers HsOpenSSL HTTP http-streams io-streams mtl old-locale text time ]; + jailbreak = true; homepage = "https://github.com/ixmatus/hs-tempodb"; description = "A small Haskell wrapper around the TempoDB api"; license = stdenv.lib.licenses.bsd3; @@ -105818,7 +106423,7 @@ self: { uniplate utf8-string ]; buildTools = [ happy ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; description = "Interpreter for the FRP language Tempus"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -105849,6 +106454,7 @@ self: { union-find-array ]; testDepends = [ base containers HUnit QuickCheck ]; + jailbreak = true; homepage = "http://cl-informatik.uibk.ac.at/software/haskell-rewriting/"; description = "Term Rewriting Library"; license = stdenv.lib.licenses.mit; @@ -105866,7 +106472,6 @@ self: { testDepends = [ base base-unicode-symbols HUnit test-framework test-framework-hunit ]; - configureFlags = [ "-f-example" ]; homepage = "https://github.com/roelvandijk/terminal-progress-bar"; description = "A simple progress bar in the terminal"; license = stdenv.lib.licenses.bsd3; @@ -105890,6 +106495,7 @@ self: { version = "0.1"; sha256 = "1k32s5vzkxnsawj8vdscyfc96hk0s97zpj1mgw1hk93hwcrxn9wh"; buildDepends = [ base containers contravariant ]; + jailbreak = true; homepage = "http://www.github.com/batterseapower/termination-combinators"; description = "Termination combinators for forcing non-terminating algorithms to terminate"; license = stdenv.lib.licenses.bsd3; @@ -105932,6 +106538,7 @@ self: { sha256 = "0gciz8nvn7x1lclzihvwy8v1c53p6frb1q32ckpmsqw7xiasqlhb"; buildDepends = [ base haskell98 old-time ]; extraLibraries = [ terralib4c translib ]; + jailbreak = true; homepage = "http://lucc.ess.inpe.br/doku.php?id=terrahs"; description = "A Haskell GIS Programming Environment"; license = "GPL"; @@ -105947,7 +106554,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base containers mtl process syb transformers ]; - configureFlags = [ "-f-ircbot" ]; homepage = "http://mbays.freeshell.org/tersmu"; description = "A semantic parser for lojban"; license = stdenv.lib.licenses.gpl3; @@ -105967,7 +106573,6 @@ self: { ansi-terminal ansi-wl-pprint base containers hostname old-locale random regex-posix time xml ]; - configureFlags = [ "-f-tests" ]; homepage = "https://batterseapower.github.io/test-framework/"; description = "Framework for running and organising tests, with HUnit and QuickCheck support"; license = stdenv.lib.licenses.bsd3; @@ -105985,6 +106590,7 @@ self: { base doctest test-framework test-framework-hunit ]; testDepends = [ base test-framework ]; + jailbreak = true; description = "Test.Framework wrapper for DocTest"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -106013,7 +106619,6 @@ self: { version = "0.3.0.1"; sha256 = "1h0h55kf6ff25nbfx1mhliwyknc0glwv3zi78wpzllbjbs7gvyfk"; buildDepends = [ base extensible-exceptions HUnit test-framework ]; - configureFlags = [ "-f-base3" "-fbase4" ]; homepage = "https://batterseapower.github.io/test-framework/"; description = "HUnit support for the test-framework package"; license = stdenv.lib.licenses.bsd3; @@ -106041,7 +106646,7 @@ self: { buildDepends = [ base deepseq extensible-exceptions QuickCheck random test-framework ]; - configureFlags = [ "-f-base3" "-fbase4" ]; + jailbreak = true; homepage = "http://batterseapower.github.com/test-framework/"; description = "QuickCheck support for the test-framework package"; license = stdenv.lib.licenses.bsd3; @@ -106058,7 +106663,6 @@ self: { buildDepends = [ base extensible-exceptions QuickCheck random test-framework ]; - configureFlags = [ "-f-base3" "-fbase4" ]; homepage = "https://batterseapower.github.io/test-framework/"; description = "QuickCheck2 support for the test-framework package"; license = stdenv.lib.licenses.bsd3; @@ -106100,6 +106704,7 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-smallcheck ]; + jailbreak = true; description = "Functions for conveniently marking some of the tests in a suite as being skipped"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -106168,7 +106773,7 @@ self: { version = "0.3.0.0"; sha256 = "0fncybd3sxrbnrd4l1hri18rhfg9h0fm3k4305iwh4l65fbwg2n8"; buildDepends = [ base ]; - configureFlags = [ "-f-docheckwarns" ]; + jailbreak = true; description = "Just tests Hackage"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -106194,6 +106799,7 @@ self: { base containers directory hastache heredoc hspec mtl process QuickCheck regex-posix template-haskell text transformers unix ]; + jailbreak = true; homepage = "http://gree.github.io/haskell-test-sandbox/"; description = "Sandbox for system tests"; license = stdenv.lib.licenses.bsd3; @@ -106235,6 +106841,7 @@ self: { sha256 = "0m8kb8ydj3s3agh45mzmn8icbik68fvh0fp2idkd1hs7km1qzaga"; buildDepends = [ base HUnit ]; testDepends = [ base hspec hspec-discover silently ]; + jailbreak = true; homepage = "https://github.com/sol/test-shouldbe#readme"; description = "Catchy combinators for HUnit"; license = stdenv.lib.licenses.mit; @@ -106263,6 +106870,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base ]; + jailbreak = true; description = "Small test package"; license = "unknown"; }) {}; @@ -106291,6 +106899,7 @@ self: { base Cabal directory filepath fsnotify hint mtl system-filepath time unix ]; + jailbreak = true; homepage = "http://github.com/roman/testloop"; description = "Quick feedback loop for test suites"; license = stdenv.lib.licenses.mit; @@ -106304,7 +106913,6 @@ self: { version = "2.1.3.0"; sha256 = "1rq5d64d7j3gpgbfxmfr4xmzizjy0ricw5ghrakv8gzvxmi2bn4p"; buildDepends = [ base containers HUnit mtl QuickCheck random ]; - configureFlags = [ "-fsplitbase" ]; homepage = "https://github.com/jgoerzen/testpack"; description = "Test Utililty Pack for HUnit and QuickCheck (unmaintained)"; license = "LGPL"; @@ -106368,7 +106976,6 @@ self: { base bytestring directory filepath process split temporary text utf8-string xml ]; - configureFlags = [ "-fnetwork-uri" "-f-executable" ]; homepage = "http://github.com/jgm/texmath"; description = "Conversion between formats used to represent mathematics"; license = "GPL"; @@ -106392,7 +106999,6 @@ self: { QuickCheck quickcheck-unicode random test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-f-integer-simple" "-f-developer" ]; homepage = "https://github.com/bos/text"; description = "An efficient packed Unicode text type"; license = stdenv.lib.licenses.bsd3; @@ -106422,7 +107028,6 @@ self: { array base double-conversion ghc-prim integer-gmp old-locale text time transformers ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/bos/text-format"; description = "Text formatting"; license = stdenv.lib.licenses.bsd3; @@ -106540,7 +107145,6 @@ self: { version = "0.1.0.2"; sha256 = "1ls41s45qwrmmac8k1gryvxbhhczqy2wanwanw48m7xnbv52p9fg"; buildDepends = [ base bytestring bytestring-handle text ]; - configureFlags = [ "-ftrustworthy" ]; homepage = "https://github.com/exbb2/text-locale-encoding"; description = "Encode and decode Text to/from ByteString using TextEncoding"; license = stdenv.lib.licenses.bsd3; @@ -106614,6 +107218,7 @@ self: { version = "0.4.0"; sha256 = "0g0iihfin5vjfk69r7jjw4vs3l1k3f0kkg3bbc4xqm274vd72bph"; buildDepends = [ base containers mtl vector ]; + jailbreak = true; homepage = "https://github.com/acfoltzer/text-register-machine"; description = "A Haskell implementation of the 1# Text Register Machine"; license = stdenv.lib.licenses.bsd3; @@ -106636,9 +107241,6 @@ self: { array base bytestring nats quickcheck-instances tasty tasty-hunit tasty-quickcheck text transformers transformers-compat void ]; - configureFlags = [ - "-f-transformers-four" "-frecent-text" "-finteger-gmp2" - ]; homepage = "https://github.com/RyanGlScott/text-show"; description = "Efficient conversion of values into Text"; license = stdenv.lib.licenses.bsd3; @@ -106666,7 +107268,7 @@ self: { tasty-quickcheck template-haskell text-show time transformers unix unordered-containers vector xhtml ]; - configureFlags = [ "-ftransformers-four" ]; + jailbreak = true; homepage = "https://github.com/RyanGlScott/text-show-instances"; description = "Additional instances for text-show"; license = stdenv.lib.licenses.bsd3; @@ -106681,7 +107283,6 @@ self: { editedCabalFile = "d4ea8ff401a3ccbd8a6ce2918385bac4859150047ce9b7f752ff5575db71e9fd"; buildDepends = [ base bytestring text ]; testDepends = [ base bytestring deepseq hspec text ]; - configureFlags = [ "-ftext11" ]; homepage = "http://github.com/fpco/text-stream-decode"; description = "Streaming decoding functions for UTF encodings. (deprecated)"; license = stdenv.lib.licenses.mit; @@ -106789,7 +107390,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-build-test" ]; homepage = "http://www.haskell.org/haskellwiki/Type_arithmetic"; description = "Type-level integers, booleans, lists using type families"; license = stdenv.lib.licenses.bsd3; @@ -106824,6 +107424,7 @@ self: { testDepends = [ base hslogger mtl network QuickCheck transformers ]; + jailbreak = true; homepage = "http://github.com/sheyll/tftp"; description = "A library for building tftp servers"; license = stdenv.lib.licenses.bsd3; @@ -106836,6 +107437,7 @@ self: { version = "0.2"; sha256 = "0lpc5z575y7cq03ww2knr5qdkfb36qnim5y1gkh552r9k3pfdjhf"; buildDepends = [ base bytestring ]; + jailbreak = true; description = "Reading and writing of tga image files"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -106908,7 +107510,6 @@ self: { version = "0.0.0.2"; sha256 = "15sqf2jjnqcssq8hp80fk0ysgwqykjjc31gvvmzg4sypskpjs8cl"; buildDepends = [ base syb template-haskell ]; - configureFlags = [ "-fbase4" ]; homepage = "https://github.com/mokus0/th-extras"; description = "A grab bag of functions for use with Template Haskell"; license = stdenv.lib.licenses.publicDomain; @@ -106944,6 +107545,7 @@ self: { QuickCheck QuickCheck-GenT quickcheck-instances template-haskell th-expand-syns ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/th-instance-reification"; description = "Fixed versions of instances reification functions"; license = stdenv.lib.licenses.mit; @@ -106979,6 +107581,7 @@ self: { version = "0.1.1"; sha256 = "0d8n0wnygdyi9qhkr7418f0227r3dcjwvmfhpw0kslryz0vqyf5b"; buildDepends = [ base containers mtl template-haskell ]; + jailbreak = true; description = "Automated kind inference in Template Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -107012,6 +107615,7 @@ self: { base bytestring containers directory doctest filepath QuickCheck template-haskell text vector ]; + jailbreak = true; homepage = "http://github.com/bennofs/th-lift-instances/"; description = "Lift instances for template-haskell for common data types"; license = stdenv.lib.licenses.bsd3; @@ -107091,6 +107695,7 @@ self: { testDepends = [ aeson base bytestring HTTP HUnit network old-locale text time unix ]; + jailbreak = true; homepage = "http://github.com/pjones/themoviedb"; description = "Haskell API bindings for http://themoviedb.org"; license = stdenv.lib.licenses.mit; @@ -107122,6 +107727,7 @@ self: { version = "0.0.0"; sha256 = "05z0jppjbw70rlyh2qis27xp8vdx9fgn7i22ckxb0m2y75gffq61"; buildDepends = [ base HTTP json utf8-string ]; + jailbreak = true; description = "A common library for TheoremQuest, a theorem proving game"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -107135,6 +107741,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base HTTP network theoremquest ]; + jailbreak = true; description = "A simple client for the TheoremQuest theorem proving game"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -107152,6 +107759,7 @@ self: { base bifunctors containers mtl profunctors semigroupoids semigroups transformers vector ]; + jailbreak = true; homepage = "https://github.com/isomorphism/these"; description = "An either-or-both data type, with corresponding hybrid error/writer monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -107226,6 +107834,7 @@ self: { base bifunctors containers contravariant mtl profunctors random template-haskell ]; + jailbreak = true; homepage = "https://github.com/Kinokkory/Thorn"; description = "Datatype Manipulation with Template Haskell"; license = stdenv.lib.licenses.bsd3; @@ -107310,6 +107919,7 @@ self: { array base binary cairo containers deepseq filepath ghc-events glib gtk mtl pango text time unix ]; + configureFlags = [ "--ghc-options=-rtsopts" ]; homepage = "http://www.haskell.org/haskellwiki/ThreadScope"; description = "A graphical tool for profiling parallel Haskell programs"; license = stdenv.lib.licenses.bsd3; @@ -107353,7 +107963,6 @@ self: { transformers unordered-containers utf8-string vault websockets websockets-snap ]; - configureFlags = [ "-f-rebug" "-fnetwork-uri" "-f-buildexamples" ]; homepage = "http://www.haskell.org/haskellwiki/Threepenny-gui"; description = "GUI framework that uses the web browser as a display"; license = stdenv.lib.licenses.bsd3; @@ -107373,7 +107982,6 @@ self: { network network-uri QuickCheck split text unordered-containers vector ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://thrift.apache.org"; description = "Haskell bindings for the Apache Thrift RPC system"; license = "unknown"; @@ -107456,9 +108064,6 @@ self: { time vector-space ]; buildTools = [ cpphs ]; - configureFlags = [ - "-f-werror" "-f-show-internal" "-f-lens" "-f-hlint" "-fbug-for-bug" - ]; homepage = "https://github.com/liyang/thyme"; description = "A faster time library"; license = stdenv.lib.licenses.bsd3; @@ -107482,6 +108087,7 @@ self: { transformers utf8-string webkit xdg-basedir xmonad xmonad-contrib ]; pkgconfigDepends = [ gtk ]; + jailbreak = true; homepage = "https://github.com/koterpillar/tianbar"; description = "A desktop bar based on WebKit"; license = stdenv.lib.licenses.mit; @@ -107517,7 +108123,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/nicta/tickle"; description = "A port of @Data.Binary@"; license = stdenv.lib.licenses.bsd3; @@ -107561,6 +108166,7 @@ self: { version = "0.2"; sha256 = "1iksr5h6cyyl88z35fbaskriv4vhc1696d3i1i3c171c0vq0hwg4"; buildDepends = [ base containers mtl recursion-schemes ]; + jailbreak = true; homepage = "https://github.com/ppetr/tie-knot"; description = "\"Ties the knot\" on a given set of structures that reference each other by keys"; license = "LGPL"; @@ -107605,6 +108211,7 @@ self: { aeson base bytestring containers http-types lens mtl text wai wai-extra wreq ]; + jailbreak = true; description = "Nice API for a Slackbot"; license = stdenv.lib.licenses.mit; }) {}; @@ -107670,6 +108277,7 @@ self: { base deepseq QuickCheck test-framework test-framework-quickcheck2 unix ]; + jailbreak = true; homepage = "https://github.com/haskell/time"; description = "A time library"; license = stdenv.lib.licenses.bsd3; @@ -107694,6 +108302,7 @@ self: { version = "1.1.4"; sha256 = "1k9adm922l431gyk8figx5df1n2xk5awir2fpijnvvyphrwk5p3l"; buildDepends = [ base time ]; + jailbreak = true; homepage = "http://semantic.org/TimeLib/"; description = "Data instances for the time package"; license = stdenv.lib.licenses.bsd3; @@ -107739,6 +108348,7 @@ self: { blaze-textual bytestring convertible-text data-default failure QuickCheck tagged time ]; + jailbreak = true; homepage = "http://cielonegro.org/HTTPDateTime.html"; description = "Parse and format HTTP/1.1 Date and Time strings"; license = stdenv.lib.licenses.publicDomain; @@ -107751,6 +108361,7 @@ self: { version = "0.1.0.0"; sha256 = "0n05lw6zpcfr3lwy2qn7v0j3ym1la9x0mak8szaxc2nbkyc8drrb"; buildDepends = [ base base-io-access time ]; + jailbreak = true; description = "IO Access for time"; license = stdenv.lib.licenses.gpl2; }) {}; @@ -107773,7 +108384,6 @@ self: { version = "0.1.0.1"; sha256 = "0q5d134cvcy7hlr473fanqqixqnqpqvz9ka2r45m59l6kzrws95c"; buildDepends = [ base old-locale time ]; - configureFlags = [ "-fold-locale" ]; homepage = "http://twitter.com/khibino/"; description = "Compatibility of TimeLocale between old-locale and time-1.5"; license = stdenv.lib.licenses.bsd3; @@ -107790,6 +108400,7 @@ self: { buildDepends = [ base intervals lens profunctors thyme vector-space ]; + jailbreak = true; homepage = "https://bitbucket.org/jfmueller/time-patterns"; description = "Patterns for reccurring events"; license = stdenv.lib.licenses.bsd3; @@ -107808,7 +108419,6 @@ self: { base data-ordlist HUnit mtl old-locale test-framework test-framework-hunit time ]; - configureFlags = [ "-f-test-suite" ]; homepage = "http://github.com/hellertime/time-recurrence"; description = "Generate recurring dates"; license = stdenv.lib.licenses.gpl3; @@ -107848,7 +108458,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base convertible parsec time ]; - configureFlags = [ "-f-build-test-suite" ]; + jailbreak = true; homepage = "http://cielonegro.org/W3CDateTime.html"; description = "Parse, format and convert W3C Date and Time"; license = stdenv.lib.licenses.publicDomain; @@ -107906,6 +108516,7 @@ self: { buildDepends = [ base ghc-prim lifted-base monad-control mtl transformers-base ]; + jailbreak = true; homepage = "http://github.com/alphaHeavy/timeout-control"; description = "Updatable timeouts as a Monad transformer"; license = stdenv.lib.licenses.bsd3; @@ -107934,6 +108545,7 @@ self: { buildDepends = [ attoparsec base bytestring containers convertible mtl time ]; + jailbreak = true; description = "Attoparsec parsers for various Date/Time formats"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -107981,6 +108593,7 @@ self: { buildDepends = [ base lifted-base monad-control suspend transformers-base ]; + jailbreak = true; description = "Simple package that implements timers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -108097,7 +108710,6 @@ self: { isExecutable = true; buildDepends = [ base mtl parsec pretty utf8-string vty ]; testDepends = [ HUnit test-framework test-framework-hunit ]; - configureFlags = [ "-f-test" ]; homepage = "http://patch-tag.com/r/nonowarn/tkhs/snapshot/current/content/pretty/README"; description = "Simple Presentation Utility"; license = stdenv.lib.licenses.bsd3; @@ -108126,7 +108738,7 @@ self: { vector wai wai-extra warp web-routes yesod yesod-core yesod-form yesod-static ]; - configureFlags = [ "-f-devel" "-fproduction" ]; + jailbreak = true; homepage = "https://github.com/maoe/tkyprof"; description = "A web-based visualizer for GHC Profiling Reports"; license = stdenv.lib.licenses.bsd3; @@ -108156,7 +108768,6 @@ self: { data-default-class hourglass mtl QuickCheck tasty tasty-quickcheck x509 x509-validation ]; - configureFlags = [ "-fcompat" ]; homepage = "http://github.com/vincenthz/hs-tls"; description = "TLS/SSL protocol native implementation (Server and Client)"; license = stdenv.lib.licenses.bsd3; @@ -108197,7 +108808,7 @@ self: { base bytestring certificate cipher-aes cipher-rc4 crypto-pubkey crypto-random cryptohash mtl network pem time tls vector ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "http://github.com/vincenthz/hs-tls"; description = "TLS extra default values and helpers"; license = stdenv.lib.licenses.bsd3; @@ -108230,6 +108841,7 @@ self: { buildDepends = [ aeson aeson-pretty base bytestring optparse-applicative text time ]; + jailbreak = true; description = "A journaling program for Linux"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -108276,7 +108888,6 @@ self: { version = "0.2"; sha256 = "1h5aq3shagzgh1j8sbslvi2rrkqv1djm595d522ci8hpj6h8vxl9"; buildDepends = [ to-string-class ]; - configureFlags = [ "-f-text" "-f-doc" "-f-bytestring" ]; description = "Instances for the ToString class"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -108297,7 +108908,6 @@ self: { directory dyre filepath Glob mtl parsec process regex-pcre syb time utf8-string ]; - configureFlags = [ "-f-with_curses" ]; homepage = "http://gitorious.org/todos"; description = "Easy-to-use TODOs manager"; license = stdenv.lib.licenses.bsd3; @@ -108334,6 +108944,7 @@ self: { buildDepends = [ base containers old-locale strict time transformers utility-ht ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/toilet/"; description = "Manage the toilet queue at the IMO"; license = "GPL"; @@ -108347,7 +108958,6 @@ self: { sha256 = "1l3axqdkrjf28pxhrvdvlpf9wi79czsfvhi33w4v2wbj0g00j9ii"; buildDepends = [ base ]; testDepends = [ base time ]; - configureFlags = [ "-fuse-cbits" ]; homepage = "https://github.com/hvr/token-bucket"; description = "Rate limiter using lazy bucket algorithm"; license = stdenv.lib.licenses.gpl3; @@ -108379,7 +108989,6 @@ self: { base bytestring containers criterion filepath gf haskell98 HUnit iconv progression QuickCheck ]; - configureFlags = [ "-f-test" "-f-benchmark" ]; license = "GPL"; }) {}; @@ -108391,7 +109000,6 @@ self: { sha256 = "1v6s39q8a6cnc0ggpspz9i0xw6aih4ixn9bhn4hwf9kwgcspardg"; buildDepends = [ base bytestring mtl ]; extraLibraries = [ tokyocabinet ]; - configureFlags = [ "-f-buildtest" ]; homepage = "http://tom-lpsd.github.com/tokyocabinet-haskell/"; description = "Haskell binding of Tokyo Cabinet"; license = stdenv.lib.licenses.bsd3; @@ -108418,6 +109026,7 @@ self: { version = "0.1.0.3"; sha256 = "0dk7s5fng3vybdqgqn9vqg7k6sjw4zgqld51i926lgqnixgpmw8z"; buildDepends = [ base OpenAL stm vector ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/tomato-rubato"; description = "Easy to use library for audio programming"; license = stdenv.lib.licenses.bsd3; @@ -108451,7 +109060,6 @@ self: { array base Cabal containers deepseq directory filepath QuickCheck random ]; - configureFlags = [ "-f-llvm" "-fhavedeepseq" ]; homepage = "http://functionalley.eu"; description = "Utilities used by other packages"; license = "GPL"; @@ -108470,7 +109078,6 @@ self: { buildDepends = [ ALUT array base filepath GLUT OpenAL OpenGL random ]; - configureFlags = [ "-f-ftgl" "-f-pdflaby" "-fsound" ]; homepage = "http://home.arcor.de/chr_bauer/topkata.html"; description = "OpenGL Arcade Game"; license = "GPL"; @@ -108567,10 +109174,6 @@ self: { prettyclass QuickCheck stm test-framework test-framework-hunit test-framework-quickcheck2 test-framework-th vector-space ]; - configureFlags = [ - "-f-time15" "-frandom1013" "-fexceptions06" "-f-buildmiscprograms" - "-f-buildsampleprograms" "-f-buildtoyfmf" "-f-forcechar8" - ]; description = "Assorted decision procedures for SAT, Max-SAT, PB, MIP, etc"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -108621,6 +109224,7 @@ self: { version = "0.1"; sha256 = "1fiz1v9d4ck8na68cywha53vgbgdk6iqad1zv6pj3lq0pwvkx6aw"; buildDepends = [ base containers mtl ]; + jailbreak = true; description = "functions for logging the arguments and results of function calls"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -108632,6 +109236,7 @@ self: { version = "0.1"; sha256 = "0c5nsq9x59rmdkyvcrr1v94kjya48nhl9pnsad6xdmh77msf33xy"; buildDepends = [ base ]; + jailbreak = true; description = "Easy lightweight tracing of function arguments and results for ad hoc debugging"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -108643,7 +109248,6 @@ self: { version = "2014.11.15"; sha256 = "17yrlfn54il2xf8xnl1b06cwnmmyzkqxb0k7pqycrjmwsxzqkig2"; buildDepends = [ base containers mtl pretty ]; - configureFlags = [ "-fbase4" ]; description = "Simple evaluation trace"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -108687,6 +109291,7 @@ self: { aeson attoparsec base bytestring cmdargs containers http-enumerator http-types regexpr text unordered-containers uri ]; + jailbreak = true; homepage = "https://github.com/mike-burns/trajectory"; description = "Tools and a library for working with Trajectory"; license = stdenv.lib.licenses.bsd3; @@ -108773,7 +109378,6 @@ self: { sha256 = "0bklr7piiipnh99jnqx262pdyb9hzk852d6hzk5sqppvz5ndcf4y"; editedCabalFile = "48e267c7ce3e0cbc1493d5d7dc3fd7301ae42d229857fd21240a3b915665545e"; buildDepends = [ base stm transformers ]; - configureFlags = [ "-forphaninstances" ]; homepage = "https://github.com/mvv/transformers-base"; description = "Lift computations from the bottom of a transformer stack"; license = stdenv.lib.licenses.bsd3; @@ -108786,7 +109390,7 @@ self: { version = "0.3.3.4"; sha256 = "1hab41ggyaxr4xn2szv8y9fg9np8zi8ifhimr33fspid1jz14xr5"; buildDepends = [ base transformers ]; - configureFlags = [ "-fthree" "-fthree" "-f-two" ]; + configureFlags = [ "-fthree" ]; homepage = "http://github.com/ekmett/transformers-compat/"; description = "A small compatibility shim exposing the new types from transformers 0.3 and 0.4 to older Haskell platforms."; license = stdenv.lib.licenses.bsd3; @@ -108799,6 +109403,7 @@ self: { version = "0.1"; sha256 = "0kvhl5s1js6i639hc6c4ib9jmgy4l1503ifs30a9ajrk97nagp6d"; buildDepends = [ base transformers ]; + jailbreak = true; homepage = "http://github.com/aristidb/transformers-compose"; description = "Arrow-like / category-like composition for transformers"; license = stdenv.lib.licenses.bsd3; @@ -108818,6 +109423,7 @@ self: { base data-easy directory either errors haskell-src-exts hlint hspec HUnit QuickCheck text transformers unix ]; + jailbreak = true; homepage = "https://github.com/jcristovao/transformers-convert"; description = "Sensible conversions between some of the monad transformers"; license = stdenv.lib.licenses.bsd3; @@ -108841,6 +109447,7 @@ self: { version = "0.1.0.0"; sha256 = "0m1vvdfi661mmxm5rghsfnwcjd2r0r7ryc3jk0nwlzs0kaw5xi1s"; buildDepends = [ base transformers ]; + jailbreak = true; homepage = "https://github.com/JanBessai/transformers-runnable"; description = "A unified interface for the run operation of monad transformers"; license = stdenv.lib.licenses.bsd3; @@ -108866,6 +109473,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base fingertree ]; + jailbreak = true; description = "Integer sets with a constant time translate operation"; license = stdenv.lib.licenses.mit; }) {}; @@ -108902,6 +109510,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base gtk process ]; + jailbreak = true; homepage = "http://projects.haskell.org/traypoweroff"; description = "Tray Icon application to PowerOff / Reboot computer"; license = stdenv.lib.licenses.bsd3; @@ -108941,7 +109550,7 @@ self: { buildDepends = [ base Cabal containers filepath ghc html parsec regex-posix ]; - configureFlags = [ "-f-testing" ]; + jailbreak = true; homepage = "http://rampa.sk/static/treemap-html.html"; description = "Generates HTML for Data.Tree as TreeMap"; license = stdenv.lib.licenses.bsd3; @@ -108961,7 +109570,7 @@ self: { base Cabal containers directory filepath ghc parsec regex-posix split treemap-html xml ]; - configureFlags = [ "-f-testing" ]; + jailbreak = true; homepage = "http://rampa.sk/static/treemap-html.html"; description = "Treemap related commands for producing foldable TreeMap HTML"; license = stdenv.lib.licenses.bsd3; @@ -109058,6 +109667,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bio bytestring simpleargs ]; + jailbreak = true; description = "Search for, annotate and trim poly-A tail"; license = "GPL"; }) {}; @@ -109168,6 +109778,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base gloss stm vector ]; + jailbreak = true; homepage = "https://github.com/davnils/tsp-viz"; description = "Real time TSP tour visualization"; license = stdenv.lib.licenses.bsd3; @@ -109186,7 +109797,7 @@ self: { buildDepends = [ base Decimal parsec pretty process random split time ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "http://www.github.com/massysett/tsparse"; description = "Parses U.S. federal Thrift Savings Plan PDF quarterly statements"; license = stdenv.lib.licenses.bsd3; @@ -109211,6 +109822,7 @@ self: { version = "0.0.2"; sha256 = "0q6g2wcjddb9r1l9fxpn2qcssw5gyfwsam15rc3q6xjqbwz7fm41"; buildDepends = [ base bytestring unix ]; + jailbreak = true; description = "Interface to TUN/TAP drivers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -109247,6 +109859,7 @@ self: { version = "2.0"; sha256 = "0bgwsxq8wrh76hhbwadv0rag4c7dx3644zrh2aflnsych0rncvd7"; buildDepends = [ base combinat ]; + jailbreak = true; description = "Enum instances for tuples where the digits increase with the same speed"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -109270,6 +109883,7 @@ self: { version = "0.1.0.2"; sha256 = "1qq1sla89410wr9pnkmj100izkraad1gr163815p3dvh7qi04c7w"; buildDepends = [ base lens template-haskell ]; + jailbreak = true; homepage = "http://github.com/jfischoff/tuple-lenses"; description = "Stock FieldN combos and generators"; license = stdenv.lib.licenses.bsd3; @@ -109305,6 +109919,7 @@ self: { version = "0.0.1"; sha256 = "0kcmcg1fxsslpzpg766r9hr8aysg0s5fyang2xc0aa77zi71qyi3"; buildDepends = [ base template-haskell ]; + jailbreak = true; homepage = "http://github.com/diegoeche/tupleinstances"; description = "Functor, Applicative and Monad for n-ary tuples"; license = stdenv.lib.licenses.bsd3; @@ -109356,6 +109971,7 @@ self: { version = "0.1.0.1"; sha256 = "1l5y94gac9s55wgn6w610pqb63c8l20vmlpsnmgbzw1f9vbnzgiw"; buildDepends = [ base containers lens stm transformers ]; + jailbreak = true; homepage = "http://github.com/jfischoff/tweak"; description = "A library for incremental computing"; license = stdenv.lib.licenses.bsd3; @@ -109383,6 +109999,7 @@ self: { buildDepends = [ base network text twentefp-number twentefp-websockets ]; + jailbreak = true; description = "Used as Lab Assignments Environment at Univeriteit Twente"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -109419,6 +110036,7 @@ self: { buildDepends = [ base twentefp-eventloop-graphics twentefp-number ]; + jailbreak = true; description = "RoseTree type and show functions for lab assignment of University of Twente"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -109448,6 +110066,7 @@ self: { case-insensitive concurrent-extra containers entropy io-streams mtl network random SHA text ]; + jailbreak = true; 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; }) {}; @@ -109472,6 +110091,7 @@ self: { twitter-conduit ]; testDepends = [ base hspec QuickCheck ]; + jailbreak = true; homepage = "https://github.com/suzuki-shin/twhs"; description = "CLI twitter client"; license = stdenv.lib.licenses.mit; @@ -109493,7 +110113,7 @@ self: { hslogger MissingH mtl network old-locale parsec regex-posix text time unix utf8-string ]; - configureFlags = [ "-f-withbitly" ]; + jailbreak = true; homepage = "http://software.complete.org/twidge"; description = "Unix Command-Line Twitter and Identica Client"; license = "GPL"; @@ -109525,6 +110145,7 @@ self: { bytestring cryptohash data-default datetime errors old-locale QuickCheck text time ]; + jailbreak = true; description = "Twilio API interaction"; license = stdenv.lib.licenses.mit; }) {}; @@ -109537,6 +110158,7 @@ self: { sha256 = "0ipc8i1hbsjdz6rp7ks25w0zbrcv4byp0791aw9rrdpyqzdir0zx"; buildDepends = [ base network xml ]; testDepends = [ base Cabal lens ]; + jailbreak = true; homepage = "https://github.com/markandrus/twiml-haskell"; description = "TwiML library for Haskell"; license = stdenv.lib.licenses.bsd3; @@ -109569,6 +110191,7 @@ self: { buildDepends = [ array base containers data-memocombinators MonadRandom parallel ]; + jailbreak = true; description = "Simulator of twisty puzzles à la Rubik's Cube"; license = "unknown"; }) {}; @@ -109643,10 +110266,6 @@ self: { template-haskell text time transformers transformers-base twitter-types twitter-types-lens ]; - configureFlags = [ - "-f-run-integrated-test" "-f-build-samples" "-flens-aeson" - "-fnetwork-uri" - ]; homepage = "https://github.com/himura/twitter-conduit"; description = "Twitter API package with conduit interface and Streaming API support"; license = stdenv.lib.licenses.bsd3; @@ -109666,6 +110285,7 @@ self: { containers enumerator http-enumerator http-types text tls-extra transformers ]; + jailbreak = true; homepage = "https://github.com/himura/twitter-enumerator"; description = "Twitter API package with enumerator interface and Streaming API support"; license = stdenv.lib.licenses.bsd3; @@ -109686,6 +110306,7 @@ self: { testDepends = [ base containers HUnit test-framework test-framework-hunit ]; + jailbreak = true; homepage = "https://github.com/stackbuilders/twitter-feed"; description = "Client for fetching Twitter timeline via Oauth"; license = stdenv.lib.licenses.mit; @@ -109736,6 +110357,7 @@ self: { buildDepends = [ base bytestring cereal safecopy stm transformers ]; + jailbreak = true; homepage = "https://github.com/mcschroeder/tx"; description = "Persistent transactions on top of STM"; license = stdenv.lib.licenses.mit; @@ -109989,6 +110611,7 @@ self: { version = "1.0.0.1"; sha256 = "1mwnsz5rbqnwskzf4cyv05zxha86afqh68b5ppwvizrvwf4jav2r"; buildDepends = [ base transformers type-level-natural-number ]; + jailbreak = true; description = "High-level combinators for performing inductive operations"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -110000,6 +110623,7 @@ self: { version = "1.0"; sha256 = "0vql5q5zhbhmwv0wqqb0xi4ayqdsz149rymhs730c583pq0h9r3w"; buildDepends = [ base type-level-natural-number ]; + jailbreak = true; description = "Basic operations on type-level natural numbers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -110153,6 +110777,7 @@ self: { template-haskell text th-instance-reification time transformers unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/type-structure"; description = "Type structure analysis"; license = stdenv.lib.licenses.mit; @@ -110207,6 +110832,7 @@ self: { sha256 = "1ps9rkysx7zbcqkz51ahayg2jivlihiqdlb27iq7bf9aa7383k6v"; buildDepends = [ base template-haskell transformers ]; testDepends = [ base ]; + jailbreak = true; homepage = "http://github.com/bennofs/typeable-th"; description = "Automatic deriving of TypeableN instances with Template Haskell"; license = stdenv.lib.licenses.bsd3; @@ -110224,7 +110850,6 @@ self: { aeson base bytestring haskell-src-meta parsec template-haskell text transformers ]; - configureFlags = [ "-f-debug-typed-queries" ]; homepage = "https://github.com/tolysz/typedquery"; description = "Parser for SQL augmented with types"; license = stdenv.lib.licenses.bsd3; @@ -110254,7 +110879,6 @@ self: { array base HUnit numeric-prelude QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-ftest" ]; homepage = "https://github.com/nushio3/typelevel-tensor"; description = "Tensors whose ranks and dimensions type-inferred and type-checked"; license = stdenv.lib.licenses.bsd3; @@ -110269,7 +110893,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base process ]; - configureFlags = [ "-fsmall_base" ]; description = "Small script for inferring types"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -110368,7 +110991,6 @@ self: { test-framework-hunit test-framework-quickcheck2 test-framework-th time tzdata unix vector ]; - configureFlags = [ "-ftemplate-haskell" ]; preConfigure = "export TZDIR=${tzdata}/share/zoneinfo"; homepage = "https://github.com/nilcons/haskell-tz"; description = "Efficient time zone handling"; @@ -110408,6 +111030,7 @@ self: { array base BNFC-meta cmdargs containers mtl parsec pretty split transformers ]; + jailbreak = true; description = "A simplistic dependently-typed language with parametricity"; license = "unknown"; }) {}; @@ -110431,6 +111054,7 @@ self: { file-embed filepath HUnit pcre-light syb test-framework test-framework-hunit test-framework-quickcheck2 text yaml ]; + jailbreak = true; description = "A library for parsing User-Agent strings, official Haskell port of ua-parser"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -110474,7 +111098,6 @@ self: { sha256 = "0v71qw494klyh3ar8qdp7wx7kn7629iy83xham9b7jpmvk2p76bv"; buildDepends = [ base bytestring ]; extraLibraries = [ icu ]; - configureFlags = [ "-f-bytestring_in_base" ]; description = "String encoding conversion with ICU"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) icu;}; @@ -110493,7 +111116,6 @@ self: { base binary bytestring cereal containers ghc-prim mtl network unix utf8-string ]; - configureFlags = [ "-f-executable" "-f-test" ]; homepage = "http://github.com/vincenthz/hs-udbus"; description = "Small DBus implementation"; license = stdenv.lib.licenses.bsd3; @@ -110508,7 +111130,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring udbus xml ]; - configureFlags = [ "-f-executable" ]; homepage = "http://github.com/vincenthz/hs-udbus"; description = "Model API for udbus introspection and definitions"; license = stdenv.lib.licenses.bsd3; @@ -110537,7 +111158,6 @@ self: { isExecutable = true; buildDepends = [ base bytestring posix-paths select unix ]; pkgconfigDepends = [ libudev ]; - configureFlags = [ "-f-examples" ]; homepage = "https://github.com/pxqr/udev"; description = "libudev bindings"; license = stdenv.lib.licenses.bsd3; @@ -110601,6 +111221,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring split ]; + jailbreak = true; description = "hex dumper for UTF-8 text"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -110618,6 +111239,7 @@ self: { buildDepends = [ async base bytestring bytestring-lexing cmdargs deepseq network ]; + jailbreak = true; homepage = "https://github.com/hvr/uhttpc"; description = "Minimal HTTP client library optimized for benchmarking"; license = stdenv.lib.licenses.gpl3; @@ -110682,7 +111304,7 @@ self: { testDepends = [ atomic-primops base containers ghc-prim primitive ]; - configureFlags = [ "-f-dev" "-f-compare-benchmarks" ]; + jailbreak = true; description = "Fast concurrent queues with a Chan-like API, and more"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -110694,6 +111316,7 @@ self: { version = "0.1.1.0"; sha256 = "1mns1qmxv1xmrrsbhr1ywami37gk416rwxi5p3ry6j88cbf4i4zg"; buildDepends = [ base io-streams unagi-chan ]; + jailbreak = true; description = "Unagi Chan IO-Streams"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -110707,7 +111330,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-test" ]; homepage = "http://haskell.org/haskellwiki/unamb"; description = "Unambiguous choice"; license = stdenv.lib.licenses.bsd3; @@ -110775,6 +111397,7 @@ self: { version = "0.4"; sha256 = "02j4i2dms15vb87ar3m99hvpxrjdakljyql708zs716k1jdm7614"; buildDepends = [ base unbounded-delays units units-defs ]; + jailbreak = true; homepage = "https://github.com/jcristovao/unbouded-delays-units"; description = "Thread delays and timeouts using proper time units"; license = stdenv.lib.licenses.bsd3; @@ -110812,6 +111435,7 @@ self: { version = "0.8.1"; sha256 = "0y3y8m271spkmzc3182v8j06kspkzv03yxiscaa1vvhm2sbqp2is"; buildDepends = [ base ghc-prim QuickCheck random transformers ]; + jailbreak = true; homepage = "https://github.com/sjoerdvisscher/unfoldable"; description = "Class of data structures that can be unfolded"; license = stdenv.lib.licenses.bsd3; @@ -110852,7 +111476,6 @@ self: { buildDepends = [ base containers mtl uni-events uni-htk uni-reactor uni-util ]; - configureFlags = [ "-f-debug" ]; homepage = "http://www.informatik.uni-bremen.de/uniform/wb/"; description = "Graphs"; license = "LGPL"; @@ -110870,7 +111493,6 @@ self: { base containers directory uni-events uni-posixutil uni-reactor uni-util ]; - configureFlags = [ "-f-debug" ]; homepage = "http://www.informatik.uni-bremen.de/htk/"; description = "Graphical User Interface for Haskell Programs"; license = "LGPL"; @@ -110932,7 +111554,6 @@ self: { array base bytestring containers directory ghc-prim mtl network old-time parsec ]; - configureFlags = [ "-f-parsec1" "-f-debug" "-fbase4" ]; homepage = "http://www.informatik.uni-bremen.de/uniform/wb/"; description = "Utilities for the uniform workbench"; license = "LGPL"; @@ -110948,7 +111569,6 @@ self: { isExecutable = true; buildDepends = [ base containers ]; testDepends = [ base containers utility-ht ]; - configureFlags = [ "-f-buildexamples" ]; homepage = "http://code.haskell.org/~thielema/unicode/"; description = "Construct and transform unicode characters"; license = stdenv.lib.licenses.bsd3; @@ -110973,7 +111593,6 @@ self: { sha256 = "1smfc7a62xi6y4sc0vai2l0nljxl9dr9l5zkqi17n14cq36ppfwb"; buildDepends = [ base bytestring compact-string ]; extraLibraries = [ icu ]; - configureFlags = [ "-fsplit-base" ]; homepage = "http://sloompie.reinier.de/unicode-normalization/"; description = "Unicode normalization using the ICU library"; license = stdenv.lib.licenses.bsd3; @@ -111008,6 +111627,7 @@ self: { version = "0.1.1.2"; sha256 = "0y1awqrf1x2in158linszma69zyz3zp14h3rmdx3vmbmif9fvbyv"; buildDepends = [ base containers ]; + jailbreak = true; description = "Unicode alternatives for common functions and operators"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -111022,6 +111642,7 @@ self: { isExecutable = true; buildDepends = [ attoparsec base directory text ]; testDepends = [ attoparsec base text ]; + jailbreak = true; homepage = "https://github.com/Zankoku-Okuno/unicoder"; description = "Make writing in unicode easy"; license = stdenv.lib.licenses.bsd3; @@ -111034,7 +111655,6 @@ self: { version = "0.9.0"; sha256 = "0fdnpcpcpjlxlwxpqlawwbgqhs1p9lrksy5ln5isyvr06hwqh7ki"; buildDepends = [ base containers logict mtl ]; - configureFlags = [ "-fsplitbase" "-fbase4" ]; homepage = "http://code.haskell.org/~wren/"; description = "Simple generic unification algorithms"; license = stdenv.lib.licenses.bsd3; @@ -111099,7 +111719,6 @@ self: { buildDepends = [ base containers hashable syb unordered-containers ]; - configureFlags = [ "-fseparate_syb" "-ftypeable_fingerprint" ]; homepage = "http://community.haskell.org/~ndm/uniplate/"; description = "Help writing simple, concise and fast generic operations"; license = stdenv.lib.licenses.bsd3; @@ -111117,6 +111736,7 @@ self: { testDepends = [ base non-empty QuickCheck transformers utility-ht ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/unique-logic/"; description = "Solve simple simultaneous equations"; license = stdenv.lib.licenses.bsd3; @@ -111136,6 +111756,7 @@ self: { testDepends = [ base non-empty QuickCheck transformers utility-ht ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/unique-logic-tf/"; description = "Solve simple simultaneous equations"; license = stdenv.lib.licenses.bsd3; @@ -111212,6 +111833,7 @@ self: { sha256 = "1ab27rwnp8ncfn5sm4llxjxx7fbp495sl1838g8z9hishr5dgddl"; buildDepends = [ base ]; testDepends = [ base ]; + jailbreak = true; homepage = "https://bitbucket.org/xnyhps/haskell-unittyped/"; description = "An extendable library for type-safe computations including units"; license = stdenv.lib.licenses.lgpl21; @@ -111281,6 +111903,7 @@ self: { buildDepends = [ adjunctions base comonad universe-instances-base void ]; + jailbreak = true; homepage = "https://github.com/dmwit/universe"; description = "Universe instances for types from select extra packages"; license = stdenv.lib.licenses.bsd3; @@ -111368,7 +111991,6 @@ self: { version = "0.4.1.4"; sha256 = "0jxk7j5pz2kgfpqr4hznndjg31pqj5xg2qfc5308fcn9xyg1myps"; buildDepends = [ base unix ]; - configureFlags = [ "-f-old-time" ]; homepage = "http://github.com/jystic/unix-compat"; description = "Portable POSIX-compatibility layer"; license = stdenv.lib.licenses.bsd3; @@ -111426,6 +112048,7 @@ self: { transformers unix ]; testDepends = [ base bytestring conduit hspec transformers unix ]; + jailbreak = true; homepage = "https://github.com/snoyberg/conduit"; description = "Run processes on Unix systems, with a conduit interface (deprecated)"; license = stdenv.lib.licenses.mit; @@ -111512,7 +112135,6 @@ self: { base ChasingBottoms containers hashable HUnit QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 ]; - configureFlags = [ "-f-debug" ]; homepage = "https://github.com/tibbe/unordered-containers"; description = "Efficient hashing-based container types"; license = stdenv.lib.licenses.bsd3; @@ -111530,6 +112152,7 @@ self: { testDepends = [ base hashable hspec HUnit rematch unordered-containers ]; + jailbreak = true; homepage = "http://github.com/tcrayford/rematch"; description = "Rematch support for unordered containers"; license = stdenv.lib.licenses.mit; @@ -111595,7 +112218,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base ]; - configureFlags = [ "-f-examples" ]; homepage = "http://github.com/konn/unsafely"; description = "Flexible access control for unsafe operations and instances"; license = stdenv.lib.licenses.bsd3; @@ -111644,6 +112266,7 @@ self: { buildDepends = [ base directory filepath mtl parsec split transformers ]; + jailbreak = true; description = "Generates pathnames to up directories"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -111660,6 +112283,7 @@ self: { aeson attoparsec base bytestring cryptohash hex http-conduit http-types old-locale time ]; + jailbreak = true; description = "Haskell client for Uploadcare"; license = stdenv.lib.licenses.mit; }) {}; @@ -111694,6 +112318,7 @@ self: { network old-locale opml optparse-applicative parallel-io split tagsoup terminal-size text time xml ]; + jailbreak = true; homepage = "https://github.com/pxqr/ureader"; description = "Minimalistic CLI RSS reader"; license = stdenv.lib.licenses.bsd3; @@ -111714,6 +112339,7 @@ self: { base bytestring cake3 directory filepath language-javascript mime-types mtl optparse-applicative process syb text ]; + jailbreak = true; homepage = "http://github.com/grwlf/urembed"; description = "Ur/Web static content generator"; license = stdenv.lib.licenses.bsd3; @@ -111744,6 +112370,7 @@ self: { base bytestring conduit containers deepseq failure monad-control network system-fileio system-filepath text transformers ]; + jailbreak = true; homepage = "http://github.com/snoyberg/xml"; description = "Read and write URIs (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -111760,7 +112387,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring network-uri text utf8-string ]; - configureFlags = [ "-fnetwork-uri" "-f-tools" ]; description = "Unicode aware uri-encoding"; license = "unknown"; }) {}; @@ -111777,6 +112403,7 @@ self: { base bytestring containers enumerator failure network text transformers ]; + jailbreak = true; homepage = "http://github.com/snoyberg/xml"; description = "Read and write URIs (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -111796,6 +112423,7 @@ self: { network system-fileio system-filepath text transformers uri-enumerator ]; + jailbreak = true; homepage = "http://github.com/snoyberg/xml"; description = "uri-enumerator backend for the file scheme (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -111810,7 +112438,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base containers utf8-string ]; - configureFlags = [ "-fnew-base" ]; description = "URI template library for Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -111869,7 +112496,6 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base bytestring containers mtl network old-time ]; - configureFlags = [ "-fsmall_base" ]; homepage = "http://code.haskell.org/~dons/code/urlcheck"; description = "Parallel link checker"; license = stdenv.lib.licenses.bsd3; @@ -111909,7 +112535,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base mtl network split ]; - configureFlags = [ "-f-test" ]; homepage = "https://github.com/pheaver/urlencoded"; description = "Generate or process x-www-urlencoded data"; license = stdenv.lib.licenses.bsd3; @@ -111939,6 +112564,7 @@ self: { sha256 = "1wxgq445nzfly9773bjx3mr15l8ga4840d2q1zw50kk07fwxx6h7"; buildDepends = [ base parsec ]; testDepends = [ base hspec ]; + jailbreak = true; homepage = "https://github.com/pxqr/urn"; description = "Universal Resource Names"; license = stdenv.lib.licenses.bsd3; @@ -111957,6 +112583,7 @@ self: { buildDepends = [ base filepath mtl optparse-applicative parsec process syb ]; + jailbreak = true; homepage = "http://github.com/grwlf/urxml"; description = "XML parser-printer supporting Ur/Web syntax extensions"; license = stdenv.lib.licenses.publicDomain; @@ -111990,6 +112617,7 @@ self: { base base-unicode-symbols bindings-libusb iteratee monad-control transformers usb ]; + jailbreak = true; description = "Iteratee enumerators for the usb package"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -112008,7 +112636,6 @@ self: { base base-unicode-symbols bytestring containers containers-unicode-symbols parsimony ]; - configureFlags = [ "-f-example" ]; homepage = "https://github.com/roelvandijk/usb-id-database"; description = "A database of USB identifiers"; license = stdenv.lib.licenses.bsd3; @@ -112026,6 +112653,7 @@ self: { base base-unicode-symbols bindings-libusb iteratee monad-control usb vector ]; + jailbreak = true; homepage = "https://github.com/basvandijk/usb-iteratee"; description = "Iteratee enumerators for the usb package"; license = stdenv.lib.licenses.bsd3; @@ -112043,6 +112671,7 @@ self: { base base-unicode-symbols bindings-libusb bytestring iteratee regions text transformers usb ]; + jailbreak = true; homepage = "https://github.com/basvandijk/usb-safe/"; description = "Type-safe communication with USB devices"; license = stdenv.lib.licenses.bsd3; @@ -112090,7 +112719,6 @@ self: { version = "0.3.8"; sha256 = "1h29dn0scsfkhmkg14ywq9178lw40ah1r36w249zfzqr02y7qxc0"; buildDepends = [ base bytestring ]; - configureFlags = [ "-f-bytestring-in-base" ]; homepage = "http://github.com/glguy/utf8-string/"; description = "Support for reading and writing UTF8 Strings"; license = stdenv.lib.licenses.bsd3; @@ -112225,7 +112853,6 @@ self: { array base containers directory filepath ghc-prim haskell-src-exts mtl uuagc-cabal uulib ]; - configureFlags = [ "-f-with-loag" "-f-bootstrap_external" ]; homepage = "http://www.cs.uu.nl/wiki/HUT/WebHome"; description = "Attribute Grammar System of Universiteit Utrecht"; license = stdenv.lib.licenses.bsd3; @@ -112367,7 +112994,7 @@ self: { sha256 = "1psbdsq20nr28cr9ni2mwzwkpz3p20n1xqp0m0m9qafz66d2vi08"; editedCabalFile = "e289ff93c365248deb93e6268b57be8a47d724a39702887979fd842c80577508"; buildDepends = [ base ghc-prim ]; - configureFlags = [ "-f-safe" ]; + jailbreak = true; homepage = "http://code.haskell.org/~dons/code/uvector"; description = "Fast unboxed arrays with a flexible interface"; license = stdenv.lib.licenses.bsd3; @@ -112434,6 +113061,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base GLUT v4l2 ]; + jailbreak = true; homepage = "https://gitorious.org/hsv4l2"; description = "video for linux two examples"; license = stdenv.lib.licenses.bsd3; @@ -112476,6 +113104,7 @@ self: { version = "2.1.0.1"; sha256 = "093ba6n30a6gyifnk3bd50rkx8qldjqq9vsk92pnq152ibs36b2m"; buildDepends = [ base filepath graphviz vacuum ]; + jailbreak = true; description = "A library for transforming vacuum graphs into GraphViz output"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -112494,7 +113123,6 @@ self: { base bitmap bitmap-opengl directory filepath GLUT network OpenGL pretty process stb-image vacuum ]; - configureFlags = [ "-fbase4" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "Visualize live Haskell data structures using vacuum, graphviz and OpenGL"; license = stdenv.lib.licenses.publicDomain; @@ -112507,6 +113135,7 @@ self: { version = "0.2.0.2"; sha256 = "0zpag42dr2763ddrwdy7744lqkd6207ljfw3bqm6db3a1128861z"; buildDepends = [ base containers hubigraph vacuum ]; + jailbreak = true; description = "Visualize Haskell data structures using vacuum and Ubigraph"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -112537,6 +113166,7 @@ self: { version = "0.1.0.1"; sha256 = "14gpkb6pbkvmny17g2gpq6i6kq7ahmcnkgrcrwm72vda12wxsl78"; buildDepends = [ base containers MonadRandom ]; + jailbreak = true; homepage = "https://i.joelt.io/symbols.html"; description = "Valid operator/module characters"; license = stdenv.lib.licenses.mit; @@ -112567,7 +113197,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck template-haskell ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/validation"; description = "A data-type like Either but with an accumulating Applicative"; license = stdenv.lib.licenses.bsd3; @@ -112590,6 +113219,7 @@ self: { test-framework test-framework-hunit test-framework-quickcheck2 text transformers ]; + jailbreak = true; homepage = "https://github.com/mavenraven/validations"; description = "A nice way to define field validations in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -112620,6 +113250,7 @@ self: { base deepseq directory dlist fgl graphviz haskell-src-exts mtl optparse-applicative process uniplate ]; + jailbreak = true; homepage = "https://github.com/benzrf/vampire"; description = "Analyze and visualize expression trees"; license = stdenv.lib.licenses.gpl3; @@ -112637,9 +113268,6 @@ self: { testDepends = [ base QuickCheck test-framework test-framework-quickcheck2 ]; - configureFlags = [ - "-fghc-conc-sync" "-fstrict-modifyref" "-fsafe-st" - ]; homepage = "http://github.com/sonyandy/var"; description = "Mutable variables and tuples"; license = stdenv.lib.licenses.bsd3; @@ -112675,7 +113303,7 @@ self: { base complex-generic floatshow integer-gmp type-level-natural-number ]; - configureFlags = [ "-ffast" ]; + jailbreak = true; homepage = "https://gitorious.org/variable-precision"; description = "variable-precision floating point"; license = stdenv.lib.licenses.bsd3; @@ -112689,6 +113317,7 @@ self: { sha256 = "0garxmxm11qhp2wm7xib4nrlkfiqbyzf3glkdbqb582nip0sb1rp"; buildDepends = [ base mtl stm ]; testDepends = [ base hspec mtl QuickCheck stm ]; + jailbreak = true; homepage = "https://github.com/prophile/variables"; description = "Monads with variables, without deep magic"; license = stdenv.lib.licenses.mit; @@ -112702,7 +113331,6 @@ self: { version = "0.3.0.4"; sha256 = "0ah6qrg71krc87f4vjy4b4shdd0mgyil8fikb3j6fl4kfwlg67jn"; buildDepends = [ base containers hashable unordered-containers ]; - configureFlags = [ "-fuseghc" ]; homepage = "https://github.com/HeinrichApfelmus/vault"; description = "a persistent store for values of arbitrary types"; license = stdenv.lib.licenses.bsd3; @@ -112739,7 +113367,6 @@ self: { version = "0.0.2"; sha256 = "1lp1wf440n7kinmxz7la0gyfqfdlip6f0bn8pmwkxd1dqyrvg5cg"; buildDepends = [ base process ]; - configureFlags = [ "-fsplit-base" ]; description = "Facilities for accessing the version control revision of the current directory"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -112757,7 +113384,6 @@ self: { buildDepends = [ base directory filepath gtk3 mtl process text vcswrapper ]; - configureFlags = [ "-fgtk3" ]; homepage = "https://github.com/forste/haskellVCSGUI"; description = "GUI library for source code management systems"; license = "GPL"; @@ -112788,7 +113414,6 @@ self: { version = "0.4.7"; sha256 = "1049jh8rcxfnyckz5m5asdlyafqszlig96k387raldyfzbrf8f4d"; buildDepends = [ base random ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "A low-dimensional linear algebra library, tailored to computer graphics"; license = stdenv.lib.licenses.bsd3; @@ -112801,6 +113426,7 @@ self: { version = "0.1.0.4"; sha256 = "1kxsjsiqqpi7k0xz597z7r2fd45s38plgk6jplzxagg0i3bm0q4g"; buildDepends = [ base random ]; + jailbreak = true; homepage = "http://github.com/cpdurham/vect-floating"; description = "A low-dimensional linear algebra library, operating on the Floating typeclass"; license = stdenv.lib.licenses.bsd3; @@ -112826,7 +113452,6 @@ self: { version = "0.4.6.1"; sha256 = "1qp98j6bgldjcs71pd7iqc5sjf1ixb1jj0l267hw532j4yf81dig"; buildDepends = [ base OpenGL vect ]; - configureFlags = [ "-fopengl29" ]; homepage = "http://code.haskell.org/~bkomuves/"; description = "OpenGL support for the `vect' low-dimensional linear algebra library"; license = stdenv.lib.licenses.bsd3; @@ -112846,9 +113471,6 @@ self: { base QuickCheck random template-haskell test-framework test-framework-quickcheck2 transformers ]; - configureFlags = [ - "-f-internalchecks" "-f-unsafechecks" "-fboundschecks" - ]; homepage = "https://github.com/haskell/vector"; description = "Efficient Arrays"; license = stdenv.lib.licenses.bsd3; @@ -112866,10 +113488,6 @@ self: { isExecutable = true; buildDepends = [ base bytestring mtl mwc-random primitive vector ]; testDepends = [ base bytestring containers QuickCheck vector ]; - configureFlags = [ - "-fproperties" "-f-bench" "-f-internalchecks" "-f-unsafechecks" - "-fboundschecks" - ]; homepage = "http://code.haskell.org/~dolio/"; description = "Efficient algorithms for vector arrays"; license = stdenv.lib.licenses.bsd3; @@ -112924,7 +113542,7 @@ self: { base bytestring criterion deepseq ghc-prim primitive vector ]; testDepends = [ base directory QuickCheck random ]; - configureFlags = [ "-f-benchmark" ]; + jailbreak = true; homepage = "https://github.com/basvandijk/vector-bytestring"; description = "ByteStrings as type synonyms of Storable Vectors of Word8s"; license = stdenv.lib.licenses.bsd3; @@ -112963,6 +113581,7 @@ self: { base conduit HUnit primitive QuickCheck test-framework test-framework-hunit test-framework-quickcheck2 vector ]; + jailbreak = true; description = "Conduit utilities for vectors"; license = stdenv.lib.licenses.mit; }) {}; @@ -113029,6 +113648,7 @@ self: { version = "0.1.0.1"; sha256 = "13xk2iwdwrnmdm33z0fmj4sg3irih4ayl3q5pgz31qs9kcsbhi0s"; buildDepends = [ base collections-api template-haskell vector ]; + jailbreak = true; homepage = "http://github.com/kreuzschlitzschraubenzieher/vector-instances-collections"; description = "Instances of the Data.Collections classes for Data.Vector.*"; license = stdenv.lib.licenses.bsd3; @@ -113088,6 +113708,7 @@ self: { version = "0.1.0.1"; sha256 = "1s5hh7dlbw1ai3nqqcavrqgidddfj99mi0gmhf2x2zn6ag86xr8b"; buildDepends = [ base containers vector-space ]; + jailbreak = true; homepage = "https://github.com/conklech/vector-space-map"; description = "vector-space operations for finite maps using Data.Map"; license = stdenv.lib.licenses.mit; @@ -113128,6 +113749,7 @@ self: { version = "0.3.0.1"; sha256 = "19spzrk64j2rgyi15dvs8gfbx3nc79ybssaxkv8dn9df4fwksv91"; buildDepends = [ base primitive vector ]; + jailbreak = true; homepage = "http://github.com/geezusfreeek/vector-static"; description = "Statically checked sizes on Data.Vector"; license = stdenv.lib.licenses.bsd3; @@ -113163,6 +113785,7 @@ self: { version = "1.0.0.0"; sha256 = "0wai72bqb1vp4p7ml1yj2jdmkjglihai9vhmgj7ri6y2qgzkpwly"; buildDepends = [ base regex-pcre ]; + jailbreak = true; homepage = "https://github.com/VerbalExpressions/HaskellVerbalExpressions"; description = "Regular expressions made easy"; license = stdenv.lib.licenses.mit; @@ -113201,7 +113824,6 @@ self: { base byteable bytestring cereal cryptohash filepath mmap QuickCheck random test-framework test-framework-quickcheck2 text time ]; - configureFlags = [ "-f-executable" ]; homepage = "https://github.com/vincenthz/hs-vhd"; description = "Provides functions to inspect and manipulate virtual hard disk (VHD) files"; license = stdenv.lib.licenses.bsd3; @@ -113225,6 +113847,7 @@ self: { version = "1.0"; sha256 = "0kzwp58lki3jvx09n6w8rc97idhy947xqik72p2fqjyigkymv04h"; buildDepends = [ base mtl ]; + jailbreak = true; description = "Views allow you to run a State monad on part of a state"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -113265,7 +113888,7 @@ self: { time transformers unix unordered-containers vector warp yesod yesod-core yesod-platform ]; - configureFlags = [ "-f-no-client" "-f-no-server" ]; + jailbreak = true; homepage = "http://github.com/michaelxavier/vigilance"; description = "An extensible dead-man's switch system"; license = stdenv.lib.licenses.mit; @@ -113325,6 +113948,7 @@ self: { sha256 = "026h8lgz487d9xhfjscnfpykgv1ppk944hl8mb6z7y3c1vh4g63b"; buildDepends = [ base ghc-prim ]; testDepends = [ base doctest lens singletons ]; + jailbreak = true; description = "Extensible Records"; license = stdenv.lib.licenses.mit; }) {}; @@ -113362,7 +113986,7 @@ self: { aeson base bytestring template-haskell text vinyl ]; testDepends = [ base hlint ]; - configureFlags = [ "-f-documentation" ]; + jailbreak = true; description = "Provide json instances automagically to vinyl types"; license = stdenv.lib.licenses.mit; }) {}; @@ -113393,6 +114017,7 @@ self: { base bytestring Cabal directory file-embed filepath mtl process safe split ]; + jailbreak = true; homepage = "https://github.com/Paczesiowa/virthualenv"; description = "Virtual Haskell Environment builder"; license = stdenv.lib.licenses.bsd3; @@ -113435,6 +114060,7 @@ self: { ipprint isevaluated lazysmallcheck parallel pretty process strict-concurrency svgcairo value-supply ]; + jailbreak = true; homepage = "http://github.com/zsol/visual-graphrewrite/"; description = "Visualize the graph-rewrite steps of a Haskell program"; license = stdenv.lib.licenses.bsd3; @@ -113454,7 +114080,7 @@ self: { base containers directory filepath haskell-src-exts mtl pretty process regexpr split uniplate ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://github.com/djv/VisualProf"; description = "Create a visual profile of a program's source code"; license = stdenv.lib.licenses.bsd3; @@ -113498,7 +114124,6 @@ self: { version = "0.7"; sha256 = "0ivgr4minxb5v56v4kbd045iwqk1c2w89c830731l75mkg8qa6wq"; buildDepends = [ base ghc-prim hashable semigroups ]; - configureFlags = [ "-f-safe" ]; homepage = "http://github.com/ekmett/void"; description = "A Haskell 98 logically uninhabited data type"; license = stdenv.lib.licenses.bsd3; @@ -113523,6 +114148,7 @@ self: { version = "0.1.2"; sha256 = "09z6nbsj4rqzhksk75glrsrmcs21p8x0jmcpqs6rc9iizz79db8g"; buildDepends = [ base bytestring ]; + jailbreak = true; homepage = "https://github.com/cartazio/Vowpal-Utils"; description = "Vowpal Wabbit utilities"; license = stdenv.lib.licenses.bsd3; @@ -113614,6 +114240,7 @@ self: { mtl parallel parsec QuickCheck random string-qq terminfo text unix utf8-string vector vty ]; + jailbreak = true; homepage = "https://github.com/coreyoconnor/vty"; description = "Examples programs using the vty library"; license = stdenv.lib.licenses.bsd3; @@ -113628,6 +114255,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base vty ]; + jailbreak = true; description = "A lib for displaying a menu and getting a selection using VTY"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -113648,7 +114276,6 @@ self: { mtl old-locale QuickCheck random regex-base stm text time unix vector vty ]; - configureFlags = [ "-f-demos" "-f-no-tests" ]; homepage = "http://jtdaugherty.github.com/vty-ui/"; description = "An interactive terminal user interface library for Vty"; license = stdenv.lib.licenses.bsd3; @@ -113661,6 +114288,7 @@ self: { version = "0.1"; sha256 = "1c60bvhk1riilj7sl7x7nw4d9yg56f2k0ps1aivmjm0q4brhgnx7"; buildDepends = [ base regex-base regex-pcre vty vty-ui ]; + jailbreak = true; description = "Extra vty-ui functionality not included in the core library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -113739,7 +114367,6 @@ self: { base bytestring hspec http-date http-types mime-types network old-locale text time transformers unix-compat wai wai-extra zlib ]; - configureFlags = [ "-f-print" ]; homepage = "http://www.yesodweb.com/book/web-application-interface"; description = "WAI application for static serving"; license = stdenv.lib.licenses.mit; @@ -113871,6 +114498,7 @@ self: { version = "0.1.0.1"; sha256 = "0a06yrakg9gwjjj4f9nr474j8i8xz642aj56m8vaq621i1kn7jaq"; buildDepends = [ base http-types mtl resourcet unix wai ]; + jailbreak = true; homepage = "https://bitbucket.org/dpwiz/wai-graceful"; description = "Graceful shutdown for WAI applications"; license = stdenv.lib.licenses.mit; @@ -113891,6 +114519,7 @@ self: { attoparsec base bytestring cmdargs directory hint http-types network old-time text time transformers wai wai-extra warp ]; + jailbreak = true; homepage = "http://github.com/yesodweb/wai"; description = "WAI server that automatically reloads code after modification. (deprecated)"; license = stdenv.lib.licenses.mit; @@ -113932,6 +114561,7 @@ self: { version = "2.0.0.2"; sha256 = "0h7d78d641bjsnmxsnz4b7s9pw4x0y0xi8bld51y4nqnbjl8gvac"; buildDepends = [ base bytestring wai wai-extra ]; + jailbreak = true; homepage = "http://www.yesodweb.com/book/web-application-interface"; description = "Wai handler to SCGI (deprecated)"; license = stdenv.lib.licenses.mit; @@ -113949,6 +114579,7 @@ self: { base bytestring containers enumerator snap-core snap-server transformers wai ]; + jailbreak = true; homepage = "http://github.com/snoyberg/wai-handler-snap"; description = "Web Application Interface handler using snap-server. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -114001,6 +114632,7 @@ self: { cryptohash hspec http-types monad-loops mtl transformers wai wai-extra ]; + jailbreak = true; homepage = "https://github.com/raptros/wai-hmac-auth"; description = "hmac authentication tools for WAI apps"; license = stdenv.lib.licenses.bsd3; @@ -114017,6 +114649,7 @@ self: { buildDepends = [ base bytestring conduit http-types text transformers wai wai-extra ]; + jailbreak = true; description = "DEPCRECATED (use package \"simple\" instead) A minimalist web framework for WAI web applications"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -114073,6 +114706,7 @@ self: { base bytestring http-types HUnit test-framework test-framework-hunit wai wai-test ]; + jailbreak = true; homepage = "https://github.com/akaspin/wai-middleware-cache"; description = "Caching middleware for WAI"; license = stdenv.lib.licenses.bsd3; @@ -114092,6 +114726,7 @@ self: { conduit hedis hedis-pile http-types transformers wai wai-middleware-cache ]; + jailbreak = true; homepage = "https://github.com/akaspin/wai-middleware-cache-redis"; description = "Redis backend for wai-middleware-cache"; license = stdenv.lib.licenses.bsd3; @@ -114104,6 +114739,7 @@ self: { version = "0.3.6"; sha256 = "1vh5sad3zhdwxqbmivmy9hkbnq9vrv4k6k17rjk4f79lv2xcq56h"; buildDepends = [ base bytestring http-types lifted-base wai ]; + jailbreak = true; homepage = "https://github.com/akaspin/wai-middleware-catch"; description = "Wai error catching middleware"; license = stdenv.lib.licenses.bsd3; @@ -114122,6 +114758,7 @@ self: { base base64-bytestring bytestring cryptohash filepath http-date http-types unix-compat unordered-containers wai ]; + jailbreak = true; homepage = "https://github.com/ameingast/wai-middleware-etag"; description = "WAI ETag middleware for static files"; license = stdenv.lib.licenses.bsd3; @@ -114155,6 +114792,7 @@ self: { base bytestring http-types HUnit test-framework test-framework-hunit text wai wai-test ]; + jailbreak = true; homepage = "https://github.com/akaspin/wai-middleware-route"; description = "Wai dispatch middleware"; license = stdenv.lib.licenses.bsd3; @@ -114238,6 +114876,7 @@ self: { version = "1.0.0.1"; sha256 = "1827mk64vyivdc12z4h230c4b993i6g8wl4sl0364jda586z58p7"; buildDepends = [ base text wai ]; + jailbreak = true; homepage = "http://github.com/mdmarek/wai-router"; description = "Provides basic routing on URL paths for WAI"; license = stdenv.lib.licenses.mit; @@ -114255,6 +114894,7 @@ self: { aeson base blaze-builder bytestring http-types mtl template-haskell text wai yesod-routes ]; + jailbreak = true; homepage = "https://github.com/ajnsit/wai-routes"; description = "Typesafe URLs for Wai applications"; license = stdenv.lib.licenses.mit; @@ -114392,6 +115032,7 @@ self: { version = "0.1.0.3"; sha256 = "0wfbmjdw8k63fs4425fpnq24xssl9yf16dpy6cwkz68dn0vs0dkd"; buildDepends = [ base bytestring containers http-types time wai ]; + jailbreak = true; description = "Wai middleware for request throttling"; license = stdenv.lib.licenses.mit; }) {}; @@ -114430,7 +115071,6 @@ self: { http-types network text transformers wai wai-app-static warp websockets ]; - configureFlags = [ "-fexample" ]; homepage = "http://github.com/yesodweb/wai"; description = "Provide a bridge betweeen WAI and the websockets package"; license = stdenv.lib.licenses.mit; @@ -114482,9 +115122,6 @@ self: { simple-sendfile streaming-commons text time transformers unix unix-compat void wai ]; - configureFlags = [ - "-f-warp-debug" "-fallow-sendfilefd" "-f-network-bytestring" - ]; homepage = "http://github.com/yesodweb/wai"; description = "A fast, light-weight web server for WAI applications"; license = stdenv.lib.licenses.mit; @@ -114499,6 +115136,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base data-default dyre http-types wai warp ]; + jailbreak = true; homepage = "http://tanakh.jp"; description = "Dynamic configurable warp HTTP server"; license = stdenv.lib.licenses.bsd3; @@ -114518,6 +115156,7 @@ self: { base bytestring cmdargs containers directory mime-types text wai-app-static wai-extra warp ]; + jailbreak = true; homepage = "http://github.com/yesodweb/wai"; description = "Static file server based on Warp and wai-app-static (deprecated)"; license = stdenv.lib.licenses.mit; @@ -114555,7 +115194,7 @@ self: { base bytestring certificate conduit crypto-random http-types network network-conduit pem tls tls-extra unix wai warp ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; description = "set group and user id before running server"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -114583,6 +115222,7 @@ self: { base basic-prelude containers hinotify system-fileio system-filepath ]; + jailbreak = true; description = "Opinionated filesystem watcher"; license = stdenv.lib.licenses.mit; }) {}; @@ -114636,6 +115276,7 @@ self: { base binary bytestring bytestring-lexing bytestring-show delimited-text ]; + jailbreak = true; homepage = "http://code.haskell.org/~StefanKersten/code/wavesurfer"; description = "Parse WaveSurfer files"; license = stdenv.lib.licenses.bsd3; @@ -114655,6 +115296,7 @@ self: { base binary bytestring containers filepath pretty-show riff split vector ]; + jailbreak = true; homepage = "http://bitbucket.org/robertmassaioli/wavy"; description = "Process WAVE files in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -114673,7 +115315,6 @@ self: { buildDepends = [ attoparsec base bytestring containers setlocale utf8-string ]; - configureFlags = [ "-f-cli" "-fsplit-base" ]; homepage = "http://github.com/solidsnack/wcwidth/"; description = "Native wcwidth"; license = stdenv.lib.licenses.bsd3; @@ -114690,6 +115331,7 @@ self: { buildDepends = [ aeson attoparsec base bytestring HTTP network utf8-string vector ]; + jailbreak = true; homepage = "https://github.com/cvb/hs-weather-api.git"; description = "Weather api implemented in haskell"; license = stdenv.lib.licenses.mit; @@ -114713,6 +115355,7 @@ self: { version = "0.1.0"; sha256 = "1havyvd6f0xagynxpar2jsmx5x1izwl7wgxia0wbwbzaj0fzn2k2"; buildDepends = [ base text ]; + jailbreak = true; description = "Simple functions for CSS"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -114730,7 +115373,7 @@ self: { buildDepends = [ base bytestring directory failure old-locale text time ]; - configureFlags = [ "-f-buildtests" ]; + jailbreak = true; homepage = "http://github.com/snoyberg/web-encodings/tree/master"; description = "Encapsulate multiple web encoding in a single package. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -114786,7 +115429,6 @@ self: { base blaze-builder blaze-html bytestring clay containers jmacro lens mtl Stream text vector wl-pprint-text ]; - configureFlags = [ "-f-testprogram" ]; homepage = "http://hub.darcs.net/ertes/web-page"; description = "Monoidally construct web pages"; license = stdenv.lib.licenses.bsd3; @@ -114883,7 +115525,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base path-pieces template-haskell text ]; - configureFlags = [ "-f-buildtests" ]; + jailbreak = true; homepage = "http://docs.yesodweb.com/web-routes-quasi/"; description = "Define data types and parse/build functions for web-routes via a quasi-quoted DSL (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -114927,6 +115569,7 @@ self: { version = "0.19.1"; sha256 = "0pm1v9wqlzi6cg92lajbwbnhsdm509371i8mvyvvj6qa5m58cdib"; buildDepends = [ base transformers web-routes ]; + jailbreak = true; description = "Extends web-routes with some transformers instances for RouteT"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -114964,7 +115607,6 @@ self: { transformers-base unordered-containers vector zip-archive ]; testDepends = [ base parallel text ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "https://github.com/kallisti-dev/hs-webdriver"; description = "a Haskell client for the Selenium WebDriver protocol"; license = stdenv.lib.licenses.bsd3; @@ -115013,6 +115655,7 @@ self: { unordered-containers vector zip-archive ]; testDepends = [ base parallel text ]; + jailbreak = true; homepage = "https://github.com/kallisti-dev/hs-webdriver"; description = "a Haskell client for the Selenium WebDriver protocol (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -115031,6 +115674,7 @@ self: { buildDepends = [ base bytestring HSFFIG LEXER parsec pretty utf8-env utf8-string ]; + jailbreak = true; description = "Parser and Pretty Printer for the Web IDL Language"; license = stdenv.lib.licenses.bsd3; broken = true; @@ -115051,7 +115695,7 @@ self: { base binary binary-strict bytestring containers filepath hopfli optparse-applicative text vector xmlgen zlib ]; - configureFlags = [ "-f-debug" ]; + jailbreak = true; homepage = "http://github.com/ananthakumaran/webify"; description = "webfont generator"; license = stdenv.lib.licenses.mit; @@ -115233,7 +115877,7 @@ self: { isExecutable = true; buildDepends = [ array base ]; buildTools = [ happy ]; - configureFlags = [ "-f-criterion" "-f-quickcheck" ]; + jailbreak = true; homepage = "http://sebfisch.github.com/haskell-regexp"; description = "Weighted Regular Expression Matcher"; license = stdenv.lib.licenses.bsd3; @@ -115264,6 +115908,7 @@ self: { aeson base blaze-builder bytestring conduit http-types lifted-base resourcet text transformers unordered-containers wai warp ]; + jailbreak = true; homepage = "https://github.com/mcschroeder/welshy"; description = "Haskell web framework (because Scotty had trouble yodeling)"; license = stdenv.lib.licenses.mit; @@ -115276,6 +115921,7 @@ self: { version = "0.0.3.0"; sha256 = "1xxks0jxjwph7372jqnscm6z0b28zz3dvb49b2aw37jmnvwrfdcy"; buildDepends = [ base bson mongoDB mtl text Wheb ]; + jailbreak = true; homepage = "https://github.com/hansonkd/Wheb-Framework"; description = "MongoDB plugin for Wheb"; license = stdenv.lib.licenses.bsd3; @@ -115288,6 +115934,7 @@ self: { version = "0.0.1.0"; sha256 = "025chjp41qbjr9m6c3pd9v510h4aac1rvbyrki3c7617sca8a45h"; buildDepends = [ base bytestring hedis mtl text Wheb ]; + jailbreak = true; homepage = "https://github.com/hansonkd/Wheb-Framework"; description = "Redis connection for Wheb"; license = stdenv.lib.licenses.bsd3; @@ -115300,6 +115947,7 @@ self: { version = "0.1.0.0"; sha256 = "1wykpp325336kk7a1vnnjffankcw0kaw3jcfin53cp8hsx4bwfdp"; buildDepends = [ base mtl StrappedTemplates text Wheb ]; + jailbreak = true; homepage = "https://github.com/hansonkd/Wheb-Framework"; description = "Strapped templates for Wheb"; license = stdenv.lib.licenses.bsd3; @@ -115330,6 +115978,7 @@ self: { buildDepends = [ base containers GLUT mtl OpenGL process random X11 ]; + jailbreak = true; homepage = "http://neugierig.org/software/darcs/whim/"; description = "A Haskell window manager"; license = stdenv.lib.licenses.bsd3; @@ -115342,6 +115991,7 @@ self: { version = "0.1.0.3"; sha256 = "0kbyv0q6z2d2plblafqcmwcfiyhdbijqnqg2w7qxr7dklka8245v"; buildDepends = [ base parsec template-haskell ]; + jailbreak = true; description = "Mustache templates with Template Haskell"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -115368,7 +116018,6 @@ self: { sha256 = "199fd710zicx7ijyvipc7p0d3yg18f6nppcln2wz38hl9kfv0iv0"; editedCabalFile = "c11f42da958683ffb7a2e958dcefe2ef1a3e732732010f44facfbb0fffd7571e"; buildDepends = [ base network network-uri split ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/relrod/whois-hs"; description = "WHOIS client library"; license = stdenv.lib.licenses.bsd3; @@ -115421,7 +116070,7 @@ self: { buildDepends = [ base Crypto dataenc mtl network parsec pretty split time urlencoded ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "http://patch-tag.com/repo/windowslive"; description = "Implements Windows Live Web Authentication and Delegated Authentication"; license = stdenv.lib.licenses.bsd3; @@ -115563,7 +116212,6 @@ self: { base bytestring containers nats semigroups terminfo text transformers wl-pprint-extras ]; - configureFlags = [ "-fcursed" ]; homepage = "http://github.com/ekmett/wl-pprint-terminfo/"; description = "A color pretty printer with terminfo support"; license = stdenv.lib.licenses.bsd3; @@ -115607,6 +116255,7 @@ self: { lifted-async mwc-random network QuickCheck quickcheck-instances safe system-fileio system-filepath text transformers ]; + jailbreak = true; homepage = "https://github.com/nikita-volkov/wobsurv"; description = "A simple and highly performant HTTP file server"; license = stdenv.lib.licenses.mit; @@ -115621,6 +116270,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base binary bytestring filepath zlib ]; + jailbreak = true; description = "Web Open Font Format (WOFF) unpacker"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -115634,6 +116284,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base network split ]; + jailbreak = true; homepage = "http://tom.lokhorst.eu/wol"; description = "Send a Wake on LAN Magic Packet"; license = stdenv.lib.licenses.bsd3; @@ -115789,6 +116440,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base feed HTTP network parallel tagsoup ]; + jailbreak = true; description = "Subscribe to a wiki's RSS feed and archive external links"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -115821,7 +116473,7 @@ self: { hxt-filter polyparse tagchup tagsoup transformers utility-ht xml-basic ]; - configureFlags = [ "-f-buildexamples" ]; + jailbreak = true; homepage = "http://code.haskell.org/~thielema/wraxml/"; description = "Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structure"; license = "GPL"; @@ -115858,7 +116510,6 @@ self: { test-framework-hunit test-framework-quickcheck2 text transformers unix-compat uuid ]; - configureFlags = [ "-f-developer" "-f-httpbin" "-fdoctest" ]; homepage = "http://www.serpentine.com/wreq"; description = "An easy-to-use HTTP client library"; license = stdenv.lib.licenses.bsd3; @@ -115876,6 +116527,7 @@ self: { testDepends = [ assertions base bed-and-breakfast containers filepath lens ]; + jailbreak = true; description = "Colour space transformations and metrics"; license = stdenv.lib.licenses.mit; }) {}; @@ -115893,6 +116545,7 @@ self: { buildDepends = [ base bencode bytestring containers directory safe utf8-string ]; + jailbreak = true; description = "A small tool to list, add and remove webseeds from a torrent file"; license = stdenv.lib.licenses.gpl3; }) {}; @@ -115978,6 +116631,7 @@ self: { buildDepends = [ base vector-space wumpus-basic wumpus-core wumpus-drawing ]; + jailbreak = true; homepage = "http://code.google.com/p/copperbox/"; description = "Microprints - \"greek-text\" pictures"; license = stdenv.lib.licenses.bsd3; @@ -116007,7 +116661,6 @@ self: { version = "0.91.0.0"; sha256 = "133cjc3vfqxyw71a5x99flzg23qa2k28p2zajw6vp0z7qhv8kfjy"; buildDepends = [ base stm wxcore ]; - configureFlags = [ "-fnewbase" "-fsplitbase" ]; homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "wxHaskell"; license = "unknown"; @@ -116036,7 +116689,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base old-time wx wxcore Yampa ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; homepage = "http://www.haskell.org/haskellwiki/WxFruit"; description = "An implementation of Fruit using wxHaskell"; license = stdenv.lib.licenses.bsd3; @@ -116072,7 +116725,6 @@ self: { wxc wxdirect ]; extraLibraries = [ libX11 mesa wxGTK ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "wxHaskell core"; license = "unknown"; @@ -116092,7 +116744,6 @@ self: { buildDepends = [ base containers directory filepath parsec process strict time ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "helper tool for building wxHaskell"; license = stdenv.lib.licenses.bsd3; @@ -116107,6 +116758,7 @@ self: { isLibrary = false; isExecutable = true; buildDepends = [ base wx wxcore ]; + jailbreak = true; homepage = "http://github.com/elbrujohalcon/wxhnotepad"; description = "An example of how to implement a basic notepad with wxHaskell"; license = stdenv.lib.licenses.bsd3; @@ -116161,6 +116813,7 @@ self: { base bytestring ConfigFile containers dgs directory filepath mtl parsec process sgf split ]; + jailbreak = true; homepage = "http://dmwit.com/wyvern"; description = "An autoresponder for Dragon Go Server"; license = stdenv.lib.licenses.bsd3; @@ -116178,6 +116831,7 @@ self: { array base bytestring containers monads-tf text transformers type-level ]; + jailbreak = true; homepage = "http://jwlato.webfactional.com/haskell/x-dsp"; description = "A embedded DSL for manipulating DSP languages in Haskell"; license = stdenv.lib.licenses.gpl3; @@ -116247,7 +116901,6 @@ self: { asn1-encoding asn1-types base bytestring containers crypto-pubkey-types directory filepath mtl pem process x509 ]; - configureFlags = [ "-f-executable" "-f-test" ]; homepage = "http://github.com/vincenthz/hs-certificate"; description = "X.509 collection accessing and storing methods"; license = stdenv.lib.licenses.bsd3; @@ -116376,6 +117029,7 @@ self: { base filepath HUnit language-python test-framework test-framework-hunit xcb-types ]; + jailbreak = true; homepage = "http://github.com/tych0/xcffib"; description = "A cffi-based python binding for X"; license = stdenv.lib.licenses.mit; @@ -116429,6 +117083,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base cairo graphviz gtk mtl polyparse text ]; + jailbreak = true; description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -116442,7 +117097,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base bytestring cereal mtl network ]; - configureFlags = [ "-f-executable" ]; description = "Xenstore client access"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -116458,7 +117112,6 @@ self: { buildDepends = [ base glib ]; buildTools = [ gtk2hs-buildtools ]; pkgconfigDepends = [ libxfconf-0 ]; - configureFlags = [ "-f-buildtests" ]; homepage = "http://patch-tag.com/r/obbele/xfconf/home"; description = "FFI bindings to xfconf"; license = stdenv.lib.licenses.gpl3; @@ -116488,7 +117141,7 @@ self: { buildDepends = [ base bytestring containers ghc-prim mtl parsec regex-base ]; - configureFlags = [ "-fbase4" ]; + jailbreak = true; homepage = "http://code.google.com/p/xhaskell-library/"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; @@ -116581,7 +117234,7 @@ self: { transformers ]; testDepends = [ aeson base bytestring containers HTF text time ]; - configureFlags = [ "-f-minimal-demo" "-f-demos" ]; + jailbreak = true; homepage = "http://github.com/JanAhrens/xing-api-haskell"; description = "Wrapper for the XING API, v1"; license = stdenv.lib.licenses.bsd3; @@ -116687,6 +117340,7 @@ self: { base bytestring conduit containers data-default parsec text time transformers xlsx ]; + jailbreak = true; homepage = "https://github.com/qrilka/xlsx-templater"; description = "Simple and incomplete Excel file templater"; license = stdenv.lib.licenses.mit; @@ -116715,7 +117369,6 @@ self: { buildDepends = [ base containers data-accessor explicit-exception utility-ht ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/XML-Basic"; description = "Basics for XML/HTML representation and processing"; license = stdenv.lib.licenses.bsd3; @@ -116733,6 +117386,7 @@ self: { base bytestring conduit containers text transformers uri-conduit xml-conduit ]; + jailbreak = true; homepage = "http://github.com/snoyberg/xml"; description = "Parse XML catalog files (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -116798,7 +117452,7 @@ self: { base bytestring containers enumerator hspec HUnit text transformers xml-types ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; homepage = "http://github.com/snoyberg/xml"; description = "Pure-Haskell utilities for dealing with XML with the enumerator package. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -116817,7 +117471,7 @@ self: { buildDepends = [ base containers enumerator xml-enumerator xml-types ]; - configureFlags = [ "-f-test" ]; + jailbreak = true; description = "Parser combinators for xml-enumerator and compatible XML parsers"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -116907,6 +117561,7 @@ self: { version = "0.5"; sha256 = "17axppy0xzshmvw8y23hxcj2ixm2fqw3hqrjk90qmpkjcv4nk44r"; buildDepends = [ base mtl transformers transformers-compose xml ]; + jailbreak = true; homepage = "http://github.com/aristidb/xml-monad"; description = "Monadic extensions to the xml package"; license = stdenv.lib.licenses.bsd3; @@ -116982,6 +117637,7 @@ self: { peyotls random sasl simple-pipe stm tighttp transformers-base uuid x509 x509-store x509-validation xml-pipe xmpipe ]; + jailbreak = true; homepage = "https://github.com/YoshikuniJujo/xml-push/wiki"; description = "Push XML from/to client to/from server over XMPP or HTTP"; license = stdenv.lib.licenses.bsd3; @@ -117003,6 +117659,7 @@ self: { hxt-curl hxt-expat hxt-tagsoup process regex-posix tagsoup text unordered-containers vector ]; + jailbreak = true; homepage = "https://github.com/sinelaw/xml-to-json"; description = "Library and command line tool for converting XML files to json"; license = stdenv.lib.licenses.mit; @@ -117066,6 +117723,7 @@ self: { testDepends = [ aeson base bytestring hspec resourcet text transformers ]; + jailbreak = true; homepage = "http://github.com/yihuang/xml2json"; description = "translate xml to json"; license = stdenv.lib.licenses.bsd3; @@ -117084,6 +117742,7 @@ self: { buildDepends = [ array base bio bytestring containers directory xhtml ]; + jailbreak = true; description = "Convert BLAST output in XML format to CSV or HTML"; license = "GPL"; }) {}; @@ -117190,12 +117849,7 @@ self: { unix utf8-string X11 X11-xft ]; extraLibraries = [ libXpm libXrandr wirelesstools ]; - configureFlags = [ - "-fall_extensions" "-f-with_threaded" "-f-with_xpm" "-f-with_dbus" - "-f-with_mpris" "-f-with_datezone" "-f-with_alsa" - "-fall_extensions" "-f-with_mpd" "-f-with_iwlib" "-f-with_inotify" - "-fwith_utf8" "-f-with_xft" - ]; + configureFlags = [ "-fall_extensions" ]; homepage = "http://xmobar.org"; description = "A Minimalistic Text Based Status Bar"; license = stdenv.lib.licenses.bsd3; @@ -117217,7 +117871,6 @@ self: { base containers directory extensible-exceptions filepath mtl process unix utf8-string X11 ]; - configureFlags = [ "-f-testing" "-fsmall_base" ]; postInstall = '' shopt -s globstar mkdir -p $out/share/man/man1 @@ -117242,7 +117895,7 @@ self: { base containers directory extensible-exceptions filepath mtl process unix X11 ]; - configureFlags = [ "-f-testing" "-fsmall_base" ]; + jailbreak = true; homepage = "http://xmonad.org"; description = "A tiling window manager"; license = stdenv.lib.licenses.bsd3; @@ -117261,7 +117914,6 @@ self: { base containers directory extensible-exceptions mtl old-locale old-time process random unix utf8-string X11 X11-xft xmonad ]; - configureFlags = [ "-f-testing" "-fuse_xft" "-fsmall_base" ]; homepage = "http://xmonad.org/"; description = "Third party extensions for xmonad"; license = stdenv.lib.licenses.bsd3; @@ -117281,7 +117933,7 @@ self: { old-time process random unix utf8-string X11 X11-xft xmonad-bluetilebranch ]; - configureFlags = [ "-f-testing" "-fuse_xft" "-fsmall_base" ]; + jailbreak = true; homepage = "http://xmonad.org/"; description = "Third party extensions for xmonad"; license = stdenv.lib.licenses.bsd3; @@ -117311,7 +117963,7 @@ self: { base containers directory hint mtl old-locale old-time process random unix X11 xmonad xmonad-contrib ]; - configureFlags = [ "-fsmall_base" ]; + jailbreak = true; homepage = "http://xmonad.org/"; description = "Module for evaluation Haskell expressions in the running xmonad instance"; license = stdenv.lib.licenses.bsd3; @@ -117331,10 +117983,7 @@ self: { random regex-posix split unix X11 xmonad xmonad-contrib ]; configureFlags = [ - "-f-with_hlist" "-fwith_split" "-fwith_parsec" "-f-testing" - "-fwith_template_haskell" "-fwith_regex_posix" "-f-with_hlist" - "-f-with_mpd" "-f-with_hint" "-fwith_split" "-fwith_parsec" - "-fsmall_base" + "-f-with_hlist" "-fwith_split" "-fwith_parsec" ]; homepage = "http://projects.haskell.org/xmonad-extras"; description = "Third party extensions for xmonad with wacky dependencies"; @@ -117420,6 +118069,7 @@ self: { base blaze-builder bytestring double-conversion strict xournal-types ]; + jailbreak = true; description = "text builder for xournal file format"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -117439,6 +118089,7 @@ self: { base bytestring cairo cmdargs directory filepath HStringTemplate mtl xournal-parser xournal-render xournal-types ]; + jailbreak = true; homepage = "http://ianwookim.org/hxournal"; description = "convert utility for xoj files"; license = stdenv.lib.licenses.bsd3; @@ -117476,7 +118127,7 @@ self: { base bytestring cairo containers fclabels mtl poppler strict TypeCompose xournal-types ]; - configureFlags = [ "-fpoppler" ]; + jailbreak = true; description = "Xournal file renderer"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -117509,6 +118160,7 @@ self: { buildDepends = [ array base containers directory process random unix ]; + jailbreak = true; homepage = "http://malde.org/~ketil/"; description = "Cluster EST sequences"; license = "GPL"; @@ -117526,7 +118178,6 @@ self: { testDepends = [ base directory doctest filepath QuickCheck quickcheck-instances ]; - configureFlags = [ "-fsmall_base" ]; homepage = "https://github.com/tonymorris/xsd"; description = "XML Schema data structures"; license = stdenv.lib.licenses.bsd3; @@ -117539,7 +118190,6 @@ self: { version = "0.0.0"; sha256 = "0xljcmc8rsvkpchrdam3lpp4igq1gmym9v3drp15a9k8rfa8irmi"; buildDepends = [ base HUnit QuickCheck uniplate vector ]; - configureFlags = [ "-fsplit-base" ]; description = "cryptanalysis of Blizzard's broken SHA-1 implementation"; license = stdenv.lib.licenses.mit; }) {}; @@ -117572,7 +118222,6 @@ self: { attoparsec base containers css-text hspec HUnit network-uri tagsoup text utf8-string ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://github.com/yesodweb/haskell-xss-sanitize"; description = "sanitize untrusted HTML to prevent XSS attacks"; license = stdenv.lib.licenses.bsd3; @@ -117628,6 +118277,7 @@ self: { editedCabalFile = "1d641797e9e431c6152dc41cbe72551bb2f91cec8265d3a5e3b2b9718764d274"; buildDepends = [ base bytestring crypto-api tagged ]; testDepends = [ base bytestring hspec QuickCheck ]; + jailbreak = true; description = "A Haskell implementation of the xxHash algorithm"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -117664,7 +118314,6 @@ self: { transformers unordered-containers vector wai warp yaml yesod-core yesod-form zlib ]; - configureFlags = [ "-fupload" ]; homepage = "http://github.com/snoyberg/yackage"; description = "Personal Hackage replacement for testing new packages"; license = stdenv.lib.licenses.bsd3; @@ -117681,6 +118330,7 @@ self: { buildDepends = [ attoparsec base cassava conduit lens mtl text vector wreq ]; + jailbreak = true; description = "Streaming aproach to the yahoo finance api"; license = stdenv.lib.licenses.mit; }) {}; @@ -117722,6 +118372,7 @@ self: { buildDepends = [ base bytestring enumerator json-types text transformers yajl ]; + jailbreak = true; homepage = "https://john-millikin.com/software/haskell-yajl/"; description = "Enumerator-based interface to YAJL, an event-based JSON implementation"; license = stdenv.lib.licenses.gpl3; @@ -117772,9 +118423,6 @@ self: { hspec-expectations HUnit resourcet text transformers unordered-containers vector ]; - configureFlags = [ - "-f-no-unicode" "-f-system-libyaml" "-f-no-exe" - ]; homepage = "http://github.com/snoyberg/yaml/"; description = "Support for parsing and rendering YAML documents"; license = stdenv.lib.licenses.bsd3; @@ -117795,6 +118443,7 @@ self: { base deepseq failure hashable QuickCheck tasty tasty-quickcheck text unordered-containers yaml ]; + jailbreak = true; description = "Configuration management"; license = stdenv.lib.licenses.mit; }) {}; @@ -117906,7 +118555,6 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base blank-canvas stm text time Yampa ]; - configureFlags = [ "-f-example" ]; description = "blank-canvas frontend for yampa"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -117921,6 +118569,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base GLFW-b newtype OpenGL vector-space Yampa ]; + jailbreak = true; homepage = "https://github.com/deepfire/yampa-glfw"; description = "Connects GLFW-b (GLFW 3+) with the Yampa FRP library"; license = stdenv.lib.licenses.gpl3; @@ -117959,6 +118608,7 @@ self: { version = "0.2"; sha256 = "14lq549jhgnf51pgy1jv31ik8qx71yl7d53w8dpq1f9mlsn1g16i"; buildDepends = [ base ]; + jailbreak = true; description = "yet another prelude - a simplistic refactoring with algebraic classes"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -118016,7 +118666,6 @@ self: { version = "0.1"; sha256 = "0aa0g2r7ck052wqkqqxzvkdqv9d7x3v7rqqd8iajwys9cvqny4m5"; buildDepends = [ base containers csv mtl uniplate yhccore ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Yhc"; description = "Additional utilities to work with Yhc Core"; license = stdenv.lib.licenses.bsd3; @@ -118036,7 +118685,6 @@ self: { base containers directory filepath process strict time unix xdg-basedir ]; - configureFlags = [ "-f-profiling" ]; homepage = "http://dmwit.com/yeganesh"; description = "small dmenu wrapper"; license = stdenv.lib.licenses.bsd3; @@ -118095,6 +118743,7 @@ self: { aeson base containers shakespeare template-haskell text transformers yesod ]; + jailbreak = true; description = "Yesod Angular JS integration"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -118123,7 +118772,6 @@ self: { resourcet safe shakespeare template-haskell text time transformers unordered-containers wai yesod-core yesod-form yesod-persistent ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://www.yesodweb.com/"; description = "Authentication for Yesod"; license = stdenv.lib.licenses.mit; @@ -118164,6 +118812,7 @@ self: { base bcrypt bytestring text yesod-auth yesod-core yesod-form yesod-persistent ]; + jailbreak = true; homepage = "http://www.yesodweb.com/"; description = "BCrypt salted and hashed passwords in a database as auth for yesod"; license = stdenv.lib.licenses.mit; @@ -118259,7 +118908,7 @@ self: { authenticate-ldap base bytestring hamlet LDAP text transformers yesod-auth yesod-core yesod-form ]; - configureFlags = [ "-fghc7" ]; + jailbreak = true; homepage = "http://www.yesodweb.com/"; description = "LDAP Authentication for Yesod"; license = stdenv.lib.licenses.bsd3; @@ -118277,7 +118926,6 @@ self: { authenticate-oauth base bytestring lifted-base text transformers yesod-auth yesod-core yesod-form ]; - configureFlags = [ "-fghc7" ]; homepage = "http://www.yesodweb.com/"; description = "OAuth Authentication for Yesod"; license = stdenv.lib.licenses.bsd3; @@ -118297,7 +118945,6 @@ self: { lifted-base network-uri text transformers uuid yesod-auth yesod-core yesod-form ]; - configureFlags = [ "-fnetwork-uri" "-fghc7" ]; homepage = "http://github.com/scan/yesod-auth-oauth2"; description = "Library to authenticate with OAuth 2.0 for Yesod web applications."; license = stdenv.lib.licenses.bsd3; @@ -118349,6 +118996,7 @@ self: { http-conduit http-types template-haskell text time transformers wai yesod-auth yesod-core ]; + jailbreak = true; homepage = "https://github.com/prowdsponsor/yesod-auth-zendesk"; description = "Zendesk remote authentication support for Yesod apps"; license = stdenv.lib.licenses.bsd3; @@ -118401,6 +119049,7 @@ self: { persistent template-haskell text time wai yesod yesod-auth yesod-form yesod-markdown ]; + jailbreak = true; homepage = "http://github.com/pbrisbin/yesod-comments"; description = "A generic comments interface for a Yesod application"; license = stdenv.lib.licenses.bsd3; @@ -118486,6 +119135,7 @@ self: { template-haskell test-framework test-framework-hunit test-framework-quickcheck2 text transformers ]; + jailbreak = true; homepage = "http://github.com/tlaitinen/yesod-datatables"; description = "Yesod plugin for DataTables (jQuery grid plugin)"; license = stdenv.lib.licenses.bsd3; @@ -118519,6 +119169,7 @@ self: { shakespeare-text strict syb text transformers ]; buildTools = [ alex happy ]; + jailbreak = true; homepage = "https://github.com/tlaitinen/yesod-dsl"; description = "DSL for generating Yesod subsite to manage an RDBMS;"; license = stdenv.lib.licenses.bsd3; @@ -118558,7 +119209,7 @@ self: { yesod-core yesod-static ]; extraLibraries = [ sqlite ]; - configureFlags = [ "-fghc7" ]; + jailbreak = true; homepage = "http://www.yesodweb.com/"; description = "Example programs using the Yesod Web Framework. (deprecated)"; license = stdenv.lib.licenses.bsd3; @@ -118620,7 +119271,6 @@ self: { time transformers wai xss-sanitize yesod-core yesod-persistent ]; testDepends = [ base hspec text time ]; - configureFlags = [ "-fnetwork-uri" ]; homepage = "http://www.yesodweb.com/"; description = "Form handling support for Yesod Web Framework"; license = stdenv.lib.licenses.mit; @@ -118672,6 +119322,7 @@ self: { base blaze-html bytestring directory HTTP old-locale pandoc pureMD5 text time yesod yesod-form ]; + jailbreak = true; homepage = "http://github.com/pbrisbin/yesod-goodies"; description = "A collection of various small helpers useful in any yesod application"; license = stdenv.lib.licenses.bsd3; @@ -118696,6 +119347,7 @@ self: { version = "0.3.0"; sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; buildDepends = [ base text yesod-core ]; + jailbreak = true; homepage = "http://github.com/pbrisbin/yesod-goodies/yesod-links"; description = "A typeclass which simplifies creating link widgets throughout your site"; license = stdenv.lib.licenses.bsd3; @@ -118727,7 +119379,7 @@ self: { wai-logger warp yaml yesod yesod-auth yesod-core yesod-form yesod-persistent yesod-static ]; - configureFlags = [ "-fconduit11" "-flibrary-only" "-f-dev" ]; + jailbreak = true; homepage = "https://github.com/prowdsponsor/mangopay"; description = "Yesod library for MangoPay API access"; license = stdenv.lib.licenses.bsd3; @@ -118775,7 +119427,6 @@ self: { version = "0.1"; sha256 = "088m7prg774wdh8fp7zljxj65zj5krl4pggl63anv2wk7nlw27py"; buildDepends = [ base template-haskell yesod ]; - configureFlags = [ "-fghc7" ]; description = "Pagination for Yesod sites"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -118810,6 +119461,7 @@ self: { buildDepends = [ base persistent resourcet text transformers yesod ]; + jailbreak = true; homepage = "http://github.com/pbrisbin/yesod-paginator"; description = "A pagination approach for yesod"; license = stdenv.lib.licenses.bsd3; @@ -118902,6 +119554,7 @@ self: { yesod-auth yesod-auth-hashdb yesod-core yesod-form yesod-persistent yesod-routes yesod-static yesod-test ]; + jailbreak = true; homepage = "http://www.yesodweb.com/"; description = "Meta package for Yesod (deprecated)"; license = stdenv.lib.licenses.mit; @@ -118918,6 +119571,7 @@ self: { buildDepends = [ base shakespeare text transformers yesod yesod-form ]; + jailbreak = true; homepage = "https://github.com/cutsea110/yesod-pnotify"; description = "Yet another getMessage/setMessage using pnotify jquery plugins"; license = stdenv.lib.licenses.bsd3; @@ -118930,6 +119584,7 @@ self: { version = "0.1.0.2"; sha256 = "0v3xvhk5nxc2y3c21y6h7w6lg5vm1s2vzf9f02qw8gj928vsidzg"; buildDepends = [ base fast-logger text yesod yesod-core ]; + jailbreak = true; homepage = "https://github.com/snoyberg/yesod-pure"; description = "Yesod in pure Haskell: no Template Haskell or QuasiQuotes (deprecated)"; license = stdenv.lib.licenses.mit; @@ -119024,6 +119679,7 @@ self: { base blaze-html directory hamlet pandoc persistent text xss-sanitize yesod-core yesod-form ]; + jailbreak = true; homepage = "http://github.com/pSub/yesod-rst"; description = "Tools for using reStructuredText (RST) in a yesod application"; license = "GPL"; @@ -119140,7 +119796,6 @@ self: { base bytestring hamlet hspec HUnit shakespeare template-haskell text yesod-core yesod-static yesod-test ]; - configureFlags = [ "-f-example" ]; homepage = "https://bitbucket.org/wuzzeb/yesod-static-generators"; description = "Yesod generators for embedding AngularJs code into yesod-static at compile time"; license = stdenv.lib.licenses.mit; @@ -119196,6 +119851,7 @@ self: { aeson base bytestring conduit hspec http-types HUnit text transformers wai wai-test yesod-default ]; + jailbreak = true; homepage = "https://github.com/bogiebro/yesod-test-json"; description = "Utility functions for testing JSON web services written in Yesod"; license = stdenv.lib.licenses.bsd3; @@ -119248,6 +119904,7 @@ self: { base blaze-html hamlet monad-logger persistent persistent-sqlite resourcet text yesod yesod-form ]; + jailbreak = true; homepage = "https://github.com/Tener/yesod-vend"; description = "Simple CRUD classes for easy view creation for Yesod"; license = stdenv.lib.licenses.bsd3; @@ -119284,6 +119941,7 @@ self: { resourcet stm template-haskell transformers transformers-base yesod yesod-core ]; + jailbreak = true; homepage = "https://github.com/jamesdabbs/yesod-worker"; description = "Drop-in(ish) background worker system for Yesod apps"; license = stdenv.lib.licenses.gpl3; @@ -119296,7 +119954,6 @@ self: { version = "0.9.1"; sha256 = "18gjzlpxn0hp723ybjgq1zdbpl35iqphs7b8r5x9ddbkm435sw93"; buildDepends = [ base containers mtl pretty uniplate ]; - configureFlags = [ "-fsplitbase" ]; homepage = "http://www.haskell.org/haskellwiki/Yhc"; description = "Yhc's Internal Core language"; license = stdenv.lib.licenses.bsd3; @@ -119332,10 +119989,7 @@ self: { base directory filepath HUnit lens QuickCheck semigroups tasty tasty-hunit tasty-quickcheck text yi-language yi-rope ]; - configureFlags = [ - "-fpango" "-fvty" "-ftesting" "-f-eventlog" "-f-profiling" "-fvty" - "-fpango" - ]; + configureFlags = [ "-fpango" "-fvty" ]; homepage = "http://haskell.org/haskellwiki/Yi"; description = "The Haskell-Scriptable Editor"; license = stdenv.lib.licenses.gpl2; @@ -119355,6 +120009,7 @@ self: { oo-prototypes split text time transformers-base yi yi-language yi-rope ]; + jailbreak = true; homepage = "http://haskell.org/haskellwiki/Yi"; description = "Add-ons to Yi, the Haskell-Scriptable Editor"; license = stdenv.lib.licenses.gpl2; @@ -119476,6 +120131,7 @@ self: { version = "0.1"; sha256 = "152ys2x416322c13nxmi25wpilq0ddd6hj36mr25jaacf1qszv6q"; buildDepends = [ base yi ]; + jailbreak = true; homepage = "https://github.com/melrief/yi-spolsky"; description = "Spolsky colour theme for the Yi text editor"; license = stdenv.lib.licenses.bsd3; @@ -119527,7 +120183,6 @@ self: { base containers pretty strict-concurrency vector ]; extraLibraries = [ gmp yices ]; - configureFlags = [ "-fyices-dynamic" ]; homepage = "http://code.haskell.org/~dons/code/yices-painless"; description = "An embedded language for programming the Yices SMT solver"; license = stdenv.lib.licenses.bsd3; @@ -119546,6 +120201,7 @@ self: { buildDepends = [ base directory ftphs haskeline hsConfigure mtl process unix ]; + jailbreak = true; homepage = "http://homepage3.nifty.com/salamander/second/projects/yjftp/index.xhtml"; description = "CUI FTP client like 'ftp', 'ncftp'"; license = "GPL"; @@ -119560,6 +120216,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base directory ftphs mtl process unix ]; + jailbreak = true; homepage = "http://homepage3.nifty.com/salamander/second/projects/yjftp/index.xhtml"; description = "CUI FTP client like 'ftp', 'ncftp'"; license = "GPL"; @@ -119668,6 +120325,7 @@ self: { hxt lens opendatatable parsec SHA text transformers unordered-containers uri-template utf8-string uuid vector zlib ]; + jailbreak = true; homepage = "https://github.com/fabianbergmark/YQL"; description = "A YQL engine to execute Open Data Tables"; license = stdenv.lib.licenses.bsd2; @@ -119809,6 +120467,7 @@ self: { http-types monad-logger mtl pem template-haskell text time tls transformers unordered-containers x509 x509-store x509-validation ]; + jailbreak = true; homepage = "https://github.com/VictorDenisov/zendesk-api"; description = "Zendesk API for Haskell programming language"; license = stdenv.lib.licenses.mit; @@ -119927,6 +120586,7 @@ self: { base Cabal derive directory filepath haskell-src-exts hskeleton monoid-record process syb template-haskell ]; + jailbreak = true; description = "ZeroTH - remove unnecessary TH dependencies"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -119943,7 +120603,6 @@ self: { base bytestring cereal MissingH mtl transformers ]; testDepends = [ base bytestring mtl QuickCheck random ]; - configureFlags = [ "-f-developer" ]; homepage = "https://github.com/djoyner/zigbee-znet25"; description = "XBee ZNet 2.5 (ZigBee) wireless modem communications"; license = stdenv.lib.licenses.bsd3; @@ -119967,7 +120626,6 @@ self: { testDepends = [ base bytestring directory HUnit old-time process time ]; - configureFlags = [ "-f-executable" "-fsplitbase" ]; homepage = "http://github.com/jgm/zip-archive"; description = "Library for creating and modifying zip archives"; license = stdenv.lib.licenses.bsd3; @@ -120097,7 +120755,6 @@ self: { buildDepends = [ base bytestring enumerator transformers zlib-bindings ]; - configureFlags = [ "-f-test" ]; homepage = "http://github.com/maltem/zlib-enum"; description = "Enumerator interface for zlib compression"; license = stdenv.lib.licenses.mit; @@ -120154,6 +120811,7 @@ self: { aeson base binary containers data-ordlist deepseq deepseq-generics directory filepath mtl parallel-io text zmidi-core ]; + jailbreak = true; homepage = "https://bitbucket.org/bash/zmidi-score"; description = "Representing MIDI a simple score"; license = stdenv.lib.licenses.gpl3; @@ -120183,6 +120841,7 @@ self: { version = "0.5"; sha256 = "1n27j8ca79a1ijn7k7dp61kjz62i6zfzlns8n0kwgyvpx413ws8y"; buildDepends = [ base time ]; + jailbreak = true; description = "ZoneInfo library"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -120200,6 +120859,7 @@ self: { buildDepends = [ base directory filepath ghc hamlet hint mtl template-haskell text ]; + jailbreak = true; homepage = "http://github.com/iand675/Zoom"; description = "A rake/thor-like task runner written in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -120227,7 +120887,7 @@ self: { base blaze-builder iteratee QuickCheck random test-framework test-framework-quickcheck2 transformers type-level unix ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; description = "A streamable, seekable, zoomable cache file format"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -120244,7 +120904,7 @@ self: { base blaze-builder bytestring containers iteratee ListLike mtl type-level zoom-cache ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; description = "Library for zoom-cache PCM audio codecs"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -120264,7 +120924,7 @@ self: { base bytestring containers data-default hsndfile hsndfile-vector mtl ui-command vector zoom-cache zoom-cache-pcm ]; - configureFlags = [ "-fsplitbase" ]; + jailbreak = true; description = "Tools for generating zoom-cache-pcm files"; license = stdenv.lib.licenses.lgpl21; }) {}; @@ -120311,7 +120971,6 @@ self: { array base containers filepath hinotify old-locale process regex-compat time unix ]; - configureFlags = [ "-finotify" ]; description = "Multi-file, colored, filtered log tailer"; license = stdenv.lib.licenses.bsd3; }) {};