Add various capabilities for generating graphs, fixes to lasgun

This commit is contained in:
2022-07-06 11:54:29 +01:00
parent cd3463d3d8
commit d63495e335
29 changed files with 1801 additions and 178 deletions
+9
View File
@@ -0,0 +1,9 @@
{-# LANGUAGE TemplateHaskell #-}
module GraphVizHelp
( module GraphVizHelp
, module Data.GraphViz
) where
import Data.GraphViz
import ThirdPartyLens
mkCustomLenses ''GraphvizParams