packages feed

yarl 0.1.0.2 → 0.1.1.0

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.Records.Yarl.LinkedList: type family HasNotField (target :: Symbol) (names :: [Type]) :: Constraint

Files

src/Data/Records/Yarl/LinkedList.hs view
@@ -27,6 +27,7 @@ module Data.Records.Yarl.LinkedList   ( Record (..),     Field (..),+    HasNotField (..),     HasField (..),   ) where
yarl.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                yarl-version:             0.1.0.2+version:             0.1.1.0 author:              Gautier DI FOLCO maintainer:          gautier.difolco@gmail.com category:            Data