File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ 0.2.1 (October 23 2018)
2
+ =======================
3
+
4
+ * Loosened base version constraint
5
+
1
6
0.2.0 (October 23 2018)
2
7
=======================
3
8
Original file line number Diff line number Diff line change 14
14
#. Bump version in package.yaml according to `PVP `_
15
15
#. Update any other `package.yaml metadata `_ that needs it
16
16
#. Run hpack
17
+ #. Update ``CHANGES.rst ``
17
18
#. Commit changes
18
19
#. Generate sdist (ignore the warning about running "configure")::
19
20
cabal sdist
Original file line number Diff line number Diff line change 2
2
--
3
3
-- see: https://github.com/sol/hpack
4
4
--
5
- -- hash: 70e0d0470150c88f241234f7c12f2f2e92a2dcc939f84e6da5db4c8ba17a06a5
5
+ -- hash: c3ace4c817265fed08798ca9d75f3f34218ace8530d9ee3a27378b3ca1a1d844
6
6
7
7
name : magic-wormhole
8
- version : 0.2.0
8
+ version : 0.2.1
9
9
synopsis : Interact with Magic Wormhole
10
10
description : Magic Wormhole is a scheme to get things from one computer to another,
11
11
safely.
@@ -39,7 +39,7 @@ library
39
39
ghc-options : -Wall -Werror=incomplete-patterns
40
40
build-depends :
41
41
aeson
42
- , base = =4.9. *
42
+ , base >= 4.6 && < =4.12
43
43
, bytestring
44
44
, containers
45
45
, cryptonite
@@ -79,7 +79,7 @@ executable hocus-pocus
79
79
ghc-options : -Wall -Werror=incomplete-patterns
80
80
build-depends :
81
81
aeson
82
- , base = =4.9. *
82
+ , base >= 4.6 && < =4.12
83
83
, magic-wormhole
84
84
, optparse-applicative
85
85
, protolude >= 0.2
@@ -96,7 +96,7 @@ test-suite tasty
96
96
ghc-options : -Wall -Werror=incomplete-patterns
97
97
build-depends :
98
98
aeson
99
- , base = =4.9. *
99
+ , base >= 4.6 && < =4.12
100
100
, bytestring
101
101
, hedgehog
102
102
, magic-wormhole
Original file line number Diff line number Diff line change 1
1
name : magic-wormhole
2
- version : 0.2.0
2
+ version : 0.2.1
3
3
synopsis : Interact with Magic Wormhole
4
4
description : |
5
5
Magic Wormhole is a scheme to get things from one computer to another,
@@ -24,7 +24,7 @@ default-extensions:
24
24
- TypeApplications
25
25
26
26
dependencies :
27
- - base = = 4.9.*
27
+ - base >= 4.6 && < = 4.12
28
28
- protolude >= 0.2
29
29
30
30
library :
You can’t perform that action at this time.
0 commit comments