vimeta 0.2.5.0 → 0.2.5.1
raw patch · 3 files changed
+14/−21 lines, 3 filesdep ~http-clientdep ~optparse-applicativedep ~yaml
Dependency ranges changed: http-client, optparse-applicative, yaml
Files
- CHANGES.md +6/−0
- LICENSE +1/−1
- vimeta.cabal +7/−20
CHANGES.md view
@@ -1,5 +1,11 @@ # Version History +## 0.2.5.1 (April 16, 2019)++ - Update dependency versions++ - Builds on NixOS 18.09, 19.03, and unstable+ ## 0.2.5.0 (October 09, 2018) - Update dependency versions
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013-2018 Peter J. Jones <pjones@devalot.com>+Copyright (c) 2013-2019 Peter J. Jones <pjones@devalot.com> All rights reserved. Redistribution and use in source and binary forms, with or without
vimeta.cabal view
@@ -1,17 +1,16 @@ -------------------------------------------------------------------------------- name: vimeta-version: 0.2.5.0+version: 0.2.5.1 synopsis: Frontend for video metadata tagging tools-homepage: http://github.com/pjones/vimeta-bug-reports: http://github.com/pjones/vimeta/issues+homepage: https://code.devalot.com/open/vimeta+bug-reports: https://code.devalot.com/open/vimeta/issues license: BSD2 license-file: LICENSE author: Peter Jones <pjones@devalot.com> maintainer: Peter Jones <pjones@devalot.com>-copyright: Copyright (c) 2013-2018 Peter Jones+copyright: Copyright (c) 2013-2019 Peter Jones category: Video stability: experimental-tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2 build-type: Simple cabal-version: 1.18 description:@@ -27,13 +26,7 @@ -------------------------------------------------------------------------------- source-repository head type: git- location: git://github.com/pjones/vimeta.git-----------------------------------------------------------------------------------flag maintainer- description: Enable settings for the package maintainer.- manual: True- default: False+ location: https://code.devalot.com/open/vimeta.git -------------------------------------------------------------------------------- library@@ -66,9 +59,6 @@ default-language: Haskell2010 ghc-options: -Wall -fwarn-incomplete-uni-patterns - if flag(maintainer)- ghc-options: -Werror- build-depends: base >= 4.6 && < 5.0 , aeson >= 0.8 && < 1.5 , byline >= 0.1 && < 1.0@@ -77,7 +67,7 @@ , directory >= 1.2 && < 1.4 , either >= 4.3 && < 6 , filepath >= 1.3 && < 1.5- , http-client >= 0.4.30 && < 0.6+ , http-client >= 0.4.30 && < 0.7 , http-client-tls >= 0.2.2 && < 0.4 , http-types >= 0.8 && < 0.13 , mtl >= 2.1 && < 2.3@@ -92,7 +82,7 @@ , time-locale-compat >= 0.1 && < 0.2 , transformers >= 0.3 && < 0.6 , xdg-basedir >= 0.2 && < 0.3- , yaml >= 0.8 && < 0.10+ , yaml >= 0.8 && < 0.12 -------------------------------------------------------------------------------- executable vimeta@@ -100,6 +90,3 @@ main-is: src/Main.hs build-depends: base, vimeta ghc-options: -Wall -fwarn-incomplete-uni-patterns-- if flag(maintainer)- ghc-options: -Werror