Skip to content

Commit

Permalink
Update .cabal file to be able to upload to Hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh committed Jan 17, 2018
1 parent fe1f02d commit c76f258
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions o-clock.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: o-clock
version: 0.0.0
description: Type-safe time library.
synopsis: Type-safe time library.
description: See README.md for details.
homepage: https://github.com/serokell/o-clock
bug-reports: https://github.com/serokell/o-clock/issues
license: MIT
Expand All @@ -13,7 +14,7 @@ build-type: Simple
extra-doc-files: CHANGELOG.md
, README.md
, README.lhs
cabal-version: >=1.18
cabal-version: >=2.0
tested-with: GHC == 8.4.1

source-repository head
Expand Down Expand Up @@ -82,7 +83,7 @@ test-suite readme-test
benchmark o-clock-benchmark
type: exitcode-stdio-1.0
default-language: Haskell2010
ghc-options: -Wall -Werror -O2 -threaded -rtsopts -with-rtsopts=-N
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
hs-source-dirs: benchmark
main-is: Main.hs
build-depends: base >= 4.8 && < 5
Expand Down

0 comments on commit c76f258

Please sign in to comment.