You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- The only function it exports is also hidden by the upstream library: https://github.com/the-real-blackh/hexpat/blob/master/Text/XML/Expat/SAX.hs#L227
83
-
-- We could expose it but then this function is in the xlsx API for a long time.
84
-
-- It be better to expose it in the upstream library instead I think. It was copied here so the parser can use it.
85
-
other-modules:
86
-
Codec.Xlsx.Parser.Internal.Memoize
87
-
Codec.Xlsx.Parser.Stream.HexpatInternal
35
+
flagghcid
36
+
default: False
37
+
description: Run dev ghcid shell
88
38
39
+
commonpkg
40
+
hs-source-dirs: src
89
41
build-depends:
90
-
attoparsec
42
+
, attoparsec
91
43
, base >=4.9.0.0&&<5.0
92
44
, base64-bytestring
93
45
, binary-search
@@ -122,7 +74,7 @@ library
122
74
123
75
if flag(microlens)
124
76
build-depends:
125
-
indexed-traversable
77
+
, indexed-traversable
126
78
, microlens >=0.4&&<0.5
127
79
, microlens-ghc
128
80
, microlens-mtl
@@ -145,7 +97,64 @@ library
145
97
RecordWildCards
146
98
TupleSections
147
99
100
+
library
101
+
import: pkg
102
+
ghc-options: -Wall
103
+
exposed-modules:
104
+
Codec.Xlsx
105
+
Codec.Xlsx.Formatted
106
+
Codec.Xlsx.Lens
107
+
Codec.Xlsx.Parser
108
+
Codec.Xlsx.Parser.Internal
109
+
Codec.Xlsx.Parser.Internal.Fast
110
+
Codec.Xlsx.Parser.Internal.PivotTable
111
+
Codec.Xlsx.Parser.Internal.Util
112
+
Codec.Xlsx.Parser.Stream
113
+
Codec.Xlsx.Types
114
+
Codec.Xlsx.Types.AutoFilter
115
+
Codec.Xlsx.Types.Cell
116
+
Codec.Xlsx.Types.Comment
117
+
Codec.Xlsx.Types.Common
118
+
Codec.Xlsx.Types.ConditionalFormatting
119
+
Codec.Xlsx.Types.DataValidation
120
+
Codec.Xlsx.Types.Drawing
121
+
Codec.Xlsx.Types.Drawing.Chart
122
+
Codec.Xlsx.Types.Drawing.Common
123
+
Codec.Xlsx.Types.Internal
124
+
Codec.Xlsx.Types.Internal.CfPair
125
+
Codec.Xlsx.Types.Internal.CommentTable
126
+
Codec.Xlsx.Types.Internal.ContentTypes
127
+
Codec.Xlsx.Types.Internal.CustomProperties
128
+
Codec.Xlsx.Types.Internal.DvPair
129
+
Codec.Xlsx.Types.Internal.FormulaData
130
+
Codec.Xlsx.Types.Internal.Relationships
131
+
Codec.Xlsx.Types.Internal.SharedStringTable
132
+
Codec.Xlsx.Types.PageSetup
133
+
Codec.Xlsx.Types.PivotTable
134
+
Codec.Xlsx.Types.PivotTable.Internal
135
+
Codec.Xlsx.Types.Protection
136
+
Codec.Xlsx.Types.RichText
137
+
Codec.Xlsx.Types.SheetViews
138
+
Codec.Xlsx.Types.StyleSheet
139
+
Codec.Xlsx.Types.Table
140
+
Codec.Xlsx.Types.Variant
141
+
Codec.Xlsx.Writer
142
+
Codec.Xlsx.Writer.Internal
143
+
Codec.Xlsx.Writer.Internal.PivotTable
144
+
Codec.Xlsx.Writer.Internal.Stream
145
+
Codec.Xlsx.Writer.Stream
146
+
147
+
-- The only function it exports is also hidden by the upstream library: https://github.com/the-real-blackh/hexpat/blob/master/Text/XML/Expat/SAX.hs#L227
148
+
-- We could expose it but then this function is in the xlsx API for a long time.
149
+
-- It be better to expose it in the upstream library instead I think. It was copied here so the parser can use it.
0 commit comments