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 11module App.Commands where
22
33import App.Commands.CreateIndex
4- import Data.Semigroup ((<>) )
54import Options.Applicative
65
76commands :: Parser (IO () )
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ module App.Commands.CreateIndex
1010import Control.Lens
1111import Data.Generics.Product.Any
1212import Data.Maybe
13- import Data.Semigroup ((<>) )
1413import Data.Word
1514import Foreign
1615import Options.Applicative hiding (columns )
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module Main where
22
33import App.Commands
44import Control.Monad
5- import Data.Semigroup ((<>) )
65import Options.Applicative
76
87main :: IO ()
Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ common text { build-depends: text >=
6363common vector { build-depends : vector >= 0.12 && < 0.13 }
6464common word8 { build-depends : word8 >= 0.1 && < 0.2 }
6565
66- common semigroups { if impl(ghc < 8 ) { build-depends : semigroups >= 0.16 && < 0.19 } }
67-
6866common hw-json-simple-cursor
6967 build-depends : hw-json-simple-cursor
7068
@@ -111,7 +109,6 @@ executable hw-json
111109 , lens
112110 , mmap
113111 , optparse-applicative
114- , semigroups
115112 , text
116113 , vector
117114 main-is : Main.hs
@@ -148,7 +145,6 @@ benchmark bench
148145 , directory
149146 , hw-json-simple-cursor
150147 , mmap
151- , semigroups
152148 type : exitcode-stdio-1.0
153149 main-is : Main.hs
154150 hs-source-dirs : bench
You can’t perform that action at this time.
0 commit comments