packages feed

pgdl 6.3 → 6.4

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~basedep ~binarydep ~configurator

Dependency ranges changed: base, binary, configurator, http-conduit, vty-ui

Files

pgdl.cabal view
@@ -1,6 +1,6 @@  name:                pgdl-version:             6.3+version:             6.4 license:             PublicDomain license-file:        LICENSE author:              sifmelcara@@ -21,12 +21,12 @@   main-is:             Main.hs   other-modules:       Beaut, Chkcfg, FetchHtml, Getconfig, Log, PlayVid, PrsVid, Search, Video    -- other-extensions:    -  build-depends:       base <= 5, split, process, -                       directory, http-conduit, bytestring,+  build-depends:       base == 4 , split, process, +                       directory, http-conduit >= 2.0.0, bytestring,                        transformers, resourcet, tagsoup, -                       vty, text, vty-ui,-                       configurator,-                       filepath, binary+                       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