mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 18:21:52 +00:00
removes compatibility dependency, filters apps/versions based off of user agent header
This commit is contained in:
10
stack.yaml
10
stack.yaml
@@ -17,7 +17,7 @@
|
||||
#
|
||||
# resolver: ./custom-snapshot.yaml
|
||||
# resolver: https://example.com/snapshots/2018-01-01.yaml
|
||||
resolver: lts-13.30
|
||||
resolver: lts-16.15
|
||||
|
||||
# User packages to be built.
|
||||
# Various formats can be used as shown in the example below.
|
||||
@@ -41,9 +41,9 @@ packages:
|
||||
#
|
||||
extra-deps:
|
||||
- protolude-0.2.4
|
||||
- git: https://github.com/CaptJakk/jose-jwt.git
|
||||
commit: 63210e8d05543dac932ddfe5c212450beb88374c
|
||||
- haskell-src-exts-1.21.1@sha256:11d18ec3f463185f81b7819376b532e3087f8192cffc629aac5c9eec88897b35,4541
|
||||
# - git: https://github.com/CaptJakk/jose-jwt.git
|
||||
# commit: 63210e8d05543dac932ddfe5c212450beb88374c
|
||||
# - haskell-src-exts-1.21.1@sha256:11d18ec3f463185f81b7819376b532e3087f8192cffc629aac5c9eec88897b35,4541
|
||||
|
||||
# Override default flag values for local packages and extra-deps
|
||||
# flags: {}
|
||||
@@ -68,3 +68,5 @@ extra-deps:
|
||||
#
|
||||
# Allow a newer minor version of GHC than the snapshot specifies
|
||||
# compiler-check: newer-minor
|
||||
# docker:
|
||||
# enable: true
|
||||
Reference in New Issue
Block a user