💣 Machine learning which might blow up in your face 💣

Add stack.yaml

authored by

Nolrai and committed by
Erik de Castro Lopo
a161f2d0 14ec0de6

+92
+1
.gitignore
··· 3 3 cabal.sandbox.config 4 4 dist/ 5 5 dist-newstyle/ 6 + .stack-work/
+72
stack.yaml
··· 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 23 + resolver: lts-15.5 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 34 + packages: 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 + # 47 + extra-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
+19
stack.yaml.lock
··· 1 + # This file was autogenerated by Stack. 2 + # You should not edit this file by hand. 3 + # For more information, please see the documentation at: 4 + # https://docs.haskellstack.org/en/stable/lock_files 5 + 6 + packages: 7 + - completed: 8 + hackage: typelits-witnesses-0.3.0.3@sha256:2d9df4ac6ff3077bfd2bf659e4b495e157723ac5b45c519762853f55df5c16db,2738 9 + pantry-tree: 10 + size: 469 11 + sha256: 6a42a462f98e94933b6e9721acd912c6c6b6a4743635efd15cc5871908c816a0 12 + original: 13 + hackage: typelits-witnesses-0.3.0.3 14 + snapshots: 15 + - completed: 16 + size: 491372 17 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/5.yaml 18 + sha256: 1b549cfff328040c382a70a84a2087aac8dab6d778bf92f32a93a771a1980dfc 19 + original: lts-15.5