packages feed

ats-format 0.2.0.33 → 0.2.0.34

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~basesetup-changed

Dependency ranges changed: base

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # ats-format +## 0.2.2.34++  * Bugfix in new setup+ ## 0.2.2.33    * Use new `cli-setup` API
Setup.hs view
@@ -6,10 +6,10 @@ import           System.FilePath  main :: IO ()-main = sequence_ [ setManpathBash-                 , setManpathZsh-                 , setManpathFish-                 , writeManpages ("man" </> "atsfmt.1") "atsfmt.1"+main = sequence_ [ writeManpages ("man" </> "atsfmt.1") "atsfmt.1"                  , writeBashCompletions "atsfmt"+                 , setManpathBash+                 , setManpathFish+                 , setManpathZsh                  , defaultMain                  ]
ats-format.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.18 name:               ats-format-version:            0.2.0.33+version:            0.2.0.34 license:            BSD3 license-file:       LICENSE copyright:          Copyright: (c) 2017-2019 Vanessa McHale