packages feed

templatise 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+16/−7 lines, 2 filesdep ~bytestringdep ~processdep ~tastyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, process, tasty, text

API changes (from Hackage documentation)

Files

README.md view
@@ -28,7 +28,8 @@ 1. Type "clone repository in container" and hit return 1. Input the GitHub URL of your new repository 1. In the resulting terminal (ctrl+\`), run: `cabal run initialise`-1. Resolve the README update issue that is generated+1. Browse to "Setting" -> "Actions" -> "General"+1. Tick "Allow GitHub Actions to create and approve pull requests" 1. Continue working on your awesome project  ## Documentation
templatise.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               templatise-version:            0.1.0.2+version:            0.1.0.3 license:            Unlicense license-file:       LICENSE copyright:          (c) 2023 Alex Brandt@@ -17,7 +17,15 @@   have Haskell, VS Code devcontainers, and various GitHub actions ready to use.  category:           VSCode-tested-with:        GHC ==9.2.8 || ==9.4.5 || ==9.4.6 || ==9.4.7 || ==9.6.2+tested-with:+  GHC ==9.2.4+   || ==9.2.8+   || ==9.4.5+   || ==9.4.6+   || ==9.4.7+   || ==9.6.2+   || ==9.6.3+ extra-source-files:   CHANGELOG.md   README.md@@ -35,14 +43,14 @@ common initialise-common   build-depends:     , base                  ^>=4.16.3.0 || ^>=4.17.0.0 || ^>=4.18.0.0-    , bytestring            ^>=0.11.4.0 || ^>=0.12.0.2+    , bytestring            ^>=0.11.3.1 || ^>=0.12.0.2     , Cabal-syntax          ^>=3.8.1.0  || ^>=3.10.1.0     , filepath              ^>=1.4.2.2     , mtl                   ^>=2.2.2    || ^>=2.3.1     , network-uri           ^>=2.6.4.1  || ^>=2.7.0.0     , optparse-applicative  ^>=0.18.1.0-    , process               ^>=1.6.16.0-    , text                  ^>=1.2.5.0  || ^>=2.0.2+    , process               ^>=1.6.13.2+    , text                  ^>=1.2.5.0  || >=2.0.2     && <2.1        || ^>=2.1  library initialise-library   import:           initialise-common@@ -82,7 +90,7 @@     , directory           ^>=1.3.6.2     , hspec               ^>=2.11.4     , initialise-library-    , tasty               ^>=1.4.3+    , tasty               >=1.4.3    && <1.5 || ^>=1.5     , tasty-golden        ^>=2.3.5     , tasty-hspec         ^>=1.2.0.4     , temporary           ^>=1.3