Skip to content

Commit

Permalink
upgrade to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaboroshiChan committed Dec 3, 2020
1 parent 974e10e commit 26a4c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clickhouse-haskell.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: clickhouse-haskell
version: 0.1.1.0
version: 0.1.2.0
synopsis: A Haskell library as database client for Clickhouse
homepage: https://github.com/MaboroshiChan/clickhouse-haskell/blob/master/README.md
bug-reports: https://github.com/2049foundation/clickhouse-haskell/issues
Expand Down Expand Up @@ -63,7 +63,7 @@ library
bytestring >= 0.10.8 && < 0.11,
binary >= 0.8.3 && < 0.9,
hashable >= 1.2.7 && < 1.4,
text >= 1.2.4 && < 1.3,
text >= 1.2.3 && < 1.3,
unordered-containers >= 0.2.13 && < 0.3,
vector >= 0.12.1 && < 0.13,
async >= 2.2.2 && < 2.3,
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: ghc-8.8.3
resolver: ghc-8.10.2

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down

0 comments on commit 26a4c50

Please sign in to comment.