diff options
Diffstat (limited to 'hadrian/stack.yaml')
-rw-r--r-- | hadrian/stack.yaml | 25 |
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 |