arch-hs-0.7.1.0: Distribute hackage packages to archlinux
Copyright(c) 2020-2021 berberman
LicenseMIT
Maintainerberberman <berberman@yandex.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Distribution.ArchHs.Aur

Description

This module supports AUR searching.

Synopsis

Documentation

data Aur m a Source #

AUR Effect

Instances

Instances details
type DefiningModule (Aur :: k -> Type -> Type) Source # 
Instance details

Defined in Distribution.ArchHs.Aur

type DefiningModule (Aur :: k -> Type -> Type) = "Distribution.ArchHs.Aur"

isInAur :: (HasMyName n, Member Aur r) => n -> Sem r Bool Source #

Check whether a haskell package exists in AUR

aurToIO :: Manager -> Members [WithMyErr, Embed IO] r => Sem (Aur ': r) a -> Sem r a Source #

Run Aur effect.