packages feed

transformers-compat 0.3.3 → 0.3.3.2

raw patch · 2 files changed

+6/−4 lines, 2 files

Files

+ HLint.hs view
@@ -0,0 +1,1 @@+ignore "Warning: Avoid lambda"
transformers-compat.cabal view
@@ -1,6 +1,6 @@ name:          transformers-compat category:      Compatibility-version:       0.3.3+version:       0.3.3.2 license:       BSD3 cabal-version: >= 1.8 license-file:  LICENSE@@ -30,6 +30,7 @@   .gitignore   .vim.custom   config+  HLint.hs   README.markdown   CHANGELOG.markdown @@ -38,14 +39,14 @@   location: git://github.com/ekmett/transformers-compat.git  flag two-  default: False+  default: True   description: Use transformers 0.2. This must be selected manually and should     probably only be used on older GHCs around 7.0.x.-  manual: False+  manual: True  flag three   default: False-  manual: False+  manual: True   description: Use transformers 0.3. This should toggle on/off automatically.  library