cblrepo 0.2.1 → 0.2.2
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- cblrepo.cabal +1/−1
- src/Util/Translation.hs +2/−2
cblrepo.cabal view
@@ -1,5 +1,5 @@ name: cblrepo-version: 0.2.1+version: 0.2.2 cabal-version: >= 1.6 license: OtherLicense license-file: LICENSE-2.0
src/Util/Translation.hs view
@@ -275,8 +275,8 @@ pkgDesc = synopsis pd url = if null (homepage pd) then "http://hackage.haskell.org/package/${_hkgname}" else (homepage pd) lic = display (license pd)- makeDepends = if hasLib then [] else ["ghc=7.0.2"] ++ calcExactDeps db pd- depends = if hasLib then ["ghc=7.0.2"] ++ calcExactDeps db pd else []+ makeDepends = if hasLib then [] else ["ghc=7.0.3-2"] ++ calcExactDeps db pd+ depends = if hasLib then ["ghc=7.0.3-2", "sh"] ++ calcExactDeps db pd else [] extraLibDepends = maybe [] (extraLibs . libBuildInfo) (library pd) install = if hasLib then (apShInstall ap) else Nothing in ap