Skip to content

Instantly share code, notes, and snippets.

@denisshevchenko
Created October 25, 2015 17:46
Show Gist options
  • Select an option

  • Save denisshevchenko/bd7c87743c82010ac2ef to your computer and use it in GitHub Desktop.

Select an option

Save denisshevchenko/bd7c87743c82010ac2ef to your computer and use it in GitHub Desktop.
-- 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: me@dshevchenko.biz
-- 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

ghost commented Oct 25, 2015

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment