base-unicode-symbols 0.2.1.4 → 0.2.1.5
raw patch · 13 files changed
+19/−19 lines, 13 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Control/Applicative/Unicode.hs +1/−1
- Control/Arrow/Unicode.hs +4/−4
- Control/Category/Unicode.hs +1/−1
- Control/Monad/Unicode.hs +1/−1
- Data/Bool/Unicode.hs +1/−1
- Data/Eq/Unicode.hs +1/−1
- Data/Foldable/Unicode.hs +1/−1
- Data/Function/Unicode.hs +1/−1
- Data/List/Unicode.hs +1/−1
- Data/Monoid/Unicode.hs +1/−1
- Data/Ord/Unicode.hs +1/−1
- Prelude/Unicode.hs +1/−1
- base-unicode-symbols.cabal +4/−4
Control/Applicative/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Control.Applicative.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Control/Arrow/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Control.Arrow.Unicode-Copyright : (c) 2010 Roel van Dijk+Copyright : 2010—2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}@@ -26,7 +26,7 @@ import Control.Arrow ( Arrow, (***), ArrowChoice, (+++), (|||) ) import Data.Either ( Either ) -#if MIN_VERSION_base(3,0,3)+#if (MIN_VERSION_base(3,0,3)) -- from base-unicode-symbols import Control.Category.Unicode ( (⋙), (⋘) ) #else@@ -43,7 +43,7 @@ #endif infixr 2 ⧻ infixr 2 ⫴-#if !MIN_VERSION_base(3,0,3)+#if ! (MIN_VERSION_base(3,0,3)) infixr 1 ⋙, ⋘ #endif @@ -78,7 +78,7 @@ (⫴) ∷ ArrowChoice (⇝) ⇒ (α ⇝ δ) → (β ⇝ δ) → (Either α β ⇝ δ) (⫴) = (|||) -#if !MIN_VERSION_base(3,0,3)+#if ! (MIN_VERSION_base(3,0,3)) {-| (⋙) = ('>>>')
Control/Category/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Control.Category.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Control/Monad/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Control.Monad.Unicode-Copyright : (c) 2010 Roel van Dijk+Copyright : 2010—2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Data/Bool/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Data.Bool.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Data/Eq/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Data.Eq.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Data/Foldable/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Data.Foldable.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Data/Function/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Data.Function.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Data/List/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Data.List.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Data/Monoid/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Data.Monoid.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Data/Ord/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Data.Ord.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
Prelude/Unicode.hs view
@@ -2,7 +2,7 @@ {-| Module : Prelude.Unicode-Copyright : (c) 2009–2010 Roel van Dijk+Copyright : 2009–2011 Roel van Dijk License : BSD3 (see the file LICENSE) Maintainer : Roel van Dijk <vandijk.roel@gmail.com> -}
base-unicode-symbols.cabal view
@@ -1,9 +1,9 @@ name: base-unicode-symbols-version: 0.2.1.4+version: 0.2.1.5 cabal-version: >=1.6 build-type: Simple stability: provisional-tested-with: GHC ==6.8.1, GHC ==6.10.1, GHC ==7.0.1, GHC ==7.0.3+tested-with: GHC ==6.8.1, GHC ==6.10.1, GHC ==6.12.1, GHC ==6.12.3, GHC ==7.0.1, GHC ==7.0.3 author: Roel van Dijk <vandijk.roel@gmail.com> maintainer: Roel van Dijk <vandijk.roel@gmail.com> copyright: 2009–2011 Roel van Dijk <vandijk.roel@gmail.com>@@ -31,8 +31,8 @@ \[1\] <http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax> source-repository head- type: darcs- location: http://code.haskell.org/~roelvandijk/code/base-unicode-symbols+ type: git+ location: git://github.com/roelvandijk/base-unicode-symbols.git flag old-base description: Support for base < 3.0.3.1