packages feed

Cabal revisions of Diff-0.3.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                Diff-version:             0.3.1-synopsis:            O(ND) diff algorithm in haskell.-description:         Implementation of the standard diff algorithm, and utilities for pretty printing.-category:            Algorithms-license:             BSD3-license-file:        LICENSE-author:              Sterling Clover-maintainer:          s.clover@gmail.com-Tested-With:         GHC == 7.8.4-Build-Type:          Simple-build-Depends:       base-Cabal-Version:       >= 1.6--flag small-base--library-  build-depends:   base >= 3 && <= 6, array, pretty-  hs-source-dirs:  src-  exposed-modules:-                   Data.Algorithm.Diff,-                   Data.Algorithm.DiffOutput-                   Data.Algorithm.DiffContext-  ghc-options:     -O2 -Wall -funbox-strict-fields---- test-suite properties---   hs-source-dirs: src, test---   main-is:        Test.hs---   type:           exitcode-stdio-1.0----   build-depends:---    QuickCheck >= 2.4, test-framework >= 0.4, test-framework-quickcheck2 >= 0.2, process, directory--source-repository head-  type:      darcs-  location:  http://hub.darcs.net/sterlingclover/Diff+name:                Diff
+version:             0.3.1
+x-revision: 1
+synopsis:            O(ND) diff algorithm in haskell.
+description:         Implementation of the standard diff algorithm, and utilities for pretty printing.
+category:            Algorithms
+license:             BSD3
+license-file:        LICENSE
+author:              Sterling Clover
+maintainer:          s.clover@gmail.com
+Tested-With:         GHC == 7.8.4
+Build-Type:          Simple
+build-Depends:       base
+Cabal-Version:       >= 1.6
+
+flag small-base
+
+library
+  build-depends:   base >= 4.5 && <= 6, array, pretty
+  hs-source-dirs:  src
+  exposed-modules:
+                   Data.Algorithm.Diff,
+                   Data.Algorithm.DiffOutput
+                   Data.Algorithm.DiffContext
+  ghc-options:     -O2 -Wall -funbox-strict-fields
+
+-- test-suite properties
+--   hs-source-dirs: src, test
+--   main-is:        Test.hs
+--   type:           exitcode-stdio-1.0
+
+--   build-depends:
+--    QuickCheck >= 2.4, test-framework >= 0.4, test-framework-quickcheck2 >= 0.2, process, directory
+
+source-repository head
+  type:      darcs
+  location:  http://hub.darcs.net/sterlingclover/Diff
revision 2
 name:                Diff
 version:             0.3.1
-x-revision: 1
+x-revision: 2
 synopsis:            O(ND) diff algorithm in haskell.
 description:         Implementation of the standard diff algorithm, and utilities for pretty printing.
 category:            Algorithms
 flag small-base
 
 library
-  build-depends:   base >= 4.5 && <= 6, array, pretty
+  build-depends:   base >= 4.5 && <= 4.11, array, pretty
   hs-source-dirs:  src
   exposed-modules:
                    Data.Algorithm.Diff,