Skip to content

Commit

Permalink
stylish-haskell rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Aug 19, 2024
1 parent 1cc57c3 commit 7958f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ip6addr.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}

import Control.Exception (try, SomeException)
import Control.Exception (SomeException, try)
import Control.Monad (replicateM_)
import Data.Maybe (fromJust)
import qualified Data.Text as T (pack)
Expand Down

0 comments on commit 7958f7d

Please sign in to comment.