Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
packages:
./fdep
./coresyn2chart
./sheriff
./fieldInspector
5 changes: 2 additions & 3 deletions coresyn2chart/coresyn2chart.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ common common-options
bytestring
, containers
, filepath
, ghc ^>= 8.10.7
, ghc
, unordered-containers
, aeson
, directory
, extra
, aeson-pretty
, base ^>=4.14.3.0
, base
, text
, base64-bytestring
, optparse-applicative
Expand All @@ -55,7 +55,6 @@ common common-options
, hasbolt
, universum
, data-default
, streamly

library
import: common-options
Expand Down
9 changes: 5 additions & 4 deletions fdep/fdep.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-type: Simple
extra-doc-files: CHANGELOG.md

common common-options
build-depends: base ^>=4.14.3.0
build-depends: base
ghc-options: -Wall
-Wincomplete-uni-patterns
-Wincomplete-record-updates
Expand All @@ -39,17 +39,17 @@ library
bytestring
, containers
, filepath
, ghc ^>= 8.10.7
, ghc
, ghc-exactprint
, unordered-containers
, uniplate >= 1.6 && < 1.7
, uniplate
, references
, classyplate
, aeson
, directory
, extra
, aeson-pretty
, streamly
, streamly-core
, async
, time
, text
Expand All @@ -58,6 +58,7 @@ library
, deepseq
, websockets
, network
, primitive
hs-source-dirs: src
default-language: Haskell2010

Expand Down
219 changes: 149 additions & 70 deletions fdep/src/Fdep/Plugin.hs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions fieldInspector/fieldInspector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ common common-options
bytestring
, containers
, filepath
, ghc ^>= 8.10.7
, ghc
, unordered-containers
, aeson
, directory
, extra
, aeson-pretty
, aeson
, base ^>=4.14.3.0
, base
, text
, base64-bytestring
, optparse-applicative
Expand All @@ -96,13 +96,13 @@ common common-options
, cryptonite
, hasbolt
, universum
, streamly-core
, data-default
, streamly
, large-records
, large-generics
, large-anon
, ghc-hasfield-plugin
, record-dot-preprocessor ==0.2.14
, record-dot-preprocessor
, ghc-tcplugin-api
, typelet
, record-hasfield
Expand Down Expand Up @@ -177,8 +177,8 @@ test-suite fieldInspector-test
, large-records
, large-generics
, large-anon
, ghc-hasfield-plugin
, record-dot-preprocessor ==0.2.14
, record-dot-preprocessor
, ghc-tcplugin-api
, typelet
, record-hasfield
, scientific
Loading