From 0cc4f975cce5685e933b103dfbb00196659bb6d2 Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Sun, 4 Jan 2015 16:22:28 +0100 Subject: [PATCH] Bump version to 0.2.3 --- servant-server.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/servant-server.cabal b/servant-server.cabal index f326d3b8..5cb01ef0 100644 --- a/servant-server.cabal +++ b/servant-server.cabal @@ -1,5 +1,5 @@ name: servant-server -version: 0.2.2 +version: 0.2.3 synopsis: A family of combinators for defining webservices APIs and serving them description: A family of combinators for defining webservices APIs and serving them @@ -19,13 +19,13 @@ category: Web build-type: Simple cabal-version: >=1.10 tested-with: GHC >= 7.8 +extra-source-files: + CHANGELOG.md + README.md source-repository head type: git location: http://github.com/haskell-servant/servant-server.git -extra-source-files: - CHANGELOG.md - README.md library exposed-modules: