packages feed

docvim 0.3.1.5 → 0.3.1.6

raw patch · 1 files changed

+31/−31 lines, 1 filesdep ~bytestringdep ~containersdep ~deepseq

Dependency ranges changed: bytestring, containers, deepseq, directory, dlist, docvim, filepath, hlint, lens, mtl, optparse-applicative, parsec, pretty-show, process, split, tasty, tasty-golden, tasty-hunit, temporary

Files

docvim.cabal view
@@ -1,5 +1,5 @@ name: docvim-version: 0.3.1.5+version: 0.3.1.6 cabal-version: >=1.10 build-type: Simple license: MIT@@ -173,7 +173,7 @@ source-repository this     type: git     location: https://github.com/wincent/docvim.git-    tag: 0.3.1.5+    tag: 0.3.1.6  library     exposed-modules:@@ -203,16 +203,16 @@         Text.Docvim.Visitor.Symbol     build-depends:         base >=4.8.2.0 && <5,-        containers >=0.5.6.2 && <0.6,-        directory >=1.2.2.0 && <1.3,-        filepath >=1.4.0.0 && <1.5,-        dlist >=0.7.1.2 && <0.8,-        lens ==4.13.*,-        mtl >=2.2.1 && <2.3,-        optparse-applicative >=0.12.1.0 && <0.13,-        parsec >=3.1.11 && <3.2,-        pretty-show >=1.6.10 && <1.7,-        split >=0.2.3.1 && <0.3+        containers >=0.5.6.2,+        directory >=1.2.2.0,+        filepath >=1.4.0.0,+        dlist >=0.7.1.2,+        lens >=4.13,+        mtl >=2.2.1,+        optparse-applicative >=0.12.1.0,+        parsec >=3.1.11,+        pretty-show >=1.6.10,+        split >=0.2.3.1     default-language: Haskell2010     hs-source-dirs: lib     other-modules:@@ -223,7 +223,7 @@     main-is: Main.hs     build-depends:         base >=4.8.2.0 && <5,-        docvim >=0.3.1.5 && <0.4+        docvim >=0.3.1.6     default-language: Haskell2010     hs-source-dirs: src     ghc-options: -W -Wall@@ -233,7 +233,7 @@     main-is: HLint.hs     build-depends:         base >=4.8.2.0 && <5,-        hlint >=1.9.35 && <1.10+        hlint >=1.9.35     default-language: Haskell2010     hs-source-dirs: tests     ghc-options: -W -Wall@@ -242,23 +242,23 @@     main-is: Tasty.hs     build-depends:         base >=4.8.2.0 && <5,-        bytestring >=0.10.6.0 && <0.11,-        containers >=0.5.6.2 && <0.6,-        deepseq >=1.4.1.1 && <1.5,-        directory >=1.2.2.0 && <1.3,-        dlist >=0.7.1.2 && <0.8,-        docvim >=0.3.1.5 && <0.4,-        filepath >=1.4.0.0 && <1.5,-        lens ==4.13.*,-        mtl >=2.2.1 && <2.3,-        parsec >=3.1.11 && <3.2,-        pretty-show >=1.6.10 && <1.7,-        process >=1.2.3.0 && <1.3,-        split >=0.2.3.1 && <0.3,-        tasty >=0.11.0.3 && <0.12,-        tasty-golden >=2.3.1 && <2.4,-        tasty-hunit >=0.9.2 && <0.10,-        temporary >=1.2.0.4 && <1.3+        bytestring >=0.10.6.0,+        containers >=0.5.6.2,+        deepseq >=1.4.1.1,+        directory >=1.2.2.0,+        dlist >=0.7.1.2,+        docvim >=0.3.1.6,+        filepath >=1.4.0.0,+        lens >=4.13,+        mtl >=2.2.1,+        parsec >=3.1.11,+        pretty-show >=1.6.10,+        process >=1.2.3.0,+        split >=0.2.3.1,+        tasty >=0.11.0.3,+        tasty-golden >=2.3.1,+        tasty-hunit >=0.9.2,+        temporary >=1.2.0.4     default-language: Haskell2010     hs-source-dirs: tests lib     other-modules: