Skip to content

Commit

Permalink
included file tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jan 6, 2013
1 parent 6d1619a commit a9338f3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions .ghci
@@ -0,0 +1 @@
:set -isrc -idist/build/autogen -optP-include -optPdist/build/autogen/cabal_macros.h
5 changes: 5 additions & 0 deletions CHANGELOG.md → CHANGELOG.markdown
@@ -1,3 +1,8 @@
3.3.1
-----
* Refactored build system
* Removed upper bounds on my own intra-package dependencies

3.2
---
* Added `Control.Free.Applicative`
Expand Down
File renamed without changes.
15 changes: 10 additions & 5 deletions free.cabal
Expand Up @@ -26,7 +26,13 @@ description:
from @w@ to @f@.

build-type: Simple
extra-source-files: .travis.yml
extra-source-files:
.ghci
.gitignore
.travis.yml
.vim.custom
README.markdown
CHANGELOG.markdown

source-repository head
type: git
Expand All @@ -35,9 +41,8 @@ source-repository head
library
hs-source-dirs: src

default-language: Haskell2010
default-extensions:
CPP
default-language: Haskell2010
default-extensions: CPP
other-extensions:
MultiParamTypeClasses
FunctionalDependencies
Expand Down Expand Up @@ -73,4 +78,4 @@ library
Control.Comonad.Cofree.Class
Control.Comonad.Trans.Cofree

ghc-options: -Wall
ghc-options: -Wall

0 comments on commit a9338f3

Please sign in to comment.