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
8 changes: 5 additions & 3 deletions github-tools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,16 @@ executable webservice
, aeson
, bytestring
, case-insensitive
, cryptohash
, github >= 0.15.0
, github-types
, github-webhook-handler
, http-types
, servant
, servant-server
, text
, uuid-types
, time
, unordered-containers
, uuid
, vector
, wai
, wai-extra
, warp
Expand Down
8 changes: 8 additions & 0 deletions web/GitHub/Types.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module GitHub.Types
( module GitHub.Types.Base
, module GitHub.Types.Events
) where


import GitHub.Types.Base
import GitHub.Types.Events
Loading