Skip to content

Commit

Permalink
Add default-language and cabal-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed Jul 5, 2024
1 parent 5b0b4e4 commit ae529bf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions unliftio-servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,27 @@ extra-doc-files:
README.md

tested-with:
GHC ==8.10.7
|| ==9.0.2
|| ==9.2.4
|| ==9.4.5
|| ==9.6.4
|| ==9.8.2
GHC ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.4 || ==9.8.2

source-repository head
type: git
location: https://github.com/bellroy/unliftio-servant-server.git

library
hs-source-dirs: src
exposed-modules: UnliftIO.Servant.Server
hs-source-dirs: src
exposed-modules: UnliftIO.Servant.Server
ghc-options:
-Wall -Wcompat -Widentities -Wincomplete-record-updates
-Wincomplete-uni-patterns -Werror=incomplete-patterns
-Wredundant-constraints -Wpartial-fields -Wtabs
-Wmissing-local-signatures -fhelpful-errors
-fprint-expanded-synonyms -fwarn-unused-do-bind

build-depends:
, base >=4.14 && <4.20
, mtl >=2.2.2 && <2.4
, servant >=0.19 && <0.21
, servant-server >=0.19 && <0.21
, unliftio >=0.1.0.0 && <0.3.0.0

default-language: GHC2010

0 comments on commit ae529bf

Please sign in to comment.