packages feed

archlinux 1.1 → 1.2

raw patch · 3 files changed

+3/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Distribution/ArchLinux/CabalTranslation.hs view
@@ -43,7 +43,7 @@         []         (const True) -- could check against prefered pkgs....         (Platform X86_64 buildOS) -- linux/x86_64-        (CompilerId GHC (Version [6,12,3] []))+        (CompilerId GHC (Version [7,0,2] []))          -- now constrain it to solve in the context of a modern ghc only         (corePackages systemContext ++ platformPackages systemContext)
Distribution/ArchLinux/PkgBuild.hs view
@@ -478,7 +478,7 @@     <=> disp (arch_makedepends pkg)  , case arch_depends pkg of         ArchList [] -> empty-        _           -> text "depends" <=> disp (arch_depends pkg)+        ArchList xs -> text "depends" <=> disp (ArchList (nub xs))  , text "options" <=> disp (arch_options pkg)  , text "source"     <=> dispNoQuotes (arch_source pkg)
archlinux.cabal view
@@ -1,5 +1,5 @@ name:           archlinux-version:        1.1+version:        1.2 license:        BSD3 license-file:   LICENSE author:         Don Stewart <dons@galois.com>,