packages feed

vimeta 0.2.1.0 → 0.2.2.0

raw patch · 4 files changed

+23/−22 lines, 4 filesdep ~http-typesdep ~optparse-applicative

Dependency ranges changed: http-types, optparse-applicative

Files

− CHANGES
@@ -1,15 +0,0 @@--*- org -*--#+title: Version History-#+startup: showall--* 0.2.1.0 (July, 23, 2015)--  - Restore support for GHC 7.8.x--* 0.2.0.0 (July 22, 2015)--  - Initial public release.--* 0.1.0.0 (Never publicly released)--  - Internal release only.
+ CHANGES.md view
@@ -0,0 +1,17 @@+# Version History++## 0.2.2.0 (June 9, 2016)++  - Build with LTS-5.15++## 0.2.1.0 (July, 23, 2015)++  - Restore support for GHC 7.8.x++## 0.2.0.0 (July 22, 2015)++  - Initial public release.++## 0.1.0.0 (Never publicly released)++  - Internal release only.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013-2015, Peter J. Jones <pjones@devalot.com>+Copyright (c) 2013-2016 Peter J. Jones <pjones@devalot.com> All rights reserved.  Redistribution and use in source and binary forms, with or without
vimeta.cabal view
@@ -1,6 +1,6 @@ -------------------------------------------------------------------------------- name:          vimeta-version:       0.2.1.0+version:       0.2.2.0 synopsis:      Frontend for video metadata tagging tools homepage:      http://github.com/pjones/vimeta bug-reports:   http://github.com/pjones/vimeta/issues@@ -20,7 +20,7 @@  -------------------------------------------------------------------------------- extra-source-files:-  CHANGES+  CHANGES.md   README.md   TODO.org @@ -64,11 +64,10 @@    hs-source-dirs: src   default-language: Haskell2010+  ghc-options: -Wall -fwarn-incomplete-uni-patterns    if flag(maintainer)     ghc-options: -Werror-    ghc-options: -Wall -fwarn-incomplete-uni-patterns-    ghc-prof-options: -prof -auto-all    build-depends: aeson                >= 0.8   && < 0.10                , base                 >= 4.6   && < 5.0@@ -80,10 +79,10 @@                , filepath             >= 1.3   && < 1.5                , http-client          >= 0.4   && < 0.5                , http-client-tls      >= 0.2.2 && < 0.3-               , http-types           >= 0.8   && < 0.9+               , http-types           >= 0.8   && < 0.10                , mtl                  >= 2.1   && < 2.3                , old-locale           >= 1.0   && < 1.1-               , optparse-applicative >= 0.11  && < 0.12+               , optparse-applicative >= 0.11  && < 0.13                , parsec               >= 3.1   && < 3.2                , process              >= 1.1   && < 1.3                , temporary            >= 1.1   && < 1.3