Skip to content

Commit

Permalink
typediff-0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Mar 25, 2018
1 parent 21fcb2f commit b23fef6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion typediff/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.0
version: 0.1.1

ghc-options: -Wall

Expand Down
22 changes: 13 additions & 9 deletions typediff/typediff.cabal
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
-- This file has been generated from package.yaml by hpack version 0.14.1.
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: aeccb4ed03ab58cceb2d2bbccef31b84051008346fbb6ce2913b40304befca25

name: typediff
version: 0.1.0
version: 0.1.1
build-type: Simple
cabal-version: >= 1.10

executable typediff
hs-source-dirs:
driver
, src
src
main-is: Main.hs
other-modules:
TypeDiff
Paths_typediff
build-depends:
base >= 4.7
base >=4.7
, containers
, uniplate
, haskell-src-exts-simple
, uniplate
ghc-options: -Wall
default-language: Haskell2010

test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs:
test
, src
src
main-is: Spec.hs
other-modules:
TypeDiffSpec
TypeDiff
Paths_typediff
build-depends:
base >= 4.7
base >=4.7
, containers
, uniplate
, haskell-src-exts-simple
, hspec == 2.*
, hspec ==2.*
, uniplate
ghc-options: -Wall
default-language: Haskell2010

0 comments on commit b23fef6

Please sign in to comment.