Fix build-depends. Ver bump up.

This commit is contained in:
Kei Hibino 2016-01-22 20:02:36 +09:00
parent c2bd0a4a31
commit f44704205b
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
<!-- -*- Markdown -*- --> <!-- -*- Markdown -*- -->
## 0.8.0.1
- Fix build-depends.
## 0.8.0.0 ## 0.8.0.0
- Drop unsafe Expr type. - Drop unsafe Expr type.

View File

@ -1,5 +1,5 @@
name: relational-query name: relational-query
version: 0.8.0.0 version: 0.8.0.1
synopsis: Typeful, Modular, Relational, algebraic query engine synopsis: Typeful, Modular, Relational, algebraic query engine
description: This package contiains typeful relation structure and description: This package contiains typeful relation structure and
relational-algebraic query building DSL which can relational-algebraic query building DSL which can
@ -78,7 +78,7 @@ library
, template-haskell , template-haskell
, sql-words >=0.1.1 , sql-words >=0.1.1
, names-th , names-th
, persistable-record >= 0.2 , persistable-record >= 0.3
hs-source-dirs: src hs-source-dirs: src
ghc-options: -Wall ghc-options: -Wall