Created
August 28, 2019 06:37
-
-
Save asheshambasta/501e1796e8d9e328489e8aceab0ec6dc to your computer and use it in GitHub Desktop.
composite git hashes might need to be modified.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file was automatically generated by 'stack init' | |
# | |
# Some commonly used options have been documented as comments in this file. | |
# For advanced use and comprehensive documentation of the format, please see: | |
# https://docs.haskellstack.org/en/stable/yaml_configuration/ | |
# Resolver to choose a 'specific' stackage snapshot or a compiler version. | |
# A snapshot resolver dictates the compiler version and the set of packages | |
# to be used for project dependencies. For example: | |
# | |
# resolver: lts-3.5 | |
# resolver: nightly-2015-09-21 | |
# resolver: ghc-7.10.2 | |
# resolver: ghcjs-0.1.0_ghc-7.10.2 | |
# | |
# The location of a snapshot can be provided as a file or url. Stack assumes | |
# a snapshot provided as a file might change, whereas a url resource does not. | |
# | |
# resolver: ./custom-snapshot.yaml | |
# resolver: https://example.com/snapshots/2018-01-01.yaml | |
resolver: lts-14.3 | |
# User packages to be built. | |
# Various formats can be used as shown in the example below. | |
# | |
# packages: | |
# - some-directory | |
# - https://example.com/foo/bar/baz-0.0.2.tar.gz | |
# - location: | |
# git: https://github.com/commercialhaskell/stack.git | |
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a | |
# - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a | |
# subdirs: | |
# - auto-update | |
# - wai | |
s: | |
- . | |
# Dependency packages to be pulled from upstream that are not in the resolver | |
# using the same syntax as the packages field. | |
# (e.g., acme-missiles-0.3) | |
extra-deps: | |
- monad-log-0.1.1.0 | |
- raven-haskell-0.1.2.0 | |
- time-1.9.2 | |
- transformers-0.5.6.2 | |
- records-sop-0.1.0.2 | |
- aeson-1.4.4.0 | |
- monad-validate-1.1.0.0 | |
# - phone-numbers-0.1.1@sha256:e9251ea59811960c52ae829ce8cd41c6d484148a8ec2950bbeb3be21303d0e53 | |
#build fails: - typerep-map-0.3.1@sha256:68f0b2989430709d1a62958c4c1fb34190d09a64cef0665b8796cd91a7789b7d | |
# Remove | |
- opaleye-0.6.7003.1@sha256:914ac99c6f7ceea050df843ac31c33be0f6340bc0f05753c8fdfc18074fa9e5b | |
# - composite-opaleye-0.5.5.0@sha256:3a213e1e87643e910b0d8e0edaea5f01e6979fa7320708004038eecd22dad1de | |
# - composite-base-0.5.5.0 | |
- opaleye-trans-0.5.0@sha256:ad0e0853bd534823ab744e12f723b55d1ae86efa4143c1bdf00b397230e0a1dc | |
- serialise-0.2.1.0@sha256:8d6051f64c6ebfaf705195dd0b8dfb667617f2e674b290ed2e44985009e4f951 | |
- text-regex-replace-0.1.1.3@sha256:e7f612df671c93ced54a3d26528db37852069884e5cb67d5afbb49d3defb5eb9 | |
- auto-update-0.1.6 | |
- git: [email protected]:/centralapp/decipher-hs | |
commit: 40051cb28995395bef3c27be63c2fea0416c2e99 | |
- crypto-pubkey-openssh-0.2.7 | |
# - amazonka-sns-1.6.1@sha256:b07fbf8a2806fe775b25ea74d0d78f14f286811e4aa59f9c50e97ed99f2a14a6 | |
# - amazonka-sqs-1.6.1@sha256:1578844a31a2e53f9f21fd217e14406a3f02aefa637678ef88b201b01fbed492 | |
# see https://stackoverflow.com/questions/53405263/connectionclosed-when-using-getobject-from-amazonka-s3 | |
- git: https://github.com/brendanhay/amazonka # [email protected]:brendanhay/amazonka | |
commit: c9d8a62118b2269fb54b1e89c4e92106e8243050 | |
subdirs: | |
- amazonka | |
- core | |
- amazonka-s3 | |
- amazonka-sns | |
- amazonka-sqs | |
- git: https://github.com/ConferOpenSource/composite | |
commit: 15b8aa2161de2839cce94ef1eae42d48bbb76b14 | |
subdirs: | |
- composite-base | |
- composite-opaleye | |
allow-newer: true | |
# Override default flag values for local packages and extra-deps | |
# flags: {} | |
# Extra package databases containing global packages | |
# extra-package-dbs: [] | |
# Control whether we use the GHC we find on the path | |
# system-ghc: true | |
# | |
# Require a specific version of stack, using version ranges | |
# require-stack-version: -any # Default | |
# require-stack-version: ">=1.7" | |
# | |
# Override the architecture used by stack, especially useful on Windows | |
# arch: i386 | |
# arch: x86_64 | |
# | |
# Extra directories used by stack for building | |
# extra-include-dirs: [/path/to/dir] | |
# extra-lib-dirs: [/path/to/dir] | |
# | |
# Allow a newer minor version of GHC than the snapshot specifies | |
# compiler-check: newer-minor | |
nix: | |
shell-file: shell-stack.nix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment