packages feed

Cabal revisions of STL-0.2

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

revision 1
-name:                STL-version:             0.2-synopsis:            STL 3D geometry format parsing and pretty-printing-description:         STL is a simple file format for representing 3D-                     objects as the triangles which form their-                     surface.  It is common in 3D printing workflows.--                     This library provides parsing and serialization-                     to and from both text and binary STL formats.-homepage:            http://github.com/bergey/STL-license:             BSD3-license-file:        LICENSE-author:              Daniel Bergey-maintainer:          bergey@alum.mit.edu--- copyright:           -category:            Graphics-build-type:          Simple--- extra-source-files:  -cabal-version:       >=1.10-bug-reports:         http://github.com/bergey/STL/issues-Tested-with:         GHC == 7.6.3, GHC == 7.8.1-Source-repository head-  type:     git-  location: http://github.com/bergey/STL.git---library-  exposed-modules:  Graphics.Formats.STL,-                    Graphics.Formats.STL.Types,-                    Graphics.Formats.STL.Parser,-                    Graphics.Formats.STL.Printer,-                    Graphics.Formats.STL.Binary-  -- other-modules:       -  -- other-extensions:    -  build-depends:    base >=4.6 && <4.8,-                    attoparsec >= 0.11 && < 0.12,-                    text >= 1.0 && < 1.2,-                    cereal >= 0.4 && < 0.5,-                    bytestring >= 0.10 && < 0.11-  hs-source-dirs:   src     -  default-language: Haskell2010+name:                STL
+version:             0.2
+x-revision: 1
+synopsis:            STL 3D geometry format parsing and pretty-printing
+description:         STL is a simple file format for representing 3D
+                     objects as the triangles which form their
+                     surface.  It is common in 3D printing workflows.
+
+                     This library provides parsing and serialization
+                     to and from both text and binary STL formats.
+homepage:            http://github.com/bergey/STL
+license:             BSD3
+license-file:        LICENSE
+author:              Daniel Bergey
+maintainer:          bergey@alum.mit.edu
+-- copyright:           
+category:            Graphics
+build-type:          Simple
+-- extra-source-files:  
+cabal-version:       >=1.10
+bug-reports:         http://github.com/bergey/STL/issues
+Tested-with:         GHC == 7.6.3, GHC == 7.8.1
+Source-repository head
+  type:     git
+  location: http://github.com/bergey/STL.git
+
+
+library
+  exposed-modules:  Graphics.Formats.STL,
+                    Graphics.Formats.STL.Types,
+                    Graphics.Formats.STL.Parser,
+                    Graphics.Formats.STL.Printer,
+                    Graphics.Formats.STL.Binary
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:    base >=4.6 && <4.8,
+                    attoparsec >= 0.11 && < 0.12,
+                    text >= 0.11.1.5 && < 1.2,
+                    cereal >= 0.4 && < 0.5,
+                    bytestring >= 0.10 && < 0.11
+  hs-source-dirs:   src     
+  default-language: Haskell2010
revision 2
 name:                STL
 version:             0.2
-x-revision: 1
+x-revision: 2
 synopsis:            STL 3D geometry format parsing and pretty-printing
 description:         STL is a simple file format for representing 3D
                      objects as the triangles which form their
   -- other-modules:       
   -- other-extensions:    
   build-depends:    base >=4.6 && <4.8,
-                    attoparsec >= 0.11 && < 0.12,
+                    attoparsec >= 0.11 && < 0.13,
                     text >= 0.11.1.5 && < 1.2,
                     cereal >= 0.4 && < 0.5,
                     bytestring >= 0.10 && < 0.11