summaryrefslogtreecommitdiff
path: root/nix/haskell-deps.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-10-13 11:57:29 -0400
committerBen Sima <ben@bsima.me>2020-10-13 12:02:32 -0400
commit1d92f4686c4803c802dce66804eba9ebe61efc1a (patch)
treecaf95700e5c587d4908138004baf4273f6bf5466 /nix/haskell-deps.nix
parentdbea29d0c604c69968adbf658ca19a6cc207890d (diff)
Move nix files into Biz.Bild namespace
Diffstat (limited to 'nix/haskell-deps.nix')
-rw-r--r--nix/haskell-deps.nix60
1 files changed, 0 insertions, 60 deletions
diff --git a/nix/haskell-deps.nix b/nix/haskell-deps.nix
deleted file mode 100644
index dccbd81..0000000
--- a/nix/haskell-deps.nix
+++ /dev/null
@@ -1,60 +0,0 @@
-[
- "MonadRandom"
- "QuickCheck"
- "acid-state"
- "aeson"
- "async"
- "bytestring"
- "capability"
- "clay"
- "config-ini"
- "containers"
- "directory"
- "ekg"
- "envy"
- "fast-logger"
- "filepath"
- "ghcjs-base"
- "haskeline"
- "http-types"
- "ixset"
- "katip"
- "lucid"
- "miso"
- "monad-logger"
- "monad-metrics"
- "mtl"
- "network-uri"
- "optparse-simple"
- "parsec"
- "process"
- "protolude"
- "quickcheck-instances"
- "random"
- "regex-applicative"
- "req"
- "safecopy"
- "scotty"
- "servant"
- "servant-auth"
- "servant-auth-server"
- "servant-lucid"
- "servant-server"
- "split"
- "stm"
- "string-quote"
- "tasty"
- "text"
- "time"
- "transformers"
- "unagi-chan"
- "unix"
- "unordered-containers"
- "vector"
- "wai"
- "wai-app-static"
- "wai-extra"
- "wai-middleware-metrics"
- "warp"
- "x509"
-]