packages feed

heptapod 1.1.0.2 → 1.1.0.3

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~basedep ~bytestring

Dependency ranges changed: base, bytestring

Files

LICENSE.txt view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Taylor Fausak+Copyright (c) 2026 Taylor Fausak  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
heptapod.cabal view
@@ -10,7 +10,7 @@ maintainer: Taylor Fausak name: heptapod synopsis: Generate UUIDv7 values.-version: 1.1.0.2+version: 1.1.0.3  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 || ^>=4.22.0.0+  build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0   default-language: Haskell2010   ghc-options:     -Weverything@@ -46,7 +46,7 @@ library   import: library   build-depends:-    bytestring ^>=0.11.5.3 || ^>=0.12.1.0,+    bytestring ^>=0.12.1.0,     entropy ^>=0.4.1.10,     time ^>=1.12.2 || ^>=1.14 || ^>=1.15,     uuid-types ^>=1.0.6,