kazu-yamamoto / iproute

IP Routing Table in Haskell
http://www.mew.org/~kazu/proj/iproute/
BSD 3-Clause "New" or "Revised" License
47 stars 28 forks source link

iproute-1.4.0 failed during the building phase. - Not in scope: foldl' #19

Closed bitlli closed 9 years ago

bitlli commented 9 years ago

Hi When I wanted to install yesod-bin I had got this error Resolving dependencies... Configuring iproute-1.4.0... Building iproute-1.4.0... Preprocessing library iproute-1.4.0... [1 of 7] Compiling Data.IP.Addr ( Data/IP/Addr.hs, dist/build/Data/IP/Addr.o ) [2 of 7] Compiling Data.IP.Mask ( Data/IP/Mask.hs, dist/build/Data/IP/Mask.o ) [3 of 7] Compiling Data.IP.Range ( Data/IP/Range.hs, dist/build/Data/IP/Range.o ) [4 of 7] Compiling Data.IP.Op ( Data/IP/Op.hs, dist/build/Data/IP/Op.o ) [5 of 7] Compiling Data.IP.RouteTable.Internal ( Data/IP/RouteTable/Internal.hs, dist/build/Data/IP/RouteTable/Internal.o )

Data/IP/RouteTable/Internal.hs:261:12: Not in scope: foldl' Perhaps you meant one of these: foldl1' (imported from Data.Foldable), foldl1' (imported from Prelude), `foldl' (imported from Data.Foldable) Failed to install iproute-1.4.0

cabal: Error: some packages failed to install: iproute-1.4.0 failed during the building phase. The exception was: ExitFailure 1

I use cabal 1.22.3.0 and GHC 7.4.1

kazu-yamamoto commented 9 years ago

This is the same as #20. I would close this.