You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
303 B

cabal-version: 2.2
name: agda-fold-equations
version: 0.1.0.0
executable agda-fold-equations
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, tagsoup
, text