Skip to content

Commit 0752b4e

Browse files
authored
Merge pull request #2 from functora/simple-bfx
Simple bfx
2 parents 8f00b93 + e535623 commit 0752b4e

35 files changed

+854
-1402
lines changed

nix/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}: let
77
vi = import ./../pub/vi/nix/default.nix {};
88
# xkb = pkgs.writeText "xkb-layout" (builtins.readFile ./../cfg/.Xmodmap);
9-
yewtube = import ./yewtube.nix;
9+
# yewtube = import ./yewtube.nix;
1010
qmk-setup = import ./qmk-setup.nix;
1111
lockCmd = "${pkgs.swaylock}/bin/swaylock --color=000000";
1212
home-manager = builtins.fetchTarball {

prv

Submodule prv updated from 86c1bfd to 7032004

pub/bfx/bfx.cabal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ library
128128
Bfx.Data.GetOrders
129129
Bfx.Data.Kind
130130
Bfx.Data.MarketAveragePrice
131-
Bfx.Data.Metro
132131
Bfx.Data.SubmitOrder
133132
Bfx.Data.Type
134133
Bfx.Data.Wallets
@@ -140,7 +139,6 @@ library
140139
Bfx.Indicator.Ma
141140
Bfx.Indicator.Tr
142141
Bfx.Math
143-
Bfx.Orphan
144142
Bfx.Parser
145143
Bfx.Rpc.Generic
146144
Bfx.Util
@@ -154,6 +152,7 @@ test-suite bfx-test
154152
Bfx.Data.CancelOrderMultiSpec
155153
Bfx.Data.SubmitOrderSpec
156154
Bfx.Data.TypeSpec
155+
Bfx.MathSpec
157156
Bfx.TestEnv
158157
BfxSpec
159158
Paths_bfx
@@ -180,7 +179,6 @@ test-suite bfx-test
180179
Bfx.Data.GetOrders
181180
Bfx.Data.Kind
182181
Bfx.Data.MarketAveragePrice
183-
Bfx.Data.Metro
184182
Bfx.Data.SubmitOrder
185183
Bfx.Data.Type
186184
Bfx.Data.Wallets
@@ -192,7 +190,6 @@ test-suite bfx-test
192190
Bfx.Indicator.Ma
193191
Bfx.Indicator.Tr
194192
Bfx.Math
195-
Bfx.Orphan
196193
Bfx.Parser
197194
Bfx.Rpc.Generic
198195
Bfx.Util

0 commit comments

Comments
 (0)