neat-interpolation 0.1.0 → 0.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~classy-prelude
Dependency ranges changed: classy-prelude
Files
neat-interpolation.cabal view
@@ -1,5 +1,5 @@ name: neat-interpolation-version: 0.1.0+version: 0.1.1 cabal-version: >=1.8 build-type: Simple license: MIT@@ -21,7 +21,7 @@ other-modules: NeatInterpolation.Parsing NeatInterpolation.String build-depends: base >= 4.5 && < 5,- classy-prelude >= 0.5.0,+ classy-prelude >= 0.5.3, template-haskell, parsec
src/NeatInterpolation/Parsing.hs view
@@ -2,7 +2,7 @@ module NeatInterpolation.Parsing where import Prelude ()-import ClassyPrelude hiding (try, lines)+import ClassyPrelude hiding (try, (<|>)) import Text.Parsec hiding (Line) data Line =