🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 11056c3d0fbf90b11741965912e9724e78352615
Parent: f705563fb08f94908ef05370b668a5423792ee3a
Author: mcol <mcol@posteo.net>
Date: 2022-05-14 19:01:58 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2022-05-14 19:01:58 +0100

remove some comments beside language pragams

src/Types.hs Modified

@@ -1,10 +1,7 @@
 {-# LANGUAGE DerivingStrategies #-}
--- Needed for `instance ToGVal`
 {-# LANGUAGE FlexibleInstances #-}
--- Needed for toGVal type signature
 {-# LANGUAGE InstanceSigs #-}
 {-# LANGUAGE LambdaCase #-}
--- Needed for `instance ToGVal`
 {-# LANGUAGE MultiParamTypeClasses #-}
 {-# LANGUAGE OverloadedStrings #-}
 

src/Repositories.hs Modified

@@ -1,6 +1,4 @@
--- Needed for the Target class type constraints
 {-# LANGUAGE FlexibleContexts #-}
--- Needed for the Target class type constraints
 {-# LANGUAGE FlexibleInstances #-}
 {-# LANGUAGE LambdaCase #-}
 {-# LANGUAGE OverloadedStrings #-}