diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2014-09-09 16:52:16 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2014-09-09 16:52:16 +0200 |
commit | f84a11a13e06976dff90f10a75b02a145d404fbe (patch) | |
tree | 862d4b34820987f0dc1cbc853a9dc5cef5c24e43 | |
parent | 8d717e6c954cbf0ed1ea5c50b40b1c1ea3a012e0 (diff) | |
download | XMonadContrib-f84a11a13e06976dff90f10a75b02a145d404fbe.tar.gz XMonadContrib-f84a11a13e06976dff90f10a75b02a145d404fbe.tar.xz XMonadContrib-f84a11a13e06976dff90f10a75b02a145d404fbe.zip |
add filepath package dependency needed by Prompt.Pass
Ignore-this: 588ec76e7fccb4219361da7024c98db4
filepath comes with ghc, and it's used by xmonad-core anyways
darcs-hash:20140909145216-1499c-cbe291b6413218de00a6bcd036cc0053d43b8e38.gz
-rw-r--r-- | xmonad-contrib.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index cc605b5..1c441ec 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -57,7 +57,6 @@ library containers, directory, extensible-exceptions, - filepath, old-locale, old-time, process, |