summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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