packages feed

cblrepo 0.3.0 → 0.3.1

raw patch · 2 files changed

+4/−1 lines, 2 files

Files

cblrepo.cabal view
@@ -1,5 +1,5 @@ name: cblrepo-version: 0.3.0+version: 0.3.1 cabal-version: >= 1.6 license: OtherLicense license-file: LICENSE-2.0
src/Util/Translation.hs view
@@ -182,6 +182,9 @@                  exeBuildFunction = text "build() {" <>                     nest 4 (empty <$> text "cd ${srcdir}/${_hkgname}-${pkgver}" <$>+                        maybe empty (\ _ ->+                            text $ "patch " ++ shVarValue hkgName ++ ".cabal ${srcdir}/cabal.patch ")+                            cabalPatchFile <$>                         text "runhaskell Setup configure -O --prefix=/usr --docdir=/usr/share/doc/${pkgname}" <$>                         text "runhaskell Setup build"                         ) <$>