utoy/nix/haskell-deps.nix
2023-03-01 03:41:39 +01:00

13 lines
168 B
Nix

haskellPackages: with haskellPackages; [
attoparsec
blaze-html
bytestring
http-media
servant-server
text
unicode-data
unicode-data-names
wai
warp
]