packages feed

vimeta 0.3.0.1 → 0.3.1

raw patch · 5 files changed

+7/−7 lines, 5 filesdep ~relude

Dependency ranges changed: relude

Files

CHANGES.md view
@@ -9,6 +9,7 @@   - Minor updates:      - 0.3.0.1 (October 28, 2020): Update dependencies+    - 0.3.1 (June 2, 2021): Update dependencies  ## 0.2.5.1 (April 16, 2019) 
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013-2020 Peter J. Jones <pjones@devalot.com>+Copyright (c) 2013-2021 Peter J. Jones <pjones@devalot.com> All rights reserved.  Redistribution and use in source and binary forms, with or without
README.md view
@@ -1,6 +1,6 @@ # Vimeta: frontend for video metadata tagging tools -[![CI](https://github.com/pjones/vimeta/workflows/CI/badge.svg)](https://github.com/pjones/vimeta/actions)+[![tests](https://github.com/pjones/vimeta/workflows/tests/badge.svg)](https://github.com/pjones/vimeta/actions) [![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/pjones/vimeta?label=release)](https://github.com/pjones/vimeta/releases) [![Hackage](https://img.shields.io/hackage/v/vimeta)](https://hackage.haskell.org/package/vimeta) 
src/Vimeta/Core/Download.hs view
@@ -24,7 +24,6 @@ import qualified Data.Text as Text import qualified Network.HTTP.Client as HC import System.FilePath-import System.IO (hFlush) import System.IO.Temp (withSystemTempFile) import Vimeta.Core.Config import Vimeta.Core.Vimeta
vimeta.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               vimeta-version:            0.3.0.1+version:            0.3.1 synopsis:           Frontend for video metadata tagging tools homepage:           https://github.com/pjones/vimeta bug-reports:        https://github.com/pjones/vimeta/issues@@ -8,11 +8,11 @@ license-file:       LICENSE author:             Peter Jones <pjones@devalot.com> maintainer:         Peter Jones <pjones@devalot.com>-copyright:          Copyright (c) 2013-2020 Peter Jones+copyright:          Copyright (c) 2013-2021 Peter Jones category:           Video stability:          experimental build-type:         Simple-tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.2+tested-with:        GHC ==8.8.4 || ==8.10.4 || ==9.0.1 description:   Vimeta is a tool to fetch video metadata from the interwebs and   update video files using a tagging tool.@@ -64,7 +64,7 @@     , optparse-applicative  >=0.11   && <0.17     , parsec                ^>=3.1     , process               >=1.1    && <1.7-    , relude                >=0.6    && <0.8+    , relude                ^>=1.0     , temporary             >=1.1    && <1.4     , text                  >=0.11   && <1.3     , themoviedb            ^>=1.2