haskell-src-exts-util 0.2.1.1 → 0.2.1.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
haskell-src-exts-util.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: haskell-src-exts-util-version: 0.2.1.1+version: 0.2.1.2 synopsis: Helper functions for working with haskell-src-exts trees description: see README.md category: language
src/Language/Haskell/Exts/Util.hs view
@@ -1,4 +1,4 @@-{-# OPTIONS -Wno-orphans #-}+{-# OPTIONS -fno-warn-orphans #-} module Language.Haskell.Exts.Util ( -- * Free variables of ASTs FreeVars(..)