Skip to content

Commit c3c81d2

Browse files
authored
Feature/dependency pruning (#27)
* removes aeson and mtl * change to stack cradle * suppress orphans warning in orphan module * except * fourmolu
1 parent a798881 commit c3c81d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+596
-633
lines changed

bitcoin.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -93,7 +93,6 @@ library
9393
src
9494
build-depends:
9595
QuickCheck >=2.13.2
96-
, aeson >=1.4.6.0
9796
, array >=0.5.4.0
9897
, base >=4.9 && <5
9998
, base16 >=0.3.0.1
@@ -108,7 +107,6 @@ library
108107
, hashable >=1.3.0.0
109108
, hspec >=2.7.1
110109
, memory >=0.15.0
111-
, mtl >=2.2.2
112110
, murmur3 >=1.0.3
113111
, network >=3.1.1.1
114112
, safe >=0.3.18
@@ -136,6 +134,7 @@ test-suite spec
136134
Bitcoin.Keys.MnemonicSpec
137135
Bitcoin.KeysSpec
138136
Bitcoin.NetworkSpec
137+
Bitcoin.Orphans
139138
Bitcoin.ScriptSpec
140139
Bitcoin.Transaction.PartialSpec
141140
Bitcoin.Transaction.TaprootSpec
@@ -166,7 +165,6 @@ test-suite spec
166165
, lens >=4.18.1
167166
, lens-aeson >=1.1
168167
, memory >=0.15.0
169-
, mtl >=2.2.2
170168
, murmur3 >=1.0.3
171169
, network >=3.1.1.1
172170
, safe >=0.3.18

0 commit comments

Comments
 (0)