conduit-find 0.1.0 → 0.1.0.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep −unix
Dependencies removed: unix
Files
- Data/Cond.hs +6/−0
- conduit-find.cabal +2/−2
Data/Cond.hs view
@@ -4,6 +4,12 @@ {-# LANGUAGE RankNTypes #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE CPP #-}++#if __GLASGOW_HASKELL__ == 800+-- GHC 8.0 seems to go into some sort of optimiser loop with -O1 and above.+{-# OPTIONS_GHC -O0 #-}+#endif module Data.Cond ( CondT(..), Cond
conduit-find.cabal view
@@ -1,5 +1,5 @@ Name: conduit-find-Version: 0.1.0+Version: 0.1.0.1 Synopsis: A file-finding conduit that allows user control over traversals. License-file: LICENSE License: MIT@@ -104,7 +104,7 @@ , conduit-extra , conduit-combinators , attoparsec- , unix >= 0.4.1.1+ , unix-compat >= 0.4.1.1 , text >= 0.11.3.1 , regex-posix , mtl