hackage-info-0.1.0.0: Get some

Safe HaskellNone
LanguageHaskell2010

Package

Synopsis

Documentation

data Package Source

A single hackage package

Constructors

Package 

Fields

_github :: Maybe String

github url

_dependencies :: [String]

dependency list

_name :: String

package name

_repo :: Maybe Repo

package repository

hasGithub :: Package -> Bool Source

Does the Package have a github url?

isGithub :: [Char] -> Bool Source

Is the string a github link?

toPackageName :: [a] -> [a] Source

Drop as many characters as there are in: "http://hackage.haskell.org/package/"