summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2014-01-16 02:31:38 -0500
committerAndrew Cady <d@jerkface.net>2014-01-16 02:35:26 -0500
commit832fd6b08667f8489fabce1c7918adeafd841c71 (patch)
tree28cb557a9e3e26d71ae71355c20a3958f4572bc3
parent02c55d5b39bb67c7a978c69aa21862b6d3719ddc (diff)
fix cabal build
-rw-r--r--AlsaSeq.hs1
-rw-r--r--axis.hs1
-rw-r--r--midi-dump.hs1
3 files changed, 3 insertions, 0 deletions
diff --git a/AlsaSeq.hs b/AlsaSeq.hs
index e0ec6a2..8f7bea3 100644
--- a/AlsaSeq.hs
+++ b/AlsaSeq.hs
@@ -1,3 +1,4 @@
1{-# LANGUAGE NondecreasingIndentation #-}
1module AlsaSeq (withAlsaInit, parseAlsaEvents, forwardNoteEvent, cmdlineAlsaConnect, printChordLn, showChord) where 2module AlsaSeq (withAlsaInit, parseAlsaEvents, forwardNoteEvent, cmdlineAlsaConnect, printChordLn, showChord) where
2import qualified Sound.ALSA.Exception as AlsaExc 3import qualified Sound.ALSA.Exception as AlsaExc
3import qualified Sound.ALSA.Sequencer.Address as Addr 4import qualified Sound.ALSA.Sequencer.Address as Addr
diff --git a/axis.hs b/axis.hs
index 1e1a911..5630620 100644
--- a/axis.hs
+++ b/axis.hs
@@ -1,3 +1,4 @@
1{-# LANGUAGE NondecreasingIndentation #-}
1{-# LANGUAGE StandaloneDeriving #-} 2{-# LANGUAGE StandaloneDeriving #-}
2import FRP.Netwire hiding (when) 3import FRP.Netwire hiding (when)
3import Prelude hiding ((.), id, null, filter) 4import Prelude hiding ((.), id, null, filter)
diff --git a/midi-dump.hs b/midi-dump.hs
index 51ebc6b..aa19def 100644
--- a/midi-dump.hs
+++ b/midi-dump.hs
@@ -1,3 +1,4 @@
1{-# LANGUAGE NondecreasingIndentation #-}
1import AlsaSeq 2import AlsaSeq
2import Control.Concurrent (threadDelay) 3import Control.Concurrent (threadDelay)
3import qualified Sound.ALSA.Exception as AlsaExc 4import qualified Sound.ALSA.Exception as AlsaExc