packages feed

Cabal revisions of terminal-progress-bar-0.0.1.1

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

revision 1
-name:          terminal-progress-bar-version:       0.0.1.1-cabal-version: >=1.8-build-type:    Simple-stability:     provisional-author:        Roel van Dijk <vandijk.roel@gmail.com>-maintainer:    Roel van Dijk <vandijk.roel@gmail.com>-copyright:     2012 Roel van Dijk <vandijk.roel@gmail.com>-license:       BSD3-license-file:  LICENSE-category:      System, User Interfaces-homepage:      https://github.com/roelvandijk/terminal-progress-bar-bug-reports:   https://github.com/roelvandijk/terminal-progress-bar/issues-synopsis:      A simple progress bar in the terminal-description:-  A progress bar is used to convey the progress of a task. This-  package implements a very simple textual progress bar.-  .-  See the module 'System.ProgressBar' on how to use the progress bar-  or build the package with the -fexample flag for a small example-  program.-  .-  The animated progress bar depends entirely on the interpretation of-  the carriage return character (\'\r\'). If your terminal interprets-  it as something else then "move cursor to beginning of line", the-  animation won't work.-  .-  Note: Due to a bug in \"cabal haddock\" you will have to manually-  uncomment the example section in the cabal file. But uncommenting-  that section will result in \"cabal haddock\" failing.--extra-source-files: LICENSE, README.markdown--source-repository head-  type:     git-  location: git://github.com/roelvandijk/terminal-progress-bar.git--flag example-  description: Build a small example program.-  default: False--library-    hs-source-dirs: src-    build-depends: base                 >= 3.0.3.1 && < 4.7-                 , base-unicode-symbols >= 0.2.2.3 && < 0.3-    exposed-modules: System.ProgressBar-    ghc-options: -Wall--test-suite test-terminal-progress-bar-  type: exitcode-stdio-1.0-  main-is: test.hs-  hs-source-dirs: test-  ghc-options: -Wall-  build-depends: base                  >= 3.0.3.1 && < 4.7-               , base-unicode-symbols  >= 0.2.2.3 && < 0.3-               , HUnit                 >= 1.2.4.2 && < 1.3-               , terminal-progress-bar == 0.0.1.1-               , test-framework        >= 0.3.3   && < 0.7-               , test-framework-hunit  >= 0.2.6   && < 0.3---- executable example---   main-is: example.hs---   hs-source-dirs: .---   if flag(example)---     build-depends: base                  >= 3.0.3.1 && < 4.6---                  , base-unicode-symbols  >= 0.2.2.3 && < 0.3---                  , terminal-progress-bar == 0.0.1---     buildable: True---   else---     buildable: False-+name:          terminal-progress-bar
+version:       0.0.1.1
+x-revision: 1
+cabal-version: >=1.8
+build-type:    Simple
+stability:     provisional
+author:        Roel van Dijk <vandijk.roel@gmail.com>
+maintainer:    Roel van Dijk <vandijk.roel@gmail.com>
+copyright:     2012 Roel van Dijk <vandijk.roel@gmail.com>
+license:       BSD3
+license-file:  LICENSE
+category:      System, User Interfaces
+homepage:      https://github.com/roelvandijk/terminal-progress-bar
+bug-reports:   https://github.com/roelvandijk/terminal-progress-bar/issues
+synopsis:      A simple progress bar in the terminal
+description:
+  A progress bar is used to convey the progress of a task. This
+  package implements a very simple textual progress bar.
+  .
+  See the module 'System.ProgressBar' on how to use the progress bar
+  or build the package with the -fexample flag for a small example
+  program.
+  .
+  The animated progress bar depends entirely on the interpretation of
+  the carriage return character (\'\r\'). If your terminal interprets
+  it as something else then "move cursor to beginning of line", the
+  animation won't work.
+  .
+  Note: Due to a bug in \"cabal haddock\" you will have to manually
+  uncomment the example section in the cabal file. But uncommenting
+  that section will result in \"cabal haddock\" failing.
+
+extra-source-files: LICENSE, README.markdown
+
+source-repository head
+  type:     git
+  location: git://github.com/roelvandijk/terminal-progress-bar.git
+
+flag example
+  description: Build a small example program.
+  default: False
+
+library
+    hs-source-dirs: src
+    build-depends: base                 >= 4.4 && < 4.7
+                 , base-unicode-symbols >= 0.2.2.3 && < 0.3
+    exposed-modules: System.ProgressBar
+    ghc-options: -Wall
+
+test-suite test-terminal-progress-bar
+  type: exitcode-stdio-1.0
+  main-is: test.hs
+  hs-source-dirs: test
+  ghc-options: -Wall
+  build-depends: base                  >= 3.0.3.1 && < 4.7
+               , base-unicode-symbols  >= 0.2.2.3 && < 0.3
+               , HUnit                 >= 1.2.4.2 && < 1.3
+               , terminal-progress-bar == 0.0.1.1
+               , test-framework        >= 0.3.3   && < 0.7
+               , test-framework-hunit  >= 0.2.6   && < 0.3
+
+-- executable example
+--   main-is: example.hs
+--   hs-source-dirs: .
+--   if flag(example)
+--     build-depends: base                  >= 3.0.3.1 && < 4.6
+--                  , base-unicode-symbols  >= 0.2.2.3 && < 0.3
+--                  , terminal-progress-bar == 0.0.1
+--     buildable: True
+--   else
+--     buildable: False
+