heptapod 1.1.0.1 → 1.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- heptapod.cabal +2/−2
heptapod.cabal view
@@ -10,7 +10,7 @@ maintainer: Taylor Fausak name: heptapod synopsis: Generate UUIDv7 values.-version: 1.1.0.1+version: 1.1.0.2 source-repository head location: https://github.com/tfausak/heptapod@@ -21,7 +21,7 @@ manual: True common library- build-depends: base ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0+ build-depends: base ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 default-language: Haskell2010 ghc-options: -Weverything