Initial commit
This commit is contained in:
11
lib/GHCup/Version.hs
Normal file
11
lib/GHCup/Version.hs
Normal file
@@ -0,0 +1,11 @@
|
||||
{-# LANGUAGE QuasiQuotes #-}
|
||||
|
||||
|
||||
module GHCup.Version where
|
||||
|
||||
import GHCup.Utils.Version.QQ
|
||||
|
||||
import Data.Versions
|
||||
|
||||
ghcUpVer :: PVP
|
||||
ghcUpVer = [pver|0.1.0|]
|
||||
Reference in New Issue
Block a user