cabal2arch 0.3.8 → 0.3.8.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Main.hs +1/−1
- cabal2arch.cabal +1/−1
Main.hs view
@@ -684,7 +684,7 @@ -- everything depends on ghc and Cabal 1.4.x , arch_makedepends = ArchList [(ArchDep (Dependency "ghc" AnyVersion))- ,(ArchDep (Dependency "Cabal" (ThisVersion (Version [1,4,0,1] []))))+ ,(ArchDep (Dependency "haskell-cabal" (ThisVersion (Version [1,4,0,1] [])))) ] -- makedepends=('ghc>=6.6') ?
cabal2arch.cabal view
@@ -1,5 +1,5 @@ name: cabal2arch-version: 0.3.8+version: 0.3.8.1 homepage: http://code.haskell.org/~dons/code/cabal2arch synopsis: Create Arch Linux packages from Cabal packages description: Create Arch Linux packages from Cabal packages