File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/roman/Haskell-etc.svg?branch=master )] ( https://travis-ci.org/roman/Haskell-etc )
22[ ![ CircleCI] ( https://circleci.com/gh/roman/Haskell-etc.svg?style=svg )] ( https://circleci.com/gh/roman/Haskell-etc )
3- [ ![ Github] ( https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.2 .svg )] ( https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.2 .svg )
3+ [ ![ Github] ( https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.3 .svg )] ( https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.3 .svg )
44[ ![ Hackage] ( https://img.shields.io/hackage/v/etc.svg )] ( https://img.shields.io/hackage/v/etc.svg )
55[ ![ Hackage Dependencies] ( https://img.shields.io/hackage-deps/v/etc.svg )] ( https://img.shields.io/hackage/v/etc.svg )
66[ ![ Stackage LTS] ( http://stackage.org/package/etc/badge/lts )] ( http://stackage.org/lts/package/etc )
Original file line number Diff line number Diff line change 1+ 0.4.0.3
2+ ----
3+
4+ * Remove bug that stop configuration to be rendered when a default
5+ value was an empty array
6+
170.4.0.2
28----
39
Original file line number Diff line number Diff line change 33-- see: https://github.com/sol/hpack
44
55name : etc
6- version : 0.4.0.2
6+ version : 0.4.0.3
77synopsis : Declarative configuration spec for Haskell projects
88description : `etc` gathers configuration values from multiple sources (cli options, OS
99 environment variables, files) using a declarative spec file that defines where
Original file line number Diff line number Diff line change 22# ###############################################################################
33
44PROJECT_NAME := etc
5- PROJECT_VERSION := 0.4.0.2
5+ PROJECT_VERSION := 0.4.0.3
66
77STACK := stack --resolver nightly
88
You can’t perform that action at this time.
0 commit comments