liboath-hs 0.0.1.1 → 0.0.1.2
raw patch · 2 files changed
+8/−2 lines, 2 files
Files
- changelog.md +5/−0
- liboath-hs.cabal +3/−2
+ changelog.md view
@@ -0,0 +1,5 @@+# Changelog++# 0.0.1.2++- Bumped dependency on `inline-c` to `< 0.10`
liboath-hs.cabal view
@@ -1,5 +1,5 @@ name: liboath-hs-version: 0.0.1.1+version: 0.0.1.2 synopsis: Bindings to liboath description: See README for details. homepage: https://github.com/parsonsmatt/liboath-hs#readme@@ -11,6 +11,7 @@ category: Security build-type: Simple extra-source-files: README.md+ changelog.md cabal-version: >=1.10 library@@ -18,7 +19,7 @@ exposed-modules: LibOath , LibOath.Internal build-depends: base >= 4.7 && < 5- , inline-c >= 0.5.6.1 && < 0.8+ , inline-c >= 0.5.6.1 && < 0.10 , safe-exceptions , bytestring , time