Saturnin 0.1.0 → 0.1.0.1
raw patch · 2 files changed
+9/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HLint.hs +7/−0
- Saturnin.cabal +2/−1
+ HLint.hs view
@@ -0,0 +1,7 @@+{-# LANGUAGE PackageImports #-}++module HLint () where++import "hint" HLint.Default+import "hint" HLint.Dollar+import "hint" HLint.Generalise
Saturnin.cabal view
@@ -6,10 +6,11 @@ maintainer: <yac@blesmrt.net> name: Saturnin synopsis: Saturnin CI / Job System-version: 0.1.0+version: 0.1.0.1 category: Application Server description: Saturnin CI / Job System license-file: LICENSE+extra-source-files: HLint.hs source-repository head