Skip to content

Commit

Permalink
Prepare for release v0.4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Jun 2, 2018
1 parent 5b4a8a8 commit 799a84d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/roman/Haskell-etc.svg?branch=master)](https://travis-ci.org/roman/Haskell-etc)
[![CircleCI](https://circleci.com/gh/roman/Haskell-etc.svg?style=svg)](https://circleci.com/gh/roman/Haskell-etc)
[![Github](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.1.svg)](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.1.svg)
[![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)
[![Hackage](https://img.shields.io/hackage/v/etc.svg)](https://img.shields.io/hackage/v/etc.svg)
[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/etc.svg)](https://img.shields.io/hackage/v/etc.svg)
[![Stackage LTS](http://stackage.org/package/etc/badge/lts)](http://stackage.org/lts/package/etc)
Expand Down
6 changes: 6 additions & 0 deletions etc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.4.0.2
----

* Improvement around unhelpful error being thrown when CLI Config Map didn't
contain a value on a required (by code) field

0.4.0.1
----

Expand Down
2 changes: 1 addition & 1 deletion etc/etc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack

name: etc
version: 0.4.0.1
version: 0.4.0.2
synopsis: Declarative configuration spec for Haskell projects
description: `etc` gathers configuration values from multiple sources (cli options, OS
environment variables, files) using a declarative spec file that defines where
Expand Down
2 changes: 1 addition & 1 deletion make/sdist.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################

PROJECT_NAME := etc
PROJECT_VERSION := 0.4.0.1
PROJECT_VERSION := 0.4.0.2

STACK := stack --resolver nightly

Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-11.6
resolver: lts-11.11

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down Expand Up @@ -43,7 +43,7 @@ packages:
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps:
- rio-0.1.1.0
- rio-0.1.2.0
- typed-process-0.2.2.0
- unliftio-0.2.6.0
- unliftio-core-0.1.1.0
Expand Down

0 comments on commit 799a84d

Please sign in to comment.