exherbo-cabal 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- exherbo-cabal.cabal +1/−1
- src/ExRender.hs +1/−1
exherbo-cabal.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.2+version: 0.1.0.3 -- A short (one-line) description of the package. synopsis: Exheres generator for cabal packages
src/ExRender.hs view
@@ -29,7 +29,7 @@ exWrapWidth = 80 exGHCVersion ∷ Version-exGHCVersion = Version [7, 8, 2] [] -- TODO: solve this hard-coded GHC version assumption+exGHCVersion = Version [7, 10, 1] [] -- TODO: solve this hard-coded GHC version assumption exKnownLicenses ∷ [String] exKnownLicenses = ["CC0"]