xlsx-tabular 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
+ Codec.Xlsx.Util.Tabular.Imports: infixl 1 &
+ Codec.Xlsx.Util.Tabular.Imports: infixl 4 <$>
+ Codec.Xlsx.Util.Tabular.Imports: infixl 8 ^?
+ Codec.Xlsx.Util.Tabular.Imports: infixr 4 ?~
- Codec.Xlsx.Util.Tabular.Imports: Object :: SrictNotUnpackedObject -> Value
+ Codec.Xlsx.Util.Tabular.Imports: Object :: ~Object -> Value
Files
src/Codec/Xlsx/Util/Tabular/Imports.hs view
@@ -25,7 +25,7 @@ ) where -import Codec.Xlsx as X+import Codec.Xlsx as X hiding (fromList) import Codec.Xlsx.Formatted as X import Codec.Xlsx.Util.Tabular.Types as X import Control.Applicative ((<$>), (<*>))
xlsx-tabular.cabal view
@@ -1,5 +1,5 @@ name: xlsx-tabular-version: 0.1.0.0+version: 0.1.0.1 synopsis: Xlsx table decode utility description: Please see README.md homepage: http://github.com/kkazuo/xlsx-tabular#readme