Skip to content

Commit

Permalink
lint the cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 21, 2024
1 parent 76026ca commit bed186d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions one-time-password.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,39 +94,39 @@ test-suite tests

executable one-time-password
-- type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: app
main-is: Main.hs
hs-source-dirs: app
default-extensions:
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveGeneric
DerivingStrategies
DerivingVia
DuplicateRecordFields
FlexibleContexts
GADTs
GeneralizedNewtypeDeriving
KindSignatures
LambdaCase
OverloadedRecordDot
OverloadedStrings
RankNTypes
RecordWildCards
ScopedTypeVariables
TypeApplications
TypeFamilies
TypeOperators
DataKinds
DefaultSignatures
DeriveAnyClass
DeriveGeneric
DerivingStrategies
DerivingVia
DuplicateRecordFields
FlexibleContexts
GADTs
GeneralizedNewtypeDeriving
KindSignatures
LambdaCase
OverloadedRecordDot
OverloadedStrings
RankNTypes
RecordWildCards
ScopedTypeVariables
TypeApplications
TypeFamilies
TypeOperators

build-depends:
, base >=4.16 && <5
, base >=4.16 && <5
, bytestring
, chronos
, one-time-password
, optparse-applicative >=0.15 && <0.19
, optparse-applicative >=0.15 && <0.19
, sel
, text
, text-display
, torsor

ghc-options: -Wall
ghc-options: -Wall

0 comments on commit bed186d

Please sign in to comment.