Skip to content
Snippets Groups Projects

Add continuous integration support and fix the pipeline

Merged Sebastian Graf requested to merge ci into master
Files
7
+ 6
6
@@ -14,12 +14,12 @@ data CodeEvent =
Clear deriving Show{-was:Text-}
data CodeState = CS
Int {-# STRICT #-}
Int {-# STRICT #-}
Int {-# STRICT #-}
Int {-# STRICT #-}
Int {-# STRICT #-}
Int {-# STRICT #-}
!Int
!Int
!Int
!Int
!Int
!Int
firstEnt = 257 :: Int
maxBits = 16 :: Int
Loading