From 832fd6b08667f8489fabce1c7918adeafd841c71 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 16 Jan 2014 02:31:38 -0500 Subject: fix cabal build --- AlsaSeq.hs | 1 + axis.hs | 1 + midi-dump.hs | 1 + 3 files changed, 3 insertions(+) diff --git a/AlsaSeq.hs b/AlsaSeq.hs index e0ec6a2..8f7bea3 100644 --- a/AlsaSeq.hs +++ b/AlsaSeq.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE NondecreasingIndentation #-} module AlsaSeq (withAlsaInit, parseAlsaEvents, forwardNoteEvent, cmdlineAlsaConnect, printChordLn, showChord) where import qualified Sound.ALSA.Exception as AlsaExc import 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 @@ +{-# LANGUAGE NondecreasingIndentation #-} {-# LANGUAGE StandaloneDeriving #-} import FRP.Netwire hiding (when) 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 @@ +{-# LANGUAGE NondecreasingIndentation #-} import AlsaSeq import Control.Concurrent (threadDelay) import qualified Sound.ALSA.Exception as AlsaExc -- cgit v1.2.3