packages feed

Cabal revisions of HPDF-1.4.7

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

revision 1
 Name: HPDF Version: 1.4.7+x-revision: 1 cabal-version: >=1.6 License: BSD3 License-file:LICENSE  library   build-depends: -      base >= 4 && < 5, -      containers, -      random >= 1.0, -      bytestring >= 0.9, +      base >= 4.4 && < 4.12, +      containers < 0.6,+      random >= 1.0 && < 1.2, +      bytestring >= 0.9 && < 0.11,        array >= 0.1,        zlib >= 0.5,        binary >= 0.4, -      mtl,+      mtl >= 2.2.1 && < 2.3,       vector >=0.10      ghc-options: -Wall -fno-warn-tabs -funbox-strict-fields  -O2
revision 2
-Name: HPDF-Version: 1.4.7-x-revision: 1-cabal-version: >=1.6-License: BSD3-License-file:LICENSE-Copyright: Copyright (c) 2007-2013, alpheccar.org-category: Graphics-synopsis: Generation of PDF documents-maintainer: misc@NOSPAMalpheccar.org-build-type: Simple-tested-with: GHC==7.6.1-homepage: http://www.alpheccar.org-description: A PDF library with support for several pages, page transitions, outlines, annotations, compression, colors, shapes, patterns, jpegs, fonts, typesetting ... Have a look at the "Graphics.PDF.Documentation" module to see how to use it. Or, download the package and look at the test.hs file in the Test folder. That file is giving an example of each feature.-extra-source-files:-  c/ctext.h-  c/metrics.h-  c/conversion.h-  Test/AFMParser.hs-  Test/logo.jpg-  Test/Makefile-  Test/Penrose.hs-  Test/test.hs-  README.txt-  NEWS.txt-  TODO.txt--library-  build-depends: -      base >= 4.4 && < 4.12, -      containers < 0.6,-      random >= 1.0 && < 1.2, -      bytestring >= 0.9 && < 0.11, -      array >= 0.1, -      zlib >= 0.5, -      binary >= 0.4, -      mtl >= 2.2.1 && < 2.3,-      vector >=0.10-  -  ghc-options: -Wall -fno-warn-tabs -funbox-strict-fields  -O2--  C-Sources:  -     c/metrics.c-     c/conversion.c-  Include-Dirs: c-  Install-Includes: -     ctext.h-     conversion.h-  exposed-Modules: -     Graphics.PDF-     Graphics.PDF.Colors-     Graphics.PDF.Coordinates-     Graphics.PDF.Document-     Graphics.PDF.Shapes-     Graphics.PDF.Text-     Graphics.PDF.Navigation-     Graphics.PDF.Image-     Graphics.PDF.Action-     Graphics.PDF.Annotation-     Graphics.PDF.Pattern-     Graphics.PDF.Shading-     Graphics.PDF.Typesetting-     Graphics.PDF.Hyphenate-     Graphics.PDF.Documentation-  Other-Modules:-     Graphics.PDF.LowLevel.Types-     Graphics.PDF.Data.PDFTree-     Graphics.PDF.Data.Trie-     Graphics.PDF.Pages-     Graphics.PDF.Resources-     Graphics.PDF.Draw-     Graphics.PDF.Hyphenate.English-     Graphics.PDF.Hyphenate.LowLevel-     Graphics.PDF.LowLevel.Kern-     Graphics.PDF.Typesetting.Breaking-     Graphics.PDF.Typesetting.Horizontal-     Graphics.PDF.Typesetting.Vertical-     Graphics.PDF.Typesetting.Box-     Graphics.PDF.Typesetting.Layout-     Graphics.PDF.LowLevel.Serializer-     Graphics.PDF.Typesetting.StandardStyle+Name: HPDF
+Version: 1.4.7
+x-revision: 2
+cabal-version: >=1.6
+License: BSD3
+License-file:LICENSE
+Copyright: Copyright (c) 2007-2013, alpheccar.org
+category: Graphics
+synopsis: Generation of PDF documents
+maintainer: misc@NOSPAMalpheccar.org
+build-type: Simple
+tested-with: GHC==7.6.1
+homepage: http://www.alpheccar.org
+description: A PDF library with support for several pages, page transitions, outlines, annotations, compression, colors, shapes, patterns, jpegs, fonts, typesetting ... Have a look at the "Graphics.PDF.Documentation" module to see how to use it. Or, download the package and look at the test.hs file in the Test folder. That file is giving an example of each feature.
+extra-source-files:
+  c/ctext.h
+  c/metrics.h
+  c/conversion.h
+  Test/AFMParser.hs
+  Test/logo.jpg
+  Test/Makefile
+  Test/Penrose.hs
+  Test/test.hs
+  README.txt
+  NEWS.txt
+  TODO.txt
+
+library
+  build-depends: 
+      base >= 4.8 && < 4.12, 
+      containers < 0.6,
+      random >= 1.0 && < 1.2, 
+      bytestring >= 0.9 && < 0.11, 
+      array >= 0.1, 
+      zlib >= 0.5, 
+      binary >= 0.4, 
+      mtl >= 2.2.1 && < 2.3,
+      vector >=0.10
+  
+  ghc-options: -Wall -fno-warn-tabs -funbox-strict-fields  -O2
+
+  C-Sources:  
+     c/metrics.c
+     c/conversion.c
+  Include-Dirs: c
+  Install-Includes: 
+     ctext.h
+     conversion.h
+  exposed-Modules: 
+     Graphics.PDF
+     Graphics.PDF.Colors
+     Graphics.PDF.Coordinates
+     Graphics.PDF.Document
+     Graphics.PDF.Shapes
+     Graphics.PDF.Text
+     Graphics.PDF.Navigation
+     Graphics.PDF.Image
+     Graphics.PDF.Action
+     Graphics.PDF.Annotation
+     Graphics.PDF.Pattern
+     Graphics.PDF.Shading
+     Graphics.PDF.Typesetting
+     Graphics.PDF.Hyphenate
+     Graphics.PDF.Documentation
+  Other-Modules:
+     Graphics.PDF.LowLevel.Types
+     Graphics.PDF.Data.PDFTree
+     Graphics.PDF.Data.Trie
+     Graphics.PDF.Pages
+     Graphics.PDF.Resources
+     Graphics.PDF.Draw
+     Graphics.PDF.Hyphenate.English
+     Graphics.PDF.Hyphenate.LowLevel
+     Graphics.PDF.LowLevel.Kern
+     Graphics.PDF.Typesetting.Breaking
+     Graphics.PDF.Typesetting.Horizontal
+     Graphics.PDF.Typesetting.Vertical
+     Graphics.PDF.Typesetting.Box
+     Graphics.PDF.Typesetting.Layout
+     Graphics.PDF.LowLevel.Serializer
+     Graphics.PDF.Typesetting.StandardStyle