packages feed

shellify 0.10.0.1 → 0.10.0.2

raw patch · 1 files changed

+10/−2 lines, 1 files

Files

shellify.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               shellify-version:            0.10.0.1+version:            0.10.0.2  author: Daniel Rolls maintainer: daniel.rolls.27@googlemail.com@@ -12,8 +12,16 @@         Please see the README on GitHub at <https://github.com/danielrolls/shellify> category: Packaging extra-source-files:-        CHANGELOG.md         test/outputs/*.nix+extra-doc-files:+        CHANGELOG.md+tested-with:+    GHC == 9.2.8,+    GHC == 9.6.2++source-repository head+    type: git+    location: https://github.com/danielrolls/shellify  common deps     default-language: GHC2021