mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 12:33:40 +00:00
0.2.5 initial commit
Makefile incomplete
This commit is contained in:
13
agent/src/Startlude/ByteStream.hs
Normal file
13
agent/src/Startlude/ByteStream.hs
Normal file
@@ -0,0 +1,13 @@
|
||||
-- {-# OPTIONS_GHC -fno-warn-unused-imports #-}
|
||||
module Startlude.ByteStream
|
||||
( module Startlude.ByteStream
|
||||
, module BS
|
||||
)
|
||||
where
|
||||
|
||||
import Data.ByteString.Streaming as BS
|
||||
hiding ( ByteString )
|
||||
import Data.ByteString.Streaming as X
|
||||
( ByteString )
|
||||
|
||||
type ByteStream m = X.ByteString m
|
||||
7
agent/src/Startlude/ByteStream/Char8.hs
Normal file
7
agent/src/Startlude/ByteStream/Char8.hs
Normal file
@@ -0,0 +1,7 @@
|
||||
module Startlude.ByteStream.Char8
|
||||
( module X
|
||||
)
|
||||
where
|
||||
|
||||
import Data.ByteString.Streaming.Char8
|
||||
as X
|
||||
Reference in New Issue
Block a user