Skip to content

Commit

Permalink
etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ejconlon committed Aug 20, 2024
1 parent bc23ebc commit 761b8c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions libremidi/libremidi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ source-repository head

library
exposed-modules:
Libremidi
Libremidi.Foreign
other-modules:
Paths_libremidi
Expand Down
3 changes: 3 additions & 0 deletions libremidi/src/Libremidi.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Libremidi where

import Libremidi.Foreign qualified as F
1 change: 0 additions & 1 deletion libremidi/src/Libremidi/Foreign.hsc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE ForeignFunctionInterface #-}

module Libremidi.Foreign where
Expand Down

0 comments on commit 761b8c5

Please sign in to comment.