summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-26 09:01:11 -0400
committerAndrew Cady <d@jerkface.net>2016-04-26 09:01:11 -0400
commit77ce972b8293b50ebe076c39dfe099aeaa1c5086 (patch)
treed66851912d0f31db59574f746f72872c0e774ba9
parent75e66cb4dd199e684ebc0a56d4fcc0974f4c8df6 (diff)
Set up stack-based builds
-rw-r--r--.gitignore1
-rw-r--r--kiki.cabal1
-rw-r--r--stack.yaml18
3 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3a5b475
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
.stack-work/
diff --git a/kiki.cabal b/kiki.cabal
index ef9a884..37c8264 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -44,6 +44,7 @@ Executable kiki
44 unix, 44 unix,
45 openpgp-util, 45 openpgp-util,
46 kiki 46 kiki
47 other-modules: DNSKey
47 if !flag(cryptonite) 48 if !flag(cryptonite)
48 Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, 49 Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any,
49 crypto-pubkey-types -any 50 crypto-pubkey-types -any
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 0000000..5fea2fd
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,18 @@
1resolver: lts-5.14
2
3packages:
4- '.'
5- location:
6 git: git@68.84.247.123:samizdat/openpgp-util.git
7 commit: 85129e4a9b97e7fe27ea1c560ad43603ad5133bc
8- location:
9 git: git@68.84.247.123:samizdat/cipher-cast5.git
10 commit: 35e67efa234ca51c4fd8153b28c50d8f7c47bc4a
11- location:
12 git: git@68.84.247.123:samizdat/dataenc.git
13 commit: f5fb4f27b4e9cecdc3afc2facc8e39717ea20524
14 extra-dep: true
15
16extra-deps:
17- openpgp-0.6.1
18#- dataenc-0.14.0.7