Skip to content

Commit

Permalink
Add changes from other wip branch
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenGraves committed Dec 6, 2023
1 parent 62f07d3 commit 7de2b4c
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 209 deletions.
14 changes: 14 additions & 0 deletions fourmolu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
indentation: 2
function-arrows: trailing
comma-style: leading # default
import-export-style: leading
indent-wheres: false # default
record-brace-space: true
newlines-between-decls: 1 # default
haddock-style: multi-line # default
haddock-style-module: # default
let-style: newline
in-style: left-align
unicode: never # default
respectful: true # default
single-constraint-parens: never
1 change: 0 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies:
- aeson >=1.2 && < 2.2
- vector >=0.12 && < 0.14
- network >=2.6 && < 3.2
- basic-prelude >=0.7 && < 0.8
- monad-control >=1.0.2 && < 1.0.4
- resourcet >=1.1 && < 1.3
- http-conduit >=2.2 && < 2.4
Expand Down
1 change: 0 additions & 1 deletion rollbar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ library
build-depends:
aeson >=1.2 && <2.2
, base >=4.6 && <5
, basic-prelude ==0.7.*
, http-conduit >=2.2 && <2.4
, lifted-base ==0.2.3.*
, monad-control >=1.0.2 && <1.0.4
Expand Down
Loading

0 comments on commit 7de2b4c

Please sign in to comment.