Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import Data.Traversable (for)
import GitHub.App.Token.Refresh
import System.Directory (doesFileExist)
import Test.Hspec qualified as Hspec
import Text.Markdown.Unlit ()
```
-->

Expand Down
5 changes: 3 additions & 2 deletions github-app-token.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18

-- This file has been generated from package.yaml by hpack version 0.37.0.
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -90,6 +90,8 @@ test-suite readme
RecordWildCards
TypeFamilies
ghc-options: -fignore-optim-changes -fwrite-ide-info -Weverything -Wno-all-missed-specialisations -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missing-kind-signatures -Wno-missing-local-signatures -Wno-missing-safe-haskell-mode -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe -pgmL markdown-unlit
build-tool-depends:
markdown-unlit:markdown-unlit
build-depends:
aeson
, base <5
Expand All @@ -100,7 +102,6 @@ test-suite readme
, hspec
, http-conduit
, http-types
, markdown-unlit
, text
default-language: GHC2021
if impl(ghc >= 9.8)
Expand Down
3 changes: 2 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ tests:
- http-conduit
- http-types
- hspec
- markdown-unlit
- text
build-tools:
- markdown-unlit
Loading