ban-instance 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- ban-instance.cabal +1/−1
- test/Spec.hs +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for ban-instance +## 0.1.0.1 - 2019-11-08++* Remove broken test.+ ## 0.1.0.0 - 2019-11-08 * Initial Release.
ban-instance.cabal view
@@ -1,5 +1,5 @@ name: ban-instance-version: 0.1.0.0+version: 0.1.0.1 synopsis: For when a type should never be an instance of a class description: <<https://raw.githubusercontent.com/qfpl/assets/master/data61-transparent-bg.png>>
test/Spec.hs view
@@ -24,4 +24,4 @@ testFunction = const 0 main :: IO ()-main = const (testFunction '3' :: Int) $ pure ()+main = pure ()