diff options
| author | John MacFarlane <[email protected]> | 2022-08-29 12:56:13 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-29 15:21:34 -0700 |
| commit | 9bf0b4a0caf5a3a65ff2386ad0e6b56d5176e08c (patch) | |
| tree | befe2bc29f157b74b807bd499972c30e3cd4f54b /shell.nix | |
| parent | 9b2caa671a9d84c3dec39f2bf90d201deb0d818b (diff) | |
shell.nix updates.
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 42 |
1 files changed, 22 insertions, 20 deletions
@@ -6,18 +6,12 @@ let haskellDeps = ps: with ps; [ Diff Glob - HTTP - HTTP - HsYAML - JuicyPixels - QuickCheck - SHA aeson aeson-pretty + array attoparsec base - base-compat - base64-bytestring + base64 binary blaze-html blaze-markup @@ -27,8 +21,6 @@ let commonmark commonmark-extensions commonmark-pandoc - conduit-extra - connection connection containers data-default @@ -40,38 +32,44 @@ let exceptions file-embed filepath + Glob + gridtables haddock-library - haskell-language-server - hsc2hs hslua + hslua-aeson + hslua-module-doclayout + hslua-module-path hslua-module-system hslua-module-text - http-client + hslua-module-version http-client http-client-tls - http-client-tls http-types ipynb jira-wiki-markup + JuicyPixels + lpeg mtl network - network network-uri pandoc-lua-marshal pandoc-types parsec + pretty + pretty-show process random safe scientific + servant-server + SHA skylighting skylighting-core - socks split - streaming-commons syb tagsoup tasty + tasty-bench tasty-golden tasty-hunit tasty-lua @@ -81,12 +79,16 @@ let text text-conversions time - tls + unicode-collation unicode-transforms - unordered-containers - weigh + unix + wai + wai-extra + warp xml xml-conduit + xml-types + yaml zip-archive zlib ]; |
