packages feed

mainland-pretty 0.4.1.2 → 0.4.1.3

raw patch · 3 files changed

+8/−8 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

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+Copyright (c) 2015-2016         Drexel University.  Redistribution and use in source and binary forms, with or without
Text/PrettyPrint/Mainland.hs view
@@ -2,9 +2,9 @@ -- Module      :  Text.PrettyPrint.Mainland -- Copyright   :  (c) 2006-2011 Harvard University --                (c) 2011-2012 Geoffrey Mainland---                (c) 2015 Drexel University+--                (c) 2015-2016 Drexel University -- License     :  BSD-style--- Maintainer  :  mainland@eecs.harvard.edu+-- Maintainer  :  mainland@drexel.edu -- -- Stability   :  provisional -- Portability :  portable@@ -694,7 +694,7 @@                          shows (posLine p) .                          showChar ' ' .                          showChar '"' .-                         shows (posFile p) .+                         showString (posFile p) .                          showChar '"' .                          go x     go (RLine i x)     = showString ('\n' : replicate i ' ') .
mainland-pretty.cabal view
@@ -1,13 +1,13 @@ name:           mainland-pretty-version:        0.4.1.2+version:        0.4.1.3 cabal-version:  >= 1.6 license:        BSD3 license-file:   LICENSE copyright:      (c) 2006-2011 Harvard University                 (c) 2011-2012 Geoffrey Mainland-                (c) 2015 Drexel University-author:         Geoffrey Mainland <mainland@cs.drexel.edu>-maintainer:     Geoffrey Mainland <mainland@cs.drexel.edu>+                (c) 2015-2016 Drexel University+author:         Geoffrey Mainland <mainland@drexel.edu>+maintainer:     Geoffrey Mainland <mainland@drexel.edu> stability:      alpha homepage:       http://www.cs.drexel.edu/~mainland/ category:       Text