hyphenation 0.2.1.4 → 0.2.1.5
raw patch · 3 files changed
+8/−3 lines, 3 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- Setup.lhs +7/−0
- hyphenation.cabal +1/−1
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,7 @@+#!/usr/bin/runhaskell+> module Main (main) where++> import Distribution.Simple++> main :: IO ()+> main = defaultMain
hyphenation.cabal view
@@ -1,6 +1,6 @@ name: hyphenation category: Text-version: 0.2.1.4+version: 0.2.1.5 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE