cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.30.0. -- -- see: https://github.com/sol/hpack -- -- hash: 9af215c031bd05af2173f07269067c3c3a903e8f9227649fdf2f833699c8f4e8 name: aur version: 6.1.0 synopsis: Access metadata from the Arch Linux User Repository. description: Access package information from Arch Linux\'s AUR via its RPC interface. The main exposed functions reflect those of the RPC. `info` gets metadata for one package. `search` gets limited metadata for packages that match a given regex. By default this library supports version 5 of the RPC, and hence version 4.2+ of the AUR. category: Linux homepage: https://github.com/aurapm/aura author: Colin Woodbury maintainer: colin@fosskers.ca copyright: 2018 Colin Woodbury license: GPL-3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md library exposed-modules: Linux.Arch.Aur Linux.Arch.Aur.Rpc Linux.Arch.Aur.Types hs-source-dirs: ./. ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-redundant-constraints -Wincomplete-uni-patterns build-depends: aeson >=0.9 && <1.4 , base >=4.10 && <4.12 , errors >=2.3 && <2.4 , http-client >=0.5 && <0.6 , servant >=0.9 && <0.15 , servant-client >=0.13 && <0.15 , text default-language: Haskell2010 test-suite aur-test type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: tests ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-redundant-constraints -Wincomplete-uni-patterns -threaded -with-rtsopts=-N build-depends: aur , base >=4.10 && <4.12 , http-client >=0.5 && <0.6 , http-client-tls >=0.3 && <0.4 , tasty >=0.11 && <2.0 , tasty-hunit >=0.9 && <0.11 default-language: Haskell2010