Skip to content

Commit

Permalink
toysat-ipasir: use empty export list in IPASIR module
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Feb 4, 2021
1 parent 07d59c1 commit fde2c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/toysat-ipasir/IPASIR.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE ScopedTypeVariables #-}
module IPASIR where
module IPASIR () where

import Control.Exception
import Control.Monad
Expand Down

0 comments on commit fde2c66

Please sign in to comment.