packages feed

openexr-write 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+4/−4 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

.travis.yml view
@@ -35,7 +35,6 @@   include:   # We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:   # https://github.com/hvr/multi-ghc-travis-    addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}   - env: BUILD=cabal GHCVER=7.10.3 CABALVER=1.22 HAPPYVER=1.19.5 ALEXVER=3.1.7     compiler: ": #GHC 7.10.3"     addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
+ CHANGELOG.md view
openexr-write.cabal view
@@ -1,6 +1,6 @@ name:                openexr-write-version:             0.1.0.0-synopsis:            Library to write images in OpenEXR HDR file format.+version:             0.1.0.1+synopsis:            Library for writing images in OpenEXR HDR file format. description:         OpenEXR allows to store pixels as floating point numbers and thus can capture high dynamic range. homepage:            https://github.com/pavolzetor/openexr-write#readme license:             GPL-3@@ -12,6 +12,7 @@ build-type:          Simple extra-source-files:  .gitignore                      .travis.yml+                     CHANGELOG.md                      README.md                      stack.yaml                      test/generate.cpp@@ -38,7 +39,7 @@   type:                exitcode-stdio-1.0   hs-source-dirs:      test   main-is:             Spec.hs-  build-depends:       base >= 4.7 && < 5+  build-depends:       base >= 4.8 && < 5                      , bytestring                      , directory                      , hspec