pgdl 6.4 → 6.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- pgdl.cabal +2/−2
pgdl.cabal view
@@ -1,6 +1,6 @@ name: pgdl-version: 6.4+version: 6.5 license: PublicDomain license-file: LICENSE author: sifmelcara@@ -21,7 +21,7 @@ main-is: Main.hs other-modules: Beaut, Chkcfg, FetchHtml, Getconfig, Log, PlayVid, PrsVid, Search, Video -- other-extensions: - build-depends: base == 4 , split, process, + build-depends: base == 4.* , split, process, directory, http-conduit >= 2.0.0, bytestring, transformers, resourcet, tagsoup, vty, text, vty-ui >= 1.8,