mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-06 04:16:21 +03:00
Fix build-depends. Ver bump up.
This commit is contained in:
parent
c2bd0a4a31
commit
f44704205b
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user