packages feed

path-like 0.2.0.1 → 0.2.0.2

raw patch · 3 files changed

+1/−5 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,5 +1,3 @@-MIT License- Copyright (c) 2020 Daniel Firth  Permission is hereby granted, free of charge, to any person obtaining a copy
path-like.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           path-like-version:        0.2.0.1+version:        0.2.0.2 synopsis:       PathLike, FileLike and DirLike type classes for the Path library. description:    Type classes for the Path library. Exports PathLike, FileLike and DirLike classes so that stricter types may be used as Paths. category:       Filesystem
src/Path/Like.hs view
@@ -3,8 +3,6 @@ {-# LANGUAGE FunctionalDependencies #-} {- |    Module      : Path.Like-   Copyright   : Copyright (C) 2020 Daniel Firth-   Maintainer  : Daniel Firth <dan.firth@homotopic.tech>    License     : MIT    Stability   : experimental