summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml36
1 files changed, 0 insertions, 36 deletions
diff --git a/stack.yaml b/stack.yaml
deleted file mode 100644
index 56d9597..0000000
--- a/stack.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-resolver: lts-19.28
-
-# User packages to be built.
-# Various formats can be used as shown in the example below.
-#
-# packages:
-# - some-directory
-# - https://example.com/foo/bar/baz-0.0.2.tar.gz
-# subdirs:
-# - auto-update
-# - wai
-packages:
-- .
-# Dependency packages to be pulled from upstream that are not in the resolver.
-# These entries can reference officially published versions as well as
-# forks / in-progress versions pinned to a git hash. For example:
-#
-allow-newer: true
-extra-deps:
-- mustache-2.4.0@sha256:bd1cfbd027c04d8329877e95413d34dc357d4bee041dd8978cd6a23b114fbda1,3180
-- tomland-1.3.3.1@sha256:83a8fd26a97164100541f7b26aa40ffdc6f230b21e94cbb3eae1fb7093c4356e,8924
-- validation-selective-0.1.0.1@sha256:9a5aa8b801efc6a4ffb120e1b28e80c5f7d090043be56bba11222cd20c393044,3621
-
-# use aeson with a non-hash-floodable implementation
-flags:
- aeson:
- ordered-keymap: true
-
-nix:
- enable: true
- packages:
- - zlib.dev
- - zlib
- - openssl
- - git
- - cacert