Cabal revisions of pgdl-6.5
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--name: pgdl-version: 6.5-license: PublicDomain-license-file: LICENSE-author: sifmelcara-maintainer: sifmelcara-category: Network-build-type: Simple-extra-source-files: README-cabal-version: >=1.10-description: a terminal user interface program that downloads a video from html and plays immediately.-synopsis: pgdl--source-repository head- type: git- location: https://github.com/sifmelcara/pgdl--executable pgdl- hs-source-dirs: src- main-is: Main.hs- other-modules: Beaut, Chkcfg, FetchHtml, Getconfig, Log, PlayVid, PrsVid, Search, Video - -- other-extensions: - build-depends: base == 4.* , split, process, - directory, http-conduit >= 2.0.0, bytestring,- transformers, resourcet, tagsoup, - vty, text, vty-ui >= 1.8,- configurator >= 0.3.0.0,- filepath, binary >= 0.7.0.0- ghc-options: -threaded -O2- -- hs-source-dirs: - default-language: Haskell2010-+name: pgdl +version: 6.5 +x-revision: 1 +license: PublicDomain +license-file: LICENSE +author: sifmelcara +maintainer: sifmelcara +category: Network +build-type: Simple +extra-source-files: README +cabal-version: >=1.10 +description: a terminal user interface program that downloads a video from html and plays immediately.(Calling vlc) +synopsis: pgdl + +source-repository head + type: git + location: https://github.com/sifmelcara/pgdl + +executable pgdl + hs-source-dirs: src + main-is: Main.hs + other-modules: Beaut, Chkcfg, FetchHtml, Getconfig, Log, PlayVid, PrsVid, Search, Video + -- other-extensions: + build-depends: base == 4.* , split, process, + directory, http-conduit >= 2.0.0, bytestring, + transformers, resourcet, tagsoup, + vty, text, vty-ui >= 1.8, + configurator >= 0.3.0.0, + filepath, binary >= 0.7.0.0 + ghc-options: -threaded -O2 + -- hs-source-dirs: + default-language: Haskell2010 +