Commit c7173f3 Diego Diverio
committed
1 parent 8585d0e commit c7173f3 Copy full SHA for c7173f3
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : icepeak
2
2
# Note: We follow the PVP here, required by Hackage
3
- version : ' 1.1 .0.0'
3
+ version : ' 1.2 .0.0'
4
4
license : BSD3
5
5
homepage : https://github.com/channable/icepeak
6
6
bug-reports : https://github.com/channable/icepeak/issues
@@ -9,7 +9,7 @@ author: Channable
9
9
maintainer : rkrzr
10
10
description : Icepeak is a fast JSON document store with push notification support.
11
11
synopsis : A fast JSON document store with push notification support.
12
- copyright : (c) 2022 , Channable
12
+ copyright : (c) 2023 , Channable
13
13
ghc-options :
14
14
- -Wall
15
15
Original file line number Diff line number Diff line change 43
43
44
44
mkDerivation {
45
45
pname = "icepeak" ;
46
- version = "1.1 .0" ;
46
+ version = "1.2 .0" ;
47
47
48
48
# Opt in to hpack. We don't commit the cabal file in our repo currently.
49
49
buildTools = [ hpack ] ;
You can’t perform that action at this time.
0 commit comments