mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-04 02:32:54 +03:00
Fix build-depends. Ver bump up.
This commit is contained in:
parent
c2bd0a4a31
commit
f44704205b
@ -1,5 +1,9 @@
|
||||
<!-- -*- Markdown -*- -->
|
||||
|
||||
## 0.8.0.1
|
||||
|
||||
- Fix build-depends.
|
||||
|
||||
## 0.8.0.0
|
||||
|
||||
- Drop unsafe Expr type.
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: relational-query
|
||||
version: 0.8.0.0
|
||||
version: 0.8.0.1
|
||||
synopsis: Typeful, Modular, Relational, algebraic query engine
|
||||
description: This package contiains typeful relation structure and
|
||||
relational-algebraic query building DSL which can
|
||||
@ -78,7 +78,7 @@ library
|
||||
, template-haskell
|
||||
, sql-words >=0.1.1
|
||||
, names-th
|
||||
, persistable-record >= 0.2
|
||||
, persistable-record >= 0.3
|
||||
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
|
Loading…
Reference in New Issue
Block a user