Skip to content

Commit

Permalink
version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Dec 2, 2017
1 parent b63fe83 commit 9e6ae39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
0.2.6 (unreleased)
0.2.6 (2017-12-01)
==================

* Removed ghc-7.6.3 and versions of wai<3.0 from the CI test matrix.
Expand Down
13 changes: 7 additions & 6 deletions wai-cors.cabal
@@ -1,10 +1,10 @@
-- ------------------------------------------------------ --
-- Copyright © 2015-2016 Lars Kuhtz <lakuhtz@gmail.com>
-- Copyright © 2015-2017 Lars Kuhtz <lakuhtz@gmail.com>
-- Copyright © 2014 AlephCloud Systems, Inc.
-- ------------------------------------------------------ --

Name: wai-cors
Version: 0.2.5
Version: 0.2.6
Synopsis: CORS for WAI

Description:
Expand All @@ -20,20 +20,21 @@ License-file: LICENSE
Author: Lars Kuhtz <lakuhtz@gmail.com>
Maintainer: Lars Kuhtz <lakuhtz@gmail.com>
Copyright:
(c) 2015-2016 Lars Kuhtz <lakuhtz@gmail.com>,
(c) 2015-2017 Lars Kuhtz <lakuhtz@gmail.com>,
(c) 2014 AlephCloud Systems, Inc.
Category: HTTP, Network, Web, Yesod
Build-type: Simple
Cabal-version: >= 1.14.0
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1, GHC == 8.2.2

data-files:
README.md
CHANGELOG.md
constraints
test/index.html
test/phantomjs.js
examples/Scotty.hs
examples/Wai.hs
examples/ServantWai.hs

source-repository head
type: git
Expand All @@ -43,7 +44,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/larskuhtz/wai-cors
tag: 0.2.5
tag: 0.2.6

flag transformers-3
description: use transformers<0.3 (this is set automatically)
Expand Down

0 comments on commit 9e6ae39

Please sign in to comment.