12 lines
179 B
Haskell
12 lines
179 B
Haskell
{-# LANGUAGE QuasiQuotes #-}
|
|
|
|
|
|
module GHCup.Version where
|
|
|
|
import GHCup.Utils.Version.QQ
|
|
|
|
import Data.Versions
|
|
|
|
ghcUpVer :: PVP
|
|
ghcUpVer = [pver|0.0.1|]
|