Skip to content

Commit

Permalink
[#45] Move Search.hs module to Sync folder
Browse files Browse the repository at this point in the history
Resolves #45
  • Loading branch information
rashadg1030 committed Jun 22, 2019
1 parent 812fd4d commit cfeb845
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion issue-wanted.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ library
-- Server
IW.Server
IW.Server.Issue
IW.Server.Search
IW.Server.Types

-- Sync Worker
IW.Sync
IW.Sync.Search

build-depends: aeson >= 1.4
, bytestring ^>= 0.10
, case-insensitive ^>= 1.2
Expand Down
1 change: 1 addition & 0 deletions src/IW/Sync.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module IW.Sync where
2 changes: 1 addition & 1 deletion src/IW/Server/Search.hs → src/IW/Sync/Search.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module IW.Server.Search where
module IW.Sync.Search where

import GitHub (Error, Repo, SearchResult, Issue)
import GitHub.Endpoints.Search (searchRepos, searchIssues)
Expand Down

0 comments on commit cfeb845

Please sign in to comment.