lackey 2.0.0.11 → 2.0.0.12
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- LICENSE.txt +1/−1
- lackey.cabal +3/−3
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
lackey.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: lackey-version: 2.0.0.11+version: 2.0.0.12 synopsis: Generate Ruby clients from Servant APIs. description: Lackey generates Ruby clients from Servant APIs. bug-reports: https://github.com/tfausak/lackey/issues@@ -24,7 +24,7 @@ manual: True common library- build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0+ build-depends: base ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0 default-language: Haskell2010 ghc-options: -Weverything@@ -50,7 +50,7 @@ import: library build-depends: servant-foreign ^>=0.16,- text ^>=2.0.2 || ^>=2.1,+ text ^>=2.1, -- cabal-gild: discover source/library exposed-modules: Lackey