packages feed

htoml-megaparsec 1.1.0.3 → 1.1.0.4

raw patch · 2 files changed

+1/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

htoml-megaparsec.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: htoml-megaparsec-version: 1.1.0.3+version: 1.1.0.4 license: BSD3 license-file: LICENSE copyright: (c) 2013-2016 Cies Breijs, 2017-2018 Vanessa McHale
src/Text/Toml/Parser.hs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fno-warn-unused-do-bind #-} {-# LANGUAGE FlexibleContexts  #-} {-# LANGUAGE MonoLocalBinds    #-} {-# LANGUAGE OverloadedStrings #-}@@ -29,7 +28,6 @@  import           Text.Toml.Types --- Imported last to fix redundancy warning import           Prelude