composition-prelude 1.5.0.2 → 1.5.0.3
raw patch · 2 files changed
+1/−6 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
composition-prelude.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: composition-prelude-version: 1.5.0.2+version: 1.5.0.3 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2017-2018 Vanessa McHale
src/Control/Composition.cpphs view
@@ -33,13 +33,9 @@ import Control.Monad #if MIN_VERSION_base(4,8,0) import Data.Function (fix, on, (&))-#endif #else import Data.Function (fix, on) #endif-#endif-#endif-#endif infixr 8 .* infixr 8 .**@@ -53,7 +49,6 @@ #if !(MIN_VERSION_base(4,8,0)) infixl 1 & #endif-infixl 1 <&> infixl 1 <&> #if !(MIN_VERSION_base(4,8,0))