ghcup-hs/lib/GHCup/Version.hs

17 lines
333 B
Haskell
Raw Normal View History

2020-01-11 20:15:05 +00:00
{-# LANGUAGE QuasiQuotes #-}
module GHCup.Version where
import GHCup.Utils.Version.QQ
import Data.Versions
import URI.ByteString
import URI.ByteString.QQ
ghcupURL :: URI
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|]
2020-01-11 20:15:05 +00:00
ghcUpVer :: PVP
2020-04-05 08:59:55 +00:00
ghcUpVer = [pver|0.0.1|]