1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Revert "Depend on lens."

This reverts commit 5418371e0dad0b30f684a4e00564cbec6c035539.
This commit is contained in:
Rob Rix 2015-12-30 09:50:10 -05:00
parent ec7dc4ee6e
commit 30421f40cc

View File

@ -41,7 +41,6 @@ library
, tree-sitter-parsers
, c-storable-deriving
, vector
, lens
default-language: Haskell2010
default-extensions: DeriveFunctor, FlexibleInstances, DeriveFoldable, DeriveTraversable, DeriveGeneric
ghc-options: -Wall -fno-warn-name-shadowing -O2 -threaded -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1"