brittany 0.13.1.1 → 0.13.1.2
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- brittany.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for brittany +## 0.13.1.2 -- May 2021++* #347: Allowed hspec 2.8. Thanks @felixonmars!+ ## 0.13.1.1 -- February 2021 * #333: Allowed random 1.2. Thanks @felixonmars!
brittany.cabal view
@@ -1,5 +1,5 @@ name: brittany-version: 0.13.1.1+version: 0.13.1.2 synopsis: Haskell source code formatter description: { See <https://github.com/lspitzner/brittany/blob/master/README.md the README>.@@ -199,7 +199,7 @@ , cmdargs , czipwith , ghc-boot-th- , hspec >=2.4.1 && <2.8+ , hspec >=2.4.1 && <2.9 } main-is: TestMain.hs other-modules: TestUtils@@ -270,7 +270,7 @@ , cmdargs , czipwith , ghc-boot-th- , hspec >=2.4.1 && <2.8+ , hspec >=2.4.1 && <2.9 , filepath , parsec >=3.1.11 && <3.2 }@@ -314,7 +314,7 @@ , base , text , transformers- , hspec >=2.4.1 && <2.8+ , hspec >=2.4.1 && <2.9 } main-is: Main.hs other-modules: