Skip to content

Commit

Permalink
Add some more package properties
Browse files Browse the repository at this point in the history
Also add autogen-modules.
  • Loading branch information
evenbrenden committed Sep 13, 2023
1 parent 33571e5 commit 5042c05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions unleash-client-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ cabal-version: 3.4

name: unleash-client-haskell
version: 0.4.4
synopsis: Unleash feature toggle client
description:
This is an [Unleash](https://www.getunleash.io/) client SDK for Haskell.

Expand All @@ -14,7 +15,10 @@ description:
- Sending metrics

See [the source repo](https://github.com/finn-no/unleash-client-haskell) for more information and example usage.
category: Web
author: FINN.no
maintainer: [email protected]
license: MIT
copyright: Copyright © FINN.no AS, Inc. All rights reserved.
extra-source-files:
README.md
Expand Down Expand Up @@ -51,6 +55,8 @@ library
other-modules:
Unleash.Internal.HttpClient
Paths_unleash_client_haskell
autogen-modules:
Paths_unleash_client_haskell
hs-source-dirs: src
build-depends:
aeson,
Expand Down

0 comments on commit 5042c05

Please sign in to comment.