Add bytestring dependency
This commit is contained in:
parent
e0caddd119
commit
4e412e4366
|
@ -20,3 +20,4 @@ executable byg
|
||||||
build-depends:
|
build-depends:
|
||||||
base
|
base
|
||||||
, mtl
|
, mtl
|
||||||
|
, bytestring
|
||||||
|
|
|
@ -6,6 +6,7 @@ module Main where
|
||||||
import Unsafe.Coerce (unsafeCoerce)
|
import Unsafe.Coerce (unsafeCoerce)
|
||||||
import Control.Monad.State
|
import Control.Monad.State
|
||||||
import Control.Monad.Writer
|
import Control.Monad.Writer
|
||||||
|
import Data.ByteString (ByteString)
|
||||||
|
|
||||||
data Source a where
|
data Source a where
|
||||||
-- Void :: Source ()
|
-- Void :: Source ()
|
||||||
|
|
Loading…
Reference in New Issue