cli-setup 0.2.1.3 → 0.2.1.4
raw patch · 3 files changed
+5/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cli-setup.cabal +1/−1
- src/Distribution/CommandLine.hs +0/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # cli-setup +# 0.2.1.4++ * Remove `TemplateHaskell` pragma+ # 0.2.1.3 * Remove dependency on `file-embed`
cli-setup.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: cli-setup-version: 0.2.1.3+version: 0.2.1.4 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018-2019 Vanessa McHale
src/Distribution/CommandLine.hs view
@@ -1,5 +1,3 @@-{-# LANGUAGE TemplateHaskell #-}- module Distribution.CommandLine ( writeManpages , writeBashCompletions