diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 59999ae5984..84a800594a7 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -526,14 +526,13 @@ self: { }: mkDerivation { pname = "AbortT-transformers"; - version = "1.0.1"; - sha256 = "0mslnhnkc5ahwjlfhkbih3mbfzi19aaszy9hf2msbsg86mmvg3j6"; + version = "1.0.1.1"; + sha256 = "00q3c2pr9rl2110624rndn7j2843rl62vh5569q96l2vzfpccgbp"; buildDepends = [ base transformers ]; testDepends = [ 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; @@ -12960,14 +12959,13 @@ self: { }: mkDerivation { pname = "SimpleLog"; - version = "0.1.0.2"; - sha256 = "1ladrn5xrbysj36dz93yrnd182qyac0dcwhh71lc6205ys89j88a"; + version = "0.1.0.3"; + sha256 = "12fjdmaxcpgp13gr1s25ybb5fysvbcg40j9yb29wvpbmf67xrsbw"; buildDepends = [ ansi-terminal attoparsec base bytestring containers directory 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; @@ -16879,8 +16877,8 @@ self: { ({ mkDerivation, argparser, base, containers, threefish }: mkDerivation { pname = "alea"; - version = "0.3.1.0"; - sha256 = "0fag57z6j1n86wxj2f38qdhklpff8iwx7pr7s30zv267w3hsp9as"; + version = "0.3.3.0"; + sha256 = "1c5bdbazlds419qgpdghrap5y20i59z57qk2dnj35bl2n5mvlapl"; isLibrary = false; isExecutable = true; buildDepends = [ argparser base containers threefish ]; @@ -20434,8 +20432,8 @@ self: { }: mkDerivation { pname = "autonix-deps"; - version = "0.1.0.1"; - sha256 = "1639yhq3v506h67374mw63pkz15p52qqapc6bwi3dylyp4ilgimi"; + version = "0.2.0.0"; + sha256 = "067q10wdzzv2xv2yak15bxysc935ghgrsm5nq90pfmzmwcv3323a"; buildDepends = [ base bytestring conduit containers errors filepath lens libarchive-conduit mtl optparse-applicative process regex-tdfa @@ -20452,8 +20450,8 @@ self: { }: mkDerivation { pname = "autonix-deps-kf5"; - version = "0.1.0.0"; - sha256 = "04lhp4gnzpa5r2wlbvm29ig87335b5ahnw19wkaychv54n0505xj"; + version = "0.2.0.0"; + sha256 = "11s723xz3n761kr1i09sd1cvbqg2rcm15dhfaxfs7qq4kka2ahhp"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -28853,8 +28851,8 @@ self: { ({ mkDerivation, base, directory, safe, time }: mkDerivation { pname = "clanki"; - version = "1.0.7"; - sha256 = "1np5df8cx7djjknp4c9yy3pzqjqh8ra9mgkc9smybqzidlri60jk"; + version = "1.2.0"; + sha256 = "0svlqc33qlw6hypl1bxd8fqwqlg1323yj5yi08rym5ms6apn4z9z"; isLibrary = false; isExecutable = true; buildDepends = [ base directory safe time ]; @@ -31617,6 +31615,7 @@ self: { pname = "containers"; version = "0.4.2.1"; sha256 = "10xjyxlx6raz5jx17wyw7zqif3bp3xsbzb1756l263g91gd20rsm"; + editedCabalFile = "4cdf787be0b51ffe34f02055117470f87d03c2f6567cd53d908b048c5fc970c8"; buildDepends = [ array base deepseq ]; description = "Assorted concrete container types"; license = stdenv.lib.licenses.bsd3; @@ -32552,8 +32551,8 @@ self: { }: mkDerivation { pname = "cpphs"; - version = "1.18.7"; - sha256 = "0w82v737w887krqlf61wjwa63fmdrjp1giiig8nvgga608qy03w5"; + version = "1.18.8"; + sha256 = "085v3vhf15zscf5lhk0vi50jdm0kvq6z5l5rsz9j6bh8j47pi953"; isLibrary = true; isExecutable = true; buildDepends = [ base directory old-locale old-time polyparse ]; @@ -34378,7 +34377,7 @@ self: { terminfo text unix utf8-string vector zlib ]; extraLibraries = [ curl ]; - configureFlags = [ "-flibrary" "-fforce-char8-encoding" ]; + configureFlags = [ "-fforce-char8-encoding" "-flibrary" ]; jailbreak = true; postInstall = '' mkdir -p $out/etc/bash_completion.d @@ -36496,6 +36495,19 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "deepseq-magic" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "deepseq-magic"; + version = "1.0.0.1"; + sha256 = "1h1mi95a580vic76wnpysinvig7qgqpk339ddh1jfz4m14syx2dz"; + buildDepends = [ base ]; + jailbreak = true; + homepage = "https://github.com/ezyang/deepseq-magic"; + description = "Deep evaluation of data structures without NFData"; + license = stdenv.lib.licenses.publicDomain; + }) {}; + "deepseq-th" = callPackage ({ mkDerivation, base, deepseq, template-haskell }: mkDerivation { @@ -37220,7 +37232,7 @@ self: { diagrams-postscript diagrams-svg directory exceptions filepath hashable haskell-src-exts hint lens mtl split transformers ]; - configureFlags = [ "-fcairo" "-fsvg" "-fps" "-frasterific" ]; + configureFlags = [ "-fcairo" "-fps" "-frasterific" "-fsvg" ]; jailbreak = true; homepage = "http://projects.haskell.org/diagrams"; description = "hint-based build service for the diagrams graphics EDSL"; @@ -40336,9 +40348,8 @@ self: { ({ mkDerivation, base, edenmodules, parallel }: mkDerivation { pname = "edenskel"; - version = "2.0.0.1"; - sha256 = "0fmr2chrpp990lyjfk13s4d8h1hdw853wk54233mpmxlh0sd32ki"; - editedCabalFile = "978022c24ce2326e9fabd18ce30d687b72034eae80cabc5ede83312d96a1d1df"; + version = "2.0.0.2"; + sha256 = "0dkvbdy04w4zbbc3q11hzzg3h5d8azka11yiiz3rvy1nkhp9wv5l"; buildDepends = [ base edenmodules parallel ]; description = "Semi-explicit parallel programming skeleton library"; license = stdenv.lib.licenses.bsd3; @@ -40567,8 +40578,8 @@ self: { }: mkDerivation { pname = "egison"; - version = "3.5.3"; - sha256 = "02j7y8nj11xa2w2lwdwz8cm6jkhxfl3ah2q1qkysavkpysrjpazl"; + version = "3.5.5"; + sha256 = "0wzjrvbccm93q3k2ais46hw9ff0y73d4xyqh18zfdl9f8vflr6av"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -41366,8 +41377,8 @@ self: { ({ mkDerivation, base, between, transformers }: mkDerivation { pname = "endo"; - version = "0.1.0.1"; - sha256 = "031608wws9bcgz1zywvkml68p4a6s8br7c0fhg5rdqyy7g4bympd"; + version = "0.1.0.2"; + sha256 = "1wqg0mcaf55wa70wjgd6n0gw56rghz6p76lc6kw4aki969h12xrl"; buildDepends = [ base between transformers ]; homepage = "https://github.com/trskop/endo"; description = "Endomorphism utilities"; @@ -48222,6 +48233,26 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) { inherit (pkgs) glib;}; + "gipeda" = callPackage + ({ mkDerivation, aeson, base, bytestring, cassava, containers + , directory, filepath, shake, split, text, unordered-containers + , vector, yaml + }: + mkDerivation { + pname = "gipeda"; + version = "0.1.0.1"; + sha256 = "1za5pgnkyq0lf7fj5fdajz326kjvribd719ba21nzn2ixfzp7lri"; + isLibrary = false; + isExecutable = true; + buildDepends = [ + aeson base bytestring cassava containers directory filepath shake + split text unordered-containers vector yaml + ]; + homepage = "https://github.com/nomeata/gipeda"; + description = "Git Performance Dashboard"; + license = stdenv.lib.licenses.mit; + }) {}; + "gist" = callPackage ({ mkDerivation, aeson, base, bytestring, conduit, http-conduit , text @@ -48302,7 +48333,7 @@ self: { buildTools = [ bup curl git gnupg1 lsof openssh perl rsync wget which ]; - configureFlags = [ "-fAssistant" "-fProduction" ]; + configureFlags = [ "-fassistant" "-fproduction" ]; preConfigure = "export HOME=$TEMPDIR"; checkPhase = '' cp dist/build/git-annex/git-annex git-annex @@ -54820,8 +54851,8 @@ self: { }: mkDerivation { pname = "haskell-names"; - version = "0.5.0"; - sha256 = "07fwdnhiqz6w323iw4xspar8m6sc6mv85i5f2vzbb5y8mrv352zr"; + version = "0.5.1"; + sha256 = "1dlivxigd1brcz1il0kz7qm40v8sgn4vqk8w5xxllniqrmiycjma"; buildDepends = [ aeson base bytestring Cabal containers data-lens-light filepath haskell-packages haskell-src-exts hse-cpp mtl tagged transformers @@ -60010,11 +60041,10 @@ self: { ({ mkDerivation, base, hmatrix, QuadProgpp, vector }: mkDerivation { pname = "hmatrix-quadprogpp"; - version = "0.2.0.1"; - sha256 = "1r03svlxzk4r4fw5brrixjf3dlfdvr2b7f80075ynm9ajzzpfirr"; + version = "0.2.0.2"; + sha256 = "02ysxyy7ixpnrghl0ignfmjy6j358i5xbmklmpxykkg27jgzvic3"; buildDepends = [ base hmatrix vector ]; extraLibraries = [ QuadProgpp ]; - jailbreak = true; description = "Bindings to the QuadProg++ quadratic programming library"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; @@ -64500,8 +64530,8 @@ self: { ({ mkDerivation, base, c2hs, directory, parsec, random, unix }: mkDerivation { pname = "hsshellscript"; - version = "3.3.2"; - sha256 = "0rc78yx82gy7a3dxl1mn9hrj1cqhq51zq6w4nf11rzgn6106zdln"; + version = "3.3.3"; + sha256 = "0g8qm1nx2dzsmkn2rp1vwqgvgqpxgjambnmq81qyky66d83mgbz1"; buildDepends = [ base directory parsec random unix ]; buildTools = [ c2hs ]; homepage = "http://www.volker-wysk.de/hsshellscript/"; @@ -67213,7 +67243,7 @@ self: { ]; buildTools = [ happy ]; extraLibraries = [ boehmgc gmp ]; - configureFlags = [ "-fgmp" "-fffi" ]; + configureFlags = [ "-fffi" "-fgmp" ]; jailbreak = true; homepage = "http://www.idris-lang.org/"; description = "Functional Programming Language with Dependent Types"; @@ -67934,12 +67964,11 @@ self: { ({ mkDerivation, base, mtl, parsec, parsers, trifecta }: mkDerivation { pname = "indentation"; - version = "0.2.0.0"; - sha256 = "1gn6v6l2d3a6nilkr4zg9ci9z9wh5027k2cdkd8hg5w964cccgs1"; + version = "0.2.0.2"; + sha256 = "0iknqp0vk90hz4bgwdkmjgkaq4a3dnqlrgi1hh9bdn3ldm2404jd"; buildDepends = [ base mtl parsec parsers trifecta ]; - jailbreak = true; homepage = "https://bitbucket.org/mdmkolbe/indentation"; - description = "Indentation sensitive parsing combinators for Parsec"; + description = "Indentation sensitive parsing combinators for Parsec and Trifecta"; license = stdenv.lib.licenses.bsd3; hydraPlatforms = stdenv.lib.platforms.none; }) {}; @@ -68777,7 +68806,7 @@ self: { test-framework-hunit test-framework-quickcheck2 text time transformers vector zlib zlib-bindings ]; - configureFlags = [ "-fNoInteractiveTests" ]; + configureFlags = [ "-fnointeractivetests" ]; description = "Simple, composable, and easy-to-use stream I/O"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -72737,12 +72766,18 @@ self: { }) {}; "language-lua" = callPackage - ({ mkDerivation, array, base, mtl, parsec, safe }: + ({ mkDerivation, array, base, directory, filepath, mtl, parsec + , QuickCheck, safe, tasty, tasty-hunit, tasty-quickcheck + }: mkDerivation { pname = "language-lua"; - version = "0.4.5"; - sha256 = "1i0msb2hnv3r8bp444laczvv5315vilbygshn3x8nq7p9p7rsmq5"; + version = "0.5.0"; + sha256 = "1y1q2g32cc8bkqd1rzdlly0q8jkv5i8w01dx3gjrxz9i13380xq8"; buildDepends = [ array base mtl parsec safe ]; + testDepends = [ + base directory filepath parsec QuickCheck tasty tasty-hunit + tasty-quickcheck + ]; homepage = "http://github.com/osa1/language-lua"; description = "Lua parser and pretty-printer"; license = stdenv.lib.licenses.bsd3; @@ -79846,8 +79881,8 @@ self: { ({ mkDerivation, base, stm, transformers, transformers-base }: mkDerivation { pname = "monad-control"; - version = "1.0.0.1"; - sha256 = "1332wravhjhcbj0jh3z1hg2dyfxlkqyb3rv6zdkgz49h2pfjlfbn"; + version = "1.0.0.2"; + sha256 = "13l9gq00pjlp1b2g9xzfavl6zibi2s195f234rmhzbsb14yhzgnr"; buildDepends = [ base stm transformers transformers-base ]; homepage = "https://github.com/basvandijk/monad-control"; description = "Lift control operations, like exception catching, through monad transformers"; @@ -80924,8 +80959,8 @@ self: { }: mkDerivation { pname = "morfette"; - version = "0.3.6"; - sha256 = "1r27n2zyf5n4nz42is966iwalrj13w5z3qv1iympg8gvpsm5v06i"; + version = "0.4.2"; + sha256 = "1gqhak15bq18cvaqdq8axjncfczaz9szp1qsg0ix1s39m0pr3vkz"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -81318,8 +81353,8 @@ self: { ({ mkDerivation, base, mtl }: mkDerivation { pname = "mtlparse"; - version = "0.1.2"; - sha256 = "0hnixpchgzrlx83cqykmqnahk8llf18gz8jkq2ql5y7gwj2xk1fd"; + version = "0.1.3.0"; + sha256 = "1d56r4j4q6b30k3aq7vbg8dwzcrs4664f384isklsgl3b9c3yr21"; buildDepends = [ base mtl ]; homepage = "http://homepage3.nifty.com/salamander/second/projects/mtlparse/"; description = "parse library using mtl package"; @@ -86590,6 +86625,18 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "parallel_3_2_0_3" = callPackage + ({ mkDerivation, array, base, containers, deepseq }: + mkDerivation { + pname = "parallel"; + version = "3.2.0.3"; + sha256 = "1kbdzdz9s8jq0xysqgvxx1zvzqlxgj1sk476mciwcn327kpl0fhn"; + buildDepends = [ array base containers deepseq ]; + jailbreak = true; + description = "Parallel programming library"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "parallel" = callPackage ({ mkDerivation, array, base, containers, deepseq }: mkDerivation { @@ -92088,8 +92135,8 @@ self: { }: mkDerivation { pname = "psqueues"; - version = "0.1.1.0"; - sha256 = "1w6i6cl9wfblbg8d06lffh4l5y42li9a27myyvwnzfv86z49s9cb"; + version = "0.2.0.0"; + sha256 = "1b4kmb57k21wk5740jwahkc3xx2nldmjp7lc37ws24zyang84m4c"; buildDepends = [ base deepseq ghc-prim hashable ]; testDepends = [ array base deepseq ghc-prim hashable HUnit QuickCheck tagged @@ -94194,7 +94241,7 @@ self: { isLibrary = true; isExecutable = true; buildDepends = [ base cabal-macosx reactive-banana wx wxcore ]; - configureFlags = [ "-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; @@ -94397,8 +94444,8 @@ self: { }: mkDerivation { pname = "record"; - version = "0.1.0"; - sha256 = "07iqzjl2aiy1d13f8yb17d2znjr5pfvrw8giian7l6gar922kkj9"; + version = "0.1.1"; + sha256 = "1gsjgk4gcz6idcj6xxvy6n1vw18w56d1p4rc0b2gfgn32mpdd5mz"; buildDepends = [ attoparsec base base-prelude template-haskell text transformers ]; @@ -94951,18 +94998,19 @@ self: { }) {}; "regex-genex" = callPackage - ({ mkDerivation, base, containers, mtl, regex-tdfa, sbv + ({ mkDerivation, base, containers, logict, mtl, regex-tdfa, sbv , stream-monad, text }: mkDerivation { pname = "regex-genex"; - version = "0.6.1"; - sha256 = "14rr6ssc0kgcakmcqqdymgc1rlksr8k2wfvwhrc064rkp9lb9dn2"; + version = "0.6.2"; + sha256 = "1816zmlh1bmxykvjp1q2viqckjvcj2g9b11ggz31ja5xi2mwc9iq"; isLibrary = true; isExecutable = true; buildDepends = [ - base containers mtl regex-tdfa sbv stream-monad text + base containers logict mtl regex-tdfa sbv stream-monad text ]; + jailbreak = true; homepage = "https://github.com/audreyt/regex-genex"; description = "From a regex, generate all possible strings it can match"; license = "unknown"; @@ -96978,12 +97026,12 @@ self: { }) {}; "rng-utils" = callPackage - ({ mkDerivation, base, bytestring, mwc-random }: + ({ mkDerivation, base, bytestring, mwc-random, vector }: mkDerivation { pname = "rng-utils"; - version = "0.2"; - sha256 = "17cd2yizppvsq4lg6mfjqzaa7c9ncn5lah3y02yx38kls3s15yc6"; - buildDepends = [ base bytestring mwc-random ]; + version = "0.2.1"; + sha256 = "11yy6v0dbdf0cn823vlyd90zc5q5aw0zjzylpz5s9c94wsd4pjfa"; + buildDepends = [ base bytestring mwc-random vector ]; description = "RNG within an MVar for convenient concurrent use"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -97223,8 +97271,8 @@ self: { }: mkDerivation { pname = "rosa"; - version = "0.1.2.0"; - sha256 = "1g0vm13hc8cdb9g8m19zbbyqzqysjpymlxhw4pkq0s42ylgayczv"; + version = "0.1.3.0"; + sha256 = "1wyjcmr3a7lljksiq45ch3ng15dd7sk40bbb2l8yvvjgyk12990a"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -98896,8 +98944,8 @@ self: { }: mkDerivation { pname = "scientific"; - version = "0.3.3.5"; - sha256 = "1k7jlabnb28sif33iyj6khal4j4dhhfbcqzlh9cjh83cg2d6h1rx"; + version = "0.3.3.6"; + sha256 = "01vgbdc2705h5vhhn9wvl3m58rkawf3wa7rfnpawwvfhafrh19dn"; buildDepends = [ array base bytestring deepseq ghc-prim hashable integer-gmp text ]; @@ -101608,6 +101656,17 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "simple-get-opt" = callPackage + ({ mkDerivation, base }: + mkDerivation { + pname = "simple-get-opt"; + version = "0.1.0.0"; + sha256 = "1hia6kjx3nnv6i5wrkmvj6vz52pw12fwsz48gkz7049ygpa5jnl5"; + buildDepends = [ base ]; + description = "A simple library for processing command-line options"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "simple-index" = callPackage ({ mkDerivation, base, containers, hashable, safecopy , unordered-containers @@ -102105,6 +102164,7 @@ self: { pname = "singletons"; version = "1.0"; sha256 = "1rd1728wghhqlg2djd7az8i01rf4i3wwwcnz2v43a39jjvhlklkg"; + editedCabalFile = "a16e79659af16eee0fd4d5062a002c143dfbe306ed758f6989dab2f97ac6830f"; buildDepends = [ base containers mtl template-haskell th-desugar ]; testDepends = [ base Cabal constraints filepath process tasty tasty-golden @@ -108436,6 +108496,7 @@ self: { pname = "tabular"; version = "0.2.2.5"; sha256 = "00d1f8yr7kbg30ziv09pb8f4apcvrfb6izb26my1s97kw9ixa740"; + editedCabalFile = "9e1a07443018009aa697caa2713231daafed4dfd734a275268831bfb5aebd05f"; buildDepends = [ base csv html mtl ]; homepage = "http://hub.darcs.net/kowey/tabular"; description = "Two-dimensional data tables with rendering functions"; @@ -110098,6 +110159,7 @@ self: { pname = "testing-feat"; version = "0.4.0.2"; sha256 = "15gi6w7p4alnih9grklhhr8338y1aal07admbz4n2f724hnhyb2j"; + editedCabalFile = "0168dde1e9ac0e7a1f80a33c12a6c5d2b7c5e59e4dcd060ffb8d82f100c4dd3f"; buildDepends = [ base mtl QuickCheck tagshare template-haskell ]; description = "Functional Enumeration of Algebraic Types"; license = stdenv.lib.licenses.bsd3; @@ -114522,8 +114584,8 @@ self: { }: mkDerivation { pname = "uhc-light"; - version = "1.1.8.3"; - sha256 = "0az6s0v5559715c6hnaxymkrl936a0cbnnpljwb91hhlfhpsl0aq"; + version = "1.1.8.4"; + sha256 = "0fkw5mz1wrrbcb1a9mfg59mab5b0clil8zm53q1mhnjhd7g7gd33"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -116838,6 +116900,18 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "vector_0_10_9_3" = callPackage + ({ mkDerivation, base, deepseq, ghc-prim, primitive }: + mkDerivation { + pname = "vector"; + version = "0.10.9.3"; + sha256 = "08mlg0v7an6mm04skvxrgfndab0wikfs4glv7jj8ylxwc8959kdx"; + buildDepends = [ base deepseq ghc-prim primitive ]; + homepage = "https://github.com/haskell/vector"; + description = "Efficient Arrays"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "vector" = callPackage ({ mkDerivation, base, deepseq, ghc-prim, primitive, QuickCheck , random, template-haskell, test-framework @@ -119054,8 +119128,8 @@ self: { }: mkDerivation { pname = "webdriver-angular"; - version = "0.1.6"; - sha256 = "10cvivmdadhvq8bsh1hij8dgw3d3f3a3ng54b00ia4gmna6996yq"; + version = "0.1.7"; + sha256 = "18lyw9qasg9ynsa9yg90121h6z5h7kl6lzw7q5zqgkwpm1xr1p21"; buildDepends = [ aeson base language-javascript template-haskell text transformers unordered-containers webdriver @@ -119605,8 +119679,8 @@ self: { ({ mkDerivation, base, bytestring, network, unix }: mkDerivation { pname = "witty"; - version = "0.0.2"; - sha256 = "0nzxz2716d4xpiz3p21bvg9klfadxnnkxd73311d62cgh3iayqlf"; + version = "0.0.3"; + sha256 = "18m767qgzgz6ns5kv9sbj239iw13hfrkv6qgmcwhglh7nnhl0fpy"; isLibrary = false; isExecutable = true; buildDepends = [ base bytestring network unix ]; @@ -121521,7 +121595,7 @@ self: { random regex-posix split unix X11 xmonad xmonad-contrib ]; configureFlags = [ - "-f-with_hlist" "-fwith_split" "-fwith_parsec" + "-f-with_hlist" "-fwith_parsec" "-fwith_split" ]; homepage = "http://projects.haskell.org/xmonad-extras"; description = "Third party extensions for xmonad with wacky dependencies";