mainland-pretty 0.7.1 → 0.7.1.1
raw patch · 2 files changed
+18/−9 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Text.PrettyPrint.Mainland.Class: instance Text.PrettyPrint.Mainland.Class.Pretty GHC.Integer.Type.Integer
+ Text.PrettyPrint.Mainland.Class: instance Text.PrettyPrint.Mainland.Class.Pretty GHC.Num.Integer.Integer
Files
- LICENSE +1/−1
- mainland-pretty.cabal +17/−8
LICENSE view
@@ -48,7 +48,7 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Copyright (c) 2015-2021+Copyright (c) 2015-2024 Drexel University. Redistribution and use in source and binary forms, with or without
mainland-pretty.cabal view
@@ -1,11 +1,11 @@ name: mainland-pretty-version: 0.7.1+version: 0.7.1.1 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE copyright: (c) 2006-2011 Harvard University (c) 2011-2012 Geoffrey Mainland- (c) 2015-2021 Drexel University+ (c) 2015-2024 Drexel University author: Geoffrey Mainland <mainland@drexel.edu> maintainer: Geoffrey Mainland <mainland@drexel.edu> stability: alpha@@ -19,9 +19,18 @@ locations associated with pretty printed values and output appropriate #line pragmas and its ability to produce output in the form of lazy text using a builder.-tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2,- GHC==8.2.2, GHC==8.4.3, GHC==8.6.5, GHC==8.8.4, GHC==8.10.4,- GHC==9.0.1+tested-with: GHC==8.0.2,+ GHC==8.2.2,+ GHC==8.4.3,+ GHC==8.6.5,+ GHC==8.8.4,+ GHC==8.10.7,+ GHC==9.0.2,+ GHC==9.2.2,+ GHC==9.4.8,+ GHC==9.6.4,+ GHC==9.8.2,+ GHC==9.10.1 build-type: Simple @@ -34,10 +43,10 @@ build-depends: base >= 4.5 && < 5,- containers >= 0.2 && < 0.7,+ containers >= 0.2 && < 0.8, srcloc >= 0.2 && < 0.7,- text > 0.11 && < 1.3,- transformers > 0.3 && < 0.6+ text > 0.11 && < 2.2,+ transformers > 0.3 && < 0.7 source-repository head type: git