summoner-1.0.5: Tool for creating completely configured production Haskell projects.
Summoner.License
newtype License Source #
Constructors
Fields
Defined in Summoner.License
Methods
(==) :: License -> License -> Bool #
(/=) :: License -> License -> Bool #
compare :: License -> License -> Ordering #
(<) :: License -> License -> Bool #
(<=) :: License -> License -> Bool #
(>) :: License -> License -> Bool #
(>=) :: License -> License -> Bool #
max :: License -> License -> License #
min :: License -> License -> License #
showsPrec :: Int -> License -> ShowS #
show :: License -> String #
showList :: [License] -> ShowS #
fromString :: String -> License #
parseJSON :: Value -> Parser License #
parseJSONList :: Value -> Parser [License] #
customizeLicense :: Text -> Text -> Text -> Text -> Text Source #
licenseNames :: [License] Source #
githubLicenseQueryNames :: [(License, Text)] Source #