We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8938b commit ee293b3Copy full SHA for ee293b3
hackage-security-HTTP/ChangeLog.md
@@ -1,3 +1,8 @@
1
+0.1.1.3
2
+-------
3
+* Relax dependency bounds for GHC 9.14.
4
+* Remove obsolete `deriving Typeable`.
5
+
6
0.1.1.2
7
-------
8
* Drop support for GHC < 8.4.
hackage-security-HTTP/hackage-security-HTTP.cabal
@@ -1,7 +1,6 @@
-cabal-version: 1.12
+cabal-version: 1.18
name: hackage-security-HTTP
-version: 0.1.1.2
-x-revision: 1
+version: 0.1.1.3
synopsis: Hackage security bindings against the HTTP library
description: The hackage security library provides a 'HttpLib'
@@ -32,7 +31,7 @@ tested-with:
32
31
GHC == 8.6.5
33
GHC == 8.4.4
34
35
-extra-source-files:
+extra-doc-files:
36
ChangeLog.md
37
38
source-repository head
0 commit comments