name: reord version: 0.0.0.2 stability: experimental license: PublicDomain cabal-version: >= 1.2 build-type: Simple author: James Cook maintainer: James Cook category: Data synopsis: Ad-hoc Ord instances description: Simple little thing to assign Ord instances dynamically. It's a bit silly, but I've found use for it, along with other things like it, when putting together quick hacks reusing large chunks of existing code. Library hs-source-dirs: src exposed-modules: Data.Ord.ReOrd build-depends: base