packages feed

Cabal revisions of amby-0.2.1

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

revision 1
-name:                amby-version:             0.2.1-synopsis:            Statistical data visualization-description:         Statistical data visualization. Provides a high-level-                     interface built on top of-                     <https://github.com/timbod7/haskell-chart/wiki Chart>-                     to quickly display attractive visualizations within GHCi.-homepage:            https://github.com/jsermeno/amby#readme-license:             BSD3-license-file:        LICENSE-author:              Justin Sermeno-maintainer:          Justin Sermeno-copyright:           Copyright (c) 2014-2016 Justin Sermeno-category:            Graphics-build-type:          Simple-cabal-version:       >=1.10-tested-with:         GHC==8.0.1, GHC==7.10.3, GHC==7.10.2--library-  hs-source-dirs:      src-  exposed-modules:     Amby-  other-modules:       Amby.Types-                     , Amby.Style-                     , Amby.Theme-                     , Amby.Numeric-                     , Amby.Plot-                     , Amby.Display-  build-depends:       base >= 4.7 && < 5-                     , data-default-class-                     , Chart-cairo-                     , Chart-diagrams-                     , Chart-                     , vector-                     , statistics-                     , microlens-                     , colour-                     , scientific-                     , mtl-                     , safe-                     , either-                     , pretty-display-                     , process-                     , exceptions-                     , data-default-  default-language:    Haskell2010--executable amby-exe-  hs-source-dirs:      app-  main-is:             Main.hs-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  build-depends:       base-                     , amby-  default-language:    Haskell2010--test-suite amby-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       base-                     , amby-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/jsermeno/amby+name:                amby
+version:             0.2.1
+x-revision: 1
+synopsis:            Statistical data visualization
+description:         <<https://travis-ci.org/jsermeno/amby.svg?branch=master>>
+                     <<https://img.shields.io/badge/language-Haskell-blue.svg>>
+                     <<http://img.shields.io/badge/license-BSD3-brightgreen.svg>>
+                     .
+                     <<https://cloud.githubusercontent.com/assets/197051/20435959/262da202-ad7c-11e6-99e4-b6348cab0898.png>>
+                     <<https://cloud.githubusercontent.com/assets/197051/20435962/2796c380-ad7c-11e6-9cc8-0fbc74ba259a.png>>
+                     <<https://cloud.githubusercontent.com/assets/197051/20435968/2a059e52-ad7c-11e6-8f8d-1fd648dfcf4b.png>>
+                     .
+                     A statistics visualization library built on top of
+                     <https://github.com/timbod7/haskell-chart Chart> inspired by
+                     <https://github.com/mwaskom/seaborn Seaborn>. Amby provides
+                     a high-level interface to quickly display attractive
+                     visualizations. Amby also provides tools to display Charts
+                     from both Amby and the Chart package within GHCi.
+                     .
+                     For examples visit the
+                     <https://github.com/jsermeno/amby#readme README>
+
+homepage:            https://github.com/jsermeno/amby#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Justin Sermeno
+maintainer:          Justin Sermeno
+copyright:           Copyright (c) 2014-2016 Justin Sermeno
+category:            Graphics
+build-type:          Simple
+cabal-version:       >=1.10
+tested-with:         GHC==8.0.1, GHC==7.10.3, GHC==7.10.2
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Amby
+  other-modules:       Amby.Types
+                     , Amby.Style
+                     , Amby.Theme
+                     , Amby.Numeric
+                     , Amby.Plot
+                     , Amby.Display
+  build-depends:       base >= 4.7 && < 5
+                     , data-default-class
+                     , Chart-cairo
+                     , Chart-diagrams
+                     , Chart
+                     , vector
+                     , statistics
+                     , microlens
+                     , colour
+                     , scientific
+                     , mtl
+                     , safe
+                     , either
+                     , pretty-display
+                     , process
+                     , exceptions
+                     , data-default
+  default-language:    Haskell2010
+
+executable amby-exe
+  hs-source-dirs:      app
+  main-is:             Main.hs
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  build-depends:       base
+                     , amby
+  default-language:    Haskell2010
+
+test-suite amby-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       base
+                     , amby
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/jsermeno/amby