packages feed

aur 1.0.0 → 1.1.0

raw patch · 2 files changed

+11/−3 lines, 2 files

Files

+ Linux/Arch/Aur.hs view
@@ -0,0 +1,8 @@+module Linux.Arch.Aur+    ( module Linux.Arch.Aur.Pkgbuild+    , module Linux.Arch.Aur.Rpc+    , module Linux.Arch.Aur.Types ) where++import Linux.Arch.Aur.Pkgbuild+import Linux.Arch.Aur.Rpc+import Linux.Arch.Aur.Types
aur.cabal view
@@ -4,7 +4,7 @@ -- The name of the package. name:                aur -version:             1.0.0+version:             1.1.0  synopsis:            Access metadata from the Arch Linux User Repository. @@ -47,7 +47,8 @@ -- extra-source-files:  library-  exposed-modules:     Linux.Arch.Aur.Pkgbuild,+  exposed-modules:     Linux.Arch.Aur,+                       Linux.Arch.Aur.Pkgbuild,                        Linux.Arch.Aur.Rpc,                        Linux.Arch.Aur.Types   @@ -70,4 +71,3 @@   -- hs-source-dirs:            default-language:    Haskell2010-