Skip to content

Commit

Permalink
Inc version, add no orphans flag (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrannan authored Jun 1, 2022
1 parent b22f9c8 commit 8d0a4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rest-rewrite.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rest-rewrite
build-type: Simple
version: 0.2.1
version: 0.3.0
cabal-version: 2.0
category: Rewriting
maintainer: Zack Grannan <zgrannan@cs.ubc.ca>
Expand Down
5 changes: 3 additions & 2 deletions src/Language/REST/Internal/Orphans.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

module Language.REST.Internal.Orphans where
module Language.REST.Internal.Orphans() where

#if !MIN_VERSION_hashable(1,3,5)
#if !MIN_VERSION_hashable(1,3,4)
import Data.Hashable
import Data.Hashable.Lifted
import Data.Set as Set
Expand Down

0 comments on commit 8d0a4f7

Please sign in to comment.