packages feed

rob 0.0.4 → 0.0.5

raw patch · 1 files changed

+15/−13 lines, 1 filesdep ~Globdep ~ansi-terminaldep ~bytestring

Dependency ranges changed: Glob, ansi-terminal, bytestring, directory, ede, text, time, unordered-containers, vector, yaml

Files

rob.cabal view
@@ -1,5 +1,5 @@ name:                rob-version:0.0.4+version:0.0.5 synopsis:            Simple projects generator description:         See README at <https://github.com/GianlucaGuarini/rob/blob/develop/README.md> homepage:            https://github.com/gianlucaguarini/rob#readme@@ -7,7 +7,7 @@ license-file:        LICENSE author:              Gianluca Guarini maintainer:          gianluca.guarini@gmail.com-copyright:           Gianlua Guarini+copyright:           Gianluca Guarini category:            CLI build-type:          Simple extra-source-files:  README.md@@ -29,19 +29,19 @@                        Rob.Actions.Add   build-depends:       base >= 4.7 && < 5,                        fortytwo <= 1.0.5,-                       directory <= 1.3.3.2,+                       directory <= 1.3.6.1,                        filepath <= 1.4.2.1,                        pathwalk <= 0.3.1.2,-                       Glob <= 0.10.0,-                       yaml <= 0.11.0.0,-                       vector == 0.12.0.2,-                       ede == 0.2.9,-                       text <= 1.2.3.1,-                       unordered-containers <= 0.2.9.0,+                       Glob <= 0.10.1,+                       yaml <= 0.11.5.0,+                       vector == 0.12.1.2,+                       ede == 0.3.2.0,+                       text <= 1.2.4.0,+                       unordered-containers <= 0.2.13.0,                        cmdargs >= 0.10.17 && <= 0.10.20,-                       ansi-terminal <= 0.8.2,-                       bytestring <= 0.10.8.2,-                       time <= 1.8.0.2+                       ansi-terminal <= 0.11,+                       bytestring <= 0.11.0.0,+                       time <= 1.11.1.1   other-modules:       Paths_rob   default-language:    Haskell2010 @@ -51,6 +51,7 @@   build-depends:       base >= 4.7 && < 5,                        cmdargs >= 0.10.17 && <= 0.10.20,                        rob+   default-language:    Haskell2010  test-suite rob-test@@ -58,8 +59,9 @@   hs-source-dirs:      test   main-is:             Spec.hs   build-depends:       base >= 4.7 && < 5,-                       directory,+                       directory <= 1.3.6.1,                        rob+   ghc-options:         -threaded -rtsopts -with-rtsopts=-N   default-language:    Haskell2010