Skip to content

Commit 3635d60

Browse files
committed
chore: add Paths_rollbar_client as autogen-module
1 parent 763314d commit 3635d60

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

rollbar-client/package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

5456
executables:
5557
client-example:

rollbar-client/rollbar-client.cabal

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)