hackage-packages.nix: update to https://github.com/commercialhaskell/all-cabal-files/commit/1f18eb65463817b88fed29ee1560a3ec95a562a4 with hackage2nix revision v20150807-5-g2b9cf46

+247 -135
+247 -135
pkgs/development/haskell-modules/hackage-packages.nix
··· 7157 ({ mkDerivation, allocated-processor, base, opencv, vector-space }: 7158 mkDerivation { 7159 pname = "HOpenCV"; 7160 - version = "0.1.2.4"; 7161 - sha256 = "1q32rcrzv79z125sbjlzhd4sl1pl8if01vrwd7y18s3acs3aqr4b"; 7162 isLibrary = true; 7163 isExecutable = true; 7164 libraryHaskellDepends = [ allocated-processor base vector-space ]; ··· 7166 executableHaskellDepends = [ base ]; 7167 executablePkgconfigDepends = [ opencv ]; 7168 description = "A binding for the OpenCV computer vision library"; 7169 - license = stdenv.lib.licenses.bsd3; 7170 }) { inherit (pkgs) opencv;}; 7171 7172 "HPDF" = callPackage ··· 29555 }: 29556 mkDerivation { 29557 pname = "cabal-helper"; 29558 - version = "0.3.7.0"; 29559 - sha256 = "1lq8i45wvk8rqilay7j9i9iv5irhqvdg3bp96mj2xxaxrpfi7l20"; 29560 isLibrary = true; 29561 isExecutable = true; 29562 libraryHaskellDepends = [ ··· 31040 description = "the Computer Algebra SHell"; 31041 license = stdenv.lib.licenses.bsd3; 31042 hydraPlatforms = stdenv.lib.platforms.none; 31043 }) {}; 31044 31045 "cassandra-cql" = callPackage ··· 36133 ({ mkDerivation, base, tagged, void }: 36134 mkDerivation { 36135 pname = "constrained-categories"; 36136 - version = "0.2.0.0"; 36137 - sha256 = "1mh61gfydh068qws3r52rbnw30ihi9k88wklx8p18j43c7jngamx"; 36138 libraryHaskellDepends = [ base tagged void ]; 36139 homepage = "https://github.com/leftaroundabout/constrained-categories"; 36140 description = "Constrained clones of the category-theory type classes, using ConstraintKinds"; ··· 39111 }) {}; 39112 39113 "cv-combinators" = callPackage 39114 - ({ mkDerivation, allocated-processor, base 39115 - , graphics-drawingcombinators, HOpenCV, SDL, vector-space 39116 }: 39117 mkDerivation { 39118 pname = "cv-combinators"; 39119 - version = "0.1.2.3"; 39120 - sha256 = "1bdhs4dy9yfgc9j281rxiiy9md3s27yy44scz86s29vbm7prccvp"; 39121 isLibrary = true; 39122 isExecutable = true; 39123 libraryHaskellDepends = [ 39124 allocated-processor base HOpenCV vector-space 39125 ]; 39126 executableHaskellDepends = [ 39127 - allocated-processor base graphics-drawingcombinators HOpenCV SDL 39128 - vector-space 39129 ]; 39130 description = "Functional Combinators for Computer Vision"; 39131 - license = stdenv.lib.licenses.bsd3; 39132 }) {}; 39133 39134 "cyclotomic" = callPackage ··· 44260 network network-multicast network-transport network-transport-tcp 44261 transformers 44262 ]; 44263 homepage = "http://haskell-distributed.github.com"; 44264 description = "Simple zero-configuration backend for Cloud Haskell"; 44265 license = stdenv.lib.licenses.bsd3; ··· 52533 hydraPlatforms = stdenv.lib.platforms.none; 52534 }) {}; 52535 52536 "formatting" = callPackage 52537 ({ mkDerivation, base, clock, old-locale, scientific, text 52538 , text-format, time ··· 56194 }: 56195 mkDerivation { 56196 pname = "github-backup"; 56197 - version = "1.20150618"; 56198 - sha256 = "110nivss9436ls2mr5bl0m6fzg6ds5m0ams803zq60b8dya96wic"; 56199 isLibrary = false; 56200 isExecutable = true; 56201 executableHaskellDepends = [ ··· 60467 pname = "hadoop-formats"; 60468 version = "0.2.1.1"; 60469 sha256 = "1w3869jz3mxhzdik5fwaha7dn9rhjg5w8g0qnznd4x45cnzxv5ga"; 60470 libraryHaskellDepends = [ attoparsec base bytestring text vector ]; 60471 librarySystemDepends = [ snappy ]; 60472 testHaskellDepends = [ base bytestring filepath text vector ]; 60473 - jailbreak = true; 60474 homepage = "http://github.com/jystic/hadoop-formats"; 60475 description = "Read/write file formats commonly used by Hadoop"; 60476 license = stdenv.lib.licenses.asl20; ··· 64615 }: 64616 mkDerivation { 64617 pname = "hasql-postgres"; 64618 - version = "0.10.3.3"; 64619 - sha256 = "0xwc1r7jirscsn1f11s7hkhc5knzzhb5l6if7c5w4skfx0vla7rh"; 64620 libraryHaskellDepends = [ 64621 aeson attoparsec base-prelude bytestring either free hashable 64622 hashtables hasql-backend list-t loch-th mmorph placeholders ··· 64722 }: 64723 mkDerivation { 64724 pname = "haste-compiler"; 64725 - version = "0.5.0"; 64726 - sha256 = "18n9sl9m2fpzshpj3gqvd7wlmvz5mrgsz8awcd3imcb7136qa9s9"; 64727 configureFlags = [ "-fportable" ]; 64728 isLibrary = true; 64729 isExecutable = true; ··· 67847 ({ mkDerivation, base, containers, directory, unix }: 67848 mkDerivation { 67849 pname = "hinotify"; 67850 - version = "0.3.7"; 67851 - sha256 = "0i7mxg9ilzcgijda6j3ya5xnpbxa3wm9xswdfif95jim9w82sw0b"; 67852 libraryHaskellDepends = [ base containers directory unix ]; 67853 homepage = "https://github.com/kolmodin/hinotify.git"; 67854 description = "Haskell binding to inotify"; 67855 license = stdenv.lib.licenses.bsd3; ··· 68727 testHaskellDepends = [ base process ]; 68728 description = "Low-level bindings to libgit2"; 68729 license = stdenv.lib.licenses.mit; 68730 - hydraPlatforms = stdenv.lib.platforms.none; 68731 }) { inherit (pkgs) openssl;}; 68732 68733 "hlibsass" = callPackage ··· 72465 ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base 72466 , bin-package-db, bytestring, Cabal, containers, deepseq, directory 72467 , exceptions, filepath, fsnotify, ghc, ghc-mod, ghc-paths 72468 - , haddock-api, haskell-src-exts, hdocs, hlint, HTTP, lens 72469 - , lifted-base, monad-control, monad-loops 72470 , MonadCatchIO-transformers, mtl, network, process 72471 - , regex-pcre-builtin, scientific, simple-log, system-filepath 72472 - , template-haskell, text, time, transformers, transformers-base 72473 - , uniplate, unix, unordered-containers, vector 72474 }: 72475 mkDerivation { 72476 pname = "hsdev"; 72477 - version = "0.1.4.1"; 72478 - sha256 = "180xrxamas2fg2366k3cpy7al8mq82d1hgjrs7i1r2s3gr877xz8"; 72479 isLibrary = true; 72480 isExecutable = true; 72481 libraryHaskellDepends = [ 72482 aeson aeson-pretty array attoparsec base bin-package-db bytestring 72483 Cabal containers deepseq directory exceptions filepath fsnotify ghc 72484 - ghc-mod ghc-paths haddock-api haskell-src-exts hdocs hlint HTTP 72485 - lens lifted-base monad-control monad-loops 72486 MonadCatchIO-transformers mtl network process regex-pcre-builtin 72487 - scientific simple-log system-filepath template-haskell text time 72488 - transformers transformers-base uniplate unix unordered-containers 72489 - vector 72490 ]; 72491 executableHaskellDepends = [ 72492 aeson aeson-pretty base bytestring containers deepseq directory ··· 74564 }: 74565 mkDerivation { 74566 pname = "html-tokenizer"; 74567 - version = "0.3.0.3"; 74568 - sha256 = "0xdjjmpp1wh17cb4lnziglwhv7frr0y5v216s5ycy9lkby9r9fyv"; 74569 libraryHaskellDepends = [ 74570 attoparsec base-prelude case-insensitive conversion 74571 conversion-case-insensitive conversion-text text ··· 74573 testHaskellDepends = [ 74574 base base-prelude directory doctest filepath 74575 ]; 74576 - jailbreak = true; 74577 homepage = "https://github.com/nikita-volkov/html-tokenizer"; 74578 description = "An \"attoparsec\"-based HTML tokenizer"; 74579 license = stdenv.lib.licenses.mit; ··· 75135 license = stdenv.lib.licenses.publicDomain; 75136 }) {}; 75137 75138 "http-media" = callPackage 75139 ({ mkDerivation, base, bytestring, case-insensitive, containers 75140 , QuickCheck, test-framework, test-framework-quickcheck2 ··· 77033 , bytestring-trie, Cabal-ide-backend, containers, crypto-api 77034 , data-accessor, data-accessor-mtl, deepseq, directory 77035 , executable-path, filemanip, filepath, fingertree, ghc-prim, HUnit 77036 - , ide-backend-common, mtl, pretty-show, process, pureMD5, random 77037 - , regex-compat, stm, tagged, tasty, template-haskell, temporary 77038 - , test-framework, test-framework-hunit, text, time, transformers 77039 - , unix, unordered-containers, utf8-string 77040 }: 77041 mkDerivation { 77042 pname = "ide-backend"; 77043 - version = "0.9.0.11"; 77044 - sha256 = "06ip0yq8vb8i0qcz2l7z4s1myxm6ix3l44gmjpvspj9vwlsrfxpp"; 77045 isLibrary = true; 77046 isExecutable = true; 77047 libraryHaskellDepends = [ ··· 77062 testHaskellDepends = [ 77063 aeson async base binary bytestring Cabal-ide-backend containers 77064 deepseq directory executable-path filemanip filepath HUnit 77065 - ide-backend-common process random regex-compat stm tagged tasty 77066 - template-haskell temporary test-framework test-framework-hunit text 77067 - unix utf8-string 77068 ]; 77069 description = "An IDE backend library"; 77070 license = stdenv.lib.licenses.mit; ··· 77073 "ide-backend-common" = callPackage 77074 ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring 77075 , bytestring-trie, containers, crypto-api, data-accessor, directory 77076 - , filepath, fingertree, mtl, pretty-show, pureMD5, tagged 77077 - , template-haskell, temporary, text, transformers, unix 77078 }: 77079 mkDerivation { 77080 pname = "ide-backend-common"; 77081 - version = "0.9.1.3"; 77082 - sha256 = "11dnm1ibgibrjkxigzh9l442npb2br5rchahm6gza88imy3xcd96"; 77083 libraryHaskellDepends = [ 77084 aeson async attoparsec base binary bytestring bytestring-trie 77085 containers crypto-api data-accessor directory filepath fingertree 77086 - mtl pretty-show pureMD5 tagged template-haskell temporary text 77087 - transformers unix 77088 ]; 77089 description = "Shared library used be ide-backend and ide-backend-server"; 77090 license = stdenv.lib.licenses.mit; ··· 77103 77104 "ide-backend-server" = callPackage 77105 ({ mkDerivation, array, async, base, bytestring, Cabal, containers 77106 - , data-accessor, data-accessor-mtl, directory, filemanip, filepath 77107 - , ghc, haddock-api, ide-backend-common, mtl, process, temporary 77108 - , text, time, transformers, unix, unordered-containers 77109 }: 77110 mkDerivation { 77111 pname = "ide-backend-server"; 77112 - version = "0.9.0"; 77113 - sha256 = "0kljg5dpcxhk4dr8mi5ywb0ykygqm9p89rinyk1i2fqdcvza89rm"; 77114 isLibrary = false; 77115 isExecutable = true; 77116 executableHaskellDepends = [ 77117 array async base bytestring Cabal containers data-accessor 77118 - data-accessor-mtl directory filemanip filepath ghc haddock-api 77119 - ide-backend-common mtl process temporary text time transformers 77120 - unix unordered-containers 77121 ]; 77122 description = "An IDE backend server"; 77123 license = stdenv.lib.licenses.mit; ··· 81213 }) {}; 81214 81215 "json-rpc" = callPackage 81216 - ({ mkDerivation, aeson, async, attoparsec, base, bytestring 81217 - , conduit, conduit-extra, deepseq, hashable, mtl, QuickCheck, stm 81218 - , stm-conduit, test-framework, test-framework-quickcheck2, text 81219 - , transformers, unordered-containers 81220 }: 81221 mkDerivation { 81222 pname = "json-rpc"; 81223 - version = "0.2.1.6"; 81224 - sha256 = "1y9c95qbvkg0r75y4dd0fvcy5r0bj08pklf7hl052ncwm87l9hln"; 81225 libraryHaskellDepends = [ 81226 - aeson async attoparsec base bytestring conduit conduit-extra 81227 - deepseq hashable mtl stm stm-conduit text transformers 81228 - unordered-containers 81229 ]; 81230 testHaskellDepends = [ 81231 - aeson async base bytestring conduit conduit-extra deepseq hashable 81232 - mtl QuickCheck stm stm-conduit test-framework 81233 test-framework-quickcheck2 text unordered-containers 81234 ]; 81235 - jailbreak = true; 81236 homepage = "https://github.com/xenog/json-rpc"; 81237 description = "Fully-featured JSON-RPC 2.0 library"; 81238 license = stdenv.lib.licenses.publicDomain; ··· 81296 }: 81297 mkDerivation { 81298 pname = "json-schema"; 81299 - version = "0.7.3.7"; 81300 - sha256 = "0lrr5zhydb2g36xlpr3mhn0m6bz138gbm0zih3f3qamnsm21mjk5"; 81301 - revision = "1"; 81302 - editedCabalFile = "94b50ebb4b1aa921270db172dbef2ed18c85846d147d1526ec9c85ea0be1705a"; 81303 libraryHaskellDepends = [ 81304 aeson base containers generic-aeson generic-deriving mtl scientific 81305 text time unordered-containers vector ··· 82258 keera-hails-reactivevalues MissingK mtl network process SDL 82259 SDL-mixer setlocale time utf8-string 82260 ]; 82261 homepage = "http://keera.co.uk/projects/keera-posture"; 82262 description = "Get notifications when your sitting posture is inappropriate"; 82263 license = "unknown"; ··· 87435 }: 87436 mkDerivation { 87437 pname = "llvm-general"; 87438 - version = "3.4.5.3"; 87439 - sha256 = "03rps9ga20cdqfh2khqnahwrkljs714ac7yx9x7krb3dngf83zsm"; 87440 libraryHaskellDepends = [ 87441 array base bytestring containers llvm-general-pure mtl parsec 87442 setenv template-haskell transformers transformers-compat ··· 87459 }: 87460 mkDerivation { 87461 pname = "llvm-general-pure"; 87462 - version = "3.4.5.3"; 87463 - sha256 = "1b3zh2y3b3jj5sg6421wv2qsrhyjs23qdzrk693r7mpj10rd258k"; 87464 libraryHaskellDepends = [ 87465 base containers mtl parsec setenv template-haskell transformers 87466 transformers-compat ··· 87863 ({ mkDerivation, array, base }: 87864 mkDerivation { 87865 pname = "logfloat"; 87866 - version = "0.13.3.1"; 87867 - sha256 = "0rqnp2zkp247sb3parn3ywsk9clasy4l906a1wyrrybc3p72126s"; 87868 libraryHaskellDepends = [ array base ]; 87869 homepage = "http://code.haskell.org/~wren/"; 87870 description = "Log-domain floating point numbers"; ··· 87911 ({ mkDerivation, base, hspec, template-haskell, transformers }: 87912 mkDerivation { 87913 pname = "logging-facade"; 87914 - version = "0.0.0"; 87915 - sha256 = "0i7m4dpj7b556bfiahisvxcvdb1lv352zggjyrcr69iqnrac30z8"; 87916 - revision = "1"; 87917 - editedCabalFile = "18d32076d981102462c3f24c95c6d9dc2470be80f5f36f99759cb23cc3db2d24"; 87918 libraryHaskellDepends = [ base template-haskell transformers ]; 87919 testHaskellDepends = [ base hspec ]; 87920 - description = "Simple logging abstraction that allows multiple backends"; 87921 license = stdenv.lib.licenses.mit; 87922 }) {}; 87923 ··· 89767 89768 "manifolds" = callPackage 89769 ({ mkDerivation, base, comonad, constrained-categories, containers 89770 - , MemoTrie, MonadRandom, random, semigroups, tagged, transformers 89771 , vector, vector-algorithms, vector-space, void 89772 }: 89773 mkDerivation { 89774 pname = "manifolds"; 89775 - version = "0.1.0.2"; 89776 - sha256 = "05ysr2rmjc0rqgy409qcga8j748l0w322vxbjdw9yyhcp2kbrv14"; 89777 libraryHaskellDepends = [ 89778 - base comonad constrained-categories containers MemoTrie MonadRandom 89779 - random semigroups tagged transformers vector vector-algorithms 89780 vector-space void 89781 ]; 89782 description = "Working with manifolds in a direct, embedding-free way"; 89783 license = stdenv.lib.licenses.gpl3; 89784 hydraPlatforms = stdenv.lib.platforms.none; ··· 91229 ({ mkDerivation, base }: 91230 mkDerivation { 91231 pname = "microlens"; 91232 - version = "0.1.3.0"; 91233 - sha256 = "1ryjxc3qa583ryp9sig3rjjr3dpv9sx2ybag4qrlkwja1dz8r2dm"; 91234 libraryHaskellDepends = [ base ]; 91235 homepage = "http://github.com/aelve/microlens"; 91236 description = "A tiny part of the lens library which you can depend upon"; ··· 91244 version = "0.1.0.0"; 91245 sha256 = "00bk2vriwh8aj2c6n5g2w84pfq0nssfa62iw97dm9c3zkp558wxj"; 91246 libraryHaskellDepends = [ base microlens ]; 91247 homepage = "http://github.com/aelve/microlens"; 91248 description = "'each' for microlens"; 91249 license = stdenv.lib.licenses.bsd3; 91250 }) {}; 91251 91252 "microlens-mtl" = callPackage 91253 ({ mkDerivation, base, microlens, mtl, transformers 91254 , transformers-compat 91255 }: 91256 mkDerivation { 91257 pname = "microlens-mtl"; 91258 - version = "0.1.2.0"; 91259 - sha256 = "1jvw9pspnr24rh7bvl6q7hv7x0g6vwy2a5xl19pxf36rl8wlfm9v"; 91260 libraryHaskellDepends = [ 91261 base microlens mtl transformers transformers-compat 91262 ]; ··· 91269 ({ mkDerivation, base, containers, microlens, template-haskell }: 91270 mkDerivation { 91271 pname = "microlens-th"; 91272 - version = "0.2.0.0"; 91273 - sha256 = "048q6ridxvg7zi272q01k6ds0f411kg27p5whgj63qgg3k9w72sp"; 91274 libraryHaskellDepends = [ 91275 base containers microlens template-haskell 91276 ]; ··· 92323 }) {}; 92324 92325 "moesocks" = callPackage 92326 - ({ mkDerivation, aeson, attoparsec, base, binary, bytestring 92327 , containers, cryptohash, hslogger, HsOpenSSL, lens, mtl, network 92328 - , optparse-applicative, random, safe, text, transformers, unix 92329 , unordered-containers 92330 }: 92331 mkDerivation { 92332 pname = "moesocks"; 92333 - version = "0.1.0.8"; 92334 - sha256 = "1f09sf41kbza3mci2yps0b38xi2j5gakjqx9hmi7lfzga4dkqgg0"; 92335 isLibrary = false; 92336 isExecutable = true; 92337 executableHaskellDepends = [ 92338 - aeson attoparsec base binary bytestring containers cryptohash 92339 hslogger HsOpenSSL lens mtl network optparse-applicative random 92340 - safe text transformers unix unordered-containers 92341 ]; 92342 homepage = "https://github.com/nfjinjing/moesocks"; 92343 description = "moe for all"; ··· 92892 ({ mkDerivation, base, mmorph, mtl, transformers }: 92893 mkDerivation { 92894 pname = "monad-resumption"; 92895 - version = "0.1.1.5"; 92896 - sha256 = "08h750qbvzvlw5hyp1d44rkhiqlhgnsfy8sya2ya7p62l80w96sf"; 92897 libraryHaskellDepends = [ base mmorph mtl transformers ]; 92898 homepage = "https://github.com/igraves/resumption_monads"; 92899 description = "Resumption and reactive resumption monads for Haskell"; ··· 94250 }) {}; 94251 94252 "mtl-unleashed" = callPackage 94253 - ({ mkDerivation, base, mtl }: 94254 mkDerivation { 94255 pname = "mtl-unleashed"; 94256 - version = "0.2.2"; 94257 - sha256 = "0ih03zznq8mf8c76ic43j3vana6127bh6hxfz549g5kv9h54y83h"; 94258 - libraryHaskellDepends = [ base mtl ]; 94259 homepage = "https://github.com/seereason/mtl-unleashed"; 94260 description = "MTL classes without the functional dependency"; 94261 license = stdenv.lib.licenses.bsd3; ··· 94393 homepage = "http://github.com/jsnajder/multex-east-msd"; 94394 description = "MULTEXT-East morphosyntactic descriptors"; 94395 license = stdenv.lib.licenses.bsd3; 94396 }) {}; 94397 94398 "multiarg" = callPackage ··· 96977 ({ mkDerivation, base, network }: 96978 mkDerivation { 96979 pname = "network-multicast"; 96980 - version = "0.0.11"; 96981 - sha256 = "0fgscv9crk2lx99rh234ipgl5psbrjili95inxj23drvwmsj3135"; 96982 libraryHaskellDepends = [ base network ]; 96983 description = "Simple multicast library"; 96984 license = stdenv.lib.licenses.publicDomain; ··· 98508 license = stdenv.lib.licenses.bsd3; 98509 }) {}; 98510 98511 "nvim-hs" = callPackage 98512 ({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit 98513 , conduit-extra, containers, data-default, directory, dyre ··· 111717 }: 111718 mkDerivation { 111719 pname = "rei"; 111720 - version = "0.2.0.0"; 111721 - sha256 = "17ldmx351b54fxmiw3z89v7cs6p33x09k2aav7jphqgv2520phyv"; 111722 isLibrary = false; 111723 isExecutable = true; 111724 executableHaskellDepends = [ ··· 111981 ({ mkDerivation, array, base, ghc, ghc-paths, json, network }: 111982 mkDerivation { 111983 pname = "remote-debugger"; 111984 - version = "0.2.1"; 111985 - sha256 = "0mgq2n92d4xk6yqzrbghlp0h18nmkyhxnv5zynrqykfw5h9xl0f8"; 111986 isLibrary = false; 111987 isExecutable = true; 111988 executableHaskellDepends = [ 111989 array base ghc ghc-paths json network 111990 ]; 111991 - jailbreak = true; 111992 homepage = "https://github.com/octomarat/HaskellDebugger"; 111993 description = "Interface to ghci debugger"; 111994 license = stdenv.lib.licenses.bsd3; ··· 120253 }: 120254 mkDerivation { 120255 pname = "smallcheck-series"; 120256 - version = "0.3"; 120257 - sha256 = "1vdwafwdv38n1bvjf1rybfhh42a0q0g0g4wmw0v4fgxh73qndfdv"; 120258 libraryHaskellDepends = [ 120259 base bytestring containers logict smallcheck text transformers 120260 ]; ··· 125246 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125247 mkDerivation { 125248 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125249 - sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125250 - sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125251 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125252 - jailbreak = true; 125253 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125254 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125255 license = stdenv.lib.licenses.bsd3; ··· 130230 }: 130231 mkDerivation { 130232 pname = "th-typegraph"; 130233 - version = "0.27"; 130234 - sha256 = "1v7vic9kfig9flcnqcpzazd1s4wgqiz3mj9gcyc1ijkrd4y83cdr"; 130235 libraryHaskellDepends = [ 130236 base base-compat containers data-default haskell-src-exts lens mtl 130237 mtl-unleashed set-extra syb template-haskell th-desugar th-orphans ··· 130661 130662 "thyme" = callPackage 130663 ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal 130664 - , containers, deepseq, directory, filepath, mtl, old-locale 130665 , profunctors, QuickCheck, random, system-posix-redirect, text 130666 , time, vector, vector-space, vector-th-unbox 130667 }: ··· 130674 profunctors QuickCheck random text time vector vector-space 130675 vector-th-unbox 130676 ]; 130677 testHaskellDepends = [ 130678 attoparsec base bytestring Cabal containers directory filepath mtl 130679 old-locale profunctors QuickCheck random system-posix-redirect text ··· 130682 homepage = "https://github.com/liyang/thyme"; 130683 description = "A faster time library"; 130684 license = stdenv.lib.licenses.bsd3; 130685 - hydraPlatforms = stdenv.lib.platforms.none; 130686 }) {}; 130687 130688 "tianbar" = callPackage ··· 130772 }: 130773 mkDerivation { 130774 pname = "tidal-midi"; 130775 - version = "0.0.2"; 130776 - sha256 = "0q3g4qgzpd8p4z3l1npcs0gy14967l3yn4xqingdbcq22xasim6q"; 130777 libraryHaskellDepends = [ 130778 base bytestring containers hashable hosc PortMidi process tidal 130779 time ··· 134418 }: 134419 mkDerivation { 134420 pname = "uhc-util"; 134421 - version = "0.1.5.6"; 134422 - sha256 = "1axg2apkvg3xk1cq78shbnc68i0h6fqcpjg8z3l4nc49kl5dywwz"; 134423 libraryHaskellDepends = [ 134424 array base binary bytestring containers directory fclabels fgl 134425 hashable ListLike mtl process syb time time-compat uulib ··· 138432 ({ mkDerivation, base, QtWebKit, wai, warp }: 138433 mkDerivation { 138434 pname = "wai-handler-webkit"; 138435 - version = "3.0.0.1"; 138436 - sha256 = "1fm985jq1sa8v3vj850cpcjl6kcyq2kgq6xwpb1rmzi8zmb80kpc"; 138437 libraryHaskellDepends = [ base wai warp ]; 138438 libraryPkgconfigDepends = [ QtWebKit ]; 138439 - jailbreak = true; 138440 homepage = "https://github.com/yesodweb/wai/tree/master/wai-handler-webkit"; 138441 description = "Turn WAI applications into standalone GUIs using QtWebkit"; 138442 license = stdenv.lib.licenses.mit; ··· 142599 pname = "xmonad-contrib"; 142600 version = "0.11.4"; 142601 sha256 = "1g5cw9vvnfbiyi599fngk02zlmdhrf82x0bndhypkn6kybab6yd3"; 142602 libraryHaskellDepends = [ 142603 base containers directory extensible-exceptions mtl old-locale 142604 old-time process random unix utf8-string X11 X11-xft xmonad
··· 7157 ({ mkDerivation, allocated-processor, base, opencv, vector-space }: 7158 mkDerivation { 7159 pname = "HOpenCV"; 7160 + version = "0.3.0.1"; 7161 + sha256 = "0v9pcbbfj254n6mryb16rplh6mgjizdm4c8qqdsb41gdpx1h59n6"; 7162 isLibrary = true; 7163 isExecutable = true; 7164 libraryHaskellDepends = [ allocated-processor base vector-space ]; ··· 7166 executableHaskellDepends = [ base ]; 7167 executablePkgconfigDepends = [ opencv ]; 7168 description = "A binding for the OpenCV computer vision library"; 7169 + license = stdenv.lib.licenses.gpl2; 7170 }) { inherit (pkgs) opencv;}; 7171 7172 "HPDF" = callPackage ··· 29555 }: 29556 mkDerivation { 29557 pname = "cabal-helper"; 29558 + version = "0.3.8.0"; 29559 + sha256 = "1l2ign8q4kdsnypqvjl8x152lkb0s1zfn08vshirz2qf4v5wxs3n"; 29560 isLibrary = true; 29561 isExecutable = true; 29562 libraryHaskellDepends = [ ··· 31040 description = "the Computer Algebra SHell"; 31041 license = stdenv.lib.licenses.bsd3; 31042 hydraPlatforms = stdenv.lib.platforms.none; 31043 + }) {}; 31044 + 31045 + "casing" = callPackage 31046 + ({ mkDerivation, base, split }: 31047 + mkDerivation { 31048 + pname = "casing"; 31049 + version = "0.1.0.0"; 31050 + sha256 = "0d7frpz512gig2crpx3kxsnfwf3kbcklkann158wrzg8q02jhjhi"; 31051 + libraryHaskellDepends = [ base split ]; 31052 + description = "Convert between various source code casing conventions"; 31053 + license = stdenv.lib.licenses.mit; 31054 }) {}; 31055 31056 "cassandra-cql" = callPackage ··· 36144 ({ mkDerivation, base, tagged, void }: 36145 mkDerivation { 36146 pname = "constrained-categories"; 36147 + version = "0.2.1.1"; 36148 + sha256 = "0m4c2kva0djxhiqnbxbnlrkq10wvzpbjbbvjv3mz9b550sxr6azy"; 36149 libraryHaskellDepends = [ base tagged void ]; 36150 homepage = "https://github.com/leftaroundabout/constrained-categories"; 36151 description = "Constrained clones of the category-theory type classes, using ConstraintKinds"; ··· 39122 }) {}; 39123 39124 "cv-combinators" = callPackage 39125 + ({ mkDerivation, allocated-processor, base, HOpenCV, vector-space 39126 }: 39127 mkDerivation { 39128 pname = "cv-combinators"; 39129 + version = "0.1.3"; 39130 + sha256 = "1lak96kr1fpsrqcvgv9k0igd5w2f42hv20f2mw8cvr0q0xwzc9zb"; 39131 isLibrary = true; 39132 isExecutable = true; 39133 libraryHaskellDepends = [ 39134 allocated-processor base HOpenCV vector-space 39135 ]; 39136 executableHaskellDepends = [ 39137 + allocated-processor base HOpenCV vector-space 39138 ]; 39139 description = "Functional Combinators for Computer Vision"; 39140 + license = stdenv.lib.licenses.gpl2; 39141 }) {}; 39142 39143 "cyclotomic" = callPackage ··· 44269 network network-multicast network-transport network-transport-tcp 44270 transformers 44271 ]; 44272 + jailbreak = true; 44273 homepage = "http://haskell-distributed.github.com"; 44274 description = "Simple zero-configuration backend for Cloud Haskell"; 44275 license = stdenv.lib.licenses.bsd3; ··· 52543 hydraPlatforms = stdenv.lib.platforms.none; 52544 }) {}; 52545 52546 + "formattable" = callPackage 52547 + ({ mkDerivation, base, bytestring, data-default-class 52548 + , double-conversion, hspec, HUnit, lens, old-locale, QuickCheck 52549 + , text, time 52550 + }: 52551 + mkDerivation { 52552 + pname = "formattable"; 52553 + version = "0.1.1"; 52554 + sha256 = "0brp1j21ll6g266zyzknqc20k5nf3na97fjbh66hjbsw6yxah5x7"; 52555 + libraryHaskellDepends = [ 52556 + base bytestring data-default-class old-locale text time 52557 + ]; 52558 + testHaskellDepends = [ 52559 + base bytestring data-default-class double-conversion hspec HUnit 52560 + lens old-locale QuickCheck text time 52561 + ]; 52562 + homepage = "https://github.com/Soostone/formattable"; 52563 + description = "Business-quality formatting of numbers, dates, and other things"; 52564 + license = stdenv.lib.licenses.bsd3; 52565 + }) {}; 52566 + 52567 "formatting" = callPackage 52568 ({ mkDerivation, base, clock, old-locale, scientific, text 52569 , text-format, time ··· 56225 }: 56226 mkDerivation { 56227 pname = "github-backup"; 56228 + version = "1.20150807"; 56229 + sha256 = "19x8716wdhrj3nv4pgz4ncmnfnids8wjirkp3jkw5sd6fnx6q8sj"; 56230 isLibrary = false; 56231 isExecutable = true; 56232 executableHaskellDepends = [ ··· 60498 pname = "hadoop-formats"; 60499 version = "0.2.1.1"; 60500 sha256 = "1w3869jz3mxhzdik5fwaha7dn9rhjg5w8g0qnznd4x45cnzxv5ga"; 60501 + revision = "1"; 60502 + editedCabalFile = "59248cb9b3f28b9f003d694ee356a13ff1313c8edd3bf2963c154ce7e1de0553"; 60503 libraryHaskellDepends = [ attoparsec base bytestring text vector ]; 60504 librarySystemDepends = [ snappy ]; 60505 testHaskellDepends = [ base bytestring filepath text vector ]; 60506 homepage = "http://github.com/jystic/hadoop-formats"; 60507 description = "Read/write file formats commonly used by Hadoop"; 60508 license = stdenv.lib.licenses.asl20; ··· 64647 }: 64648 mkDerivation { 64649 pname = "hasql-postgres"; 64650 + version = "0.10.4.0"; 64651 + sha256 = "0s2ng84m7mals3wm3lzmhfd9xlh8fm231gklzjyh6q7z5yw4yszf"; 64652 libraryHaskellDepends = [ 64653 aeson attoparsec base-prelude bytestring either free hashable 64654 hashtables hasql-backend list-t loch-th mmorph placeholders ··· 64754 }: 64755 mkDerivation { 64756 pname = "haste-compiler"; 64757 + version = "0.5.0.1"; 64758 + sha256 = "14kqrkjhfxzg0gv4v2kzxh938085bmzg426vp2jrhzvf5dzypkh0"; 64759 configureFlags = [ "-fportable" ]; 64760 isLibrary = true; 64761 isExecutable = true; ··· 67879 ({ mkDerivation, base, containers, directory, unix }: 67880 mkDerivation { 67881 pname = "hinotify"; 67882 + version = "0.3.8"; 67883 + sha256 = "13xjhbx3b6icqf7451dzknxz41lb874a9s3zs0h0c19p902ii9ff"; 67884 libraryHaskellDepends = [ base containers directory unix ]; 67885 + testHaskellDepends = [ base directory ]; 67886 homepage = "https://github.com/kolmodin/hinotify.git"; 67887 description = "Haskell binding to inotify"; 67888 license = stdenv.lib.licenses.bsd3; ··· 68760 testHaskellDepends = [ base process ]; 68761 description = "Low-level bindings to libgit2"; 68762 license = stdenv.lib.licenses.mit; 68763 }) { inherit (pkgs) openssl;}; 68764 68765 "hlibsass" = callPackage ··· 72497 ({ mkDerivation, aeson, aeson-pretty, array, attoparsec, base 72498 , bin-package-db, bytestring, Cabal, containers, deepseq, directory 72499 , exceptions, filepath, fsnotify, ghc, ghc-mod, ghc-paths 72500 + , ghc-syb-utils, haddock-api, haskell-src-exts, hdocs, hlint, HTTP 72501 + , lens, lifted-base, monad-control, monad-loops 72502 , MonadCatchIO-transformers, mtl, network, process 72503 + , regex-pcre-builtin, scientific, simple-log, syb, template-haskell 72504 + , text, time, transformers, transformers-base, uniplate, unix 72505 + , unordered-containers, vector 72506 }: 72507 mkDerivation { 72508 pname = "hsdev"; 72509 + version = "0.1.4.2"; 72510 + sha256 = "1l2pm2p0k2m8aln6an3kxswcalc7w72v7mxs5fzq0nfy60iphcys"; 72511 isLibrary = true; 72512 isExecutable = true; 72513 libraryHaskellDepends = [ 72514 aeson aeson-pretty array attoparsec base bin-package-db bytestring 72515 Cabal containers deepseq directory exceptions filepath fsnotify ghc 72516 + ghc-mod ghc-paths ghc-syb-utils haddock-api haskell-src-exts hdocs 72517 + hlint HTTP lens lifted-base monad-control monad-loops 72518 MonadCatchIO-transformers mtl network process regex-pcre-builtin 72519 + scientific simple-log syb template-haskell text time transformers 72520 + transformers-base uniplate unix unordered-containers vector 72521 ]; 72522 executableHaskellDepends = [ 72523 aeson aeson-pretty base bytestring containers deepseq directory ··· 74595 }: 74596 mkDerivation { 74597 pname = "html-tokenizer"; 74598 + version = "0.4.0.0"; 74599 + sha256 = "0a44jxw90hk1i3h8j1vk8rjz3z91z9gdszyjbkngnpnfwrdhfrw7"; 74600 libraryHaskellDepends = [ 74601 attoparsec base-prelude case-insensitive conversion 74602 conversion-case-insensitive conversion-text text ··· 74604 testHaskellDepends = [ 74605 base base-prelude directory doctest filepath 74606 ]; 74607 homepage = "https://github.com/nikita-volkov/html-tokenizer"; 74608 description = "An \"attoparsec\"-based HTML tokenizer"; 74609 license = stdenv.lib.licenses.mit; ··· 75165 license = stdenv.lib.licenses.publicDomain; 75166 }) {}; 75167 75168 + "http-listen" = callPackage 75169 + ({ mkDerivation, base, bytestring, exceptions, HTTP, network 75170 + , transformers 75171 + }: 75172 + mkDerivation { 75173 + pname = "http-listen"; 75174 + version = "0.1.0.0"; 75175 + sha256 = "1ccm4lzlngcw7hp4rvk2d85zg5725pj01mzavl3zx140i6w0psz0"; 75176 + revision = "1"; 75177 + editedCabalFile = "3fcb0a5c155c41513cf81c4cd5058be331d56aed083a3f42892feef452a0cd8b"; 75178 + libraryHaskellDepends = [ 75179 + base bytestring exceptions HTTP network transformers 75180 + ]; 75181 + homepage = "http://rel4tion.org/projects/http-listen/"; 75182 + description = "Listen to HTTP requests and handle them in arbitrary ways"; 75183 + license = stdenv.lib.licenses.publicDomain; 75184 + }) {}; 75185 + 75186 "http-media" = callPackage 75187 ({ mkDerivation, base, bytestring, case-insensitive, containers 75188 , QuickCheck, test-framework, test-framework-quickcheck2 ··· 77081 , bytestring-trie, Cabal-ide-backend, containers, crypto-api 77082 , data-accessor, data-accessor-mtl, deepseq, directory 77083 , executable-path, filemanip, filepath, fingertree, ghc-prim, HUnit 77084 + , ide-backend-common, monads-tf, mtl, parallel, pretty-show 77085 + , process, pureMD5, random, regex-compat, stm, tagged, tasty 77086 + , template-haskell, temporary, test-framework, test-framework-hunit 77087 + , text, time, transformers, unix, unordered-containers, utf8-string 77088 }: 77089 mkDerivation { 77090 pname = "ide-backend"; 77091 + version = "0.10.0"; 77092 + sha256 = "18p079m9hfi4mbhyp8fhlhzlvhdpr9v82ih49s1630rxaf15z8r6"; 77093 isLibrary = true; 77094 isExecutable = true; 77095 libraryHaskellDepends = [ ··· 77110 testHaskellDepends = [ 77111 aeson async base binary bytestring Cabal-ide-backend containers 77112 deepseq directory executable-path filemanip filepath HUnit 77113 + ide-backend-common monads-tf parallel process random regex-compat 77114 + stm tagged tasty template-haskell temporary test-framework 77115 + test-framework-hunit text unix utf8-string 77116 ]; 77117 description = "An IDE backend library"; 77118 license = stdenv.lib.licenses.mit; ··· 77121 "ide-backend-common" = callPackage 77122 ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring 77123 , bytestring-trie, containers, crypto-api, data-accessor, directory 77124 + , filepath, fingertree, monad-logger, mtl, pretty-show, pureMD5 77125 + , tagged, template-haskell, temporary, text, transformers, unix 77126 }: 77127 mkDerivation { 77128 pname = "ide-backend-common"; 77129 + version = "0.10.0"; 77130 + sha256 = "1x230hvxr5n8d04q9cdjryalrp47q9vsamgd0qafw1x25ar1fxwl"; 77131 libraryHaskellDepends = [ 77132 aeson async attoparsec base binary bytestring bytestring-trie 77133 containers crypto-api data-accessor directory filepath fingertree 77134 + monad-logger mtl pretty-show pureMD5 tagged template-haskell 77135 + temporary text transformers unix 77136 ]; 77137 description = "Shared library used be ide-backend and ide-backend-server"; 77138 license = stdenv.lib.licenses.mit; ··· 77151 77152 "ide-backend-server" = callPackage 77153 ({ mkDerivation, array, async, base, bytestring, Cabal, containers 77154 + , data-accessor, data-accessor-mtl, directory, file-embed 77155 + , filemanip, filepath, ghc, haddock-api, ide-backend-common, mtl 77156 + , process, tar, temporary, text, time, transformers, unix 77157 + , unordered-containers, zlib 77158 }: 77159 mkDerivation { 77160 pname = "ide-backend-server"; 77161 + version = "0.10.0"; 77162 + sha256 = "1kahc57f5jrz7869phzlbk6y3apwyh3j6k8b7xbyfcc4qwq6jgry"; 77163 isLibrary = false; 77164 isExecutable = true; 77165 executableHaskellDepends = [ 77166 array async base bytestring Cabal containers data-accessor 77167 + data-accessor-mtl directory file-embed filemanip filepath ghc 77168 + haddock-api ide-backend-common mtl process tar temporary text time 77169 + transformers unix unordered-containers zlib 77170 ]; 77171 description = "An IDE backend server"; 77172 license = stdenv.lib.licenses.mit; ··· 81262 }) {}; 81263 81264 "json-rpc" = callPackage 81265 + ({ mkDerivation, aeson, attoparsec, base, bytestring, conduit 81266 + , conduit-extra, deepseq, hashable, lifted-async, monad-control 81267 + , monad-logger, mtl, QuickCheck, stm, stm-conduit, test-framework 81268 + , test-framework-quickcheck2, text, transformers 81269 + , unordered-containers 81270 }: 81271 mkDerivation { 81272 pname = "json-rpc"; 81273 + version = "0.6.0.0"; 81274 + sha256 = "0ld8r5zln9a18vzgpiylifzbpiivv8icalqg1l1863kgirgsz2hg"; 81275 libraryHaskellDepends = [ 81276 + aeson attoparsec base bytestring conduit conduit-extra deepseq 81277 + hashable lifted-async monad-control monad-logger mtl QuickCheck stm 81278 + stm-conduit text transformers unordered-containers 81279 ]; 81280 testHaskellDepends = [ 81281 + aeson base bytestring conduit lifted-async monad-logger mtl 81282 + QuickCheck stm stm-conduit test-framework 81283 test-framework-quickcheck2 text unordered-containers 81284 ]; 81285 homepage = "https://github.com/xenog/json-rpc"; 81286 description = "Fully-featured JSON-RPC 2.0 library"; 81287 license = stdenv.lib.licenses.publicDomain; ··· 81345 }: 81346 mkDerivation { 81347 pname = "json-schema"; 81348 + version = "0.7.4.0"; 81349 + sha256 = "073hs9wmpmv7b07s7by9r6hjcwn7bjhwyf256f2xiz4y355zljf5"; 81350 libraryHaskellDepends = [ 81351 aeson base containers generic-aeson generic-deriving mtl scientific 81352 text time unordered-containers vector ··· 82305 keera-hails-reactivevalues MissingK mtl network process SDL 82306 SDL-mixer setlocale time utf8-string 82307 ]; 82308 + jailbreak = true; 82309 homepage = "http://keera.co.uk/projects/keera-posture"; 82310 description = "Get notifications when your sitting posture is inappropriate"; 82311 license = "unknown"; ··· 87483 }: 87484 mkDerivation { 87485 pname = "llvm-general"; 87486 + version = "3.4.5.4"; 87487 + sha256 = "1zfixhvwagvznrvnxzrb9fzkswa43mj1nmbpmx87888q8z9m31j0"; 87488 libraryHaskellDepends = [ 87489 array base bytestring containers llvm-general-pure mtl parsec 87490 setenv template-haskell transformers transformers-compat ··· 87507 }: 87508 mkDerivation { 87509 pname = "llvm-general-pure"; 87510 + version = "3.4.5.4"; 87511 + sha256 = "0kc4f431j65qfsa54a17y3m82a8xf3dmd3hzr8mj514jz4wv6jn5"; 87512 libraryHaskellDepends = [ 87513 base containers mtl parsec setenv template-haskell transformers 87514 transformers-compat ··· 87911 ({ mkDerivation, array, base }: 87912 mkDerivation { 87913 pname = "logfloat"; 87914 + version = "0.13.3.2"; 87915 + sha256 = "092c9xviq9gsr3q25q254x9kdl80lfssbwjyvi8rrv1300nw7h4c"; 87916 libraryHaskellDepends = [ array base ]; 87917 homepage = "http://code.haskell.org/~wren/"; 87918 description = "Log-domain floating point numbers"; ··· 87959 ({ mkDerivation, base, hspec, template-haskell, transformers }: 87960 mkDerivation { 87961 pname = "logging-facade"; 87962 + version = "0.1.0"; 87963 + sha256 = "0zhdbjyj0j9by19rma9alxysrxnnl3s4kks4zk4bx0dg5xa0264y"; 87964 libraryHaskellDepends = [ base template-haskell transformers ]; 87965 testHaskellDepends = [ base hspec ]; 87966 + description = "Simple logging abstraction that allows multiple back-ends"; 87967 license = stdenv.lib.licenses.mit; 87968 }) {}; 87969 ··· 89813 89814 "manifolds" = callPackage 89815 ({ mkDerivation, base, comonad, constrained-categories, containers 89816 + , deepseq, hmatrix, MemoTrie, semigroups, tagged, transformers 89817 , vector, vector-algorithms, vector-space, void 89818 }: 89819 mkDerivation { 89820 pname = "manifolds"; 89821 + version = "0.1.3.0"; 89822 + sha256 = "17i77nhp65ikgyz0yif6i1pnj65da38mnx87yy96wkcdlad3zivj"; 89823 + revision = "1"; 89824 + editedCabalFile = "2495967b40c73a494475058072f59fc2c730c655bfb6861c5d0c2f51531a0060"; 89825 libraryHaskellDepends = [ 89826 + base comonad constrained-categories containers deepseq hmatrix 89827 + MemoTrie semigroups tagged transformers vector vector-algorithms 89828 vector-space void 89829 ]; 89830 + jailbreak = true; 89831 + homepage = "https://github.com/leftaroundabout/manifolds"; 89832 description = "Working with manifolds in a direct, embedding-free way"; 89833 license = stdenv.lib.licenses.gpl3; 89834 hydraPlatforms = stdenv.lib.platforms.none; ··· 91279 ({ mkDerivation, base }: 91280 mkDerivation { 91281 pname = "microlens"; 91282 + version = "0.2.0.0"; 91283 + sha256 = "08m0qcsazq690w1k6hd2h3z8w47bqc01s53j6qbf3jbfin28axbg"; 91284 libraryHaskellDepends = [ base ]; 91285 homepage = "http://github.com/aelve/microlens"; 91286 description = "A tiny part of the lens library which you can depend upon"; ··· 91294 version = "0.1.0.0"; 91295 sha256 = "00bk2vriwh8aj2c6n5g2w84pfq0nssfa62iw97dm9c3zkp558wxj"; 91296 libraryHaskellDepends = [ base microlens ]; 91297 + jailbreak = true; 91298 homepage = "http://github.com/aelve/microlens"; 91299 description = "'each' for microlens"; 91300 license = stdenv.lib.licenses.bsd3; 91301 }) {}; 91302 91303 + "microlens-ghc" = callPackage 91304 + ({ mkDerivation, array, base, bytestring, containers, microlens }: 91305 + mkDerivation { 91306 + pname = "microlens-ghc"; 91307 + version = "0.1.0.1"; 91308 + sha256 = "17kkh6dnxhr2j1a9nll5ia0y5rd68icxjjk4kqs0wml1whmhhg55"; 91309 + libraryHaskellDepends = [ 91310 + array base bytestring containers microlens 91311 + ]; 91312 + homepage = "http://github.com/aelve/microlens"; 91313 + description = "Orphan instances of microlens classes for packages coming with GHC (array, bytestring, containers)"; 91314 + license = stdenv.lib.licenses.bsd3; 91315 + }) {}; 91316 + 91317 "microlens-mtl" = callPackage 91318 ({ mkDerivation, base, microlens, mtl, transformers 91319 , transformers-compat 91320 }: 91321 mkDerivation { 91322 pname = "microlens-mtl"; 91323 + version = "0.1.3.1"; 91324 + sha256 = "118ym5n1c6b2lg815hikzbwc4bnz8kz3j4flfxwq3m50dbn29vzc"; 91325 libraryHaskellDepends = [ 91326 base microlens mtl transformers transformers-compat 91327 ]; ··· 91334 ({ mkDerivation, base, containers, microlens, template-haskell }: 91335 mkDerivation { 91336 pname = "microlens-th"; 91337 + version = "0.2.1.0"; 91338 + sha256 = "1l4hxkq8z8h6pvld54bjlnzy5g30wr0akv1xjrjyk552mfi9gwvl"; 91339 libraryHaskellDepends = [ 91340 base containers microlens template-haskell 91341 ]; ··· 92388 }) {}; 92389 92390 "moesocks" = callPackage 92391 + ({ mkDerivation, aeson, async, attoparsec, base, binary, bytestring 92392 , containers, cryptohash, hslogger, HsOpenSSL, lens, mtl, network 92393 + , optparse-applicative, random, safe, stm, text, transformers, unix 92394 , unordered-containers 92395 }: 92396 mkDerivation { 92397 pname = "moesocks"; 92398 + version = "0.1.0.10"; 92399 + sha256 = "0cv741gcbjcd4gvqbiys40dh8y553cy6rxhpz0bvdv8xv4qfsz47"; 92400 isLibrary = false; 92401 isExecutable = true; 92402 executableHaskellDepends = [ 92403 + aeson async attoparsec base binary bytestring containers cryptohash 92404 hslogger HsOpenSSL lens mtl network optparse-applicative random 92405 + safe stm text transformers unix unordered-containers 92406 ]; 92407 homepage = "https://github.com/nfjinjing/moesocks"; 92408 description = "moe for all"; ··· 92957 ({ mkDerivation, base, mmorph, mtl, transformers }: 92958 mkDerivation { 92959 pname = "monad-resumption"; 92960 + version = "0.1.2.0"; 92961 + sha256 = "09yz5cbvjlmqdlr25adxggpdz52jxyryyyrzix1pkdjr6aqpidkr"; 92962 libraryHaskellDepends = [ base mmorph mtl transformers ]; 92963 homepage = "https://github.com/igraves/resumption_monads"; 92964 description = "Resumption and reactive resumption monads for Haskell"; ··· 94315 }) {}; 94316 94317 "mtl-unleashed" = callPackage 94318 + ({ mkDerivation, base, contravariant, hspec, hspec-core, lens, mtl 94319 + , profunctors 94320 + }: 94321 mkDerivation { 94322 pname = "mtl-unleashed"; 94323 + version = "0.3"; 94324 + sha256 = "1rirgbs4b7q7yjnvdw1j2y6nmym47adm8lcl0xysxi2hhhvs8r9c"; 94325 + libraryHaskellDepends = [ 94326 + base contravariant lens mtl profunctors 94327 + ]; 94328 + testHaskellDepends = [ 94329 + base contravariant hspec hspec-core lens mtl profunctors 94330 + ]; 94331 homepage = "https://github.com/seereason/mtl-unleashed"; 94332 description = "MTL classes without the functional dependency"; 94333 license = stdenv.lib.licenses.bsd3; ··· 94465 homepage = "http://github.com/jsnajder/multex-east-msd"; 94466 description = "MULTEXT-East morphosyntactic descriptors"; 94467 license = stdenv.lib.licenses.bsd3; 94468 + }) {}; 94469 + 94470 + "multi-cabal" = callPackage 94471 + ({ mkDerivation, AAI, aeson, base, bytestring, directory, filepath 94472 + , HUnit, mtl, process, strict, test-framework, test-framework-hunit 94473 + }: 94474 + mkDerivation { 94475 + pname = "multi-cabal"; 94476 + version = "0.1.0.0"; 94477 + sha256 = "0qzphh4pmrdqanv9sjy0ipf3z775xvrvdyagd0291vv1mqkbbz3g"; 94478 + isLibrary = true; 94479 + isExecutable = true; 94480 + libraryHaskellDepends = [ aeson base filepath mtl ]; 94481 + executableHaskellDepends = [ 94482 + AAI aeson base bytestring directory filepath process strict 94483 + ]; 94484 + testHaskellDepends = [ 94485 + base HUnit test-framework test-framework-hunit 94486 + ]; 94487 + homepage = "https://github.com/aka-bash0r/multi-cabal"; 94488 + description = "A tool supporting multi cabal project builds"; 94489 + license = stdenv.lib.licenses.mit; 94490 }) {}; 94491 94492 "multiarg" = callPackage ··· 97071 ({ mkDerivation, base, network }: 97072 mkDerivation { 97073 pname = "network-multicast"; 97074 + version = "0.1.0"; 97075 + sha256 = "12kswjqg4xv7gdjqabbyr7wvqkkzsyga3fjxnv9z9fdmil7xphhq"; 97076 libraryHaskellDepends = [ base network ]; 97077 description = "Simple multicast library"; 97078 license = stdenv.lib.licenses.publicDomain; ··· 98602 license = stdenv.lib.licenses.bsd3; 98603 }) {}; 98604 98605 + "nurbs" = callPackage 98606 + ({ mkDerivation, base, base-unicode-symbols, hspec, lens, linear 98607 + , mtl 98608 + }: 98609 + mkDerivation { 98610 + pname = "nurbs"; 98611 + version = "0.1.0.0"; 98612 + sha256 = "1rxg0d8j6srhw5mq0i6ma9dyqrx3h1c15pv3gj8brh8ghjw9z1wi"; 98613 + libraryHaskellDepends = [ 98614 + base base-unicode-symbols lens linear mtl 98615 + ]; 98616 + testHaskellDepends = [ 98617 + base base-unicode-symbols hspec lens linear 98618 + ]; 98619 + homepage = "https://github.com/mvoidex/nurbs"; 98620 + description = "NURBS"; 98621 + license = stdenv.lib.licenses.bsd3; 98622 + }) {}; 98623 + 98624 "nvim-hs" = callPackage 98625 ({ mkDerivation, base, bytestring, cereal, cereal-conduit, conduit 98626 , conduit-extra, containers, data-default, directory, dyre ··· 111830 }: 111831 mkDerivation { 111832 pname = "rei"; 111833 + version = "0.3.0.0"; 111834 + sha256 = "03dd4miy0r2mkh603f1p7f93mgxqhfkz8gfk6b4macqcw5pvi3vf"; 111835 isLibrary = false; 111836 isExecutable = true; 111837 executableHaskellDepends = [ ··· 112094 ({ mkDerivation, array, base, ghc, ghc-paths, json, network }: 112095 mkDerivation { 112096 pname = "remote-debugger"; 112097 + version = "0.2.2"; 112098 + sha256 = "1c6xh390963hk7q2qvhqb6yma5ma7hk39nxjikizwh7s2h9vi9k4"; 112099 isLibrary = false; 112100 isExecutable = true; 112101 executableHaskellDepends = [ 112102 array base ghc ghc-paths json network 112103 ]; 112104 homepage = "https://github.com/octomarat/HaskellDebugger"; 112105 description = "Interface to ghci debugger"; 112106 license = stdenv.lib.licenses.bsd3; ··· 120365 }: 120366 mkDerivation { 120367 pname = "smallcheck-series"; 120368 + version = "0.4"; 120369 + sha256 = "05iixqnq9mfqc2gbwxnhx640apbppck8zb8akkwz1linlypvym60"; 120370 libraryHaskellDepends = [ 120371 base bytestring containers logict smallcheck text transformers 120372 ]; ··· 125358 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125359 mkDerivation { 125360 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125361 + version = "0.1.6.5"; 125362 + sha256 = "0yi3fagwqkgr8pf6wnl360qikyvfb649qs2y6gp0n7jjw0zc27c2"; 125363 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125364 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125365 sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 125366 license = stdenv.lib.licenses.bsd3; ··· 130341 }: 130342 mkDerivation { 130343 pname = "th-typegraph"; 130344 + version = "0.28"; 130345 + sha256 = "0dwkhrrcb5n3n06dr0ck613yr3j6f05sldnvrkb654xm69pw1qfc"; 130346 libraryHaskellDepends = [ 130347 base base-compat containers data-default haskell-src-exts lens mtl 130348 mtl-unleashed set-extra syb template-haskell th-desugar th-orphans ··· 130772 130773 "thyme" = callPackage 130774 ({ mkDerivation, aeson, attoparsec, base, bytestring, Cabal 130775 + , containers, cpphs, deepseq, directory, filepath, mtl, old-locale 130776 , profunctors, QuickCheck, random, system-posix-redirect, text 130777 , time, vector, vector-space, vector-th-unbox 130778 }: ··· 130785 profunctors QuickCheck random text time vector vector-space 130786 vector-th-unbox 130787 ]; 130788 + libraryToolDepends = [ cpphs ]; 130789 testHaskellDepends = [ 130790 attoparsec base bytestring Cabal containers directory filepath mtl 130791 old-locale profunctors QuickCheck random system-posix-redirect text ··· 130794 homepage = "https://github.com/liyang/thyme"; 130795 description = "A faster time library"; 130796 license = stdenv.lib.licenses.bsd3; 130797 }) {}; 130798 130799 "tianbar" = callPackage ··· 130883 }: 130884 mkDerivation { 130885 pname = "tidal-midi"; 130886 + version = "0.1"; 130887 + sha256 = "04d5xfr57rw22jq62iil6sa9drya6z545hcm1fx98jrkcyglb10c"; 130888 libraryHaskellDepends = [ 130889 base bytestring containers hashable hosc PortMidi process tidal 130890 time ··· 134529 }: 134530 mkDerivation { 134531 pname = "uhc-util"; 134532 + version = "0.1.6.0"; 134533 + sha256 = "1ndnmk8rfa8hwp72hgh6xx043lf59a8k50cqjm8bibfpd7fl31hj"; 134534 libraryHaskellDepends = [ 134535 array base binary bytestring containers directory fclabels fgl 134536 hashable ListLike mtl process syb time time-compat uulib ··· 138543 ({ mkDerivation, base, QtWebKit, wai, warp }: 138544 mkDerivation { 138545 pname = "wai-handler-webkit"; 138546 + sha256 = "0i1b4lgwv98pp7251fm3h4cdb1d868fqwm6175rk7zg699g2v61y"; 138547 + sha256 = "0y7di5pnrri4dkqi8lx4gfksfpbqfwax1wjp1ijc5cw6p34mmzcs"; 138548 libraryHaskellDepends = [ base wai warp ]; 138549 libraryPkgconfigDepends = [ QtWebKit ]; 138550 homepage = "https://github.com/yesodweb/wai/tree/master/wai-handler-webkit"; 138551 description = "Turn WAI applications into standalone GUIs using QtWebkit"; 138552 license = stdenv.lib.licenses.mit; ··· 142709 pname = "xmonad-contrib"; 142710 version = "0.11.4"; 142711 sha256 = "1g5cw9vvnfbiyi599fngk02zlmdhrf82x0bndhypkn6kybab6yd3"; 142712 + revision = "1"; 142713 + editedCabalFile = "0280216420efaa06de7080d5998a24e27166e8b2c3d8a012846d004799c5edf2"; 142714 libraryHaskellDepends = [ 142715 base containers directory extensible-exceptions mtl old-locale 142716 old-time process random unix utf8-string X11 X11-xft xmonad