transformers-compat 0.3.3.2 → 0.3.3.3
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
transformers-compat.cabal view
@@ -1,6 +1,6 @@ name: transformers-compat category: Compatibility-version: 0.3.3.2+version: 0.3.3.3 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -39,13 +39,13 @@ location: git://github.com/ekmett/transformers-compat.git flag two- default: True+ default: False description: Use transformers 0.2. This must be selected manually and should probably only be used on older GHCs around 7.0.x. manual: True flag three- default: False+ default: True manual: True description: Use transformers 0.3. This should toggle on/off automatically.