packages feed

Cabal revisions of structured-cli-2.5.0.2

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

revision 1
 name:                structured-cli version:             2.5.0.2+x-revision:          1 synopsis:            Application library for building interactive console CLIs description:         This module provides the tools to build a complete "structured" CLI application, similar to those found in systems like Cisco IOS or console configuration utilities etc. It aims to be easy for implementors to use. homepage:            https://gitlab.com/codemonkeylabs/structured-cli#readme+bug-reports:         https://gitlab.com/codemonkeylabs/structured-cli/issues license:             BSD3 license-file:        LICENSE author:              Erick Gonzalez extra-source-files:  README.md cabal-version:       >=1.10 +source-repository head+  type: git+  location: https://gitlab.com/codemonkeylabs/structured-cli+ flag debug   description: Enable debug messages   default: False library   hs-source-dirs:      src   exposed-modules:     System.Console.StructuredCLI-  build-depends:       base >= 4.7 && < 5-                     , data-default-                     , haskeline-                     , mtl-                     , split-                     , transformers+  build-depends:       base         >= 4.7     && < 5+                     , data-default >= 0.7.1.1 && < 0.8 +                     , haskeline    >= 0.7.4.0 && < 0.8+                     , mtl          >= 2.2.1   && < 3.0+                     , split        >= 0.2.3.2 && < 0.3+                     , transformers >= 0.5.2.0 && < 0.6   ghc-options:         -Wall -fno-warn-orphans   default-language:    Haskell2010   if flag(debug) {                      , split                      , structured-cli   default-language:    Haskell2010--source-repository head-  type:     git-  location: https://gitlab.com/codemonkeylabs/structured-cli
revision 2
 name:                structured-cli version:             2.5.0.2-x-revision:          1+x-revision: 2 synopsis:            Application library for building interactive console CLIs description:         This module provides the tools to build a complete "structured" CLI application, similar to those found in systems like Cisco IOS or console configuration utilities etc. It aims to be easy for implementors to use. homepage:            https://gitlab.com/codemonkeylabs/structured-cli#readme   hs-source-dirs:      example   main-is:             Main.hs   ghc-options:         -threaded -rtsopts -Wall-  build-depends:       base-                     , data-default-                     , mtl-                     , split+  build-depends:       base         >= 4.7     && < 5+                     , data-default >= 0.7.1.1 && < 0.8 +                     , mtl          >= 2.2.1   && < 3.0+                     , split        >= 0.2.3.2 && < 0.3                      , structured-cli   default-language:    Haskell2010
revision 3
 name:                structured-cli version:             2.5.0.2-x-revision: 2+x-revision: 3 synopsis:            Application library for building interactive console CLIs description:         This module provides the tools to build a complete "structured" CLI application, similar to those found in systems like Cisco IOS or console configuration utilities etc. It aims to be easy for implementors to use. homepage:            https://gitlab.com/codemonkeylabs/structured-cli#readme library   hs-source-dirs:      src   exposed-modules:     System.Console.StructuredCLI-  build-depends:       base         >= 4.7     && < 5+  build-depends:       base         >= 4.9.1.0 && < 5                      , data-default >= 0.7.1.1 && < 0.8                       , haskeline    >= 0.7.4.0 && < 0.8                      , mtl          >= 2.2.1   && < 3.0   hs-source-dirs:      example   main-is:             Main.hs   ghc-options:         -threaded -rtsopts -Wall-  build-depends:       base         >= 4.7     && < 5+  build-depends:       base         >= 4.9.1.0 && < 5                      , data-default >= 0.7.1.1 && < 0.8                       , mtl          >= 2.2.1   && < 3.0                      , split        >= 0.2.3.2 && < 0.3
revision 4
 name:                structured-cli version:             2.5.0.2-x-revision: 3+x-revision: 4 synopsis:            Application library for building interactive console CLIs description:         This module provides the tools to build a complete "structured" CLI application, similar to those found in systems like Cisco IOS or console configuration utilities etc. It aims to be easy for implementors to use. homepage:            https://gitlab.com/codemonkeylabs/structured-cli#readme library   hs-source-dirs:      src   exposed-modules:     System.Console.StructuredCLI-  build-depends:       base         >= 4.9.1.0 && < 5+  build-depends:       base         >= 4.9.1.0 && < 4.12                      , data-default >= 0.7.1.1 && < 0.8                       , haskeline    >= 0.7.4.0 && < 0.8                      , mtl          >= 2.2.1   && < 3.0   hs-source-dirs:      example   main-is:             Main.hs   ghc-options:         -threaded -rtsopts -Wall-  build-depends:       base         >= 4.9.1.0 && < 5+  build-depends:       base         >= 4.9.1.0 && < 4.12                      , data-default >= 0.7.1.1 && < 0.8                       , mtl          >= 2.2.1   && < 3.0                      , split        >= 0.2.3.2 && < 0.3