Add bytestring dependency

This commit is contained in:
2024-09-21 16:54:37 +02:00
parent e0caddd119
commit 4e412e4366
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ module Main where
import Unsafe.Coerce (unsafeCoerce)
import Control.Monad.State
import Control.Monad.Writer
import Data.ByteString (ByteString)
data Source a where
-- Void :: Source ()