packages feed

Cabal revisions of vimeta-0.2.5.1

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

revision 1
----------------------------------------------------------------------------------name:          vimeta-version:       0.2.5.1-synopsis:      Frontend for video metadata tagging tools-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-2019 Peter Jones-category:      Video-stability:     experimental-build-type:    Simple-cabal-version: 1.18-description:-  Vimeta is a tool to fetch video metadata from the interwebs and-  update video files using a tagging tool.-----------------------------------------------------------------------------------extra-source-files:-  CHANGES.md-  README.md-  TODO.org-----------------------------------------------------------------------------------source-repository head-  type: git-  location: https://code.devalot.com/open/vimeta.git-----------------------------------------------------------------------------------library-  exposed-modules:-    Vimeta.Core-    Vimeta.Core.Cache-    Vimeta.Core.Config-    Vimeta.Core.Download-    Vimeta.Core.Format-    Vimeta.Core.MappingFile-    Vimeta.Core.Process-    Vimeta.Core.Tagger-    Vimeta.Core.Vimeta-    Vimeta.UI.CommandLine-    Vimeta.UI.CommandLine.Common-    Vimeta.UI.CommandLine.Config-    Vimeta.UI.CommandLine.Movie-    Vimeta.UI.CommandLine.TV-    Vimeta.UI.Common.Movie-    Vimeta.UI.Common.TV-    Vimeta.UI.Common.Util-    Vimeta.UI.Term.Common-    Vimeta.UI.Term.Movie-    Vimeta.UI.Term.TV--  other-modules:-    Paths_vimeta--  hs-source-dirs: src-  default-language: Haskell2010-  ghc-options: -Wall -fwarn-incomplete-uni-patterns--  build-depends: base                 >= 4.6    && < 5.0-               , aeson                >= 0.8    && < 1.5-               , byline               >= 0.1    && < 1.0-               , bytestring           >= 0.10   && < 0.11-               , containers           >= 0.5    && < 0.7-               , directory            >= 1.2    && < 1.4-               , either               >= 4.3    && < 6-               , filepath             >= 1.3    && < 1.5-               , 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-               , old-locale           >= 1.0    && < 1.1-               , optparse-applicative >= 0.11   && < 0.15-               , parsec               >= 3.1    && < 3.2-               , process              >= 1.1    && < 1.7-               , temporary            >= 1.1    && < 1.4-               , text                 >= 0.11   && < 1.3-               , themoviedb           >= 1.1    && < 1.2-               , time                 >= 1.2    && < 1.10-               , time-locale-compat   >= 0.1    && < 0.2-               , transformers         >= 0.3    && < 0.6-               , xdg-basedir          >= 0.2    && < 0.3-               , yaml                 >= 0.8    && < 0.12-----------------------------------------------------------------------------------executable vimeta-  default-language: Haskell2010-  main-is: src/Main.hs-  build-depends: base, vimeta-  ghc-options: -Wall -fwarn-incomplete-uni-patterns+--------------------------------------------------------------------------------
+name:          vimeta
+version:       0.2.5.1
+x-revision: 1
+synopsis:      Frontend for video metadata tagging tools
+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-2019 Peter Jones
+category:      Video
+stability:     experimental
+build-type:    Simple
+cabal-version: 1.18
+description:
+  Vimeta is a tool to fetch video metadata from the interwebs and
+  update video files using a tagging tool.
+
+--------------------------------------------------------------------------------
+extra-source-files:
+  CHANGES.md
+  README.md
+  TODO.org
+
+--------------------------------------------------------------------------------
+source-repository head
+  type: git
+  location: https://code.devalot.com/open/vimeta.git
+
+--------------------------------------------------------------------------------
+library
+  exposed-modules:
+    Vimeta.Core
+    Vimeta.Core.Cache
+    Vimeta.Core.Config
+    Vimeta.Core.Download
+    Vimeta.Core.Format
+    Vimeta.Core.MappingFile
+    Vimeta.Core.Process
+    Vimeta.Core.Tagger
+    Vimeta.Core.Vimeta
+    Vimeta.UI.CommandLine
+    Vimeta.UI.CommandLine.Common
+    Vimeta.UI.CommandLine.Config
+    Vimeta.UI.CommandLine.Movie
+    Vimeta.UI.CommandLine.TV
+    Vimeta.UI.Common.Movie
+    Vimeta.UI.Common.TV
+    Vimeta.UI.Common.Util
+    Vimeta.UI.Term.Common
+    Vimeta.UI.Term.Movie
+    Vimeta.UI.Term.TV
+
+  other-modules:
+    Paths_vimeta
+
+  hs-source-dirs: src
+  default-language: Haskell2010
+  ghc-options: -Wall -fwarn-incomplete-uni-patterns
+
+  build-depends: base                 >= 4.6    && < 5.0
+               , aeson                >= 0.8    && < 1.5
+               , byline               >= 0.1    && < 1.0
+               , bytestring           >= 0.10   && < 0.11
+               , containers           >= 0.5    && < 0.7
+               , directory            >= 1.2    && < 1.4
+               , either               >= 4.3    && < 6
+               , filepath             >= 1.3    && < 1.5
+               , 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
+               , old-locale           >= 1.0    && < 1.1
+               , optparse-applicative >= 0.11   && < 0.16
+               , parsec               >= 3.1    && < 3.2
+               , process              >= 1.1    && < 1.7
+               , temporary            >= 1.1    && < 1.4
+               , text                 >= 0.11   && < 1.3
+               , themoviedb           >= 1.1    && < 1.2
+               , time                 >= 1.2    && < 1.10
+               , time-locale-compat   >= 0.1    && < 0.2
+               , transformers         >= 0.3    && < 0.6
+               , xdg-basedir          >= 0.2    && < 0.3
+               , yaml                 >= 0.8    && < 0.12
+
+--------------------------------------------------------------------------------
+executable vimeta
+  default-language: Haskell2010
+  main-is: src/Main.hs
+  build-depends: base, vimeta
+  ghc-options: -Wall -fwarn-incomplete-uni-patterns