File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ library:
5050 - yaml >= 0.11 && < 1
5151 exposed-modules :
5252 - Rollbar.Client
53+ generated-other-modules :
54+ - Paths_rollbar_client
5355
5456executables :
5557 client-example :
Original file line number Diff line number Diff line change 1- cabal-version : 1.12
1+ cabal-version : 2.0
22
33-- This file has been generated from package.yaml by hpack version 0.36.1.
44--
@@ -43,6 +43,8 @@ library
4343 Rollbar.Client.Ping
4444 Rollbar.Client.Settings
4545 Paths_rollbar_client
46+ autogen-modules :
47+ Paths_rollbar_client
4648 hs-source-dirs :
4749 src
4850 ghc-options : -Wall
@@ -64,6 +66,8 @@ executable client-example
6466 main-is : Main.hs
6567 other-modules :
6668 Paths_rollbar_client
69+ autogen-modules :
70+ Paths_rollbar_client
6771 hs-source-dirs :
6872 example
6973 ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
@@ -83,6 +87,8 @@ test-suite spec
8387 other-modules :
8488 Rollbar.ClientSpec
8589 Paths_rollbar_client
90+ autogen-modules :
91+ Paths_rollbar_client
8692 hs-source-dirs :
8793 test
8894 ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
You can’t perform that action at this time.
0 commit comments