diff --git a/.travis.yml b/.travis.yml index 682a2d5..9cca7e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ # release of a major GHC version. Setting HPVER implictly sets # GHCVER. Omit lines with versions you don't need/want testing for. env: - - GHCVER=6.12.3 - GHCVER=7.0.1 - GHCVER=7.0.2 - GHCVER=7.0.3 diff --git a/permutation.cabal b/permutation.cabal index ba77f27..6a4755a 100644 --- a/permutation.cabal +++ b/permutation.cabal @@ -1,5 +1,5 @@ name: permutation -version: 0.5.0.5 +version: 0.5.0.6 homepage: https://github.com/spacekitteh/permutation synopsis: A library for permutations and combinations. description: @@ -23,8 +23,8 @@ license-file: LICENSE copyright: (c) 2008. Patrick Perry author: Patrick Perry maintainer: Sophie Taylor -cabal-version: >= 1.2.3 -build-type: Custom +cabal-version: >= 1.6 +build-type: Simple tested-with: GHC ==7.8.1 extra-source-files: examples/Enumerate.hs @@ -39,6 +39,10 @@ extra-source-files: examples/Enumerate.hs tests/Makefile NEWS +source-repository head + type: git + location: git://github.com/spacekitteh/permutation + library hs-source-dirs: lib exposed-modules: Data.Choose @@ -56,7 +60,7 @@ library Data.Permute.Base Data.Permute.IOBase - build-depends: base < 5 && >=4, QuickCheck + build-depends: base < 5 && >=4 extensions: BangPatterns, FlexibleContexts, FunctionalDependencies,