Skip to content

Commit

Permalink
Cabalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Lotem committed Jun 23, 2014
1 parent 14ea341 commit 756f49f
Show file tree
Hide file tree
Showing 11 changed files with 712 additions and 26 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
*.hi
*.o
benchmark
Test
dist/
35 changes: 35 additions & 0 deletions AlgoW.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: AlgoW
version: 0.1.0.0
synopsis: Type inference, extending AlgorithmW step-by-step
license: GPL-3
license-file: LICENSE
author: Eyal Lotem
maintainer: [email protected]
category: Development
build-type: Simple
cabal-version: >=1.10

library
exposed-modules: AlgorithmW
, Expr
, Pretty
other-modules: Record
default-language: Haskell2010
build-depends: base >=4.7 && <4.8
, pretty >=1.1 && <1.2
, containers >=0.5 && <0.6
, lens >=4.1 && <4.2
, mtl >=2.1 && <2.2
, either >=4.1 && <4.2
, deepseq >=1.3 && <1.4
, deepseq-generics >=0.1 && <0.2
hs-source-dirs: lib

executable AlgoW
main-is: Test.hs
-- other-modules:
hs-source-dirs: src
build-depends: AlgoW
, base >=4.7 && <4.8
, containers >=0.5 && <0.6
default-language: Haskell2010
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions Makefile

This file was deleted.

2 changes: 2 additions & 0 deletions Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 756f49f

Please sign in to comment.