packages feed

Cabal revisions of dia-functions-0.2.1.5

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

revision 1
-name:                dia-functions-version:             0.2.1.5-category:            Graphics, Education-synopsis:            An EDSL for teaching Haskell with diagrams - functions-description:-    This package contains diagram manipulating functions-    and an SVG backend.-    .-    For exaples see <http://pnyf.inf.elte.hu/fp/Diagrams_en.xml> and <http://pnyf.inf.elte.hu/fp/FunctionGraphs_en.xml>-    .-    Changes since 0.2: Emit smaller floating point literals in SVG render; export more functions.-    Changes since 0.1: Reimplement the Graphics.Diagrams.FunctionGraphs module.-stability:           alpha-license:             BSD3-license-file:        LICENSE-author:              Péter Diviánszky-maintainer:          divip@aszt.inf.elte.hu-cabal-version:       >=1.2-build-type:          Simple--library-  GHC-Options: -Wall -fwarn-tabs -fno-warn-unused-matches -fno-warn-name-shadowing --  Exposed-Modules:-    Graphics.Diagrams.Colors,-    Graphics.Diagrams.Escape,-    Graphics.Diagrams.FunctionGraphs,-    Graphics.Diagrams.SVG--  Build-Depends:-    data-pprint >= 0.2 && < 0.3,-    dia-base >= 0.1 && < 0.2,-    base >= 4.0 && < 4.10,-    containers >= 0.4 && < 0.6,-    xhtml >= 3000.2 && < 3000.3,-    mtl >= 2.0 && < 2.3,-    deepseq >= 1.1 && < 1.5--+name:                dia-functions
+version:             0.2.1.5
+x-revision: 1
+category:            Graphics, Education
+synopsis:            An EDSL for teaching Haskell with diagrams - functions
+description:
+    This package contains diagram manipulating functions
+    and an SVG backend.
+    .
+    For exaples see <http://pnyf.inf.elte.hu/fp/Diagrams_en.xml> and <http://pnyf.inf.elte.hu/fp/FunctionGraphs_en.xml>
+    .
+    Changes since 0.2: Emit smaller floating point literals in SVG render; export more functions.
+    Changes since 0.1: Reimplement the Graphics.Diagrams.FunctionGraphs module.
+stability:           alpha
+license:             BSD3
+license-file:        LICENSE
+author:              Péter Diviánszky
+maintainer:          divip@aszt.inf.elte.hu
+cabal-version:       >=1.2
+build-type:          Simple
+
+library
+  GHC-Options: -Wall -fwarn-tabs -fno-warn-unused-matches -fno-warn-name-shadowing 
+
+  Exposed-Modules:
+    Graphics.Diagrams.Colors,
+    Graphics.Diagrams.Escape,
+    Graphics.Diagrams.FunctionGraphs,
+    Graphics.Diagrams.SVG
+
+  Build-Depends:
+    data-pprint >= 0.2 && < 0.3,
+    dia-base >= 0.1 && < 0.2,
+    base >= 4.0 && < 4.11,
+    containers >= 0.4 && < 0.6,
+    xhtml >= 3000.2 && < 3000.3,
+    mtl >= 2.0 && < 2.3,
+    deepseq >= 1.1 && < 1.5
+
+