From 1e690a9e78360cf011606cd84eadfd31889d3048 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Wed, 8 Jun 2016 19:15:03 -0400 Subject: [PATCH] bump version --- README.md | 1 + protolude.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae112330..97021e4ca 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Supports: * GHC 7.10.2 * GHC 7.10.3 * GHC 8.0.1 + * GHC HEAD Usage ----- diff --git a/protolude.cabal b/protolude.cabal index eb55ad86d..6e4fd5a76 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -1,5 +1,5 @@ name: protolude -version: 0.1.5 +version: 0.1.6 synopsis: A sensible set of defaults for writing custom Preludes. description: A sensible set of defaults for writing custom Preludes. homepage: https://github.com/sdiehl/protolude