blob: 70c3ad58dc95c20a694f418dec3a56c92a43d36f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
module Main where
import Trivstream.Types
import Trivstream.Options
import Options.Applicative
import Control.Lens
import Data.Default.Class
import Data.Serialize
import Data.Conduit.Cereal
import Sound.Pulse.Simple
import Sound.JACK
import Network.Socket
main :: IO ()
main = undefined
|