put laantas-script library behind a single module

This commit is contained in:
Rhiannon Morris 2024-11-28 01:27:33 +01:00
parent 55b50ab440
commit 5ad7aeddc6
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,5 @@
import Prelude hiding (getContents, readFile, writeFile, putStrLn)
import Svg
import Glyphs (doGlyphs, lineHeight')
import Split
import Laantas
import Options.Applicative
import Data.Functor
import Data.Text.IO (readFile, getContents)