Skip to content

Commit

Permalink
Fix the cabal file for Hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Apr 13, 2024
1 parent e00a922 commit 66d5422
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions one-time-password.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ bug-reports:

category: Cryptography
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md

extra-source-files: README.md
extra-doc-files: CHANGELOG.md
tested-with: GHC ==9.4.8 || ==9.6.4 || ==9.8.2

source-repository head
Expand Down Expand Up @@ -50,13 +48,13 @@ library
OTP.TOTP

build-depends:
, base >=4.17 && <5
, base >=4.17 && <5
, bytestring ^>=0.11
, cereal ^>=0.5
, chronos ^>=1.1.6
, cryptohash-sha1 ^>=0.11
, network-uri ^>=2.6
, sel
, sel ^>=0.0
, text ^>=2.1
, text-display ^>=0.0

Expand Down Expand Up @@ -126,7 +124,8 @@ executable one-time-password
, sel
, text
, text-display
, torsor
, torsor ^>=0.1

other-modules: Paths_one_time_password
autogen-modules: Paths_one_time_password
ghc-options: -Wall

0 comments on commit 66d5422

Please sign in to comment.