Skip to content

Commit

Permalink
Remove unused language pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Mar 21, 2024
1 parent 0bfafa5 commit c006a3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TemplateHaskell #-}

import Control.Monad (replicateM_)
import qualified Data.Text as T
Expand Down Expand Up @@ -34,7 +33,7 @@ ip6addrInput = Input
, prefix = ""
&= typ " <Prefix>"
&= help "Set a prefix for random addresses generation"
} &= summary ("ip6addr " <> showVer <> " (c) Michel Boucey 2011-2023")
} &= summary ("ip6addr " <> showVer <> " (c) Michel Boucey 2011-2024")
&= program "ip6addr"
&= helpArg [name "h"]
&= details [ "Examples:"
Expand Down

0 comments on commit c006a3e

Please sign in to comment.