packages feed

Cabal revisions of hip-1.1.0.0

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

revision 1
-Name:              hip-Version:           1.1.0.0-License:           BSD3-License-File:      LICENSE-Author:            Alexey Kuleshevich-Stability:         experimental-Maintainer:        lehins@yandex.ru-Category:          Image Processing, Graphics-Synopsis:          Haskell Image Processing (HIP) Library.-Description:-            .-            Haskell Image Processing (HIP) Library provides an easy to use interface with a whole variaty of image manipulation capabilities.-            .-            Processing can be done sequentially as well as in parallel, with an inherited fusion capabily, all through <https://hackage.haskell.org/package/repa repa> and <https://hackage.haskell.org/package/vector vector> packages. It is highly extendable, with an ability to add various color spaces or provide implementations for underlying array like custom data structures.-            .-            It is capable of reading and writing a number of popular image formats by using <https://hackage.haskell.org/package/JuicyPixels JuciyPixels> and <https://hackage.haskell.org/package/netpbm netpbm> packages. Being a pure Haskell library it does not require any external programs, although it can display images using a program of your choice.-Homepage:          https://github.com/lehins/hip-Bug-Reports:       https://github.com/lehins/hip/issues-Cabal-Version:     >= 1.10-Build-Type:        Simple-Extra-Doc-Files:   images/*.jpg-                 , images/*.png-                 , images/*.svg-                 , README.md-                   CHANGELOG.md-Library-  Default-Language: Haskell2010-  HS-Source-Dirs: src--  Build-Depends: base            >= 4.5 && < 5-               , bytestring      >= 0.9.0.4-               , Chart           >= 1.5-               , Chart-diagrams  >= 1.5-               , colour          >= 2.3.3-               , deepseq         >= 1.1-               , directory       >= 1.2.2.0-               , filepath        >= 1.0-               , JuicyPixels     >= 3.2.7-               , netpbm          >= 1.0.1-               , primitive       >= 0.4-               , process         >= 1.1.0.0-               , repa            >= 3.2.1.1 && < 4-               , temporary       >= 1.1.1-               , vector          >= 0.10-  Other-Extensions: BangPatterns-                  , ConstraintKinds-                  , CPP-                  , FlexibleContexts-                  , FlexibleInstances-                  , FunctionalDependencies-                  , MultiParamTypeClasses-                  , ScopedTypeVariables-                  , TypeFamilies-                  , UndecidableInstances-                  , ViewPatterns-  Exposed-Modules: Graphics.Image-                 , Graphics.Image.ColorSpace-                 , Graphics.Image.IO-                 , Graphics.Image.IO.Formats-                 , Graphics.Image.IO.Histogram-                 , Graphics.Image.Interface-                 , Graphics.Image.Interface.Repa-                 , Graphics.Image.Interface.Vector-                 , Graphics.Image.Processing-                 , Graphics.Image.Processing.Binary-                 , Graphics.Image.Processing.Complex-                 , Graphics.Image.Types-  Other-Modules:   Graphics.Image.ColorSpace.Binary-                 , Graphics.Image.ColorSpace.CMYK-                 , Graphics.Image.ColorSpace.Complex-                 , Graphics.Image.ColorSpace.Gray-                 , Graphics.Image.ColorSpace.HSI-                 , Graphics.Image.ColorSpace.Luma-                 , Graphics.Image.ColorSpace.RGB-                 , Graphics.Image.ColorSpace.YCbCr-                 , Graphics.Image.IO.Base-                 , Graphics.Image.IO.Formats.JuicyPixels-                 , Graphics.Image.IO.Formats.Netpbm-                 , Graphics.Image.Interface.Repa.Internal-                 , Graphics.Image.Interface.Vector.Unboxed-                 , Graphics.Image.Interface.Vector.Unboxing-                 , Graphics.Image.Processing.Convolution-                 , Graphics.Image.Processing.Complex.Fourier-                 , Graphics.Image.Processing.Geometric-                 , Graphics.Image.Processing.Interpolation-  GHC-Options:     -Wall-  if os(windows)-    CPP-Options:      -DOS_Win32-  else-    if os(linux)-      CPP-Options:    -DOS_Linux-    else-      if os(darwin)-        CPP-Options:  -DOS_Mac--Test-Suite hip-tests-  Type:               exitcode-stdio-1.0-  HS-Source-Dirs:     tests-  Main-Is:            Spec.hs-  Other-Modules:      Graphics.Image.ColorSpaceSpec-  Build-Depends:      base            >= 4.5 && < 5-                    , hip-                    , hspec-                    , QuickCheck-  Default-Language:   Haskell2010-  GHC-Options:        -Wall--Source-Repository head-  Type:     git-  Location: https://github.com/lehins/hip.git+Name:              hip
+Version:           1.1.0.0
+x-revision: 1
+License:           BSD3
+License-File:      LICENSE
+Author:            Alexey Kuleshevich
+Stability:         experimental
+Maintainer:        lehins@yandex.ru
+Category:          Image Processing, Graphics
+Synopsis:          Haskell Image Processing (HIP) Library.
+Description:
+            .
+            Haskell Image Processing (HIP) Library provides an easy to use interface with a whole variaty of image manipulation capabilities.
+            .
+            Processing can be done sequentially as well as in parallel, with an inherited fusion capabily, all through <https://hackage.haskell.org/package/repa repa> and <https://hackage.haskell.org/package/vector vector> packages. It is highly extendable, with an ability to add various color spaces or provide implementations for underlying array like custom data structures.
+            .
+            It is capable of reading and writing a number of popular image formats by using <https://hackage.haskell.org/package/JuicyPixels JuciyPixels> and <https://hackage.haskell.org/package/netpbm netpbm> packages. Being a pure Haskell library it does not require any external programs, although it can display images using a program of your choice.
+Homepage:          https://github.com/lehins/hip
+Bug-Reports:       https://github.com/lehins/hip/issues
+Cabal-Version:     >= 1.10
+Build-Type:        Simple
+Extra-Doc-Files:   images/*.jpg
+                 , images/*.png
+                 , images/*.svg
+                 , README.md
+                   CHANGELOG.md
+Library
+  Default-Language: Haskell2010
+  HS-Source-Dirs: src
+
+  Build-Depends: base            >= 4.8 && < 5
+               , bytestring      >= 0.9.0.4
+               , Chart           >= 1.5
+               , Chart-diagrams  >= 1.5
+               , colour          >= 2.3.3
+               , deepseq         >= 1.1
+               , directory       >= 1.2.2.0
+               , filepath        >= 1.0
+               , JuicyPixels     >= 3.2.7
+               , netpbm          >= 1.0.1
+               , primitive       >= 0.4
+               , process         >= 1.1.0.0
+               , repa            >= 3.2.1.1 && < 4
+               , temporary       >= 1.1.1
+               , vector          >= 0.10
+  Other-Extensions: BangPatterns
+                  , ConstraintKinds
+                  , CPP
+                  , FlexibleContexts
+                  , FlexibleInstances
+                  , FunctionalDependencies
+                  , MultiParamTypeClasses
+                  , ScopedTypeVariables
+                  , TypeFamilies
+                  , UndecidableInstances
+                  , ViewPatterns
+  Exposed-Modules: Graphics.Image
+                 , Graphics.Image.ColorSpace
+                 , Graphics.Image.IO
+                 , Graphics.Image.IO.Formats
+                 , Graphics.Image.IO.Histogram
+                 , Graphics.Image.Interface
+                 , Graphics.Image.Interface.Repa
+                 , Graphics.Image.Interface.Vector
+                 , Graphics.Image.Processing
+                 , Graphics.Image.Processing.Binary
+                 , Graphics.Image.Processing.Complex
+                 , Graphics.Image.Types
+  Other-Modules:   Graphics.Image.ColorSpace.Binary
+                 , Graphics.Image.ColorSpace.CMYK
+                 , Graphics.Image.ColorSpace.Complex
+                 , Graphics.Image.ColorSpace.Gray
+                 , Graphics.Image.ColorSpace.HSI
+                 , Graphics.Image.ColorSpace.Luma
+                 , Graphics.Image.ColorSpace.RGB
+                 , Graphics.Image.ColorSpace.YCbCr
+                 , Graphics.Image.IO.Base
+                 , Graphics.Image.IO.Formats.JuicyPixels
+                 , Graphics.Image.IO.Formats.Netpbm
+                 , Graphics.Image.Interface.Repa.Internal
+                 , Graphics.Image.Interface.Vector.Unboxed
+                 , Graphics.Image.Interface.Vector.Unboxing
+                 , Graphics.Image.Processing.Convolution
+                 , Graphics.Image.Processing.Complex.Fourier
+                 , Graphics.Image.Processing.Geometric
+                 , Graphics.Image.Processing.Interpolation
+  GHC-Options:     -Wall
+  if os(windows)
+    CPP-Options:      -DOS_Win32
+  else
+    if os(linux)
+      CPP-Options:    -DOS_Linux
+    else
+      if os(darwin)
+        CPP-Options:  -DOS_Mac
+
+Test-Suite hip-tests
+  Type:               exitcode-stdio-1.0
+  HS-Source-Dirs:     tests
+  Main-Is:            Spec.hs
+  Other-Modules:      Graphics.Image.ColorSpaceSpec
+  Build-Depends:      base            >= 4.5 && < 5
+                    , hip
+                    , hspec
+                    , QuickCheck
+  Default-Language:   Haskell2010
+  GHC-Options:        -Wall
+
+Source-Repository head
+  Type:     git
+  Location: https://github.com/lehins/hip.git