Skip to content

Instantly share code, notes, and snippets.

@alllex
Created October 22, 2015 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alllex/24c4f5b97d4e8ef4bfc6 to your computer and use it in GitHub Desktop.
Save alllex/24c4f5b97d4e8ef4bfc6 to your computer and use it in GitHub Desktop.
Cabal file for stm-data-collection-test
name: stm-data-test
version: 0.1.0.0
build-type: Simple
cabal-version: >=1.10
executable stm-data-test
main-is: Main.hs
build-depends: base >=4.8 && <4.9, stm >=2.4 && <2.5, stm-data-collection == 0.1.0.0
default-language: Haskell2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment