File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
module App.Commands where
2
2
3
3
import App.Commands.CreateIndex
4
- import Data.Semigroup ((<>) )
5
4
import Options.Applicative
6
5
7
6
commands :: Parser (IO () )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module App.Commands.CreateIndex
10
10
import Control.Lens
11
11
import Data.Generics.Product.Any
12
12
import Data.Maybe
13
- import Data.Semigroup ((<>) )
14
13
import Data.Word
15
14
import Foreign
16
15
import Options.Applicative hiding (columns )
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module Main where
2
2
3
3
import App.Commands
4
4
import Control.Monad
5
- import Data.Semigroup ((<>) )
6
5
import Options.Applicative
7
6
8
7
main :: IO ()
Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ common text { build-depends: text >=
63
63
common vector { build-depends : vector >= 0.12 && < 0.13 }
64
64
common word8 { build-depends : word8 >= 0.1 && < 0.2 }
65
65
66
- common semigroups { if impl(ghc < 8 ) { build-depends : semigroups >= 0.16 && < 0.19 } }
67
-
68
66
common hw-json-simple-cursor
69
67
build-depends : hw-json-simple-cursor
70
68
@@ -111,7 +109,6 @@ executable hw-json
111
109
, lens
112
110
, mmap
113
111
, optparse-applicative
114
- , semigroups
115
112
, text
116
113
, vector
117
114
main-is : Main.hs
@@ -148,7 +145,6 @@ benchmark bench
148
145
, directory
149
146
, hw-json-simple-cursor
150
147
, mmap
151
- , semigroups
152
148
type : exitcode-stdio-1.0
153
149
main-is : Main.hs
154
150
hs-source-dirs : bench
You can’t perform that action at this time.
0 commit comments