Bump version

This commit is contained in:
Joe Nelson
2015-05-20 09:42:51 -07:00
parent da79f1da3e
commit 4bbf053896
4 changed files with 5 additions and 7 deletions
+2 -1
View File
@@ -2,7 +2,7 @@ name: postgrest
description: Reads the schema of a PostgreSQL database and creates RESTful routes
for the tables and views, supporting all HTTP verbs that security
permits.
version: 0.2.8.0
version: 0.2.9.0
synopsis: REST API for any Postgres database
license: MIT
license-file: LICENSE
@@ -16,6 +16,7 @@ cabal-version: >=1.10
executable postgrest
main-is: PostgREST/Main.hs
default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes
default-language: Haskell2010
build-depends: base >=4.6 && <5
, postgrest
, hasql == 0.7.3.1, hasql-backend == 0.4.1