馃挘 Machine learning which might blow up in your face 馃挘
1# This file was automatically generated by 'stack init'
2#
3# Some commonly used options have been documented as comments in this file.
4# For advanced use and comprehensive documentation of the format, please see:
5# https://docs.haskellstack.org/en/stable/yaml_configuration/
6
7# A warning or info to be displayed to the user on config load.
8# user-message: |
9
10# Resolver to choose a 'specific' stackage snapshot or a compiler version.
11# A snapshot resolver dictates the compiler version and the set of packages
12# to be used for project dependencies. For example:
13#
14# resolver: lts-3.5
15# resolver: nightly-2015-09-21
16# resolver: ghc-7.10.2
17#
18# The location of a snapshot can be provided as a file or url. Stack assumes
19# a snapshot provided as a file might change, whereas a url resource does not.
20#
21# resolver: ./custom-snapshot.yaml
22# resolver: https://example.com/snapshots/2018-01-01.yaml
23resolver: lts-20.18
24
25# User packages to be built.
26# Various formats can be used as shown in the example below.
27#
28# packages:
29# - some-directory
30# - https://example.com/foo/bar/baz-0.0.2.tar.gz
31# subdirs:
32# - auto-update
33# - wai
34packages:
35 - .
36 - examples
37
38# Dependency packages to be pulled from upstream that are not in the resolver.
39# These entries can reference officially published versions as well as
40# forks / in-progress versions pinned to a git hash. For example:
41#
42# extra-deps:
43# - acme-missiles-0.3
44# - git: https://github.com/commercialhaskell/stack.git
45# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
46#
47extra-deps:
48 - typelits-witnesses-0.3.0.3
49
50# Override default flag values for local packages and extra-deps
51# flags: {}
52
53# Extra package databases containing global packages
54# extra-package-dbs: []
55
56# Control whether we use the GHC we find on the path
57# system-ghc: true
58#
59# Require a specific version of stack, using version ranges
60# require-stack-version: -any # Default
61# require-stack-version: ">=2.1"
62#
63# Override the architecture used by stack, especially useful on Windows
64# arch: i386
65# arch: x86_64
66#
67# Extra directories used by stack for building
68# extra-include-dirs: [/path/to/dir]
69# extra-lib-dirs: [/path/to/dir]
70#
71# Allow a newer minor version of GHC than the snapshot specifies
72# compiler-check: newer-minor
73
74nix:
75 enable: true
76 packages:
77 - blas
78 - lapack