Skip to content

Commit

Permalink
bump to 0.1.0.2; add stack.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdornan committed Apr 21, 2020
1 parent 53c141b commit 627a7ea
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
.stack-work
.ghc.environment.*
commands
test/TestCommands.c
test/TestCommands.dyn_hi
Expand Down
2 changes: 1 addition & 1 deletion ridley/ridley.cabal
@@ -1,5 +1,5 @@
name: ridley
version: 0.3.1.3
version: 0.3.1.4
synopsis: Quick metrics to grow your app strong.
description: Please see README.md
homepage: https://github.com/iconnect/ridley#README
Expand Down
11 changes: 11 additions & 0 deletions ridley/stack.yaml
@@ -0,0 +1,11 @@
resolver: lts-14.27
# ghc-options:
# ridley: -Wall -Werror
packages:
- '.'
extra-deps:
- ekg-core-0.1.1.7
- ekg-prometheus-adapter-0.1.0.4
- katip-0.7.0.0
- prometheus-2.1.3
- wai-middleware-metrics-0.2.4
47 changes: 47 additions & 0 deletions ridley/stack.yaml.lock
@@ -0,0 +1,47 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: ekg-core-0.1.1.7@sha256:92aa9048db9bd2dc7b1ab0f11291059c26de958e2a25cd89c5275d35dd48b96d,1950
pantry-tree:
size: 1073
sha256: a93d107a241498f4e1d0b60680500ffbfe86cf3e4835fcd29f3e3b6e92429edb
original:
hackage: ekg-core-0.1.1.7
- completed:
hackage: ekg-prometheus-adapter-0.1.0.4@sha256:d95487be7f282976cfb23c5b3826eaa1a279aff1e3821b29cf60ad3164e903ab,1494
pantry-tree:
size: 300
sha256: 7879229e738c82a340a9c5584a39771df432ef2e36c62430ee2b4160e2f562cd
original:
hackage: ekg-prometheus-adapter-0.1.0.4
- completed:
hackage: katip-0.7.0.0@sha256:171304c72f39e1856709e1b575c7585d56a1774a03c15ef48c89d2b26350f4d3,4443
pantry-tree:
size: 1140
sha256: c8af6b073ac423f7d1bdd1efbbcbd828de598e15aed6e96d05dc94d6b3589613
original:
hackage: katip-0.7.0.0
- completed:
hackage: prometheus-2.1.3@sha256:4fdf8602f7c74367cda182cf71dab108f78a86993b428bf96b61dd6c519b6f22,4296
pantry-tree:
size: 1559
sha256: a8d0a0150abddf0d7b673fcb19ff2ef235d4005161826e1538ad802394c9fc0e
original:
hackage: prometheus-2.1.3
- completed:
hackage: wai-middleware-metrics-0.2.4@sha256:d6b6916acd41aaef4ca59a839d40a3a377f9df784ae49fd4c64926ae916b6ba2,2890
pantry-tree:
size: 330
sha256: 99366b831109417cd8e739fb45e9fd214cb79f28a507f8154e5528120042d0ac
original:
hackage: wai-middleware-metrics-0.2.4
snapshots:
- completed:
size: 524996
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/27.yaml
sha256: 7ea31a280c56bf36ff591a7397cc384d0dff622e7f9e4225b47d8980f019a0f0
original: lts-14.27

0 comments on commit 627a7ea

Please sign in to comment.