Skip to content

Commit 84ea2d5

Browse files
committed
tidy-up: remove redundant stuff
1 parent 14197cf commit 84ea2d5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

lambda-buffers-compiler/lambda-buffers-compiler.cabal

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,9 @@ common common-language
8585

8686
common common-imports
8787
build-depends:
88-
, base >=4.16
89-
, lens >=5.2
90-
, QuickCheck >=2.14
91-
, template-haskell >=2.14
88+
, base >=4.16
89+
, lens >=5.2
90+
, QuickCheck >=2.14
9291

9392
library
9493
import: common-language

lambda-buffers-compiler/src/LambdaBuffers/Compiler/ProtoCompat/Types.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE DerivingVia #-}
21
{-# LANGUAGE DuplicateRecordFields #-}
32
{-# OPTIONS_GHC -Wno-orphans #-}
43

0 commit comments

Comments
 (0)