packages feed

Cabal revisions of indents-0.5.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                indents-Version:             0.5.0.1-Synopsis:            indentation sensitive parser-combinators for parsec-Description:         This library provides functions for use in parsing indentation sensitive contexts. It parses blocks of lines all indented to the same level as well as lines continued at an indented level below.-Homepage:            http://github.com/jaspervdj/indents-License:             BSD3-License-file:        LICENSE-Author:              Sam Anklesaria, Jasper Van der Jeugt-Maintainer:          Jasper Van der Jeugt <m@jaspervdj.be>-Category:            Text, Parsing-Build-type:          Simple-Cabal-version:       >=1.8--Extra-source-files:-  CHANGELOG.md--Source-repository head-  Type:     git-  Location: git@github.com:jaspervdj/indents.git--Library-  Hs-source-dirs: src--  If impl(ghc >= 8.0)-    Ghc-options: -Wall -fno-warn-redundant-constraints-  Else-    Ghc-options: -Wall--  Exposed-modules:-    Text.Parsec.Indent-    Text.Parsec.Indent.Explicit-    Text.Parsec.Indent.Internal--  Build-depends:-    base   >= 4 && < 5,-    parsec >= 3 && < 3.2,-    mtl    >= 1 && < 2.3--Test-suite indents-tests-  Ghc-options:    -Wall-  Hs-source-dirs: tests-  Main-is:        Main.hs-  Type:           exitcode-stdio-1.0--  Other-modules:-    Text.Parsec.Indent.Tests--  Build-depends:-    indents,-    tasty       >= 0.11 && < 1.2.4,-    tasty-hunit >= 0.9  && < 0.11,-    -- Copy-pasted from 'Library' dependencies.-    base   >= 4 && < 5,-    parsec >= 3 && < 3.2,-    mtl    >= 1 && < 2.3+Name:                indents
+Version:             0.5.0.1
+x-revision: 1
+Synopsis:            indentation sensitive parser-combinators for parsec
+Description:         This library provides functions for use in parsing indentation sensitive contexts. It parses blocks of lines all indented to the same level as well as lines continued at an indented level below.
+Homepage:            http://github.com/jaspervdj/indents
+License:             BSD3
+License-file:        LICENSE
+Author:              Sam Anklesaria, Jasper Van der Jeugt
+Maintainer:          Jasper Van der Jeugt <m@jaspervdj.be>
+Category:            Text, Parsing
+Build-type:          Simple
+Cabal-version:       >=1.8
+
+Extra-source-files:
+  CHANGELOG.md
+
+Source-repository head
+  Type:     git
+  Location: git@github.com:jaspervdj/indents.git
+
+Library
+  Hs-source-dirs: src
+
+  If impl(ghc >= 8.0)
+    Ghc-options: -Wall -fno-warn-redundant-constraints
+  Else
+    Ghc-options: -Wall
+
+  Exposed-modules:
+    Text.Parsec.Indent
+    Text.Parsec.Indent.Explicit
+    Text.Parsec.Indent.Internal
+
+  Build-depends:
+    base   >= 4 && < 5,
+    parsec >= 3 && < 3.2,
+    mtl    >= 1 && < 2.3
+
+Test-suite indents-tests
+  Ghc-options:    -Wall
+  Hs-source-dirs: tests
+  Main-is:        Main.hs
+  Type:           exitcode-stdio-1.0
+
+  Other-modules:
+    Text.Parsec.Indent.Tests
+
+  Build-depends:
+    indents,
+    tasty       >= 0.11 && < 1.5,
+    tasty-hunit >= 0.9  && < 0.11,
+    -- Copy-pasted from 'Library' dependencies.
+    base   >= 4 && < 5,
+    parsec >= 3 && < 3.2,
+    mtl    >= 1 && < 2.3
revision 2
 Name:                indents
 Version:             0.5.0.1
-x-revision: 1
+x-revision: 2
 Synopsis:            indentation sensitive parser-combinators for parsec
 Description:         This library provides functions for use in parsing indentation sensitive contexts. It parses blocks of lines all indented to the same level as well as lines continued at an indented level below.
 Homepage:            http://github.com/jaspervdj/indents
   Build-depends:
     base   >= 4 && < 5,
     parsec >= 3 && < 3.2,
-    mtl    >= 1 && < 2.3
+    mtl    >= 1 && < 2.4
 
 Test-suite indents-tests
   Ghc-options:    -Wall
 
   Build-depends:
     indents,
-    tasty       >= 0.11 && < 1.5,
+    tasty       >= 0.11 && < 1.6,
     tasty-hunit >= 0.9  && < 0.11,
     -- Copy-pasted from 'Library' dependencies.
     base   >= 4 && < 5,
     parsec >= 3 && < 3.2,
-    mtl    >= 1 && < 2.3
+    mtl    >= 1 && < 2.4