Skip to content

Commit

Permalink
Remove OverlappingInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed May 29, 2019
1 parent 560acbd commit 3786800
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog for sonic

## 0.1

* Initial release.
2 changes: 1 addition & 1 deletion src/Sonic/Constraints.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE RecordWildCards, FlexibleInstances, OverlappingInstances, RankNTypes #-}
{-# LANGUAGE RecordWildCards, FlexibleInstances, RankNTypes #-}
module Sonic.Constraints where

import Protolude hiding (head)
Expand Down
1 change: 0 additions & 1 deletion src/Sonic/Utils.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE OverlappingInstances #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE DeriveAnyClass, DeriveGeneric #-}
module Sonic.Utils where
Expand Down

0 comments on commit 3786800

Please sign in to comment.