packages feed

loc 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+7/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

loc.cabal view
@@ -3,10 +3,15 @@ -- see: https://github.com/sol/hpack  name:           loc-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Types representing line and column positions and ranges in text files. -description:    The package name /loc/ stands for “location” and is also an allusion to the acronym for “lines of code”. . The @Loc@ type represents a caret position in a text file, the @Span@ type is a nonempty range between two @Loc@s, and the @Area@ type is a set of non-touching @Span@s.+description:    The package name /loc/ stands for “location” and is also an allusion to the+                acronym for “lines of code”.+                .+                The @Loc@ type represents a caret position in a text file, the @Span@ type+                is a nonempty range between two @Loc@s, and the @Area@ type is a set of+                non-touching @Span@s. category:       Data Structures homepage:       https://github.com/chris-martin/haskell-libraries author:         Chris Martin <ch.martin@gmail.com>