@@ -54,7 +54,8 @@ common hw-balancedparens { build-depends: hw-balancedparens >= 0.3
54
54
common hw-bits { build-depends : hw-bits >= 0.7.0.5 && < 0.8 }
55
55
common hw-hspec-hedgehog { build-depends : hw-hspec-hedgehog >= 0.1.0.4 && < 0.2 }
56
56
common hw-json-simd { build-depends : hw-json-simd >= 0.1.0.2 && < 0.2 }
57
- common hw-json-standard-cursor { build-depends : hw-json-standard-cursor >= 0.1.0.0 && < 0.2 }
57
+ common hw-json-simple-cursor { build-depends : hw-json-simple-cursor >= 0.1.0.1 && < 0.2 }
58
+ common hw-json-standard-cursor { build-depends : hw-json-standard-cursor >= 0.1.0.1 && < 0.2 }
58
59
common hw-mquery { build-depends : hw-mquery >= 0.2.0.0 && < 0.3 }
59
60
common hw-parser { build-depends : hw-parser >= 0.1 && < 0.2 }
60
61
common hw-prim { build-depends : hw-prim >= 0.6.2.28 && < 0.7 }
@@ -80,24 +81,6 @@ common config
80
81
ghc-options : -mbmi2 -msse4.2
81
82
cpp-options : -DBMI2_ENABLED
82
83
83
- library hw-json-simple-cursor
84
- import : base, config
85
- , bytestring
86
- , hw-balancedparens
87
- , hw-bits
88
- , hw-prim
89
- , hw-rankselect
90
- , hw-rankselect-base
91
- , vector
92
- , word8
93
- hs-source-dirs : hw-json-simple-cursor
94
- exposed-modules : HaskellWorks.Data.Json.Simple.Cursor
95
- HaskellWorks.Data.Json.Simple.Cursor.Fast
96
- HaskellWorks.Data.Json.Simple.Cursor.SemiIndex
97
- HaskellWorks.Data.Json.Simple.Cursor.Internal.IbBp
98
- HaskellWorks.Data.Json.Simple.Cursor.Internal.ToIbBp
99
- HaskellWorks.Data.Json.Simple.Cursor.Internal.Word8
100
-
101
84
library
102
85
import : base, config
103
86
, ansi-wl-pprint
@@ -107,6 +90,7 @@ library
107
90
, dlist
108
91
, hw-balancedparens
109
92
, hw-bits
93
+ , hw-json-simple-cursor
110
94
, hw-json-standard-cursor
111
95
, hw-mquery
112
96
, hw-parser
@@ -122,7 +106,6 @@ library
122
106
hs-source-dirs : src
123
107
other-modules : Paths_hw_json
124
108
autogen-modules : Paths_hw_json
125
- build-depends : hw-json-simple-cursor
126
109
exposed-modules :
127
110
HaskellWorks.Data.Json.DecodeError
128
111
HaskellWorks.Data.Json.FromValue
@@ -144,12 +127,6 @@ library
144
127
HaskellWorks.Data.Json.Simple.Value
145
128
HaskellWorks.Data.Json.Standard.Load.Partial
146
129
HaskellWorks.Data.Json.Value
147
- reexported-modules :
148
- HaskellWorks.Data.Json.Simple.Cursor
149
- , HaskellWorks.Data.Json.Simple.Cursor.Fast
150
- , HaskellWorks.Data.Json.Simple.Cursor.SemiIndex
151
- , HaskellWorks.Data.Json.Simple.Cursor.Internal.IbBp
152
- , HaskellWorks.Data.Json.Simple.Cursor.Internal.ToIbBp
153
130
154
131
executable hw-json
155
132
import : base, config
@@ -158,6 +135,7 @@ executable hw-json
158
135
, generic-lens
159
136
, hw-balancedparens
160
137
, hw-json-simd
138
+ , hw-json-simple-cursor
161
139
, hw-json-standard-cursor
162
140
, hw-mquery
163
141
, hw-prim
@@ -189,6 +167,7 @@ test-suite hw-json-test
189
167
, hw-balancedparens
190
168
, hw-bits
191
169
, hw-hspec-hedgehog
170
+ , hw-json-simple-cursor
192
171
, hw-json-standard-cursor
193
172
, hw-prim
194
173
, hw-rankselect
0 commit comments