Skip to content

Instantly share code, notes, and snippets.

@athas
Created April 21, 2020 13:48
Show Gist options
  • Save athas/4759d1d01853bb4f8bc49f0fa506e071 to your computer and use it in GitHub Desktop.
Save athas/4759d1d01853bb4f8bc49f0fa506e071 to your computer and use it in GitHub Desktop.
cabal-version: >=1.10
name: futhark-ad
version: 0.1.0.0
license-file: LICENSE
author: Troels Henriksen
maintainer: athas@sigkill.dk
build-type: Simple
extra-source-files: CHANGELOG.md
executable futhark-ad
main-is: Main.hs
build-depends: base >=4.13 && <4.14, mtl, futhark
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment