packages feed

liblawless 0.21.2 → 0.21.3

raw patch · 2 files changed

+8/−5 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Source/Lawless.hs view
@@ -12,6 +12,7 @@     module Data.Maybe,     module Data.Monoid,     module Data.Ord,+    module Data.String,     module Data.Traversable,     module Either,     module Functor,@@ -30,6 +31,7 @@ import Control.Lens hiding (strict) import Data.Eq (Eq(..)) import Data.Ord (Ord(..))+import Data.String (IsString(..))  import Data.Function import Data.Maybe
liblawless.cabal view
@@ -1,11 +1,12 @@ name:                liblawless-version:             0.21.2+version:             0.21.3 synopsis:            Prelude based on protolude for GHC 8 and beyond. license:             GPL-3 license-file:        LICENSE author:              Evan Cofsky maintainer:          evan@theunixman.com-copyright:           © 2017 Evan Cofsky+copyright:           © 2016 Evan Cofsky+homepage:            https://gitlab.com/theunixman/liblawless category:            Prelude build-type:          Simple extra-source-files:@@ -23,12 +24,12 @@  source-repository head   type:     git-  location: git@gitlab.com:misandrist/liblawless.git+  location: https://gitlab.com/theunixman/liblawless.git  source-repository this   type:     git-  location:   git@gitlab.com:misandrist/liblawless.git-  tag: v0.21.2+  location:   https://gitlab.com/theunixman/liblawless.git+  tag: v0.21.3  library   ghc-options: -Wall -Wno-redundant-constraints -Wno-type-defaults -O2