From 7958f7dc22e1a251643703b0d5b3c96797230315 Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Mon, 19 Aug 2024 16:31:51 +0200 Subject: [PATCH] stylish-haskell rewrite --- app/ip6addr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ip6addr.hs b/app/ip6addr.hs index 1245725..1f84d53 100644 --- a/app/ip6addr.hs +++ b/app/ip6addr.hs @@ -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)