| 1 | |
|---|
| 2 | New patches: |
|---|
| 3 | |
|---|
| 4 | [Fix #2760: change mkNorepType to mkNoRepType |
|---|
| 5 | 'Jose Pedro Magalhaes <jpm@cs.uu.nl>'**20081202083424] { |
|---|
| 6 | hunk ./Data/IntMap.hs 182 |
|---|
| 7 | -import Data.Data (Data(..), mkNorepType) |
|---|
| 8 | +import Data.Data (Data(..), mkNoRepType) |
|---|
| 9 | hunk ./Data/IntMap.hs 268 |
|---|
| 10 | - dataTypeOf _ = mkNorepType "Data.IntMap.IntMap" |
|---|
| 11 | + dataTypeOf _ = mkNoRepType "Data.IntMap.IntMap" |
|---|
| 12 | hunk ./Data/IntSet.hs 122 |
|---|
| 13 | -import Data.Data (Data(..), mkNorepType) |
|---|
| 14 | +import Data.Data (Data(..), mkNoRepType) |
|---|
| 15 | hunk ./Data/IntSet.hs 200 |
|---|
| 16 | - dataTypeOf _ = mkNorepType "Data.IntSet.IntSet" |
|---|
| 17 | + dataTypeOf _ = mkNoRepType "Data.IntSet.IntSet" |
|---|
| 18 | hunk ./Data/Map.hs 199 |
|---|
| 19 | -import Data.Data (Data(..), mkNorepType, gcast2) |
|---|
| 20 | +import Data.Data (Data(..), mkNoRepType, gcast2) |
|---|
| 21 | hunk ./Data/Map.hs 247 |
|---|
| 22 | - dataTypeOf _ = mkNorepType "Data.Map.Map" |
|---|
| 23 | + dataTypeOf _ = mkNoRepType "Data.Map.Map" |
|---|
| 24 | hunk ./Data/Set.hs 121 |
|---|
| 25 | -import Data.Data (Data(..), mkNorepType, gcast1) |
|---|
| 26 | +import Data.Data (Data(..), mkNoRepType, gcast1) |
|---|
| 27 | hunk ./Data/Set.hs 164 |
|---|
| 28 | - dataTypeOf _ = mkNorepType "Data.Set.Set" |
|---|
| 29 | + dataTypeOf _ = mkNoRepType "Data.Set.Set" |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | Context: |
|---|
| 33 | |
|---|
| 34 | [Doc fix, from hackage trac #378 |
|---|
| 35 | Ian Lynagh <igloo@earth.li>**20081024143949] |
|---|
| 36 | [import Data.Data instead of Data.Generics.*, eliminating the dependency on syb |
|---|
| 37 | Ross Paterson <ross@soi.city.ac.uk>**20081005002559] |
|---|
| 38 | [fixed typo in highestBitMask |
|---|
| 39 | sedillard@gmail.com**20081002215438] |
|---|
| 40 | [export Data.Map.toDescList, foldlWithKey, and foldrWithKey (trac ticket 2580) |
|---|
| 41 | qdunkan@gmail.com**20080922213200 |
|---|
| 42 | |
|---|
| 43 | toDescList was previously implemented, but not exported. |
|---|
| 44 | |
|---|
| 45 | foldlWithKey was previously implemented, but not exported. It can be used to |
|---|
| 46 | implement toDescList. |
|---|
| 47 | |
|---|
| 48 | foldrWithKey is already exported as foldWithKey, but foldrWithKey is explicitly |
|---|
| 49 | the mirror of foldlWithKey, and foldWithKey kept for compatibility. |
|---|
| 50 | ] |
|---|
| 51 | [Bump version number to 0.2.0.0 |
|---|
| 52 | Ian Lynagh <igloo@earth.li>**20080920160016] |
|---|
| 53 | [TAG 6.10 branch has been forked |
|---|
| 54 | Ian Lynagh <igloo@earth.li>**20080919123438] |
|---|
| 55 | Patch bundle hash: |
|---|
| 56 | 5550901b8dbc1323a8987567d00838bc66d8b149 |
|---|