Created
October 25, 2015 17:46
-
-
Save denisshevchenko/bd7c87743c82010ac2ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Initial learnHaskell.cabal generated by cabal init. For further | |
-- documentation, see http://haskell.org/cabal/users-guide/ | |
name: learnHaskell | |
version: 0.1.0.0 | |
-- synopsis: | |
-- description: | |
-- license: | |
license-file: LICENSE | |
author: Denis Shevchenko | |
maintainer: [email protected] | |
-- copyright: | |
-- category: | |
build-type: Simple | |
-- extra-source-files: | |
cabal-version: >=1.10 | |
executable learnHaskell | |
main-is: Main.hs | |
-- other-extensions: | |
build-depends: base | |
, text | |
hs-source-dirs: src | |
default-language: Haskell2010 | |
-- default-extensions: Safe | |
ghc-options: -Wall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently only support migrations from v11.10.348 on. Migrating from versions earlier than v11.10.348 is not supported--you must first upgrade to 11.10.348 in several passes of the previous upgrade procedure.