Skip to content

Commit

Permalink
Remove unused packages + relax bounds on base
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinprakash96 committed Mar 6, 2024
1 parent dc0a05c commit 640c3b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions azure-auth/azure-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ cabal-version: 3.0
name: azure-auth
version: 0.1.0.0
license: MIT
author: Nitin Prakash
maintainer: prakash.nitin63@gmail.com
author: Holmusk
maintainer: tech@@holmusk.com
category: Azure
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
tested-with: GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.5
GHC == 9.6.2

common common-options
ghc-options: -Wall
Expand All @@ -24,7 +27,8 @@ common common-options
-Winvalid-haddock
-Woperator-whitespace
-Wredundant-bang-patterns
build-depends: base ^>=4.17.2.0
-Wunused-packages
build-depends: base >= 4.7 && <5
default-language: GHC2021
default-extensions: DataKinds
DerivingStrategies
Expand All @@ -43,16 +47,13 @@ common common-options

library
import: common-options
exposed-modules: Azure
exposed-modules: Auth
Types
Utils
-- other-modules:
-- other-extensions:
build-depends: aeson
, bytestring
, http-client
, http-client-tls
, http-types
, servant
, servant-client
, text
Expand Down
2 changes: 1 addition & 1 deletion azure-auth/src/Azure.hs → azure-auth/src/Auth.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}

module Azure
module Auth
( defaultAzureCredential
, withManagedIdentity
) where
Expand Down

0 comments on commit 640c3b9

Please sign in to comment.