arch-web-0.1.0: src/Web/ArchLinux.hs
-- | Copyright: (c) 2021 berberman
-- SPDX-License-Identifier: MIT
-- Maintainer: berberman <berberman@yandex.com>
-- Stability: experimental
-- Portability: portable
-- Arch Linux official repositories web interfaces and AUR web interfaces.
module Web.ArchLinux
( module Web.ArchLinux.Types,
module Web.ArchLinux.API,
)
where
import Web.ArchLinux.API
import Web.ArchLinux.Types