Skip to content

Commit 01a9d6e

Browse files
change constraints on cond dependency
1 parent 0b8aa67 commit 01a9d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

filesystem-trees.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ library
2222
, data-lens
2323
, dlist
2424
, mtl
25-
, cond == 0.0.*
25+
, cond >= 0.3 && < 0.5
2626
exposed-modules: System.File.Tree

src/System/File/Tree.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import qualified Data.Traversable as T (mapM)
6262
import Data.Maybe (mapMaybe, catMaybes)
6363
import Data.Function (on)
6464
import Data.Lens.Common (Lens, lens, getL, setL, modL)
65-
import Control.Cond (ifM, (<&&>), notM, whenM)
65+
import Control.Conditional (ifM, (<&&>), notM, whenM)
6666

6767
import Data.Word (Word)
6868
import Data.Typeable (Typeable)

0 commit comments

Comments
 (0)