packages feed

Cabal revisions of plots-0.1.0.1

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

revision 1
-name:                plots-version:             0.1.0.1-synopsis:            Diagrams based plotting library.-homepage:            http://github.com/cchalmers/plots-license:             BSD3-license-file:        LICENSE-author:              Christopher Chalmers-maintainer:          c.chalmers@me.com-bug-reports:         http://github.com/cchalmers/plots-stability:           Experimental-category:            Graphics-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:  README.md diagrams/*.svg-extra-doc-files:     diagrams/*.svg-description:         Diagrams based plotting library.--source-repository head- type:     git- location: http://github.com/cchalmers/plots--library-  exposed-modules:-    Plots-    Plots.Axis-    Plots.Axis.ColourBar-    Plots.Axis.Grid-    Plots.Axis.Labels-    Plots.Axis.Line-    Plots.Axis.Render-    Plots.Axis.Ticks-    Plots.Axis.Title-    Plots.Axis.Scale-    Plots.Legend-    Plots.Name-    Plots.Style-    Plots.Types-    Plots.Types.Bar-    Plots.Types.Histogram-    Plots.Types.HeatMap-    Plots.Types.Line-    Plots.Types.Pie-    Plots.Types.Scatter-    Plots.Util-    Diagrams.Coordinates.Isomorphic-    Diagrams.Coordinates.Polar-  hs-source-dirs:      src-  build-depends:-    base          >= 4.3 && < 5.0,-    adjunctions,-    colour,-    containers    >= 0.3 && < 0.6,-    data-default  >= 0.5 && < 0.8,-    diagrams-core >= 1.3 && < 1.5,-    diagrams-lib  >= 1.3 && < 1.5,-    directory,-    distributive,-    transformers,-    filepath,-    fingertree,-    hashable      >= 1.1 && < 1.3,-    lens          >= 4.6 && < 5.0,-    linear        >= 1.2 && < 2.0,-    monoid-extras >= 0.3 && < 0.6,-    mtl           >= 1.0 && < 3.2,-    optparse-applicative,-    statistics,-    process,-    semigroupoids,-    semigroups,-    split         >= 0.1.2 && < 0.5,-    time,-    vector,-    profunctors,-    JuicyPixels,-    intervals,-    base-orphans--  ghc-options:         -Wall--  default-language:  Haskell2010+name:                plots
+version:             0.1.0.1
+x-revision: 1
+synopsis:            Diagrams based plotting library.
+homepage:            http://github.com/cchalmers/plots
+license:             BSD3
+license-file:        LICENSE
+author:              Christopher Chalmers
+maintainer:          c.chalmers@me.com
+bug-reports:         http://github.com/cchalmers/plots
+stability:           Experimental
+category:            Graphics
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:  README.md diagrams/*.svg
+extra-doc-files:     diagrams/*.svg
+description:         Diagrams based plotting library.
+
+source-repository head
+ type:     git
+ location: http://github.com/cchalmers/plots
+
+library
+  exposed-modules:
+    Plots
+    Plots.Axis
+    Plots.Axis.ColourBar
+    Plots.Axis.Grid
+    Plots.Axis.Labels
+    Plots.Axis.Line
+    Plots.Axis.Render
+    Plots.Axis.Ticks
+    Plots.Axis.Title
+    Plots.Axis.Scale
+    Plots.Legend
+    Plots.Name
+    Plots.Style
+    Plots.Types
+    Plots.Types.Bar
+    Plots.Types.Histogram
+    Plots.Types.HeatMap
+    Plots.Types.Line
+    Plots.Types.Pie
+    Plots.Types.Scatter
+    Plots.Util
+    Diagrams.Coordinates.Isomorphic
+    Diagrams.Coordinates.Polar
+  hs-source-dirs:      src
+  build-depends:
+    base          >= 4.7 && < 5.0,
+    adjunctions,
+    colour,
+    containers    >= 0.3 && < 0.6,
+    data-default  >= 0.5 && < 0.8,
+    diagrams-core >= 1.3 && < 1.5,
+    diagrams-lib  >= 1.3 && < 1.5,
+    directory,
+    distributive,
+    transformers,
+    filepath,
+    fingertree,
+    hashable      >= 1.1 && < 1.3,
+    lens          >= 4.6 && < 5.0,
+    linear        >= 1.2 && < 2.0,
+    monoid-extras >= 0.3 && < 0.6,
+    mtl           >= 1.0 && < 3.2,
+    optparse-applicative,
+    statistics,
+    process,
+    semigroupoids,
+    semigroups,
+    split         >= 0.1.2 && < 0.5,
+    time,
+    vector,
+    profunctors,
+    JuicyPixels,
+    intervals,
+    base-orphans
+
+  ghc-options:         -Wall
+
+  default-language:  Haskell2010
revision 2
 name:                plots
 version:             0.1.0.1
-x-revision: 1
+x-revision: 2
 synopsis:            Diagrams based plotting library.
 homepage:            http://github.com/cchalmers/plots
 license:             BSD3
     Diagrams.Coordinates.Polar
   hs-source-dirs:      src
   build-depends:
-    base          >= 4.7 && < 5.0,
+    base          >= 4.8 && < 5.0,
     adjunctions,
     colour,
     containers    >= 0.3 && < 0.6,