packages feed

containers-unicode-symbols 0.3.0.2 → 0.3.0.4

raw patch · 8 files changed

+20/−11 lines, 8 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Data/IntMap/Unicode.hs view
@@ -2,7 +2,7 @@  {-| Module     : Data.IntMap.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/IntSet/Unicode.hs view
@@ -2,7 +2,7 @@  {-| Module     : Data.IntSet.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/Map/Unicode.hs view
@@ -2,7 +2,7 @@  {-| Module     : Data.Map.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/Sequence/Unicode.hs view
@@ -2,7 +2,7 @@  {-| Module     : Data.Sequence.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/Set/Unicode.hs view
@@ -2,7 +2,7 @@  {-| Module     : Data.Set.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> -}
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009–2010 Roel van Dijk+Copyright 2009–2011 Roel van Dijk  All rights reserved. 
+ README.markdown view
@@ -0,0 +1,6 @@+This package defines new symbols for a number of functions and+operators in the containers package.++All symbols are documented with their actual definition and+information regarding their Unicode code point. They should be+completely interchangeable with their definitions.
containers-unicode-symbols.cabal view
@@ -1,15 +1,16 @@ name:          containers-unicode-symbols-version:       0.3.0.2+version:       0.3.0.4 cabal-version: >=1.6 build-type:    Simple stability:     provisional author:        Roel van Dijk <vandijk.roel@gmail.com> maintainer:    Roel van Dijk <vandijk.roel@gmail.com>-copyright:     (c) 2009–2010 Roel van Dijk <vandijk.roel@gmail.com>+copyright:     2009—2011 Roel van Dijk <vandijk.roel@gmail.com> license:       BSD3 license-file:  LICENSE category: homepage:      http://haskell.org/haskellwiki/Unicode-symbols+bug-reports:   https://github.com/roelvandijk/containers-unicode-symbols/issues synopsis:      Unicode alternatives for common functions and operators description:   This package defines new symbols for a number of functions and@@ -19,9 +20,11 @@   information regarding their Unicode code point. They should be   completely interchangeable with their definitions. +extra-source-files: LICENSE, README.markdown+ source-repository head-  type:     darcs-  location: http://code.haskell.org/~roelvandijk/code/containers-unicode-symbols+  type:     git+  location: git://github.com/roelvandijk/containers-unicode-symbols.git  library   exposed-modules: Data.IntMap.Unicode@@ -29,7 +32,7 @@                  , Data.Map.Unicode                  , Data.Sequence.Unicode                  , Data.Set.Unicode-  build-depends: base                 >= 3.0.3.1 && < 4.4+  build-depends: base                 >= 3.0.3.1 && < 4.5                , base-unicode-symbols >= 0.1.1   && < 0.3                , containers                         < 0.5   ghc-options: -Wall