diff options
-rw-r--r-- | AlsaSeq.hs | 1 | ||||
-rw-r--r-- | axis.hs | 1 | ||||
-rw-r--r-- | midi-dump.hs | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,4 @@ | |||
1 | {-# LANGUAGE NondecreasingIndentation #-} | ||
1 | module AlsaSeq (withAlsaInit, parseAlsaEvents, forwardNoteEvent, cmdlineAlsaConnect, printChordLn, showChord) where | 2 | module AlsaSeq (withAlsaInit, parseAlsaEvents, forwardNoteEvent, cmdlineAlsaConnect, printChordLn, showChord) where |
2 | import qualified Sound.ALSA.Exception as AlsaExc | 3 | import qualified Sound.ALSA.Exception as AlsaExc |
3 | import qualified Sound.ALSA.Sequencer.Address as Addr | 4 | import qualified Sound.ALSA.Sequencer.Address as Addr |
@@ -1,3 +1,4 @@ | |||
1 | {-# LANGUAGE NondecreasingIndentation #-} | ||
1 | {-# LANGUAGE StandaloneDeriving #-} | 2 | {-# LANGUAGE StandaloneDeriving #-} |
2 | import FRP.Netwire hiding (when) | 3 | import FRP.Netwire hiding (when) |
3 | import Prelude hiding ((.), id, null, filter) | 4 | import 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 #-} | ||
1 | import AlsaSeq | 2 | import AlsaSeq |
2 | import Control.Concurrent (threadDelay) | 3 | import Control.Concurrent (threadDelay) |
3 | import qualified Sound.ALSA.Exception as AlsaExc | 4 | import qualified Sound.ALSA.Exception as AlsaExc |