-- Initial burnt-explorer.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: burnt-explorer
version: 2.0.0
synopsis: List OP_RETURN cryptocurrency transaction outputs.
-- description:
license: Apache-2.0
license-file: LICENSE
author: Krzysztof Jurewicz
maintainer: krzysztof.jurewicz@gmail.com
homepage: https://gitlab.com/KrzysiekJ/burnt-explorer
description: This unsophisticated application prints all OP_RETURN transaction
outputs in a given block range.
-- copyright:
category: Cryptocurrency
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: https://gitlab.com/KrzysiekJ/burnt-explorer.git
executable burnt-explorer
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.12
, process >=1.6 && <1.7
, aeson >=1.4 && <1.5
, bitcoin-script >=0.11 && <0.12
, bytestring >=0.10 && <0.11
, scientific >=0.3 && <0.4
, cassava == 0.5.1.0
-- hs-source-dirs:
default-language: Haskell2010