summaryrefslogtreecommitdiff
path: root/hadrian/stack.yaml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-12-08 12:42:35 -0500
committerBen Gamari <ben@smart-cactus.org>2017-12-08 13:22:41 -0500
commit7733e44dd4ba7e7a0a9f3456e6ddc32decbcf5a3 (patch)
tree79c5e7151d760e6c7617d8450fb9ec2a10560989 /hadrian/stack.yaml
parent5695f462f604fc63cbb45a7f3073bc114f9b475f (diff)
downloadhaskell-7733e44dd4ba7e7a0a9f3456e6ddc32decbcf5a3.tar.gz
Rip out hadrian subtree
Sadly subtrees haven't worked quite as well as we would have liked for developers. See Hadrian #440.
Diffstat (limited to 'hadrian/stack.yaml')
-rw-r--r--hadrian/stack.yaml25
1 files changed, 0 insertions, 25 deletions
diff --git a/hadrian/stack.yaml b/hadrian/stack.yaml
deleted file mode 100644
index 1d3f6e3b38..0000000000
--- a/hadrian/stack.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
-
-# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
-resolver: lts-9.0
-
-# Local packages, usually specified by relative directory name
-packages:
-- '.'
-- '../libraries/Cabal/Cabal'
-- '../libraries/hpc'
-- '../libraries/parsec'
-- '../libraries/text'
-
-extra-deps:
-- shake-0.16
-
-nix:
- enable: false
- packages:
- - autoconf
- - automake
- - gcc
- - git
- - ncurses
- - perl